@cmstops/pro-compo 3.9.0-beta.1 → 3.9.1-beta.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 (1931) hide show
  1. package/README.md +175 -71
  2. package/dist/appCenter/component.vue.d.ts +38 -0
  3. package/dist/appCenter/index.d.ts +35 -0
  4. package/dist/appCenter/script/api.d.ts +12 -0
  5. package/dist/appCenter/script/permissionMap.d.ts +6 -0
  6. package/dist/appCenter.d.ts +4 -0
  7. package/dist/baseFilter/component.vue.d.ts +226 -0
  8. package/dist/baseFilter/components/FilterGroup.vue.d.ts +31 -0
  9. package/dist/baseFilter/components/filterItem.vue.d.ts +21 -0
  10. package/dist/baseFilter.d.ts +1 -0
  11. package/dist/colorPalette/component.vue.d.ts +31 -0
  12. package/dist/colorPalette/components/colorPicker.vue.d.ts +13 -0
  13. package/dist/colorPalette/index.d.ts +51 -0
  14. package/dist/colorPalette.d.ts +4 -0
  15. package/dist/components.d.ts +5 -0
  16. package/dist/contentDetailList/component.vue.d.ts +194 -0
  17. package/dist/contentDetailList/components/Content/CompoItem/index.vue.d.ts +37 -0
  18. package/dist/contentDetailList/components/Content/ContentListItem/index.vue.d.ts +39 -0
  19. package/dist/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.vue.d.ts +10 -0
  20. package/dist/contentDetailList/components/Content/DocItem/index.vue.d.ts +61 -0
  21. package/dist/contentDetailList/components/Content/DocMpItem/index.vue.d.ts +38 -0
  22. package/dist/contentDetailList/components/Content/GroupPieceItem/index.vue.d.ts +36 -0
  23. package/dist/contentDetailList/components/Content/KongoNavItem/index.vue.d.ts +37 -0
  24. package/dist/contentDetailList/components/Content/LiveItem/index.vue.d.ts +37 -0
  25. package/dist/contentDetailList/components/Content/MaccountItem/index.vue.d.ts +38 -0
  26. package/dist/contentDetailList/components/Content/courseItem/index.vue.d.ts +37 -0
  27. package/dist/contentDetailList/components/Content/funhdItem/index.vue.d.ts +37 -0
  28. package/dist/contentDetailList/components/Content/index.vue.d.ts +114 -0
  29. package/dist/contentDetailList/components/CustomWrp/CustomItem.vue.d.ts +44 -0
  30. package/dist/contentDetailList/components/CustomWrp/index.vue.d.ts +47 -0
  31. package/dist/contentDetailList/components/Doc/index.vue.d.ts +74 -0
  32. package/dist/contentDetailList/components/Records/MatrixItem/index.vue.d.ts +37 -0
  33. package/dist/contentDetailList/components/Records/index.vue.d.ts +44 -0
  34. package/dist/contentDetailList/components/ShowQRCode/QrcodeView/index.vue.d.ts +13 -0
  35. package/dist/contentDetailList/components/ShowQRCode/index.vue.d.ts +7 -0
  36. package/dist/contentDetailList/script/api.d.ts +7 -0
  37. package/dist/contentDetailList.d.ts +1 -0
  38. package/dist/contentModal/component.vue.d.ts +109 -0
  39. package/dist/contentModal/components/CompoList/CompoFilter/index.vue.d.ts +15 -0
  40. package/dist/contentModal/components/CompoList/index.vue.d.ts +32 -0
  41. package/dist/contentModal/components/ContentList/MediaFilter/index.vue.d.ts +14 -0
  42. package/dist/contentModal/components/ContentList/index.vue.d.ts +32 -0
  43. package/dist/contentModal/components/Dejin/MediaFilter/index.vue.d.ts +12 -0
  44. package/dist/contentModal/components/Dejin/index.vue.d.ts +29 -0
  45. package/dist/contentModal/components/EqxiuList/MediaFilter/index.vue.d.ts +9 -0
  46. package/dist/contentModal/components/EqxiuList/index.vue.d.ts +29 -0
  47. package/dist/contentModal/components/LiveList/MediaFilter/index.vue.d.ts +12 -0
  48. package/dist/contentModal/components/LiveList/index.vue.d.ts +29 -0
  49. package/dist/contentModal/components/MpAccountList/MpAccountFilter/index.vue.d.ts +7 -0
  50. package/dist/contentModal/components/MpAccountList/index.vue.d.ts +29 -0
  51. package/dist/contentModal/components/MpContentList/MediaFilter/index.vue.d.ts +13 -0
  52. package/dist/contentModal/components/MpContentList/index.vue.d.ts +29 -0
  53. package/dist/contentModal/components/ViewAllColumn/MediaFilter/index.vue.d.ts +21 -0
  54. package/dist/contentModal/components/ViewAllColumn/columnTree/index.vue.d.ts +17 -0
  55. package/dist/contentModal/components/ViewAllColumn/index.vue.d.ts +30 -0
  56. package/dist/contentModal/components/storeBox/index.vue.d.ts +10 -0
  57. package/dist/contentModal/script/api.d.ts +19 -0
  58. package/dist/contentModal.d.ts +1 -0
  59. package/dist/dataTags/component.vue.d.ts +76 -0
  60. package/dist/dataTags.d.ts +1 -0
  61. package/dist/docHistory/component.vue.d.ts +112 -0
  62. package/dist/docHistory/components/DocDiffPanel/index.vue.d.ts +6 -0
  63. package/dist/docHistory/components/DocHistoryList/index.vue.d.ts +11 -0
  64. package/dist/docHistory/scripts/useDocHistory.d.ts +12 -0
  65. package/dist/docHistory.d.ts +1 -0
  66. package/dist/docPreview/component.vue.d.ts +93 -0
  67. package/dist/docPreview/components/PreviewIframe.vue.d.ts +6 -0
  68. package/dist/docPreview/scripts/api.d.ts +2 -0
  69. package/dist/docPreview/scripts/hook.d.ts +34 -0
  70. package/dist/docPreview.d.ts +1 -0
  71. package/dist/editMetaInfo/component.vue.d.ts +168 -0
  72. package/dist/editMetaInfo/components/metaInfoForm.vue.d.ts +21 -0
  73. package/dist/editMetaInfo/script/api.d.ts +7 -0
  74. package/dist/editMetaInfo.d.ts +1 -0
  75. package/dist/emptyData/component.vue.d.ts +75 -0
  76. package/dist/emptyData.d.ts +1 -0
  77. package/dist/hooks/assets.d.ts +2 -0
  78. package/dist/hooks/batch.d.ts +9 -0
  79. package/dist/hooks/dialogVisible.d.ts +9 -0
  80. package/dist/hooks/source.d.ts +11 -0
  81. package/dist/hooks/toggle.d.ts +7 -0
  82. package/dist/hooks/useAttachement.d.ts +55 -0
  83. package/dist/hooks/useMediaContext.d.ts +13 -0
  84. package/dist/hooks/usePopper.d.ts +8 -0
  85. package/dist/hooks/useSelection.d.ts +31 -0
  86. package/dist/hooks/useUpload.d.ts +80 -0
  87. package/dist/hooks/user.d.ts +11 -0
  88. package/dist/imageCrop/component.vue.d.ts +110 -0
  89. package/dist/imageCrop/script/api.d.ts +2 -0
  90. package/dist/imageCrop.d.ts +1 -0
  91. package/dist/importData/component.vue.d.ts +111 -0
  92. package/dist/importData.d.ts +1 -0
  93. package/dist/index.d.ts +31 -0
  94. package/dist/mediaFilter/component.vue.d.ts +54 -0
  95. package/dist/mediaFilter/components/DocFilter.vue.d.ts +32 -0
  96. package/dist/mediaFilter/components/FilterGroup.vue.d.ts +30 -0
  97. package/dist/mediaFilter/components/FilterItem.vue.d.ts +37 -0
  98. package/dist/mediaFilter/components/MediaFilter.vue.d.ts +3 -0
  99. package/dist/mediaFilter/components/MpAccountFilter.vue.d.ts +3 -0
  100. package/dist/mediaFilter/components/MpContentFilter.vue.d.ts +3 -0
  101. package/dist/mediaFilter/index.d.ts +62 -0
  102. package/dist/mediaFilter/script/optionsGetter.d.ts +27 -0
  103. package/dist/mediaFilter/script/types.d.ts +16 -0
  104. package/dist/mediaFilter.d.ts +6 -0
  105. package/dist/mediaView/component.vue.d.ts +77 -0
  106. package/dist/mediaView.d.ts +1 -0
  107. package/dist/messageBox/component.vue.d.ts +65 -0
  108. package/dist/messageBox/list.vue.d.ts +13 -0
  109. package/dist/messageBox/script/api.d.ts +7 -0
  110. package/dist/messageBox.d.ts +1 -0
  111. package/dist/previousVersion/component.vue.d.ts +109 -0
  112. package/dist/previousVersion/script/api.d.ts +16 -0
  113. package/dist/previousVersion.d.ts +1 -0
  114. package/dist/resourceGridList/component.vue.d.ts +153 -0
  115. package/dist/resourceGridList/components/FileTypeThumb/index.vue.d.ts +11 -0
  116. package/dist/resourceGridList.d.ts +1 -0
  117. package/dist/resourceModal/component.vue.d.ts +64 -0
  118. package/dist/resourceModal/components/MediaPreviewer/index.vue.d.ts +11 -0
  119. package/dist/resourceModal/components/MediaSelection/DocAiMediaSelected/index.vue.d.ts +13 -0
  120. package/dist/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.vue.d.ts +11 -0
  121. package/dist/resourceModal/components/MediaSelection/MainContent/index.vue.d.ts +17 -0
  122. package/dist/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.vue.d.ts +26 -0
  123. package/dist/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.vue.d.ts +11 -0
  124. package/dist/resourceModal/components/MediaSelection/SystemResourceSelected/index.vue.d.ts +7 -0
  125. package/dist/resourceModal/components/MediaSelection/ToolbarSearch/index.vue.d.ts +30 -0
  126. package/dist/resourceModal/components/MediaSelection/index.vue.d.ts +86 -0
  127. package/dist/resourceModal/script/api.d.ts +26 -0
  128. package/dist/resourceModal/script/mediaSelection.d.ts +14 -0
  129. package/dist/resourceModal.d.ts +1 -0
  130. package/dist/selectAddTo/component.vue.d.ts +10 -0
  131. package/dist/selectAddTo/components/SelectAddToView.vue.d.ts +24 -0
  132. package/dist/selectAddTo/components/ViewAllColumn/MediaFilter/index.vue.d.ts +17 -0
  133. package/dist/selectAddTo/components/ViewAllColumn/index.vue.d.ts +24 -0
  134. package/dist/selectAddTo/components/ViewAllColumn/script/useTableColumns.d.ts +7 -0
  135. package/dist/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.d.ts +145 -0
  136. package/dist/selectAddTo/components/ViewAllColumn/types/index.d.ts +55 -0
  137. package/dist/selectAddTo/index.d.ts +33 -0
  138. package/dist/selectAddTo/script/api.d.ts +19 -0
  139. package/dist/selectAddTo/script/index.d.ts +2 -0
  140. package/dist/selectAddTo/script/useSelectAddToState.d.ts +14 -0
  141. package/dist/selectAddTo/types/index.d.ts +37 -0
  142. package/dist/selectAddTo.d.ts +4 -0
  143. package/dist/selectAvatarList/component.vue.d.ts +119 -0
  144. package/dist/selectAvatarList.d.ts +1 -0
  145. package/dist/selectGategory/component.vue.d.ts +50 -0
  146. package/dist/selectGategory/components/ColumnSelection/index.vue.d.ts +18 -0
  147. package/dist/selectGategory/script/api.d.ts +7 -0
  148. package/dist/selectGategory.d.ts +1 -0
  149. package/dist/selectResourceModal/component.vue.d.ts +71 -0
  150. package/dist/selectResourceModal/components/List/ListAi/index.vue.d.ts +21 -0
  151. package/dist/selectResourceModal/components/List/ListCardWrapper.vue.d.ts +17 -0
  152. package/dist/selectResourceModal/components/List/ListLocal/Upload.vue.d.ts +7 -0
  153. package/dist/selectResourceModal/components/List/ListLocal/index.vue.d.ts +27 -0
  154. package/dist/selectResourceModal/components/List/ListNormal/Filter.vue.d.ts +20 -0
  155. package/dist/selectResourceModal/components/List/ListNormal/index.vue.d.ts +32 -0
  156. package/dist/selectResourceModal/components/List/ListSystem/Filter.vue.d.ts +9 -0
  157. package/dist/selectResourceModal/components/List/ListSystem/SubList.vue.d.ts +24 -0
  158. package/dist/selectResourceModal/components/List/ListSystem/index.vue.d.ts +25 -0
  159. package/dist/selectResourceModal/components/List/ListVideo/index.vue.d.ts +28 -0
  160. package/dist/selectResourceModal/components/List/ListWraper.vue.d.ts +25 -0
  161. package/dist/selectResourceModal/components/ListSelected/index.vue.d.ts +13 -0
  162. package/dist/selectResourceModal/components/ListTabs/index.vue.d.ts +17 -0
  163. package/dist/selectResourceModal/hooks/useResponsiveFilter.d.ts +21 -0
  164. package/dist/selectResourceModal/scripts/selectionApis.d.ts +3 -0
  165. package/dist/selectResourceModal/scripts/useCompoLf.d.ts +28 -0
  166. package/dist/selectResourceModal/scripts/useResourceSelect.d.ts +8 -0
  167. package/dist/selectResourceModal/scripts/useTabFilter.d.ts +23 -0
  168. package/dist/selectResourceModal.d.ts +1 -0
  169. package/dist/selectThumb/component.vue.d.ts +132 -0
  170. package/dist/selectThumb/components/card.vue.d.ts +29 -0
  171. package/dist/selectThumb/components/colorPalette.vue.d.ts +11 -0
  172. package/dist/selectThumb/components/colorPicker.vue.d.ts +13 -0
  173. package/dist/selectThumb.d.ts +1 -0
  174. package/dist/thumbCard/component.vue.d.ts +104 -0
  175. package/dist/thumbCard/components/ThumbUploading/index.vue.d.ts +6 -0
  176. package/dist/thumbCard.d.ts +1 -0
  177. package/dist/typeIcons/component.vue.d.ts +100 -0
  178. package/dist/typeIcons.d.ts +1 -0
  179. package/dist/uploadBefore/component.vue.d.ts +36 -0
  180. package/dist/uploadBefore/components/UploadBefore.vue.d.ts +17 -0
  181. package/dist/uploadBefore/components/UploadForClick.vue.d.ts +10 -0
  182. package/dist/uploadBefore/script/api.d.ts +17 -0
  183. package/dist/uploadBefore/script/fileTypeAdapter.d.ts +38 -0
  184. package/dist/uploadBefore/script/fileUpload.d.ts +8 -0
  185. package/dist/uploadBefore/script/uploadHooks.d.ts +101 -0
  186. package/dist/uploadBefore.d.ts +1 -0
  187. package/dist/uploadStep/component.vue.d.ts +44 -0
  188. package/dist/uploadStep.d.ts +1 -0
  189. package/dist/userAvater/component.vue.d.ts +99 -0
  190. package/dist/userAvater/script/api.d.ts +9 -0
  191. package/dist/userAvater.d.ts +1 -0
  192. package/dist/userDirector/component.vue.d.ts +51 -0
  193. package/dist/userDirector/components/userTree.vue.d.ts +16 -0
  194. package/dist/userDirector/script/api.d.ts +11 -0
  195. package/dist/userDirector.d.ts +1 -0
  196. package/dist/utils/doc.d.ts +76 -0
  197. package/dist/utils/filter.d.ts +22 -0
  198. package/dist/utils/request.d.ts +10 -0
  199. package/dist/utils/transcodeMedia.d.ts +14 -0
  200. package/dist/videoThumb/component.vue.d.ts +47 -0
  201. package/dist/videoThumb/scripts/api.d.ts +10 -0
  202. package/dist/videoThumb/scripts/useVideoThumbs.d.ts +13 -0
  203. package/dist/videoThumb.d.ts +1 -0
  204. package/es/_virtual/_commonjs-dynamic-modules.mjs +6 -0
  205. package/es/_virtual/_commonjsHelpers.mjs +6 -0
  206. package/es/_virtual/_plugin-vue_export-helper.mjs +9 -0
  207. package/es/_virtual/dynamic-import-helper.mjs +9 -0
  208. package/es/_virtual/gif.mjs +7 -0
  209. package/es/_virtual/gif2.mjs +4 -0
  210. package/es/activity.png +0 -0
  211. package/es/appCenter/component.vue.mjs +136 -0
  212. package/es/appCenter/component.vue2.mjs +4 -0
  213. package/es/appCenter/script/api.mjs +40 -0
  214. package/es/appCenter/script/apps.mjs +124 -0
  215. package/es/appCenter/script/permissionMap.mjs +8 -0
  216. package/es/appCenter/script/routeMap.mjs +110 -0
  217. package/es/appCenter.mjs +9 -0
  218. package/es/baseFilter/component.vue.mjs +206 -0
  219. package/es/baseFilter/component.vue2.mjs +4 -0
  220. package/es/baseFilter/components/FilterGroup.vue.mjs +109 -0
  221. package/es/baseFilter/components/FilterGroup.vue2.mjs +4 -0
  222. package/es/baseFilter/components/filterItem.vue.mjs +20 -0
  223. package/es/baseFilter/components/filterItem.vue2.mjs +4 -0
  224. package/es/baseFilter.mjs +9 -0
  225. package/es/booklink.png +0 -0
  226. package/es/cloud_lottery.png +0 -0
  227. package/es/colorPalette/component.vue.mjs +58 -0
  228. package/es/colorPalette/component.vue2.mjs +4 -0
  229. package/es/colorPalette/components/colorPicker.vue.mjs +43 -0
  230. package/es/colorPalette/components/colorPicker.vue2.mjs +4 -0
  231. package/es/colorPalette.mjs +9 -0
  232. package/es/components.mjs +12 -0
  233. package/es/config.mjs +7 -0
  234. package/es/contentDetailList/component.vue.mjs +339 -0
  235. package/es/contentDetailList/component.vue2.mjs +4 -0
  236. package/es/contentDetailList/components/Content/CompoItem/index.vue.mjs +75 -0
  237. package/es/contentDetailList/components/Content/CompoItem/index.vue2.mjs +4 -0
  238. package/es/contentDetailList/components/Content/ContentListItem/index.vue.mjs +100 -0
  239. package/es/contentDetailList/components/Content/ContentListItem/index.vue2.mjs +4 -0
  240. package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.vue.mjs +57 -0
  241. package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.vue2.mjs +4 -0
  242. package/es/contentDetailList/components/Content/DocItem/index.vue.mjs +208 -0
  243. package/es/contentDetailList/components/Content/DocItem/index.vue2.mjs +4 -0
  244. package/es/contentDetailList/components/Content/DocMpItem/index.vue.mjs +106 -0
  245. package/es/contentDetailList/components/Content/DocMpItem/index.vue2.mjs +4 -0
  246. package/es/contentDetailList/components/Content/GroupPieceItem/index.vue.mjs +107 -0
  247. package/es/contentDetailList/components/Content/GroupPieceItem/index.vue2.mjs +4 -0
  248. package/es/contentDetailList/components/Content/KongoNavItem/index.vue.mjs +107 -0
  249. package/es/contentDetailList/components/Content/KongoNavItem/index.vue2.mjs +4 -0
  250. package/es/contentDetailList/components/Content/LiveItem/index.vue.mjs +77 -0
  251. package/es/contentDetailList/components/Content/LiveItem/index.vue2.mjs +4 -0
  252. package/es/contentDetailList/components/Content/MaccountItem/index.vue.mjs +92 -0
  253. package/es/contentDetailList/components/Content/MaccountItem/index.vue2.mjs +4 -0
  254. package/es/contentDetailList/components/Content/courseItem/index.vue.mjs +86 -0
  255. package/es/contentDetailList/components/Content/courseItem/index.vue2.mjs +4 -0
  256. package/es/contentDetailList/components/Content/funhdItem/index.vue.mjs +86 -0
  257. package/es/contentDetailList/components/Content/funhdItem/index.vue2.mjs +4 -0
  258. package/es/contentDetailList/components/Content/index.vue.mjs +409 -0
  259. package/es/contentDetailList/components/Content/index.vue2.mjs +4 -0
  260. package/es/contentDetailList/components/CustomWrp/CustomItem.vue.mjs +104 -0
  261. package/es/contentDetailList/components/CustomWrp/CustomItem.vue2.mjs +4 -0
  262. package/es/contentDetailList/components/CustomWrp/index.vue.mjs +59 -0
  263. package/es/contentDetailList/components/CustomWrp/index.vue2.mjs +4 -0
  264. package/es/contentDetailList/components/Doc/index.vue.mjs +62 -0
  265. package/es/contentDetailList/components/Doc/index.vue2.mjs +4 -0
  266. package/es/contentDetailList/components/Records/MatrixItem/index.vue.mjs +154 -0
  267. package/es/contentDetailList/components/Records/MatrixItem/index.vue2.mjs +4 -0
  268. package/es/contentDetailList/components/Records/index.vue.mjs +53 -0
  269. package/es/contentDetailList/components/Records/index.vue2.mjs +4 -0
  270. package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.vue.mjs +194 -0
  271. package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.vue2.mjs +4 -0
  272. package/es/contentDetailList/components/ShowQRCode/index.vue.mjs +64 -0
  273. package/es/contentDetailList/components/ShowQRCode/index.vue2.mjs +4 -0
  274. package/es/contentDetailList/script/api.mjs +19 -0
  275. package/es/contentDetailList.mjs +9 -0
  276. package/es/contentModal/component.vue.mjs +407 -0
  277. package/es/contentModal/component.vue2.mjs +4 -0
  278. package/es/contentModal/components/CompoList/CompoFilter/index.vue.mjs +90 -0
  279. package/es/contentModal/components/CompoList/CompoFilter/index.vue2.mjs +4 -0
  280. package/es/contentModal/components/CompoList/index.vue.mjs +174 -0
  281. package/es/contentModal/components/CompoList/index.vue2.mjs +4 -0
  282. package/es/contentModal/components/ContentList/MediaFilter/index.vue.mjs +89 -0
  283. package/es/contentModal/components/ContentList/MediaFilter/index.vue2.mjs +4 -0
  284. package/es/contentModal/components/ContentList/index.vue.mjs +184 -0
  285. package/es/contentModal/components/ContentList/index.vue2.mjs +4 -0
  286. package/es/contentModal/components/Dejin/MediaFilter/index.vue.mjs +103 -0
  287. package/es/contentModal/components/Dejin/MediaFilter/index.vue2.mjs +4 -0
  288. package/es/contentModal/components/Dejin/index.vue.mjs +174 -0
  289. package/es/contentModal/components/Dejin/index.vue2.mjs +4 -0
  290. package/es/contentModal/components/EqxiuList/MediaFilter/index.vue.mjs +72 -0
  291. package/es/contentModal/components/EqxiuList/MediaFilter/index.vue2.mjs +4 -0
  292. package/es/contentModal/components/EqxiuList/index.vue.mjs +160 -0
  293. package/es/contentModal/components/EqxiuList/index.vue2.mjs +4 -0
  294. package/es/contentModal/components/LiveList/MediaFilter/index.vue.mjs +66 -0
  295. package/es/contentModal/components/LiveList/MediaFilter/index.vue2.mjs +4 -0
  296. package/es/contentModal/components/LiveList/index.vue.mjs +161 -0
  297. package/es/contentModal/components/LiveList/index.vue2.mjs +4 -0
  298. package/es/contentModal/components/MpAccountList/MpAccountFilter/index.vue.mjs +54 -0
  299. package/es/contentModal/components/MpAccountList/MpAccountFilter/index.vue2.mjs +4 -0
  300. package/es/contentModal/components/MpAccountList/index.vue.mjs +156 -0
  301. package/es/contentModal/components/MpAccountList/index.vue2.mjs +4 -0
  302. package/es/contentModal/components/MpContentList/MediaFilter/index.vue.mjs +115 -0
  303. package/es/contentModal/components/MpContentList/MediaFilter/index.vue2.mjs +4 -0
  304. package/es/contentModal/components/MpContentList/index.vue.mjs +155 -0
  305. package/es/contentModal/components/MpContentList/index.vue2.mjs +4 -0
  306. package/es/contentModal/components/ViewAllColumn/MediaFilter/index.vue.mjs +252 -0
  307. package/es/contentModal/components/ViewAllColumn/MediaFilter/index.vue2.mjs +4 -0
  308. package/es/contentModal/components/ViewAllColumn/columnTree/index.vue.mjs +128 -0
  309. package/es/contentModal/components/ViewAllColumn/columnTree/index.vue2.mjs +4 -0
  310. package/es/contentModal/components/ViewAllColumn/index.vue.mjs +234 -0
  311. package/es/contentModal/components/ViewAllColumn/index.vue2.mjs +4 -0
  312. package/es/contentModal/components/storeBox/index.vue.mjs +103 -0
  313. package/es/contentModal/components/storeBox/index.vue2.mjs +4 -0
  314. package/es/contentModal/images/pic-thumb.png.mjs +4 -0
  315. package/es/contentModal/images/user.png.mjs +4 -0
  316. package/es/contentModal/script/api.mjs +116 -0
  317. package/es/contentModal.mjs +9 -0
  318. package/es/dataTags/component.vue.mjs +226 -0
  319. package/es/dataTags/component.vue2.mjs +4 -0
  320. package/es/dataTags.mjs +9 -0
  321. package/es/docHistory/component.vue.mjs +126 -0
  322. package/es/docHistory/component.vue2.mjs +4 -0
  323. package/es/docHistory/components/DocDiffPanel/index.vue.mjs +21 -0
  324. package/es/docHistory/components/DocDiffPanel/index.vue2.mjs +4 -0
  325. package/es/docHistory/components/DocHistoryList/index.vue.mjs +30 -0
  326. package/es/docHistory/components/DocHistoryList/index.vue2.mjs +4 -0
  327. package/es/docHistory/scripts/diff.mjs +218 -0
  328. package/es/docHistory/scripts/useDocHistory.mjs +61 -0
  329. package/es/docHistory.mjs +9 -0
  330. package/es/docPreview/component.vue.mjs +155 -0
  331. package/es/docPreview/component.vue2.mjs +4 -0
  332. package/es/docPreview/components/PreviewIframe.vue.mjs +32 -0
  333. package/es/docPreview/components/PreviewIframe.vue2.mjs +4 -0
  334. package/es/docPreview/images/phone.png.mjs +4 -0
  335. package/es/docPreview/scripts/hook.mjs +107 -0
  336. package/es/docPreview.mjs +9 -0
  337. package/es/draf.png +0 -0
  338. package/es/editMetaInfo/component.vue.mjs +105 -0
  339. package/es/editMetaInfo/component.vue2.mjs +4 -0
  340. package/es/editMetaInfo/components/metaInfoForm.vue.mjs +653 -0
  341. package/es/editMetaInfo/components/metaInfoForm.vue2.mjs +4 -0
  342. package/es/editMetaInfo/script/api.mjs +19 -0
  343. package/es/editMetaInfo.mjs +9 -0
  344. package/es/emptyData/component.vue.mjs +59 -0
  345. package/es/emptyData/component.vue2.mjs +4 -0
  346. package/es/emptyData/svg/acount.vue.mjs +18 -0
  347. package/es/emptyData/svg/add.vue.mjs +4 -0
  348. package/es/emptyData/svg/add.vue2.mjs +19 -0
  349. package/es/emptyData/svg/analize.vue.mjs +18 -0
  350. package/es/emptyData/svg/analize_fail.vue.mjs +18 -0
  351. package/es/emptyData/svg/empty.vue.mjs +18 -0
  352. package/es/emptyData/svg/file.vue.mjs +18 -0
  353. package/es/emptyData/svg/manager.vue.mjs +18 -0
  354. package/es/emptyData/svg/message.vue.mjs +29 -0
  355. package/es/emptyData/svg/noanalize.vue.mjs +18 -0
  356. package/es/emptyData/svg/null.vue.mjs +18 -0
  357. package/es/emptyData/svg/search.vue.mjs +18 -0
  358. package/es/emptyData/svg/star.vue.mjs +18 -0
  359. package/es/emptyData/svg/trash.vue.mjs +18 -0
  360. package/es/emptyData/svg/user.vue.mjs +18 -0
  361. package/es/emptyData.mjs +9 -0
  362. package/es/excel.png +0 -0
  363. package/es/exe.png +0 -0
  364. package/es/hooks/assets.mjs +11 -0
  365. package/es/hooks/batch.mjs +18 -0
  366. package/es/hooks/dialogVisible.mjs +20 -0
  367. package/es/hooks/source.mjs +29 -0
  368. package/es/hooks/toggle.mjs +8 -0
  369. package/es/hooks/useAttachement.mjs +124 -0
  370. package/es/hooks/useLocalStorage.mjs +33 -0
  371. package/es/hooks/usePopper.mjs +41 -0
  372. package/es/hooks/useSelection.mjs +43 -0
  373. package/es/hooks/useUpload.mjs +209 -0
  374. package/es/hooks/user.mjs +34 -0
  375. package/es/html.png +0 -0
  376. package/es/imageCrop/component.vue.mjs +359 -0
  377. package/es/imageCrop/component.vue2.mjs +4 -0
  378. package/es/imageCrop/script/api.mjs +13 -0
  379. package/es/imageCrop.mjs +9 -0
  380. package/es/importData/component.vue.mjs +134 -0
  381. package/es/importData/component.vue2.mjs +4 -0
  382. package/es/importData.mjs +9 -0
  383. package/es/index.mjs +64 -0
  384. package/es/link.png +0 -0
  385. package/es/live.png +0 -0
  386. package/es/mediaFilter/component.vue.mjs +44 -0
  387. package/es/mediaFilter/component.vue2.mjs +4 -0
  388. package/es/mediaFilter/components/DocFilter.vue.mjs +212 -0
  389. package/es/mediaFilter/components/DocFilter.vue2.mjs +4 -0
  390. package/es/mediaFilter/components/FilterGroup.vue.mjs +138 -0
  391. package/es/mediaFilter/components/FilterGroup.vue2.mjs +4 -0
  392. package/es/mediaFilter/components/FilterItem.vue.mjs +82 -0
  393. package/es/mediaFilter/components/FilterItem.vue2.mjs +4 -0
  394. package/es/mediaFilter/components/MediaFilter.vue.mjs +10 -0
  395. package/es/mediaFilter/components/MpAccountFilter.vue.mjs +11 -0
  396. package/es/mediaFilter/components/MpAccountFilter.vue2.mjs +4 -0
  397. package/es/mediaFilter/components/MpContentFilter.vue.mjs +11 -0
  398. package/es/mediaFilter/components/MpContentFilter.vue2.mjs +4 -0
  399. package/es/mediaFilter/script/optionsGetter.mjs +72 -0
  400. package/es/mediaFilter.mjs +9 -0
  401. package/es/mediaView/component.vue.mjs +57 -0
  402. package/es/mediaView/component.vue2.mjs +4 -0
  403. package/es/mediaView.mjs +9 -0
  404. package/es/messageBox/component.vue.mjs +119 -0
  405. package/es/messageBox/component.vue2.mjs +4 -0
  406. package/es/messageBox/list.vue.mjs +86 -0
  407. package/es/messageBox/list.vue2.mjs +4 -0
  408. package/es/messageBox/script/api.mjs +19 -0
  409. package/es/messageBox.mjs +9 -0
  410. package/es/music.png +0 -0
  411. package/es/node_modules/.pnpm/gif.js@0.2.0/node_modules/gif.js/dist/gif.mjs +261 -0
  412. package/es/pdf.png +0 -0
  413. package/es/ppt.png +0 -0
  414. package/es/previousVersion/component.vue.mjs +254 -0
  415. package/es/previousVersion/component.vue2.mjs +4 -0
  416. package/es/previousVersion/script/api.mjs +34 -0
  417. package/es/previousVersion/script/tool.mjs +18 -0
  418. package/es/previousVersion.mjs +9 -0
  419. package/es/pro-compo.css +1 -0
  420. package/es/project1.png +0 -0
  421. package/es/rar.png +0 -0
  422. package/es/resourceGridList/component.vue.mjs +198 -0
  423. package/es/resourceGridList/component.vue2.mjs +4 -0
  424. package/es/resourceGridList/components/FileTypeThumb/index.vue.mjs +130 -0
  425. package/es/resourceGridList/components/FileTypeThumb/index.vue2.mjs +4 -0
  426. package/es/resourceGridList.mjs +9 -0
  427. package/es/resourceModal/assets/images/sys_load_more.png.mjs +4 -0
  428. package/es/resourceModal/assets/images/unknown.png.mjs +4 -0
  429. package/es/resourceModal/assets/selection/null.png.mjs +4 -0
  430. package/es/resourceModal/component.vue.mjs +71 -0
  431. package/es/resourceModal/component.vue2.mjs +4 -0
  432. package/es/resourceModal/components/MediaPreviewer/index.vue.mjs +59 -0
  433. package/es/resourceModal/components/MediaPreviewer/index.vue2.mjs +4 -0
  434. package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.vue.mjs +86 -0
  435. package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.vue2.mjs +4 -0
  436. package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.vue.mjs +98 -0
  437. package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.vue2.mjs +4 -0
  438. package/es/resourceModal/components/MediaSelection/MainContent/index.vue.mjs +184 -0
  439. package/es/resourceModal/components/MediaSelection/MainContent/index.vue2.mjs +4 -0
  440. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.vue.mjs +111 -0
  441. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.vue2.mjs +4 -0
  442. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.vue.mjs +81 -0
  443. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.vue2.mjs +4 -0
  444. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.vue.mjs +71 -0
  445. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.vue2.mjs +4 -0
  446. package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.vue.mjs +180 -0
  447. package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.vue2.mjs +4 -0
  448. package/es/resourceModal/components/MediaSelection/index.vue.mjs +214 -0
  449. package/es/resourceModal/components/MediaSelection/index.vue2.mjs +4 -0
  450. package/es/resourceModal/script/api.mjs +58 -0
  451. package/es/resourceModal/script/mediaSelection.mjs +7 -0
  452. package/es/resourceModal.mjs +9 -0
  453. package/es/selectAddTo/component.vue.mjs +7 -0
  454. package/es/selectAddTo/component.vue2.mjs +42 -0
  455. package/es/selectAddTo/components/SelectAddToView.vue.mjs +7 -0
  456. package/es/selectAddTo/components/SelectAddToView.vue2.mjs +85 -0
  457. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.vue.mjs +142 -0
  458. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.vue2.mjs +4 -0
  459. package/es/selectAddTo/components/ViewAllColumn/index.vue.mjs +7 -0
  460. package/es/selectAddTo/components/ViewAllColumn/index.vue2.mjs +189 -0
  461. package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.mjs +86 -0
  462. package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.mjs +112 -0
  463. package/es/selectAddTo/script/api.mjs +27 -0
  464. package/es/selectAddTo/script/useSelectAddToState.mjs +45 -0
  465. package/es/selectAddTo.mjs +9 -0
  466. package/es/selectAvatarList/component.vue.mjs +92 -0
  467. package/es/selectAvatarList/component.vue2.mjs +4 -0
  468. package/es/selectAvatarList.mjs +9 -0
  469. package/es/selectGategory/component.vue.mjs +75 -0
  470. package/es/selectGategory/component.vue2.mjs +4 -0
  471. package/es/selectGategory/components/ColumnSelection/index.vue.mjs +214 -0
  472. package/es/selectGategory/components/ColumnSelection/index.vue2.mjs +4 -0
  473. package/es/selectGategory/script/api.mjs +18 -0
  474. package/es/selectGategory.mjs +9 -0
  475. package/es/selectResourceModal/assets/images/sys_load_more.png.mjs +4 -0
  476. package/es/selectResourceModal/component.vue.mjs +159 -0
  477. package/es/selectResourceModal/component.vue2.mjs +4 -0
  478. package/es/selectResourceModal/components/List/ListAi/index.vue.mjs +44 -0
  479. package/es/selectResourceModal/components/List/ListAi/index.vue2.mjs +4 -0
  480. package/es/selectResourceModal/components/List/ListCardWrapper.vue.mjs +72 -0
  481. package/es/selectResourceModal/components/List/ListCardWrapper.vue2.mjs +4 -0
  482. package/es/selectResourceModal/components/List/ListLocal/Upload.vue.mjs +57 -0
  483. package/es/selectResourceModal/components/List/ListLocal/Upload.vue2.mjs +4 -0
  484. package/es/selectResourceModal/components/List/ListLocal/index.vue.mjs +65 -0
  485. package/es/selectResourceModal/components/List/ListLocal/index.vue2.mjs +4 -0
  486. package/es/selectResourceModal/components/List/ListNormal/Filter.vue.mjs +352 -0
  487. package/es/selectResourceModal/components/List/ListNormal/Filter.vue2.mjs +4 -0
  488. package/es/selectResourceModal/components/List/ListNormal/index.vue.mjs +81 -0
  489. package/es/selectResourceModal/components/List/ListNormal/index.vue2.mjs +4 -0
  490. package/es/selectResourceModal/components/List/ListSystem/Filter.vue.mjs +106 -0
  491. package/es/selectResourceModal/components/List/ListSystem/Filter.vue2.mjs +4 -0
  492. package/es/selectResourceModal/components/List/ListSystem/SubList.vue.mjs +50 -0
  493. package/es/selectResourceModal/components/List/ListSystem/SubList.vue2.mjs +4 -0
  494. package/es/selectResourceModal/components/List/ListSystem/index.vue.mjs +80 -0
  495. package/es/selectResourceModal/components/List/ListSystem/index.vue2.mjs +4 -0
  496. package/es/selectResourceModal/components/List/ListVideo/index.vue.mjs +40 -0
  497. package/es/selectResourceModal/components/List/ListVideo/index.vue2.mjs +4 -0
  498. package/es/selectResourceModal/components/List/ListWraper.vue.mjs +57 -0
  499. package/es/selectResourceModal/components/List/ListWraper.vue2.mjs +4 -0
  500. package/es/selectResourceModal/components/ListSelected/index.vue.mjs +89 -0
  501. package/es/selectResourceModal/components/ListSelected/index.vue2.mjs +4 -0
  502. package/es/selectResourceModal/components/ListTabs/index.vue.mjs +50 -0
  503. package/es/selectResourceModal/components/ListTabs/index.vue2.mjs +4 -0
  504. package/es/selectResourceModal/hooks/useResponsiveFilter.mjs +87 -0
  505. package/es/selectResourceModal/scripts/selectionApis.mjs +18 -0
  506. package/es/selectResourceModal/scripts/useCompoLf.mjs +32 -0
  507. package/es/selectResourceModal/scripts/useResourceSelect.mjs +23 -0
  508. package/es/selectResourceModal/scripts/useTabFilter.mjs +56 -0
  509. package/es/selectResourceModal.mjs +9 -0
  510. package/es/selectThumb/component.vue.mjs +426 -0
  511. package/es/selectThumb/component.vue2.mjs +4 -0
  512. package/es/selectThumb/components/card.vue.mjs +152 -0
  513. package/es/selectThumb/components/card.vue2.mjs +4 -0
  514. package/es/selectThumb/components/colorPalette.vue.mjs +65 -0
  515. package/es/selectThumb/components/colorPalette.vue2.mjs +4 -0
  516. package/es/selectThumb/components/colorPicker.vue.mjs +43 -0
  517. package/es/selectThumb/components/colorPicker.vue2.mjs +4 -0
  518. package/es/selectThumb.mjs +9 -0
  519. package/es/svideo.png +0 -0
  520. package/es/thumbCard/assets/magic.png.mjs +4 -0
  521. package/es/thumbCard/component.vue.mjs +81 -0
  522. package/es/thumbCard/component.vue2.mjs +4 -0
  523. package/es/thumbCard/components/ThumbUploading/index.vue.mjs +25 -0
  524. package/es/thumbCard/components/ThumbUploading/index.vue2.mjs +4 -0
  525. package/es/thumbCard.mjs +9 -0
  526. package/es/txt.png +0 -0
  527. package/es/typeIcons/component.vue.mjs +27 -0
  528. package/es/typeIcons/component.vue2.mjs +4 -0
  529. package/es/typeIcons.mjs +9 -0
  530. package/es/unknown.png +0 -0
  531. package/es/uploadBefore/component.vue.mjs +55 -0
  532. package/es/uploadBefore/component.vue2.mjs +4 -0
  533. package/es/uploadBefore/components/UploadBefore.vue.mjs +180 -0
  534. package/es/uploadBefore/components/UploadBefore.vue2.mjs +4 -0
  535. package/es/uploadBefore/components/UploadForClick.vue.mjs +26 -0
  536. package/es/uploadBefore/components/UploadForClick.vue2.mjs +4 -0
  537. package/es/uploadBefore/script/api.mjs +32 -0
  538. package/es/uploadBefore/script/fileTypeAdapter.mjs +37 -0
  539. package/es/uploadBefore/script/fileUpload.mjs +33 -0
  540. package/es/uploadBefore/script/uploadHooks.mjs +33 -0
  541. package/es/uploadBefore.mjs +9 -0
  542. package/es/uploadStep/component.vue.mjs +122 -0
  543. package/es/uploadStep/component.vue2.mjs +4 -0
  544. package/es/uploadStep.mjs +9 -0
  545. package/es/userAvater/component.vue.mjs +134 -0
  546. package/es/userAvater/component.vue2.mjs +4 -0
  547. package/es/userAvater/script/api.mjs +37 -0
  548. package/es/userAvater.mjs +9 -0
  549. package/es/userDirector/component.vue.mjs +193 -0
  550. package/es/userDirector/component.vue2.mjs +4 -0
  551. package/es/userDirector/components/userTree.vue.mjs +68 -0
  552. package/es/userDirector/components/userTree.vue2.mjs +4 -0
  553. package/es/userDirector/script/api.mjs +31 -0
  554. package/es/userDirector.mjs +9 -0
  555. package/es/utils/auth.mjs +11 -0
  556. package/es/utils/date.mjs +21 -0
  557. package/es/utils/doc.mjs +90 -0
  558. package/es/utils/filter.mjs +29 -0
  559. package/es/utils/index.mjs +97 -0
  560. package/es/utils/request.mjs +26 -0
  561. package/es/utils/resource.mjs +15 -0
  562. package/es/utils/transcodeMedia.mjs +34 -0
  563. package/es/utils/tusUpload.mjs +81 -0
  564. package/es/utils/typeMap.mjs +173 -0
  565. package/es/videoThumb/component.vue.mjs +96 -0
  566. package/es/videoThumb/component.vue2.mjs +4 -0
  567. package/es/videoThumb/scripts/api.mjs +11 -0
  568. package/es/videoThumb/scripts/useVideoThumbs.mjs +55 -0
  569. package/es/videoThumb.mjs +9 -0
  570. package/es/wechat.png +0 -0
  571. package/es/word.png +0 -0
  572. package/es/zip.png +0 -0
  573. package/lib/_virtual/_commonjs-dynamic-modules.cjs +1 -0
  574. package/lib/_virtual/_commonjsHelpers.cjs +1 -0
  575. package/lib/_virtual/_plugin-vue_export-helper.cjs +1 -0
  576. package/lib/_virtual/dynamic-import-helper.cjs +1 -0
  577. package/lib/_virtual/gif.cjs +1 -0
  578. package/lib/_virtual/gif2.cjs +1 -0
  579. package/lib/appCenter/component.vue.cjs +1 -0
  580. package/lib/appCenter/component.vue2.cjs +1 -0
  581. package/lib/appCenter/script/api.cjs +1 -0
  582. package/lib/appCenter/script/apps.cjs +1 -0
  583. package/lib/appCenter/script/permissionMap.cjs +1 -0
  584. package/lib/appCenter/script/routeMap.cjs +1 -0
  585. package/lib/appCenter.cjs +1 -0
  586. package/lib/baseFilter/component.vue.cjs +1 -0
  587. package/lib/baseFilter/component.vue2.cjs +1 -0
  588. package/lib/baseFilter/components/FilterGroup.vue.cjs +1 -0
  589. package/lib/baseFilter/components/FilterGroup.vue2.cjs +1 -0
  590. package/lib/baseFilter/components/filterItem.vue.cjs +1 -0
  591. package/lib/baseFilter/components/filterItem.vue2.cjs +1 -0
  592. package/lib/baseFilter.cjs +1 -0
  593. package/lib/colorPalette/component.vue.cjs +1 -0
  594. package/lib/colorPalette/component.vue2.cjs +1 -0
  595. package/lib/colorPalette/components/colorPicker.vue.cjs +1 -0
  596. package/lib/colorPalette/components/colorPicker.vue2.cjs +1 -0
  597. package/lib/colorPalette.cjs +1 -0
  598. package/lib/components.cjs +1 -0
  599. package/lib/config.cjs +1 -0
  600. package/lib/contentDetailList/component.vue.cjs +1 -0
  601. package/lib/contentDetailList/component.vue2.cjs +1 -0
  602. package/lib/contentDetailList/components/Content/CompoItem/index.vue.cjs +1 -0
  603. package/lib/contentDetailList/components/Content/CompoItem/index.vue2.cjs +1 -0
  604. package/lib/contentDetailList/components/Content/ContentListItem/index.vue.cjs +1 -0
  605. package/lib/contentDetailList/components/Content/ContentListItem/index.vue2.cjs +1 -0
  606. package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.vue.cjs +1 -0
  607. package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.vue2.cjs +1 -0
  608. package/lib/contentDetailList/components/Content/DocItem/index.vue.cjs +1 -0
  609. package/lib/contentDetailList/components/Content/DocItem/index.vue2.cjs +1 -0
  610. package/lib/contentDetailList/components/Content/DocMpItem/index.vue.cjs +1 -0
  611. package/lib/contentDetailList/components/Content/DocMpItem/index.vue2.cjs +1 -0
  612. package/lib/contentDetailList/components/Content/GroupPieceItem/index.vue.cjs +1 -0
  613. package/lib/contentDetailList/components/Content/GroupPieceItem/index.vue2.cjs +1 -0
  614. package/lib/contentDetailList/components/Content/KongoNavItem/index.vue.cjs +1 -0
  615. package/lib/contentDetailList/components/Content/KongoNavItem/index.vue2.cjs +1 -0
  616. package/lib/contentDetailList/components/Content/LiveItem/index.vue.cjs +1 -0
  617. package/lib/contentDetailList/components/Content/LiveItem/index.vue2.cjs +1 -0
  618. package/lib/contentDetailList/components/Content/MaccountItem/index.vue.cjs +1 -0
  619. package/lib/contentDetailList/components/Content/MaccountItem/index.vue2.cjs +1 -0
  620. package/lib/contentDetailList/components/Content/courseItem/index.vue.cjs +1 -0
  621. package/lib/contentDetailList/components/Content/courseItem/index.vue2.cjs +1 -0
  622. package/lib/contentDetailList/components/Content/funhdItem/index.vue.cjs +1 -0
  623. package/lib/contentDetailList/components/Content/funhdItem/index.vue2.cjs +1 -0
  624. package/lib/contentDetailList/components/Content/index.vue.cjs +1 -0
  625. package/lib/contentDetailList/components/Content/index.vue2.cjs +1 -0
  626. package/lib/contentDetailList/components/CustomWrp/CustomItem.vue.cjs +1 -0
  627. package/lib/contentDetailList/components/CustomWrp/CustomItem.vue2.cjs +1 -0
  628. package/lib/contentDetailList/components/CustomWrp/index.vue.cjs +1 -0
  629. package/lib/contentDetailList/components/CustomWrp/index.vue2.cjs +1 -0
  630. package/lib/contentDetailList/components/Doc/index.vue.cjs +1 -0
  631. package/lib/contentDetailList/components/Doc/index.vue2.cjs +1 -0
  632. package/lib/contentDetailList/components/Records/MatrixItem/index.vue.cjs +1 -0
  633. package/lib/contentDetailList/components/Records/MatrixItem/index.vue2.cjs +1 -0
  634. package/lib/contentDetailList/components/Records/index.vue.cjs +1 -0
  635. package/lib/contentDetailList/components/Records/index.vue2.cjs +1 -0
  636. package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.vue.cjs +1 -0
  637. package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.vue2.cjs +1 -0
  638. package/lib/contentDetailList/components/ShowQRCode/index.vue.cjs +1 -0
  639. package/lib/contentDetailList/components/ShowQRCode/index.vue2.cjs +1 -0
  640. package/lib/contentDetailList/script/api.cjs +1 -0
  641. package/lib/contentDetailList.cjs +1 -0
  642. package/lib/contentModal/component.vue.cjs +1 -0
  643. package/lib/contentModal/component.vue2.cjs +1 -0
  644. package/lib/contentModal/components/CompoList/CompoFilter/index.vue.cjs +1 -0
  645. package/lib/contentModal/components/CompoList/CompoFilter/index.vue2.cjs +1 -0
  646. package/lib/contentModal/components/CompoList/index.vue.cjs +1 -0
  647. package/lib/contentModal/components/CompoList/index.vue2.cjs +1 -0
  648. package/lib/contentModal/components/ContentList/MediaFilter/index.vue.cjs +1 -0
  649. package/lib/contentModal/components/ContentList/MediaFilter/index.vue2.cjs +1 -0
  650. package/lib/contentModal/components/ContentList/index.vue.cjs +1 -0
  651. package/lib/contentModal/components/ContentList/index.vue2.cjs +1 -0
  652. package/lib/contentModal/components/Dejin/MediaFilter/index.vue.cjs +1 -0
  653. package/lib/contentModal/components/Dejin/MediaFilter/index.vue2.cjs +1 -0
  654. package/lib/contentModal/components/Dejin/index.vue.cjs +1 -0
  655. package/lib/contentModal/components/Dejin/index.vue2.cjs +1 -0
  656. package/lib/contentModal/components/EqxiuList/MediaFilter/index.vue.cjs +1 -0
  657. package/lib/contentModal/components/EqxiuList/MediaFilter/index.vue2.cjs +1 -0
  658. package/lib/contentModal/components/EqxiuList/index.vue.cjs +1 -0
  659. package/lib/contentModal/components/EqxiuList/index.vue2.cjs +1 -0
  660. package/lib/contentModal/components/LiveList/MediaFilter/index.vue.cjs +1 -0
  661. package/lib/contentModal/components/LiveList/MediaFilter/index.vue2.cjs +1 -0
  662. package/lib/contentModal/components/LiveList/index.vue.cjs +1 -0
  663. package/lib/contentModal/components/LiveList/index.vue2.cjs +1 -0
  664. package/lib/contentModal/components/MpAccountList/MpAccountFilter/index.vue.cjs +1 -0
  665. package/lib/contentModal/components/MpAccountList/MpAccountFilter/index.vue2.cjs +1 -0
  666. package/lib/contentModal/components/MpAccountList/index.vue.cjs +1 -0
  667. package/lib/contentModal/components/MpAccountList/index.vue2.cjs +1 -0
  668. package/lib/contentModal/components/MpContentList/MediaFilter/index.vue.cjs +1 -0
  669. package/lib/contentModal/components/MpContentList/MediaFilter/index.vue2.cjs +1 -0
  670. package/lib/contentModal/components/MpContentList/index.vue.cjs +1 -0
  671. package/lib/contentModal/components/MpContentList/index.vue2.cjs +1 -0
  672. package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.vue.cjs +1 -0
  673. package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.vue2.cjs +1 -0
  674. package/lib/contentModal/components/ViewAllColumn/columnTree/index.vue.cjs +1 -0
  675. package/lib/contentModal/components/ViewAllColumn/columnTree/index.vue2.cjs +1 -0
  676. package/lib/contentModal/components/ViewAllColumn/index.vue.cjs +1 -0
  677. package/lib/contentModal/components/ViewAllColumn/index.vue2.cjs +1 -0
  678. package/lib/contentModal/components/storeBox/index.vue.cjs +1 -0
  679. package/lib/contentModal/components/storeBox/index.vue2.cjs +1 -0
  680. package/lib/contentModal/images/pic-thumb.png.cjs +1 -0
  681. package/lib/contentModal/images/user.png.cjs +1 -0
  682. package/lib/contentModal/script/api.cjs +1 -0
  683. package/lib/contentModal.cjs +1 -0
  684. package/lib/dataTags/component.vue.cjs +1 -0
  685. package/lib/dataTags/component.vue2.cjs +1 -0
  686. package/lib/dataTags.cjs +1 -0
  687. package/lib/docHistory/component.vue.cjs +1 -0
  688. package/lib/docHistory/component.vue2.cjs +1 -0
  689. package/lib/docHistory/components/DocDiffPanel/index.vue.cjs +1 -0
  690. package/lib/docHistory/components/DocDiffPanel/index.vue2.cjs +1 -0
  691. package/lib/docHistory/components/DocHistoryList/index.vue.cjs +1 -0
  692. package/lib/docHistory/components/DocHistoryList/index.vue2.cjs +1 -0
  693. package/lib/docHistory/scripts/diff.cjs +1 -0
  694. package/lib/docHistory/scripts/useDocHistory.cjs +1 -0
  695. package/lib/docHistory.cjs +1 -0
  696. package/lib/docPreview/component.vue.cjs +1 -0
  697. package/lib/docPreview/component.vue2.cjs +1 -0
  698. package/lib/docPreview/components/PreviewIframe.vue.cjs +1 -0
  699. package/lib/docPreview/components/PreviewIframe.vue2.cjs +1 -0
  700. package/lib/docPreview/images/phone.png.cjs +1 -0
  701. package/lib/docPreview/scripts/hook.cjs +1 -0
  702. package/lib/docPreview.cjs +1 -0
  703. package/lib/editMetaInfo/component.vue.cjs +1 -0
  704. package/lib/editMetaInfo/component.vue2.cjs +1 -0
  705. package/lib/editMetaInfo/components/metaInfoForm.vue.cjs +1 -0
  706. package/lib/editMetaInfo/components/metaInfoForm.vue2.cjs +1 -0
  707. package/lib/editMetaInfo/script/api.cjs +1 -0
  708. package/lib/editMetaInfo.cjs +1 -0
  709. package/lib/emptyData/component.vue.cjs +1 -0
  710. package/lib/emptyData/component.vue2.cjs +1 -0
  711. package/lib/emptyData/svg/acount.vue.cjs +1 -0
  712. package/lib/emptyData/svg/add.vue.cjs +1 -0
  713. package/lib/emptyData/svg/add.vue2.cjs +1 -0
  714. package/lib/emptyData/svg/analize.vue.cjs +1 -0
  715. package/lib/emptyData/svg/analize_fail.vue.cjs +1 -0
  716. package/lib/emptyData/svg/empty.vue.cjs +1 -0
  717. package/lib/emptyData/svg/file.vue.cjs +1 -0
  718. package/lib/emptyData/svg/manager.vue.cjs +1 -0
  719. package/lib/emptyData/svg/message.vue.cjs +1 -0
  720. package/lib/emptyData/svg/noanalize.vue.cjs +1 -0
  721. package/lib/emptyData/svg/null.vue.cjs +1 -0
  722. package/lib/emptyData/svg/search.vue.cjs +1 -0
  723. package/lib/emptyData/svg/star.vue.cjs +1 -0
  724. package/lib/emptyData/svg/trash.vue.cjs +1 -0
  725. package/lib/emptyData/svg/user.vue.cjs +1 -0
  726. package/lib/emptyData.cjs +1 -0
  727. package/lib/hooks/assets.cjs +1 -0
  728. package/lib/hooks/batch.cjs +1 -0
  729. package/lib/hooks/dialogVisible.cjs +1 -0
  730. package/lib/hooks/source.cjs +1 -0
  731. package/lib/hooks/toggle.cjs +1 -0
  732. package/lib/hooks/useAttachement.cjs +1 -0
  733. package/lib/hooks/useLocalStorage.cjs +1 -0
  734. package/lib/hooks/usePopper.cjs +1 -0
  735. package/lib/hooks/useSelection.cjs +1 -0
  736. package/lib/hooks/useUpload.cjs +1 -0
  737. package/lib/hooks/user.cjs +1 -0
  738. package/lib/imageCrop/component.vue.cjs +1 -0
  739. package/lib/imageCrop/component.vue2.cjs +1 -0
  740. package/lib/imageCrop/script/api.cjs +1 -0
  741. package/lib/imageCrop.cjs +1 -0
  742. package/lib/importData/component.vue.cjs +1 -0
  743. package/lib/importData/component.vue2.cjs +1 -0
  744. package/lib/importData.cjs +1 -0
  745. package/lib/index.cjs +1 -0
  746. package/lib/mediaFilter/component.vue.cjs +1 -0
  747. package/lib/mediaFilter/component.vue2.cjs +1 -0
  748. package/lib/mediaFilter/components/DocFilter.vue.cjs +1 -0
  749. package/lib/mediaFilter/components/DocFilter.vue2.cjs +1 -0
  750. package/lib/mediaFilter/components/FilterGroup.vue.cjs +1 -0
  751. package/lib/mediaFilter/components/FilterGroup.vue2.cjs +1 -0
  752. package/lib/mediaFilter/components/FilterItem.vue.cjs +1 -0
  753. package/lib/mediaFilter/components/FilterItem.vue2.cjs +1 -0
  754. package/lib/mediaFilter/components/MediaFilter.vue.cjs +1 -0
  755. package/lib/mediaFilter/components/MpAccountFilter.vue.cjs +1 -0
  756. package/lib/mediaFilter/components/MpAccountFilter.vue2.cjs +1 -0
  757. package/lib/mediaFilter/components/MpContentFilter.vue.cjs +1 -0
  758. package/lib/mediaFilter/components/MpContentFilter.vue2.cjs +1 -0
  759. package/lib/mediaFilter/script/optionsGetter.cjs +1 -0
  760. package/lib/mediaFilter.cjs +1 -0
  761. package/lib/mediaView/component.vue.cjs +1 -0
  762. package/lib/mediaView/component.vue2.cjs +1 -0
  763. package/lib/mediaView.cjs +1 -0
  764. package/lib/messageBox/component.vue.cjs +1 -0
  765. package/lib/messageBox/component.vue2.cjs +1 -0
  766. package/lib/messageBox/list.vue.cjs +1 -0
  767. package/lib/messageBox/list.vue2.cjs +1 -0
  768. package/lib/messageBox/script/api.cjs +1 -0
  769. package/lib/messageBox.cjs +1 -0
  770. package/lib/node_modules/.pnpm/gif.js@0.2.0/node_modules/gif.js/dist/gif.cjs +1 -0
  771. package/lib/previousVersion/component.vue.cjs +1 -0
  772. package/lib/previousVersion/component.vue2.cjs +1 -0
  773. package/lib/previousVersion/script/api.cjs +1 -0
  774. package/lib/previousVersion/script/tool.cjs +1 -0
  775. package/lib/previousVersion.cjs +1 -0
  776. package/lib/pro-compo.css +1 -0
  777. package/lib/resourceGridList/component.vue.cjs +2 -0
  778. package/lib/resourceGridList/component.vue2.cjs +1 -0
  779. package/lib/resourceGridList/components/FileTypeThumb/index.vue.cjs +1 -0
  780. package/lib/resourceGridList/components/FileTypeThumb/index.vue2.cjs +1 -0
  781. package/lib/resourceGridList.cjs +1 -0
  782. package/lib/resourceModal/assets/images/sys_load_more.png.cjs +1 -0
  783. package/lib/resourceModal/assets/images/unknown.png.cjs +1 -0
  784. package/lib/resourceModal/assets/selection/null.png.cjs +1 -0
  785. package/lib/resourceModal/component.vue.cjs +1 -0
  786. package/lib/resourceModal/component.vue2.cjs +1 -0
  787. package/lib/resourceModal/components/MediaPreviewer/index.vue.cjs +1 -0
  788. package/lib/resourceModal/components/MediaPreviewer/index.vue2.cjs +1 -0
  789. package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.vue.cjs +1 -0
  790. package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.vue2.cjs +1 -0
  791. package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.vue.cjs +1 -0
  792. package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.vue2.cjs +1 -0
  793. package/lib/resourceModal/components/MediaSelection/MainContent/index.vue.cjs +1 -0
  794. package/lib/resourceModal/components/MediaSelection/MainContent/index.vue2.cjs +1 -0
  795. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.vue.cjs +1 -0
  796. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.vue2.cjs +1 -0
  797. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.vue.cjs +1 -0
  798. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.vue2.cjs +1 -0
  799. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.vue.cjs +1 -0
  800. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.vue2.cjs +1 -0
  801. package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.vue.cjs +1 -0
  802. package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.vue2.cjs +1 -0
  803. package/lib/resourceModal/components/MediaSelection/index.vue.cjs +1 -0
  804. package/lib/resourceModal/components/MediaSelection/index.vue2.cjs +1 -0
  805. package/lib/resourceModal/script/api.cjs +1 -0
  806. package/lib/resourceModal/script/mediaSelection.cjs +1 -0
  807. package/lib/resourceModal.cjs +1 -0
  808. package/lib/selectAddTo/component.vue.cjs +1 -0
  809. package/lib/selectAddTo/component.vue2.cjs +1 -0
  810. package/lib/selectAddTo/components/SelectAddToView.vue.cjs +1 -0
  811. package/lib/selectAddTo/components/SelectAddToView.vue2.cjs +1 -0
  812. package/lib/selectAddTo/components/ViewAllColumn/MediaFilter/index.vue.cjs +1 -0
  813. package/lib/selectAddTo/components/ViewAllColumn/MediaFilter/index.vue2.cjs +1 -0
  814. package/lib/selectAddTo/components/ViewAllColumn/index.vue.cjs +1 -0
  815. package/lib/selectAddTo/components/ViewAllColumn/index.vue2.cjs +1 -0
  816. package/lib/selectAddTo/components/ViewAllColumn/script/useTableColumns.cjs +1 -0
  817. package/lib/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.cjs +1 -0
  818. package/lib/selectAddTo/script/api.cjs +1 -0
  819. package/lib/selectAddTo/script/useSelectAddToState.cjs +1 -0
  820. package/lib/selectAddTo.cjs +1 -0
  821. package/lib/selectAvatarList/component.vue.cjs +1 -0
  822. package/lib/selectAvatarList/component.vue2.cjs +1 -0
  823. package/lib/selectAvatarList.cjs +1 -0
  824. package/lib/selectGategory/component.vue.cjs +1 -0
  825. package/lib/selectGategory/component.vue2.cjs +1 -0
  826. package/lib/selectGategory/components/ColumnSelection/index.vue.cjs +1 -0
  827. package/lib/selectGategory/components/ColumnSelection/index.vue2.cjs +1 -0
  828. package/lib/selectGategory/script/api.cjs +1 -0
  829. package/lib/selectGategory.cjs +1 -0
  830. package/lib/selectResourceModal/assets/images/sys_load_more.png.cjs +1 -0
  831. package/lib/selectResourceModal/component.vue.cjs +1 -0
  832. package/lib/selectResourceModal/component.vue2.cjs +1 -0
  833. package/lib/selectResourceModal/components/List/ListAi/index.vue.cjs +1 -0
  834. package/lib/selectResourceModal/components/List/ListAi/index.vue2.cjs +1 -0
  835. package/lib/selectResourceModal/components/List/ListCardWrapper.vue.cjs +1 -0
  836. package/lib/selectResourceModal/components/List/ListCardWrapper.vue2.cjs +1 -0
  837. package/lib/selectResourceModal/components/List/ListLocal/Upload.vue.cjs +1 -0
  838. package/lib/selectResourceModal/components/List/ListLocal/Upload.vue2.cjs +1 -0
  839. package/lib/selectResourceModal/components/List/ListLocal/index.vue.cjs +1 -0
  840. package/lib/selectResourceModal/components/List/ListLocal/index.vue2.cjs +1 -0
  841. package/lib/selectResourceModal/components/List/ListNormal/Filter.vue.cjs +1 -0
  842. package/lib/selectResourceModal/components/List/ListNormal/Filter.vue2.cjs +1 -0
  843. package/lib/selectResourceModal/components/List/ListNormal/index.vue.cjs +1 -0
  844. package/lib/selectResourceModal/components/List/ListNormal/index.vue2.cjs +1 -0
  845. package/lib/selectResourceModal/components/List/ListSystem/Filter.vue.cjs +1 -0
  846. package/lib/selectResourceModal/components/List/ListSystem/Filter.vue2.cjs +1 -0
  847. package/lib/selectResourceModal/components/List/ListSystem/SubList.vue.cjs +1 -0
  848. package/lib/selectResourceModal/components/List/ListSystem/SubList.vue2.cjs +1 -0
  849. package/lib/selectResourceModal/components/List/ListSystem/index.vue.cjs +1 -0
  850. package/lib/selectResourceModal/components/List/ListSystem/index.vue2.cjs +1 -0
  851. package/lib/selectResourceModal/components/List/ListVideo/index.vue.cjs +1 -0
  852. package/lib/selectResourceModal/components/List/ListVideo/index.vue2.cjs +1 -0
  853. package/lib/selectResourceModal/components/List/ListWraper.vue.cjs +1 -0
  854. package/lib/selectResourceModal/components/List/ListWraper.vue2.cjs +1 -0
  855. package/lib/selectResourceModal/components/ListSelected/index.vue.cjs +1 -0
  856. package/lib/selectResourceModal/components/ListSelected/index.vue2.cjs +1 -0
  857. package/lib/selectResourceModal/components/ListTabs/index.vue.cjs +1 -0
  858. package/lib/selectResourceModal/components/ListTabs/index.vue2.cjs +1 -0
  859. package/lib/selectResourceModal/hooks/useResponsiveFilter.cjs +1 -0
  860. package/lib/selectResourceModal/scripts/selectionApis.cjs +1 -0
  861. package/lib/selectResourceModal/scripts/useCompoLf.cjs +1 -0
  862. package/lib/selectResourceModal/scripts/useResourceSelect.cjs +1 -0
  863. package/lib/selectResourceModal/scripts/useTabFilter.cjs +1 -0
  864. package/lib/selectResourceModal.cjs +1 -0
  865. package/lib/selectThumb/component.vue.cjs +1 -0
  866. package/lib/selectThumb/component.vue2.cjs +1 -0
  867. package/lib/selectThumb/components/card.vue.cjs +1 -0
  868. package/lib/selectThumb/components/card.vue2.cjs +1 -0
  869. package/lib/selectThumb/components/colorPalette.vue.cjs +1 -0
  870. package/lib/selectThumb/components/colorPalette.vue2.cjs +1 -0
  871. package/lib/selectThumb/components/colorPicker.vue.cjs +1 -0
  872. package/lib/selectThumb/components/colorPicker.vue2.cjs +1 -0
  873. package/lib/selectThumb.cjs +1 -0
  874. package/lib/thumbCard/assets/magic.png.cjs +1 -0
  875. package/lib/thumbCard/component.vue.cjs +1 -0
  876. package/lib/thumbCard/component.vue2.cjs +1 -0
  877. package/lib/thumbCard/components/ThumbUploading/index.vue.cjs +1 -0
  878. package/lib/thumbCard/components/ThumbUploading/index.vue2.cjs +1 -0
  879. package/lib/thumbCard.cjs +1 -0
  880. package/lib/typeIcons/component.vue.cjs +1 -0
  881. package/lib/typeIcons/component.vue2.cjs +1 -0
  882. package/lib/typeIcons.cjs +1 -0
  883. package/lib/uploadBefore/component.vue.cjs +1 -0
  884. package/lib/uploadBefore/component.vue2.cjs +1 -0
  885. package/lib/uploadBefore/components/UploadBefore.vue.cjs +1 -0
  886. package/lib/uploadBefore/components/UploadBefore.vue2.cjs +1 -0
  887. package/lib/uploadBefore/components/UploadForClick.vue.cjs +1 -0
  888. package/lib/uploadBefore/components/UploadForClick.vue2.cjs +1 -0
  889. package/lib/uploadBefore/script/api.cjs +1 -0
  890. package/lib/uploadBefore/script/fileTypeAdapter.cjs +1 -0
  891. package/lib/uploadBefore/script/fileUpload.cjs +1 -0
  892. package/lib/uploadBefore/script/uploadHooks.cjs +1 -0
  893. package/lib/uploadBefore.cjs +1 -0
  894. package/lib/uploadStep/component.vue.cjs +1 -0
  895. package/lib/uploadStep/component.vue2.cjs +1 -0
  896. package/lib/uploadStep.cjs +1 -0
  897. package/lib/userAvater/component.vue.cjs +1 -0
  898. package/lib/userAvater/component.vue2.cjs +1 -0
  899. package/lib/userAvater/script/api.cjs +1 -0
  900. package/lib/userAvater.cjs +1 -0
  901. package/lib/userDirector/component.vue.cjs +1 -0
  902. package/lib/userDirector/component.vue2.cjs +1 -0
  903. package/lib/userDirector/components/userTree.vue.cjs +1 -0
  904. package/lib/userDirector/components/userTree.vue2.cjs +1 -0
  905. package/lib/userDirector/script/api.cjs +1 -0
  906. package/lib/userDirector.cjs +1 -0
  907. package/lib/utils/auth.cjs +1 -0
  908. package/lib/utils/date.cjs +1 -0
  909. package/lib/utils/doc.cjs +1 -0
  910. package/lib/utils/filter.cjs +1 -0
  911. package/lib/utils/index.cjs +1 -0
  912. package/lib/utils/request.cjs +1 -0
  913. package/lib/utils/resource.cjs +1 -0
  914. package/lib/utils/transcodeMedia.cjs +1 -0
  915. package/lib/utils/tusUpload.cjs +1 -0
  916. package/lib/utils/typeMap.cjs +1 -0
  917. package/lib/videoThumb/component.vue.cjs +1 -0
  918. package/lib/videoThumb/component.vue2.cjs +1 -0
  919. package/lib/videoThumb/scripts/api.cjs +1 -0
  920. package/lib/videoThumb/scripts/useVideoThumbs.cjs +1 -0
  921. package/lib/videoThumb.cjs +1 -0
  922. package/package.json +81 -39
  923. package/dist/index.css +0 -5065
  924. package/dist/index.js +0 -17
  925. package/dist/index.js.map +0 -1
  926. package/dist/index.less +0 -2
  927. package/dist/index.min.css +0 -1
  928. package/dist/index.min.js +0 -11
  929. package/dist/index.min.js.map +0 -1
  930. package/es/_virtual/plugin-vue_export-helper.js +0 -7
  931. package/es/appCenter/component.d.ts +0 -0
  932. package/es/appCenter/component.js +0 -216
  933. package/es/appCenter/index.d.ts +0 -2
  934. package/es/appCenter/index.js +0 -7
  935. package/es/appCenter/script/api.d.ts +0 -11
  936. package/es/appCenter/script/api.js +0 -34
  937. package/es/appCenter/script/apps.js +0 -82
  938. package/es/appCenter/script/permissionMap.d.ts +0 -6
  939. package/es/appCenter/script/permissionMap.js +0 -19
  940. package/es/appCenter/script/routeMap.js +0 -108
  941. package/es/appCenter/style/css.js +0 -1
  942. package/es/appCenter/style/index.css +0 -95
  943. package/es/appCenter/style/index.d.ts +0 -1
  944. package/es/appCenter/style/index.js +0 -1
  945. package/es/appCenter/style/index.less +0 -120
  946. package/es/baseFilter/component.d.ts +0 -0
  947. package/es/baseFilter/component.js +0 -242
  948. package/es/baseFilter/components/FilterGroup.d.ts +0 -0
  949. package/es/baseFilter/components/FilterGroup.js +0 -153
  950. package/es/baseFilter/components/filterItem.d.ts +0 -0
  951. package/es/baseFilter/components/filterItem.js +0 -20
  952. package/es/baseFilter/index.d.ts +0 -2
  953. package/es/baseFilter/index.js +0 -7
  954. package/es/baseFilter/style/css.js +0 -1
  955. package/es/baseFilter/style/filterGroup.less +0 -53
  956. package/es/baseFilter/style/index.css +0 -77
  957. package/es/baseFilter/style/index.d.ts +0 -1
  958. package/es/baseFilter/style/index.js +0 -1
  959. package/es/baseFilter/style/index.less +0 -45
  960. package/es/colorPalette/component.d.ts +0 -0
  961. package/es/colorPalette/component.js +0 -89
  962. package/es/colorPalette/components/colorPicker.d.ts +0 -0
  963. package/es/colorPalette/components/colorPicker.js +0 -55
  964. package/es/colorPalette/index.d.ts +0 -2
  965. package/es/colorPalette/index.js +0 -7
  966. package/es/colorPalette/style/css.js +0 -1
  967. package/es/colorPalette/style/index.css +0 -35
  968. package/es/colorPalette/style/index.d.ts +0 -1
  969. package/es/colorPalette/style/index.js +0 -1
  970. package/es/colorPalette/style/index.less +0 -44
  971. package/es/components.d.ts +0 -5
  972. package/es/components.js +0 -11
  973. package/es/config.js +0 -6
  974. package/es/contentDetailList/__demo__/matrix/platform.d.ts +0 -36
  975. package/es/contentDetailList/component.d.ts +0 -0
  976. package/es/contentDetailList/component.js +0 -339
  977. package/es/contentDetailList/components/Content/CompoItem/index.js +0 -94
  978. package/es/contentDetailList/components/Content/ContentListItem/index.js +0 -124
  979. package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +0 -70
  980. package/es/contentDetailList/components/Content/DocItem/index.js +0 -240
  981. package/es/contentDetailList/components/Content/DocMpItem/index.js +0 -133
  982. package/es/contentDetailList/components/Content/GroupPieceItem/index.js +0 -136
  983. package/es/contentDetailList/components/Content/KongoNavItem/index.js +0 -146
  984. package/es/contentDetailList/components/Content/LiveItem/index.js +0 -98
  985. package/es/contentDetailList/components/Content/MaccountItem/index.js +0 -108
  986. package/es/contentDetailList/components/Content/courseItem/index.js +0 -108
  987. package/es/contentDetailList/components/Content/funhdItem/index.js +0 -108
  988. package/es/contentDetailList/components/Content/index.js +0 -491
  989. package/es/contentDetailList/components/CustomWrp/CustomItem.d.ts +0 -0
  990. package/es/contentDetailList/components/CustomWrp/CustomItem.js +0 -150
  991. package/es/contentDetailList/components/CustomWrp/index.js +0 -66
  992. package/es/contentDetailList/components/Doc/index.js +0 -57
  993. package/es/contentDetailList/components/Records/MatrixItem/index.js +0 -196
  994. package/es/contentDetailList/components/Records/index.js +0 -59
  995. package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +0 -281
  996. package/es/contentDetailList/components/ShowQRCode/index.js +0 -76
  997. package/es/contentDetailList/index.d.ts +0 -2
  998. package/es/contentDetailList/index.js +0 -7
  999. package/es/contentDetailList/script/api.d.ts +0 -6
  1000. package/es/contentDetailList/script/api.js +0 -16
  1001. package/es/contentDetailList/style/ComoItem.less +0 -99
  1002. package/es/contentDetailList/style/Content.less +0 -49
  1003. package/es/contentDetailList/style/ContentListItem.less +0 -132
  1004. package/es/contentDetailList/style/CustomItem.less +0 -25
  1005. package/es/contentDetailList/style/Doc.less +0 -3
  1006. package/es/contentDetailList/style/DocItem.less +0 -152
  1007. package/es/contentDetailList/style/DocMpItem.less +0 -135
  1008. package/es/contentDetailList/style/GroupPieceItem.less +0 -108
  1009. package/es/contentDetailList/style/KongoNavItem.less +0 -104
  1010. package/es/contentDetailList/style/LiveItem.less +0 -108
  1011. package/es/contentDetailList/style/MaccountItem.less +0 -111
  1012. package/es/contentDetailList/style/MatrixItem.less +0 -214
  1013. package/es/contentDetailList/style/QrCodeView.less +0 -93
  1014. package/es/contentDetailList/style/ShowQRCode.less +0 -3
  1015. package/es/contentDetailList/style/courseItem.less +0 -108
  1016. package/es/contentDetailList/style/css.js +0 -1
  1017. package/es/contentDetailList/style/funhdItem.less +0 -108
  1018. package/es/contentDetailList/style/index.css +0 -1325
  1019. package/es/contentDetailList/style/index.d.ts +0 -1
  1020. package/es/contentDetailList/style/index.js +0 -1
  1021. package/es/contentDetailList/style/index.less +0 -30
  1022. package/es/contentModal/component.d.ts +0 -0
  1023. package/es/contentModal/component.js +0 -453
  1024. package/es/contentModal/components/CompoList/CompoFilter/index.js +0 -115
  1025. package/es/contentModal/components/CompoList/index.js +0 -266
  1026. package/es/contentModal/components/ContentList/MediaFilter/index.js +0 -113
  1027. package/es/contentModal/components/ContentList/index.js +0 -270
  1028. package/es/contentModal/components/Dejin/MediaFilter/index.js +0 -128
  1029. package/es/contentModal/components/Dejin/index.js +0 -243
  1030. package/es/contentModal/components/EqxiuList/MediaFilter/index.js +0 -79
  1031. package/es/contentModal/components/EqxiuList/index.js +0 -239
  1032. package/es/contentModal/components/LiveList/MediaFilter/index.js +0 -75
  1033. package/es/contentModal/components/LiveList/index.js +0 -240
  1034. package/es/contentModal/components/MpAccountList/MpAccountFilter/index.js +0 -65
  1035. package/es/contentModal/components/MpAccountList/index.js +0 -238
  1036. package/es/contentModal/components/MpContentList/MediaFilter/index.d.ts +0 -0
  1037. package/es/contentModal/components/MpContentList/MediaFilter/index.js +0 -137
  1038. package/es/contentModal/components/MpContentList/index.d.ts +0 -0
  1039. package/es/contentModal/components/MpContentList/index.js +0 -232
  1040. package/es/contentModal/components/ViewAllColumn/MediaFilter/index.d.ts +0 -0
  1041. package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +0 -319
  1042. package/es/contentModal/components/ViewAllColumn/columnTree/index.d.ts +0 -0
  1043. package/es/contentModal/components/ViewAllColumn/columnTree/index.js +0 -151
  1044. package/es/contentModal/components/ViewAllColumn/index.d.ts +0 -0
  1045. package/es/contentModal/components/ViewAllColumn/index.js +0 -355
  1046. package/es/contentModal/components/storeBox/index.d.ts +0 -0
  1047. package/es/contentModal/components/storeBox/index.js +0 -114
  1048. package/es/contentModal/images/pic-thumb.js +0 -2
  1049. package/es/contentModal/images/user.js +0 -2
  1050. package/es/contentModal/index.d.ts +0 -2
  1051. package/es/contentModal/index.js +0 -7
  1052. package/es/contentModal/script/api.d.ts +0 -18
  1053. package/es/contentModal/script/api.js +0 -101
  1054. package/es/contentModal/style/MediaFilter.less +0 -47
  1055. package/es/contentModal/style/ViewAllColumn.less +0 -68
  1056. package/es/contentModal/style/columnTree.less +0 -32
  1057. package/es/contentModal/style/css.js +0 -1
  1058. package/es/contentModal/style/index.css +0 -181
  1059. package/es/contentModal/style/index.d.ts +0 -1
  1060. package/es/contentModal/style/index.js +0 -1
  1061. package/es/contentModal/style/index.less +0 -23
  1062. package/es/contentModal/style/storeBox.less +0 -55
  1063. package/es/dataTags/component.d.ts +0 -0
  1064. package/es/dataTags/component.js +0 -259
  1065. package/es/dataTags/index.d.ts +0 -2
  1066. package/es/dataTags/index.js +0 -7
  1067. package/es/dataTags/style/css.js +0 -1
  1068. package/es/dataTags/style/index.css +0 -55
  1069. package/es/dataTags/style/index.d.ts +0 -1
  1070. package/es/dataTags/style/index.js +0 -1
  1071. package/es/dataTags/style/index.less +0 -73
  1072. package/es/docHistory/component.d.ts +0 -0
  1073. package/es/docHistory/component.js +0 -130
  1074. package/es/docHistory/components/DocDiffPanel/index.d.ts +0 -0
  1075. package/es/docHistory/components/DocDiffPanel/index.js +0 -25
  1076. package/es/docHistory/components/DocHistoryList/index.d.ts +0 -0
  1077. package/es/docHistory/components/DocHistoryList/index.js +0 -37
  1078. package/es/docHistory/index.d.ts +0 -2
  1079. package/es/docHistory/index.js +0 -7
  1080. package/es/docHistory/scripts/diff.js +0 -293
  1081. package/es/docHistory/scripts/useDocHistory.d.ts +0 -10
  1082. package/es/docHistory/scripts/useDocHistory.js +0 -71
  1083. package/es/docHistory/style/css.js +0 -1
  1084. package/es/docHistory/style/docDiffPanel.less +0 -43
  1085. package/es/docHistory/style/docHistoryList.less +0 -58
  1086. package/es/docHistory/style/index.css +0 -107
  1087. package/es/docHistory/style/index.d.ts +0 -1
  1088. package/es/docHistory/style/index.js +0 -1
  1089. package/es/docHistory/style/index.less +0 -32
  1090. package/es/docPreview/component.d.ts +0 -0
  1091. package/es/docPreview/component.js +0 -194
  1092. package/es/docPreview/components/PreviewIframe.d.ts +0 -0
  1093. package/es/docPreview/components/PreviewIframe.js +0 -36
  1094. package/es/docPreview/images/phone.js +0 -2
  1095. package/es/docPreview/index.d.ts +0 -2
  1096. package/es/docPreview/index.js +0 -7
  1097. package/es/docPreview/scripts/api.d.ts +0 -1
  1098. package/es/docPreview/scripts/hook.d.ts +0 -33
  1099. package/es/docPreview/scripts/hook.js +0 -140
  1100. package/es/docPreview/style/css.js +0 -1
  1101. package/es/docPreview/style/index.css +0 -149
  1102. package/es/docPreview/style/index.d.ts +0 -1
  1103. package/es/docPreview/style/index.js +0 -1
  1104. package/es/docPreview/style/index.less +0 -140
  1105. package/es/docPreview/style/previewIframe.less +0 -36
  1106. package/es/editMetaInfo/component.d.ts +0 -0
  1107. package/es/editMetaInfo/component.js +0 -135
  1108. package/es/editMetaInfo/components/metaInfoForm.d.ts +0 -0
  1109. package/es/editMetaInfo/components/metaInfoForm.js +0 -793
  1110. package/es/editMetaInfo/index.d.ts +0 -2
  1111. package/es/editMetaInfo/index.js +0 -7
  1112. package/es/editMetaInfo/script/api.d.ts +0 -6
  1113. package/es/editMetaInfo/script/api.js +0 -17
  1114. package/es/editMetaInfo/style/css.js +0 -1
  1115. package/es/editMetaInfo/style/index.css +0 -37
  1116. package/es/editMetaInfo/style/index.d.ts +0 -1
  1117. package/es/editMetaInfo/style/index.js +0 -1
  1118. package/es/editMetaInfo/style/index.less +0 -60
  1119. package/es/emptyData/component.d.ts +0 -0
  1120. package/es/emptyData/component.js +0 -99
  1121. package/es/emptyData/index.d.ts +0 -2
  1122. package/es/emptyData/index.js +0 -7
  1123. package/es/emptyData/style/css.js +0 -1
  1124. package/es/emptyData/style/index.css +0 -29
  1125. package/es/emptyData/style/index.d.ts +0 -1
  1126. package/es/emptyData/style/index.js +0 -1
  1127. package/es/emptyData/style/index.less +0 -34
  1128. package/es/emptyData/svg/acount.js +0 -17
  1129. package/es/emptyData/svg/add.d.ts +0 -0
  1130. package/es/emptyData/svg/add.js +0 -20
  1131. package/es/emptyData/svg/analize.js +0 -17
  1132. package/es/emptyData/svg/analize_fail.js +0 -17
  1133. package/es/emptyData/svg/empty.js +0 -17
  1134. package/es/emptyData/svg/file.js +0 -17
  1135. package/es/emptyData/svg/manager.js +0 -17
  1136. package/es/emptyData/svg/message.js +0 -28
  1137. package/es/emptyData/svg/noanalize.js +0 -17
  1138. package/es/emptyData/svg/null.js +0 -17
  1139. package/es/emptyData/svg/search.js +0 -17
  1140. package/es/emptyData/svg/star.js +0 -17
  1141. package/es/emptyData/svg/trash.js +0 -17
  1142. package/es/emptyData/svg/user.js +0 -17
  1143. package/es/hooks/assets.d.ts +0 -1
  1144. package/es/hooks/assets.js +0 -9
  1145. package/es/hooks/batch.d.ts +0 -8
  1146. package/es/hooks/batch.js +0 -26
  1147. package/es/hooks/dialogVisible.d.ts +0 -8
  1148. package/es/hooks/dialogVisible.js +0 -19
  1149. package/es/hooks/source.d.ts +0 -9
  1150. package/es/hooks/source.js +0 -31
  1151. package/es/hooks/toggle.d.ts +0 -6
  1152. package/es/hooks/toggle.js +0 -9
  1153. package/es/hooks/useAttachement.d.ts +0 -53
  1154. package/es/hooks/useAttachement.js +0 -151
  1155. package/es/hooks/useLocalStorage.js +0 -33
  1156. package/es/hooks/useMediaContext.d.ts +0 -12
  1157. package/es/hooks/usePopper.d.ts +0 -8
  1158. package/es/hooks/usePopper.js +0 -49
  1159. package/es/hooks/useSelection.d.ts +0 -30
  1160. package/es/hooks/useSelection.js +0 -59
  1161. package/es/hooks/useUpload.d.ts +0 -30
  1162. package/es/hooks/useUpload.js +0 -255
  1163. package/es/hooks/user.d.ts +0 -9
  1164. package/es/hooks/user.js +0 -48
  1165. package/es/imageCrop/component.d.ts +0 -0
  1166. package/es/imageCrop/component.js +0 -496
  1167. package/es/imageCrop/index.d.ts +0 -2
  1168. package/es/imageCrop/index.js +0 -7
  1169. package/es/imageCrop/script/api.d.ts +0 -1
  1170. package/es/imageCrop/script/api.js +0 -11
  1171. package/es/imageCrop/style/cropper.less +0 -291
  1172. package/es/imageCrop/style/css.js +0 -1
  1173. package/es/imageCrop/style/imageCropper.less +0 -133
  1174. package/es/imageCrop/style/index.css +0 -366
  1175. package/es/imageCrop/style/index.d.ts +0 -1
  1176. package/es/imageCrop/style/index.js +0 -1
  1177. package/es/imageCrop/style/index.less +0 -2
  1178. package/es/importData/component.d.ts +0 -0
  1179. package/es/importData/component.js +0 -173
  1180. package/es/importData/index.d.ts +0 -2
  1181. package/es/importData/index.js +0 -7
  1182. package/es/importData/style/css.js +0 -1
  1183. package/es/importData/style/index.css +0 -40
  1184. package/es/importData/style/index.d.ts +0 -1
  1185. package/es/importData/style/index.js +0 -1
  1186. package/es/importData/style/index.less +0 -48
  1187. package/es/index.css +0 -5065
  1188. package/es/index.d.ts +0 -30
  1189. package/es/index.js +0 -30
  1190. package/es/index.less +0 -30
  1191. package/es/mediaFilter/component.d.ts +0 -0
  1192. package/es/mediaFilter/component.js +0 -46
  1193. package/es/mediaFilter/components/DocFilter.d.ts +0 -0
  1194. package/es/mediaFilter/components/DocFilter.js +0 -256
  1195. package/es/mediaFilter/components/FilterGroup.d.ts +0 -0
  1196. package/es/mediaFilter/components/FilterGroup.js +0 -184
  1197. package/es/mediaFilter/components/FilterItem.d.ts +0 -0
  1198. package/es/mediaFilter/components/FilterItem.js +0 -113
  1199. package/es/mediaFilter/components/MediaFilter.js +0 -8
  1200. package/es/mediaFilter/components/MpAccountFilter.d.ts +0 -0
  1201. package/es/mediaFilter/components/MpAccountFilter.js +0 -12
  1202. package/es/mediaFilter/components/MpContentFilter.d.ts +0 -0
  1203. package/es/mediaFilter/components/MpContentFilter.js +0 -12
  1204. package/es/mediaFilter/index.d.ts +0 -3
  1205. package/es/mediaFilter/index.js +0 -7
  1206. package/es/mediaFilter/script/optionsGetter.d.ts +0 -26
  1207. package/es/mediaFilter/script/optionsGetter.js +0 -82
  1208. package/es/mediaFilter/script/types.d.ts +0 -16
  1209. package/es/mediaFilter/style/css.js +0 -1
  1210. package/es/mediaFilter/style/index.css +0 -94
  1211. package/es/mediaFilter/style/index.d.ts +0 -1
  1212. package/es/mediaFilter/style/index.js +0 -1
  1213. package/es/mediaFilter/style/index.less +0 -115
  1214. package/es/mediaView/component.d.ts +0 -0
  1215. package/es/mediaView/component.js +0 -63
  1216. package/es/mediaView/index.d.ts +0 -2
  1217. package/es/mediaView/index.js +0 -7
  1218. package/es/mediaView/style/css.js +0 -1
  1219. package/es/mediaView/style/index.css +0 -64
  1220. package/es/mediaView/style/index.d.ts +0 -1
  1221. package/es/mediaView/style/index.js +0 -1
  1222. package/es/mediaView/style/index.less +0 -71
  1223. package/es/messageBox/component.d.ts +0 -0
  1224. package/es/messageBox/component.js +0 -145
  1225. package/es/messageBox/index.d.ts +0 -2
  1226. package/es/messageBox/index.js +0 -7
  1227. package/es/messageBox/list.d.ts +0 -0
  1228. package/es/messageBox/list.js +0 -121
  1229. package/es/messageBox/script/api.d.ts +0 -6
  1230. package/es/messageBox/script/api.js +0 -16
  1231. package/es/messageBox/style/css.js +0 -1
  1232. package/es/messageBox/style/index.css +0 -61
  1233. package/es/messageBox/style/index.d.ts +0 -1
  1234. package/es/messageBox/style/index.js +0 -1
  1235. package/es/messageBox/style/index.less +0 -76
  1236. package/es/previousVersion/component.d.ts +0 -0
  1237. package/es/previousVersion/component.js +0 -378
  1238. package/es/previousVersion/index.d.ts +0 -2
  1239. package/es/previousVersion/index.js +0 -7
  1240. package/es/previousVersion/script/api.d.ts +0 -15
  1241. package/es/previousVersion/script/api.js +0 -39
  1242. package/es/previousVersion/script/tool.js +0 -22
  1243. package/es/previousVersion/style/css.js +0 -1
  1244. package/es/previousVersion/style/index.css +0 -166
  1245. package/es/previousVersion/style/index.d.ts +0 -1
  1246. package/es/previousVersion/style/index.js +0 -1
  1247. package/es/previousVersion/style/index.less +0 -209
  1248. package/es/resourceGridList/component.d.ts +0 -0
  1249. package/es/resourceGridList/component.js +0 -238
  1250. package/es/resourceGridList/components/FileTypeThumb/index.d.ts +0 -0
  1251. package/es/resourceGridList/components/FileTypeThumb/index.js +0 -161
  1252. package/es/resourceGridList/index.d.ts +0 -2
  1253. package/es/resourceGridList/index.js +0 -7
  1254. package/es/resourceGridList/style/FileTypeThumb.less +0 -96
  1255. package/es/resourceGridList/style/css.js +0 -1
  1256. package/es/resourceGridList/style/index.css +0 -284
  1257. package/es/resourceGridList/style/index.d.ts +0 -1
  1258. package/es/resourceGridList/style/index.js +0 -1
  1259. package/es/resourceGridList/style/index.less +0 -233
  1260. package/es/resourceModal/assets/images/sys_load_more.js +0 -2
  1261. package/es/resourceModal/assets/images/unknown.js +0 -2
  1262. package/es/resourceModal/assets/selection/null.js +0 -2
  1263. package/es/resourceModal/component.d.ts +0 -0
  1264. package/es/resourceModal/component.js +0 -82
  1265. package/es/resourceModal/components/MediaPreviewer/index.d.ts +0 -0
  1266. package/es/resourceModal/components/MediaPreviewer/index.js +0 -67
  1267. package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.d.ts +0 -0
  1268. package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +0 -102
  1269. package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.d.ts +0 -0
  1270. package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +0 -127
  1271. package/es/resourceModal/components/MediaSelection/MainContent/index.d.ts +0 -0
  1272. package/es/resourceModal/components/MediaSelection/MainContent/index.js +0 -215
  1273. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.d.ts +0 -0
  1274. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +0 -139
  1275. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.d.ts +0 -0
  1276. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +0 -102
  1277. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.d.ts +0 -0
  1278. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +0 -99
  1279. package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.d.ts +0 -0
  1280. package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +0 -217
  1281. package/es/resourceModal/components/MediaSelection/index.d.ts +0 -0
  1282. package/es/resourceModal/components/MediaSelection/index.js +0 -324
  1283. package/es/resourceModal/index.d.ts +0 -2
  1284. package/es/resourceModal/index.js +0 -7
  1285. package/es/resourceModal/script/api.d.ts +0 -25
  1286. package/es/resourceModal/script/api.js +0 -50
  1287. package/es/resourceModal/script/mediaSelection.d.ts +0 -14
  1288. package/es/resourceModal/script/mediaSelection.js +0 -10
  1289. package/es/resourceModal/style/DocAiMediaSelected.less +0 -55
  1290. package/es/resourceModal/style/FileTypeThumb.less +0 -205
  1291. package/es/resourceModal/style/MainContent.less +0 -222
  1292. package/es/resourceModal/style/MediaPreviewer.less +0 -71
  1293. package/es/resourceModal/style/MediaSelection.less +0 -69
  1294. package/es/resourceModal/style/SystemResourceSelected.less +0 -154
  1295. package/es/resourceModal/style/ToolbarSearch.less +0 -53
  1296. package/es/resourceModal/style/css.js +0 -1
  1297. package/es/resourceModal/style/index.css +0 -700
  1298. package/es/resourceModal/style/index.d.ts +0 -1
  1299. package/es/resourceModal/style/index.js +0 -1
  1300. package/es/resourceModal/style/index.less +0 -18
  1301. package/es/selectAvatarList/component.d.ts +0 -0
  1302. package/es/selectAvatarList/component.js +0 -106
  1303. package/es/selectAvatarList/index.d.ts +0 -2
  1304. package/es/selectAvatarList/index.js +0 -7
  1305. package/es/selectAvatarList/style/css.js +0 -1
  1306. package/es/selectAvatarList/style/index.css +0 -4
  1307. package/es/selectAvatarList/style/index.d.ts +0 -1
  1308. package/es/selectAvatarList/style/index.js +0 -1
  1309. package/es/selectAvatarList/style/index.less +0 -4
  1310. package/es/selectGategory/component.d.ts +0 -0
  1311. package/es/selectGategory/component.js +0 -87
  1312. package/es/selectGategory/components/ColumnSelection/index.d.ts +0 -0
  1313. package/es/selectGategory/components/ColumnSelection/index.js +0 -277
  1314. package/es/selectGategory/index.d.ts +0 -2
  1315. package/es/selectGategory/index.js +0 -7
  1316. package/es/selectGategory/script/api.d.ts +0 -6
  1317. package/es/selectGategory/script/api.js +0 -15
  1318. package/es/selectGategory/style/ColumnSelection.less +0 -190
  1319. package/es/selectGategory/style/css.js +0 -1
  1320. package/es/selectGategory/style/index.css +0 -180
  1321. package/es/selectGategory/style/index.d.ts +0 -1
  1322. package/es/selectGategory/style/index.js +0 -1
  1323. package/es/selectGategory/style/index.less +0 -40
  1324. package/es/selectResourceModal/__demo__/module/DivWrapper.d.ts +0 -268
  1325. package/es/selectResourceModal/__demo__/module/basic.d.ts +0 -299
  1326. package/es/selectResourceModal/assets/images/sys_load_more.js +0 -2
  1327. package/es/selectResourceModal/component.d.ts +0 -0
  1328. package/es/selectResourceModal/component.js +0 -185
  1329. package/es/selectResourceModal/components/List/ListAi/index.d.ts +0 -0
  1330. package/es/selectResourceModal/components/List/ListAi/index.js +0 -52
  1331. package/es/selectResourceModal/components/List/ListCardWrapper.d.ts +0 -0
  1332. package/es/selectResourceModal/components/List/ListCardWrapper.js +0 -101
  1333. package/es/selectResourceModal/components/List/ListLocal/Upload.d.ts +0 -0
  1334. package/es/selectResourceModal/components/List/ListLocal/Upload.js +0 -71
  1335. package/es/selectResourceModal/components/List/ListLocal/index.d.ts +0 -0
  1336. package/es/selectResourceModal/components/List/ListLocal/index.js +0 -92
  1337. package/es/selectResourceModal/components/List/ListNormal/Filter.d.ts +0 -0
  1338. package/es/selectResourceModal/components/List/ListNormal/Filter.js +0 -419
  1339. package/es/selectResourceModal/components/List/ListNormal/index.d.ts +0 -0
  1340. package/es/selectResourceModal/components/List/ListNormal/index.js +0 -91
  1341. package/es/selectResourceModal/components/List/ListSystem/Filter.d.ts +0 -0
  1342. package/es/selectResourceModal/components/List/ListSystem/Filter.js +0 -141
  1343. package/es/selectResourceModal/components/List/ListSystem/SubList.d.ts +0 -0
  1344. package/es/selectResourceModal/components/List/ListSystem/SubList.js +0 -66
  1345. package/es/selectResourceModal/components/List/ListSystem/index.d.ts +0 -0
  1346. package/es/selectResourceModal/components/List/ListSystem/index.js +0 -107
  1347. package/es/selectResourceModal/components/List/ListVideo/index.d.ts +0 -0
  1348. package/es/selectResourceModal/components/List/ListVideo/index.js +0 -41
  1349. package/es/selectResourceModal/components/List/ListWraper.d.ts +0 -0
  1350. package/es/selectResourceModal/components/List/ListWraper.js +0 -66
  1351. package/es/selectResourceModal/components/ListSelected/index.d.ts +0 -0
  1352. package/es/selectResourceModal/components/ListSelected/index.js +0 -106
  1353. package/es/selectResourceModal/components/ListTabs/index.d.ts +0 -0
  1354. package/es/selectResourceModal/components/ListTabs/index.js +0 -56
  1355. package/es/selectResourceModal/hooks/useResponsiveFilter.d.ts +0 -21
  1356. package/es/selectResourceModal/hooks/useResponsiveFilter.js +0 -142
  1357. package/es/selectResourceModal/index.d.ts +0 -2
  1358. package/es/selectResourceModal/index.js +0 -7
  1359. package/es/selectResourceModal/scripts/selectionApis.d.ts +0 -2
  1360. package/es/selectResourceModal/scripts/selectionApis.js +0 -15
  1361. package/es/selectResourceModal/scripts/useCompoLf.d.ts +0 -27
  1362. package/es/selectResourceModal/scripts/useCompoLf.js +0 -43
  1363. package/es/selectResourceModal/scripts/useResourceSelect.d.ts +0 -7
  1364. package/es/selectResourceModal/scripts/useResourceSelect.js +0 -29
  1365. package/es/selectResourceModal/scripts/useTabFilter.d.ts +0 -22
  1366. package/es/selectResourceModal/scripts/useTabFilter.js +0 -56
  1367. package/es/selectResourceModal/style/css.js +0 -1
  1368. package/es/selectResourceModal/style/index.css +0 -349
  1369. package/es/selectResourceModal/style/index.d.ts +0 -1
  1370. package/es/selectResourceModal/style/index.js +0 -1
  1371. package/es/selectResourceModal/style/index.less +0 -46
  1372. package/es/selectResourceModal/style/list.less +0 -202
  1373. package/es/selectResourceModal/style/listCardWrapper.less +0 -97
  1374. package/es/selectResourceModal/style/listSelected.less +0 -94
  1375. package/es/selectThumb/component.d.ts +0 -0
  1376. package/es/selectThumb/component.js +0 -660
  1377. package/es/selectThumb/components/card.d.ts +0 -0
  1378. package/es/selectThumb/components/card.js +0 -178
  1379. package/es/selectThumb/components/colorPalette.d.ts +0 -0
  1380. package/es/selectThumb/components/colorPalette.js +0 -82
  1381. package/es/selectThumb/components/colorPicker.d.ts +0 -0
  1382. package/es/selectThumb/components/colorPicker.js +0 -55
  1383. package/es/selectThumb/index.d.ts +0 -2
  1384. package/es/selectThumb/index.js +0 -7
  1385. package/es/selectThumb/style/card.less +0 -95
  1386. package/es/selectThumb/style/colorPalette.less +0 -31
  1387. package/es/selectThumb/style/css.js +0 -1
  1388. package/es/selectThumb/style/index.css +0 -155
  1389. package/es/selectThumb/style/index.d.ts +0 -1
  1390. package/es/selectThumb/style/index.js +0 -1
  1391. package/es/selectThumb/style/index.less +0 -62
  1392. package/es/style/index.less +0 -1
  1393. package/es/style.css +0 -6
  1394. package/es/thumbCard/assets/magic.js +0 -2
  1395. package/es/thumbCard/component.d.ts +0 -0
  1396. package/es/thumbCard/component.js +0 -116
  1397. package/es/thumbCard/components/ThumbUploading/index.d.ts +0 -0
  1398. package/es/thumbCard/components/ThumbUploading/index.js +0 -42
  1399. package/es/thumbCard/index.d.ts +0 -2
  1400. package/es/thumbCard/index.js +0 -7
  1401. package/es/thumbCard/style/css.js +0 -1
  1402. package/es/thumbCard/style/index.css +0 -91
  1403. package/es/thumbCard/style/index.d.ts +0 -1
  1404. package/es/thumbCard/style/index.js +0 -1
  1405. package/es/thumbCard/style/index.less +0 -90
  1406. package/es/thumbCard/style/thumbUploading.less +0 -26
  1407. package/es/typeIcons/component.d.ts +0 -0
  1408. package/es/typeIcons/component.js +0 -89
  1409. package/es/typeIcons/index.d.ts +0 -2
  1410. package/es/typeIcons/index.js +0 -7
  1411. package/es/typeIcons/style/css.js +0 -1
  1412. package/es/typeIcons/style/index.css +0 -6
  1413. package/es/typeIcons/style/index.d.ts +0 -1
  1414. package/es/typeIcons/style/index.js +0 -1
  1415. package/es/typeIcons/style/index.less +0 -6
  1416. package/es/uploadBefore/component.d.ts +0 -0
  1417. package/es/uploadBefore/component.js +0 -80
  1418. package/es/uploadBefore/components/UploadBefore.d.ts +0 -0
  1419. package/es/uploadBefore/components/UploadBefore.js +0 -227
  1420. package/es/uploadBefore/components/UploadForClick.d.ts +0 -0
  1421. package/es/uploadBefore/components/UploadForClick.js +0 -28
  1422. package/es/uploadBefore/index.d.ts +0 -2
  1423. package/es/uploadBefore/index.js +0 -7
  1424. package/es/uploadBefore/script/api.d.ts +0 -16
  1425. package/es/uploadBefore/script/api.js +0 -27
  1426. package/es/uploadBefore/script/fileTypeAdapter.d.ts +0 -39
  1427. package/es/uploadBefore/script/fileTypeAdapter.js +0 -48
  1428. package/es/uploadBefore/script/fileUpload.d.ts +0 -7
  1429. package/es/uploadBefore/script/fileUpload.js +0 -39
  1430. package/es/uploadBefore/script/uploadHooks.d.ts +0 -96
  1431. package/es/uploadBefore/script/uploadHooks.js +0 -33
  1432. package/es/uploadBefore/style/css.js +0 -1
  1433. package/es/uploadBefore/style/index.css +0 -111
  1434. package/es/uploadBefore/style/index.d.ts +0 -1
  1435. package/es/uploadBefore/style/index.js +0 -1
  1436. package/es/uploadBefore/style/index.less +0 -144
  1437. package/es/uploadStep/component.d.ts +0 -0
  1438. package/es/uploadStep/component.js +0 -149
  1439. package/es/uploadStep/index.d.ts +0 -2
  1440. package/es/uploadStep/index.js +0 -7
  1441. package/es/uploadStep/style/css.js +0 -1
  1442. package/es/uploadStep/style/index.css +0 -117
  1443. package/es/uploadStep/style/index.d.ts +0 -1
  1444. package/es/uploadStep/style/index.js +0 -1
  1445. package/es/uploadStep/style/index.less +0 -152
  1446. package/es/userAvater/component.d.ts +0 -0
  1447. package/es/userAvater/component.js +0 -167
  1448. package/es/userAvater/index.d.ts +0 -2
  1449. package/es/userAvater/index.js +0 -7
  1450. package/es/userAvater/script/api.d.ts +0 -8
  1451. package/es/userAvater/script/api.js +0 -32
  1452. package/es/userAvater/style/css.js +0 -1
  1453. package/es/userAvater/style/index.css +0 -50
  1454. package/es/userAvater/style/index.d.ts +0 -1
  1455. package/es/userAvater/style/index.js +0 -1
  1456. package/es/userAvater/style/index.less +0 -54
  1457. package/es/userDirector/component.d.ts +0 -0
  1458. package/es/userDirector/component.js +0 -278
  1459. package/es/userDirector/components/userTree.d.ts +0 -0
  1460. package/es/userDirector/components/userTree.js +0 -76
  1461. package/es/userDirector/index.d.ts +0 -2
  1462. package/es/userDirector/index.js +0 -7
  1463. package/es/userDirector/script/api.d.ts +0 -10
  1464. package/es/userDirector/script/api.js +0 -26
  1465. package/es/userDirector/style/css.js +0 -1
  1466. package/es/userDirector/style/index.css +0 -74
  1467. package/es/userDirector/style/index.d.ts +0 -1
  1468. package/es/userDirector/style/index.js +0 -1
  1469. package/es/userDirector/style/index.less +0 -96
  1470. package/es/utils/auth.js +0 -9
  1471. package/es/utils/date.js +0 -27
  1472. package/es/utils/doc.d.ts +0 -76
  1473. package/es/utils/doc.js +0 -110
  1474. package/es/utils/filter.d.ts +0 -21
  1475. package/es/utils/filter.js +0 -34
  1476. package/es/utils/index.js +0 -149
  1477. package/es/utils/request.d.ts +0 -9
  1478. package/es/utils/request.js +0 -40
  1479. package/es/utils/resource.js +0 -13
  1480. package/es/utils/transcodeMedia.d.ts +0 -13
  1481. package/es/utils/transcodeMedia.js +0 -46
  1482. package/es/utils/tusUpload.js +0 -84
  1483. package/es/utils/typeMap.js +0 -177
  1484. package/es/videoThumb/component.d.ts +0 -0
  1485. package/es/videoThumb/component.js +0 -120
  1486. package/es/videoThumb/index.d.ts +0 -2
  1487. package/es/videoThumb/index.js +0 -7
  1488. package/es/videoThumb/scripts/api.d.ts +0 -9
  1489. package/es/videoThumb/scripts/api.js +0 -11
  1490. package/es/videoThumb/scripts/useVideoThumbs.d.ts +0 -12
  1491. package/es/videoThumb/scripts/useVideoThumbs.js +0 -76
  1492. package/es/videoThumb/style/css.js +0 -1
  1493. package/es/videoThumb/style/index.css +0 -63
  1494. package/es/videoThumb/style/index.d.ts +0 -1
  1495. package/es/videoThumb/style/index.js +0 -1
  1496. package/es/videoThumb/style/index.less +0 -77
  1497. package/lib/_virtual/plugin-vue_export-helper.js +0 -8
  1498. package/lib/appCenter/component.js +0 -217
  1499. package/lib/appCenter/index.js +0 -8
  1500. package/lib/appCenter/script/api.js +0 -40
  1501. package/lib/appCenter/script/apps.js +0 -83
  1502. package/lib/appCenter/script/permissionMap.js +0 -20
  1503. package/lib/appCenter/script/routeMap.js +0 -109
  1504. package/lib/appCenter/style/css.js +0 -2
  1505. package/lib/appCenter/style/index.css +0 -95
  1506. package/lib/appCenter/style/index.js +0 -2
  1507. package/lib/appCenter/style/index.less +0 -120
  1508. package/lib/baseFilter/component.js +0 -243
  1509. package/lib/baseFilter/components/FilterGroup.js +0 -154
  1510. package/lib/baseFilter/components/filterItem.js +0 -21
  1511. package/lib/baseFilter/index.js +0 -8
  1512. package/lib/baseFilter/style/css.js +0 -2
  1513. package/lib/baseFilter/style/filterGroup.less +0 -53
  1514. package/lib/baseFilter/style/index.css +0 -77
  1515. package/lib/baseFilter/style/index.js +0 -2
  1516. package/lib/baseFilter/style/index.less +0 -45
  1517. package/lib/colorPalette/component.js +0 -90
  1518. package/lib/colorPalette/components/colorPicker.js +0 -56
  1519. package/lib/colorPalette/index.js +0 -8
  1520. package/lib/colorPalette/style/css.js +0 -2
  1521. package/lib/colorPalette/style/index.css +0 -35
  1522. package/lib/colorPalette/style/index.js +0 -2
  1523. package/lib/colorPalette/style/index.less +0 -44
  1524. package/lib/components.js +0 -12
  1525. package/lib/config.js +0 -11
  1526. package/lib/contentDetailList/component.js +0 -344
  1527. package/lib/contentDetailList/components/Content/CompoItem/index.js +0 -95
  1528. package/lib/contentDetailList/components/Content/ContentListItem/index.js +0 -125
  1529. package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +0 -71
  1530. package/lib/contentDetailList/components/Content/DocItem/index.js +0 -241
  1531. package/lib/contentDetailList/components/Content/DocMpItem/index.js +0 -134
  1532. package/lib/contentDetailList/components/Content/GroupPieceItem/index.js +0 -137
  1533. package/lib/contentDetailList/components/Content/KongoNavItem/index.js +0 -147
  1534. package/lib/contentDetailList/components/Content/LiveItem/index.js +0 -99
  1535. package/lib/contentDetailList/components/Content/MaccountItem/index.js +0 -109
  1536. package/lib/contentDetailList/components/Content/courseItem/index.js +0 -109
  1537. package/lib/contentDetailList/components/Content/funhdItem/index.js +0 -109
  1538. package/lib/contentDetailList/components/Content/index.js +0 -492
  1539. package/lib/contentDetailList/components/CustomWrp/CustomItem.js +0 -151
  1540. package/lib/contentDetailList/components/CustomWrp/index.js +0 -67
  1541. package/lib/contentDetailList/components/Doc/index.js +0 -58
  1542. package/lib/contentDetailList/components/Records/MatrixItem/index.js +0 -197
  1543. package/lib/contentDetailList/components/Records/index.js +0 -60
  1544. package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +0 -286
  1545. package/lib/contentDetailList/components/ShowQRCode/index.js +0 -77
  1546. package/lib/contentDetailList/index.js +0 -8
  1547. package/lib/contentDetailList/script/api.js +0 -19
  1548. package/lib/contentDetailList/style/ComoItem.less +0 -99
  1549. package/lib/contentDetailList/style/Content.less +0 -49
  1550. package/lib/contentDetailList/style/ContentListItem.less +0 -132
  1551. package/lib/contentDetailList/style/CustomItem.less +0 -25
  1552. package/lib/contentDetailList/style/Doc.less +0 -3
  1553. package/lib/contentDetailList/style/DocItem.less +0 -152
  1554. package/lib/contentDetailList/style/DocMpItem.less +0 -135
  1555. package/lib/contentDetailList/style/GroupPieceItem.less +0 -108
  1556. package/lib/contentDetailList/style/KongoNavItem.less +0 -104
  1557. package/lib/contentDetailList/style/LiveItem.less +0 -108
  1558. package/lib/contentDetailList/style/MaccountItem.less +0 -111
  1559. package/lib/contentDetailList/style/MatrixItem.less +0 -214
  1560. package/lib/contentDetailList/style/QrCodeView.less +0 -93
  1561. package/lib/contentDetailList/style/ShowQRCode.less +0 -3
  1562. package/lib/contentDetailList/style/courseItem.less +0 -108
  1563. package/lib/contentDetailList/style/css.js +0 -2
  1564. package/lib/contentDetailList/style/funhdItem.less +0 -108
  1565. package/lib/contentDetailList/style/index.css +0 -1325
  1566. package/lib/contentDetailList/style/index.js +0 -2
  1567. package/lib/contentDetailList/style/index.less +0 -30
  1568. package/lib/contentModal/component.js +0 -454
  1569. package/lib/contentModal/components/CompoList/CompoFilter/index.js +0 -116
  1570. package/lib/contentModal/components/CompoList/index.js +0 -267
  1571. package/lib/contentModal/components/ContentList/MediaFilter/index.js +0 -114
  1572. package/lib/contentModal/components/ContentList/index.js +0 -271
  1573. package/lib/contentModal/components/Dejin/MediaFilter/index.js +0 -129
  1574. package/lib/contentModal/components/Dejin/index.js +0 -244
  1575. package/lib/contentModal/components/EqxiuList/MediaFilter/index.js +0 -80
  1576. package/lib/contentModal/components/EqxiuList/index.js +0 -240
  1577. package/lib/contentModal/components/LiveList/MediaFilter/index.js +0 -76
  1578. package/lib/contentModal/components/LiveList/index.js +0 -241
  1579. package/lib/contentModal/components/MpAccountList/MpAccountFilter/index.js +0 -66
  1580. package/lib/contentModal/components/MpAccountList/index.js +0 -239
  1581. package/lib/contentModal/components/MpContentList/MediaFilter/index.js +0 -138
  1582. package/lib/contentModal/components/MpContentList/index.js +0 -233
  1583. package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +0 -320
  1584. package/lib/contentModal/components/ViewAllColumn/columnTree/index.js +0 -152
  1585. package/lib/contentModal/components/ViewAllColumn/index.js +0 -356
  1586. package/lib/contentModal/components/storeBox/index.js +0 -115
  1587. package/lib/contentModal/images/pic-thumb.js +0 -3
  1588. package/lib/contentModal/images/user.js +0 -3
  1589. package/lib/contentModal/index.js +0 -8
  1590. package/lib/contentModal/script/api.js +0 -116
  1591. package/lib/contentModal/style/MediaFilter.less +0 -47
  1592. package/lib/contentModal/style/ViewAllColumn.less +0 -68
  1593. package/lib/contentModal/style/columnTree.less +0 -32
  1594. package/lib/contentModal/style/css.js +0 -2
  1595. package/lib/contentModal/style/index.css +0 -181
  1596. package/lib/contentModal/style/index.js +0 -2
  1597. package/lib/contentModal/style/index.less +0 -23
  1598. package/lib/contentModal/style/storeBox.less +0 -55
  1599. package/lib/dataTags/component.js +0 -260
  1600. package/lib/dataTags/index.js +0 -8
  1601. package/lib/dataTags/style/css.js +0 -2
  1602. package/lib/dataTags/style/index.css +0 -55
  1603. package/lib/dataTags/style/index.js +0 -2
  1604. package/lib/dataTags/style/index.less +0 -73
  1605. package/lib/docHistory/component.js +0 -131
  1606. package/lib/docHistory/components/DocDiffPanel/index.js +0 -26
  1607. package/lib/docHistory/components/DocHistoryList/index.js +0 -38
  1608. package/lib/docHistory/index.js +0 -8
  1609. package/lib/docHistory/scripts/diff.js +0 -295
  1610. package/lib/docHistory/scripts/useDocHistory.js +0 -74
  1611. package/lib/docHistory/style/css.js +0 -2
  1612. package/lib/docHistory/style/docDiffPanel.less +0 -43
  1613. package/lib/docHistory/style/docHistoryList.less +0 -58
  1614. package/lib/docHistory/style/index.css +0 -107
  1615. package/lib/docHistory/style/index.js +0 -2
  1616. package/lib/docHistory/style/index.less +0 -32
  1617. package/lib/docPreview/component.js +0 -195
  1618. package/lib/docPreview/components/PreviewIframe.js +0 -37
  1619. package/lib/docPreview/images/phone.js +0 -3
  1620. package/lib/docPreview/index.js +0 -8
  1621. package/lib/docPreview/scripts/hook.js +0 -148
  1622. package/lib/docPreview/style/css.js +0 -2
  1623. package/lib/docPreview/style/index.css +0 -149
  1624. package/lib/docPreview/style/index.js +0 -2
  1625. package/lib/docPreview/style/index.less +0 -140
  1626. package/lib/docPreview/style/previewIframe.less +0 -36
  1627. package/lib/editMetaInfo/component.js +0 -136
  1628. package/lib/editMetaInfo/components/metaInfoForm.js +0 -794
  1629. package/lib/editMetaInfo/index.js +0 -8
  1630. package/lib/editMetaInfo/script/api.js +0 -20
  1631. package/lib/editMetaInfo/style/css.js +0 -2
  1632. package/lib/editMetaInfo/style/index.css +0 -37
  1633. package/lib/editMetaInfo/style/index.js +0 -2
  1634. package/lib/editMetaInfo/style/index.less +0 -60
  1635. package/lib/emptyData/component.js +0 -131
  1636. package/lib/emptyData/index.js +0 -8
  1637. package/lib/emptyData/style/css.js +0 -2
  1638. package/lib/emptyData/style/index.css +0 -29
  1639. package/lib/emptyData/style/index.js +0 -2
  1640. package/lib/emptyData/style/index.less +0 -34
  1641. package/lib/emptyData/svg/acount.js +0 -18
  1642. package/lib/emptyData/svg/add.js +0 -21
  1643. package/lib/emptyData/svg/analize.js +0 -18
  1644. package/lib/emptyData/svg/analize_fail.js +0 -18
  1645. package/lib/emptyData/svg/empty.js +0 -18
  1646. package/lib/emptyData/svg/file.js +0 -18
  1647. package/lib/emptyData/svg/manager.js +0 -18
  1648. package/lib/emptyData/svg/message.js +0 -29
  1649. package/lib/emptyData/svg/noanalize.js +0 -18
  1650. package/lib/emptyData/svg/null.js +0 -18
  1651. package/lib/emptyData/svg/search.js +0 -18
  1652. package/lib/emptyData/svg/star.js +0 -18
  1653. package/lib/emptyData/svg/trash.js +0 -18
  1654. package/lib/emptyData/svg/user.js +0 -18
  1655. package/lib/hooks/assets.js +0 -11
  1656. package/lib/hooks/batch.js +0 -27
  1657. package/lib/hooks/dialogVisible.js +0 -20
  1658. package/lib/hooks/source.js +0 -34
  1659. package/lib/hooks/toggle.js +0 -11
  1660. package/lib/hooks/useAttachement.js +0 -160
  1661. package/lib/hooks/useLocalStorage.js +0 -36
  1662. package/lib/hooks/usePopper.js +0 -50
  1663. package/lib/hooks/useSelection.js +0 -60
  1664. package/lib/hooks/useUpload.js +0 -262
  1665. package/lib/hooks/user.js +0 -51
  1666. package/lib/imageCrop/component.js +0 -503
  1667. package/lib/imageCrop/index.js +0 -8
  1668. package/lib/imageCrop/script/api.js +0 -13
  1669. package/lib/imageCrop/style/cropper.less +0 -291
  1670. package/lib/imageCrop/style/css.js +0 -2
  1671. package/lib/imageCrop/style/imageCropper.less +0 -133
  1672. package/lib/imageCrop/style/index.css +0 -366
  1673. package/lib/imageCrop/style/index.js +0 -2
  1674. package/lib/imageCrop/style/index.less +0 -2
  1675. package/lib/importData/component.js +0 -174
  1676. package/lib/importData/index.js +0 -8
  1677. package/lib/importData/style/css.js +0 -2
  1678. package/lib/importData/style/index.css +0 -40
  1679. package/lib/importData/style/index.js +0 -2
  1680. package/lib/importData/style/index.less +0 -48
  1681. package/lib/index.css +0 -5065
  1682. package/lib/index.js +0 -62
  1683. package/lib/index.less +0 -30
  1684. package/lib/mediaFilter/component.js +0 -47
  1685. package/lib/mediaFilter/components/DocFilter.js +0 -257
  1686. package/lib/mediaFilter/components/FilterGroup.js +0 -185
  1687. package/lib/mediaFilter/components/FilterItem.js +0 -114
  1688. package/lib/mediaFilter/components/MediaFilter.js +0 -9
  1689. package/lib/mediaFilter/components/MpAccountFilter.js +0 -13
  1690. package/lib/mediaFilter/components/MpContentFilter.js +0 -13
  1691. package/lib/mediaFilter/index.js +0 -8
  1692. package/lib/mediaFilter/script/optionsGetter.js +0 -88
  1693. package/lib/mediaFilter/style/css.js +0 -2
  1694. package/lib/mediaFilter/style/index.css +0 -94
  1695. package/lib/mediaFilter/style/index.js +0 -2
  1696. package/lib/mediaFilter/style/index.less +0 -115
  1697. package/lib/mediaView/component.js +0 -64
  1698. package/lib/mediaView/index.js +0 -8
  1699. package/lib/mediaView/style/css.js +0 -2
  1700. package/lib/mediaView/style/index.css +0 -64
  1701. package/lib/mediaView/style/index.js +0 -2
  1702. package/lib/mediaView/style/index.less +0 -71
  1703. package/lib/messageBox/component.js +0 -146
  1704. package/lib/messageBox/index.js +0 -8
  1705. package/lib/messageBox/list.js +0 -122
  1706. package/lib/messageBox/script/api.js +0 -19
  1707. package/lib/messageBox/style/css.js +0 -2
  1708. package/lib/messageBox/style/index.css +0 -61
  1709. package/lib/messageBox/style/index.js +0 -2
  1710. package/lib/messageBox/style/index.less +0 -76
  1711. package/lib/previousVersion/component.js +0 -379
  1712. package/lib/previousVersion/index.js +0 -8
  1713. package/lib/previousVersion/script/api.js +0 -43
  1714. package/lib/previousVersion/script/tool.js +0 -24
  1715. package/lib/previousVersion/style/css.js +0 -2
  1716. package/lib/previousVersion/style/index.css +0 -166
  1717. package/lib/previousVersion/style/index.js +0 -2
  1718. package/lib/previousVersion/style/index.less +0 -209
  1719. package/lib/resourceGridList/component.js +0 -239
  1720. package/lib/resourceGridList/components/FileTypeThumb/index.js +0 -162
  1721. package/lib/resourceGridList/index.js +0 -8
  1722. package/lib/resourceGridList/style/FileTypeThumb.less +0 -96
  1723. package/lib/resourceGridList/style/css.js +0 -2
  1724. package/lib/resourceGridList/style/index.css +0 -284
  1725. package/lib/resourceGridList/style/index.js +0 -2
  1726. package/lib/resourceGridList/style/index.less +0 -233
  1727. package/lib/resourceModal/assets/images/sys_load_more.js +0 -3
  1728. package/lib/resourceModal/assets/images/unknown.js +0 -3
  1729. package/lib/resourceModal/assets/selection/null.js +0 -3
  1730. package/lib/resourceModal/component.js +0 -83
  1731. package/lib/resourceModal/components/MediaPreviewer/index.js +0 -68
  1732. package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +0 -103
  1733. package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +0 -128
  1734. package/lib/resourceModal/components/MediaSelection/MainContent/index.js +0 -216
  1735. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +0 -140
  1736. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +0 -103
  1737. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +0 -100
  1738. package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +0 -218
  1739. package/lib/resourceModal/components/MediaSelection/index.js +0 -325
  1740. package/lib/resourceModal/index.js +0 -8
  1741. package/lib/resourceModal/script/api.js +0 -58
  1742. package/lib/resourceModal/script/mediaSelection.js +0 -12
  1743. package/lib/resourceModal/style/DocAiMediaSelected.less +0 -55
  1744. package/lib/resourceModal/style/FileTypeThumb.less +0 -205
  1745. package/lib/resourceModal/style/MainContent.less +0 -222
  1746. package/lib/resourceModal/style/MediaPreviewer.less +0 -71
  1747. package/lib/resourceModal/style/MediaSelection.less +0 -69
  1748. package/lib/resourceModal/style/SystemResourceSelected.less +0 -154
  1749. package/lib/resourceModal/style/ToolbarSearch.less +0 -53
  1750. package/lib/resourceModal/style/css.js +0 -2
  1751. package/lib/resourceModal/style/index.css +0 -700
  1752. package/lib/resourceModal/style/index.js +0 -2
  1753. package/lib/resourceModal/style/index.less +0 -18
  1754. package/lib/selectAvatarList/component.js +0 -107
  1755. package/lib/selectAvatarList/index.js +0 -8
  1756. package/lib/selectAvatarList/style/css.js +0 -2
  1757. package/lib/selectAvatarList/style/index.css +0 -4
  1758. package/lib/selectAvatarList/style/index.js +0 -2
  1759. package/lib/selectAvatarList/style/index.less +0 -4
  1760. package/lib/selectGategory/component.js +0 -88
  1761. package/lib/selectGategory/components/ColumnSelection/index.js +0 -278
  1762. package/lib/selectGategory/index.js +0 -8
  1763. package/lib/selectGategory/script/api.js +0 -18
  1764. package/lib/selectGategory/style/ColumnSelection.less +0 -190
  1765. package/lib/selectGategory/style/css.js +0 -2
  1766. package/lib/selectGategory/style/index.css +0 -180
  1767. package/lib/selectGategory/style/index.js +0 -2
  1768. package/lib/selectGategory/style/index.less +0 -40
  1769. package/lib/selectResourceModal/assets/images/sys_load_more.js +0 -3
  1770. package/lib/selectResourceModal/component.js +0 -186
  1771. package/lib/selectResourceModal/components/List/ListAi/index.js +0 -53
  1772. package/lib/selectResourceModal/components/List/ListCardWrapper.js +0 -102
  1773. package/lib/selectResourceModal/components/List/ListLocal/Upload.js +0 -72
  1774. package/lib/selectResourceModal/components/List/ListLocal/index.js +0 -93
  1775. package/lib/selectResourceModal/components/List/ListNormal/Filter.js +0 -420
  1776. package/lib/selectResourceModal/components/List/ListNormal/index.js +0 -92
  1777. package/lib/selectResourceModal/components/List/ListSystem/Filter.js +0 -142
  1778. package/lib/selectResourceModal/components/List/ListSystem/SubList.js +0 -67
  1779. package/lib/selectResourceModal/components/List/ListSystem/index.js +0 -108
  1780. package/lib/selectResourceModal/components/List/ListVideo/index.js +0 -42
  1781. package/lib/selectResourceModal/components/List/ListWraper.js +0 -67
  1782. package/lib/selectResourceModal/components/ListSelected/index.js +0 -107
  1783. package/lib/selectResourceModal/components/ListTabs/index.js +0 -57
  1784. package/lib/selectResourceModal/hooks/useResponsiveFilter.js +0 -144
  1785. package/lib/selectResourceModal/index.js +0 -8
  1786. package/lib/selectResourceModal/scripts/selectionApis.js +0 -18
  1787. package/lib/selectResourceModal/scripts/useCompoLf.js +0 -44
  1788. package/lib/selectResourceModal/scripts/useResourceSelect.js +0 -31
  1789. package/lib/selectResourceModal/scripts/useTabFilter.js +0 -59
  1790. package/lib/selectResourceModal/style/css.js +0 -2
  1791. package/lib/selectResourceModal/style/index.css +0 -349
  1792. package/lib/selectResourceModal/style/index.js +0 -2
  1793. package/lib/selectResourceModal/style/index.less +0 -46
  1794. package/lib/selectResourceModal/style/list.less +0 -202
  1795. package/lib/selectResourceModal/style/listCardWrapper.less +0 -97
  1796. package/lib/selectResourceModal/style/listSelected.less +0 -94
  1797. package/lib/selectThumb/component.js +0 -661
  1798. package/lib/selectThumb/components/card.js +0 -179
  1799. package/lib/selectThumb/components/colorPalette.js +0 -83
  1800. package/lib/selectThumb/components/colorPicker.js +0 -56
  1801. package/lib/selectThumb/index.js +0 -8
  1802. package/lib/selectThumb/style/card.less +0 -95
  1803. package/lib/selectThumb/style/colorPalette.less +0 -31
  1804. package/lib/selectThumb/style/css.js +0 -2
  1805. package/lib/selectThumb/style/index.css +0 -155
  1806. package/lib/selectThumb/style/index.js +0 -2
  1807. package/lib/selectThumb/style/index.less +0 -62
  1808. package/lib/style/index.less +0 -1
  1809. package/lib/thumbCard/assets/magic.js +0 -3
  1810. package/lib/thumbCard/component.js +0 -117
  1811. package/lib/thumbCard/components/ThumbUploading/index.js +0 -43
  1812. package/lib/thumbCard/index.js +0 -8
  1813. package/lib/thumbCard/style/css.js +0 -2
  1814. package/lib/thumbCard/style/index.css +0 -91
  1815. package/lib/thumbCard/style/index.js +0 -2
  1816. package/lib/thumbCard/style/index.less +0 -90
  1817. package/lib/thumbCard/style/thumbUploading.less +0 -26
  1818. package/lib/typeIcons/component.js +0 -90
  1819. package/lib/typeIcons/index.js +0 -8
  1820. package/lib/typeIcons/style/css.js +0 -2
  1821. package/lib/typeIcons/style/index.css +0 -6
  1822. package/lib/typeIcons/style/index.js +0 -2
  1823. package/lib/typeIcons/style/index.less +0 -6
  1824. package/lib/uploadBefore/component.js +0 -81
  1825. package/lib/uploadBefore/components/UploadBefore.js +0 -228
  1826. package/lib/uploadBefore/components/UploadForClick.js +0 -29
  1827. package/lib/uploadBefore/index.js +0 -8
  1828. package/lib/uploadBefore/script/api.js +0 -32
  1829. package/lib/uploadBefore/script/fileTypeAdapter.js +0 -53
  1830. package/lib/uploadBefore/script/fileUpload.js +0 -42
  1831. package/lib/uploadBefore/script/uploadHooks.js +0 -36
  1832. package/lib/uploadBefore/style/css.js +0 -2
  1833. package/lib/uploadBefore/style/index.css +0 -111
  1834. package/lib/uploadBefore/style/index.js +0 -2
  1835. package/lib/uploadBefore/style/index.less +0 -144
  1836. package/lib/uploadStep/component.js +0 -150
  1837. package/lib/uploadStep/index.js +0 -8
  1838. package/lib/uploadStep/style/css.js +0 -2
  1839. package/lib/uploadStep/style/index.css +0 -117
  1840. package/lib/uploadStep/style/index.js +0 -2
  1841. package/lib/uploadStep/style/index.less +0 -152
  1842. package/lib/userAvater/component.js +0 -168
  1843. package/lib/userAvater/index.js +0 -8
  1844. package/lib/userAvater/script/api.js +0 -37
  1845. package/lib/userAvater/style/css.js +0 -2
  1846. package/lib/userAvater/style/index.css +0 -50
  1847. package/lib/userAvater/style/index.js +0 -2
  1848. package/lib/userAvater/style/index.less +0 -54
  1849. package/lib/userDirector/component.js +0 -279
  1850. package/lib/userDirector/components/userTree.js +0 -77
  1851. package/lib/userDirector/index.js +0 -8
  1852. package/lib/userDirector/script/api.js +0 -31
  1853. package/lib/userDirector/style/css.js +0 -2
  1854. package/lib/userDirector/style/index.css +0 -74
  1855. package/lib/userDirector/style/index.js +0 -2
  1856. package/lib/userDirector/style/index.less +0 -96
  1857. package/lib/utils/auth.js +0 -12
  1858. package/lib/utils/date.js +0 -29
  1859. package/lib/utils/doc.js +0 -122
  1860. package/lib/utils/filter.js +0 -38
  1861. package/lib/utils/index.js +0 -166
  1862. package/lib/utils/request.js +0 -45
  1863. package/lib/utils/resource.js +0 -15
  1864. package/lib/utils/transcodeMedia.js +0 -49
  1865. package/lib/utils/tusUpload.js +0 -108
  1866. package/lib/utils/typeMap.js +0 -199
  1867. package/lib/videoThumb/component.js +0 -121
  1868. package/lib/videoThumb/index.js +0 -8
  1869. package/lib/videoThumb/scripts/api.js +0 -13
  1870. package/lib/videoThumb/scripts/useVideoThumbs.js +0 -79
  1871. package/lib/videoThumb/style/css.js +0 -2
  1872. package/lib/videoThumb/style/index.css +0 -63
  1873. package/lib/videoThumb/style/index.js +0 -2
  1874. package/lib/videoThumb/style/index.less +0 -77
  1875. /package/{es → dist}/appCenter/script/apps.d.ts +0 -0
  1876. /package/{es → dist}/appCenter/script/routeMap.d.ts +0 -0
  1877. /package/{es/contentDetailList/components/Content/CompoItem → dist/appCenter/style}/index.d.ts +0 -0
  1878. /package/{es/contentDetailList/components/Content/ContentListItem → dist/baseFilter/style}/index.d.ts +0 -0
  1879. /package/{es → dist}/baseFilter/useCalcWidth.d.ts +0 -0
  1880. /package/{es/contentDetailList/components/Content/DocItem/ApprovalStateMap → dist/colorPalette/style}/index.d.ts +0 -0
  1881. /package/{es → dist}/config.d.ts +0 -0
  1882. /package/{es/contentDetailList/components/Content/DocItem → dist/contentDetailList/style}/index.d.ts +0 -0
  1883. /package/{es/contentDetailList/components/Content/DocMpItem → dist/contentModal/style}/index.d.ts +0 -0
  1884. /package/{es/contentDetailList/components/Content/GroupPieceItem → dist/dataTags/style}/index.d.ts +0 -0
  1885. /package/{es → dist}/docHistory/scripts/diff.d.ts +0 -0
  1886. /package/{es/contentDetailList/components/Content/KongoNavItem → dist/docHistory/style}/index.d.ts +0 -0
  1887. /package/{es/contentDetailList/components/Content/LiveItem → dist/docPreview/style}/index.d.ts +0 -0
  1888. /package/{es → dist}/editMetaInfo/script/restaurants.d.ts +0 -0
  1889. /package/{es/contentDetailList/components/Content/MaccountItem → dist/editMetaInfo/style}/index.d.ts +0 -0
  1890. /package/{es/contentDetailList/components/Content/courseItem → dist/emptyData/style}/index.d.ts +0 -0
  1891. /package/{es → dist}/hooks/useLocalStorage.d.ts +0 -0
  1892. /package/{es/contentDetailList/components/Content/funhdItem → dist/imageCrop/style}/index.d.ts +0 -0
  1893. /package/{es/contentDetailList/components/Content → dist/importData/style}/index.d.ts +0 -0
  1894. /package/{es/contentDetailList/components/CustomWrp → dist/mediaFilter/style}/index.d.ts +0 -0
  1895. /package/{es/contentDetailList/components/Doc → dist/mediaView/style}/index.d.ts +0 -0
  1896. /package/{es/contentDetailList/components/Records/MatrixItem → dist/messageBox/style}/index.d.ts +0 -0
  1897. /package/{es → dist}/previousVersion/script/tool.d.ts +0 -0
  1898. /package/{es/contentDetailList/components/Records → dist/previousVersion/style}/index.d.ts +0 -0
  1899. /package/{es/contentDetailList/components/ShowQRCode/QrcodeView → dist/resourceGridList/style}/index.d.ts +0 -0
  1900. /package/{es/contentDetailList/components/ShowQRCode → dist/resourceModal/style}/index.d.ts +0 -0
  1901. /package/{es/contentModal/components/CompoList/CompoFilter → dist/selectAddTo/style}/index.d.ts +0 -0
  1902. /package/{es/contentModal/components/CompoList → dist/selectAvatarList/style}/index.d.ts +0 -0
  1903. /package/{es/contentModal/components/ContentList/MediaFilter → dist/selectGategory/style}/index.d.ts +0 -0
  1904. /package/{es/contentModal/components/ContentList → dist/selectResourceModal/style}/index.d.ts +0 -0
  1905. /package/{es/contentModal/components/Dejin/MediaFilter → dist/selectThumb/style}/index.d.ts +0 -0
  1906. /package/{es/contentModal/components/Dejin → dist/thumbCard/style}/index.d.ts +0 -0
  1907. /package/{es/contentModal/components/EqxiuList/MediaFilter → dist/typeIcons/style}/index.d.ts +0 -0
  1908. /package/{es/contentModal/components/EqxiuList → dist/uploadBefore/style}/index.d.ts +0 -0
  1909. /package/{es → dist}/uploadBefore/utils/dragUploadEvent.d.ts +0 -0
  1910. /package/{es → dist}/uploadStep/script/fileTypeAdapter.d.ts +0 -0
  1911. /package/{es/contentModal/components/LiveList/MediaFilter → dist/uploadStep/style}/index.d.ts +0 -0
  1912. /package/{es/contentModal/components/LiveList → dist/userAvater/style}/index.d.ts +0 -0
  1913. /package/{es/contentModal/components/MpAccountList/MpAccountFilter → dist/userDirector/style}/index.d.ts +0 -0
  1914. /package/{es → dist}/utils/auth.d.ts +0 -0
  1915. /package/{es → dist}/utils/date.d.ts +0 -0
  1916. /package/{es → dist}/utils/index.d.ts +0 -0
  1917. /package/{es → dist}/utils/resource.d.ts +0 -0
  1918. /package/{es → dist}/utils/tusUpload.d.ts +0 -0
  1919. /package/{es → dist}/utils/typeMap.d.ts +0 -0
  1920. /package/{es → dist}/utils/uploadCatalog.d.ts +0 -0
  1921. /package/{es/contentModal/components/MpAccountList → dist/videoThumb/style}/index.d.ts +0 -0
  1922. /package/{dist → lib}/gif.worker.js +0 -0
  1923. /package/{dist → lib}/matrix/baijiahao.png +0 -0
  1924. /package/{dist → lib}/matrix/bilibili.png +0 -0
  1925. /package/{dist → lib}/matrix/channelsweixin.png +0 -0
  1926. /package/{dist → lib}/matrix/douyin.png +0 -0
  1927. /package/{dist → lib}/matrix/kuaishou.png +0 -0
  1928. /package/{dist → lib}/matrix/qq.png +0 -0
  1929. /package/{dist → lib}/matrix/toutiao.png +0 -0
  1930. /package/{dist → lib}/matrix/weibo.png +0 -0
  1931. /package/{dist → lib}/matrix/weixin.png +0 -0
