@cmstops/pro-compo 3.9.1-rc.11 → 3.9.1-rc.12

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 (300) hide show
  1. package/dist/index.min.js.map +1 -1
  2. package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +4 -2
  3. package/es/contentModal/component.js +16 -8
  4. package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +2 -1
  5. package/es/contentModal/components/storeBox/index.js +4 -2
  6. package/es/dataTags/component.js +10 -5
  7. package/es/docHistory/component.js +2 -1
  8. package/es/docPreview/component.js +10 -5
  9. package/es/editMetaInfo/components/metaInfoForm.js +4 -2
  10. package/es/imageCrop/component.js +4 -2
  11. package/es/importData/component.js +6 -3
  12. package/es/mediaFilter/components/DocFilter.js +2 -1
  13. package/es/resourceGridList/component.js +4 -2
  14. package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +2 -1
  15. package/es/resourceModal/components/MediaSelection/MainContent/index.js +4 -2
  16. package/es/selectAddTo/component.js +4 -2
  17. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +1 -1
  18. package/es/selectAddTo/components/ViewAllColumn/index.js +5 -3
  19. package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +30 -6
  20. package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +3 -1
  21. package/es/selectResourceModal/component.js +10 -5
  22. package/es/selectResourceModal/components/List/ListLocal/Upload.js +2 -1
  23. package/es/selectResourceModal/components/List/ListNormal/Filter.js +8 -4
  24. package/es/selectResourceModal/components/List/ListSystem/Filter.js +2 -1
  25. package/es/style.css +12 -12
  26. package/es/userAvater/component.js +2 -1
  27. package/es/userDirector/component.js +2 -1
  28. package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +4 -2
  29. package/lib/contentModal/component.js +16 -8
  30. package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +2 -1
  31. package/lib/contentModal/components/storeBox/index.js +4 -2
  32. package/lib/dataTags/component.js +10 -5
  33. package/lib/docHistory/component.js +2 -1
  34. package/lib/docPreview/component.js +10 -5
  35. package/lib/editMetaInfo/components/metaInfoForm.js +4 -2
  36. package/lib/imageCrop/component.js +4 -2
  37. package/lib/importData/component.js +6 -3
  38. package/lib/mediaFilter/components/DocFilter.js +2 -1
  39. package/lib/resourceGridList/component.js +4 -2
  40. package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +2 -1
  41. package/lib/resourceModal/components/MediaSelection/MainContent/index.js +4 -2
  42. package/lib/selectAddTo/component.js +4 -2
  43. package/lib/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +1 -1
  44. package/lib/selectAddTo/components/ViewAllColumn/index.js +5 -3
  45. package/lib/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +33 -5
  46. package/lib/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +3 -1
  47. package/lib/selectResourceModal/component.js +10 -5
  48. package/lib/selectResourceModal/components/List/ListLocal/Upload.js +2 -1
  49. package/lib/selectResourceModal/components/List/ListNormal/Filter.js +8 -4
  50. package/lib/selectResourceModal/components/List/ListSystem/Filter.js +2 -1
  51. package/lib/userAvater/component.js +2 -1
  52. package/lib/userDirector/component.js +2 -1
  53. package/package.json +1 -1
  54. package/es/appCenter/component.d.ts +0 -0
  55. package/es/appCenter/index.d.ts +0 -2
  56. package/es/appCenter/script/api.d.ts +0 -11
  57. package/es/appCenter/script/apps.d.ts +0 -14
  58. package/es/appCenter/script/permissionMap.d.ts +0 -6
  59. package/es/appCenter/script/routeMap.d.ts +0 -4
  60. package/es/appCenter/style/index.d.ts +0 -1
  61. package/es/baseFilter/component.d.ts +0 -0
  62. package/es/baseFilter/components/FilterGroup.d.ts +0 -0
  63. package/es/baseFilter/components/filterItem.d.ts +0 -0
  64. package/es/baseFilter/index.d.ts +0 -2
  65. package/es/baseFilter/style/index.d.ts +0 -1
  66. package/es/baseFilter/useCalcWidth.d.ts +0 -16
  67. package/es/colorPalette/component.d.ts +0 -0
  68. package/es/colorPalette/components/colorPicker.d.ts +0 -0
  69. package/es/colorPalette/index.d.ts +0 -2
  70. package/es/colorPalette/style/index.d.ts +0 -1
  71. package/es/components.d.ts +0 -5
  72. package/es/config.d.ts +0 -4
  73. package/es/contentDetailList/__demo__/matrix/platform.d.ts +0 -36
  74. package/es/contentDetailList/component.d.ts +0 -0
  75. package/es/contentDetailList/components/Content/CompoItem/index.d.ts +0 -0
  76. package/es/contentDetailList/components/Content/ContentListItem/index.d.ts +0 -0
  77. package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.d.ts +0 -0
  78. package/es/contentDetailList/components/Content/DocItem/index.d.ts +0 -0
  79. package/es/contentDetailList/components/Content/DocMpItem/index.d.ts +0 -0
  80. package/es/contentDetailList/components/Content/GroupPieceItem/index.d.ts +0 -0
  81. package/es/contentDetailList/components/Content/KongoNavItem/index.d.ts +0 -0
  82. package/es/contentDetailList/components/Content/LiveItem/index.d.ts +0 -0
  83. package/es/contentDetailList/components/Content/MaccountItem/index.d.ts +0 -0
  84. package/es/contentDetailList/components/Content/courseItem/index.d.ts +0 -0
  85. package/es/contentDetailList/components/Content/funhdItem/index.d.ts +0 -0
  86. package/es/contentDetailList/components/Content/index.d.ts +0 -0
  87. package/es/contentDetailList/components/CustomWrp/CustomItem.d.ts +0 -0
  88. package/es/contentDetailList/components/CustomWrp/index.d.ts +0 -0
  89. package/es/contentDetailList/components/Doc/index.d.ts +0 -0
  90. package/es/contentDetailList/components/Records/MatrixItem/index.d.ts +0 -0
  91. package/es/contentDetailList/components/Records/index.d.ts +0 -0
  92. package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.d.ts +0 -0
  93. package/es/contentDetailList/components/ShowQRCode/index.d.ts +0 -0
  94. package/es/contentDetailList/index.d.ts +0 -2
  95. package/es/contentDetailList/script/api.d.ts +0 -6
  96. package/es/contentDetailList/style/index.d.ts +0 -1
  97. package/es/contentModal/component.d.ts +0 -0
  98. package/es/contentModal/components/CompoList/CompoFilter/index.d.ts +0 -0
  99. package/es/contentModal/components/CompoList/index.d.ts +0 -0
  100. package/es/contentModal/components/ContentList/MediaFilter/index.d.ts +0 -0
  101. package/es/contentModal/components/ContentList/index.d.ts +0 -0
  102. package/es/contentModal/components/Dejin/MediaFilter/index.d.ts +0 -0
  103. package/es/contentModal/components/Dejin/index.d.ts +0 -0
  104. package/es/contentModal/components/EqxiuList/MediaFilter/index.d.ts +0 -0
  105. package/es/contentModal/components/EqxiuList/index.d.ts +0 -0
  106. package/es/contentModal/components/LiveList/MediaFilter/index.d.ts +0 -0
  107. package/es/contentModal/components/LiveList/index.d.ts +0 -0
  108. package/es/contentModal/components/MpAccountList/MpAccountFilter/index.d.ts +0 -0
  109. package/es/contentModal/components/MpAccountList/index.d.ts +0 -0
  110. package/es/contentModal/components/MpContentList/MediaFilter/index.d.ts +0 -0
  111. package/es/contentModal/components/MpContentList/index.d.ts +0 -0
  112. package/es/contentModal/components/ViewAllColumn/MediaFilter/index.d.ts +0 -0
  113. package/es/contentModal/components/ViewAllColumn/columnTree/index.d.ts +0 -0
  114. package/es/contentModal/components/ViewAllColumn/index.d.ts +0 -0
  115. package/es/contentModal/components/storeBox/index.d.ts +0 -0
  116. package/es/contentModal/index.d.ts +0 -2
  117. package/es/contentModal/script/api.d.ts +0 -18
  118. package/es/contentModal/style/index.d.ts +0 -1
  119. package/es/dataTags/component.d.ts +0 -0
  120. package/es/dataTags/index.d.ts +0 -2
  121. package/es/dataTags/style/index.d.ts +0 -1
  122. package/es/docHistory/component.d.ts +0 -0
  123. package/es/docHistory/components/DocDiffPanel/index.d.ts +0 -0
  124. package/es/docHistory/components/DocHistoryList/index.d.ts +0 -0
  125. package/es/docHistory/index.d.ts +0 -2
  126. package/es/docHistory/scripts/diff.d.ts +0 -1
  127. package/es/docHistory/scripts/useDocHistory.d.ts +0 -10
  128. package/es/docHistory/style/index.d.ts +0 -1
  129. package/es/docPreview/component.d.ts +0 -0
  130. package/es/docPreview/components/PreviewIframe.d.ts +0 -0
  131. package/es/docPreview/index.d.ts +0 -2
  132. package/es/docPreview/scripts/api.d.ts +0 -1
  133. package/es/docPreview/scripts/hook.d.ts +0 -33
  134. package/es/docPreview/style/index.d.ts +0 -1
  135. package/es/editMetaInfo/component.d.ts +0 -0
  136. package/es/editMetaInfo/components/metaInfoForm.d.ts +0 -0
  137. package/es/editMetaInfo/index.d.ts +0 -2
  138. package/es/editMetaInfo/script/api.d.ts +0 -6
  139. package/es/editMetaInfo/script/restaurants.d.ts +0 -4
  140. package/es/editMetaInfo/style/index.d.ts +0 -1
  141. package/es/emptyData/component.d.ts +0 -0
  142. package/es/emptyData/index.d.ts +0 -2
  143. package/es/emptyData/style/index.d.ts +0 -1
  144. package/es/emptyData/svg/add.d.ts +0 -0
  145. package/es/hooks/assets.d.ts +0 -1
  146. package/es/hooks/batch.d.ts +0 -8
  147. package/es/hooks/dialogVisible.d.ts +0 -8
  148. package/es/hooks/source.d.ts +0 -9
  149. package/es/hooks/toggle.d.ts +0 -6
  150. package/es/hooks/useAttachement.d.ts +0 -53
  151. package/es/hooks/useLocalStorage.d.ts +0 -10
  152. package/es/hooks/useMediaContext.d.ts +0 -12
  153. package/es/hooks/usePopper.d.ts +0 -8
  154. package/es/hooks/useSelection.d.ts +0 -30
  155. package/es/hooks/useUpload.d.ts +0 -78
  156. package/es/hooks/user.d.ts +0 -9
  157. package/es/imageCrop/component.d.ts +0 -0
  158. package/es/imageCrop/index.d.ts +0 -2
  159. package/es/imageCrop/script/api.d.ts +0 -1
  160. package/es/imageCrop/style/index.d.ts +0 -1
  161. package/es/importData/component.d.ts +0 -0
  162. package/es/importData/index.d.ts +0 -2
  163. package/es/importData/style/index.d.ts +0 -1
  164. package/es/index.d.ts +0 -31
  165. package/es/mediaFilter/component.d.ts +0 -0
  166. package/es/mediaFilter/components/DocFilter.d.ts +0 -0
  167. package/es/mediaFilter/components/FilterGroup.d.ts +0 -0
  168. package/es/mediaFilter/components/FilterItem.d.ts +0 -0
  169. package/es/mediaFilter/components/MpAccountFilter.d.ts +0 -0
  170. package/es/mediaFilter/components/MpContentFilter.d.ts +0 -0
  171. package/es/mediaFilter/index.d.ts +0 -3
  172. package/es/mediaFilter/script/optionsGetter.d.ts +0 -26
  173. package/es/mediaFilter/script/types.d.ts +0 -16
  174. package/es/mediaFilter/style/index.d.ts +0 -1
  175. package/es/mediaView/component.d.ts +0 -0
  176. package/es/mediaView/index.d.ts +0 -2
  177. package/es/mediaView/style/index.d.ts +0 -1
  178. package/es/messageBox/component.d.ts +0 -0
  179. package/es/messageBox/index.d.ts +0 -2
  180. package/es/messageBox/list.d.ts +0 -0
  181. package/es/messageBox/script/api.d.ts +0 -6
  182. package/es/messageBox/style/index.d.ts +0 -1
  183. package/es/previousVersion/component.d.ts +0 -0
  184. package/es/previousVersion/index.d.ts +0 -2
  185. package/es/previousVersion/script/api.d.ts +0 -15
  186. package/es/previousVersion/script/tool.d.ts +0 -6
  187. package/es/previousVersion/style/index.d.ts +0 -1
  188. package/es/resourceGridList/component.d.ts +0 -0
  189. package/es/resourceGridList/components/FileTypeThumb/index.d.ts +0 -0
  190. package/es/resourceGridList/index.d.ts +0 -2
  191. package/es/resourceGridList/style/index.d.ts +0 -1
  192. package/es/resourceModal/component.d.ts +0 -0
  193. package/es/resourceModal/components/MediaPreviewer/index.d.ts +0 -0
  194. package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.d.ts +0 -0
  195. package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.d.ts +0 -0
  196. package/es/resourceModal/components/MediaSelection/MainContent/index.d.ts +0 -0
  197. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.d.ts +0 -0
  198. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.d.ts +0 -0
  199. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.d.ts +0 -0
  200. package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.d.ts +0 -0
  201. package/es/resourceModal/components/MediaSelection/index.d.ts +0 -0
  202. package/es/resourceModal/index.d.ts +0 -2
  203. package/es/resourceModal/script/api.d.ts +0 -25
  204. package/es/resourceModal/script/mediaSelection.d.ts +0 -14
  205. package/es/resourceModal/style/index.d.ts +0 -1
  206. package/es/selectAddTo/component.d.ts +0 -0
  207. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.d.ts +0 -0
  208. package/es/selectAddTo/components/ViewAllColumn/columnTree/index.d.ts +0 -0
  209. package/es/selectAddTo/components/ViewAllColumn/index.d.ts +0 -0
  210. package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.d.ts +0 -144
  211. package/es/selectAddTo/components/ViewAllColumn/types/index.d.ts +0 -59
  212. package/es/selectAddTo/index.d.ts +0 -2
  213. package/es/selectAddTo/script/api.d.ts +0 -18
  214. package/es/selectAddTo/script/index.d.ts +0 -2
  215. package/es/selectAddTo/script/useSelectAddToState.d.ts +0 -21
  216. package/es/selectAddTo/style/index.d.ts +0 -1
  217. package/es/selectAddTo/types/index.d.ts +0 -42
  218. package/es/selectAvatarList/component.d.ts +0 -0
  219. package/es/selectAvatarList/index.d.ts +0 -2
  220. package/es/selectAvatarList/style/index.d.ts +0 -1
  221. package/es/selectGategory/component.d.ts +0 -0
  222. package/es/selectGategory/components/ColumnSelection/index.d.ts +0 -0
  223. package/es/selectGategory/index.d.ts +0 -2
  224. package/es/selectGategory/script/api.d.ts +0 -6
  225. package/es/selectGategory/style/index.d.ts +0 -1
  226. package/es/selectResourceModal/__demo__/module/DivWrapper.d.ts +0 -268
  227. package/es/selectResourceModal/__demo__/module/basic.d.ts +0 -299
  228. package/es/selectResourceModal/component.d.ts +0 -0
  229. package/es/selectResourceModal/components/List/ListAi/index.d.ts +0 -0
  230. package/es/selectResourceModal/components/List/ListCardWrapper.d.ts +0 -0
  231. package/es/selectResourceModal/components/List/ListLocal/Upload.d.ts +0 -0
  232. package/es/selectResourceModal/components/List/ListLocal/index.d.ts +0 -0
  233. package/es/selectResourceModal/components/List/ListNormal/Filter.d.ts +0 -0
  234. package/es/selectResourceModal/components/List/ListNormal/index.d.ts +0 -0
  235. package/es/selectResourceModal/components/List/ListSystem/Filter.d.ts +0 -0
  236. package/es/selectResourceModal/components/List/ListSystem/SubList.d.ts +0 -0
  237. package/es/selectResourceModal/components/List/ListSystem/index.d.ts +0 -0
  238. package/es/selectResourceModal/components/List/ListVideo/index.d.ts +0 -0
  239. package/es/selectResourceModal/components/List/ListWraper.d.ts +0 -0
  240. package/es/selectResourceModal/components/ListSelected/index.d.ts +0 -0
  241. package/es/selectResourceModal/components/ListTabs/index.d.ts +0 -0
  242. package/es/selectResourceModal/hooks/useResponsiveFilter.d.ts +0 -21
  243. package/es/selectResourceModal/index.d.ts +0 -2
  244. package/es/selectResourceModal/scripts/selectionApis.d.ts +0 -2
  245. package/es/selectResourceModal/scripts/useCompoLf.d.ts +0 -27
  246. package/es/selectResourceModal/scripts/useResourceSelect.d.ts +0 -7
  247. package/es/selectResourceModal/scripts/useTabFilter.d.ts +0 -22
  248. package/es/selectResourceModal/style/index.d.ts +0 -1
  249. package/es/selectThumb/component.d.ts +0 -0
  250. package/es/selectThumb/components/card.d.ts +0 -0
  251. package/es/selectThumb/components/colorPalette.d.ts +0 -0
  252. package/es/selectThumb/components/colorPicker.d.ts +0 -0
  253. package/es/selectThumb/index.d.ts +0 -2
  254. package/es/selectThumb/style/index.d.ts +0 -1
  255. package/es/thumbCard/component.d.ts +0 -0
  256. package/es/thumbCard/components/ThumbUploading/index.d.ts +0 -0
  257. package/es/thumbCard/index.d.ts +0 -2
  258. package/es/thumbCard/style/index.d.ts +0 -1
  259. package/es/typeIcons/component.d.ts +0 -0
  260. package/es/typeIcons/index.d.ts +0 -2
  261. package/es/typeIcons/style/index.d.ts +0 -1
  262. package/es/uploadBefore/component.d.ts +0 -0
  263. package/es/uploadBefore/components/UploadBefore.d.ts +0 -0
  264. package/es/uploadBefore/components/UploadForClick.d.ts +0 -0
  265. package/es/uploadBefore/index.d.ts +0 -2
  266. package/es/uploadBefore/script/api.d.ts +0 -16
  267. package/es/uploadBefore/script/fileTypeAdapter.d.ts +0 -39
  268. package/es/uploadBefore/script/fileUpload.d.ts +0 -7
  269. package/es/uploadBefore/script/uploadHooks.d.ts +0 -96
  270. package/es/uploadBefore/style/index.d.ts +0 -1
  271. package/es/uploadBefore/utils/dragUploadEvent.d.ts +0 -0
  272. package/es/uploadStep/component.d.ts +0 -0
  273. package/es/uploadStep/index.d.ts +0 -2
  274. package/es/uploadStep/script/fileTypeAdapter.d.ts +0 -20
  275. package/es/uploadStep/style/index.d.ts +0 -1
  276. package/es/userAvater/component.d.ts +0 -0
  277. package/es/userAvater/index.d.ts +0 -2
  278. package/es/userAvater/script/api.d.ts +0 -8
  279. package/es/userAvater/style/index.d.ts +0 -1
  280. package/es/userDirector/component.d.ts +0 -0
  281. package/es/userDirector/components/userTree.d.ts +0 -0
  282. package/es/userDirector/index.d.ts +0 -2
  283. package/es/userDirector/script/api.d.ts +0 -10
  284. package/es/userDirector/style/index.d.ts +0 -1
  285. package/es/utils/auth.d.ts +0 -5
  286. package/es/utils/date.d.ts +0 -3
  287. package/es/utils/doc.d.ts +0 -76
  288. package/es/utils/filter.d.ts +0 -21
  289. package/es/utils/index.d.ts +0 -17
  290. package/es/utils/request.d.ts +0 -9
  291. package/es/utils/resource.d.ts +0 -4
  292. package/es/utils/transcodeMedia.d.ts +0 -13
  293. package/es/utils/tusUpload.d.ts +0 -16
  294. package/es/utils/typeMap.d.ts +0 -185
  295. package/es/utils/uploadCatalog.d.ts +0 -1
  296. package/es/videoThumb/component.d.ts +0 -0
  297. package/es/videoThumb/index.d.ts +0 -2
  298. package/es/videoThumb/scripts/api.d.ts +0 -9
  299. package/es/videoThumb/scripts/useVideoThumbs.d.ts +0 -12
  300. package/es/videoThumb/style/index.d.ts +0 -1
