@cmstops/pro-compo 3.9.2-alpha.9 → 3.10.5-nanning.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 (301) hide show
  1. package/README.md +103 -76
  2. package/dist/index.css +52 -0
  3. package/dist/index.min.css +1 -1
  4. package/dist/index.min.js.map +1 -1
  5. package/es/appCenter/script/api.d.ts +5 -5
  6. package/es/baseFilter/components/FilterGroup.js +1 -1
  7. package/es/baseFilter/components/filterItem.js +1 -1
  8. package/es/colorPalette/component.js +1 -1
  9. package/es/config.js +1 -1
  10. package/es/contentDetailList/component.js +9 -9
  11. package/es/contentDetailList/components/Content/CircleItem/index.d.ts +0 -0
  12. package/es/contentDetailList/components/Content/CircleItem/index.js +92 -0
  13. package/es/contentDetailList/components/Content/CompoItem/index.js +12 -12
  14. package/es/contentDetailList/components/Content/ContentListItem/index.js +15 -15
  15. package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +18 -18
  16. package/es/contentDetailList/components/Content/DocItem/index.js +27 -27
  17. package/es/contentDetailList/components/Content/DocMpItem/index.js +13 -13
  18. package/es/contentDetailList/components/Content/GroupPieceItem/index.js +11 -11
  19. package/es/contentDetailList/components/Content/KongoNavItem/index.js +14 -14
  20. package/es/contentDetailList/components/Content/LiveItem/index.js +9 -9
  21. package/es/contentDetailList/components/Content/MaccountItem/index.js +12 -12
  22. package/es/contentDetailList/components/Content/courseItem/index.js +10 -10
  23. package/es/contentDetailList/components/Content/funhdItem/index.js +10 -10
  24. package/es/contentDetailList/components/Content/index.js +169 -117
  25. package/es/contentDetailList/components/CustomWrp/CustomItem.js +5 -5
  26. package/es/contentDetailList/components/CustomWrp/index.js +10 -10
  27. package/es/contentDetailList/components/Doc/index.js +11 -11
  28. package/es/contentDetailList/components/Records/MatrixItem/index.js +22 -22
  29. package/es/contentDetailList/components/Records/index.js +8 -8
  30. package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
  31. package/es/contentDetailList/components/ShowQRCode/index.js +1 -1
  32. package/es/contentDetailList/script/api.d.ts +2 -2
  33. package/es/contentModal/component.js +40 -40
  34. package/es/contentModal/components/CompoList/index.js +1 -1
  35. package/es/contentModal/components/Dejin/index.js +1 -1
  36. package/es/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
  37. package/es/contentModal/components/MpContentList/index.js +1 -1
  38. package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
  39. package/es/contentModal/components/ViewAllColumn/index.js +7 -3
  40. package/es/contentModal/components/storeBox/index.js +8 -8
  41. package/es/contentModal/script/api.d.ts +13 -13
  42. package/es/dataTags/component.js +38 -38
  43. package/es/docHistory/component.js +44 -15
  44. package/es/docHistory/components/DocDiffPanel/index.js +2 -2
  45. package/es/docHistory/components/DocHistoryList/index.js +2 -2
  46. package/es/docHistory/scripts/diff.js +4 -3
  47. package/es/docHistory/scripts/useDocHistory.d.ts +1 -1
  48. package/es/docHistory/style/index.css +4 -0
  49. package/es/docHistory/style/index.less +5 -0
  50. package/es/docPreview/component.js +228 -60
  51. package/es/docPreview/components/PreviewIframe.js +37 -6
  52. package/es/docPreview/images/pc.js +2 -0
  53. package/es/docPreview/scripts/api.d.ts +2 -1
  54. package/es/docPreview/scripts/hook.d.ts +11 -1
  55. package/es/docPreview/scripts/hook.js +115 -4
  56. package/es/docPreview/style/index.css +48 -0
  57. package/es/docPreview/style/index.less +23 -0
  58. package/es/docPreview/style/previewIframe.less +31 -0
  59. package/es/editMetaInfo/component.js +24 -4
  60. package/es/editMetaInfo/components/metaInfoForm.js +358 -17
  61. package/es/editMetaInfo/script/api.d.ts +9 -2
  62. package/es/editMetaInfo/script/api.js +20 -1
  63. package/es/emptyData/component.js +4 -4
  64. package/es/emptyData/svg/acount.js +2 -2
  65. package/es/emptyData/svg/add.js +2 -2
  66. package/es/emptyData/svg/analize.js +2 -2
  67. package/es/emptyData/svg/analize_fail.js +2 -2
  68. package/es/emptyData/svg/empty.js +2 -2
  69. package/es/emptyData/svg/file.js +2 -2
  70. package/es/emptyData/svg/manager.js +2 -2
  71. package/es/emptyData/svg/message.js +2 -2
  72. package/es/emptyData/svg/noanalize.js +2 -2
  73. package/es/emptyData/svg/null.js +2 -2
  74. package/es/emptyData/svg/search.js +2 -2
  75. package/es/emptyData/svg/star.js +2 -2
  76. package/es/emptyData/svg/trash.js +2 -2
  77. package/es/emptyData/svg/user.js +2 -2
  78. package/es/hooks/assets.d.ts +1 -1
  79. package/es/hooks/source.d.ts +1 -1
  80. package/es/hooks/useAttachement.d.ts +7 -7
  81. package/es/hooks/useUpload.d.ts +4 -4
  82. package/es/hooks/user.d.ts +1 -1
  83. package/es/imageCrop/component.js +11 -11
  84. package/es/imageCrop/script/api.d.ts +1 -1
  85. package/es/importData/component.js +13 -13
  86. package/es/index.css +52 -0
  87. package/es/index.d.ts +1 -0
  88. package/es/index.js +1 -0
  89. package/es/mediaFilter/component.js +4 -4
  90. package/es/mediaFilter/components/DocFilter.js +1 -1
  91. package/es/mediaFilter/components/FilterGroup.js +1 -1
  92. package/es/mediaFilter/components/FilterItem.js +1 -1
  93. package/es/mediaView/component.js +8 -8
  94. package/es/messageBox/component.js +3 -3
  95. package/es/messageBox/script/api.d.ts +2 -2
  96. package/es/previousVersion/script/api.d.ts +4 -4
  97. package/es/resourceGridList/component.js +16 -16
  98. package/es/resourceGridList/components/FileTypeThumb/index.js +6 -6
  99. package/es/resourceModal/component.js +7 -7
  100. package/es/resourceModal/components/MediaPreviewer/index.js +8 -8
  101. package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
  102. package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
  103. package/es/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
  104. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
  105. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
  106. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
  107. package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
  108. package/es/resourceModal/components/MediaSelection/index.js +6 -6
  109. package/es/resourceModal/script/api.d.ts +11 -11
  110. package/es/selectAddTo/component.d.ts +0 -0
  111. package/es/selectAddTo/component.js +47 -0
  112. package/es/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  113. package/es/selectAddTo/components/SelectAddToView.d.ts +0 -0
  114. package/es/selectAddTo/components/SelectAddToView.js +90 -0
  115. package/es/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  116. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.d.ts +0 -0
  117. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +166 -0
  118. package/es/selectAddTo/components/ViewAllColumn/index.d.ts +0 -0
  119. package/es/selectAddTo/components/ViewAllColumn/index.js +212 -0
  120. package/es/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  121. package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.d.ts +6 -0
  122. package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +102 -0
  123. package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.d.ts +144 -0
  124. package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +182 -0
  125. package/es/selectAddTo/components/ViewAllColumn/types/index.d.ts +55 -0
  126. package/es/selectAddTo/index.d.ts +2 -0
  127. package/es/selectAddTo/index.js +7 -0
  128. package/es/selectAddTo/script/api.d.ts +18 -0
  129. package/es/selectAddTo/script/api.js +23 -0
  130. package/es/selectAddTo/script/index.d.ts +2 -0
  131. package/es/selectAddTo/script/useSelectAddToState.d.ts +13 -0
  132. package/es/selectAddTo/script/useSelectAddToState.js +55 -0
  133. package/es/selectAddTo/style/css.js +1 -0
  134. package/es/selectAddTo/style/index.css +3 -0
  135. package/es/selectAddTo/style/index.d.ts +1 -0
  136. package/es/selectAddTo/style/index.js +1 -0
  137. package/es/selectAddTo/style/index.less +3 -0
  138. package/es/selectAddTo/types/index.d.ts +37 -0
  139. package/es/selectGategory/component.js +5 -5
  140. package/es/selectGategory/components/ColumnSelection/index.js +6 -6
  141. package/es/selectGategory/script/api.d.ts +2 -2
  142. package/es/selectResourceModal/__demo__/module/DivWrapper.d.ts +153 -160
  143. package/es/selectResourceModal/__demo__/module/basic.d.ts +153 -160
  144. package/es/selectResourceModal/component.js +26 -34
  145. package/es/selectResourceModal/components/List/ListCardWrapper.js +6 -6
  146. package/es/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  147. package/es/selectResourceModal/components/List/ListNormal/Filter.js +22 -16
  148. package/es/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
  149. package/es/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
  150. package/es/selectResourceModal/components/List/ListSystem/index.js +2 -2
  151. package/es/selectResourceModal/components/List/ListWraper.js +2 -2
  152. package/es/selectResourceModal/components/ListSelected/index.js +6 -6
  153. package/es/selectResourceModal/components/ListTabs/index.js +1 -1
  154. package/es/selectResourceModal/scripts/selectionApis.d.ts +2 -2
  155. package/es/selectResourceModal/scripts/useTabFilter.js +1 -11
  156. package/es/selectThumb/component.js +45 -56
  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/request.d.ts +1 -1
  172. package/es/utils/transcodeMedia.d.ts +1 -1
  173. package/es/videoThumb/scripts/api.d.ts +1 -1
  174. package/lib/baseFilter/components/FilterGroup.js +1 -1
  175. package/lib/baseFilter/components/filterItem.js +1 -1
  176. package/lib/colorPalette/component.js +1 -1
  177. package/lib/config.js +1 -1
  178. package/lib/contentDetailList/component.js +9 -9
  179. package/lib/contentDetailList/components/Content/CircleItem/index.js +93 -0
  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 +169 -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 +11 -11
  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 +7 -3
  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 +227 -59
  215. package/lib/docPreview/components/PreviewIframe.js +37 -6
  216. package/lib/docPreview/images/pc.js +3 -0
  217. package/lib/docPreview/scripts/hook.js +115 -3
  218. package/lib/docPreview/style/index.css +48 -0
  219. package/lib/docPreview/style/index.less +23 -0
  220. package/lib/docPreview/style/previewIframe.less +31 -0
  221. package/lib/editMetaInfo/component.js +23 -3
  222. package/lib/editMetaInfo/components/metaInfoForm.js +356 -15
  223. package/lib/editMetaInfo/script/api.js +21 -0
  224. package/lib/emptyData/component.js +4 -4
  225. package/lib/emptyData/svg/acount.js +2 -2
  226. package/lib/emptyData/svg/add.js +2 -2
  227. package/lib/emptyData/svg/analize.js +2 -2
  228. package/lib/emptyData/svg/analize_fail.js +2 -2
  229. package/lib/emptyData/svg/empty.js +2 -2
  230. package/lib/emptyData/svg/file.js +2 -2
  231. package/lib/emptyData/svg/manager.js +2 -2
  232. package/lib/emptyData/svg/message.js +2 -2
  233. package/lib/emptyData/svg/noanalize.js +2 -2
  234. package/lib/emptyData/svg/null.js +2 -2
  235. package/lib/emptyData/svg/search.js +2 -2
  236. package/lib/emptyData/svg/star.js +2 -2
  237. package/lib/emptyData/svg/trash.js +2 -2
  238. package/lib/emptyData/svg/user.js +2 -2
  239. package/lib/imageCrop/component.js +11 -11
  240. package/lib/importData/component.js +13 -13
  241. package/lib/index.css +52 -0
  242. package/lib/index.js +2 -0
  243. package/lib/mediaFilter/component.js +4 -4
  244. package/lib/mediaFilter/components/DocFilter.js +1 -1
  245. package/lib/mediaFilter/components/FilterGroup.js +1 -1
  246. package/lib/mediaFilter/components/FilterItem.js +1 -1
  247. package/lib/mediaView/component.js +8 -8
  248. package/lib/messageBox/component.js +3 -3
  249. package/lib/resourceGridList/component.js +16 -16
  250. package/lib/resourceGridList/components/FileTypeThumb/index.js +6 -6
  251. package/lib/resourceModal/component.js +7 -7
  252. package/lib/resourceModal/components/MediaPreviewer/index.js +8 -8
  253. package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
  254. package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
  255. package/lib/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
  256. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
  257. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
  258. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
  259. package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
  260. package/lib/resourceModal/components/MediaSelection/index.js +6 -6
  261. package/lib/selectAddTo/component.js +48 -0
  262. package/lib/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  263. package/lib/selectAddTo/components/SelectAddToView.js +91 -0
  264. package/lib/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  265. package/lib/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +167 -0
  266. package/lib/selectAddTo/components/ViewAllColumn/index.js +213 -0
  267. package/lib/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  268. package/lib/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +108 -0
  269. package/lib/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +184 -0
  270. package/lib/selectAddTo/index.js +8 -0
  271. package/lib/selectAddTo/script/api.js +27 -0
  272. package/lib/selectAddTo/script/useSelectAddToState.js +57 -0
  273. package/lib/selectAddTo/style/css.js +2 -0
  274. package/lib/selectAddTo/style/index.css +3 -0
  275. package/lib/selectAddTo/style/index.js +2 -0
  276. package/lib/selectAddTo/style/index.less +3 -0
  277. package/lib/selectGategory/component.js +5 -5
  278. package/lib/selectGategory/components/ColumnSelection/index.js +6 -6
  279. package/lib/selectResourceModal/component.js +25 -33
  280. package/lib/selectResourceModal/components/List/ListCardWrapper.js +6 -6
  281. package/lib/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  282. package/lib/selectResourceModal/components/List/ListNormal/Filter.js +22 -16
  283. package/lib/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
  284. package/lib/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
  285. package/lib/selectResourceModal/components/List/ListSystem/index.js +2 -2
  286. package/lib/selectResourceModal/components/List/ListWraper.js +2 -2
  287. package/lib/selectResourceModal/components/ListSelected/index.js +6 -6
  288. package/lib/selectResourceModal/components/ListTabs/index.js +1 -1
  289. package/lib/selectResourceModal/scripts/useTabFilter.js +1 -13
  290. package/lib/selectThumb/component.js +45 -56
  291. package/lib/selectThumb/components/card.js +3 -3
  292. package/lib/thumbCard/component.js +7 -7
  293. package/lib/thumbCard/components/ThumbUploading/index.js +3 -3
  294. package/lib/typeIcons/component.js +1 -1
  295. package/lib/uploadBefore/component.js +1 -1
  296. package/lib/uploadBefore/components/UploadBefore.js +9 -9
  297. package/lib/uploadStep/component.js +3 -3
  298. package/lib/userAvater/component.js +3 -3
  299. package/lib/userDirector/component.js +5 -5
  300. package/lib/userDirector/components/userTree.js +2 -2
  301. package/package.json +1 -1