@@ -0,0 +1,96 @@
1
+ import { defineComponent as I, ref as h, computed as x, watch as P, onMounted as M, createElementBlock as i, openBlock as r, createBlock as R, unref as t, createVNode as V, Fragment as y, createElementVNode as s, renderList as F, normalizeClass as L } from "vue";
2
+ import { Spin as N } from "@arco-design/web-vue";
3
+ import { DEFAULT_BASE_API as k } from "../config.mjs";
4
+ import { useVideoThumbs as $, useDragger as z } from "./scripts/useVideoThumbs.mjs";
5
+ import U from "../emptyData.mjs";
6
+ const X = { class: "video-thumb" }, j = {
7
+ key: 0,
8
+ class: "video-thumb-loading"
9
+ }, q = { class: "video-player-container" }, G = ["src"], H = ["onClick"], J = ["src"], ee = /* @__PURE__ */ I({
10
+ name: "videoThumb",
11
+ __name: "component",
12
+ props: {
13
+ BASE_API: { default: k },
14
+ value: {},
15
+ src: {},
16
+ duration: {},
17
+ offset: { default: 0 }
18
+ },
19
+ emits: ["select", "update:value"],
20
+ setup(T, { emit: A }) {
21
+ const v = T, p = A, B = v.BASE_API || k, { thumbs: n, loading: g, curThumb: l, getVideoThumbs: D, handleSelectThumb: w } = $(), u = h(), a = h(), m = x(() => {
22
+ if (!u.value) return 0;
23
+ const o = u.value.getBoundingClientRect();
24
+ return parseInt((o.width / n.value.length).toFixed(0), 10);
25
+ }), f = h(0);
26
+ function _(o) {
27
+ if (!a.value || !u.value) return;
28
+ const c = u.value.getBoundingClientRect(), e = f.value + o;
29
+ if (e < 0 || e > c.width - 5) return;
30
+ a.value.style.left = `${e}px`;
31
+ const d = Math.floor(e / m.value);
32
+ l.value = n.value[d < n.value.length ? d : n.value.length - 1];
33
+ }
34
+ function E() {
35
+ f.value = 0;
36
+ }
37
+ function S() {
38
+ if (!a.value) return;
39
+ const o = parseInt(a.value.style.left.replace("px", ""), 10) || 0;
40
+ f.value = o;
41
+ }
42
+ function C(o) {
43
+ w(o), _(o * m.value + m.value / 2);
44
+ }
45
+ const { handleMousedown: b } = z(_, E, S);
46
+ return P(
47
+ () => l.value,
48
+ () => {
49
+ p("select", l.value), p("update:value", l.value);
50
+ },
51
+ { immediate: !0 }
52
+ ), M(() => {
53
+ D(B, v.src, v.duration);
54
+ }), (o, c) => (r(), i("div", X, [
55
+ t(g) ? (r(), i("div", j, [
56
+ V(t(N), {
57
+ loading: t(g),
58
+ tip: "生成视频封面中..."
59
+ }, null, 8, ["loading"])
60
+ ])) : t(n).length === 0 ? (r(), R(t(U), {
61
+ key: 1,
62
+ type: "empty"
63
+ })) : (r(), i(y, { key: 2 }, [
64
+ s("div", q, [
65
+ s("img", { src: t(l) }, null, 8, G)
66
+ ]),
67
+ s("div", {
68
+ ref_key: "videoThumbRef",
69
+ ref: u,
70
+ class: "video-thumb-list"
71
+ }, [
72
+ s("div", {
73
+ ref_key: "videoThumbDrager",
74
+ ref: a,
75
+ class: "video-thumb-list-drager",
76
+ onMousedown: c[0] || (c[0] = //@ts-ignore
77
+ (...e) => t(b) && t(b)(...e))
78
+ }, null, 544),
79
+ (r(!0), i(y, null, F(t(n), (e, d) => (r(), i("div", {
80
+ key: e,
81
+ class: L(["video-thumb-list-item", { active: t(l) === e }]),
82
+ onClick: (K) => C(d)
83
+ }, [
84
+ s("img", {
85
+ src: e,
86
+ alt: ""
87
+ }, null, 8, J)
88
+ ], 10, H))), 128))
89
+ ], 512)
90
+ ], 64))
91
+ ]));
92
+ }
93
+ });
94
+ export {
95
+ ee as default
96
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./component.vue.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,11 @@
1
+ import d from "../../utils/request.mjs";
2
+ function p(e, n) {
3
+ const { url: r, count: t, start: o, end: c, search: s } = n, m = encodeURIComponent(r), u = t > 50 ? 50 : t;
4
+ return d(e, {
5
+ url: `/poplar/v2/editthumb?src=${m}&n=${u}&starttime=${o}&endtime=${c}${s}`,
6
+ method: "get"
7
+ });
8
+ }
9
+ export {
10
+ p as editthumb
11
+ };
@@ -0,0 +1,55 @@
1
+ import { ref as c } from "vue";
2
+ import { editthumb as h } from "./api.mjs";
3
+ function d(o) {
4
+ let e = Math.log(o / 5) * 10;
5
+ return e = Math.min(e, 50), Math.ceil(e);
6
+ }
7
+ function M() {
8
+ const o = c([]), n = c(!0), u = c();
9
+ async function s(a, l, r) {
10
+ n.value = !0;
11
+ try {
12
+ const { Code: t, Msg: i } = await h(a, {
13
+ url: l,
14
+ count: d(r),
15
+ start: 0,
16
+ end: r,
17
+ search: "&cover=true"
18
+ });
19
+ if (t !== 200) return;
20
+ const { Domain: m, Frames: f } = i;
21
+ o.value = f.map((v) => `${m}/${v}`), [u.value] = o.value;
22
+ } catch (t) {
23
+ console.log("加载封面图失败", t);
24
+ } finally {
25
+ n.value = !1;
26
+ }
27
+ }
28
+ function e(a) {
29
+ u.value = o.value[a];
30
+ }
31
+ return {
32
+ loading: n,
33
+ thumbs: o,
34
+ curThumb: u,
35
+ getVideoThumbs: s,
36
+ handleSelectThumb: e
37
+ };
38
+ }
39
+ function p(o, n, u) {
40
+ const s = c(0), e = c(!1), a = (t) => {
41
+ e.value = !0, s.value = t.x, window.onmouseup = l, window.onmousemove = r, u && u();
42
+ }, l = () => {
43
+ e.value = !1, s.value = 0, window.onmouseup = null, window.onmousemove = null, n && n();
44
+ }, r = (t) => {
45
+ e.value && o && o(t.x - s.value);
46
+ };
47
+ return {
48
+ isDrag: e,
49
+ handleMousedown: a
50
+ };
51
+ }
52
+ export {
53
+ p as useDragger,
54
+ M as useVideoThumbs
55
+ };
@@ -0,0 +1,9 @@
1
+ import n from "./videoThumb/component.vue.mjs";
2
+ const a = Object.assign(n, {
3
+ install: (o) => {
4
+ o.component(n.name, n);
5
+ }
6
+ });
7
+ export {
8
+ a as default
9
+ };
package/es/wechat.png ADDED
Binary file
package/es/word.png ADDED
Binary file
package/es/zip.png ADDED
Binary file
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function o(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}exports.commonjsRequire=o;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function e(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}exports.getDefaultExportFromCjs=e;
@@ -0,0 +1 @@
1
+ "use strict";const e=(t,r)=>{const o=t.__vccOpts||t;for(const[s,c]of r)o[s]=c;return o};module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const i=(r,n,t)=>{const e=r[n];return e?typeof e=="function"?e():Promise.resolve(e):new Promise((s,o)=>{(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(o.bind(null,new Error("Unknown variable dynamic import: "+n+(n.split("/").length!==t?". Note that variables only represent file names one level deep.":""))))})};module.exports=i;
@@ -0,0 +1 @@
1
+ "use strict";const r=require("./_commonjsHelpers.cjs"),e=require("../node_modules/.pnpm/gif.js@0.2.0/node_modules/gif.js/dist/gif.cjs");var s=e.__require();const t=r.getDefaultExportFromCjs(s);module.exports=t;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var e={exports:{}};exports.__module=e;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),h=require("@arco-design/web-vue"),w=require("./script/routeMap.cjs"),S=require("./script/permissionMap.cjs"),C=require("./script/apps.cjs"),a=require("./script/api.cjs"),L=require("../utils/auth.cjs"),v=require("../config.cjs"),q={key:1,class:"reference-btn"},P={class:"apps-box-popover"},R={key:0,class:"app-title"},I={class:"ul-list"},x=["onClick"],D={class:"wrap_icon"},$={class:"wrap_"},F={class:"icon-logo"},M=["src"],T={class:"icon_title"},U={key:1,class:"app-title"},W={class:"ul-list"},j=["onClick"],z={class:"wrap_icon"},G={class:"wrap_"},H={class:"icon-logo"},J=["src"],K={class:"icon_title"},O=e.defineComponent({name:"appCenter",__name:"component",props:{BASE_API:{default:v.DEFAULT_BASE_API}},setup(g){const k=g,l=e.ref([]),r=e.ref([]),u=e.ref([]),E=!!e.useSlots().reference,i=L.getRID()||"4",c=k.BASE_API||v.DEFAULT_BASE_API,p=e.computed(()=>{const t=[];return l.value.map(s=>(s.actions.map(n=>(!n.icon.includes("http")&&!n.icon.includes("data:image")&&!n.icon.includes(".svg")&&(n.icon=`${c}/static/icon/${n.icon}.svg`),![].includes(n.key)&&(n.type===3||n.subscribed)&&m(n)&&t.push(n),n)),s)),t}),d=e.computed(()=>p.value.filter(t=>r.value.includes(t.id))),B=e.computed(()=>p.value.filter(t=>!r.value.includes(t.id))),_=t=>{m(t)?(A(t),w(c,i,t.key,t)):h.Message.warning({content:"暂无权限,请联系管理员"})},m=t=>S(u.value,t),y=async()=>{const{code:t,message:s}=await a.getUserRepoActs(c);t===0&&s&&(u.value=s||[])},f=async()=>{const{code:t,message:s}=await a.getResentApp(c,{repo_id:i});t===0&&s&&(r.value=s.map(n=>parseInt(n,10)))},A=async t=>{await a.setResentApp(c,{repo_id:i,app_id:t.id})},V=async()=>{const t=await a.getPubApps(c,{rid:i,type:"2,3"});t.code===0&&(l.value=t.data.concat(C),setTimeout(()=>{f(),y()},500))},N=async()=>{const t={slot_key:"head-applist-panel"};a.getBtnSlot(c,t).then(s=>{if(s.code===0&&s.data.buttons&&s.data.buttons["head-applist-panel"]&&s.data.buttons["head-applist-panel"].buttons){const n=s.data.buttons["head-applist-panel"].buttons.map(o=>({alias:o.name,actions:[{alias:o.name,brief:o.name,key:"appSlotBtn",icon:o.app_icon,...o.permission?{real:o.permission}:{},params:o,target_url:"",type:3}]}));l.value.push(...n)}})};return e.onMounted(()=>{V(),N()}),(t,s)=>(e.openBlock(),e.createElementBlock("div",null,[e.createVNode(e.unref(h.Popover),{trigger:"hover",position:"bottom","arrow-style":{display:"none"},"content-style":{padding:0,minWidth:"400px"}},{content:e.withCtx(()=>[e.createElementVNode("div",P,[d.value.length>0?(e.openBlock(),e.createElementBlock("div",R,"最近使用")):e.createCommentVNode("",!0),e.createElementVNode("ul",I,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,(n,o)=>(e.openBlock(),e.createElementBlock("li",{key:o,class:"li_item"},[e.createElementVNode("div",{onClick:b=>_(n)},[e.createElementVNode("div",D,[e.createElementVNode("div",$,[e.createElementVNode("div",F,[e.createElementVNode("img",{src:n.icon,class:"icon"},null,8,M)]),e.createElementVNode("div",T,e.toDisplayString(n.alias),1)])])],8,x)]))),128))]),d.value.length>0?(e.openBlock(),e.createElementBlock("div",U,"相关应用")):e.createCommentVNode("",!0),e.createElementVNode("ul",W,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(B.value,(n,o)=>(e.openBlock(),e.createElementBlock("li",{key:o,class:"li_item"},[e.createElementVNode("div",{onClick:b=>_(n)},[e.createElementVNode("div",z,[e.createElementVNode("div",G,[e.createElementVNode("div",H,[e.createElementVNode("img",{src:n.icon,class:"icon"},null,8,J)]),e.createElementVNode("div",K,e.toDisplayString(n.alias),1)])])],8,j)]))),128))])])]),default:e.withCtx(()=>[E?e.renderSlot(t.$slots,"reference",{key:0}):(e.openBlock(),e.createElementBlock("button",q,"应用中心"))]),_:3})]))}});module.exports=O;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./component.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const p=require("../../utils/request.cjs");function o(e){return p(e,{url:"/poplar/v3/ac/account/rules",method:"get"})}function r(e,t){return p(e,{url:"/leaf/v1/market/apps",method:"get",params:t})}function n(e,t){return p(e,{url:`/poplar/v2/repo/${t.repo_id}/common/apps`,method:"get"})}function u(e,t){return p(e,{url:`/poplar/v2/repo/${t.repo_id}/app/${t.app_id}/access`,method:"post"})}function s(e,t){return p(e,{url:"/poplar/v3/cosmos-center/buttons",method:"get",params:t})}exports.getBtnSlot=s;exports.getPubApps=r;exports.getResentApp=n;exports.getUserRepoActs=o;exports.setResentApp=u;
@@ -0,0 +1 @@
1
+ "use strict";const e=[{alias:"运营管理",actions:[]},{alias:"信息管理",actions:[{id:18,key:"systemNotice",alias:"系统公告",brief:"系统公告",real:"appcenter/app-notify:entry",type:3,icon:"xitonggonggao",target_url:""},{id:19,key:"hotsearch",alias:"热词搜索",brief:"热词搜索",real:"appcenter/app-hotword:entry",type:3,icon:"recisousuo",target_url:""},{id:20,key:"usertags",alias:"用户标签",brief:"用户标签",real:"appcenter/app-userlabel:entry",type:3,icon:"yonghubiaoqian",target_url:""}]},{alias:"评论管理",actions:[{id:23,key:"commentList",alias:"评论列表",brief:"评论列表",real:"appcenter/app-comment:entry",type:3,icon:"app_commentList",target_url:""}]},{alias:"举报管理",actions:[{id:25,key:"warningList",alias:"举报列表",brief:"举报列表",real:"appcenter/app-report:entry",type:3,icon:"app_warningList",target_url:""},{id:27,key:"feedbackList",alias:"反馈管理",brief:"反馈管理",real:"appcenter/app-feedback:entry",type:3,icon:"app_feedbackList",target_url:""}]}];module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";function u(e,r,n=[]){return n.includes(r.key)?!1:r.real==="publice"?!0:typeof r.real=="string"?e.includes(r.real):r.real instanceof Array?e.filter(function(t){return r.real.indexOf(t)>-1}).length>0:!0}module.exports=u;
@@ -0,0 +1 @@
1
+ "use strict";const t=require("../../utils/auth.cjs");async function w(i,o=t.getRID(),n,r=null){const e=i;if(n==="activityList"){window.open(`/poplar/v2/activity?rid=${o}`,"_blank");return}if(n==="statistics"){window.open(`/#/operation/statistics?repoID=${o}`,"_blank");return}if(n==="point"){window.open(`/#/operation/point?repoID=${o}`,"_blank");return}if(n==="systemNotice"){window.open(`${e}/foowz/#/systemNotice/${o}`,"_blank");return}if(n==="push"){window.open(`${e}/foowz/#/pushManagement/${o}`,"_blank");return}if(n==="pop"){window.open(`${e}/foowz/#/popManagement/${o}`,"_blank");return}if(n==="hotsearch"){window.open(`${e}/foowz/#/hotsearch/${o}`,"_blank");return}if(n==="usertags"){window.open(`${e}/foowz/#/newUserSetting/${o}`,"_blank");return}if(n==="commentList"){window.open(`${e}/foowz/#/commentList/${o}`,"_blank");return}if(n==="operatingRecord"){window.open(`${e}/foowz/#/operatingRecord/${o}`,"_blank");return}if(n==="warningList"){window.open(`${e}/foowz/#/warningList/${o}`,"_blank");return}if(n==="reportRecord"){window.open(`${e}/foowz/#/reportRecord/${o}`,"_blank");return}if(n==="feedbackList"){window.open(`${e}/foowz/#/feedbackList/${o}`,"_blank");return}if(n==="feedbackRecord"){window.open(`${e}/foowz/#/feedbackRecord/${o}`,"_blank");return}if(r&&r.type===2){if(n==="liveList"){window.open(`/poplar/v2/microservice/redirect?rid=${o}&module=live`,"_blank");return}if(n==="formList"){window.open(`/poplar/v2/microservice/redirect?rid=${o}&module=form`,"_blank");return}if(n==="lotteryList"){window.open(`/poplar/v2/microservice/redirect?rid=${o}&module=lottery`,"_blank");return}if(n==="wzList"){window.open(`/poplar/v2/microservice/redirect?rid=${o}&module=wz`,"_blank");return}if(r.setting){window.open(`/#/microservice/redirect?rid=${o}&module=${n}`,"_blank");return}window.open(`/poplar/v2/microservice/redirect?rid=${o}&module=${n}`,"_blank");return}if(n==="pop"){window.open(`${e}/#/popManagement/${o}`,"_blank");return}window.open(`${e}/#/media/enterprisepublish/${o}`,"_blank")}module.exports=w;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./appCenter/component.vue.cjs"),n=Object.assign(e,{install:t=>{t.component(e.name,e)}});module.exports=n;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),u=require("@arco-design/web-vue"),x=require("./components/filterItem.vue.cjs"),N=require("./components/FilterGroup.vue.cjs"),j=e.defineComponent({name:"baseFilter",__name:"component",props:{BASE_API:{},columns:{},formatQuery:{type:Boolean,default:!1}},emits:["search","selectSearch","selectPopupChange"],setup(g,{expose:y,emit:V}){const p=g,s=V;e.useSlots();const k=e.ref(!1),n=e.ref({}),w=e.computed(()=>p.columns.map(t=>t.key)),d=e.computed(()=>JSON.parse(JSON.stringify(p.columns)).reduce((l,a)=>(l[a.key]=a,l),{})),m=e.computed(()=>{const t=JSON.parse(JSON.stringify(p.columns));let r=t.filter(a=>a.range).map(a=>a.range);r=[...new Set(r)];const l=t.filter(a=>!a.range);return r.forEach(a=>{const o=t.filter(c=>c.range===a);o[0].key=a,l.push(o[0])}),l}),S=e.computed(()=>t=>t.options?t.options:[]),b=e.computed(()=>t=>{if(n.value[t]&&typeof n.value[t]=="object"&&Object.prototype.hasOwnProperty.call(n.value[t],"range"))return n.value[t].range?.length>0;const r=n.value[t]!==d.value[t]?.defaultValue;return console.log("hasValue",t,n.value[t],r),!!(n.value[t]!==""&&r)}),i=t=>typeof t=="object"&&Object.prototype.hasOwnProperty.call(t,"range")?t.width?t.width:"260px":t.width?t.width:"150px",h=()=>{const t={},r={};JSON.parse(JSON.stringify(p.columns)).forEach(a=>{a.range?(r[a.range]||(r[a.range]={range:[]}),a.width&&(r[a.range].width=a.width),r[a.range][a.key]=a.defaultValue||"",t[a.range]=r[a.range]):a.component==="select"?t[a.key]=a.defaultValue||null:a.component==="input-group"?(t[a.selectKey]=a.selectDefaultValue||"",t[a.inputKey]=a.inputDefaultValue||""):a.component&&(t[a.key]=a.defaultValue||"")}),k.value=!0,n.value=t},B=(t,r)=>{t===""&&(n.value[r.key]=null)},C=(t,r)=>{s("selectSearch",{value:t,item:r})},O=(t,r)=>{s("selectPopupChange",{value:t,item:r})},_=()=>{n.value={},h()},v=t=>{Object.keys(t).forEach(l=>{t[l]&&typeof t[l]=="object"&&Object.prototype.hasOwnProperty.call(t[l],"range")&&Object.keys(t[l]).forEach((a,o)=>{const c=t[l]?.range||{};a!=="range"&&a!=="width"&&c[o-1]&&(t[a]=Math.floor(c[o-1]/1e3))})});const r={...t};return Object.keys(r).forEach(l=>{r[l]&&typeof r[l]=="object"&&Object.prototype.hasOwnProperty.call(r[l],"range")&&delete r[l],(r[l]===null||r[l]===void 0)&&delete r[l]}),Object.keys(r).forEach(l=>{r[l]===d.value[l]?.defaultValue&&delete r[l]}),p.formatQuery?Object.keys(r).map(a=>`${a}=${r[a]}`).join("&"):r},f=e.ref();return e.watch(()=>w.value,()=>{h(),e.nextTick(()=>{f.value?.refreshPanel()})},{immediate:!0}),e.watch(()=>n.value,()=>{s("search",v(e.toRaw({...n.value})))},{deep:!0}),y({resetFilter:_,getFormData:()=>n.value,setFormData:t=>{Object.assign(n.value,t)},triggerSearch:()=>{s("search",v(e.toRaw({...n.value})))},refreshPanel:()=>f.value?.refreshPanel()}),(t,r)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",{id:"base-filter-popup-container",style:{position:"relative","z-index":"10000"},onClick:r[0]||(r[0]=e.withModifiers(()=>{},["stop"]))}),e.createVNode(N,{ref_key:"filterGroup",ref:f},{left:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m.value,(l,a)=>(e.openBlock(),e.createBlock(x,{key:a,active:b.value(l.key)},{default:e.withCtx(()=>[l.slot?e.renderSlot(t.$slots,l.slot,{key:0}):l.component==="input-group"?(e.openBlock(),e.createBlock(e.unref(u.InputGroup),{key:1},{default:e.withCtx(()=>[e.createVNode(e.unref(u.Select),{modelValue:n.value[l.selectKey],"onUpdate:modelValue":o=>n.value[l.selectKey]=o,"default-active-first-option":"",style:{width:"100px"}},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.selectOptions,(o,c)=>(e.openBlock(),e.createBlock(e.unref(u.Option),{key:c,value:o.value},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.label),1)]),_:2},1032,["value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue"]),e.createVNode(e.unref(u.Input),{modelValue:n.value[l.inputKey],"onUpdate:modelValue":o=>n.value[l.inputKey]=o,placeholder:l.placeholder?l.placeholder:`请输入${l.inputLabel}`,style:{width:"180px"}},null,8,["modelValue","onUpdate:modelValue","placeholder"])]),_:2},1024)):l.component==="input"?(e.openBlock(),e.createBlock(e.unref(u.InputSearch),{key:2,modelValue:n.value[l.key],"onUpdate:modelValue":o=>n.value[l.key]=o,style:e.normalizeStyle({width:i(d.value[l.key])}),"allow-clear":"",size:"medium",placeholder:l.placeholder?l.placeholder:`请输入${l.label}`},null,8,["modelValue","onUpdate:modelValue","style","placeholder"])):e.createCommentVNode("",!0),l.component==="select"?(e.openBlock(),e.createBlock(e.unref(u.Select),{key:3,modelValue:n.value[l.key],"onUpdate:modelValue":o=>n.value[l.key]=o,"popup-container":"#base-filter-popup-container","allow-clear":"","allow-search":l.allowSearch,"default-active-first-option":!1,style:e.normalizeStyle({width:i(d.value[l.key])}),placeholder:l.placeholder?l.placeholder:`请选择${l.label}`,onSearch:o=>C(o,l),onPopupVisibleChange:o=>O(o,l),onChange:o=>B(o,l)},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(S.value(l),o=>(e.openBlock(),e.createBlock(e.unref(u.Option),{key:o.value,label:o.label,value:o.value},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","allow-search","style","placeholder","onSearch","onPopupVisibleChange","onChange"])):e.createCommentVNode("",!0),l.component==="range-picker"?(e.openBlock(),e.createBlock(e.unref(u.RangePicker),{key:4,modelValue:n.value[l.key].range,"onUpdate:modelValue":o=>n.value[l.key].range=o,style:e.normalizeStyle({width:i(n.value[l.key])}),"time-picker-props":{defaultValue:["00:00:00","23:59:59"]},"value-format":"timestamp","popup-container":"#base-filter-popup-container",onClick:r[1]||(r[1]=e.withModifiers(()=>{},["stop"]))},null,8,["modelValue","onUpdate:modelValue","style"])):e.createCommentVNode("",!0),l.component==="radio"?(e.openBlock(),e.createBlock(e.unref(u.RadioGroup),{key:5,modelValue:n.value[l.key],"onUpdate:modelValue":o=>n.value[l.key]=o,type:"button"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.options||[],(o,c)=>(e.openBlock(),e.createBlock(e.unref(u.Radio),{key:c,value:o.value},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.label),1)]),_:2},1032,["value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue"])):e.createCommentVNode("",!0)]),_:2},1032,["active"]))),128))]),right:e.withCtx(()=>[e.renderSlot(t.$slots,"right")]),_:3},512)],64))}});module.exports=j;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./component.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),C=require("@arco-design/web-vue"),k=require("@arco-design/web-vue/es/icon"),B=require("../../hooks/usePopper.cjs"),W={class:"filter-view-container"},x={class:"more-btn"},P={class:"right-prefix"},b={class:"filter-content"},q={class:"right"},D={ref:"tempNode",style:{display:"none"}},L=e.defineComponent({__name:"FilterGroup",setup(S,{expose:m}){const c=t=>{const n=t?.getClientRects?.();if(!n||n.length===0)return{right:0,width:0};const{right:r,width:d}=n[0];return{right:r,width:d}},f=e.ref(),l=e.ref(),{initPopper:w,show:_,visible:h,hide:g}=B(l,f),i=e.ref(),v=e.ref(0),N=e.ref(0),u=e.ref(0),p=()=>{v.value=document.body?.clientWidth||0,i.value&&(N.value=i.value.clientWidth||0,u.value=c(i.value)?.right)};let s=null;const E=()=>{s=()=>p(),window.addEventListener("resize",s)},o=e.ref([]),V=t=>{o.value.push({width:c(t).width,el:t}),i.value?.removeChild(t),l.value?.appendChild(t)},R=()=>{if(!o.value.length||!i.value)return;const t=o.value.pop();if(!t)return;const{width:n,el:r}=t;r.style.width=`${n}px`,l.value?.removeChild(r),i.value?.appendChild(r),o.value.splice(-1,0)},y=()=>{if(!i.value)return-1;const t=Array.from(i.value.childNodes);let n=0;return t.forEach(r=>{if(!r.className?.includes("filter-item-view"))return;const{right:d}=c(r);if(d<=u.value){n=d;return}V(r)}),n},a=()=>{const t=y();if(o.value.length&&t!==-1){const n=u.value-t,{width:r}=o.value[o.value.length-1];n>r+20&&R()}};return e.watch(()=>v.value,()=>a()),e.onMounted(()=>{E(),w(),p(),setTimeout(()=>{a()})}),e.onUnmounted(()=>{s&&(window.removeEventListener("resize",s),s=null)}),m({refreshPanel:a}),(t,n)=>(e.openBlock(),e.createElementBlock("div",W,[e.createElementVNode("div",x,[e.createElementVNode("div",{ref_key:"moreBtnRef",ref:f},[e.withDirectives(e.createVNode(e.unref(C.Button),{style:{marginRight:"10px"},onClick:n[0]||(n[0]=e.withModifiers(()=>e.unref(h)?e.unref(g)():e.unref(_)(),["stop"]))},{default:e.withCtx(()=>[e.createElementVNode("span",P,[n[1]||(n[1]=e.createTextVNode(" 更多筛选 ",-1)),e.createVNode(e.unref(k.IconCaretDown))])]),_:1},512),[[e.vShow,o.value.length]])],512),e.withDirectives(e.createElementVNode("div",{id:"dpPannelRef",ref_key:"dpPannelRef",ref:l,class:"filter-pannel"},null,512),[[e.vShow,e.unref(h)]])]),e.createElementVNode("div",b,[e.createElementVNode("div",{ref_key:"filterItemsRef",ref:i,class:"left"},[e.renderSlot(t.$slots,"left")],512),e.createElementVNode("div",q,[e.renderSlot(t.$slots,"right")])]),e.createElementVNode("div",D,null,512)]))}});module.exports=L;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./FilterGroup.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),o=e.defineComponent({name:"filter-item-view",__name:"filterItem",props:{active:{type:Boolean}},setup(r){return(t,i)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["filter-item-view",{value:t.active}]),onClick:i[0]||(i[0]=e.withModifiers(()=>{},["stop"]))},[e.renderSlot(t.$slots,"default")],2))}});module.exports=o;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./filterItem.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./baseFilter/component.vue.cjs"),s=Object.assign(e,{install:t=>{t.component(e.name,e)}});module.exports=s;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),i=require("@arco-design/web-vue"),v=require("./components/colorPicker.vue.cjs"),f={key:0,class:"color-palette-container"},b=e.defineComponent({name:"colorPalette",__name:"component",props:{colorList:{default:()=>[]},color:{default:""},mode:{default:"rgb"}},emits:["update:color"],setup(d,{emit:p}){const l=d,m=p,u=l.mode||"rgb",o=e.ref(""),a=t=>{if(t.includes("rgb"))return t;const n=parseInt(t.slice(1,3),16),r=parseInt(t.slice(3,5),16),s=parseInt(t.slice(5,7),16);return`rgb(${n},${r},${s})`},g=e.computed(()=>u==="rgb"?l.colorList.map(t=>a(t)):l.colorList),c=t=>{t&&(u==="rgb"?o.value=a(t.replace(/\s+/g,"")):o.value=t,m("update:color",JSON.parse(JSON.stringify(o.value))))};return e.watch(()=>l.color,()=>{u==="rgb"?o.value=a(l.color):o.value=l.color},{immediate:!0}),(t,n)=>t.colorList&&t.colorList.length?(e.openBlock(),e.createElementBlock("div",f,[e.createVNode(e.unref(i.RadioGroup),{modelValue:o.value,"onUpdate:modelValue":n[1]||(n[1]=r=>o.value=r),class:"color-radio-group",type:"button",onChange:c},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(g.value,(r,s)=>(e.openBlock(),e.createBlock(e.unref(i.Radio),{key:s,style:e.normalizeStyle({background:`${r} !important`}),value:r},null,8,["style","value"]))),128)),e.createVNode(v,{modelValue:o.value,"onUpdate:modelValue":n[0]||(n[0]=r=>o.value=r),onChange:c},null,8,["modelValue"])]),_:1},8,["modelValue"])])):e.createCommentVNode("",!0)}});module.exports=b;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./component.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const o=require("vue"),d=["value"],f=o.defineComponent({__name:"colorPicker",props:{modelValue:String},emits:["update:modelValue","change"],setup(a,{emit:s}){const c=a,u=s,r=o.ref(c.modelValue||"#ffffff");o.watch(()=>c.modelValue,()=>{c.modelValue&&(r.value=m(c.modelValue))},{immediate:!0}),o.watch(r,e=>{u("update:modelValue",e),u("change",e)});const i=e=>{const t=e.target.value,n=p(t);r.value=n};function p(e){const t=parseInt(e.slice(1,3),16),n=parseInt(e.slice(3,5),16),l=parseInt(e.slice(5,7),16);return`rgb(${t}, ${n}, ${l})`}function m(e){if(e.includes("NaN"))return"";if(e.includes("#"))return e;const[t,n,l]=e.match(/\d+/g).map(Number);return`#${((1<<24)+(t<<16)+(n<<8)+l).toString(16).slice(1).toUpperCase()}`}return(e,t)=>(o.openBlock(),o.createElementBlock("input",{class:"color-picker-input",type:"color",value:r.value,onInput:i},null,40,d))}});module.exports=f;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./colorPicker.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./colorPalette/component.vue.cjs"),n=Object.assign(e,{install:t=>{t.component(e.name,e)}});module.exports=n;
@@ -0,0 +1 @@
1
+ "use strict";const s={},n=o=>{for(const t of Object.keys(s))o.use(s[t])},e={...s,install:n};module.exports=e;
package/lib/config.cjs ADDED
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const _=window.situoyun?.env?.BASE_HOST||"https://site.r.cmstop.xyz",A=window.situoyun?.env?.BASE_ACCOUNT_HOST||"https://account.cmstop.xyz",t=window.situoyun?.env?.UPLOAD_CHUNK_SIZE||5242880,o=window.situoyun?.env?.BASE_STATIC_FILE_API||"https://oss.cmstop.xyz/maple/v1";exports.DEFAULT_BASE_ACCOUNT_HOST=A;exports.DEFAULT_BASE_API=_;exports.DEFAULT_UPLOAD_CHUNK_SIZE=t;exports.DEFAULT_UPLOAD_URL=o;
@@ -0,0 +1 @@
1
+ "use strict";const t=require("vue"),y=require("@arco-design/web-vue"),g=require("vuedraggable"),_=require("../config.cjs"),d=require("./components/Content/index.vue.cjs"),A=require("./components/Doc/index.vue.cjs"),k=require("./components/Records/index.vue.cjs"),b=require("./components/CustomWrp/index.vue.cjs"),M={class:"content-detail-list-container"},m={class:"drag-item"},L=t.defineComponent({name:"contentDetailList",__name:"component",props:{height:{default:"100%"},type:{},data:{},parmas:{default:()=>({})},dragalbe:{type:Boolean,default:!1},abttrites:{default:()=>[]},extraAttrs:{},BASE_API:{},showDuration:{type:Boolean,default:!0}},emits:["sortChange","dragstart","clickTitle","cellMouseEnter","cellMouseLeave","update:data","scroll","scrollReachEnd"],setup(S,{expose:f,emit:B}){const s=S,c=B;t.useSlots(),f();const p=s.parmas||{},C=s.dragalbe||!1,l=s.abttrites||[],h=s.BASE_API||_.DEFAULT_BASE_API,$=t.computed(()=>({height:s.height||"100%",overflow:"auto"})),w=t.computed({get(){return s.data},set(e){c("update:data",e)}}),E=e=>{c("scroll",e);const{target:u}=e;u.scrollHeight-u.scrollTop===u.clientHeight&&c("scrollReachEnd")},v=e=>{c("sortChange",e)},a=e=>{c("clickTitle",e)},n=e=>{c("cellMouseEnter",e)},i=e=>{c("cellMouseLeave",e)};return(e,u)=>(t.openBlock(),t.createBlock(t.unref(y.Scrollbar),{class:"mobile-content-list-scrollbar","outer-style":$.value,style:{height:"100%",overflow:"auto"},onScroll:E},{default:t.withCtx(()=>[t.createElementVNode("div",M,[t.unref(C)?(t.openBlock(),t.createBlock(t.unref(g),{key:0,modelValue:w.value,"onUpdate:modelValue":u[0]||(u[0]=o=>w.value=o),animation:150,sort:t.unref(C),"item-key":"id",onChange:v,onStart:u[1]||(u[1]=o=>e.$emit("dragstart"))},{item:t.withCtx(({element:o,index:r})=>[t.createElementVNode("div",m,[s.type==="content"?(t.openBlock(),t.createBlock(d,{key:r,item:o,index:r,parmas:t.unref(p),abttrites:t.unref(l),extraAttrs:e.extraAttrs,BASE_API:t.unref(h),onClickTitle:a,onCellMouseEnter:n,onCellMouseLeave:i},{"after-index":t.withCtx(()=>[t.renderSlot(e.$slots,"after-index",{row:o,index:r})]),batch:t.withCtx(()=>[t.renderSlot(e.$slots,"batch",{row:o,index:r})]),option:t.withCtx(()=>[t.renderSlot(e.$slots,"option",{row:o,index:r})]),_:2},1032,["item","index","parmas","abttrites","extraAttrs","BASE_API"])):s.type==="doc"?(t.openBlock(),t.createBlock(A,{key:r,item:o,index:r,abttrites:t.unref(l),extraAttrs:e.extraAttrs,BASE_API:t.unref(h),showDuration:s.showDuration,onClickTitle:a,onCellMouseEnter:n,onCellMouseLeave:i},{"after-index":t.withCtx(()=>[t.renderSlot(e.$slots,"after-index",{row:o,index:r})]),tip:t.withCtx(()=>[t.renderSlot(e.$slots,"tip",{row:o,index:r})]),batch:t.withCtx(()=>[t.renderSlot(e.$slots,"batch",{row:o,index:r})]),option:t.withCtx(()=>[t.renderSlot(e.$slots,"option",{row:o,index:r})]),_:2},1032,["item","index","abttrites","extraAttrs","BASE_API","showDuration"])):s.type==="record"?(t.openBlock(),t.createBlock(k,{key:r,item:o,index:r,parmas:t.unref(p),abttrites:t.unref(l),extraAttrs:e.extraAttrs,onClickTitle:a,onCellMouseEnter:n,onCellMouseLeave:i},{batch:t.withCtx(()=>[t.renderSlot(e.$slots,"batch",{row:o,index:r})]),option:t.withCtx(()=>[t.renderSlot(e.$slots,"option",{row:o,index:r})]),_:2},1032,["item","index","parmas","abttrites","extraAttrs"])):(t.openBlock(),t.createBlock(b,{key:3,item:o,index:r,abttrites:t.unref(l),extraAttrs:e.extraAttrs,onClickTitle:a,onCellMouseEnter:n,onCellMouseLeave:i},{index:t.withCtx(()=>[t.renderSlot(e.$slots,"index",{row:o,index:r})]),tip:t.withCtx(()=>[t.renderSlot(e.$slots,"tip",{row:o,index:r})]),batch:t.withCtx(()=>[t.renderSlot(e.$slots,"batch",{row:o,index:r})]),option:t.withCtx(()=>[t.renderSlot(e.$slots,"option",{row:o,index:r})]),_:2},1032,["item","index","abttrites","extraAttrs"]))])]),_:3},8,["modelValue","sort"])):(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:1},t.renderList(w.value,(o,r)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:r},[s.type==="content"?(t.openBlock(),t.createBlock(d,{key:r,item:o,index:r,parmas:t.unref(p),abttrites:t.unref(l),extraAttrs:e.extraAttrs,BASE_API:t.unref(h),onClickTitle:a,onCellMouseEnter:n,onCellMouseLeave:i},{"after-index":t.withCtx(()=>[t.renderSlot(e.$slots,"after-index",{row:o,index:r})]),batch:t.withCtx(()=>[t.renderSlot(e.$slots,"batch",{row:o,index:r})]),option:t.withCtx(()=>[t.renderSlot(e.$slots,"option",{row:o,index:r})]),_:2},1032,["item","index","parmas","abttrites","extraAttrs","BASE_API"])):s.type==="doc"?(t.openBlock(),t.createBlock(A,{key:r,item:o,index:r,abttrites:t.unref(l),extraAttrs:e.extraAttrs,BASE_API:t.unref(h),showDuration:s.showDuration,onClickTitle:a,onCellMouseEnter:n,onCellMouseLeave:i},{"after-index":t.withCtx(()=>[t.renderSlot(e.$slots,"after-index",{row:o,index:r})]),tip:t.withCtx(()=>[t.renderSlot(e.$slots,"tip",{row:o,index:r})]),batch:t.withCtx(()=>[t.renderSlot(e.$slots,"batch",{row:o,index:r})]),option:t.withCtx(()=>[t.renderSlot(e.$slots,"option",{row:o,index:r})]),_:2},1032,["item","index","abttrites","extraAttrs","BASE_API","showDuration"])):s.type==="record"?(t.openBlock(),t.createBlock(k,{key:r,item:o,index:r,parmas:t.unref(p),abttrites:t.unref(l),extraAttrs:e.extraAttrs,onClickTitle:a,onCellMouseEnter:n,onCellMouseLeave:i},{batch:t.withCtx(()=>[t.renderSlot(e.$slots,"batch",{row:o,index:r})]),option:t.withCtx(()=>[t.renderSlot(e.$slots,"option",{row:o,index:r})]),_:2},1032,["item","index","parmas","abttrites","extraAttrs"])):(t.openBlock(),t.createBlock(b,{key:3,item:o,index:r,abttrites:t.unref(l),extraAttrs:e.extraAttrs,onClickTitle:a,onCellMouseEnter:n,onCellMouseLeave:i},{index:t.withCtx(()=>[t.renderSlot(e.$slots,"index",{row:o,index:r})]),tip:t.withCtx(()=>[t.renderSlot(e.$slots,"tip",{row:o,index:r})]),batch:t.withCtx(()=>[t.renderSlot(e.$slots,"batch",{row:o,index:r})]),option:t.withCtx(()=>[t.renderSlot(e.$slots,"option",{row:o,index:r})]),_:2},1032,["item","index","abttrites","extraAttrs"]))],64))),128))])]),_:3},8,["outer-style"]))}});module.exports=L;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./component.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),h=require("@arco-design/web-vue"),E=require("../../../../typeIcons/component.vue.cjs"),r=require("../../../../utils/index.cjs"),_=require("../../../../utils/typeMap.cjs"),y={class:"cover-view"},V={key:1,class:"no-img"},f={class:"batch-select"},g={class:"info-view"},k={class:"title_i"},N={class:"abttrite-v"},b={class:"left"},M={class:"abttr tags"},S={class:"abttr time"},w={class:"right"},B=e.defineComponent({__name:"index",props:{item:{},extraAttrs:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(l,{emit:a}){const s=l,i=a,c=e.ref(_.compoColumnsMap().value),m=e.computed(()=>{const{hide:t}=s.item;return t===7||t===6}),d=e.computed(()=>s.item&&s.item.mourn_style===1),u=(t,o)=>{i("cellMouseEnter",{row:o,event:t})},p=(t,o)=>{i("cellMouseLeave",{row:o,event:t})},v=()=>{i("clickTitle",s.item)};return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-component-item-view",{"gray-forbidden":m.value,"gray-for-state-hide":d.value}]),onMouseenter:o[0]||(o[0]=n=>u(n,t.item)),onMouseleave:o[1]||(o[1]=n=>p(n,t.item))},[e.createElementVNode("div",y,[t.item.cover&&t.item.cover.data&&t.item.cover.data[0]?(e.openBlock(),e.createBlock(e.unref(h.Image),{key:0,src:t.item.cover.data[0].thumb,preview:!1,fit:"cover",class:"image"},null,8,["src"])):(e.openBlock(),e.createElementBlock("span",V,e.toDisplayString(e.unref(r.noCoverText)(t.item)),1)),e.createElementVNode("div",f,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",g,[e.createElementVNode("div",{class:"title",onClick:v},[e.renderSlot(t.$slots,"index"),e.createElementVNode("span",k,e.toDisplayString(t.item.alias||t.item.title),1)]),e.createElementVNode("div",N,[e.createElementVNode("div",b,[e.createVNode(E,{class:"icon",doc:!0,type:t.item.series},null,8,["type"]),e.createElementVNode("span",M,[e.createTextVNode(e.toDisplayString(c.value[t.item.columns])+"组件",1),e.renderSlot(t.$slots,"tip")]),e.createElementVNode("span",S,"发布时间: "+e.toDisplayString(e.unref(r.timeFormat)(t.item.pub_time)),1)]),e.createElementVNode("div",w,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});module.exports=B;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./index.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),r=require("@arco-design/web-vue"),h=require("@arco-design/web-vue/es/icon"),y=require("../../../../typeIcons/component.vue.cjs"),l=require("../../../../utils/index.cjs"),a=require("../../../../utils/typeMap.cjs"),f={class:"cover-view"},E={key:1,class:"no-img"},V={class:"batch-select"},N={class:"info-view"},g={class:"title_i"},k={class:"title-tips"},b={key:0,class:"title-tips red"},S={class:"abttrite-v"},w={class:"left"},B={class:"abttr tags"},T={class:"abttr"},C={class:"abttr time"},M={class:"right"},q=e.defineComponent({__name:"index",props:{item:{},parmas:{},extraAttrs:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(c,{emit:m}){const s=c,i=m,d=e.computed(()=>{const{hide:t}=s.item;return t===7||t===6}),p=e.computed(()=>s.item&&s.item.mourn_style===1),u=(t,o)=>{i("cellMouseEnter",{row:o,event:t})},v=(t,o)=>{i("cellMouseLeave",{row:o,event:t})},_=()=>{i("clickTitle",s.item)};return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-component-item-view",{"gray-forbidden":d.value,"gray-for-state-hide":p.value}]),onMouseenter:o[0]||(o[0]=n=>u(n,t.item)),onMouseleave:o[1]||(o[1]=n=>v(n,t.item))},[e.createElementVNode("div",f,[t.item.cover&&t.item.cover.data&&t.item.cover.data[0]?(e.openBlock(),e.createBlock(e.unref(r.Image),{key:0,src:t.item.cover.data[0].thumb,preview:!1,fit:"cover",class:"image"},null,8,["src"])):(e.openBlock(),e.createElementBlock("span",E,e.toDisplayString(e.unref(l.noCoverText)(t.item)),1)),e.createElementVNode("div",V,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",N,[e.createElementVNode("div",{class:"title",onClick:_},[e.renderSlot(t.$slots,"index"),e.createElementVNode("span",g,e.toDisplayString(t.item.alias||t.item.title),1),e.createElementVNode("span",k,[e.renderSlot(t.$slots,"tips")]),e.createVNode(e.unref(r.Tooltip),{content:"当前频道暂未绑定地理位置,可点击后方“编辑频道”,为频道匹配地理位置",position:"top",trigger:"hover"},{default:e.withCtx(()=>[t.parmas?.labelTip?.info(t.item)?(e.openBlock(),e.createElementBlock("span",b,[e.createVNode(e.unref(h.IconInfoCircle),{class:"icon",size:"16"}),e.createElementVNode("span",null,e.toDisplayString(t.parmas?.labelTip?.info(t.item)||""),1)])):e.createCommentVNode("",!0)]),_:1})]),e.createElementVNode("div",S,[e.createElementVNode("div",w,[e.createVNode(y,{class:"icon",doc:!0,type:t.item.series},null,8,["type"]),e.createElementVNode("span",B,[e.createTextVNode(e.toDisplayString(e.unref(a.contentList_relation_type_map)[t.item.relation_type])+"频道",1),e.renderSlot(t.$slots,"tip")]),e.createElementVNode("span",T,e.toDisplayString(e.unref(a.contentList_layout_map)[t.item.list_layout||"blank"]),1),e.createElementVNode("span",C,"发布时间: "+e.toDisplayString(e.unref(l.timeFormat)(t.item.pub_time)),1)]),e.createElementVNode("div",M,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});module.exports=q;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./index.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),t=require("../../../../../utils/typeMap.cjs"),l={key:0,class:"approval-state-view"},p={key:0,class:"checking"},c=e.defineComponent({__name:"index",props:{item:{}},emits:["showUserInfo"],setup(u,{emit:o}){const a=o,r=s=>s.current_processes[0]&&s.current_processes[0].users&&s.current_processes[0].users[0]?s.current_processes[0].users[0].uid==="__smart_robot":!1,i=s=>{a("showUserInfo",s)};return(s,n)=>s.item?(e.openBlock(),e.createElementBlock("span",l,[s.item.status===1?(e.openBlock(),e.createElementBlock("span",p,[s.item.current_processes?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass({"checking-user":!r(s.item),"checking-ai":r(s.item)}),onClick:n[0]||(n[0]=e.withModifiers(m=>i(s.item),["stop"]))},[e.createElementVNode("span",null,e.toDisplayString(e.unref(t.calcApprovingUser)(s.item)),1),e.createElementVNode("span",null,[e.createTextVNode(e.toDisplayString(e.unref(t.approveFlowStatusMap)[s.item.status])+" ",1),e.createElementVNode("span",null,e.toDisplayString(e.unref(t.calcApprovingDependent)(s.item)),1)])],2)):e.createCommentVNode("",!0)])):[2,3].includes(s.item.status)?(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass({failure:s.item.status===2,pass:s.item.status===3})},[e.createTextVNode(e.toDisplayString(e.unref(t.approveFlowStatusMap)[s.item.status])+" ",1),e.createElementVNode("span",null,e.toDisplayString(e.unref(t.calcApprovingDependent)(s.item)),1)],2)):(e.openBlock(),e.createElementBlock("span",{key:2,class:e.normalizeClass({revoke:[0,4].includes(s.item.status),pass:s.item.status===5,checking:[6,7].includes(s.item.status)})},e.toDisplayString(e.unref(t.approveFlowStatusMap)[s.item.status]),3))])):e.createCommentVNode("",!0)}});module.exports=c;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./index.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),i=require("@arco-design/web-vue"),p=require("../../../../utils/index.cjs"),l=require("../../../../utils/doc.cjs"),E=require("../../../../utils/typeMap.cjs"),S=require("../../ShowQRCode/index.vue.cjs"),N=require("../../../../typeIcons/component.vue.cjs"),V=require("../../../../dataTags/component.vue.cjs"),b=require("./ApprovalStateMap/index.vue.cjs"),w={class:"cover-view"},$={key:1,class:"no-img"},D={class:"batch-select"},C={key:3,class:"duration-overlay"},T={class:"info-view"},A={class:"title"},M={class:"abttrite-v"},q={class:"left"},z={class:"tags"},F={key:0},I={key:1},L={key:1,class:"abttr"},P={style:{"font-size":"14px","margin-bottom":"5px","font-weight":"bold"}},j={key:1,style:{"font-size":"10px"}},J={class:"right"},O=e.defineComponent({__name:"index",props:{item:{},abttrites:{},BASE_API:{},extraAttrs:{},showDuration:{type:Boolean}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(k,{emit:y}){const r=k,c=y,v=e.computed(()=>{const{hide:t}=r.item;return t===7||t===6}),_=e.computed(()=>r.item&&r.item.mourn_style===1),m=e.computed(()=>{if(!r.item)return null;if(r.item.preview_url)return r.item.preview_url;if(r.item.style){let{style:t}=r.item;return typeof t=="string"&&(t=JSON.parse(t)),t.data&&t.data[0]&&t.data[0].thumb}return r.item.cover&&r.item.cover.data&&r.item.cover.data[0]&&r.item.cover.data[0].thumb}),u=e.computed(()=>{if(r.item.series==="local_live"){const t=JSON.parse(r.item.payload||"{}");return t&&[0,1,2].includes(t.status)?E.local_live_doc_status.find(n=>n.value===t.status):null}return null}),f=e.computed(()=>{if(!r.extraAttrs||!r.extraAttrs.doc)return!0;const{showDataTags:t}=r.extraAttrs.doc;return t??!0}),d=e.computed(()=>{const t=r.item.video_len||r.item.duration;if(!t||t<=0)return"";const n=Number(t);if(isNaN(n))return"";const o=Math.floor(n/3600),s=Math.floor(n%3600/60),a=n%60;return o>0?`${o}:${s.toString().padStart(2,"0")}:${a.toString().padStart(2,"0")}`:`${s}:${a.toString().padStart(2,"0")}`}),g=(t,n)=>{c("cellMouseEnter",{row:n,event:t})},B=(t,n)=>{c("cellMouseLeave",{row:n,event:t})},h=()=>{c("clickTitle",r.item)};return(t,n)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-doc-item-view",{"gray-forbidden":v.value,"gray-for-state-hide":_.value}]),onMouseenter:n[0]||(n[0]=o=>g(o,t.item)),onMouseleave:n[1]||(n[1]=o=>B(o,t.item))},[e.createElementVNode("div",w,[m.value?(e.openBlock(),e.createBlock(e.unref(i.Image),{key:0,preview:!1,src:m.value,class:"image",fit:"cover"},null,8,["src"])):(e.openBlock(),e.createElementBlock("span",$,e.toDisplayString(e.unref(p.noCoverText)(t.item)),1)),e.createElementVNode("div",D,[e.renderSlot(t.$slots,"batch",{row:t.item})]),u.value?(e.openBlock(),e.createElementBlock("div",{key:2,style:e.normalizeStyle({background:u.value.bgColor}),class:"local_live_state"},e.toDisplayString(u.value.label),5)):e.createCommentVNode("",!0),r.showDuration&&d.value?(e.openBlock(),e.createElementBlock("div",C,e.toDisplayString(d.value),1)):e.createCommentVNode("",!0)]),e.createElementVNode("div",T,[e.createElementVNode("div",A,[e.renderSlot(t.$slots,"index"),e.createVNode(S,{item:t.item,BASE_API:t.BASE_API},null,8,["item","BASE_API"]),e.createElementVNode("span",{class:"text",onClick:h},e.toDisplayString(t.item.alias||t.item.title),1)]),e.createElementVNode("div",M,[e.createElementVNode("div",q,[e.createVNode(N,{class:"icon",doc:!0,type:t.item.series},null,8,["type"]),e.createElementVNode("span",z,[f.value?(e.openBlock(),e.createBlock(V,{key:0,item:t.item},null,8,["item"])):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"tip")]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.abttrites,(o,s)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:s},[o.key==="approval_status"?(e.openBlock(),e.createElementBlock("span",F,[n[2]||(n[2]=e.createElementVNode("span",null,"审核状态:",-1)),e.unref(l.approvalItem)(t.item)?(e.openBlock(),e.createBlock(b,{key:0,item:e.unref(l.approvalItem)(t.item)},null,8,["item"])):(e.openBlock(),e.createElementBlock("span",I,"--"))])):o.key==="state"?(e.openBlock(),e.createElementBlock("span",L,[e.createVNode(e.unref(i.Tooltip),{content:`状态: ${e.unref(l.docStateMap)[t.item.state]}`,position:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(e.unref(l.docStateMap)[t.item.state]),1)]),_:1},8,["content"])])):o.key==="primary_category"?(e.openBlock(),e.createBlock(e.unref(i.Popover),{key:2,position:"top",trigger:"hover",class:"popper-categories abttr"},{content:e.withCtx(()=>[t.item.other_categories?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("div",P," 栏目: "+e.toDisplayString(t.item.primary_category||"--"),1),e.createElementVNode("span",null,[n[3]||(n[3]=e.createElementVNode("span",{style:{"font-size":"10px"}},"同时发布到:",-1)),e.createTextVNode(" "+e.toDisplayString(t.item.other_categories.join("、")),1)])],64)):(e.openBlock(),e.createElementBlock("div",j,"栏目: "+e.toDisplayString(t.item.primary_category||"--"),1))]),default:e.withCtx(()=>[e.createVNode(e.unref(i.Button),{class:"btn",type:"text",size:"mini"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.item.primary_category||"--"),1)]),_:1})]),_:1})):(e.openBlock(),e.createElementBlock("span",{key:3,class:e.normalizeClass(["abttr",{time:o.time}])},[o.time?(e.openBlock(),e.createBlock(e.unref(i.Tooltip),{key:0,content:`${o.label}: ${e.unref(p.timeFormat)(t.item[o.key])}`,position:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(e.unref(p.timeFormat)(t.item[o.key])),1)]),_:2},1032,["content"])):o.pv?(e.openBlock(),e.createBlock(e.unref(i.Tooltip),{key:o.key,position:"top",content:`${o.label}: ${o.keys.map(a=>t.item[a]||0).join("/")}`},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(o.keys.map(a=>t.item[a]||0).join("/")),1)]),_:2},1032,["content"])):(e.openBlock(),e.createBlock(e.unref(i.Tooltip),{key:2,content:`${o.label}: ${t.item[o.key]||"--"}`,position:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(t.item[o.key]||"--"),1)]),_:2},1032,["content"]))],2))],64))),128))]),e.createElementVNode("div",J,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});module.exports=O;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./index.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),r=require("@arco-design/web-vue"),h=require("../../../../typeIcons/component.vue.cjs"),N=require("../../../../dataTags/component.vue.cjs"),a=require("../../../../utils/index.cjs"),V={class:"cover-view"},y={key:1,class:"no-img"},E={class:"batch-select"},g={class:"info-view"},b={class:"abttrite-v"},w={class:"left"},k={class:"tags"},S={class:"abttr"},$={class:"abttr time"},T={class:"right"},B=e.defineComponent({__name:"index",props:{item:{},abttrites:{},extraAttrs:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(m,{emit:c}){const o=m,i=c,u=e.computed(()=>{const{hide:t}=o.item;return t===7||t===6}),d=e.computed(()=>o.item&&o.item.mourn_style===1),p=window.situoyun?.config?.oem_config?.mp_name||"公众号",l=e.computed(()=>{if(!o.item)return null;if(o.item.preview_url)return o.item.preview_url;if(o.item.style){let{style:t}=o.item;return typeof t=="string"&&(t=JSON.parse(t)),t.data&&t.data[0]&&t.data[0].thumb}return o.item.cover&&o.item.cover.data&&o.item.cover.data[0]&&o.item.cover.data[0].thumb}),v=(t,n)=>{i("cellMouseEnter",{row:n,event:t})},_=(t,n)=>{i("cellMouseLeave",{row:n,event:t})},f=()=>{i("clickTitle",o.item)};return(t,n)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-mpdoc-item-view",{"gray-forbidden":u.value,"gray-for-state-hide":d.value}]),onMouseenter:n[0]||(n[0]=s=>v(s,t.item)),onMouseleave:n[1]||(n[1]=s=>_(s,t.item))},[e.createElementVNode("div",V,[l.value?(e.openBlock(),e.createBlock(e.unref(r.Image),{key:0,preview:!1,src:l.value,class:"image",fit:"cover"},null,8,["src"])):(e.openBlock(),e.createElementBlock("span",y,e.toDisplayString(e.unref(a.noCoverText)(t.item)),1)),e.createElementVNode("div",E,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",g,[e.createElementVNode("div",{class:"title",onClick:f},[e.renderSlot(t.$slots,"index"),e.createTextVNode(e.toDisplayString(t.item.alias||t.item.title),1)]),e.createElementVNode("div",b,[e.createElementVNode("div",w,[e.createVNode(h,{class:"icon",doc:!0,type:t.item.series},null,8,["type"]),e.createElementVNode("span",k,[e.createVNode(N,{item:t.item},null,8,["item"]),e.renderSlot(t.$slots,"tip")]),e.createElementVNode("span",S,[e.createVNode(e.unref(r.Tooltip),{position:"top",content:`所属${e.unref(p)}: ${t.item.account_name||t.item.mp_user_name}`},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(t.item.account_name||t.item.mp_user_name),1)]),_:1},8,["content"])]),e.createElementVNode("span",$,[e.createVNode(e.unref(r.Tooltip),{position:"top",content:`发布时间: ${e.unref(a.timeFormat)(t.item.pub_time)}`},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(e.unref(a.timeFormat)(t.item.pub_time)),1)]),_:1},8,["content"])])]),e.createElementVNode("div",T,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});module.exports=B;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./index.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),s=require("@arco-design/web-vue"),a=require("../../../../utils/index.cjs"),m=require("../../../../utils/typeMap.cjs"),h={class:"cover-view"},E={key:1,class:"no-img"},N={class:"batch-select"},V={class:"info-view"},g={class:"title_i"},k={class:"abttrite-v"},w={class:"left"},b={class:"tags"},S={class:"abttr time"},T={class:"abttr time"},C={class:"right"},M=e.defineComponent({__name:"index",props:{item:{},extraAttrs:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(u,{emit:d}){const o=u,l=d,p=e.computed(()=>{const{hide:t}=o.item;return t===7||t===6}),v=e.computed(()=>o.item&&o.item.mourn_style===1),c=e.computed(()=>{if(o.item.preview_url||o.item.cover||o.item.pc_cover)return o.item.preview_url||o.item.cover||o.item.pc_cover;if(!o.item.style)return null;const t=JSON.parse(o.item.style);return t.data.length?t.data[0].thumb:null}),i=e.computed(()=>o.item?typeof o.item.payload=="string"?JSON.parse(o.item.payload):o.item.payload:null),_=(t,n)=>{l("cellMouseEnter",{row:n,event:t})},f=(t,n)=>{l("cellMouseLeave",{row:n,event:t})},y=()=>{l("clickTitle",o.item)};return(t,n)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-group_list-item-view",{"gray-forbidden":p.value,"gray-for-state-hide":v.value}]),onMouseenter:n[0]||(n[0]=r=>_(r,t.item)),onMouseleave:n[1]||(n[1]=r=>f(r,t.item))},[e.createElementVNode("div",h,[c.value?(e.openBlock(),e.createBlock(e.unref(s.Image),{key:0,src:c.value,fit:"contain",preview:!1,class:"image",lazy:!0},null,8,["src"])):(e.openBlock(),e.createElementBlock("span",E,e.toDisplayString(e.unref(a.noCoverText)(t.item)),1)),e.createElementVNode("div",N,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",V,[e.createElementVNode("div",{class:"title",onClick:y},[e.renderSlot(t.$slots,"index"),e.createElementVNode("span",g,e.toDisplayString(t.item.alias||t.item.title),1)]),e.createElementVNode("div",k,[e.createElementVNode("div",w,[e.createElementVNode("span",b,[e.createVNode(e.unref(s.Tooltip),{content:`${e.unref(m.groupPieceType)[i.value.source]}: ${i.value.alias}`,placement:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,[e.createElementVNode("span",null,e.toDisplayString(e.unref(m.groupPieceType)[i.value.source])+": ",1),e.createElementVNode("span",null,e.toDisplayString(i.value.alias),1)])]),_:1},8,["content"])]),e.createElementVNode("span",S,[e.createVNode(e.unref(s.Tooltip),{content:`创建时间: ${e.unref(a.timeFormat)(t.item.pub_time)}`,placement:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(e.unref(a.timeFormat)(t.item.pub_time)),1)]),_:1},8,["content"])]),e.createElementVNode("span",T,[e.createVNode(e.unref(s.Tooltip),{content:`创建人: ${t.item.commit_user_name||"--"}`,placement:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(t.item.commit_user_name||"--"),1)]),_:1},8,["content"])])]),e.createElementVNode("div",C,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});module.exports=M;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./index.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),r=require("@arco-design/web-vue"),h=require("../../../../typeIcons/component.vue.cjs"),N=require("../../../../dataTags/component.vue.cjs"),l=require("../../../../utils/index.cjs"),V={class:"cover-view"},g={key:1,class:"no-img"},E={class:"batch-select"},b={class:"info-view"},k={class:"title_i"},w={class:"abttrite-v"},S={class:"left"},$={class:"tags"},B={class:"abttr value"},C={class:"abttr time"},M={class:"abttr time"},T={class:"right"},q=e.defineComponent({__name:"index",props:{item:{},extraAttrs:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(c,{emit:m}){const o=c,s=m,u=e.computed(()=>{const{hide:t}=o.item;return t===7||t===6}),d=e.computed(()=>o.item&&o.item.mourn_style===1),a=e.computed(()=>{if(o.item.preview_url||o.item.cover||o.item.pc_cover)return o.item.preview_url||o.item.cover||o.item.pc_cover;if(!o.item.style)return null;const t=JSON.parse(o.item.style);return t.data.length?t.data[0].thumb:null}),p=e.computed(()=>o.item?typeof o.item.payload=="string"?JSON.parse(o.item.payload):o.item.payload:null),_=e.computed(()=>{const t=p.value;return t?o.item.series==="category_list"?t.rootAlias:o.item.series==="document"?t.title:o.item.series==="url"?t.relation_url:t.label||"":""}),v=(t,i)=>{s("cellMouseEnter",{row:i,event:t})},y=(t,i)=>{s("cellMouseLeave",{row:i,event:t})},f=()=>{s("clickTitle",o.item)};return(t,i)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-kongo-item-view",{"gray-forbidden":u.value,"gray-for-state-hide":d.value}]),onMouseenter:i[0]||(i[0]=n=>v(n,t.item)),onMouseleave:i[1]||(i[1]=n=>y(n,t.item))},[e.createElementVNode("div",V,[a.value?(e.openBlock(),e.createBlock(e.unref(r.Image),{key:0,src:a.value,fit:"contain",preview:!1,class:"image",lazy:!0},null,8,["src"])):(e.openBlock(),e.createElementBlock("span",g,e.toDisplayString(e.unref(l.noCoverText)(t.item)),1)),e.createElementVNode("div",E,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",b,[e.createElementVNode("div",{class:"title",onClick:f},[e.renderSlot(t.$slots,"index"),e.createElementVNode("span",k,e.toDisplayString(t.item.alias||t.item.title),1)]),e.createElementVNode("div",w,[e.createElementVNode("div",S,[e.createVNode(h,{class:"icon",doc:t.item.catalog==="doc",type:t.item.series},null,8,["doc","type"]),e.createElementVNode("span",$,[e.createVNode(N,{item:t.item},null,8,["item"]),e.renderSlot(t.$slots,"tip")]),e.createElementVNode("span",B,e.toDisplayString(`${_.value}`),1),e.createElementVNode("span",C,[e.createVNode(e.unref(r.Tooltip),{content:`创建时间: ${e.unref(l.timeFormat)(t.item.pub_time)}`,placement:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(e.unref(l.timeFormat)(t.item.pub_time)),1)]),_:1},8,["content"])]),e.createElementVNode("span",M,[e.createVNode(e.unref(r.Tooltip),{content:`创建人: ${t.item.commit_user_name||"--"}`,placement:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(t.item.commit_user_name||"--"),1)]),_:1},8,["content"])])]),e.createElementVNode("div",T,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});module.exports=q;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./index.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),_=require("@arco-design/web-vue"),E=require("../../../../typeIcons/component.vue.cjs"),l=require("../../../../utils/index.cjs"),f={class:"cover-view"},y={key:1,class:"no-img"},k={class:"batch-select"},N={class:"info-view"},V={class:"title_i"},b={class:"abttrite-v"},g={class:"left"},h={class:"abttr time"},w={class:"right"},S=e.defineComponent({__name:"index",props:{item:{},extraAttrs:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(c,{emit:a}){const s=c,o=a,m=e.computed(()=>{const{hide:t}=s.item;return t===7||t===6}),u=e.computed(()=>s.item&&s.item.mourn_style===1),r=e.computed(()=>{if(s.item.preview_url||s.item.cover||s.item.pc_cover)return s.item.preview_url||s.item.cover||s.item.pc_cover;if(!s.item.style)return null;const t=JSON.parse(s.item.style);return t.pc_banner_url?t.pc_banner_url:null}),d=(t,i)=>{o("cellMouseEnter",{row:i,event:t})},p=(t,i)=>{o("cellMouseLeave",{row:i,event:t})},v=()=>{o("clickTitle",s.item)};return(t,i)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-ilive-item-view",{"gray-forbidden":m.value,"gray-for-state-hide":u.value}]),onMouseenter:i[0]||(i[0]=n=>d(n,t.item)),onMouseleave:i[1]||(i[1]=n=>p(n,t.item))},[e.createElementVNode("div",f,[r.value?(e.openBlock(),e.createBlock(e.unref(_.Image),{key:0,src:r.value,preview:!1,class:"image",fit:"cover"},null,8,["src"])):(e.openBlock(),e.createElementBlock("span",y,e.toDisplayString(e.unref(l.noCoverText)(t.item)),1)),e.createElementVNode("div",k,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",N,[e.createElementVNode("div",{class:"title",onClick:v},[e.renderSlot(t.$slots,"index"),e.createElementVNode("span",V,e.toDisplayString(t.item.alias||t.item.title),1)]),e.createElementVNode("div",b,[e.createElementVNode("div",g,[e.createVNode(E,{class:"icon",type:t.item.series},null,8,["type"]),e.renderSlot(t.$slots,"tip"),i[2]||(i[2]=e.createElementVNode("span",{class:"abttr tags"},null,-1)),e.createElementVNode("span",h,"发布时间: "+e.toDisplayString(e.unref(l.timeFormat)(t.item.pub_time)),1)]),e.createElementVNode("div",w,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});module.exports=S;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./index.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),l=require("@arco-design/web-vue"),_=require("../../../../typeIcons/component.vue.cjs"),v=require("../../../../dataTags/component.vue.cjs"),V={class:"cover-view"},N={class:"batch-select"},E={class:"info-view"},g={class:"abttrite-v"},h={class:"left"},f={class:"abttr"},b={class:"abttr time"},w={class:"right"},y=e.defineComponent({__name:"index",props:{item:{},abttrites:{},extraAttrs:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(r,{emit:a}){const s=r,n=a,c=e.computed(()=>{const{hide:t}=s.item;return t===7||t===6}),m=e.computed(()=>s.item&&s.item.mourn_style===1),d=(t,o)=>{n("cellMouseEnter",{row:o,event:t})},u=(t,o)=>{n("cellMouseLeave",{row:o,event:t})},p=()=>{n("clickTitle",s.item)};return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-account-item-view",{"gray-forbidden":c.value,"gray-for-state-hide":m.value}]),onMouseenter:o[0]||(o[0]=i=>d(i,t.item)),onMouseleave:o[1]||(o[1]=i=>u(i,t.item))},[e.createElementVNode("div",V,[e.createVNode(e.unref(l.Image),{src:t.item.mp_logo,class:"image",preview:!1,fit:"cover"},null,8,["src"]),e.createElementVNode("div",N,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",E,[e.createElementVNode("div",{class:"title",onClick:p},[e.renderSlot(t.$slots,"index"),e.createTextVNode(" "+e.toDisplayString(t.item.mp_name),1)]),e.createElementVNode("div",g,[e.createElementVNode("div",h,[e.createVNode(_,{class:"icon",type:"mpdoc"}),e.createVNode(v,{class:"abttr tags",item:t.item},null,8,["item"]),e.renderSlot(t.$slots,"tip"),e.createElementVNode("span",f,[e.createVNode(e.unref(l.Tooltip),{content:`运营者: ${t.item.mp_user_name}`,placement:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(t.item.mp_user_name||"--"),1)]),_:1},8,["content"])]),e.createElementVNode("span",b,[e.createVNode(e.unref(l.Tooltip),{content:`所属领域: ${t.item.catalog_alias}`,placement:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(t.item.catalog_alias),1)]),_:1},8,["content"])])]),e.createElementVNode("div",w,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});module.exports=y;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./index.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),l=require("@arco-design/web-vue"),f=require("../../../../typeIcons/component.vue.cjs"),c=require("../../../../utils/index.cjs"),E={class:"cover-view"},b={key:1,class:"no-img"},N={class:"batch-select"},V={class:"info-view"},g={class:"title_i"},h={class:"abttrite-v"},y={class:"left"},k={class:"abttr tags"},w={class:"abttr time"},S={class:"right"},B=e.defineComponent({__name:"index",props:{item:{},extraAttrs:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(a,{emit:m}){const s=a,i=m,u=e.computed(()=>{const{hide:t}=s.item;return t===7||t===6}),d=e.computed(()=>s.item&&s.item.mourn_style===1),r=e.computed(()=>{if(s.item.preview_url||s.item.cover||s.item.pc_cover)return s.item.preview_url||s.item.cover||s.item.pc_cover;if(!s.item.style)return null;const t=JSON.parse(s.item.style);return t.pc_banner_url?t.pc_banner_url:null}),p=(t,o)=>{i("cellMouseEnter",{row:o,event:t})},v=(t,o)=>{i("cellMouseLeave",{row:o,event:t})},_=()=>{i("clickTitle",s.item)};return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-course-item-view",{"gray-forbidden":u.value,"gray-for-state-hide":d.value}]),onMouseenter:o[0]||(o[0]=n=>p(n,t.item)),onMouseleave:o[1]||(o[1]=n=>v(n,t.item))},[e.createElementVNode("div",E,[r.value?(e.openBlock(),e.createBlock(e.unref(l.Image),{key:0,src:r.value,class:"image",preview:!1,fit:"cover"},null,8,["src"])):(e.openBlock(),e.createElementBlock("span",b,e.toDisplayString(e.unref(c.noCoverText)(t.item)),1)),e.createElementVNode("div",N,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",V,[e.createElementVNode("div",{class:"title",onClick:_},[e.renderSlot(t.$slots,"index"),e.createElementVNode("span",g,e.toDisplayString(t.item.alias||t.item.title),1)]),e.createElementVNode("div",h,[e.createElementVNode("div",y,[e.createVNode(f,{class:"icon",type:"course"}),e.renderSlot(t.$slots,"tip"),o[2]||(o[2]=e.createElementVNode("span",{class:"abttr tags"},"课程",-1)),e.createVNode(e.unref(l.Tooltip),{content:`课程创建人: ${t.item.pub_user_alias}`,position:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",k,e.toDisplayString(t.item.pub_user_alias),1)]),_:1},8,["content"]),e.createElementVNode("span",w,"发布时间: "+e.toDisplayString(e.unref(c.timeFormat)(t.item.pub_time)),1)]),e.createElementVNode("div",S,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});module.exports=B;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./index.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),l=require("@arco-design/web-vue"),f=require("../../../../typeIcons/component.vue.cjs"),a=require("../../../../utils/index.cjs"),E={class:"cover-view"},h={key:1,class:"no-img"},b={class:"batch-select"},N={class:"info-view"},V={class:"title_i"},g={class:"abttrite-v"},y={class:"left"},k={class:"abttr tags"},w={class:"abttr time"},S={class:"right"},B=e.defineComponent({__name:"index",props:{item:{},extraAttrs:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(c,{emit:m}){const s=c,i=m,u=e.computed(()=>{const{hide:t}=s.item;return t===7||t===6}),d=e.computed(()=>s.item&&s.item.mourn_style===1),r=e.computed(()=>{if(s.item.preview_url||s.item.cover||s.item.pc_cover)return s.item.preview_url||s.item.cover||s.item.pc_cover;if(!s.item.style)return null;const t=JSON.parse(s.item.style);return t.pc_banner_url?t.pc_banner_url:null}),p=(t,o)=>{i("cellMouseEnter",{row:o,event:t})},v=(t,o)=>{i("cellMouseLeave",{row:o,event:t})},_=()=>{i("clickTitle",s.item)};return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-funhd-item-view",{"gray-forbidden":u.value,"gray-for-state-hide":d.value}]),onMouseenter:o[0]||(o[0]=n=>p(n,t.item)),onMouseleave:o[1]||(o[1]=n=>v(n,t.item))},[e.createElementVNode("div",E,[r.value?(e.openBlock(),e.createBlock(e.unref(l.Image),{key:0,src:r.value,preview:!1,class:"image",fit:"cover"},null,8,["src"])):(e.openBlock(),e.createElementBlock("span",h,e.toDisplayString(e.unref(a.noCoverText)(t.item)),1)),e.createElementVNode("div",b,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",N,[e.createElementVNode("div",{class:"title",onClick:_},[e.renderSlot(t.$slots,"index"),e.createElementVNode("span",V,e.toDisplayString(t.item.alias||t.item.title),1)]),e.createElementVNode("div",g,[e.createElementVNode("div",y,[e.createVNode(f,{class:"icon",type:"funhd"}),e.renderSlot(t.$slots,"tip"),o[2]||(o[2]=e.createElementVNode("span",{class:"abttr tags"},"活动",-1)),e.createVNode(e.unref(l.Tooltip),{content:`活动创建人: ${t.item.pub_user_alias}`,position:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",k,e.toDisplayString(t.item.pub_user_alias),1)]),_:1},8,["content"]),e.createElementVNode("span",w,"发布时间: "+e.toDisplayString(e.unref(a.timeFormat)(t.item.pub_time)),1)]),e.createElementVNode("div",S,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});module.exports=B;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./index.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),i=require("@arco-design/web-vue/es/icon"),d=require("./CompoItem/index.vue.cjs"),m=require("./ContentListItem/index.vue.cjs"),c=require("./DocItem/index.vue.cjs"),p=require("./KongoNavItem/index.vue.cjs"),u=require("./LiveItem/index.vue.cjs"),h=require("./MaccountItem/index.vue.cjs"),k=require("./DocMpItem/index.vue.cjs"),C=require("./courseItem/index.vue.cjs"),w=require("./funhdItem/index.vue.cjs"),_=require("./GroupPieceItem/index.vue.cjs"),y={class:"index"},B={key:0,class:"add_new"},E={key:1,class:"d_time"},N={key:2,class:"fix_position"},V={class:"doc-fixed-icon"},x={class:"doc-fixed-num"},f={class:"index"},g={key:0,class:"add_new"},S={key:1,class:"d_time"},A={key:2,class:"fix_position"},$={class:"doc-fixed-icon"},v={class:"doc-fixed-num"},b={class:"index"},M={key:0,class:"add_new"},I={key:1,class:"d_time"},D={key:2,class:"fix_position"},P={class:"doc-fixed-icon"},z={class:"doc-fixed-num"},L={class:"index"},T={key:0,class:"add_new"},q={key:1,class:"fix_position"},F={class:"doc-fixed-icon"},j={class:"doc-fixed-num"},G={class:"index"},H={class:"index"},J={key:0,class:"add_new"},K={key:1,class:"fix_position"},O={class:"doc-fixed-icon"},Q={class:"doc-fixed-num"},R={class:"index"},U={key:0,class:"add_new"},W={key:1,class:"fix_position"},X={class:"doc-fixed-icon"},Y={class:"doc-fixed-num"},Z={class:"index"},ee={class:"index"},te={class:"index"},ie=e.defineComponent({__name:"index",props:{item:{},index:{},abttrites:{},extraAttrs:{},parmas:{},BASE_API:{}},emits:["cellMouseEnter","cellMouseLeave","sortChange","clickTitle","dragstart"],setup(oe,{emit:a}){const l=a,o=t=>{l("cellMouseEnter",t)},n=t=>{l("cellMouseLeave",t)},s=t=>{l("clickTitle",t)};return e.onMounted(()=>{}),(t,r)=>t.item.catalog==="doc"?(e.openBlock(),e.createBlock(c,{key:`doc-${t.item.post_id}`,item:{...t.item,index:t.index},abttrites:t.abttrites,extraAttrs:t.extraAttrs,BASE_API:t.BASE_API,onClickTitle:s,onCellMouseEnter:o,onCellMouseLeave:n},{batch:e.withCtx(()=>[e.renderSlot(t.$slots,"batch",{row:t.item,index:t.index})]),index:e.withCtx(()=>[e.createElementVNode("span",y,e.toDisplayString(t.index+1),1),e.renderSlot(t.$slots,"after-index")]),tip:e.withCtx(()=>[t.item._status?(e.openBlock(),e.createElementBlock("i",B,[e.createVNode(e.unref(i.IconPenFill),{size:"16"})])):e.createCommentVNode("",!0),t.item.status===3?(e.openBlock(),e.createElementBlock("i",E,[e.createVNode(e.unref(i.IconClockCircle),{size:"16"})])):e.createCommentVNode("",!0),t.item.fix_position?(e.openBlock(),e.createElementBlock("span",N,[e.createElementVNode("i",V,[e.createVNode(e.unref(i.IconPushpin),{size:"16"})]),e.createElementVNode("span",x,e.toDisplayString(t.item.fix_position),1)])):e.createCommentVNode("",!0)]),option:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{row:t.item,index:t.index})]),_:3},8,["item","abttrites","extraAttrs","BASE_API"])):t.item.catalog==="contentList"&&t.item.list_type===7&&t.item.target_type===6?(e.openBlock(),e.createBlock(d,{key:`compo-${t.item.post_id}`,item:{...t.item,index:t.index},extraAttrs:t.extraAttrs,onClickTitle:s,onCellMouseEnter:o,onCellMouseLeave:n},{batch:e.withCtx(()=>[e.renderSlot(t.$slots,"batch",{row:t.item,index:t.index})]),index:e.withCtx(()=>[e.createElementVNode("span",f,e.toDisplayString(t.index+1),1)]),tip:e.withCtx(()=>[t.item._status?(e.openBlock(),e.createElementBlock("i",g,[e.createVNode(e.unref(i.IconPenFill),{size:"16"})])):e.createCommentVNode("",!0),t.item.status===3?(e.openBlock(),e.createElementBlock("i",S,[e.createVNode(e.unref(i.IconClockCircle),{size:"16"})])):e.createCommentVNode("",!0),t.item.fix_position?(e.openBlock(),e.createElementBlock("span",A,[e.createElementVNode("i",$,[e.createVNode(e.unref(i.IconPushpin),{size:"16"})]),e.createElementVNode("span",v,e.toDisplayString(t.item.fix_position),1)])):e.createCommentVNode("",!0)]),option:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{row:t.item,index:t.index})]),_:3},8,["item","extraAttrs"])):t.item.catalog==="contentList"&&t.item.list_type===4&&t.item.target_type===6?(e.openBlock(),e.createBlock(m,{key:`contentlist-${t.item.post_id}`,item:{...t.item,index:t.index},parmas:t.parmas,extraAttrs:t.extraAttrs,onClickTitle:s,onCellMouseEnter:o,onCellMouseLeave:n},{batch:e.withCtx(()=>[e.renderSlot(t.$slots,"batch",{row:t.item,index:t.index})]),index:e.withCtx(()=>[e.createElementVNode("span",b,e.toDisplayString(t.index+1),1)]),tips:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.parmas?.labelTip?.tips(t.item,t.index)||""),1)]),tip:e.withCtx(()=>[t.item._status?(e.openBlock(),e.createElementBlock("i",M,[e.createVNode(e.unref(i.IconPenFill),{size:"16"})])):e.createCommentVNode("",!0),t.item.status===3?(e.openBlock(),e.createElementBlock("i",I,[e.createVNode(e.unref(i.IconClockCircle),{size:"16"})])):e.createCommentVNode("",!0),t.item.fix_position?(e.openBlock(),e.createElementBlock("span",D,[e.createElementVNode("i",P,[e.createVNode(e.unref(i.IconPushpin),{size:"16"})]),e.createElementVNode("span",z,e.toDisplayString(t.item.fix_position),1)])):e.createCommentVNode("",!0)]),option:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{row:t.item,index:t.index})]),_:3},8,["item","parmas","extraAttrs"])):t.item.catalog==="mp_account"?(e.openBlock(),e.createBlock(h,{key:`maccount-${t.item.post_id}`,item:{...t.item,index:t.index},abttrites:t.abttrites,extraAttrs:t.extraAttrs,onClickTitle:s,onCellMouseEnter:o,onCellMouseLeave:n},{batch:e.withCtx(()=>[e.renderSlot(t.$slots,"batch",{row:t.item,index:t.index})]),index:e.withCtx(()=>[e.createElementVNode("span",L,e.toDisplayString(t.index+1),1)]),tip:e.withCtx(()=>[t.item._status?(e.openBlock(),e.createElementBlock("i",T,[e.createVNode(e.unref(i.IconPenFill),{size:"16"})])):e.createCommentVNode("",!0),t.item.fix_position?(e.openBlock(),e.createElementBlock("span",q,[e.createElementVNode("i",F,[e.createVNode(e.unref(i.IconPushpin),{size:"16"})]),e.createElementVNode("span",j,e.toDisplayString(t.item.fix_position),1)])):e.createCommentVNode("",!0)]),option:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{row:t.item,index:t.index})]),_:3},8,["item","abttrites","extraAttrs"])):t.item.catalog==="ilive"?(e.openBlock(),e.createBlock(u,{key:`live-${t.item.post_id}`,item:{...t.item,index:t.index},extraAttrs:t.extraAttrs,onClickTitle:s,onCellMouseEnter:o,onCellMouseLeave:n},{batch:e.withCtx(()=>[e.renderSlot(t.$slots,"batch",{row:t.item,index:t.index})]),index:e.withCtx(()=>[e.createElementVNode("span",G,e.toDisplayString(t.index+1),1)]),option:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{row:t.item,index:t.index})]),_:3},8,["item","extraAttrs"])):t.item.catalog==="kongo"?(e.openBlock(),e.createBlock(p,{key:`kongo-${t.item.post_id}`,item:{...t.item,index:t.index},extraAttrs:t.extraAttrs,onClickTitle:s,onCellMouseEnter:o,onCellMouseLeave:n},{batch:e.withCtx(()=>[e.renderSlot(t.$slots,"batch",{row:t.item,index:t.index})]),index:e.withCtx(()=>[e.createElementVNode("span",H,e.toDisplayString(t.index+1),1)]),tip:e.withCtx(()=>[t.item._status?(e.openBlock(),e.createElementBlock("i",J,[e.createVNode(e.unref(i.IconPenFill),{size:"16"})])):e.createCommentVNode("",!0),t.item.fix_position?(e.openBlock(),e.createElementBlock("span",K,[e.createElementVNode("i",O,[e.createVNode(e.unref(i.IconPushpin),{size:"16"})]),e.createElementVNode("span",Q,e.toDisplayString(t.item.fix_position),1)])):e.createCommentVNode("",!0)]),option:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{row:t.item,index:t.index})]),_:3},8,["item","extraAttrs"])):t.item.catalog==="mp_content"?(e.openBlock(),e.createBlock(k,{key:`doc-mp-${t.item.post_id}`,abttrites:t.abttrites,extraAttrs:t.extraAttrs,item:{...t.item,index:t.index},onClickTitle:s,onCellMouseEnter:o,onCellMouseLeave:n},{batch:e.withCtx(()=>[e.renderSlot(t.$slots,"batch",{row:t.item,index:t.index})]),index:e.withCtx(()=>[e.createElementVNode("span",R,e.toDisplayString(t.index+1),1)]),tip:e.withCtx(()=>[t.item._status?(e.openBlock(),e.createElementBlock("i",U,[e.createVNode(e.unref(i.IconPenFill),{size:"16"})])):e.createCommentVNode("",!0),t.item.fix_position?(e.openBlock(),e.createElementBlock("span",W,[e.createElementVNode("i",X,[e.createVNode(e.unref(i.IconPushpin),{size:"16"})]),e.createElementVNode("span",Y,e.toDisplayString(t.item.fix_position),1)])):e.createCommentVNode("",!0)]),option:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{row:t.item,index:t.index})]),_:3},8,["abttrites","extraAttrs","item"])):t.item.catalog==="funhd"?(e.openBlock(),e.createBlock(w,{key:`funhd-${t.item.post_id}`,item:{...t.item,index:t.index},extraAttrs:t.extraAttrs,onClickTitle:s,onCellMouseEnter:o,onCellMouseLeave:n},{batch:e.withCtx(()=>[e.renderSlot(t.$slots,"batch",{row:t.item,index:t.index})]),index:e.withCtx(()=>[e.createElementVNode("span",Z,e.toDisplayString(t.index+1),1)]),option:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{row:t.item,index:t.index})]),_:3},8,["item","extraAttrs"])):t.item.catalog==="course"?(e.openBlock(),e.createBlock(C,{key:`course-${t.item.post_id}`,item:{...t.item,index:t.index},extraAttrs:t.extraAttrs,onClickTitle:s,onCellMouseEnter:o,onCellMouseLeave:n},{batch:e.withCtx(()=>[e.renderSlot(t.$slots,"batch",{row:t.item,index:t.index})]),index:e.withCtx(()=>[e.createElementVNode("span",ee,e.toDisplayString(t.index+1),1)]),option:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{row:t.item,index:t.index})]),_:3},8,["item","extraAttrs"])):t.item.catalog==="group_list"?(e.openBlock(),e.createBlock(_,{key:`group_list-${t.item.post_id}`,item:{...t.item,index:t.index},extraAttrs:t.extraAttrs,onClickTitle:s,onCellMouseEnter:o,onCellMouseLeave:n},{batch:e.withCtx(()=>[...r[0]||(r[0]=[])]),index:e.withCtx(()=>[e.createElementVNode("span",te,e.toDisplayString(t.index+1),1)]),tip:e.withCtx(()=>[...r[1]||(r[1]=[])]),option:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{row:t.item,index:t.index})]),_:3},8,["item","extraAttrs"])):e.createCommentVNode("",!0)}});module.exports=ie;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./index.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),a=require("@arco-design/web-vue"),y=require("@arco-iconbox/vue-cmstop-icons"),V=require("../../../utils/doc.cjs"),g=require("../../../utils/index.cjs"),_={class:"cover-view"},w={key:1,class:"no-img"},B={class:"batch-select"},N={class:"info-view"},C={class:"title-desc"},T={class:"abttrite-v"},S={class:"left"},M={class:"abttr-content"},$={class:"right"},q=e.defineComponent({__name:"CustomItem",props:{item:{},showAttrs:{},thumbKey:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(u,{emit:m}){const o=u,l=m,i=e.computed(()=>{const{alias:t,title:s}=o.item;return t||s}),r=e.computed(()=>o.item?o.thumbKey?o.item[o.thumbKey]:V.getDocThumb(o.item):null),d=e.computed(()=>i.value?"无图":g.noCoverText(o.item)),v=e.computed(()=>{const{hide:t}=o.item;return t===7||t===6}),p=e.computed(()=>o.item&&o.item.mourn_style===1),c=e.ref([]);function h(){o.showAttrs&&(c.value=o.showAttrs.map(t=>{let s="--";return t.key?s=o.item[t.key]||"--":t.getValue&&(s=t.getValue(o.item)||"--"),{value:s,...t}}))}e.watch(()=>o.item,()=>{h()},{deep:!0,immediate:!0});const k=(t,s)=>{l("cellMouseEnter",{row:s,event:t})},f=(t,s)=>{l("cellMouseLeave",{row:s,event:t})},E=()=>{l("clickTitle",o.item)};return(t,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-doc-item-view",{"gray-forbidden":v.value,"gray-for-state-hide":p.value}]),onMouseenter:s[0]||(s[0]=n=>k(n,t.item)),onMouseleave:s[1]||(s[1]=n=>f(n,t.item))},[e.createElementVNode("div",_,[r.value?(e.openBlock(),e.createBlock(e.unref(a.Image),{key:0,class:"image",src:r.value,preview:!1,fit:"cover"},null,8,["src"])):(e.openBlock(),e.createElementBlock("span",w,e.toDisplayString(d.value),1)),e.createElementVNode("div",B,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",N,[e.createElementVNode("div",{class:"title",onClick:E},[e.renderSlot(t.$slots,"index"),e.createElementVNode("span",C,e.toDisplayString(i.value||"——"),1)]),e.createElementVNode("div",T,[e.createElementVNode("div",S,[e.renderSlot(t.$slots,"tip"),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.value,(n,b)=>(e.openBlock(),e.createElementBlock("span",{key:b,class:"abttr"},[e.createVNode(e.unref(a.Tooltip),{content:`${n.label}: ${n.value}`,position:"tl"},{default:e.withCtx(()=>[e.createElementVNode("div",M,[n.topic&&n.value?(e.openBlock(),e.createBlock(e.unref(y.IconTopic),{key:0})):e.createCommentVNode("",!0),e.createElementVNode("span",null,e.toDisplayString(n.value||"--"),1)])]),_:2},1032,["content"])]))),128))]),e.createElementVNode("div",$,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});module.exports=q;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./CustomItem.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const t=require("vue"),c=require("./CustomItem.vue.cjs"),m=t.defineComponent({__name:"index",props:{abttrites:{},extraAttrs:{},item:{},index:{}},emits:["cellMouseEnter","cellMouseLeave","clickTitle"],setup(i,{emit:n}){const r=i,o=n,s=t.computed(()=>r.extraAttrs.custom||{}),l=e=>{o("cellMouseEnter",e)},u=e=>{o("cellMouseLeave",e)},a=e=>{o("clickTitle",e)};return(e,d)=>(t.openBlock(),t.createBlock(c,{item:e.item,abttrites:e.abttrites,"thumb-key":s.value.thumbKey,"show-attrs":s.value.showAttrs,onCellMouseEnter:l,onCellMouseLeave:u,onClickTitle:a},{index:t.withCtx(()=>[t.renderSlot(e.$slots,"index",{row:e.item,index:e.index})]),tip:t.withCtx(()=>[t.renderSlot(e.$slots,"tip",{row:e.item,index:e.index})]),batch:t.withCtx(()=>[t.renderSlot(e.$slots,"batch",{row:e.item,index:e.index})]),option:t.withCtx(()=>[t.renderSlot(e.$slots,"option",{row:e.item,index:e.index})]),_:3},8,["item","abttrites","thumb-key","show-attrs"]))}});module.exports=m;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./index.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const t=require("vue"),u=require("../Content/DocItem/index.vue.cjs"),d=t.defineComponent({__name:"index",props:{abttrites:{},extraAttrs:{},item:{},index:{},BASE_API:{},showDuration:{type:Boolean}},emits:["cellMouseEnter","cellMouseLeave","clickTitle"],setup(o,{emit:n}){const r=o,i=n,s=e=>{i("cellMouseEnter",e)},l=e=>{i("cellMouseLeave",e)},a=e=>{i("clickTitle",e)};return(e,c)=>(t.openBlock(),t.createBlock(u,{item:e.item,abttrites:e.abttrites,extraAttrs:e.extraAttrs,BASE_API:e.BASE_API,showDuration:r.showDuration,onClickTitle:a,onCellMouseEnter:s,onCellMouseLeave:l},{tip:t.withCtx(()=>[t.renderSlot(e.$slots,"tip",{row:e.item,index:e.index})]),"after-index":t.withCtx(()=>[t.renderSlot(e.$slots,"after-index",{row:e.element,index:e.index})]),batch:t.withCtx(()=>[t.renderSlot(e.$slots,"batch",{row:e.item,index:e.index})]),option:t.withCtx(()=>[t.renderSlot(e.$slots,"option",{row:e.item,index:e.index})]),_:3},8,["item","abttrites","extraAttrs","BASE_API","showDuration"]))}});module.exports=d;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./index.vue.cjs");module.exports=e;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),n=require("@arco-design/web-vue"),p=require("@arco-design/web-vue/es/icon"),g=require("../../../../typeIcons/component.vue.cjs"),a=require("../../../../utils/index.cjs"),c=require("../../../../utils/typeMap.cjs"),k={class:"cover-view"},S={key:1,class:"no-img weixin"},b={key:2,class:"no-img"},T={class:"batch-select"},_={class:"info-view"},B={class:"title_i"},w={class:"abttrite-v"},I={class:"left"},M={class:"abttr tags account"},D={class:"avatar-v"},$={class:"name"},C={key:1},F={key:1},q={class:"abttr user"},A={class:"abttr time"},P={class:"abttr time"},L={class:"right"},z=e.defineComponent({__name:"index",props:{item:{},extraAttrs:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(u,{emit:d}){const s=u,i=d,{matrix:v}=s.extraAttrs||{},{getPlatformInfoById:f}=v||{},m=e.computed(()=>{let t=[];try{t=JSON.parse(s.item.cover||"[]")}catch{}if(t?.length)return t[0];if(s.item.payload){const o=JSON.parse(s.item.payload);return o&&Array.isArray(o)&&o.length?o[0].covers&&o[0].covers[0]:o?.covers&&o?.covers[0]||""}return""}),h=t=>!t.avatar||s.item.platformId===15?r.value.pfIcon:t.avatar,r=e.computed(()=>f(s.item.platformId)),V={Article:"imagetext",Video:"video",MiniVideo:"svideo"},N=(t,o)=>{i("cellMouseEnter",{row:o,event:t})},y=(t,o)=>{i("cellMouseLeave",{row:o,event:t})},E=()=>{i("clickTitle",s.item)};return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:"matrix-records-item-view",onMouseenter:o[0]||(o[0]=l=>N(l,t.item)),onMouseleave:o[1]||(o[1]=l=>y(l,t.item))},[e.createElementVNode("div",k,[m.value?(e.openBlock(),e.createBlock(e.unref(n.Image),{key:0,src:m.value,preview:!1,fit:"cover",class:"image"},null,8,["src"])):t.item.platformId===20?(e.openBlock(),e.createElementBlock("span",S," 微信组稿 ")):(e.openBlock(),e.createElementBlock("span",b,e.toDisplayString(e.unref(a.noCoverText)(t.item)),1)),e.createElementVNode("div",T,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",_,[e.createElementVNode("div",{class:"title",onClick:E},[e.renderSlot(t.$slots,"index"),e.createElementVNode("span",B,e.toDisplayString(t.item.alias||t.item.title||`分发记录${new Date().getTime()}`),1)]),e.createElementVNode("div",w,[e.createElementVNode("div",I,[e.createVNode(g,{class:"icon",doc:!0,type:V[t.item.contentType]},null,8,["type"]),e.renderSlot(t.$slots,"tip"),e.createElementVNode("span",M,[t.item.account?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("div",D,[e.createVNode(e.unref(n.Image),{class:"avatar",src:h(t.item.account),preview:!1,fit:"cover"},null,8,["src"]),e.createVNode(e.unref(n.Image),{class:"pla-icon",src:r.value.pfIcon,preview:!1,fit:"cover"},null,8,["src"])]),e.createElementVNode("span",$,e.toDisplayString(t.item.account.name||`用户${new Date().getTime()}`),1)],64)):(e.openBlock(),e.createElementBlock("span",C,"--"))]),e.createElementVNode("span",{class:e.normalizeClass(["abttr state",[`p-state-${t.item.publishState}`]])},[[3,4].includes(t.item.publishState)?(e.openBlock(),e.createBlock(e.unref(n.Tooltip),{key:0,content:`失败原因: ${t.item.errorMsg}`,position:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(e.unref(c.matrixPublishStateMap)[t.item.publishState]),1)]),_:1},8,["content"])):(e.openBlock(),e.createElementBlock("span",F,e.toDisplayString(e.unref(c.matrixPublishStateMap)[t.item.publishState]),1))],2),e.createElementVNode("span",q,e.toDisplayString(t.item.user?.alias||"--"),1),e.createElementVNode("span",A,[e.createVNode(e.unref(n.Tooltip),{content:`发布时间: ${e.unref(a.timeFormat)(t.item.distributeTime)}`,position:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,[e.createVNode(e.unref(p.IconSubscribed)),e.createTextVNode(" "+e.toDisplayString(e.unref(a.timeFormat)(t.item.distributeTime)),1)])]),_:1},8,["content"])]),e.createElementVNode("span",{class:e.normalizeClass(["abttr tags state",[`m-state-${t.item.platformState}`]])},e.toDisplayString(e.unref(c.matrixPublishFormalStateMap)[t.item.platformState]),3),e.createElementVNode("span",P,[e.createVNode(e.unref(n.Tooltip),{content:`分发时间: ${t.item.publishTime?e.unref(a.timeFormat)(t.item.publishTime):"--"}`,position:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,[e.createVNode(e.unref(p.IconSend)),e.createTextVNode(" "+e.toDisplayString(t.item.publishTime?e.unref(a.timeFormat)(t.item.publishTime):"--"),1)])]),_:1},8,["content"])])]),e.createElementVNode("div",L,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],32))}});module.exports=z;