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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (303) hide show
  1. package/dist/index.css +49 -4
  2. package/dist/index.min.css +1 -1
  3. package/dist/index.min.js.map +1 -1
  4. package/es/appCenter/script/api.d.ts +5 -5
  5. package/es/baseFilter/components/FilterGroup.js +1 -1
  6. package/es/baseFilter/components/filterItem.js +1 -1
  7. package/es/colorPalette/component.js +1 -1
  8. package/es/config.js +1 -1
  9. package/es/contentDetailList/component.js +33 -9
  10. package/es/contentDetailList/components/Content/CompoItem/index.js +12 -12
  11. package/es/contentDetailList/components/Content/ContentListItem/index.js +15 -15
  12. package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +18 -18
  13. package/es/contentDetailList/components/Content/DocItem/index.js +27 -27
  14. package/es/contentDetailList/components/Content/DocMpItem/index.js +13 -13
  15. package/es/contentDetailList/components/Content/GroupPieceItem/index.js +11 -11
  16. package/es/contentDetailList/components/Content/KongoNavItem/index.js +14 -14
  17. package/es/contentDetailList/components/Content/LiveItem/index.js +9 -9
  18. package/es/contentDetailList/components/Content/MaccountItem/index.js +12 -12
  19. package/es/contentDetailList/components/Content/courseItem/index.js +10 -10
  20. package/es/contentDetailList/components/Content/funhdItem/index.js +10 -10
  21. package/es/contentDetailList/components/Content/index.js +118 -117
  22. package/es/contentDetailList/components/CustomWrp/CustomItem.js +5 -5
  23. package/es/contentDetailList/components/CustomWrp/index.js +10 -10
  24. package/es/contentDetailList/components/Doc/index.js +16 -10
  25. package/es/contentDetailList/components/Records/MatrixItem/index.js +22 -22
  26. package/es/contentDetailList/components/Records/index.js +8 -8
  27. package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
  28. package/es/contentDetailList/components/ShowQRCode/index.js +1 -1
  29. package/es/contentDetailList/script/api.d.ts +2 -2
  30. package/es/contentModal/component.js +40 -40
  31. package/es/contentModal/components/CompoList/index.js +1 -1
  32. package/es/contentModal/components/Dejin/index.js +1 -1
  33. package/es/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
  34. package/es/contentModal/components/MpContentList/index.js +1 -1
  35. package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
  36. package/es/contentModal/components/ViewAllColumn/index.js +41 -20
  37. package/es/contentModal/components/storeBox/index.js +8 -8
  38. package/es/contentModal/script/api.d.ts +13 -13
  39. package/es/dataTags/component.js +38 -38
  40. package/es/docHistory/component.js +44 -15
  41. package/es/docHistory/components/DocDiffPanel/index.js +2 -2
  42. package/es/docHistory/components/DocHistoryList/index.js +2 -2
  43. package/es/docHistory/scripts/diff.js +4 -3
  44. package/es/docHistory/scripts/useDocHistory.d.ts +1 -1
  45. package/es/docHistory/style/index.css +4 -0
  46. package/es/docHistory/style/index.less +5 -0
  47. package/es/docPreview/component.js +15 -15
  48. package/es/docPreview/components/PreviewIframe.js +2 -2
  49. package/es/docPreview/scripts/api.d.ts +1 -1
  50. package/es/docPreview/scripts/hook.d.ts +1 -1
  51. package/es/editMetaInfo/components/metaInfoForm.js +11 -11
  52. package/es/editMetaInfo/script/api.d.ts +2 -2
  53. package/es/emptyData/component.js +4 -4
  54. package/es/emptyData/svg/acount.js +2 -2
  55. package/es/emptyData/svg/add.js +2 -2
  56. package/es/emptyData/svg/analize.js +2 -2
  57. package/es/emptyData/svg/analize_fail.js +2 -2
  58. package/es/emptyData/svg/empty.js +2 -2
  59. package/es/emptyData/svg/file.js +2 -2
  60. package/es/emptyData/svg/manager.js +2 -2
  61. package/es/emptyData/svg/message.js +2 -2
  62. package/es/emptyData/svg/noanalize.js +2 -2
  63. package/es/emptyData/svg/null.js +2 -2
  64. package/es/emptyData/svg/search.js +2 -2
  65. package/es/emptyData/svg/star.js +2 -2
  66. package/es/emptyData/svg/trash.js +2 -2
  67. package/es/emptyData/svg/user.js +2 -2
  68. package/es/hooks/assets.d.ts +1 -1
  69. package/es/hooks/source.d.ts +1 -1
  70. package/es/hooks/useAttachement.d.ts +7 -7
  71. package/es/hooks/usePopper.d.ts +1 -1
  72. package/es/hooks/usePopper.js +3 -3
  73. package/es/hooks/useUpload.d.ts +53 -5
  74. package/es/hooks/useUpload.js +43 -4
  75. package/es/hooks/user.d.ts +1 -1
  76. package/es/imageCrop/component.js +11 -11
  77. package/es/imageCrop/script/api.d.ts +1 -1
  78. package/es/importData/component.js +13 -13
  79. package/es/index.css +49 -4
  80. package/es/index.d.ts +1 -0
  81. package/es/index.js +1 -0
  82. package/es/mediaFilter/component.js +4 -4
  83. package/es/mediaFilter/components/DocFilter.js +1 -1
  84. package/es/mediaFilter/components/FilterGroup.js +1 -1
  85. package/es/mediaFilter/components/FilterItem.js +1 -1
  86. package/es/mediaView/component.js +8 -8
  87. package/es/messageBox/component.js +3 -3
  88. package/es/messageBox/script/api.d.ts +2 -2
  89. package/es/previousVersion/script/api.d.ts +4 -4
  90. package/es/resourceGridList/component.js +16 -16
  91. package/es/resourceGridList/components/FileTypeThumb/index.js +6 -6
  92. package/es/resourceModal/component.js +7 -7
  93. package/es/resourceModal/components/MediaPreviewer/index.js +8 -8
  94. package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
  95. package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
  96. package/es/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
  97. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
  98. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
  99. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
  100. package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
  101. package/es/resourceModal/components/MediaSelection/index.js +6 -6
  102. package/es/resourceModal/script/api.d.ts +11 -11
  103. package/es/selectAddTo/component.d.ts +0 -0
  104. package/es/selectAddTo/component.js +47 -0
  105. package/es/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  106. package/es/selectAddTo/components/SelectAddToView.d.ts +0 -0
  107. package/es/selectAddTo/components/SelectAddToView.js +90 -0
  108. package/es/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  109. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.d.ts +0 -0
  110. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +166 -0
  111. package/es/selectAddTo/components/ViewAllColumn/index.d.ts +0 -0
  112. package/es/selectAddTo/components/ViewAllColumn/index.js +212 -0
  113. package/es/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  114. package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.d.ts +6 -0
  115. package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +102 -0
  116. package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.d.ts +144 -0
  117. package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +182 -0
  118. package/es/selectAddTo/components/ViewAllColumn/types/index.d.ts +55 -0
  119. package/es/selectAddTo/index.d.ts +2 -0
  120. package/es/selectAddTo/index.js +7 -0
  121. package/es/selectAddTo/script/api.d.ts +18 -0
  122. package/es/selectAddTo/script/api.js +23 -0
  123. package/es/selectAddTo/script/index.d.ts +2 -0
  124. package/es/selectAddTo/script/useSelectAddToState.d.ts +13 -0
  125. package/es/selectAddTo/script/useSelectAddToState.js +55 -0
  126. package/es/selectAddTo/style/css.js +1 -0
  127. package/es/selectAddTo/style/index.css +3 -0
  128. package/es/selectAddTo/style/index.d.ts +1 -0
  129. package/es/selectAddTo/style/index.js +1 -0
  130. package/es/selectAddTo/style/index.less +3 -0
  131. package/es/selectAddTo/types/index.d.ts +37 -0
  132. package/es/selectGategory/component.js +5 -5
  133. package/es/selectGategory/components/ColumnSelection/index.js +6 -6
  134. package/es/selectGategory/script/api.d.ts +2 -2
  135. package/es/selectResourceModal/__demo__/module/DivWrapper.d.ts +261 -0
  136. package/es/selectResourceModal/__demo__/module/basic.d.ts +292 -0
  137. package/es/selectResourceModal/component.js +26 -34
  138. package/es/selectResourceModal/components/List/ListCardWrapper.js +6 -6
  139. package/es/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  140. package/es/selectResourceModal/components/List/ListLocal/index.js +8 -3
  141. package/es/selectResourceModal/components/List/ListNormal/Filter.js +202 -94
  142. package/es/selectResourceModal/components/List/ListNormal/index.js +23 -7
  143. package/es/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
  144. package/es/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
  145. package/es/selectResourceModal/components/List/ListSystem/index.js +2 -2
  146. package/es/selectResourceModal/components/List/ListWraper.js +2 -2
  147. package/es/selectResourceModal/components/ListSelected/index.js +6 -6
  148. package/es/selectResourceModal/components/ListTabs/index.js +1 -1
  149. package/es/selectResourceModal/hooks/useResponsiveFilter.d.ts +21 -0
  150. package/es/selectResourceModal/hooks/useResponsiveFilter.js +142 -0
  151. package/es/selectResourceModal/scripts/selectionApis.d.ts +2 -2
  152. package/es/selectResourceModal/scripts/useTabFilter.js +1 -11
  153. package/es/selectResourceModal/style/index.css +45 -4
  154. package/es/selectResourceModal/style/index.less +14 -0
  155. package/es/selectResourceModal/style/list.less +40 -4
  156. package/es/selectThumb/component.js +38 -38
  157. package/es/selectThumb/components/card.js +3 -3
  158. package/es/style.css +63 -0
  159. package/es/thumbCard/component.js +7 -7
  160. package/es/thumbCard/components/ThumbUploading/index.js +3 -3
  161. package/es/typeIcons/component.js +1 -1
  162. package/es/uploadBefore/component.js +1 -1
  163. package/es/uploadBefore/components/UploadBefore.js +9 -9
  164. package/es/uploadBefore/script/api.d.ts +4 -4
  165. package/es/uploadStep/component.js +3 -3
  166. package/es/userAvater/component.js +3 -3
  167. package/es/userAvater/script/api.d.ts +4 -4
  168. package/es/userDirector/component.js +5 -5
  169. package/es/userDirector/components/userTree.js +2 -2
  170. package/es/userDirector/script/api.d.ts +6 -6
  171. package/es/utils/index.js +6 -6
  172. package/es/utils/request.d.ts +1 -1
  173. package/es/utils/transcodeMedia.d.ts +1 -1
  174. package/es/videoThumb/scripts/api.d.ts +1 -1
  175. package/lib/baseFilter/components/FilterGroup.js +1 -1
  176. package/lib/baseFilter/components/filterItem.js +1 -1
  177. package/lib/colorPalette/component.js +1 -1
  178. package/lib/config.js +1 -1
  179. package/lib/contentDetailList/component.js +33 -9
  180. package/lib/contentDetailList/components/Content/CompoItem/index.js +12 -12
  181. package/lib/contentDetailList/components/Content/ContentListItem/index.js +15 -15
  182. package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +18 -18
  183. package/lib/contentDetailList/components/Content/DocItem/index.js +27 -27
  184. package/lib/contentDetailList/components/Content/DocMpItem/index.js +13 -13
  185. package/lib/contentDetailList/components/Content/GroupPieceItem/index.js +11 -11
  186. package/lib/contentDetailList/components/Content/KongoNavItem/index.js +14 -14
  187. package/lib/contentDetailList/components/Content/LiveItem/index.js +9 -9
  188. package/lib/contentDetailList/components/Content/MaccountItem/index.js +12 -12
  189. package/lib/contentDetailList/components/Content/courseItem/index.js +10 -10
  190. package/lib/contentDetailList/components/Content/funhdItem/index.js +10 -10
  191. package/lib/contentDetailList/components/Content/index.js +118 -117
  192. package/lib/contentDetailList/components/CustomWrp/CustomItem.js +5 -5
  193. package/lib/contentDetailList/components/CustomWrp/index.js +10 -10
  194. package/lib/contentDetailList/components/Doc/index.js +16 -10
  195. package/lib/contentDetailList/components/Records/MatrixItem/index.js +22 -22
  196. package/lib/contentDetailList/components/Records/index.js +8 -8
  197. package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
  198. package/lib/contentDetailList/components/ShowQRCode/index.js +1 -1
  199. package/lib/contentModal/component.js +40 -40
  200. package/lib/contentModal/components/CompoList/index.js +1 -1
  201. package/lib/contentModal/components/Dejin/index.js +1 -1
  202. package/lib/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
  203. package/lib/contentModal/components/MpContentList/index.js +1 -1
  204. package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
  205. package/lib/contentModal/components/ViewAllColumn/index.js +40 -19
  206. package/lib/contentModal/components/storeBox/index.js +8 -8
  207. package/lib/dataTags/component.js +38 -38
  208. package/lib/docHistory/component.js +42 -13
  209. package/lib/docHistory/components/DocDiffPanel/index.js +2 -2
  210. package/lib/docHistory/components/DocHistoryList/index.js +2 -2
  211. package/lib/docHistory/scripts/diff.js +4 -3
  212. package/lib/docHistory/style/index.css +4 -0
  213. package/lib/docHistory/style/index.less +5 -0
  214. package/lib/docPreview/component.js +15 -15
  215. package/lib/docPreview/components/PreviewIframe.js +2 -2
  216. package/lib/editMetaInfo/components/metaInfoForm.js +11 -11
  217. package/lib/emptyData/component.js +4 -4
  218. package/lib/emptyData/svg/acount.js +2 -2
  219. package/lib/emptyData/svg/add.js +2 -2
  220. package/lib/emptyData/svg/analize.js +2 -2
  221. package/lib/emptyData/svg/analize_fail.js +2 -2
  222. package/lib/emptyData/svg/empty.js +2 -2
  223. package/lib/emptyData/svg/file.js +2 -2
  224. package/lib/emptyData/svg/manager.js +2 -2
  225. package/lib/emptyData/svg/message.js +2 -2
  226. package/lib/emptyData/svg/noanalize.js +2 -2
  227. package/lib/emptyData/svg/null.js +2 -2
  228. package/lib/emptyData/svg/search.js +2 -2
  229. package/lib/emptyData/svg/star.js +2 -2
  230. package/lib/emptyData/svg/trash.js +2 -2
  231. package/lib/emptyData/svg/user.js +2 -2
  232. package/lib/hooks/usePopper.js +3 -3
  233. package/lib/hooks/useUpload.js +43 -3
  234. package/lib/imageCrop/component.js +11 -11
  235. package/lib/importData/component.js +13 -13
  236. package/lib/index.css +49 -4
  237. package/lib/index.js +2 -0
  238. package/lib/mediaFilter/component.js +4 -4
  239. package/lib/mediaFilter/components/DocFilter.js +1 -1
  240. package/lib/mediaFilter/components/FilterGroup.js +1 -1
  241. package/lib/mediaFilter/components/FilterItem.js +1 -1
  242. package/lib/mediaView/component.js +8 -8
  243. package/lib/messageBox/component.js +3 -3
  244. package/lib/resourceGridList/component.js +16 -16
  245. package/lib/resourceGridList/components/FileTypeThumb/index.js +6 -6
  246. package/lib/resourceModal/component.js +7 -7
  247. package/lib/resourceModal/components/MediaPreviewer/index.js +8 -8
  248. package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
  249. package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
  250. package/lib/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
  251. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
  252. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
  253. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
  254. package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
  255. package/lib/resourceModal/components/MediaSelection/index.js +6 -6
  256. package/lib/selectAddTo/component.js +48 -0
  257. package/lib/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  258. package/lib/selectAddTo/components/SelectAddToView.js +91 -0
  259. package/lib/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  260. package/lib/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +167 -0
  261. package/lib/selectAddTo/components/ViewAllColumn/index.js +213 -0
  262. package/lib/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  263. package/lib/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +108 -0
  264. package/lib/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +184 -0
  265. package/lib/selectAddTo/index.js +8 -0
  266. package/lib/selectAddTo/script/api.js +27 -0
  267. package/lib/selectAddTo/script/useSelectAddToState.js +57 -0
  268. package/lib/selectAddTo/style/css.js +2 -0
  269. package/lib/selectAddTo/style/index.css +3 -0
  270. package/lib/selectAddTo/style/index.js +2 -0
  271. package/lib/selectAddTo/style/index.less +3 -0
  272. package/lib/selectGategory/component.js +5 -5
  273. package/lib/selectGategory/components/ColumnSelection/index.js +6 -6
  274. package/lib/selectResourceModal/component.js +25 -33
  275. package/lib/selectResourceModal/components/List/ListCardWrapper.js +6 -6
  276. package/lib/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  277. package/lib/selectResourceModal/components/List/ListLocal/index.js +6 -1
  278. package/lib/selectResourceModal/components/List/ListNormal/Filter.js +199 -91
  279. package/lib/selectResourceModal/components/List/ListNormal/index.js +22 -6
  280. package/lib/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
  281. package/lib/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
  282. package/lib/selectResourceModal/components/List/ListSystem/index.js +2 -2
  283. package/lib/selectResourceModal/components/List/ListWraper.js +2 -2
  284. package/lib/selectResourceModal/components/ListSelected/index.js +6 -6
  285. package/lib/selectResourceModal/components/ListTabs/index.js +1 -1
  286. package/lib/selectResourceModal/hooks/useResponsiveFilter.js +144 -0
  287. package/lib/selectResourceModal/scripts/useTabFilter.js +1 -13
  288. package/lib/selectResourceModal/style/index.css +45 -4
  289. package/lib/selectResourceModal/style/index.less +14 -0
  290. package/lib/selectResourceModal/style/list.less +40 -4
  291. package/lib/selectThumb/component.js +38 -38
  292. package/lib/selectThumb/components/card.js +3 -3
  293. package/lib/thumbCard/component.js +7 -7
  294. package/lib/thumbCard/components/ThumbUploading/index.js +3 -3
  295. package/lib/typeIcons/component.js +1 -1
  296. package/lib/uploadBefore/component.js +1 -1
  297. package/lib/uploadBefore/components/UploadBefore.js +9 -9
  298. package/lib/uploadStep/component.js +3 -3
  299. package/lib/userAvater/component.js +3 -3
  300. package/lib/userDirector/component.js +5 -5
  301. package/lib/userDirector/components/userTree.js +2 -2
  302. package/lib/utils/index.js +6 -6
  303. package/package.json +1 -1