@@ -64,11 +64,11 @@ const _sfc_main = defineComponent({
64
64
  createCommentVNode(" \u6587\u4EF6\u5939 "),
65
65
  withDirectives(createElementVNode("div", _hoisted_2, [
66
66
  createCommentVNode(" \u6587\u4EF6\u5939\u6570\u91CF<10"),
67
- !isFold.value ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(_ctx.folderList, (item, index) => {
67
+ !isFold.value ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(__props.folderList, (item, index) => {
68
68
  return openBlock(), createElementBlock("div", {
69
69
  key: index,
70
70
  class: "item folder-item",
71
- onClick: ($event) => _ctx.changeDirectory(item)
71
+ onClick: ($event) => __props.changeDirectory(item)
72
72
  }, [
73
73
  createElementVNode("div", _hoisted_4, [
74
74
  createVNode(unref(Tooltip), {
@@ -89,11 +89,11 @@ const _sfc_main = defineComponent({
89
89
  ], 8, _hoisted_3);
90
90
  }), 128)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
91
91
  createCommentVNode(" \u6587\u4EF6\u5939\u6570\u91CF>10"),
92
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.folderList.slice(0, 9), (item, index) => {
92
+ (openBlock(true), createElementBlock(Fragment, null, renderList(__props.folderList.slice(0, 9), (item, index) => {
93
93
  return openBlock(), createElementBlock("div", {
94
94
  key: index,
95
95
  class: "item folder-item",
96
- onClick: ($event) => _ctx.changeDirectory(item)
96
+ onClick: ($event) => __props.changeDirectory(item)
97
97
  }, [
98
98
  createElementVNode("div", _hoisted_7, [
99
99
  createVNode(unref(Tooltip), {
@@ -114,7 +114,7 @@ const _sfc_main = defineComponent({
114
114
  ], 8, _hoisted_6);
115
115
  }), 128))
116
116
  ], 64)),
117
- _ctx.folderList.length > 10 ? (openBlock(), createElementBlock("div", {
117
+ __props.folderList.length > 10 ? (openBlock(), createElementBlock("div", {
118
118
  key: 2,
119
119
  class: "folder-more-button",
120
120
  onClick: _cache[0] || (_cache[0] = ($event) => isFold.value = !isFold.value)
@@ -125,11 +125,11 @@ const _sfc_main = defineComponent({
125
125
  ])
126
126
  ])) : createCommentVNode("v-if", true)
127
127
  ], 512), [
128
- [vShow, _ctx.folderList.length !== 0 && _ctx.activeMediaType === "all"]
128
+ [vShow, __props.folderList.length !== 0 && __props.activeMediaType === "all"]
129
129
  ]),
130
130
  createCommentVNode(" \u6587\u4EF6 "),
131
131
  createElementVNode("div", _hoisted_10, [
132
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.fileList, (item, index) => {
132
+ (openBlock(true), createElementBlock(Fragment, null, renderList(__props.fileList, (item, index) => {
133
133
  return openBlock(), createElementBlock("div", {
134
134
  key: index,
135
135
  class: "item"
@@ -140,7 +140,7 @@ const _sfc_main = defineComponent({
140
140
  createElementVNode("div", _hoisted_11, [
141
141
  createVNode(_sfc_main$1, {
142
142
  "item-data": item,
143
- preview: _ctx.preview,
143
+ preview: __props.preview,
144
144
  onConfirm: confirm
145
145
  }, null, 8, ["item-data", "preview"])
146
146
  ]),
@@ -172,39 +172,39 @@ const _sfc_main = defineComponent({
172
172
  effect: "dark",
173
173
  placement: "bottom"
174
174
  }, {
175
- default: withCtx(() => _cache[1] || (_cache[1] = [
175
+ default: withCtx(() => [..._cache[1] || (_cache[1] = [
176
176
  createElementVNode("div", { class: "transcoding-in-progress grid-mode" }, [
177
177
  createElementVNode("div", { class: "transcoding-progress" }, "\u8F6C\u7801\u4E2D\u2026")
178
178
  ], -1)
179
- ])),
179
+ ])]),
180
180
  _: 1
181
181
  })) : createCommentVNode("v-if", true)
182
182
  ], 2)
183
183
  ]);
184
184
  }), 128))
185
185
  ]),
186
- _ctx.fileListCount ? (openBlock(), createElementBlock("div", _hoisted_12, [
187
- !_ctx.isOver ? (openBlock(), createBlock(unref(Button), {
186
+ __props.fileListCount ? (openBlock(), createElementBlock("div", _hoisted_12, [
187
+ !__props.isOver ? (openBlock(), createBlock(unref(Button), {
188
188
  key: 0,
189
189
  class: "loadmore_tips",
190
190
  size: "small",
191
191
  type: "text",
192
- onClick: _ctx.loadFileMore
192
+ onClick: __props.loadFileMore
193
193
  }, {
194
- default: withCtx(() => _cache[2] || (_cache[2] = [
195
- createTextVNode("\u52A0\u8F7D\u66F4\u591A\u2026 ")
196
- ])),
194
+ default: withCtx(() => [..._cache[2] || (_cache[2] = [
195
+ createTextVNode("\u52A0\u8F7D\u66F4\u591A\u2026 ", -1)
196
+ ])]),
197
197
  _: 1
198
198
  }, 8, ["onClick"])) : (openBlock(), createElementBlock("div", _hoisted_13, "\u6CA1\u6709\u66F4\u591A\u4E86\u2026"))
199
199
  ])) : createCommentVNode("v-if", true),
200
- !_ctx.fileList.length && !_ctx.folderList.length ? (openBlock(), createElementBlock("div", _hoisted_14, _cache[3] || (_cache[3] = [
200
+ !__props.fileList.length && !__props.folderList.length ? (openBlock(), createElementBlock("div", _hoisted_14, [..._cache[3] || (_cache[3] = [
201
201
  createElementVNode("img", {
202
202
  alt: "",
203
203
  class: "null-pic",
204
204
  src: _imports_0
205
205
  }, null, -1),
206
206
  createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1)
207
- ]))) : createCommentVNode("v-if", true)
207
+ ])])) : createCommentVNode("v-if", true)
208
208
  ])
209
209
  ]),
210
210
  _: 1
@@ -122,9 +122,9 @@ const _sfc_main = defineComponent({
122
122
  icon: withCtx(() => [
123
123
  createVNode(unref(IconRefresh))
124
124
  ]),
125
- default: withCtx(() => _cache[3] || (_cache[3] = [
126
- createTextVNode("\u91CD\u7F6E\u7B5B\u9009")
127
- ])),
125
+ default: withCtx(() => [..._cache[3] || (_cache[3] = [
126
+ createTextVNode("\u91CD\u7F6E\u7B5B\u9009", -1)
127
+ ])]),
128
128
  _: 1
129
129
  }, 512), [
130
130
  [vShow, showReset.value]
@@ -90,10 +90,10 @@ const _sfc_main = defineComponent({
90
90
  class: "item-load-more",
91
91
  style: { width: "calc(20% - 20px)" },
92
92
  onClick: loadMore
93
- }, _cache[0] || (_cache[0] = [
93
+ }, [..._cache[0] || (_cache[0] = [
94
94
  createElementVNode("img", { src: _imports_0 }, null, -1),
95
- createTextVNode(" \u70B9\u51FB\u52A0\u8F7D\u66F4\u591A ")
96
- ]))) : createCommentVNode("v-if", true)
95
+ createTextVNode(" \u70B9\u51FB\u52A0\u8F7D\u66F4\u591A ", -1)
96
+ ])])) : createCommentVNode("v-if", true)
97
97
  ])
98
98
  ], 2112);
99
99
  };
@@ -81,13 +81,13 @@ const _sfc_main = defineComponent({
81
81
  ]) : createCommentVNode("v-if", true)
82
82
  ], 64);
83
83
  }), 128)),
84
- isEmpty.value ? (openBlock(), createElementBlock("div", _hoisted_5, _cache[1] || (_cache[1] = [
84
+ isEmpty.value ? (openBlock(), createElementBlock("div", _hoisted_5, [..._cache[1] || (_cache[1] = [
85
85
  createElementVNode("img", {
86
86
  class: "null-pic",
87
87
  src: _imports_0
88
88
  }, null, -1),
89
89
  createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1)
90
- ]))) : createCommentVNode("v-if", true)
90
+ ])])) : createCommentVNode("v-if", true)
91
91
  ]),
