@cmstops/pro-compo 3.9.2 → 3.10.5-stable.2

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