@cmstops/pro-compo 3.9.2-alpha.9 → 3.10.5-stable.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (294) 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/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 +117 -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 +11 -11
  26. package/es/contentDetailList/components/Records/MatrixItem/index.js +22 -22
  27. package/es/contentDetailList/components/Records/index.js +8 -8
  28. package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
  29. package/es/contentDetailList/components/ShowQRCode/index.js +1 -1
  30. package/es/contentDetailList/script/api.d.ts +2 -2
  31. package/es/contentModal/component.js +40 -40
  32. package/es/contentModal/components/CompoList/index.js +1 -1
  33. package/es/contentModal/components/Dejin/index.js +1 -1
  34. package/es/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
  35. package/es/contentModal/components/MpContentList/index.js +1 -1
  36. package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
  37. package/es/contentModal/components/ViewAllColumn/index.js +7 -3
  38. package/es/contentModal/components/storeBox/index.js +8 -8
  39. package/es/contentModal/script/api.d.ts +13 -13
  40. package/es/dataTags/component.js +38 -38
  41. package/es/docHistory/component.js +44 -15
  42. package/es/docHistory/components/DocDiffPanel/index.js +2 -2
  43. package/es/docHistory/components/DocHistoryList/index.js +2 -2
  44. package/es/docHistory/scripts/diff.js +4 -3
  45. package/es/docHistory/scripts/useDocHistory.d.ts +1 -1
  46. package/es/docHistory/style/index.css +4 -0
  47. package/es/docHistory/style/index.less +5 -0
  48. package/es/docPreview/component.js +228 -60
  49. package/es/docPreview/components/PreviewIframe.js +37 -6
  50. package/es/docPreview/images/pc.js +2 -0
  51. package/es/docPreview/scripts/api.d.ts +2 -1
  52. package/es/docPreview/scripts/hook.d.ts +11 -1
  53. package/es/docPreview/scripts/hook.js +115 -4
  54. package/es/docPreview/style/index.css +48 -0
  55. package/es/docPreview/style/index.less +23 -0
  56. package/es/docPreview/style/previewIframe.less +31 -0
  57. package/es/editMetaInfo/components/metaInfoForm.js +11 -11
  58. package/es/editMetaInfo/script/api.d.ts +2 -2
  59. package/es/emptyData/component.js +4 -4
  60. package/es/emptyData/svg/acount.js +2 -2
  61. package/es/emptyData/svg/add.js +2 -2
  62. package/es/emptyData/svg/analize.js +2 -2
  63. package/es/emptyData/svg/analize_fail.js +2 -2
  64. package/es/emptyData/svg/empty.js +2 -2
  65. package/es/emptyData/svg/file.js +2 -2
  66. package/es/emptyData/svg/manager.js +2 -2
  67. package/es/emptyData/svg/message.js +2 -2
  68. package/es/emptyData/svg/noanalize.js +2 -2
  69. package/es/emptyData/svg/null.js +2 -2
  70. package/es/emptyData/svg/search.js +2 -2
  71. package/es/emptyData/svg/star.js +2 -2
  72. package/es/emptyData/svg/trash.js +2 -2
  73. package/es/emptyData/svg/user.js +2 -2
  74. package/es/hooks/assets.d.ts +1 -1
  75. package/es/hooks/source.d.ts +1 -1
  76. package/es/hooks/useAttachement.d.ts +7 -7
  77. package/es/hooks/useUpload.d.ts +4 -4
  78. package/es/hooks/user.d.ts +1 -1
  79. package/es/imageCrop/component.js +11 -11
  80. package/es/imageCrop/script/api.d.ts +1 -1
  81. package/es/importData/component.js +13 -13
  82. package/es/index.css +52 -0
  83. package/es/index.d.ts +1 -0
  84. package/es/index.js +1 -0
  85. package/es/mediaFilter/component.js +4 -4
  86. package/es/mediaFilter/components/DocFilter.js +1 -1
  87. package/es/mediaFilter/components/FilterGroup.js +1 -1
  88. package/es/mediaFilter/components/FilterItem.js +1 -1
  89. package/es/mediaView/component.js +8 -8
  90. package/es/messageBox/component.js +3 -3
  91. package/es/messageBox/script/api.d.ts +2 -2
  92. package/es/previousVersion/script/api.d.ts +4 -4
  93. package/es/resourceGridList/component.js +16 -16
  94. package/es/resourceGridList/components/FileTypeThumb/index.js +6 -6
  95. package/es/resourceModal/component.js +7 -7
  96. package/es/resourceModal/components/MediaPreviewer/index.js +8 -8
  97. package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
  98. package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
  99. package/es/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
  100. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
  101. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
  102. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
  103. package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
  104. package/es/resourceModal/components/MediaSelection/index.js +6 -6
  105. package/es/resourceModal/script/api.d.ts +11 -11
  106. package/es/selectAddTo/component.d.ts +0 -0
  107. package/es/selectAddTo/component.js +47 -0
  108. package/es/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  109. package/es/selectAddTo/components/SelectAddToView.d.ts +0 -0
  110. package/es/selectAddTo/components/SelectAddToView.js +90 -0
  111. package/es/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  112. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.d.ts +0 -0
  113. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +166 -0
  114. package/es/selectAddTo/components/ViewAllColumn/index.d.ts +0 -0
  115. package/es/selectAddTo/components/ViewAllColumn/index.js +212 -0
  116. package/es/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  117. package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.d.ts +6 -0
  118. package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +102 -0
  119. package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.d.ts +144 -0
  120. package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +182 -0
  121. package/es/selectAddTo/components/ViewAllColumn/types/index.d.ts +55 -0
  122. package/es/selectAddTo/index.d.ts +2 -0
  123. package/es/selectAddTo/index.js +7 -0
  124. package/es/selectAddTo/script/api.d.ts +18 -0
  125. package/es/selectAddTo/script/api.js +23 -0
  126. package/es/selectAddTo/script/index.d.ts +2 -0
  127. package/es/selectAddTo/script/useSelectAddToState.d.ts +13 -0
  128. package/es/selectAddTo/script/useSelectAddToState.js +55 -0
  129. package/es/selectAddTo/style/css.js +1 -0
  130. package/es/selectAddTo/style/index.css +3 -0
  131. package/es/selectAddTo/style/index.d.ts +1 -0
  132. package/es/selectAddTo/style/index.js +1 -0
  133. package/es/selectAddTo/style/index.less +3 -0
  134. package/es/selectAddTo/types/index.d.ts +37 -0
  135. package/es/selectGategory/component.js +5 -5
  136. package/es/selectGategory/components/ColumnSelection/index.js +6 -6
  137. package/es/selectGategory/script/api.d.ts +2 -2
  138. package/es/selectResourceModal/__demo__/module/DivWrapper.d.ts +153 -160
  139. package/es/selectResourceModal/__demo__/module/basic.d.ts +153 -160
  140. package/es/selectResourceModal/component.js +26 -34
  141. package/es/selectResourceModal/components/List/ListCardWrapper.js +6 -6
  142. package/es/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  143. package/es/selectResourceModal/components/List/ListNormal/Filter.js +22 -16
  144. package/es/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
  145. package/es/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
  146. package/es/selectResourceModal/components/List/ListSystem/index.js +2 -2
  147. package/es/selectResourceModal/components/List/ListWraper.js +2 -2
  148. package/es/selectResourceModal/components/ListSelected/index.js +6 -6
  149. package/es/selectResourceModal/components/ListTabs/index.js +1 -1
  150. package/es/selectResourceModal/scripts/selectionApis.d.ts +2 -2
  151. package/es/selectResourceModal/scripts/useTabFilter.js +1 -11
  152. package/es/selectThumb/component.js +45 -56
  153. package/es/selectThumb/components/card.js +3 -3
  154. package/es/style.css +63 -0
  155. package/es/thumbCard/component.js +7 -7
  156. package/es/thumbCard/components/ThumbUploading/index.js +3 -3
  157. package/es/typeIcons/component.js +1 -1
  158. package/es/uploadBefore/component.js +1 -1
  159. package/es/uploadBefore/components/UploadBefore.js +9 -9
  160. package/es/uploadBefore/script/api.d.ts +4 -4
  161. package/es/uploadStep/component.js +3 -3
  162. package/es/userAvater/component.js +3 -3
  163. package/es/userAvater/script/api.d.ts +4 -4
  164. package/es/userDirector/component.js +5 -5
  165. package/es/userDirector/components/userTree.js +2 -2
  166. package/es/userDirector/script/api.d.ts +6 -6
  167. package/es/utils/request.d.ts +1 -1
  168. package/es/utils/transcodeMedia.d.ts +1 -1
  169. package/es/videoThumb/scripts/api.d.ts +1 -1
  170. package/lib/baseFilter/components/FilterGroup.js +1 -1
  171. package/lib/baseFilter/components/filterItem.js +1 -1
  172. package/lib/colorPalette/component.js +1 -1
  173. package/lib/config.js +1 -1
  174. package/lib/contentDetailList/component.js +9 -9
  175. package/lib/contentDetailList/components/Content/CompoItem/index.js +12 -12
  176. package/lib/contentDetailList/components/Content/ContentListItem/index.js +15 -15
  177. package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +18 -18
  178. package/lib/contentDetailList/components/Content/DocItem/index.js +27 -27
  179. package/lib/contentDetailList/components/Content/DocMpItem/index.js +13 -13
  180. package/lib/contentDetailList/components/Content/GroupPieceItem/index.js +11 -11
  181. package/lib/contentDetailList/components/Content/KongoNavItem/index.js +14 -14
  182. package/lib/contentDetailList/components/Content/LiveItem/index.js +9 -9
  183. package/lib/contentDetailList/components/Content/MaccountItem/index.js +12 -12
  184. package/lib/contentDetailList/components/Content/courseItem/index.js +10 -10
  185. package/lib/contentDetailList/components/Content/funhdItem/index.js +10 -10
  186. package/lib/contentDetailList/components/Content/index.js +117 -117
  187. package/lib/contentDetailList/components/CustomWrp/CustomItem.js +5 -5
  188. package/lib/contentDetailList/components/CustomWrp/index.js +10 -10
  189. package/lib/contentDetailList/components/Doc/index.js +11 -11
  190. package/lib/contentDetailList/components/Records/MatrixItem/index.js +22 -22
  191. package/lib/contentDetailList/components/Records/index.js +8 -8
  192. package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
  193. package/lib/contentDetailList/components/ShowQRCode/index.js +1 -1
  194. package/lib/contentModal/component.js +40 -40
  195. package/lib/contentModal/components/CompoList/index.js +1 -1
  196. package/lib/contentModal/components/Dejin/index.js +1 -1
  197. package/lib/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
  198. package/lib/contentModal/components/MpContentList/index.js +1 -1
  199. package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
  200. package/lib/contentModal/components/ViewAllColumn/index.js +7 -3
  201. package/lib/contentModal/components/storeBox/index.js +8 -8
  202. package/lib/dataTags/component.js +38 -38
  203. package/lib/docHistory/component.js +42 -13
  204. package/lib/docHistory/components/DocDiffPanel/index.js +2 -2
  205. package/lib/docHistory/components/DocHistoryList/index.js +2 -2
  206. package/lib/docHistory/scripts/diff.js +4 -3
  207. package/lib/docHistory/style/index.css +4 -0
  208. package/lib/docHistory/style/index.less +5 -0
  209. package/lib/docPreview/component.js +227 -59
  210. package/lib/docPreview/components/PreviewIframe.js +37 -6
  211. package/lib/docPreview/images/pc.js +3 -0
  212. package/lib/docPreview/scripts/hook.js +115 -3
  213. package/lib/docPreview/style/index.css +48 -0
  214. package/lib/docPreview/style/index.less +23 -0
  215. package/lib/docPreview/style/previewIframe.less +31 -0
  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/imageCrop/component.js +11 -11
  233. package/lib/importData/component.js +13 -13
  234. package/lib/index.css +52 -0
  235. package/lib/index.js +2 -0
  236. package/lib/mediaFilter/component.js +4 -4
  237. package/lib/mediaFilter/components/DocFilter.js +1 -1
  238. package/lib/mediaFilter/components/FilterGroup.js +1 -1
  239. package/lib/mediaFilter/components/FilterItem.js +1 -1
  240. package/lib/mediaView/component.js +8 -8
  241. package/lib/messageBox/component.js +3 -3
  242. package/lib/resourceGridList/component.js +16 -16
  243. package/lib/resourceGridList/components/FileTypeThumb/index.js +6 -6
  244. package/lib/resourceModal/component.js +7 -7
  245. package/lib/resourceModal/components/MediaPreviewer/index.js +8 -8
  246. package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
  247. package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
  248. package/lib/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
  249. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
  250. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
  251. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
  252. package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
  253. package/lib/resourceModal/components/MediaSelection/index.js +6 -6
  254. package/lib/selectAddTo/component.js +48 -0
  255. package/lib/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  256. package/lib/selectAddTo/components/SelectAddToView.js +91 -0
  257. package/lib/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  258. package/lib/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +167 -0
  259. package/lib/selectAddTo/components/ViewAllColumn/index.js +213 -0
  260. package/lib/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  261. package/lib/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +108 -0
  262. package/lib/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +184 -0
  263. package/lib/selectAddTo/index.js +8 -0
  264. package/lib/selectAddTo/script/api.js +27 -0
  265. package/lib/selectAddTo/script/useSelectAddToState.js +57 -0
  266. package/lib/selectAddTo/style/css.js +2 -0
  267. package/lib/selectAddTo/style/index.css +3 -0
  268. package/lib/selectAddTo/style/index.js +2 -0
  269. package/lib/selectAddTo/style/index.less +3 -0
  270. package/lib/selectGategory/component.js +5 -5
  271. package/lib/selectGategory/components/ColumnSelection/index.js +6 -6
  272. package/lib/selectResourceModal/component.js +25 -33
  273. package/lib/selectResourceModal/components/List/ListCardWrapper.js +6 -6
  274. package/lib/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  275. package/lib/selectResourceModal/components/List/ListNormal/Filter.js +22 -16
  276. package/lib/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
  277. package/lib/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
  278. package/lib/selectResourceModal/components/List/ListSystem/index.js +2 -2
  279. package/lib/selectResourceModal/components/List/ListWraper.js +2 -2
  280. package/lib/selectResourceModal/components/ListSelected/index.js +6 -6
  281. package/lib/selectResourceModal/components/ListTabs/index.js +1 -1
  282. package/lib/selectResourceModal/scripts/useTabFilter.js +1 -13
  283. package/lib/selectThumb/component.js +45 -56
  284. package/lib/selectThumb/components/card.js +3 -3
  285. package/lib/thumbCard/component.js +7 -7
  286. package/lib/thumbCard/components/ThumbUploading/index.js +3 -3
  287. package/lib/typeIcons/component.js +1 -1
  288. package/lib/uploadBefore/component.js +1 -1
  289. package/lib/uploadBefore/components/UploadBefore.js +9 -9
  290. package/lib/uploadStep/component.js +3 -3
  291. package/lib/userAvater/component.js +3 -3
  292. package/lib/userDirector/component.js +5 -5
  293. package/lib/userDirector/components/userTree.js +2 -2
  294. package/package.json +1 -1