92
92
  _: 1
93
93
  })
@@ -124,7 +124,7 @@ const _sfc_main = defineComponent({
124
124
  "default-value": ["00:00:00", "23:59:59"],
125
125
  onClear: clearDatePicker
126
126
  }, null, 8, ["modelValue"]),
127
- _ctx.activeMediaType === "all" ? (openBlock(), createBlock(unref(Select), {
127
+ __props.activeMediaType === "all" ? (openBlock(), createBlock(unref(Select), {
128
128
  key: 0,
129
129
  modelValue: filter.value.upload_by,
130
130
  "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => filter.value.upload_by = $event),
@@ -174,9 +174,9 @@ const _sfc_main = defineComponent({
174
174
  icon: withCtx(() => [
175
175
  createVNode(unref(IconRefresh))
176
176
  ]),
177
- default: withCtx(() => _cache[5] || (_cache[5] = [
178
- createTextVNode("\u91CD\u7F6E\u7B5B\u9009")
179
- ])),
177
+ default: withCtx(() => [..._cache[5] || (_cache[5] = [
178
+ createTextVNode("\u91CD\u7F6E\u7B5B\u9009", -1)
179
+ ])]),
180
180
  _: 1
181
181
  }, 512), [
182
182
  [vShow, showReset.value]
@@ -202,7 +202,7 @@ const _sfc_main = defineComponent({
202
202
  onTabClick: MediaTypeChange
203
203
  }, {
204
204
  default: withCtx(() => [
205
- _ctx.ai_static_covers && _ctx.ai_static_covers.length && _ctx.catalogProps === "image" ? (openBlock(), createBlock(unref(TabPane), {
205
+ __props.ai_static_covers && __props.ai_static_covers.length && __props.catalogProps === "image" ? (openBlock(), createBlock(unref(TabPane), {
206
206
  key: "ai",
207
207
  title: "AI\u4F18\u9009"
208
208
  })) : createCommentVNode("v-if", true),
@@ -233,10 +233,10 @@ const _sfc_main = defineComponent({
233
233
  createCommentVNode(" ai\u4F18\u9009\u7D20\u6750 "),
234
234
  activeMediaType.value === "ai" ? (openBlock(), createBlock(_sfc_main$1, {
235
235
  key: 0,
236
- ai_static_covers: _ctx.ai_static_covers,
237
- ai_gif_covers: _ctx.ai_gif_covers,
238
- "selected-max": _ctx.selectedMax,
239
- preview: _ctx.preview,
236
+ ai_static_covers: __props.ai_static_covers,
237
+ ai_gif_covers: __props.ai_gif_covers,
238
+ "selected-max": __props.selectedMax,
239
+ preview: __props.preview,
240
240
  onConfirm: confirm
241
241
  }, null, 8, ["ai_static_covers", "ai_gif_covers", "selected-max", "preview"])) : activeMediaType.value === "system" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
242
242
  createCommentVNode(" \u5185\u7F6E\u7D20\u6750 "),
@@ -299,7 +299,7 @@ const _sfc_main = defineComponent({
299
299
  "file-list": fileList.value,
300
300
  "file-list-count": fileListCount.value,
301
301
  "is-over": isOver.value,
302
- preview: _ctx.preview,
302
+ preview: __props.preview,
303
303
  activeMediaType: activeMediaType.value,
304
304
  "change-directory": changeDirectory,
305
305
  "load-file-more": loadFileMore,
@@ -1,10 +1,10 @@
1
1
  interface Params {
2
2
  [key: string]: any;
3
3
  }
4
- export declare function getAttachmentsAll(BASE_API: string, query?: Params): Promise<import("axios").AxiosResponse<any, any>>;
5
- export declare function getAttachmentsMy(BASE_API: string, query?: Params): Promise<import("axios").AxiosResponse<any, any>>;
6
- export declare function getDirectories(BASE_API: string, query?: Params): Promise<import("axios").AxiosResponse<any, any>>;
7
- export declare function getAccountList(BASE_API: string, id: number, query: Params): Promise<import("axios").AxiosResponse<any, any>>;
4
+ export declare function getAttachmentsAll(BASE_API: string, query?: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
5
+ export declare function getAttachmentsMy(BASE_API: string, query?: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
6
+ export declare function getDirectories(BASE_API: string, query?: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
7
+ export declare function getAccountList(BASE_API: string, id: number, query: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
8
8
  /** @description 系统内置素材部分接口 --- */
9
9
  /**
10
10
  * ps:
@@ -15,11 +15,11 @@ export declare function getAccountList(BASE_API: string, id: number, query: Para
15
15
  * navBg:导航背景
16
16
  * navIcon:导航 icon
17
17
  */
18
- export declare function addSysRs(BASE_API: string, data: any, params: any): Promise<import("axios").AxiosResponse<any, any>>;
19
- export declare function setSysRsClassifyName(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
20
- export declare function getSysRsClassifyList(BASE_API: string, sys_tag: number): Promise<import("axios").AxiosResponse<any, any>>;
21
- export declare function addSysRsClassify(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
22
- export declare function delSySRsClassify(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
23
- export declare function getSysRsByTag(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
24
- export declare function getSysRsPage(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
18
+ export declare function addSysRs(BASE_API: string, data: any, params: any): Promise<import("axios").AxiosResponse<any, any, {}>>;
19
+ export declare function setSysRsClassifyName(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any, {}>>;
20
+ export declare function getSysRsClassifyList(BASE_API: string, sys_tag: number): Promise<import("axios").AxiosResponse<any, any, {}>>;
21
+ export declare function addSysRsClassify(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any, {}>>;
22
+ export declare function delSySRsClassify(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any, {}>>;
23
+ export declare function getSysRsByTag(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any, {}>>;
24
+ export declare function getSysRsPage(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any, {}>>;
25
25
  export {};
File without changes
@@ -0,0 +1,47 @@
1
+ import { defineComponent, openBlock, createBlock, unref } from "vue";
2
+ import SelectAddToView from "./components/SelectAddToView.js";
3
+ import { useSelectAddToState } from "./script/useSelectAddToState.js";
4
+ import "./component.vue_vue_type_style_index_0_scoped_true_lang.js";
5
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
6
+ const _sfc_main = defineComponent({
7
+ ...{ name: "SelectAddTo" },
8
+ __name: "component",
9
+ props: {
10
+ visible: { type: Boolean },
11
+ rid: {},
12
+ maxSelect: {},
13
+ userStore: {},
14
+ BASE_API: {},
15
+ typeKey: {}
16
+ },
17
+ emits: ["update:visible", "comfirm"],
18
+ setup(__props, { emit: __emit }) {
19
+ const emit = __emit;
20
+ const props = __props;
21
+ const {
22
+ visible,
23
+ selectedData,
24
+ onOk,
25
+ onCancel,
26
+ onComfirm,
27
+ onClose,
28
+ onSelectedDataChange
29
+ } = useSelectAddToState(props, emit);
30
+ return (_ctx, _cache) => {
31
+ return openBlock(), createBlock(SelectAddToView, {
32
+ visible: unref(visible),
33
+ rid: props.rid,
34
+ "selected-data": unref(selectedData),
35
+ "max-select": props.maxSelect,
36
+ "type-key": props.typeKey,
37
+ onCancel: unref(onCancel),
38
+ onClose: unref(onClose),
39
+ onOk: unref(onOk),
40
+ onSelectedChange: unref(onSelectedDataChange),
41
+ onComfirm: unref(onComfirm)
42
+ }, null, 8, ["visible", "rid", "selected-data", "max-select", "type-key", "onCancel", "onClose", "onOk", "onSelectedChange", "onComfirm"]);
43
+ };
44
+ }
45
+ });
46
+ var _selectAddTo = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7f81762c"]]);
47
+ export { _selectAddTo as default };
@@ -0,0 +1,2 @@
1
+ var component_vue_vue_type_style_index_0_scoped_true_lang = "";
2
+ export { component_vue_vue_type_style_index_0_scoped_true_lang as default };
File without changes
@@ -0,0 +1,90 @@
1
+ import { defineComponent, computed, openBlock, createBlock, unref, withCtx, createTextVNode, createVNode, createCommentVNode } from "vue";
2
+ import { Modal, Button } from "@arco-design/web-vue";
3
+ import ViewAllColumn from "./ViewAllColumn/index.js";
4
+ import _sfc_main$1 from "../../contentModal/components/storeBox/index.js";
5
+ import "./SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js";
6
+ import _export_sfc from "../../_virtual/plugin-vue_export-helper.js";
7
+ const _sfc_main = defineComponent({
8
+ __name: "SelectAddToView",
9
+ props: {
10
+ visible: { type: Boolean },
11
+ rid: {},
12
+ selectedData: {},
13
+ maxSelect: {},
14
+ typeKey: {}
15
+ },
16
+ emits: [
17
+ "cancel",
18
+ "close",
19
+ "ok",
20
+ "open",
21
+ "selected-change",
22
+ "comfirm"
23
+ ],
24
+ setup(__props, { emit: __emit }) {
25
+ const props = __props;
26
+ const emit = __emit;
27
+ const hasSelected = computed(
28
+ () => props.selectedData && props.selectedData.length > 0
29
+ );
30
+ function handleComfirm() {
31
+ emit("comfirm");
32
+ }
33
+ function handleSelectedDataChange(val) {
34
+ emit("selected-change", val);
35
+ }
36
+ return (_ctx, _cache) => {
37
+ return openBlock(), createBlock(unref(Modal), {
38
+ footer: false,
39
+ "mask-closable": false,
40
+ visible: __props.visible,
41
+ "body-style": { maxHeight: "700px" },
42
+ "body-class": "add-content-modal-body",
43
+ "modal-class": "add-content-modal-wrapper",
44
+ "title-align": "start",
45
+ "unmount-on-close": "",
46
+ width: "1020px",
47
+ onCancel: _cache[1] || (_cache[1] = () => emit("cancel")),
48
+ onClose: _cache[2] || (_cache[2] = () => emit("close")),
49
+ onOk: _cache[3] || (_cache[3] = () => emit("ok"))
50
+ }, {
51
+ title: withCtx(() => [..._cache[4] || (_cache[4] = [
52
+ createTextVNode("\u9009\u62E9\u6DFB\u52A0", -1)
53
+ ])]),
54
+ default: withCtx(() => [
55
+ __props.rid ? (openBlock(), createBlock(ViewAllColumn, {
56
+ key: 0,
57
+ rid: __props.rid,
58
+ "default-selected-data": __props.selectedData,
59
+ "max-select": __props.maxSelect,
60
+ "type-key": __props.typeKey || "",
61
+ onChange: handleSelectedDataChange
62
+ }, {
63
+ store: withCtx(() => [
64
+ createVNode(_sfc_main$1, {
65
+ selectData: __props.selectedData,
66
+ "onUpdate:selectData": _cache[0] || (_cache[0] = (val) => emit("selected-change", val))
67
+ }, null, 8, ["selectData"])
68
+ ]),
69
+ options: withCtx(() => [
70
+ createVNode(unref(Button), {
71
+ disabled: !hasSelected.value,
72
+ type: "primary",
73
+ onClick: handleComfirm
74
+ }, {
75
+ default: withCtx(() => [..._cache[5] || (_cache[5] = [
76
+ createTextVNode(" \u6DFB\u52A0 ", -1)
77
+ ])]),
78
+ _: 1
79
+ }, 8, ["disabled"])
80
+ ]),
81
+ _: 1
82
+ }, 8, ["rid", "default-selected-data", "max-select", "type-key"])) : createCommentVNode("v-if", true)
83
+ ]),
84
+ _: 1
85
+ }, 8, ["visible"]);
86
+ };
87
+ }
88
+ });
89
+ var SelectAddToView = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-00adfb7c"]]);
90
+ export { SelectAddToView as default };
@@ -0,0 +1,2 @@
1
+ var SelectAddToView_vue_vue_type_style_index_0_scoped_true_lang = "";
2
+ export { SelectAddToView_vue_vue_type_style_index_0_scoped_true_lang as default };
@@ -0,0 +1,166 @@
1
+ import { defineComponent, ref, computed, watch, openBlock, createElementBlock, createVNode, unref, withCtx, Fragment, renderList, createElementVNode, toDisplayString, createBlock, createCommentVNode } from "vue";
2
+ import { Space, Input, Select, Option, Tooltip } from "@arco-design/web-vue";
3
+ import { IconInfoCircle } from "@arco-design/web-vue/es/icon";
4
+ const _hoisted_1 = { class: "media-filter-container" };
5
+ const _hoisted_2 = { style: { "display": "flex", "align-items": "center", "gap": "5px" } };
6
+ const _hoisted_3 = {
7
+ key: 0,
8
+ class: "sort-button"
9
+ };
10
+ const _sfc_main = defineComponent({
11
+ ...{ name: "MediaFilter" },
12
+ __name: "index",
13
+ props: {
14
+ groupId: {},
15
+ tree: { default: () => [] },
16
+ height: {},
17
+ typeKey: {}
18
+ },
19
+ emits: ["update:group_id", "search"],
20
+ setup(__props, { emit: __emit }) {
21
+ const props = __props;
22
+ const column_id = ref("all");
23
+ const emit = __emit;
24
+ const filter = ref({
25
+ keywords: "",
26
+ type: "",
27
+ cover_type: "",
28
+ banner: "",
29
+ sort: -1,
30
+ order: "create_time",
31
+ wordState: "precision"
32
+ });
33
+ const wordStateOptions = [
34
+ {
35
+ value: "precision",
36
+ label: "\u7CBE\u51C6\u641C",
37
+ desc: "\u4F1A\u4EE5\u8F93\u5165\u7684\u5B8C\u6574\u5173\u952E\u8BCD\u201C\u6210\u957F\u201D\u8FDB\u884C\u641C\u7D22\uFF0C\u641C\u7D22\u7ED3\u679C\u5173\u8054\u6027\u66F4\u9AD8\uFF0C\u4F46\u641C\u7D22\u7ED3\u679C\u66F4\u5C11"
38
+ },
39
+ {
40
+ value: "blur",
41
+ label: "\u6A21\u7CCA\u641C",
42
+ desc: "\u4F1A\u5C06\u8F93\u5165\u5185\u5BB9\u5206\u8BCD\uFF0C\u4F8B\u5982\u201C\u6210\u957F\u201D\u4F1A\u5206\u4E3A\u201C\u6210\u201D\u3001\u201C\u957F\u201D\u3001\u201C\u6210\u957F\u201D\uFF0C\u5185\u5BB9\u5305\u542B\u4E09\u4E2A\u8BCD\u4E2D\u4EFB\u610F\u4E00\u4E2A\u5747\u4F1A\u663E\u793A\u51FA\u6765\uFF0C\u641C\u7D22\u5185\u5BB9\u66F4\u52A0\u4E30\u5BCC"
43
+ }
44
+ ];
45
+ const sortMethodOptions = computed(() => {
46
+ return [
47
+ { value: "pub_time", label: "\u53D1\u5E03\u65F6\u95F4" },
48
+ { value: "create_time", label: "\u521B\u5EFA\u65F6\u95F4" }
49
+ ];
50
+ });
51
+ const checkout = (type) => {
52
+ filter.value.wordState = type;
53
+ };
54
+ const handleSearch = () => {
55
+ const params = JSON.parse(JSON.stringify(filter.value));
56
+ if (filter.value.wordState === "precision") {
57
+ params.precise_kw = params.keywords;
58
+ delete params.keywords;
59
+ }
60
+ delete params.wordState;
61
+ emit("search", params);
62
+ };
63
+ watch(
64
+ () => filter.value,
65
+ () => {
66
+ handleSearch();
67
+ },
68
+ { deep: true }
69
+ );
70
+ watch(
71
+ () => props.groupId,
72
+ (val) => {
73
+ column_id.value = val;
74
+ }
75
+ );
76
+ watch(
77
+ () => props.banner,
78
+ (val) => {
79
+ filter.value.banner = val === "all" ? "" : val;
80
+ },
81
+ { immediate: true }
82
+ );
83
+ watch(
84
+ () => column_id.value,
85
+ (val) => {
86
+ emit("update:group_id", val);
87
+ }
88
+ );
89
+ return (_ctx, _cache) => {
90
+ return openBlock(), createElementBlock("div", _hoisted_1, [
91
+ createVNode(unref(Space), { size: "small" }, {
92
+ default: withCtx(() => [
93
+ createVNode(unref(Input), {
94
+ modelValue: filter.value.keywords,
95
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => filter.value.keywords = $event),
96
+ "allow-clear": "",
97
+ class: "filter-item keyword",
98
+ placeholder: "\u8BF7\u8F93\u5165\u5185\u5BB9\u6807\u9898",
99
+ style: { width: "240px" },
100
+ onPressEnter: handleSearch
101
+ }, {
102
+ prepend: withCtx(() => [
103
+ createVNode(unref(Select), {
104
+ modelValue: filter.value.wordState,
105
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => filter.value.wordState = $event),
106
+ placeholder: "\u8BF7\u9009\u62E9",
107
+ onSelect: checkout
108
+ }, {
109
+ default: withCtx(() => [
110
+ (openBlock(), createElementBlock(Fragment, null, renderList(wordStateOptions, (item, index) => {
111
+ return createVNode(unref(Option), {
112
+ key: index,
113
+ value: item.value,
114
+ label: item.label
115
+ }, {
116
+ default: withCtx(() => [
117
+ createElementVNode("div", _hoisted_2, [
118
+ createElementVNode("span", null, toDisplayString(item.label), 1),
119
+ createVNode(unref(Tooltip), {
120
+ effect: "dark",
121
+ content: item.desc,
122
+ position: "right"
123
+ }, {
124
+ default: withCtx(() => [
125
+ createVNode(unref(IconInfoCircle))
126
+ ]),
127
+ _: 1
128
+ }, 8, ["content"])
129
+ ])
130
+ ]),
131
+ _: 2
132
+ }, 1032, ["value", "label"]);
133
+ }), 64))
134
+ ]),
135
+ _: 1
136
+ }, 8, ["modelValue"])
137
+ ]),
138
+ _: 1
139
+ }, 8, ["modelValue"])
140
+ ]),
141
+ _: 1
142
+ }),
143
+ __props.typeKey && __props.typeKey !== "ZQ" ? (openBlock(), createElementBlock("div", _hoisted_3, [
144
+ createVNode(unref(Select), {
145
+ modelValue: filter.value.order,
146
+ "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => filter.value.order = $event),
147
+ class: "filter-item",
148
+ placeholder: "\u521B\u5EFA\u65F6\u95F4"
149
+ }, {
150
+ default: withCtx(() => [
151
+ (openBlock(true), createElementBlock(Fragment, null, renderList(sortMethodOptions.value, (item) => {
152
+ return openBlock(), createBlock(unref(Option), {
153
+ key: item.value,
154
+ label: item.label,
155
+ value: item.value
156
+ }, null, 8, ["label", "value"]);
157
+ }), 128))
158
+ ]),
159
+ _: 1
160
+ }, 8, ["modelValue"])
161
+ ])) : createCommentVNode("v-if", true)
162
+ ]);
163
+ };
164
+ }
165
+ });
166
+ export { _sfc_main as default };