@@ -48,7 +48,8 @@ const _sfc_main = vue.defineComponent({
48
48
  default: vue.withCtx(() => [
49
49
  _cache[0] || (_cache[0] = vue.createTextVNode(" \u672C\u5730\u4E0A\u4F20 "))
50
50
  ]),
51
- _: 1
51
+ _: 1,
52
+ __: [0]
52
53
  })
53
54
  ]),
54
55
  _: 1
@@ -259,13 +259,15 @@ const _sfc_main = vue.defineComponent({
259
259
  default: vue.withCtx(() => _cache[12] || (_cache[12] = [
260
260
  vue.createTextVNode("\u7CBE\u51C6\u641C")
261
261
  ])),
262
- _: 1
262
+ _: 1,
263
+ __: [12]
263
264
  }),
264
265
  vue.createVNode(vue.unref(webVue.Doption), { value: 1 }, {
265
266
  default: vue.withCtx(() => _cache[13] || (_cache[13] = [
266
267
  vue.createTextVNode("\u6A21\u7CCA\u641C")
267
268
  ])),
268
- _: 1
269
+ _: 1,
270
+ __: [13]
269
271
  })
270
272
  ]),
271
273
  default: vue.withCtx(() => [
@@ -404,7 +406,8 @@ const _sfc_main = vue.defineComponent({
404
406
  default: vue.withCtx(() => _cache[14] || (_cache[14] = [
405
407
  vue.createTextVNode(" \u91CD\u7F6E ")
406
408
  ])),
407
- _: 1
409
+ _: 1,
410
+ __: [14]
408
411
  }))
409
412
  ], 512), [
410
413
  [vue.vShow, !isEmpty.value]
@@ -429,7 +432,8 @@ const _sfc_main = vue.defineComponent({
429
432
  default: vue.withCtx(() => [
430
433
  _cache[15] || (_cache[15] = vue.createTextVNode(" \u4E0A\u4F20 "))
431
434
  ]),
432
- _: 1
435
+ _: 1,
436
+ __: [15]
433
437
  }))