@@ -352,9 +352,11 @@ const _sfc_main = vue.defineComponent({
352
352
  if (!props.dataValue)
353
353
  return;
354
354
  if (styleData.value.model === oldData.value.model) {
355
- styleData.value.data = oldData.value.data;
356
- styleData.value.cover_theme_color = oldData.value.cover_theme_color;
357
- styleData.value.cover_colorList = oldData.value.cover_colorList;
355
+ vue.nextTick(() => {
356
+ styleData.value.data = oldData.value.data;
357
+ styleData.value.cover_theme_color = oldData.value.cover_theme_color;
358
+ styleData.value.cover_colorList = oldData.value.cover_colorList;
359
+ });
358
360
  } else {
359
361
  styleData.value.data = [];
360
362
  }
@@ -410,21 +412,8 @@ const _sfc_main = vue.defineComponent({
410
412
  callback(styleData2);
411
413
  };
412
414
  vue.onMounted(() => {
413
- if (!styleData.value.cover_url) {
414
- setTimeout(() => {
415
- styleData.value.cover_url = styleData.value.data[0].url;
416
- const getColors = index.getThemeColor(BASE_API, styleData.value.data[0].url);
417
- getColors.then((themes) => {
418
- styleData.value.cover_colorList = JSON.parse(JSON.stringify(themes));
419
- styleData.value.cover_theme_color = `rgb(${themes[1]})`;
420
- oldData.value = JSON.parse(JSON.stringify(styleData.value));
421
- callback(styleData.value);
422
- }).catch((e) => {
423
- styleData.value.banner_theme_color = `rgb(255, 255, 255)`;
424
- callback(styleData.value);
425
- });
426
- }, 700);
427
- }
415
+ if (!styleData.value.cover_url)
416
+ ;
428
417
  });
429
418
  return (_ctx, _cache) => {
430
419
  var _a, _b, _c, _d, _e, _f;
@@ -435,20 +424,20 @@ const _sfc_main = vue.defineComponent({
435
424
  }, [
436
425
  vue.createCommentVNode(" \u5C01\u9762\u6807\u9898"),
437
426
  vue.createElementVNode("div", {
438
- class: vue.normalizeClass(["banner-view", { flex: _ctx.flex }])
427
+ class: vue.normalizeClass(["banner-view", { flex: __props.flex }])
439
428
  }, [
440
- _ctx.mode !== "smiple" && _ctx.showTitle ? (vue.openBlock(), vue.createElementBlock("div", {
429
+ __props.mode !== "smiple" && __props.showTitle ? (vue.openBlock(), vue.createElementBlock("div", {
441
430
  key: 0,
442
431
  class: "title",
443
- style: vue.normalizeStyle({ width: _ctx.offset })
432
+ style: vue.normalizeStyle({ width: __props.offset })
444
433
  }, [
445
- _ctx.titleValid ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1, "*")) : vue.createCommentVNode("v-if", true),
446
- vue.createElementVNode("span", null, vue.toDisplayString(_ctx.title ? _ctx.title : "\u5C01\u9762"), 1),
434
+ __props.titleValid ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1, "*")) : vue.createCommentVNode("v-if", true),
435
+ vue.createElementVNode("span", null, vue.toDisplayString(__props.title ? __props.title : "\u5C01\u9762"), 1),
447
436
  vue.createCommentVNode(" \u4E0A\u4E0B\u5E03\u5C40\u663E\u793A tip"),
448
- ((_a = curtemplate.value) == null ? void 0 : _a.value) !== "4" && !_ctx.flex ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, " (" + vue.toDisplayString((_b = curtemplate.value) == null ? void 0 : _b.alias) + "\u6BD4\u4F8B\uFF1A" + vue.toDisplayString((_c = curtemplate.value) == null ? void 0 : _c.ratioStr) + ") ", 1)) : vue.createCommentVNode("v-if", true)
437
+ ((_a = curtemplate.value) == null ? void 0 : _a.value) !== "4" && !__props.flex ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, " (" + vue.toDisplayString((_b = curtemplate.value) == null ? void 0 : _b.alias) + "\u6BD4\u4F8B\uFF1A" + vue.toDisplayString((_c = curtemplate.value) == null ? void 0 : _c.ratioStr) + ") ", 1)) : vue.createCommentVNode("v-if", true)
449
438
  ], 4)) : vue.createCommentVNode("v-if", true),
450
439
  vue.createElementVNode("div", _hoisted_3, [
451
- ["thumbs"].includes(_ctx.mode) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4, [
440
+ ["thumbs"].includes(__props.mode) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4, [
452
441
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(thumbsLengthList.value, (item, index2) => {
453
442
  return vue.openBlock(), vue.createBlock(card, {
454
443
  key: index2,
@@ -458,7 +447,7 @@ const _sfc_main = vue.defineComponent({
458
447
  parentRef: selectThumbRef.value,
459
448
  idx: index2,
460
449
  "preview-list": previewList.value,
461
- "is-popover": _ctx.localUpload,
450
+ "is-popover": __props.localUpload,
462
451
  "thumb-model": "thumb",
463
452
  onFileForShowThumb: fileForShowThumb,
464
453
  onChangeThumbType: changeThumbType,
@@ -479,7 +468,7 @@ const _sfc_main = vue.defineComponent({
479
468
  model: model.value,
480
469
  idx: index2,
481
470
  "preview-list": previewList.value,
482
- "is-popover": _ctx.localUpload,
471
+ "is-popover": __props.localUpload,
483
472
  "thumb-model": "thumb",
484
473
  onFileForShowThumb: fileForShowThumb,
485
474
  onChangeThumbType: changeThumbType,
@@ -491,9 +480,9 @@ const _sfc_main = vue.defineComponent({
491
480
  ], 2112)) : vue.createCommentVNode("v-if", true),
492
481
  vue.createCommentVNode(" \u5DE6\u53F3\u5E03\u5C40\u663E\u793Atip "),
493
482
  vue.createElementVNode("div", _hoisted_6, [
494
- ((_d = curtemplate.value) == null ? void 0 : _d.value) !== "4" && _ctx.flex ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_7, " (" + vue.toDisplayString((_e = curtemplate.value) == null ? void 0 : _e.alias) + "\u6BD4\u4F8B\uFF1A" + vue.toDisplayString((_f = curtemplate.value) == null ? void 0 : _f.ratioStr) + ") ", 1)) : vue.createCommentVNode("v-if", true)
483
+ ((_d = curtemplate.value) == null ? void 0 : _d.value) !== "4" && __props.flex ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_7, " (" + vue.toDisplayString((_e = curtemplate.value) == null ? void 0 : _e.alias) + "\u6BD4\u4F8B\uFF1A" + vue.toDisplayString((_f = curtemplate.value) == null ? void 0 : _f.ratioStr) + ") ", 1)) : vue.createCommentVNode("v-if", true)
495
484
  ]),
496
- ["doc"].includes(_ctx.mode) ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
485
+ ["doc"].includes(__props.mode) ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
497
486
  vue.createCommentVNode(" \u9009\u62E9\u5927\u56FE\u3001\u4E09\u56FE\u3001\u5355\u56FE...\u7B49\u6A21\u5F0F "),
498
487
  vue.createVNode(vue.unref(webVue.RadioGroup), {
499
488
  modelValue: model.value,
@@ -517,29 +506,29 @@ const _sfc_main = vue.defineComponent({
517
506
  }), 128))
518
507
  ]),
519
508
  _: 1
520
- }, 8, ["modelValue"])
521
- ], 64)) : vue.createCommentVNode("v-if", true),
522
- hasCover.value ? (vue.openBlock(), vue.createBlock(colorPalette, {
523
- key: 3,
524
- "style-data": styleData.value,
525
- model: "cover",
526
- style: { "margin-top": "10px" },
527
- onChange: colorChange
528
- }, null, 8, ["style-data"])) : vue.createCommentVNode("v-if", true)
509
+ }, 8, ["modelValue"]),
510
+ hasCover.value ? (vue.openBlock(), vue.createBlock(colorPalette, {
511
+ key: 0,
512
+ "style-data": styleData.value,
513
+ model: "cover",
514
+ style: { "margin-top": "10px" },
515
+ onChange: colorChange
516
+ }, null, 8, ["style-data"])) : vue.createCommentVNode("v-if", true)
517
+ ], 64)) : vue.createCommentVNode("v-if", true)
529
518
  ])