@@ -70,7 +70,7 @@ const _sfc_main = defineComponent({
70
70
  return (_ctx, _cache) => {
71
71
  var _a;
72
72
  return openBlock(), createElementBlock("div", _hoisted_1, [
73
- _ctx.isPopover ? (openBlock(), createBlock(unref(Popover), {
73
+ __props.isPopover ? (openBlock(), createBlock(unref(Popover), {
74
74
  key: 0,
75
75
  trigger: "hover",
76
76
  position: "bottom",
@@ -105,7 +105,7 @@ const _sfc_main = defineComponent({
105
105
  }, [
106
106
  createVNode(unref(IconEdit))
107
107
  ]),
108
- _ctx.along ? (openBlock(), createElementBlock("span", {
108
+ __props.along ? (openBlock(), createElementBlock("span", {
109
109
  key: 0,
110
110
  class: "half",
111
111
  onClick: withModifiers(remove, ["stop"])
@@ -151,7 +151,7 @@ const _sfc_main = defineComponent({
151
151
  }, [
152
152
  createVNode(unref(IconEdit))
153
153
  ]),
154
- _ctx.along ? (openBlock(), createElementBlock("span", {
154
+ __props.along ? (openBlock(), createElementBlock("span", {
155
155
  key: 0,
156
156
  class: "half",
157
157
  onClick: withModifiers(remove, ["stop"])
package/es/style.css CHANGED
@@ -1,6 +1,69 @@
1
+ .content-tabs[data-v-7f81762c] .arco-tabs-content {
2
+ padding: 0;
3
+ }
4
+ .add-content-modal-body[data-v-7f81762c] {
5
+ padding: 0;
6
+ }
1
7
  .type-icons-container {
2
8
  display: inline-block;
3
9
  vertical-align: middle;
4
10
  line-height: 12px;
5
11
  font-size: 18px;
6
12
  }
13
+ .content-tabs[data-v-00adfb7c] .arco-tabs-content {
14
+ padding: 0;
15
+ }
16
+ .add-content-modal-body[data-v-00adfb7c] {
17
+ padding: 0;
18
+ }
19
+ .view-all-column-container[data-v-01c2d0b8] {
20
+ display: flex;
21
+ flex-direction: column;
22
+ height: 100%;
23
+ }
24
+ .content-table-view[data-v-01c2d0b8] {
25
+ flex: 1;
26
+ overflow: auto;
27
+ margin: 16px 0;
28
+ }
29
+ .bottom-view[data-v-01c2d0b8] {
30
+ display: flex;
31
+ justify-content: space-between;
32
+ align-items: center;
33
+ padding: 16px 0;
34
+ }
35
+ .bottom-view .left[data-v-01c2d0b8] {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 16px;
39
+ }
40
+ .title-span[data-v-01c2d0b8] {
41
+ display: flex;
42
+ align-items: center;
43
+ gap: 8px;
44
+ }
45
+ .title-span .icon[data-v-01c2d0b8] {
46
+ font-size: 16px;
47
+ }
48
+ .title-span .title[data-v-01c2d0b8] {
49
+ flex: 1;
50
+ overflow: hidden;
51
+ text-overflow: ellipsis;
52
+ white-space: nowrap;
53
+ }
54
+ .pic-thumb-img[data-v-01c2d0b8] {
55
+ width: 80px;
56
+ height: 80px;
57
+ object-fit: cover;
58
+ border-radius: 4px;
59
+ }
60
+ .pic-thumb-img.placeholder[data-v-01c2d0b8] {
61
+ background-color: #f5f5f5;
62
+ display: flex;
63
+ align-items: center;
64
+ justify-content: center;
65
+ }
66
+ .pic-thumb-img.placeholder .placeholder-text[data-v-01c2d0b8] {
67
+ color: #999;
68
+ font-size: 12px;
69
+ }
@@ -81,26 +81,26 @@ const _sfc_main = defineComponent({
81
81
  }, [
82
82
  isUploading.value ? (openBlock(), createBlock(_sfc_main$1, {
83
83
  key: 0,
84
- meta: _ctx.meta
85
- }, null, 8, ["meta"])) : _ctx.catalog && _ctx.url ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
84
+ meta: __props.meta
85
+ }, null, 8, ["meta"])) : __props.catalog && __props.url ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
86
86
  createCommentVNode(" \u6709\u7C7B\u578B\u7684\u5C01\u9762 "),
87
87
  createCommentVNode(" \u56FE\u7247 "),
88
- _ctx.catalog ? (openBlock(), createBlock(unref(Image), mergeProps({
88
+ __props.catalog ? (openBlock(), createBlock(unref(Image), mergeProps({
89
89
  key: 0,
90
90
  class: "thumb-image",
91
91
  src: realThumb.value
92
92
  }, aImageAttr.value), null, 16, ["src"])) : createCommentVNode("v-if", true)
93
93
  ], 64)) : createCommentVNode("v-if", true),
94
94
  createCommentVNode(" \u4E00\u4E9B\u6807\u7B7E\uFF08\u56DB\u4E2A\u89D2\uFF09 "),
95
- ["video", "audio"].includes(_ctx.catalog) && _ctx.meta ? (openBlock(), createElementBlock("div", _hoisted_1, [
96
- _ctx.catalog === "video" ? (openBlock(), createBlock(unref(IconVideoTag), { key: 0 })) : (openBlock(), createBlock(unref(IconAudioTag), { key: 1 })),
97
- createTextVNode(" " + toDisplayString(unref(mediaTime)((_a = _ctx.meta) == null ? void 0 : _a.length)), 1)
95
+ ["video", "audio"].includes(__props.catalog) && __props.meta ? (openBlock(), createElementBlock("div", _hoisted_1, [
96
+ __props.catalog === "video" ? (openBlock(), createBlock(unref(IconVideoTag), { key: 0 })) : (openBlock(), createBlock(unref(IconAudioTag), { key: 1 })),
97
+ createTextVNode(" " + toDisplayString(unref(mediaTime)((_a = __props.meta) == null ? void 0 : _a.length)), 1)
98
98
  ])) : createCommentVNode("v-if", true),
99
99
  createCommentVNode(" \u5916\u6302\u9009\u9879 "),
100
100
  createElementVNode("div", {
101
101
  class: normalizeClass(["thumb-handler-list", thumbHandlerClass.value])
102
102
  }, [
103
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.handlersKey, (item) => {
103
+ (openBlock(true), createElementBlock(Fragment, null, renderList(__props.handlersKey, (item) => {
104
104
  return openBlock(), createElementBlock("div", {
105
105
  key: item.key,
106
106
  class: "handler-item",
@@ -29,12 +29,12 @@ const _sfc_main = defineComponent({
29
29
  !isFaild.value ? (openBlock(), createBlock(unref(Progress), {
30
30
  key: 0,
31
31
  type: "circle",
32
- percent: (_a = _ctx.meta) == null ? void 0 : _a.progress
32
+ percent: (_a = __props.meta) == null ? void 0 : _a.progress
33
33
  }, null, 8, ["percent"])) : createCommentVNode("v-if", true),
34
- _ctx.meta.msg ? (openBlock(), createElementBlock("div", {
34
+ __props.meta.msg ? (openBlock(), createElementBlock("div", {
35
35
  key: 1,
36
36
  class: normalizeClass(["thumb-upload-text", textStatusClass.value])
37
- }, toDisplayString((_b = _ctx.meta) == null ? void 0 : _b.msg), 3)) : createCommentVNode("v-if", true)
37
+ }, toDisplayString((_b = __props.meta) == null ? void 0 : _b.msg), 3)) : createCommentVNode("v-if", true)
38
38
  ]);
39
39
  };
40
40
  }
@@ -35,7 +35,7 @@ const _sfc_main = defineComponent({
35
35
  createVNode(unref(IconYinpinji), { style: { "color": "#1fb7c2" } })
36
36
  ], 2112)) : props.doc && props.type === "video_album" ? (openBlock(), createElementBlock(Fragment, { key: 7 }, [
37
37
  createCommentVNode(" \u89C6\u9891\u96C6 "),
38
- createVNode(unref(IconShipinji))
38
+ createVNode(unref(IconShipinji), { style: { "color": "#f05050" } })
39
39
  ], 2112)) : props.doc && props.type === "mini_program" ? (openBlock(), createElementBlock(Fragment, { key: 8 }, [
40
40
  createCommentVNode(" \u89C6\u9891\u96C6 "),
41
41
  createVNode(unref(IconMiniprogram))
@@ -62,7 +62,7 @@ const _sfc_main = defineComponent({
62
62
  return (_ctx, _cache) => {
63
63
  return openBlock(), createElementBlock(Fragment, null, [
64
64
  createVNode(_sfc_main$1, {
65
- "upload-method": _ctx.uploadMethod,
65
+ "upload-method": __props.uploadMethod,
66
66
  onAfterChoose: afterChoose
67
67
  }, null, 8, ["upload-method"]),
68
68
  createVNode(_sfc_main$2, {
@@ -121,9 +121,9 @@ const _sfc_main = defineComponent({
121
121
  onOk: handleOk,
122
122
  onCancel: handleClose
123
123
  }, {
124
- title: withCtx(() => _cache[1] || (_cache[1] = [
125
- createTextVNode("\u4E0A\u4F20\u914D\u7F6E")
126
- ])),
124
+ title: withCtx(() => [..._cache[1] || (_cache[1] = [
125
+ createTextVNode("\u4E0A\u4F20\u914D\u7F6E", -1)
126
+ ])]),
127
127
  default: withCtx(() => [
128
128
  createElementVNode("div", _hoisted_1, [
129
129
  createVNode(unref(Table), {
@@ -162,8 +162,8 @@ const _sfc_main = defineComponent({
162
162
  }, 1032, ["value"]);
163
163
  }), 128))
164
164
  ]),
165
- _: 2
166
- }, 1032, ["modelValue", "onUpdate:modelValue"])) : (openBlock(), createElementBlock("div", _hoisted_2, "\u2014 \u2014"))
165
+ _: 1
166
+ }, 8, ["modelValue", "onUpdate:modelValue"])) : (openBlock(), createElementBlock("div", _hoisted_2, "\u2014 \u2014"))
167
167
  ]),
168
168
  vTransTemp: withCtx(({ rowIndex, record }) => [
169
169
  ["dir", "video"].includes(record.type) ? (openBlock(), createBlock(unref(Select), {
@@ -187,8 +187,8 @@ const _sfc_main = defineComponent({
187
187
  }, 1032, ["value"]);
188
188
  }), 128))
189
189
  ]),
190
- _: 2
191
- }, 1032, ["modelValue", "onUpdate:modelValue"])) : (openBlock(), createElementBlock("div", _hoisted_3, "\u2014 \u2014"))
190
+ _: 1
191
+ }, 8, ["modelValue", "onUpdate:modelValue"])) : (openBlock(), createElementBlock("div", _hoisted_3, "\u2014 \u2014"))
192
192
  ]),
193
193
  aTransTemp: withCtx(({ record, rowIndex }) => [
194
194
  ["dir", "audio"].includes(record.type) ? (openBlock(), createBlock(unref(Select), {
@@ -212,8 +212,8 @@ const _sfc_main = defineComponent({
212
212
  }, 1032, ["value"]);
213
213
  }), 128))
214
214
  ]),
215
- _: 2
216
- }, 1032, ["modelValue", "onUpdate:modelValue"])) : (openBlock(), createElementBlock("div", _hoisted_4, "\u2014 \u2014"))
215
+ _: 1
216
+ }, 8, ["modelValue", "onUpdate:modelValue"])) : (openBlock(), createElementBlock("div", _hoisted_4, "\u2014 \u2014"))
217
217
  ]),
218
218
  _: 1
219
219
  }, 8, ["data"])
@@ -1,6 +1,6 @@
1
- export declare function getWaterMark(BASE_API: string): Promise<import("axios").AxiosResponse<any, any>>;
2
- export declare function getVideoTransTemplate(BASE_API: string): Promise<import("axios").AxiosResponse<any, any>>;
3
- export declare function getAudioTransTrempalte(BASE_API: string): Promise<import("axios").AxiosResponse<any, any>>;
1
+ export declare function getWaterMark(BASE_API: string): Promise<import("axios").AxiosResponse<any, any, {}>>;
2
+ export declare function getVideoTransTemplate(BASE_API: string): Promise<import("axios").AxiosResponse<any, any, {}>>;
3
+ export declare function getAudioTransTrempalte(BASE_API: string): Promise<import("axios").AxiosResponse<any, any, {}>>;
4
4
  export declare type TypeAddMediaParam = {
5
5
  url: string;
6
6
  alias: string;
@@ -13,4 +13,4 @@ export declare type TypeAddMediaParam = {
13
13
  video_transcode_template?: any;
14
14
  audio_transcode_template?: any;
15
15
  };
16
- export declare function addMedia(BASE_API: string, params: TypeAddMediaParam): Promise<import("axios").AxiosResponse<any, any>>;
16
+ export declare function addMedia(BASE_API: string, params: TypeAddMediaParam): Promise<import("axios").AxiosResponse<any, any, {}>>;
@@ -62,7 +62,7 @@ const _sfc_main = defineComponent({
62
62
  const uploadingFilter = (state) => [3, 5].includes(state);
63
63
  return (_ctx, _cache) => {
64
64
  return withDirectives((openBlock(), createElementBlock("div", {
65
- class: normalizeClass(["panel_wrp", { global: _ctx.global }])
65
+ class: normalizeClass(["panel_wrp", { global: __props.global }])
66
66
  }, [
67
67
  createVNode(unref(Card), {
68
68
  hoverable: "",
@@ -99,7 +99,7 @@ const _sfc_main = defineComponent({
99
99
  createElementVNode("div", {
100
100
  class: normalizeClass(["panel_list", { un_expend: !unref(expend) }])
101
101
  }, [
102
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.fileList, (file) => {
102
+ (openBlock(true), createElementBlock(Fragment, null, renderList(__props.fileList, (file) => {
103
103
  return openBlock(), createElementBlock("div", {
104
104
  key: file.id,
105
105
  class: "panel_item"
@@ -141,7 +141,7 @@ const _sfc_main = defineComponent({
141
141
  _: 1
142
142
  }, 8, ["class", "body-style"])
143
143
  ], 2)), [
144
- [vShow, _ctx.visable]
144
+ [vShow, __props.visable]
145
145
  ]);
146
146
  };
147
147
  }
@@ -137,9 +137,9 @@ const _sfc_main = defineComponent({
137
137
  type: "text",
138
138
  onClick: _cache[1] || (_cache[1] = ($event) => loginOut())
139
139
  }, {
140
- default: withCtx(() => _cache[2] || (_cache[2] = [
141
- createTextVNode("\u9000\u51FA")
142
- ])),
140
+ default: withCtx(() => [..._cache[2] || (_cache[2] = [
141
+ createTextVNode("\u9000\u51FA", -1)
142
+ ])]),
143
143
  _: 1
144
144
  })
145
145
  ])
@@ -1,8 +1,8 @@
1
1
  interface Params {
2
2
  [key: string]: any;
3
3
  }
4
- export declare function getUserInfo(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
5
- export declare function getUserDetails(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
6
- export declare function domainSelect(BASE_API: string, did: number): Promise<import("axios").AxiosResponse<any, any>>;
7
- export declare function accountLogout(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
4
+ export declare function getUserInfo(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
5
+ export declare function getUserDetails(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
6
+ export declare function domainSelect(BASE_API: string, did: number): Promise<import("axios").AxiosResponse<any, any, {}>>;
7
+ export declare function accountLogout(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
8
8
  export {};
@@ -225,9 +225,9 @@ const _sfc_main = defineComponent({
225
225
  size: "mini",
226
226
  onClick: clearUserSelectedList
227
227
  }, {
228
- default: withCtx(() => _cache[0] || (_cache[0] = [
229
- createTextVNode("\u5168\u90E8\u6E05\u9664")
230
- ])),
228
+ default: withCtx(() => [..._cache[0] || (_cache[0] = [
229
+ createTextVNode("\u5168\u90E8\u6E05\u9664", -1)
230
+ ])]),
231
231
  _: 1
232
232
  })
233
233
  ]),
@@ -259,8 +259,8 @@ const _sfc_main = defineComponent({
259
259
  default: withCtx(() => [
260
260
  createVNode(unref(IconDelete))
261
261
  ]),
262
- _: 2
263
- }, 1032, ["onClick"])
262
+ _: 1
263
+ }, 8, ["onClick"])
264
264
  ])
265
265
  ]);
266
266
  }), 128))
@@ -65,8 +65,8 @@ const _sfc_main = defineComponent({
65
65
  default: withCtx(() => [
66
66
  createVNode(unref(IconPlus))
67
67
  ]),
68
- _: 2
69
- }, 1032, ["onClick"])
68
+ _: 1
69
+ }, 8, ["onClick"])
70
70
  ]),
71
71
  _: 1
72
72
  }, 8, ["data"]);
@@ -1,10 +1,10 @@
1
1
  interface Params {
2
2
  [key: string]: any;
3
3
  }
4
- export declare function getRepoRoleList(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
5
- export declare function getRoleAllUser(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
6
- export declare function getDepartList(BASE_API: string): Promise<import("axios").AxiosResponse<any, any>>;
7
- export declare function getDepartUserList(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
8
- export declare function getRepoUserList(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
9
- export declare function getDepartChildren(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
4
+ export declare function getRepoRoleList(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
5
+ export declare function getRoleAllUser(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
6
+ export declare function getDepartList(BASE_API: string): Promise<import("axios").AxiosResponse<any, any, {}>>;
7
+ export declare function getDepartUserList(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
8
+ export declare function getRepoUserList(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
9
+ export declare function getDepartChildren(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
10
10
  export {};
package/es/utils/index.js CHANGED
@@ -137,13 +137,13 @@ async function copyContent(content) {
137
137
  }
138
138
  }
139
139
  function mediaTime(v) {
140
- const h = Math.floor(v / (60 * 60));
141
- const m = Math.floor((v - h) / 60);
142
- const s = Math.floor(v - h * 360 - m * 60);
140
+ const h = Math.floor(v / 3600);
141
+ const m = Math.floor(v % 3600 / 60);
142
+ const s = Math.floor(v % 60);
143
143
  let ret = "";
144
- ret += `${h < 10 ? `0${h}` : h || "--"}:`;
145
- ret += `${m < 10 ? `0${m}` : m || "--"}:`;
146
- ret += s < 10 ? `0${s}` : s || "--";
144
+ ret += `${h < 10 ? `0${h}` : h}:`;
145
+ ret += `${m < 10 ? `0${m}` : m}:`;
146
+ ret += s < 10 ? `0${s}` : s;
147
147
  return ret;
148
148
  }
149
149
  export { copyContent, dateYYYYDDMMHHmm, generateUUID, getRealUrl, getThemeColor, mediaTime, noCoverText, replaceSuffix, timeFormat, to, validateForm };
@@ -6,4 +6,4 @@ declare module 'axios' {
6
6
  }
7
7
  function create(config?: AxiosRequestConfig): AxiosInstance;
8
8
  }
9
- export default function (BASE_API: string, options: any): Promise<import("axios").AxiosResponse<any, any>>;
9
+ export default function (BASE_API: string, options: any): Promise<import("axios").AxiosResponse<any, any, {}>>;
@@ -1,4 +1,4 @@
1
- export declare function getTranscodingProgress(BASE_API: string, id: number): Promise<import("axios").AxiosResponse<any, any>>;
1
+ export declare function getTranscodingProgress(BASE_API: string, id: number): Promise<import("axios").AxiosResponse<any, any, {}>>;
2
2
  /**
3
3
  * 转码逻辑
4
4
  * @description 转码逻辑抽离,后期所有涉及到转码的地方都可用该方法
@@ -5,5 +5,5 @@ declare type EditThumbParams = {
5
5
  end: number;
6
6
  search: string;
7
7
  };
8
- export declare function editthumb(BASE_URL: string, params: EditThumbParams): Promise<import("axios").AxiosResponse<any, any>>;
8
+ export declare function editthumb(BASE_URL: string, params: EditThumbParams): Promise<import("axios").AxiosResponse<any, any, {}>>;
9
9
  export {};
@@ -116,7 +116,7 @@ const _sfc_main = vue.defineComponent({
116
116
  }, {
117
117
  default: vue.withCtx(() => [
118
118
  vue.createElementVNode("span", _hoisted_3, [
119
- _cache[1] || (_cache[1] = vue.createTextVNode(" \u66F4\u591A\u7B5B\u9009 ")),
119
+ _cache[1] || (_cache[1] = vue.createTextVNode(" \u66F4\u591A\u7B5B\u9009 ", -1)),
120
120
  vue.createVNode(vue.unref(icon.IconCaretDown))
121
121
  ])
122
122
  ]),
@@ -9,7 +9,7 @@ const _sfc_main = vue.defineComponent({
9
9
  setup(__props) {
10
10
  return (_ctx, _cache) => {
11
11
  return vue.openBlock(), vue.createElementBlock("div", {
12
- class: vue.normalizeClass(["filter-item-view", { value: _ctx.active }]),
12
+ class: vue.normalizeClass(["filter-item-view", { value: __props.active }]),
13
13
  onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
14
14
  }, ["stop"]))
15
15
  }, [
@@ -59,7 +59,7 @@ const _sfc_main = vue.defineComponent({
59
59
  { immediate: true }
60
60
  );
61
61
  return (_ctx, _cache) => {
62
- return _ctx.colorList && _ctx.colorList.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
62
+ return __props.colorList && __props.colorList.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
63
63
  vue.createVNode(vue.unref(webVue.RadioGroup), {
64
64
  modelValue: colorValue.value,
65
65
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => colorValue.value = $event),
package/lib/config.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  var _a, _b, _c, _d, _e, _f, _g, _h;
3
3
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
- const DEFAULT_BASE_API = ((_b = (_a = window.situoyun) == null ? void 0 : _a.env) == null ? void 0 : _b.BASE_HOST) || "https://site.cmstop.xyz";
4
+ const DEFAULT_BASE_API = ((_b = (_a = window.situoyun) == null ? void 0 : _a.env) == null ? void 0 : _b.BASE_HOST) || "https://site.r.cmstop.xyz";
5
5
  const DEFAULT_BASE_ACCOUNT_HOST = ((_d = (_c = window.situoyun) == null ? void 0 : _c.env) == null ? void 0 : _d.BASE_ACCOUNT_HOST) || "https://account.cmstop.xyz";
6
6
  const DEFAULT_UPLOAD_CHUNK_SIZE = ((_f = (_e = window.situoyun) == null ? void 0 : _e.env) == null ? void 0 : _f.UPLOAD_CHUNK_SIZE) || 5242880;
7
7
  const DEFAULT_UPLOAD_URL = ((_h = (_g = window.situoyun) == null ? void 0 : _g.env) == null ? void 0 : _h.BASE_STATIC_FILE_API) || "https://oss.cmstop.xyz/maple/v1";
@@ -60,7 +60,7 @@ const _sfc_main = vue.defineComponent({
60
60
  const handleScroll = (e) => {
61
61
  emit("scroll", e);
62
62
  const { target } = e;
63
- if (target.scrollHeight - target.scrollTop === target.clientHeight) {
63
+ if (target.scrollHeight - target.scrollTop <= target.clientHeight + 20) {
64
64
  emit("scrollReachEnd");
65
65
  }
66
66
  };
@@ -103,12 +103,18 @@ const _sfc_main = vue.defineComponent({
103
103
  index: index$4,
104
104
  parmas: vue.unref(parmasProps),
105
105
  abttrites: vue.unref(abttritesProps),
106
- extraAttrs: _ctx.extraAttrs,
106
+ extraAttrs: __props.extraAttrs,
107
107
  BASE_API: vue.unref(BASE_API_R),
108
108
  onClickTitle: clickTitle,
109
109
  onCellMouseEnter: tableCellMouseEnter,
110
110
  onCellMouseLeave: tableCellMouseLeave
111
111
  }, {
112
+ "after-index": vue.withCtx(() => [
113
+ vue.renderSlot(_ctx.$slots, "after-index", {
114
+ row: element,
115
+ index: index$4
116
+ })
117
+ ]),
112
118
  batch: vue.withCtx(() => [
113
119
  vue.renderSlot(_ctx.$slots, "batch", {
114
120
  row: element,
@@ -127,12 +133,18 @@ const _sfc_main = vue.defineComponent({
127
133
  item: element,
128
134
  index: index$4,
129
135
  abttrites: vue.unref(abttritesProps),
130
- extraAttrs: _ctx.extraAttrs,
136
+ extraAttrs: __props.extraAttrs,
131
137
  BASE_API: vue.unref(BASE_API_R),
132
138
  onClickTitle: clickTitle,
133
139
  onCellMouseEnter: tableCellMouseEnter,
134
140
  onCellMouseLeave: tableCellMouseLeave
135
141
  }, {
142
+ "after-index": vue.withCtx(() => [
143
+ vue.renderSlot(_ctx.$slots, "after-index", {
144
+ row: element,
145
+ index: index$4
146
+ })
147
+ ]),
136
148
  tip: vue.withCtx(() => [
137
149
  vue.renderSlot(_ctx.$slots, "tip", {
138
150
  row: element,
@@ -158,7 +170,7 @@ const _sfc_main = vue.defineComponent({
158
170
  index: index$4,
159
171
  parmas: vue.unref(parmasProps),
160
172
  abttrites: vue.unref(abttritesProps),
161
- extraAttrs: _ctx.extraAttrs,
173
+ extraAttrs: __props.extraAttrs,
162
174
  onClickTitle: clickTitle,
163
175
  onCellMouseEnter: tableCellMouseEnter,
164
176
  onCellMouseLeave: tableCellMouseLeave
@@ -181,7 +193,7 @@ const _sfc_main = vue.defineComponent({
181
193
  item: element,
182
194
  index: index$4,
183
195
  abttrites: vue.unref(abttritesProps),
184
- extraAttrs: _ctx.extraAttrs,
196
+ extraAttrs: __props.extraAttrs,
185
197
  onClickTitle: clickTitle,
186
198
  onCellMouseEnter: tableCellMouseEnter,
187
199
  onCellMouseLeave: tableCellMouseLeave
@@ -223,12 +235,18 @@ const _sfc_main = vue.defineComponent({
223
235
  index: index$4,
224
236
  parmas: vue.unref(parmasProps),
225
237
  abttrites: vue.unref(abttritesProps),
226
- extraAttrs: _ctx.extraAttrs,
238
+ extraAttrs: __props.extraAttrs,
227
239
  BASE_API: vue.unref(BASE_API_R),
228
240
  onClickTitle: clickTitle,
229
241
  onCellMouseEnter: tableCellMouseEnter,
230
242
  onCellMouseLeave: tableCellMouseLeave
231
243
  }, {
244
+ "after-index": vue.withCtx(() => [
245
+ vue.renderSlot(_ctx.$slots, "after-index", {
246
+ row: item,
247
+ index: index$4
248
+ })
249
+ ]),
232
250
  batch: vue.withCtx(() => [
233
251
  vue.renderSlot(_ctx.$slots, "batch", {
234
252
  row: item,
@@ -247,12 +265,18 @@ const _sfc_main = vue.defineComponent({
247
265
  item,
248
266
  index: index$4,
249
267
  abttrites: vue.unref(abttritesProps),
250
- extraAttrs: _ctx.extraAttrs,
268
+ extraAttrs: __props.extraAttrs,
251
269
  BASE_API: vue.unref(BASE_API_R),
252
270
  onClickTitle: clickTitle,
253
271
  onCellMouseEnter: tableCellMouseEnter,
254
272
  onCellMouseLeave: tableCellMouseLeave
255
273
  }, {
274
+ "after-index": vue.withCtx(() => [
275
+ vue.renderSlot(_ctx.$slots, "after-index", {
276
+ row: item,
277
+ index: index$4
278
+ })
279
+ ]),
256
280
  tip: vue.withCtx(() => [
257
281
  vue.renderSlot(_ctx.$slots, "tip", {
258
282
  row: item,
@@ -278,7 +302,7 @@ const _sfc_main = vue.defineComponent({
278
302
  index: index$4,
279
303
  parmas: vue.unref(parmasProps),
280
304
  abttrites: vue.unref(abttritesProps),
281
- extraAttrs: _ctx.extraAttrs,
305
+ extraAttrs: __props.extraAttrs,
282
306
  onClickTitle: clickTitle,
283
307
  onCellMouseEnter: tableCellMouseEnter,
284
308
  onCellMouseLeave: tableCellMouseLeave
@@ -301,7 +325,7 @@ const _sfc_main = vue.defineComponent({
301
325
  item,
302
326
  index: index$4,
303
327
  abttrites: vue.unref(abttritesProps),
304
- extraAttrs: _ctx.extraAttrs,
328
+ extraAttrs: __props.extraAttrs,
305
329
  onClickTitle: clickTitle,
306
330
  onCellMouseEnter: tableCellMouseEnter,
307
331
  onCellMouseLeave: tableCellMouseLeave
@@ -30,7 +30,7 @@ const _sfc_main = vue.defineComponent({
30
30
  const comColumnsMap = vue.ref(typeMap.compoColumnsMap().value);
31
31
  const hide = vue.computed(() => {
32
32
  const { hide: hide2 } = props.item;
33
- return hide2 === 7 || hide2 === 6;
33
+ return hide2 > 0;
34
34
  });
35
35
  const silent = vue.computed(() => {
36
36
  return props.item && props.item.mourn_style === 1;
@@ -47,19 +47,19 @@ const _sfc_main = vue.defineComponent({
47
47
  return (_ctx, _cache) => {
48
48
  return vue.openBlock(), vue.createElementBlock("div", {
49
49
  class: vue.normalizeClass(["medialist-component-item-view", { "gray-forbidden": hide.value, "gray-for-state-hide": silent.value }]),
50
- onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, _ctx.item)),
51
- onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, _ctx.item))
50
+ onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, __props.item)),
51
+ onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, __props.item))
52
52
  }, [
53
53
  vue.createElementVNode("div", _hoisted_1, [
54
- _ctx.item.cover && _ctx.item.cover.data && _ctx.item.cover.data[0] ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Image), {
54
+ __props.item.cover && __props.item.cover.data && __props.item.cover.data[0] ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Image), {
55
55
  key: 0,
56
- src: _ctx.item.cover.data[0].thumb,
56
+ src: __props.item.cover.data[0].thumb,
57
57
  preview: false,
58
58
  fit: "cover",
59
59
  class: "image"
60
- }, null, 8, ["src"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, vue.toDisplayString(vue.unref(index.noCoverText)(_ctx.item)), 1)),
60
+ }, null, 8, ["src"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, vue.toDisplayString(vue.unref(index.noCoverText)(__props.item)), 1)),
61
61
  vue.createElementVNode("div", _hoisted_3, [
62
- vue.renderSlot(_ctx.$slots, "batch", { row: _ctx.item })
62
+ vue.renderSlot(_ctx.$slots, "batch", { row: __props.item })
63
63
  ])
64
64
  ]),
65
65
  vue.createElementVNode("div", _hoisted_4, [
@@ -68,23 +68,23 @@ const _sfc_main = vue.defineComponent({
68
68
  onClick: clickTitle
69
69
  }, [
70
70
  vue.renderSlot(_ctx.$slots, "index"),
71
- vue.createElementVNode("span", _hoisted_5, vue.toDisplayString(_ctx.item.alias || _ctx.item.title), 1)
71
+ vue.createElementVNode("span", _hoisted_5, vue.toDisplayString(__props.item.alias || __props.item.title), 1)
72
72
  ]),
73
73
  vue.createElementVNode("div", _hoisted_6, [
74
74
  vue.createElementVNode("div", _hoisted_7, [
75
75
  vue.createVNode(component, {
76
76
  class: "icon",
77
77
  doc: true,
78
- type: _ctx.item.series
78
+ type: __props.item.series
79
79
  }, null, 8, ["type"]),
80
80
  vue.createElementVNode("span", _hoisted_8, [
81
- vue.createTextVNode(vue.toDisplayString(comColumnsMap.value[_ctx.item.columns]) + "\u7EC4\u4EF6", 1),
81
+ vue.createTextVNode(vue.toDisplayString(comColumnsMap.value[__props.item.columns]) + "\u7EC4\u4EF6", 1),
82
82
  vue.renderSlot(_ctx.$slots, "tip")
83
83
  ]),
84
- vue.createElementVNode("span", _hoisted_9, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
84
+ vue.createElementVNode("span", _hoisted_9, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(__props.item.pub_time)), 1)
85
85
  ]),
86
86
  vue.createElementVNode("div", _hoisted_10, [
87
- vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
87
+ vue.renderSlot(_ctx.$slots, "option", { row: __props.item })
88
88
  ])
89
89
  ])
90
90
  ])