434
438
  ])
435
439
  ]),
@@ -131,7 +131,8 @@ const _sfc_main = vue.defineComponent({
131
131
  default: vue.withCtx(() => _cache[3] || (_cache[3] = [
132
132
  vue.createTextVNode(" \u91CD\u7F6E ")
133
133
  ])),
134
- _: 1
134
+ _: 1,
135
+ __: [3]
135
136
  })) : vue.createCommentVNode("v-if", true)
136
137
  ])
137
138
  ])
@@ -141,7 +141,8 @@ const _sfc_main = vue.defineComponent({
141
141
  default: vue.withCtx(() => _cache[2] || (_cache[2] = [
142
142
  vue.createTextVNode("\u9000\u51FA")
143
143
  ])),
144
- _: 1
144
+ _: 1,
145
+ __: [2]
145
146
  })
146
147
  ])
147
148
  ])
@@ -229,7 +229,8 @@ const _sfc_main = vue.defineComponent({
229
229
  default: vue.withCtx(() => _cache[0] || (_cache[0] = [
230
230
  vue.createTextVNode("\u5168\u90E8\u6E05\u9664")
231
231
  ])),
232
- _: 1
232
+ _: 1,
233
+ __: [0]
233
234
  })
234
235
  ]),
235
236
  vue.createVNode(vue.unref(webVue.Scrollbar), {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cmstops/pro-compo",
3
- "version": "3.9.1-rc.11",
3
+ "version": "3.9.1-rc.12",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "vue",
File without changes
@@ -1,2 +0,0 @@
1
- declare const appCenter: any;
2
- export default appCenter;
@@ -1,11 +0,0 @@
1
- interface Params {
2
- repo_id?: string;
3
- app_id?: number;
4
- [key: string]: any;
5
- }
6
- export declare function getUserRepoActs(BASE_API: string): Promise<import("axios").AxiosResponse<any, any>>;
7
- export declare function getPubApps(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
8
- export declare function getResentApp(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
9
- export declare function setResentApp(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
10
- export declare function getBtnSlot(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
11
- export {};
@@ -1,14 +0,0 @@
1
- declare const _default: {
2
- alias: string;
3
- actions: {
4
- id: number;
5
- key: string;
6
- alias: string;
7
- brief: string;
8
- real: string;
9
- type: number;
10
- icon: string;
11
- target_url: string;
12
- }[];
13
- }[];
14
- export default _default;
@@ -1,6 +0,0 @@
1
- declare type PermissionItem = {
2
- key: string;
3
- real: string | string[];
4
- };
5
- export default function permissionMap(permissions: string[], item: PermissionItem, hideList?: string[]): boolean;
6
- export {};
@@ -1,4 +0,0 @@
1
- export default function routeMap(BASE_API: string, rid: string | null | undefined, listType: string, app?: {
2
- type: number;
3
- setting?: any;
4
- } | null): Promise<void>;
@@ -1 +0,0 @@
1
- import './index.less';
File without changes
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- declare const baseFilter: any;
2
- export default baseFilter;
@@ -1 +0,0 @@
1
- import './index.less';
@@ -1,16 +0,0 @@
1
- import { Ref } from 'vue';
2
- /**
3
- * @deprecated 改为其他方式实现
4
- * @param filterItemsRef
5
- * @param dpPannelRef
6
- * @param moreBtnRef
7
- * @returns
8
- */
9
- export default function useCalcWidth(filterItemsRef: Ref<HTMLElement | undefined>, dpPannelRef: Ref<HTMLElement | undefined>, moreBtnRef: Ref<HTMLElement | undefined>): {
10
- pannelArray: Ref<string, string>;
11
- popperShowFlag: Ref<boolean, boolean>;
12
- showPopper: () => void;
13
- initDocWidthListener: () => void;
14
- initPopper: () => void;
15
- checkOverflow: () => void;
16
- };
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- declare const colorPalette: any;
2
- export default colorPalette;
@@ -1 +0,0 @@
1
- import './index.less';
@@ -1,5 +0,0 @@
1
- import type { App } from 'vue';
2
- declare const Components: {
3
- install: (app: App) => void;
4
- };
5
- export default Components;
package/es/config.d.ts DELETED
@@ -1,4 +0,0 @@
1
- export declare const DEFAULT_BASE_API: any;
2
- export declare const DEFAULT_BASE_ACCOUNT_HOST: any;
3
- export declare const DEFAULT_UPLOAD_CHUNK_SIZE: number;
4
- export declare const DEFAULT_UPLOAD_URL: string;
@@ -1,36 +0,0 @@
1
- declare const platform: ({
2
- id: number;
3
- key: string;
4
- name: string;
5
- indexUrl: string;
6
- isDataAsync: boolean;
7
- type: string[];
8
- pfIcon?: undefined;
9
- } | {
10
- id: number;
11
- key: string;
12
- name: string;
13
- indexUrl: string;
14
- pfIcon: string;
15
- isDataAsync: boolean;
16
- type: string[];
17
- })[];
18
- export declare function getPlatformInfoById(id: number): any;
19
- export declare const accounts: {
20
- id: number;
21
- createdAt: string;
22
- updatedAt: string;
23
- deletedAt: null;
24
- thirdId: string;
25
- authorId: string;
26
- platformAccountId: string;
27
- avatar: string;
28
- name: string;
29
- platformId: number;
30
- cookie: string;
31
- token: string;
32
- lastRequestAt: number;
33
- lastSyncAt: number;
34
- state: number;
35
- }[];
36
- export default platform;
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- declare const contentDetailList: any;
2
- export default contentDetailList;
@@ -1,6 +0,0 @@
1
- interface Params {
2
- [key: string]: any;
3
- }
4
- export declare function generateDocPreviewLink(BASE_API: string, query?: Params): Promise<import("axios").AxiosResponse<any, any>>;
5
- export declare function getDocDetailsNew(BASE_API: string, query?: Params): Promise<import("axios").AxiosResponse<any, any>>;
6
- export {};
@@ -1 +0,0 @@
1
- import './index.less';
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- declare const contentModal: any;
2
- export default contentModal;
@@ -1,18 +0,0 @@
1
- interface Params {
2
- [key: string]: any;
3
- }
4
- export declare function getCategoryCategoriesTree(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
5
- export declare function getCategoryPath(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
6
- export declare function getCategoryMediaNew(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
7
- export declare function checkCommitFulfillment(BASE_API: string, params?: Params): Promise<boolean>;
8
- export declare function searchMlists(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
9
- export declare function getCategorylistsGroups(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
10
- export declare function searchMpaccount(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
11
- export declare function getBroadcastList(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
12
- export declare function getEqxiuList(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
13
- export declare function getMpContentList(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
14
- export declare function getRevealContent(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
15
- export declare function getConfigurationNew(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
16
- export declare function getReporterContent(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
17
- export declare function getTypeConfig(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
18
- export {};
@@ -1 +0,0 @@
1
- import './index.less';
File without changes
@@ -1,2 +0,0 @@
1
- declare const dataTags: any;
2
- export default dataTags;
@@ -1 +0,0 @@
1
- import './index.less';
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- declare const docHistory: any;
2
- export default docHistory;
@@ -1 +0,0 @@
1
- export declare function CompareById2(leftNode: HTMLElement, rightNode: HTMLElement): string;
@@ -1,10 +0,0 @@
1
- export declare function getDocHistory(BASE_API: string, id: number, pub: boolean): Promise<import("axios").AxiosResponse<any, any>>;
2
- export declare function useDocHistory(BASE_API: string): {
3
- diffContent: import("vue").Ref<any, any>;
4
- current: import("vue").Ref<number, number>;
5
- loading: import("vue").Ref<boolean, boolean>;
6
- list: import("vue").Ref<any[], any[]>;
7
- loadData: () => Promise<void>;
8
- initParams: (mediaId: number, docPub: boolean) => void;
9
- handleSelect: (idx: number) => Promise<void>;
10
- };
@@ -1 +0,0 @@
1
- import './index.less';
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- declare const docPreview: any;
2
- export default docPreview;
@@ -1 +0,0 @@
1
- export declare function generateDocPreviewLink(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
@@ -1,33 +0,0 @@
1
- import { Ref } from 'vue';
2
- export declare function generateDocPreviewLink(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
3
- export declare const EXPIRE_TIME_OPTIONS: {
4
- label: string;
5
- value: number;
6
- }[];
7
- declare type ShareDataType = {
8
- qrCode: string;
9
- shareUrl: string;
10
- expiredAt: number;
11
- };
12
- export declare function useDocPreview(BASE_API: string, hashid: Ref<string>): {
13
- genQrCode: (shareUrl: string, selector: string) => void;
14
- generate: (cancel?: boolean | undefined) => Promise<boolean>;
15
- cancel: (update?: boolean | undefined) => Promise<void>;
16
- copy: () => Promise<void>;
17
- qrCode: Ref<string, string>;
18
- isPublish: Ref<boolean, boolean>;
19
- loading: Ref<boolean, boolean>;
20
- expireTime: Ref<number, number>;
21
- innerUrl: Ref<string, string>;
22
- shareData: Ref<{
23
- qrCode: string;
24
- shareUrl: string;
25
- expiredAt: number;
26
- } | null, ShareDataType | {
27
- qrCode: string;
28
- shareUrl: string;
29
- expiredAt: number;
30
- } | null>;
31
- intervalTime: Ref<string, string>;
32
- };
33
- export {};
@@ -1 +0,0 @@
1
- import './index.less';
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- declare const editMetaInfo: any;
2
- export default editMetaInfo;
@@ -1,6 +0,0 @@
1
- interface Params {
2
- [key: string]: any;
3
- }
4
- export declare function getDocDetailsNew(BASE_API: string, query: Params): Promise<import("axios").AxiosResponse<any, any>>;
5
- export declare function getAllDutyEditor(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
6
- export {};
@@ -1,4 +0,0 @@
1
- declare const _default: {
2
- value: string;
3
- }[];
4
- export default _default;
@@ -1 +0,0 @@
1
- import './index.less';
File without changes
@@ -1,2 +0,0 @@
1
- declare const emptyData: any;
2
- export default emptyData;
@@ -1 +0,0 @@
1
- import './index.less';
File without changes
@@ -1 +0,0 @@
1
- export declare function useGenerateAssets(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
@@ -1,8 +0,0 @@
1
- declare const useTableBatch: () => {
2
- hoverTarget: import("vue").Ref<null, null>;
3
- isItemChecked: import("vue").ComputedRef<(selectedData: any, item: any) => any>;
4
- hoverBatchBox: import("vue").ComputedRef<(selectedData: any, item: any) => any>;
5
- tableCellMouseEnter: (record: any) => void;
6
- tableCellMouseLeave: (record: any) => void;
7
- };
8
- export default useTableBatch;
@@ -1,8 +0,0 @@
1
- declare type ComponentProps = {
2
- visible: boolean;
3
- };
4
- export default function useDialogVisible(props: ComponentProps, emit: any): {
5
- visible: import("vue").WritableComputedRef<boolean, unknown>;
6
- setVisible: (bool: boolean) => void;
7
- };
8
- export {};
@@ -1,9 +0,0 @@
1
- interface Params {
2
- [key: string]: any;
3
- }
4
- export declare function getConfiguration(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
5
- declare const useLoadSourceInfo: (BASE_API: string) => {
6
- SourceInfo: import("vue").Ref<any, any>;
7
- getSourceInfoHandle: () => Promise<void>;
8
- };
9
- export default useLoadSourceInfo;
@@ -1,6 +0,0 @@
1
- export declare function useToggle(initData?: boolean): {
2
- state: import("vue").Ref<boolean, boolean>;
3
- toggle: () => boolean;
4
- open: () => boolean;
5
- close: () => boolean;
6
- };
@@ -1,53 +0,0 @@
1
- export declare function getAttachmentsAll(BASE_API: string, query?: any): Promise<import("axios").AxiosResponse<any, any>>;
2
- export declare function getAttachmentsMy(BASE_API: string, query?: any): Promise<import("axios").AxiosResponse<any, any>>;
3
- export declare function getAttachmentsMyMessage(BASE_API: string, query: any): Promise<import("axios").AxiosResponse<any, any>>;
4
- declare type OptionsType = {
5
- key: string;
6
- BASE_API: string;
7
- };
8
- export default function useAttachement(options: OptionsType): {
9
- list: import("vue").Ref<any[], any[]>;
10
- total: import("vue").Ref<number, number>;
11
- limit: import("vue").Ref<number, number>;
12
- offset: import("vue").Ref<number, number>;
13
- pageIdx: import("vue").ComputedRef<number>;
14
- loading: import("vue").Ref<boolean, boolean>;
15
- changeFilter: (f: any) => void;
16
- changeKey: (k: string) => void;
17
- changePage: (o: number) => void;
18
- changeSize: (s: number) => void;
19
- loadData: () => Promise<void>;
20
- };
21
- export declare function useLocalRecource(): {
22
- localList: import("vue").Ref<any[], any[]>;
23
- initLocalList: () => void;
24
- setLocalList: (list: any[]) => void;
25
- };
26
- export declare type MediaUseType = 0 | 1 | 2 | 3 | 4 | 5 | 6;
27
- export declare const mediaUseEnum: {
28
- [key: string]: MediaUseType;
29
- };
30
- export declare function getSysRsByTag(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
31
- export declare function getSysRsClassifyList(BASE_API: string, sys_tag: number): Promise<import("axios").AxiosResponse<any, any>>;
32
- export declare function getSysRsPage(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
33
- export declare function getDirectory(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
34
- /**
35
- * 数据结构:
36
- * Array<{
37
- * "id": {dirid},
38
- * "alias": {dirname},
39
- * "parent_id": {parent_dirid},
40
- * "children": [],
41
- * ...
42
- * }>
43
- */
44
- declare type DirOptionsType = {
45
- key?: string;
46
- BASE_API: string;
47
- };
48
- export declare function useDirectory(options: DirOptionsType): {
49
- tree: import("vue").Ref<any[], any[]>;
50
- init: () => Promise<void>;
51
- loadMore: (target: any) => Promise<void>;
52
- };
53
- export {};
@@ -1,10 +0,0 @@
1
- export declare const LOCALSTORAGE_KEYS: {
2
- LOCAL_RESOURCES: string;
3
- LOCAL_UPLOAD_CONFIG: string;
4
- USER_INFO: string;
5
- };
6
- export default function useLocalstorage(key: keyof typeof LOCALSTORAGE_KEYS): {
7
- get: () => any;
8
- set: (value: any) => void;
9
- remove: () => void;
10
- };