530
519
  ], 2),
531
- _ctx.mode === "doc" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
520
+ __props.mode === "doc" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
532
521
  vue.createCommentVNode(" \u72EC\u7ACB\u8F6E\u535A\u56FE "),
533
522
  vue.createElementVNode("div", {
534
- class: vue.normalizeClass(["banner-view", { flex: _ctx.flex }])
523
+ class: vue.normalizeClass(["banner-view", { flex: __props.flex }])
535
524
  }, [
536
525
  vue.createElementVNode("div", {
537
526
  class: "title",
538
- style: vue.normalizeStyle({ width: _ctx.offset })
527
+ style: vue.normalizeStyle({ width: __props.offset })
539
528
  }, [
540
529
  _cache[11] || (_cache[11] = vue.createElementVNode("span", { style: { "margin-right": "10px" } }, "\u72EC\u7ACB\u8F6E\u64AD\u56FE", -1)),
541
530
  vue.createCommentVNode(" \u4E0A\u4E0B\u5E03\u5C40\u5F00\u5173\u5728\u6807\u9898\u540E "),
542
- !_ctx.flex ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Switch), {
531
+ !__props.flex ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Switch), {
543
532
  key: 0,
544
533
  modelValue: hasBanner.value,
545
534
  "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => hasBanner.value = $event),
@@ -548,7 +537,7 @@ const _sfc_main = vue.defineComponent({
548
537
  ], 4),
549
538
  vue.createElementVNode("div", _hoisted_8, [
550
539
  vue.createCommentVNode(" \u5DE6\u53F3\u5E03\u5C40\u5F00\u5173\u663E\u793A "),
551
- _ctx.flex ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Switch), {
540
+ __props.flex ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Switch), {
552
541
  key: 0,
553
542
  modelValue: hasBanner.value,
554
543
  "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => hasBanner.value = $event),
@@ -562,16 +551,16 @@ const _sfc_main = vue.defineComponent({
562
551
  "onUpdate:data": _cache[5] || (_cache[5] = ($event) => banner.value = $event),
563
552
  parentRef: selectThumbRef.value,
564
553
  "preview-list": previewList.value,
565
- "is-popover": _ctx.localUpload,
554
+ "is-popover": __props.localUpload,
566
555
  "thumb-model": "banner",
567
556
  onFileForShowThumb: fileForShowThumb,
568
557
  onChangeThumbType: changeThumbType,
569
558
  onUploadLocal: _cache[6] || (_cache[6] = (cb) => _ctx.$emit("upload", cb)),
570
559
  onOpen: openDialogMediaSelection
571
560
  }, null, 8, ["data", "parentRef", "preview-list", "is-popover"])) : vue.createCommentVNode("v-if", true),
572
- hasBanner.value && styleData.value.banner_theme_color ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_9, _cache[12] || (_cache[12] = [
561
+ hasBanner.value && styleData.value.banner_theme_color ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_9, [..._cache[12] || (_cache[12] = [
573
562
  vue.createElementVNode("span", null, "\u72EC\u7ACB\u8F6E\u64AD\u56FE\u80CC\u666F\u989C\u8272", -1)
574
- ]))) : vue.createCommentVNode("v-if", true),
563
+ ])])) : vue.createCommentVNode("v-if", true),
575
564
  vue.createCommentVNode(" banner\u8C03\u8272\u677F "),
576
565
  hasBanner.value ? (vue.openBlock(), vue.createBlock(colorPalette, {
577
566
  key: 3,
@@ -583,17 +572,17 @@ const _sfc_main = vue.defineComponent({
583
572
  ], 2),
584
573
  vue.createCommentVNode(" pc\u5C01\u9762\u56FE\uFF08\u4E13\u9898\u5934\u56FE\u5171\u7528\u4E00\u4E2A\u5B57\u6BB5\uFF09 "),
585
574
  vue.createElementVNode("div", {
586
- class: vue.normalizeClass(["banner-view", { flex: _ctx.flex }])
575
+ class: vue.normalizeClass(["banner-view", { flex: __props.flex }])
587
576
  }, [
588
577
  vue.createElementVNode("div", {
589
578
  class: "title",
590
- style: vue.normalizeStyle({ width: _ctx.offset })
579
+ style: vue.normalizeStyle({ width: __props.offset })
591
580
  }, [
592
581
  docSeriesShowTopThemeColor.value ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_10, [
593
- _ctx.topImageTitleValid ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_11, "*")) : vue.createCommentVNode("v-if", true),
594
- vue.createElementVNode("span", null, vue.toDisplayString(_ctx.topImageTitle || "\u5C01\u9762\u5934\u56FE"), 1)
582
+ __props.topImageTitleValid ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_11, "*")) : vue.createCommentVNode("v-if", true),
583
+ vue.createElementVNode("span", null, vue.toDisplayString(__props.topImageTitle || "\u5C01\u9762\u5934\u56FE"), 1)
595
584
  ])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_12, "PC\u5C01\u9762\u56FE")),
596
- !_ctx.flex ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_13, " (\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A1242px*662px) ")) : vue.createCommentVNode("v-if", true)
585
+ !__props.flex ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_13, " (\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A1242px*662px) ")) : vue.createCommentVNode("v-if", true)
597
586
  ], 4),
598
587
  vue.createElementVNode("div", _hoisted_14, [
599
588
  vue.createVNode(card, {
@@ -602,17 +591,17 @@ const _sfc_main = vue.defineComponent({
602
591
  "onUpdate:data": _cache[7] || (_cache[7] = ($event) => pcBanner.value = $event),
603
592
  parentRef: selectThumbRef.value,
604
593
  previewList: previewList.value,
605
- "is-popover": _ctx.localUpload,
594
+ "is-popover": __props.localUpload,
606
595
  thumbModel: "pcBanner",
607
596
  onFileForShowThumb: fileForShowThumb,
608
597
  onChangeThumbType: changeThumbType,
609
598
  onUploadLocal: _cache[8] || (_cache[8] = (cb) => _ctx.$emit("upload", cb)),
610
599
  onOpen: openDialogMediaSelection
611
600
  }, null, 8, ["data", "parentRef", "previewList", "is-popover"]),
612
- _ctx.flex ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_15, "(\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A1242px*662px)")) : vue.createCommentVNode("v-if", true),
613
- docSeriesShowTopThemeColor.value && styleData.value.top_theme_color ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_16, _cache[13] || (_cache[13] = [
601
+ __props.flex ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_15, "(\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A1242px*662px)")) : vue.createCommentVNode("v-if", true),
602
+ docSeriesShowTopThemeColor.value && styleData.value.top_theme_color ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_16, [..._cache[13] || (_cache[13] = [
614
603
  vue.createElementVNode("span", null, "\u56FE\u7247\u80CC\u666F\u989C\u8272", -1)
615
- ]))) : vue.createCommentVNode("v-if", true),
604
+ ])])) : vue.createCommentVNode("v-if", true),
616
605
  docSeriesShowTopThemeColor.value ? (vue.openBlock(), vue.createBlock(colorPalette, {
617
606
  key: 2,
618
607
  model: "top",
@@ -638,7 +627,7 @@ const _sfc_main = vue.defineComponent({
638
627
  visible: dialogMediaSelectionShow.value,
639
628
  "onUpdate:visible": _cache[9] || (_cache[9] = ($event) => dialogMediaSelectionShow.value = $event),
640
629
  maxcount: 1,
641
- "media-use-type": _ctx.mediaUseType,
630
+ "media-use-type": __props.mediaUseType,
642
631
  userInfo: { domain_id: 1, repository_id: 4 },
643
632
  filterOptions: { mediaType: "image", mediaTypeStrict: true },
644
633
  wrap: "modal",
@@ -71,7 +71,7 @@ const _sfc_main = vue.defineComponent({
71
71
  return (_ctx, _cache) => {
72
72
  var _a;
73
73
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
74
- _ctx.isPopover ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Popover), {
74
+ __props.isPopover ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Popover), {
75
75
  key: 0,
76
76
  trigger: "hover",
77
77
  position: "bottom",
@@ -106,7 +106,7 @@ const _sfc_main = vue.defineComponent({
106
106
  }, [
107
107
  vue.createVNode(vue.unref(icon.IconEdit))
108
108
  ]),
109
- _ctx.along ? (vue.openBlock(), vue.createElementBlock("span", {
109
+ __props.along ? (vue.openBlock(), vue.createElementBlock("span", {
110
110
  key: 0,
111
111
  class: "half",
112
112
  onClick: vue.withModifiers(remove, ["stop"])
@@ -152,7 +152,7 @@ const _sfc_main = vue.defineComponent({
152
152
  }, [
153
153
  vue.createVNode(vue.unref(icon.IconEdit))
154
154
  ]),
155
- _ctx.along ? (vue.openBlock(), vue.createElementBlock("span", {
155
+ __props.along ? (vue.openBlock(), vue.createElementBlock("span", {
156
156
  key: 0,
157
157
  class: "half",
158
158
  onClick: vue.withModifiers(remove, ["stop"])
@@ -82,26 +82,26 @@ const _sfc_main = vue.defineComponent({
82
82
  }, [
83
83
  isUploading.value ? (vue.openBlock(), vue.createBlock(index, {
84
84
  key: 0,
85
- meta: _ctx.meta
86
- }, null, 8, ["meta"])) : _ctx.catalog && _ctx.url ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
85
+ meta: __props.meta
86
+ }, null, 8, ["meta"])) : __props.catalog && __props.url ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
87
87
  vue.createCommentVNode(" \u6709\u7C7B\u578B\u7684\u5C01\u9762 "),
88
88
  vue.createCommentVNode(" \u56FE\u7247 "),
89
- _ctx.catalog ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Image), vue.mergeProps({
89
+ __props.catalog ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Image), vue.mergeProps({
90
90
  key: 0,
91
91
  class: "thumb-image",
92
92
  src: realThumb.value
93
93
  }, aImageAttr.value), null, 16, ["src"])) : vue.createCommentVNode("v-if", true)
94
94
  ], 64)) : vue.createCommentVNode("v-if", true),
95
95
  vue.createCommentVNode(" \u4E00\u4E9B\u6807\u7B7E\uFF08\u56DB\u4E2A\u89D2\uFF09 "),
96
- ["video", "audio"].includes(_ctx.catalog) && _ctx.meta ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
97
- _ctx.catalog === "video" ? (vue.openBlock(), vue.createBlock(vue.unref(vueCmstopIcons.IconVideoTag), { key: 0 })) : (vue.openBlock(), vue.createBlock(vue.unref(vueCmstopIcons.IconAudioTag), { key: 1 })),
98
- vue.createTextVNode(" " + vue.toDisplayString(vue.unref(index$1.mediaTime)((_a = _ctx.meta) == null ? void 0 : _a.length)), 1)
96
+ ["video", "audio"].includes(__props.catalog) && __props.meta ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
97
+ __props.catalog === "video" ? (vue.openBlock(), vue.createBlock(vue.unref(vueCmstopIcons.IconVideoTag), { key: 0 })) : (vue.openBlock(), vue.createBlock(vue.unref(vueCmstopIcons.IconAudioTag), { key: 1 })),
98
+ vue.createTextVNode(" " + vue.toDisplayString(vue.unref(index$1.mediaTime)((_a = __props.meta) == null ? void 0 : _a.length)), 1)
99
99
  ])) : vue.createCommentVNode("v-if", true),
100
100
  vue.createCommentVNode(" \u5916\u6302\u9009\u9879 "),
101
101
  vue.createElementVNode("div", {
102
102
  class: vue.normalizeClass(["thumb-handler-list", thumbHandlerClass.value])
103
103
  }, [
104
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.handlersKey, (item) => {
104
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.handlersKey, (item) => {
105
105
  return vue.openBlock(), vue.createElementBlock("div", {
106
106
  key: item.key,
107
107
  class: "handler-item",
@@ -30,12 +30,12 @@ const _sfc_main = vue.defineComponent({
30
30
  !isFaild.value ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Progress), {
31
31
  key: 0,
32
32
  type: "circle",
33
- percent: (_a = _ctx.meta) == null ? void 0 : _a.progress
33
+ percent: (_a = __props.meta) == null ? void 0 : _a.progress
34
34
  }, null, 8, ["percent"])) : vue.createCommentVNode("v-if", true),
35
- _ctx.meta.msg ? (vue.openBlock(), vue.createElementBlock("div", {
35
+ __props.meta.msg ? (vue.openBlock(), vue.createElementBlock("div", {
36
36
  key: 1,
37
37
  class: vue.normalizeClass(["thumb-upload-text", textStatusClass.value])
38
- }, vue.toDisplayString((_b = _ctx.meta) == null ? void 0 : _b.msg), 3)) : vue.createCommentVNode("v-if", true)
38
+ }, vue.toDisplayString((_b = __props.meta) == null ? void 0 : _b.msg), 3)) : vue.createCommentVNode("v-if", true)
39
39
  ]);
40
40
  };
41
41
  }
@@ -36,7 +36,7 @@ const _sfc_main = vue.defineComponent({
36
36
  vue.createVNode(vue.unref(vueCmstopIcons.IconYinpinji), { style: { "color": "#1fb7c2" } })
37
37
  ], 2112)) : props.doc && props.type === "video_album" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 7 }, [
38
38
  vue.createCommentVNode(" \u89C6\u9891\u96C6 "),
39
- vue.createVNode(vue.unref(vueCmstopIcons.IconShipinji))
39
+ vue.createVNode(vue.unref(vueCmstopIcons.IconShipinji), { style: { "color": "#f05050" } })
40
40
  ], 2112)) : props.doc && props.type === "mini_program" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 8 }, [
41
41
  vue.createCommentVNode(" \u89C6\u9891\u96C6 "),
42
42
  vue.createVNode(vue.unref(vueCmstopIcons.IconMiniprogram))
@@ -63,7 +63,7 @@ const _sfc_main = vue.defineComponent({
63
63
  return (_ctx, _cache) => {
64
64
  return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
65
65
  vue.createVNode(UploadForClick, {
66
- "upload-method": _ctx.uploadMethod,
66
+ "upload-method": __props.uploadMethod,
67
67
  onAfterChoose: afterChoose
68
68
  }, null, 8, ["upload-method"]),
69
69
  vue.createVNode(UploadBefore, {
@@ -122,9 +122,9 @@ const _sfc_main = vue.defineComponent({
122
122
  onOk: handleOk,
123
123
  onCancel: handleClose
124
124
  }, {
125
- title: vue.withCtx(() => _cache[1] || (_cache[1] = [
126
- vue.createTextVNode("\u4E0A\u4F20\u914D\u7F6E")
127
- ])),
125
+ title: vue.withCtx(() => [..._cache[1] || (_cache[1] = [
126
+ vue.createTextVNode("\u4E0A\u4F20\u914D\u7F6E", -1)
127
+ ])]),
128
128
  default: vue.withCtx(() => [
129
129
  vue.createElementVNode("div", _hoisted_1, [
130
130
  vue.createVNode(vue.unref(webVue.Table), {
@@ -163,8 +163,8 @@ const _sfc_main = vue.defineComponent({
163
163
  }, 1032, ["value"]);
164
164
  }), 128))
165
165
  ]),
166
- _: 2
167
- }, 1032, ["modelValue", "onUpdate:modelValue"])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2, "\u2014 \u2014"))
166
+ _: 1
167
+ }, 8, ["modelValue", "onUpdate:modelValue"])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2, "\u2014 \u2014"))
168
168
  ]),
169
169
  vTransTemp: vue.withCtx(({ rowIndex, record }) => [
170
170
  ["dir", "video"].includes(record.type) ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Select), {
@@ -188,8 +188,8 @@ const _sfc_main = vue.defineComponent({
188
188
  }, 1032, ["value"]);
189
189
  }), 128))
190
190
  ]),
191
- _: 2
192
- }, 1032, ["modelValue", "onUpdate:modelValue"])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_3, "\u2014 \u2014"))
191
+ _: 1
192
+ }, 8, ["modelValue", "onUpdate:modelValue"])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_3, "\u2014 \u2014"))
193
193
  ]),
194
194
  aTransTemp: vue.withCtx(({ record, rowIndex }) => [
195
195
  ["dir", "audio"].includes(record.type) ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Select), {
@@ -213,8 +213,8 @@ const _sfc_main = vue.defineComponent({
213
213
  }, 1032, ["value"]);
214
214
  }), 128))
215
215
  ]),
216
- _: 2
217
- }, 1032, ["modelValue", "onUpdate:modelValue"])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_4, "\u2014 \u2014"))
216
+ _: 1
217
+ }, 8, ["modelValue", "onUpdate:modelValue"])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_4, "\u2014 \u2014"))
218
218
  ]),
219
219
  _: 1
220
220
  }, 8, ["data"])
@@ -63,7 +63,7 @@ const _sfc_main = vue.defineComponent({
63
63
  const uploadingFilter = (state) => [3, 5].includes(state);
64
64
  return (_ctx, _cache) => {
65
65
  return vue.withDirectives((vue.openBlock(), vue.createElementBlock("div", {
66
- class: vue.normalizeClass(["panel_wrp", { global: _ctx.global }])
66
+ class: vue.normalizeClass(["panel_wrp", { global: __props.global }])
67
67
  }, [
68
68
  vue.createVNode(vue.unref(webVue.Card), {
69
69
  hoverable: "",
@@ -100,7 +100,7 @@ const _sfc_main = vue.defineComponent({
100
100
  vue.createElementVNode("div", {
101
101
  class: vue.normalizeClass(["panel_list", { un_expend: !vue.unref(expend) }])
102
102
  }, [
103
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.fileList, (file) => {
103
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.fileList, (file) => {
104
104
  return vue.openBlock(), vue.createElementBlock("div", {
105
105
  key: file.id,
106
106
  class: "panel_item"
@@ -142,7 +142,7 @@ const _sfc_main = vue.defineComponent({
142
142
  _: 1
143
143
  }, 8, ["class", "body-style"])
144
144
  ], 2)), [
145
- [vue.vShow, _ctx.visable]
145
+ [vue.vShow, __props.visable]
146
146
  ]);
147
147
  };
148
148
  }
@@ -138,9 +138,9 @@ const _sfc_main = vue.defineComponent({
138
138
  type: "text",
139
139
  onClick: _cache[1] || (_cache[1] = ($event) => loginOut())
140
140
  }, {
141
- default: vue.withCtx(() => _cache[2] || (_cache[2] = [
142
- vue.createTextVNode("\u9000\u51FA")
143
- ])),
141
+ default: vue.withCtx(() => [..._cache[2] || (_cache[2] = [
142
+ vue.createTextVNode("\u9000\u51FA", -1)
143
+ ])]),
144
144
  _: 1
145
145
  })
146
146
  ])
@@ -226,9 +226,9 @@ const _sfc_main = vue.defineComponent({
226
226
  size: "mini",
227
227
  onClick: clearUserSelectedList
228
228
  }, {
229
- default: vue.withCtx(() => _cache[0] || (_cache[0] = [
230
- vue.createTextVNode("\u5168\u90E8\u6E05\u9664")
231
- ])),
229
+ default: vue.withCtx(() => [..._cache[0] || (_cache[0] = [
230
+ vue.createTextVNode("\u5168\u90E8\u6E05\u9664", -1)
231
+ ])]),
232
232
  _: 1
233
233
  })
234
234
  ]),
@@ -260,8 +260,8 @@ const _sfc_main = vue.defineComponent({
260
260
  default: vue.withCtx(() => [
261
261
  vue.createVNode(vue.unref(icon.IconDelete))
262
262
  ]),
263
- _: 2
264
- }, 1032, ["onClick"])
263
+ _: 1
264
+ }, 8, ["onClick"])
265
265
  ])
266
266
  ]);
267
267
  }), 128))
@@ -66,8 +66,8 @@ const _sfc_main = vue.defineComponent({
66
66
  default: vue.withCtx(() => [
67
67
  vue.createVNode(vue.unref(icon.IconPlus))
68
68
  ]),
69
- _: 2
70
- }, 1032, ["onClick"])
69
+ _: 1
70
+ }, 8, ["onClick"])
71
71
  ]),
72
72
  _: 1
73
73
  }, 8, ["data"]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cmstops/pro-compo",
3
- "version": "3.9.2-alpha.9",
3
+ "version": "3.10.5-stable.1",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "vue",