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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (303) hide show
  1. package/dist/index.css +49 -4
  2. package/dist/index.min.css +1 -1
  3. package/dist/index.min.js.map +1 -1
  4. package/es/appCenter/script/api.d.ts +5 -5
  5. package/es/baseFilter/components/FilterGroup.js +1 -1
  6. package/es/baseFilter/components/filterItem.js +1 -1
  7. package/es/colorPalette/component.js +1 -1
  8. package/es/config.js +1 -1
  9. package/es/contentDetailList/component.js +33 -9
  10. package/es/contentDetailList/components/Content/CompoItem/index.js +12 -12
  11. package/es/contentDetailList/components/Content/ContentListItem/index.js +15 -15
  12. package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +18 -18
  13. package/es/contentDetailList/components/Content/DocItem/index.js +27 -27
  14. package/es/contentDetailList/components/Content/DocMpItem/index.js +13 -13
  15. package/es/contentDetailList/components/Content/GroupPieceItem/index.js +11 -11
  16. package/es/contentDetailList/components/Content/KongoNavItem/index.js +14 -14
  17. package/es/contentDetailList/components/Content/LiveItem/index.js +9 -9
  18. package/es/contentDetailList/components/Content/MaccountItem/index.js +12 -12
  19. package/es/contentDetailList/components/Content/courseItem/index.js +10 -10
  20. package/es/contentDetailList/components/Content/funhdItem/index.js +10 -10
  21. package/es/contentDetailList/components/Content/index.js +118 -117
  22. package/es/contentDetailList/components/CustomWrp/CustomItem.js +5 -5
  23. package/es/contentDetailList/components/CustomWrp/index.js +10 -10
  24. package/es/contentDetailList/components/Doc/index.js +16 -10
  25. package/es/contentDetailList/components/Records/MatrixItem/index.js +22 -22
  26. package/es/contentDetailList/components/Records/index.js +8 -8
  27. package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
  28. package/es/contentDetailList/components/ShowQRCode/index.js +1 -1
  29. package/es/contentDetailList/script/api.d.ts +2 -2
  30. package/es/contentModal/component.js +40 -40
  31. package/es/contentModal/components/CompoList/index.js +1 -1
  32. package/es/contentModal/components/Dejin/index.js +1 -1
  33. package/es/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
  34. package/es/contentModal/components/MpContentList/index.js +1 -1
  35. package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
  36. package/es/contentModal/components/ViewAllColumn/index.js +41 -20
  37. package/es/contentModal/components/storeBox/index.js +8 -8
  38. package/es/contentModal/script/api.d.ts +13 -13
  39. package/es/dataTags/component.js +38 -38
  40. package/es/docHistory/component.js +44 -15
  41. package/es/docHistory/components/DocDiffPanel/index.js +2 -2
  42. package/es/docHistory/components/DocHistoryList/index.js +2 -2
  43. package/es/docHistory/scripts/diff.js +4 -3
  44. package/es/docHistory/scripts/useDocHistory.d.ts +1 -1
  45. package/es/docHistory/style/index.css +4 -0
  46. package/es/docHistory/style/index.less +5 -0
  47. package/es/docPreview/component.js +15 -15
  48. package/es/docPreview/components/PreviewIframe.js +2 -2
  49. package/es/docPreview/scripts/api.d.ts +1 -1
  50. package/es/docPreview/scripts/hook.d.ts +1 -1
  51. package/es/editMetaInfo/components/metaInfoForm.js +11 -11
  52. package/es/editMetaInfo/script/api.d.ts +2 -2
  53. package/es/emptyData/component.js +4 -4
  54. package/es/emptyData/svg/acount.js +2 -2
  55. package/es/emptyData/svg/add.js +2 -2
  56. package/es/emptyData/svg/analize.js +2 -2
  57. package/es/emptyData/svg/analize_fail.js +2 -2
  58. package/es/emptyData/svg/empty.js +2 -2
  59. package/es/emptyData/svg/file.js +2 -2
  60. package/es/emptyData/svg/manager.js +2 -2
  61. package/es/emptyData/svg/message.js +2 -2
  62. package/es/emptyData/svg/noanalize.js +2 -2
  63. package/es/emptyData/svg/null.js +2 -2
  64. package/es/emptyData/svg/search.js +2 -2
  65. package/es/emptyData/svg/star.js +2 -2
  66. package/es/emptyData/svg/trash.js +2 -2
  67. package/es/emptyData/svg/user.js +2 -2
  68. package/es/hooks/assets.d.ts +1 -1
  69. package/es/hooks/source.d.ts +1 -1
  70. package/es/hooks/useAttachement.d.ts +7 -7
  71. package/es/hooks/usePopper.d.ts +1 -1
  72. package/es/hooks/usePopper.js +3 -3
  73. package/es/hooks/useUpload.d.ts +53 -5
  74. package/es/hooks/useUpload.js +43 -4
  75. package/es/hooks/user.d.ts +1 -1
  76. package/es/imageCrop/component.js +11 -11
  77. package/es/imageCrop/script/api.d.ts +1 -1
  78. package/es/importData/component.js +13 -13
  79. package/es/index.css +49 -4
  80. package/es/index.d.ts +1 -0
  81. package/es/index.js +1 -0
  82. package/es/mediaFilter/component.js +4 -4
  83. package/es/mediaFilter/components/DocFilter.js +1 -1
  84. package/es/mediaFilter/components/FilterGroup.js +1 -1
  85. package/es/mediaFilter/components/FilterItem.js +1 -1
  86. package/es/mediaView/component.js +8 -8
  87. package/es/messageBox/component.js +3 -3
  88. package/es/messageBox/script/api.d.ts +2 -2
  89. package/es/previousVersion/script/api.d.ts +4 -4
  90. package/es/resourceGridList/component.js +16 -16
  91. package/es/resourceGridList/components/FileTypeThumb/index.js +6 -6
  92. package/es/resourceModal/component.js +7 -7
  93. package/es/resourceModal/components/MediaPreviewer/index.js +8 -8
  94. package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
  95. package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
  96. package/es/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
  97. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
  98. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
  99. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
  100. package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
  101. package/es/resourceModal/components/MediaSelection/index.js +6 -6
  102. package/es/resourceModal/script/api.d.ts +11 -11
  103. package/es/selectAddTo/component.d.ts +0 -0
  104. package/es/selectAddTo/component.js +47 -0
  105. package/es/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  106. package/es/selectAddTo/components/SelectAddToView.d.ts +0 -0
  107. package/es/selectAddTo/components/SelectAddToView.js +90 -0
  108. package/es/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  109. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.d.ts +0 -0
  110. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +166 -0
  111. package/es/selectAddTo/components/ViewAllColumn/index.d.ts +0 -0
  112. package/es/selectAddTo/components/ViewAllColumn/index.js +212 -0
  113. package/es/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  114. package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.d.ts +6 -0
  115. package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +102 -0
  116. package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.d.ts +144 -0
  117. package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +182 -0
  118. package/es/selectAddTo/components/ViewAllColumn/types/index.d.ts +55 -0
  119. package/es/selectAddTo/index.d.ts +2 -0
  120. package/es/selectAddTo/index.js +7 -0
  121. package/es/selectAddTo/script/api.d.ts +18 -0
  122. package/es/selectAddTo/script/api.js +23 -0
  123. package/es/selectAddTo/script/index.d.ts +2 -0
  124. package/es/selectAddTo/script/useSelectAddToState.d.ts +13 -0
  125. package/es/selectAddTo/script/useSelectAddToState.js +55 -0
  126. package/es/selectAddTo/style/css.js +1 -0
  127. package/es/selectAddTo/style/index.css +3 -0
  128. package/es/selectAddTo/style/index.d.ts +1 -0
  129. package/es/selectAddTo/style/index.js +1 -0
  130. package/es/selectAddTo/style/index.less +3 -0
  131. package/es/selectAddTo/types/index.d.ts +37 -0
  132. package/es/selectGategory/component.js +5 -5
  133. package/es/selectGategory/components/ColumnSelection/index.js +6 -6
  134. package/es/selectGategory/script/api.d.ts +2 -2
  135. package/es/selectResourceModal/__demo__/module/DivWrapper.d.ts +261 -0
  136. package/es/selectResourceModal/__demo__/module/basic.d.ts +292 -0
  137. package/es/selectResourceModal/component.js +26 -34
  138. package/es/selectResourceModal/components/List/ListCardWrapper.js +6 -6
  139. package/es/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  140. package/es/selectResourceModal/components/List/ListLocal/index.js +8 -3
  141. package/es/selectResourceModal/components/List/ListNormal/Filter.js +202 -94
  142. package/es/selectResourceModal/components/List/ListNormal/index.js +23 -7
  143. package/es/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
  144. package/es/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
  145. package/es/selectResourceModal/components/List/ListSystem/index.js +2 -2
  146. package/es/selectResourceModal/components/List/ListWraper.js +2 -2
  147. package/es/selectResourceModal/components/ListSelected/index.js +6 -6
  148. package/es/selectResourceModal/components/ListTabs/index.js +1 -1
  149. package/es/selectResourceModal/hooks/useResponsiveFilter.d.ts +21 -0
  150. package/es/selectResourceModal/hooks/useResponsiveFilter.js +142 -0
  151. package/es/selectResourceModal/scripts/selectionApis.d.ts +2 -2
  152. package/es/selectResourceModal/scripts/useTabFilter.js +1 -11
  153. package/es/selectResourceModal/style/index.css +45 -4
  154. package/es/selectResourceModal/style/index.less +14 -0
  155. package/es/selectResourceModal/style/list.less +40 -4
  156. package/es/selectThumb/component.js +38 -38
  157. package/es/selectThumb/components/card.js +3 -3
  158. package/es/style.css +63 -0
  159. package/es/thumbCard/component.js +7 -7
  160. package/es/thumbCard/components/ThumbUploading/index.js +3 -3
  161. package/es/typeIcons/component.js +1 -1
  162. package/es/uploadBefore/component.js +1 -1
  163. package/es/uploadBefore/components/UploadBefore.js +9 -9
  164. package/es/uploadBefore/script/api.d.ts +4 -4
  165. package/es/uploadStep/component.js +3 -3
  166. package/es/userAvater/component.js +3 -3
  167. package/es/userAvater/script/api.d.ts +4 -4
  168. package/es/userDirector/component.js +5 -5
  169. package/es/userDirector/components/userTree.js +2 -2
  170. package/es/userDirector/script/api.d.ts +6 -6
  171. package/es/utils/index.js +6 -6
  172. package/es/utils/request.d.ts +1 -1
  173. package/es/utils/transcodeMedia.d.ts +1 -1
  174. package/es/videoThumb/scripts/api.d.ts +1 -1
  175. package/lib/baseFilter/components/FilterGroup.js +1 -1
  176. package/lib/baseFilter/components/filterItem.js +1 -1
  177. package/lib/colorPalette/component.js +1 -1
  178. package/lib/config.js +1 -1
  179. package/lib/contentDetailList/component.js +33 -9
  180. package/lib/contentDetailList/components/Content/CompoItem/index.js +12 -12
  181. package/lib/contentDetailList/components/Content/ContentListItem/index.js +15 -15
  182. package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +18 -18
  183. package/lib/contentDetailList/components/Content/DocItem/index.js +27 -27
  184. package/lib/contentDetailList/components/Content/DocMpItem/index.js +13 -13
  185. package/lib/contentDetailList/components/Content/GroupPieceItem/index.js +11 -11
  186. package/lib/contentDetailList/components/Content/KongoNavItem/index.js +14 -14
  187. package/lib/contentDetailList/components/Content/LiveItem/index.js +9 -9
  188. package/lib/contentDetailList/components/Content/MaccountItem/index.js +12 -12
  189. package/lib/contentDetailList/components/Content/courseItem/index.js +10 -10
  190. package/lib/contentDetailList/components/Content/funhdItem/index.js +10 -10
  191. package/lib/contentDetailList/components/Content/index.js +118 -117
  192. package/lib/contentDetailList/components/CustomWrp/CustomItem.js +5 -5
  193. package/lib/contentDetailList/components/CustomWrp/index.js +10 -10
  194. package/lib/contentDetailList/components/Doc/index.js +16 -10
  195. package/lib/contentDetailList/components/Records/MatrixItem/index.js +22 -22
  196. package/lib/contentDetailList/components/Records/index.js +8 -8
  197. package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
  198. package/lib/contentDetailList/components/ShowQRCode/index.js +1 -1
  199. package/lib/contentModal/component.js +40 -40
  200. package/lib/contentModal/components/CompoList/index.js +1 -1
  201. package/lib/contentModal/components/Dejin/index.js +1 -1
  202. package/lib/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
  203. package/lib/contentModal/components/MpContentList/index.js +1 -1
  204. package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
  205. package/lib/contentModal/components/ViewAllColumn/index.js +40 -19
  206. package/lib/contentModal/components/storeBox/index.js +8 -8
  207. package/lib/dataTags/component.js +38 -38
  208. package/lib/docHistory/component.js +42 -13
  209. package/lib/docHistory/components/DocDiffPanel/index.js +2 -2
  210. package/lib/docHistory/components/DocHistoryList/index.js +2 -2
  211. package/lib/docHistory/scripts/diff.js +4 -3
  212. package/lib/docHistory/style/index.css +4 -0
  213. package/lib/docHistory/style/index.less +5 -0
  214. package/lib/docPreview/component.js +15 -15
  215. package/lib/docPreview/components/PreviewIframe.js +2 -2
  216. package/lib/editMetaInfo/components/metaInfoForm.js +11 -11
  217. package/lib/emptyData/component.js +4 -4
  218. package/lib/emptyData/svg/acount.js +2 -2
  219. package/lib/emptyData/svg/add.js +2 -2
  220. package/lib/emptyData/svg/analize.js +2 -2
  221. package/lib/emptyData/svg/analize_fail.js +2 -2
  222. package/lib/emptyData/svg/empty.js +2 -2
  223. package/lib/emptyData/svg/file.js +2 -2
  224. package/lib/emptyData/svg/manager.js +2 -2
  225. package/lib/emptyData/svg/message.js +2 -2
  226. package/lib/emptyData/svg/noanalize.js +2 -2
  227. package/lib/emptyData/svg/null.js +2 -2
  228. package/lib/emptyData/svg/search.js +2 -2
  229. package/lib/emptyData/svg/star.js +2 -2
  230. package/lib/emptyData/svg/trash.js +2 -2
  231. package/lib/emptyData/svg/user.js +2 -2
  232. package/lib/hooks/usePopper.js +3 -3
  233. package/lib/hooks/useUpload.js +43 -3
  234. package/lib/imageCrop/component.js +11 -11
  235. package/lib/importData/component.js +13 -13
  236. package/lib/index.css +49 -4
  237. package/lib/index.js +2 -0
  238. package/lib/mediaFilter/component.js +4 -4
  239. package/lib/mediaFilter/components/DocFilter.js +1 -1
  240. package/lib/mediaFilter/components/FilterGroup.js +1 -1
  241. package/lib/mediaFilter/components/FilterItem.js +1 -1
  242. package/lib/mediaView/component.js +8 -8
  243. package/lib/messageBox/component.js +3 -3
  244. package/lib/resourceGridList/component.js +16 -16
  245. package/lib/resourceGridList/components/FileTypeThumb/index.js +6 -6
  246. package/lib/resourceModal/component.js +7 -7
  247. package/lib/resourceModal/components/MediaPreviewer/index.js +8 -8
  248. package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
  249. package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
  250. package/lib/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
  251. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
  252. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
  253. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
  254. package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
  255. package/lib/resourceModal/components/MediaSelection/index.js +6 -6
  256. package/lib/selectAddTo/component.js +48 -0
  257. package/lib/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  258. package/lib/selectAddTo/components/SelectAddToView.js +91 -0
  259. package/lib/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  260. package/lib/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +167 -0
  261. package/lib/selectAddTo/components/ViewAllColumn/index.js +213 -0
  262. package/lib/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  263. package/lib/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +108 -0
  264. package/lib/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +184 -0
  265. package/lib/selectAddTo/index.js +8 -0
  266. package/lib/selectAddTo/script/api.js +27 -0
  267. package/lib/selectAddTo/script/useSelectAddToState.js +57 -0
  268. package/lib/selectAddTo/style/css.js +2 -0
  269. package/lib/selectAddTo/style/index.css +3 -0
  270. package/lib/selectAddTo/style/index.js +2 -0
  271. package/lib/selectAddTo/style/index.less +3 -0
  272. package/lib/selectGategory/component.js +5 -5
  273. package/lib/selectGategory/components/ColumnSelection/index.js +6 -6
  274. package/lib/selectResourceModal/component.js +25 -33
  275. package/lib/selectResourceModal/components/List/ListCardWrapper.js +6 -6
  276. package/lib/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  277. package/lib/selectResourceModal/components/List/ListLocal/index.js +6 -1
  278. package/lib/selectResourceModal/components/List/ListNormal/Filter.js +199 -91
  279. package/lib/selectResourceModal/components/List/ListNormal/index.js +22 -6
  280. package/lib/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
  281. package/lib/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
  282. package/lib/selectResourceModal/components/List/ListSystem/index.js +2 -2
  283. package/lib/selectResourceModal/components/List/ListWraper.js +2 -2
  284. package/lib/selectResourceModal/components/ListSelected/index.js +6 -6
  285. package/lib/selectResourceModal/components/ListTabs/index.js +1 -1
  286. package/lib/selectResourceModal/hooks/useResponsiveFilter.js +144 -0
  287. package/lib/selectResourceModal/scripts/useTabFilter.js +1 -13
  288. package/lib/selectResourceModal/style/index.css +45 -4
  289. package/lib/selectResourceModal/style/index.less +14 -0
  290. package/lib/selectResourceModal/style/list.less +40 -4
  291. package/lib/selectThumb/component.js +38 -38
  292. package/lib/selectThumb/components/card.js +3 -3
  293. package/lib/thumbCard/component.js +7 -7
  294. package/lib/thumbCard/components/ThumbUploading/index.js +3 -3
  295. package/lib/typeIcons/component.js +1 -1
  296. package/lib/uploadBefore/component.js +1 -1
  297. package/lib/uploadBefore/components/UploadBefore.js +9 -9
  298. package/lib/uploadStep/component.js +3 -3
  299. package/lib/userAvater/component.js +3 -3
  300. package/lib/userDirector/component.js +5 -5
  301. package/lib/userDirector/components/userTree.js +2 -2
  302. package/lib/utils/index.js +6 -6
  303. package/package.json +1 -1
@@ -1,18 +1,18 @@
1
1
  interface Params {
2
2
  [key: string]: any;
3
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>>;
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
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>>;
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
18
  export {};
@@ -64,9 +64,9 @@ const _sfc_main = defineComponent({
64
64
  return (_ctx, _cache) => {
65
65
  return openBlock(), createElementBlock(Fragment, null, [
66
66
  createCommentVNode(" \u539F\u521B/\u63A8\u8350/\u654F\u611F\u8BCD/\u5C01\u9762\u51E0\u56FE/ "),
67
- _ctx.item ? (openBlock(), createElementBlock("span", _hoisted_1, [
68
- _ctx.item.catalog === "doc" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
69
- _ctx.popverThumb && thumbList.value.length ? (openBlock(), createBlock(unref(Popover), {
67
+ __props.item ? (openBlock(), createElementBlock("span", _hoisted_1, [
68
+ __props.item.catalog === "doc" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
69
+ __props.popverThumb && thumbList.value.length ? (openBlock(), createBlock(unref(Popover), {
70
70
  key: 0,
71
71
  "content-class": "doc-tags-thumb-popver",
72
72
  "arrow-class": "doc-tags-popver-arrow",
@@ -91,7 +91,7 @@ const _sfc_main = defineComponent({
91
91
  default: withCtx(() => [
92
92
  createVNode(unref(Tag), {
93
93
  size: "small",
94
- class: normalizeClass([{ disabled: _ctx.disabled }, "thumb"])
94
+ class: normalizeClass([{ disabled: __props.disabled }, "thumb"])
95
95
  }, {
96
96
  default: withCtx(() => [
97
97
  createTextVNode(toDisplayString(thumbType.value), 1)
@@ -109,7 +109,7 @@ const _sfc_main = defineComponent({
109
109
  default: withCtx(() => [
110
110
  createVNode(unref(Tag), {
111
111
  size: "small",
112
- class: normalizeClass([{ disabled: _ctx.disabled }, "thumb"])
112
+ class: normalizeClass([{ disabled: __props.disabled }, "thumb"])
113
113
  }, {
114
114
  default: withCtx(() => [
115
115
  createTextVNode(toDisplayString(thumbType.value), 1)
@@ -120,7 +120,7 @@ const _sfc_main = defineComponent({
120
120
  _: 1
121
121
  }, 8, ["content"])) : createCommentVNode("v-if", true)
122
122
  ], 64)),
123
- _ctx.item.statement ? (openBlock(), createBlock(unref(Tooltip), {
123
+ __props.item.statement ? (openBlock(), createBlock(unref(Tooltip), {
124
124
  key: 2,
125
125
  content: "\u539F\u521B",
126
126
  position: "top"
@@ -128,17 +128,17 @@ const _sfc_main = defineComponent({
128
128
  default: withCtx(() => [
129
129
  createVNode(unref(Tag), {
130
130
  size: "small",
131
- class: normalizeClass([{ disabled: _ctx.disabled }, "yuanchuang"])
131
+ class: normalizeClass([{ disabled: __props.disabled }, "yuanchuang"])
132
132
  }, {
133
- default: withCtx(() => _cache[1] || (_cache[1] = [
134
- createTextVNode("\u539F\u521B")
135
- ])),
133
+ default: withCtx(() => [..._cache[1] || (_cache[1] = [
134
+ createTextVNode("\u539F\u521B", -1)
135
+ ])]),
136
136
  _: 1
137
137
  }, 8, ["class"])
138
138
  ]),
139
139
  _: 1
140
140
  })) : createCommentVNode("v-if", true),
141
- _ctx.item.recommended ? (openBlock(), createBlock(unref(Tooltip), {
141
+ __props.item.recommended ? (openBlock(), createBlock(unref(Tooltip), {
142
142
  key: 3,
143
143
  content: "\u63A8\u8350",
144
144
  position: "top"
@@ -146,35 +146,35 @@ const _sfc_main = defineComponent({
146
146
  default: withCtx(() => [
147
147
  createVNode(unref(Tag), {
148
148
  size: "small",
149
- class: normalizeClass([{ disabled: _ctx.disabled }, "star"])
149
+ class: normalizeClass([{ disabled: __props.disabled }, "star"])
150
150
  }, {
151
- default: withCtx(() => _cache[2] || (_cache[2] = [
152
- createTextVNode("\u63A8\u8350")
153
- ])),
151
+ default: withCtx(() => [..._cache[2] || (_cache[2] = [
152
+ createTextVNode("\u63A8\u8350", -1)
153
+ ])]),
154
154
  _: 1
155
155
  }, 8, ["class"])
156
156
  ]),
157
157
  _: 1
158
158
  })) : createCommentVNode("v-if", true),
159
- _ctx.item.sensitives ? (openBlock(), createBlock(unref(Tooltip), {
159
+ __props.item.sensitives ? (openBlock(), createBlock(unref(Tooltip), {
160
160
  key: 4,
161
- content: `\u5305\u542B\u654F\u611F\u8BCD\uFF1A${_ctx.item.sensitives}`,
161
+ content: `\u5305\u542B\u654F\u611F\u8BCD\uFF1A${__props.item.sensitives}`,
162
162
  position: "top"
163
163
  }, {
164
164
  default: withCtx(() => [
165
165
  createVNode(unref(Tag), {
166
166
  size: "small",
167
- class: normalizeClass([{ disabled: _ctx.disabled }, "waring"])
167
+ class: normalizeClass([{ disabled: __props.disabled }, "waring"])
168
168
  }, {
169
- default: withCtx(() => _cache[3] || (_cache[3] = [
170
- createTextVNode("\u654F\u611F")
171
- ])),
169
+ default: withCtx(() => [..._cache[3] || (_cache[3] = [
170
+ createTextVNode("\u654F\u611F", -1)
171
+ ])]),
172
172
  _: 1
173
173
  }, 8, ["class"])
174
174
  ]),
175
175
  _: 1
176
176
  }, 8, ["content"])) : createCommentVNode("v-if", true),
177
- _ctx.item.push_state === 3 ? (openBlock(), createBlock(unref(Tooltip), {
177
+ __props.item.push_state === 3 ? (openBlock(), createBlock(unref(Tooltip), {
178
178
  key: 5,
179
179
  content: "\u63A8\u9001\u6210\u529F",
180
180
  position: "top"
@@ -182,11 +182,11 @@ const _sfc_main = defineComponent({
182
182
  default: withCtx(() => [
183
183
  createVNode(unref(Tag), {
184
184
  size: "small",
185
- class: normalizeClass([{ disabled: _ctx.disabled }, "star"])
185
+ class: normalizeClass([{ disabled: __props.disabled }, "star"])
186
186
  }, {
187
- default: withCtx(() => _cache[4] || (_cache[4] = [
188
- createTextVNode("\u5DF2\u63A8\u9001")
189
- ])),
187
+ default: withCtx(() => [..._cache[4] || (_cache[4] = [
188
+ createTextVNode("\u5DF2\u63A8\u9001", -1)
189
+ ])]),
190
190
  _: 1
191
191
  }, 8, ["class"])
192
192
  ]),
@@ -200,7 +200,7 @@ const _sfc_main = defineComponent({
200
200
  default: withCtx(() => [
201
201
  createVNode(unref(Tag), {
202
202
  size: "small",
203
- class: normalizeClass([{ disabled: _ctx.disabled }, "star"])
203
+ class: normalizeClass([{ disabled: __props.disabled }, "star"])
204
204
  }, {
205
205
  default: withCtx(() => [
206
206
  createTextVNode(toDisplayString(localLiveType.value), 1)
@@ -210,7 +210,7 @@ const _sfc_main = defineComponent({
210
210
  ]),
211
211
  _: 1
212
212
  }, 8, ["content"])) : createCommentVNode("v-if", true),
213
- _ctx.item.is_matrix ? (openBlock(), createBlock(unref(Tooltip), {
213
+ __props.item.is_matrix ? (openBlock(), createBlock(unref(Tooltip), {
214
214
  key: 7,
215
215
  content: "\u7A3F\u4EF6\u5B58\u5728\u81EA\u5A92\u4F53\u77E9\u9635\u5206\u53D1\u8BB0\u5F55",
216
216
  position: "top"
@@ -218,38 +218,38 @@ const _sfc_main = defineComponent({
218
218
  default: withCtx(() => [
219
219
  createVNode(unref(Tag), {
220
220
  size: "small",
221
- class: normalizeClass([{ disabled: _ctx.disabled }, "matrix"])
221
+ class: normalizeClass([{ disabled: __props.disabled }, "matrix"])
222
222
  }, {
223
- default: withCtx(() => _cache[5] || (_cache[5] = [
224
- createTextVNode(" \u77E9\u9635\u5206\u53D1 ")
225
- ])),
223
+ default: withCtx(() => [..._cache[5] || (_cache[5] = [
224
+ createTextVNode(" \u77E9\u9635\u5206\u53D1 ", -1)
225
+ ])]),
226
226
  _: 1
227
227
  }, 8, ["class"])
228
228
  ]),
229
229
  _: 1
230
230
  })) : createCommentVNode("v-if", true)
231
- ], 64)) : _ctx.item.catalog === "kongo" ? (openBlock(), createBlock(unref(Tag), {
231
+ ], 64)) : __props.item.catalog === "kongo" ? (openBlock(), createBlock(unref(Tag), {
232
232
  key: 1,
233
233
  size: "small"
234
234
  }, {
235
235
  default: withCtx(() => [
236
- createTextVNode(toDisplayString(unref(kongo_source_map)[_ctx.item.series]), 1)
236
+ createTextVNode(toDisplayString(unref(kongo_source_map)[__props.item.series]), 1)
237
237
  ]),
238
238
  _: 1
239
- })) : _ctx.item.catalog === "mp_account" ? (openBlock(), createBlock(unref(Tag), {
239
+ })) : __props.item.catalog === "mp_account" ? (openBlock(), createBlock(unref(Tag), {
240
240
  key: 2,
241
241
  size: "small"
242
242
  }, {
243
243
  default: withCtx(() => [
244
- createTextVNode(toDisplayString(unref(mp_type_map)[_ctx.item.mp_type]), 1)
244
+ createTextVNode(toDisplayString(unref(mp_type_map)[__props.item.mp_type]), 1)
245
245
  ]),
246
246
  _: 1
247
- })) : _ctx.item.catalog === "mp_content" ? (openBlock(), createBlock(_sfc_main$1, {
247
+ })) : __props.item.catalog === "mp_content" ? (openBlock(), createBlock(_sfc_main$1, {
248
248
  key: 3,
249
249
  class: "icon",
250
250
  type: "mpdoc"
251
251
  })) : (openBlock(), createElementBlock(Fragment, { key: 4 }, [
252
- _ctx.item.list_type ? (openBlock(), createElementBlock("span", _hoisted_4, toDisplayString(unref(contentList_list_type_map)[_ctx.item.list_type]), 1)) : (openBlock(), createElementBlock("span", _hoisted_5, "--"))
252
+ __props.item.list_type ? (openBlock(), createElementBlock("span", _hoisted_4, toDisplayString(unref(contentList_list_type_map)[__props.item.list_type]), 1)) : (openBlock(), createElementBlock("span", _hoisted_5, "--"))
253
253
  ], 64))
254
254
  ])) : createCommentVNode("v-if", true)
255
255
  ], 2112);
@@ -1,5 +1,5 @@
1
- import { defineComponent, computed, watch, onMounted, openBlock, createBlock, unref, withCtx, createVNode, createTextVNode, createElementVNode, createElementBlock, Fragment, createCommentVNode } from "vue";
2
- import { Drawer, Button, Spin, Scrollbar } from "@arco-design/web-vue";
1
+ import { defineComponent, computed, watch, onMounted, openBlock, createBlock, resolveDynamicComponent, mergeProps, withCtx, createVNode, unref, createTextVNode, createElementVNode, createElementBlock, Fragment, createCommentVNode } from "vue";
2
+ import { Button, Spin, Scrollbar, Drawer, Modal } from "@arco-design/web-vue";
3
3
  import { DEFAULT_BASE_API } from "../config.js";
4
4
  import { useDocHistory } from "./scripts/useDocHistory.js";
5
5
  import _sfc_main$2 from "./components/DocHistoryList/index.js";
@@ -13,9 +13,11 @@ const _sfc_main = defineComponent({
13
13
  __name: "component",
14
14
  props: {
15
15
  BASE_API: {},
16
+ wrap: { default: "drawer" },
16
17
  visible: { type: Boolean },
17
18
  docInfo: {},
18
- pub: { type: Boolean }
19
+ pub: { type: Boolean },
20
+ currentIdx: {}
19
21
  },
20
22
  emits: ["update:visible", "select"],
21
23
  setup(__props, { emit: __emit }) {
@@ -27,6 +29,20 @@ const _sfc_main = defineComponent({
27
29
  emits("update:visible", val);
28
30
  }
29
31
  });
32
+ const wrapProps = computed(() => {
33
+ if (props.wrap === "drawer") {
34
+ return {
35
+ class: "doc-history-drawer-wrap",
36
+ title: "\u7248\u672C\u8BB0\u5F55",
37
+ width: 1e3
38
+ };
39
+ }
40
+ return {
41
+ bodyClass: "doc-history-modal-wrap",
42
+ title: "\u7248\u672C\u8BB0\u5F55",
43
+ width: 1e3
44
+ };
45
+ });
30
46
  const BASE_API = props.BASE_API || DEFAULT_BASE_API;
31
47
  const {
32
48
  initParams,
@@ -37,6 +53,10 @@ const _sfc_main = defineComponent({
37
53
  list,
38
54
  current
39
55
  } = useDocHistory(BASE_API);
56
+ const wrapComponent = {
57
+ drawer: Drawer,
58
+ modal: Modal
59
+ };
40
60
  function handeRevert() {
41
61
  emits("select", list.value[current.value]);
42
62
  }
@@ -49,29 +69,38 @@ const _sfc_main = defineComponent({
49
69
  },
50
70
  { immediate: true }
51
71
  );
52
- onMounted(() => {
72
+ watch(
73
+ () => props.currentIdx,
74
+ (val) => {
75
+ if (val) {
76
+ handleSelect(val);
77
+ }
78
+ },
79
+ { immediate: true }
80
+ );
81
+ onMounted(async () => {
53
82
  if (!props.docInfo)
54
83
  return;
55
84
  initParams(props.docInfo.id, props.pub);
56
- loadData();
85
+ await loadData();
86
+ if (props.currentIdx) {
87
+ handleSelect(props.currentIdx);
88
+ }
57
89
  });
58
90
  return (_ctx, _cache) => {
59
- return openBlock(), createBlock(unref(Drawer), {
91
+ return openBlock(), createBlock(resolveDynamicComponent(wrapComponent[__props.wrap]), mergeProps({
60
92
  visible: vis.value,
61
- "onUpdate:visible": _cache[0] || (_cache[0] = ($event) => vis.value = $event),
62
- class: "doc-history-drawer",
63
- title: "\u7248\u672C\u8BB0\u5F55",
64
- width: 1e3
65
- }, {
93
+ "onUpdate:visible": _cache[0] || (_cache[0] = ($event) => vis.value = $event)
94
+ }, wrapProps.value), {
66
95
  footer: withCtx(() => [
67
96
  createVNode(unref(Button), {
68
97
  type: "primary",
69
98
  disabled: !unref(current),
70
99
  onClick: handeRevert
71
100
  }, {
72
- default: withCtx(() => _cache[1] || (_cache[1] = [
73
- createTextVNode(" \u8FD8\u539F\u6B64\u7248\u672C ")
74
- ])),
101
+ default: withCtx(() => [..._cache[1] || (_cache[1] = [
102
+ createTextVNode(" \u8FD8\u539F\u6B64\u7248\u672C ", -1)
103
+ ])]),
75
104
  _: 1
76
105
  }, 8, ["disabled"])
77
106
  ]),
@@ -123,7 +152,7 @@ const _sfc_main = defineComponent({
123
152
  ])
124
153
  ]),
125
154
  _: 1
126
- }, 8, ["visible"]);
155
+ }, 16, ["visible"]);
127
156
  };
128
157
  }
129
158
  });
@@ -11,11 +11,11 @@ const _sfc_main = defineComponent({
11
11
  setup(__props) {
12
12
  return (_ctx, _cache) => {
13
13
  return openBlock(), createElementBlock("div", _hoisted_1, [
14
- createElementVNode("div", _hoisted_2, toDisplayString(_ctx.doc.title), 1),
14
+ createElementVNode("div", _hoisted_2, toDisplayString(__props.doc.title), 1),
15
15
  createElementVNode("div", _hoisted_3, [
16
16
  createElementVNode("div", {
17
17
  class: "doc-content",
18
- innerHTML: _ctx.doc.content
18
+ innerHTML: __props.doc.content
19
19
  }, null, 8, _hoisted_4)
20
20
  ])
21
21
  ]);
@@ -19,10 +19,10 @@ const _sfc_main = defineComponent({
19
19
  const emits = __emit;
20
20
  return (_ctx, _cache) => {
21
21
  return openBlock(), createElementBlock("div", _hoisted_1, [
22
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.list, (item, idx) => {
22
+ (openBlock(true), createElementBlock(Fragment, null, renderList(__props.list, (item, idx) => {
23
23
  return openBlock(), createElementBlock("div", {
24
24
  key: item,
25
- class: normalizeClass(["doc-history-item", { active: idx === _ctx.current }]),
25
+ class: normalizeClass(["doc-history-item", { active: idx === __props.current }]),
26
26
  onClick: ($event) => emits("select", idx)
27
27
  }, [
28
28
  createElementVNode("div", _hoisted_3, toDisplayString(unref(timeFormat)(item.update_time)), 1),
@@ -38,15 +38,16 @@ function CompareText(v_LeftList, v_RightList, lftPNode = null) {
38
38
  for (let i = 0; i < rightLen; i++) {
39
39
  if (!rightFather)
40
40
  rightFather = v_RightList[i].parentNode;
41
- const node = v_RightList[i].clone(true);
41
+ const node = v_RightList[i].cloneNode(true);
42
42
  try {
43
43
  rightFather.removeChild(v_RightList[i]);
44
44
  } catch (e) {
45
45
  console.log(e);
46
46
  }
47
- if (lftPNode)
47
+ if (lftPNode && lftPNode.nodeType !== 3) {
48
48
  lftPNode.appendChild(node);
49
- PaintRemove(node);
49
+ PaintRemove(node);
50
+ }
50
51
  }
51
52
  } else if (rightLen === 0) {
52
53
  for (let i = 0; i < leftLen; i++)
@@ -1,4 +1,4 @@
1
- export declare function getDocHistory(BASE_API: string, id: number, pub: boolean): Promise<import("axios").AxiosResponse<any, any>>;
1
+ export declare function getDocHistory(BASE_API: string, id: number, pub: boolean): Promise<import("axios").AxiosResponse<any, any, {}>>;
2
2
  export declare function useDocHistory(BASE_API: string): {
3
3
  diffContent: import("vue").Ref<any, any>;
4
4
  current: import("vue").Ref<number, number>;
@@ -105,3 +105,7 @@
105
105
  .doc-history-drawer .arco-drawer-footer {
106
106
  text-align: left;
107
107
  }
108
+ .doc-history-modal-wrap {
109
+ height: 70vh;
110
+ padding: 0;
111
+ }
@@ -30,3 +30,8 @@
30
30
  text-align: left;
31
31
  }
32
32
  }
33
+
34
+ .doc-history-modal-wrap {
35
+ height: 70vh;
36
+ padding: 0;
37
+ }
@@ -91,9 +91,9 @@ const _sfc_main = defineComponent({
91
91
  type: "text",
92
92
  onClick: unref(copy)
93
93
  }, {
94
- default: withCtx(() => _cache[8] || (_cache[8] = [
95
- createTextVNode(" \u590D\u5236\u94FE\u63A5 ")
96
- ])),
94
+ default: withCtx(() => [..._cache[8] || (_cache[8] = [
95
+ createTextVNode(" \u590D\u5236\u94FE\u63A5 ", -1)
96
+ ])]),
97
97
  _: 1
98
98
  }, 8, ["onClick"])
99
99
  ]),
@@ -107,18 +107,18 @@ const _sfc_main = defineComponent({
107
107
  createVNode(unref(Button), {
108
108
  onClick: _cache[2] || (_cache[2] = ($event) => unref(cancel)())
109
109
  }, {
110
- default: withCtx(() => _cache[10] || (_cache[10] = [
111
- createTextVNode("\u53D6\u6D88\u9884\u89C8\u94FE\u63A5")
112
- ])),
110
+ default: withCtx(() => [..._cache[10] || (_cache[10] = [
111
+ createTextVNode("\u53D6\u6D88\u9884\u89C8\u94FE\u63A5", -1)
112
+ ])]),
113
113
  _: 1
114
114
  }),
115
115
  createVNode(unref(Button), {
116
116
  type: "primary",
117
117
  onClick: _cache[3] || (_cache[3] = ($event) => unref(cancel)(true))
118
118
  }, {
119
- default: withCtx(() => _cache[11] || (_cache[11] = [
120
- createTextVNode(" \u66F4\u65B0\u9884\u89C8\u6709\u6548\u671F ")
121
- ])),
119
+ default: withCtx(() => [..._cache[11] || (_cache[11] = [
120
+ createTextVNode(" \u66F4\u65B0\u9884\u89C8\u6709\u6548\u671F ", -1)
121
+ ])]),
122
122
  _: 1
123
123
  })
124
124
  ])
@@ -136,9 +136,9 @@ const _sfc_main = defineComponent({
136
136
  type: "text",
137
137
  onClick: unref(copy)
138
138
  }, {
139
- default: withCtx(() => _cache[13] || (_cache[13] = [
140
- createTextVNode(" \u590D\u5236\u94FE\u63A5 ")
141
- ])),
139
+ default: withCtx(() => [..._cache[13] || (_cache[13] = [
140
+ createTextVNode(" \u590D\u5236\u94FE\u63A5 ", -1)
141
+ ])]),
142
142
  _: 1
143
143
  }, 8, ["onClick"])
144
144
  ]),
@@ -176,9 +176,9 @@ const _sfc_main = defineComponent({
176
176
  type: "primary",
177
177
  onClick: _cache[5] || (_cache[5] = () => unref(generate)())
178
178
  }, {
179
- default: withCtx(() => _cache[18] || (_cache[18] = [
180
- createTextVNode(" \u751F\u6210\u9884\u89C8\u94FE\u63A5 ")
181
- ])),
179
+ default: withCtx(() => [..._cache[18] || (_cache[18] = [
180
+ createTextVNode(" \u751F\u6210\u9884\u89C8\u94FE\u63A5 ", -1)
181
+ ])]),
182
182
  _: 1
183
183
  })
184
184
  ])
@@ -21,10 +21,10 @@ const _sfc_main = defineComponent({
21
21
  alt: ""
22
22
  }, null, -1)),
23
23
  createElementVNode("div", _hoisted_2, [
24
- _ctx.src ? (openBlock(), createElementBlock("iframe", {
24
+ __props.src ? (openBlock(), createElementBlock("iframe", {
25
25
  key: 0,
26
26
  style: { "overflow": "hidden" },
27
- src: _ctx.src
27
+ src: __props.src
28
28
  }, null, 8, _hoisted_3)) : (openBlock(), createElementBlock("div", _hoisted_4, [
29
29
  createVNode(unref(Spin), { loading: true })
30
30
  ]))
@@ -1 +1 @@
1
- export declare function generateDocPreviewLink(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
1
+ export declare function generateDocPreviewLink(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any, {}>>;
@@ -1,5 +1,5 @@
1
1
  import { Ref } from 'vue';
2
- export declare function generateDocPreviewLink(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
2
+ export declare function generateDocPreviewLink(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any, {}>>;
3
3
  export declare const EXPIRE_TIME_OPTIONS: {
4
4
  label: string;
5
5
  value: number;
@@ -335,11 +335,11 @@ const _sfc_main = defineComponent({
335
335
  "onUpdate:dataValue": _cache[2] || (_cache[2] = ($event) => form.value.style = $event),
336
336
  "media-use-type": 1,
337
337
  series: series.value,
338
- "show-title": _ctx.showTitle,
339
- title: _ctx.title,
340
- topImageTitle: _ctx.topImageTitle,
341
- titleValid: _ctx.titleValid,
342
- topImageTitleValid: _ctx.topImageTitleValid,
338
+ "show-title": __props.showTitle,
339
+ title: __props.title,
340
+ topImageTitle: __props.topImageTitle,
341
+ titleValid: __props.titleValid,
342
+ topImageTitleValid: __props.topImageTitleValid,
343
343
  cropperRatios: customScale.value,
344
344
  class: "select-thumb-wrap",
345
345
  mode: "doc",
@@ -759,15 +759,15 @@ const _sfc_main = defineComponent({
759
759
  }, {
760
760
  default: withCtx(() => [
761
761
  createVNode(unref(Radio), { value: 1 }, {
762
- default: withCtx(() => _cache[29] || (_cache[29] = [
763
- createTextVNode(" \u9ED8\u54C0\u6A21\u5F0F")
764
- ])),
762
+ default: withCtx(() => [..._cache[29] || (_cache[29] = [
763
+ createTextVNode(" \u9ED8\u54C0\u6A21\u5F0F", -1)
764
+ ])]),
765
765
  _: 1
766
766
  }),
767
767
  createVNode(unref(Radio), { value: 2 }, {
768
- default: withCtx(() => _cache[30] || (_cache[30] = [
769
- createTextVNode("\u975E\u9ED8\u54C0\u6A21\u5F0F")
770
- ])),
768
+ default: withCtx(() => [..._cache[30] || (_cache[30] = [
769
+ createTextVNode("\u975E\u9ED8\u54C0\u6A21\u5F0F", -1)
770
+ ])]),
771
771
  _: 1
772
772
  })
773
773
  ]),
@@ -1,6 +1,6 @@
1
1
  interface Params {
2
2
  [key: string]: any;
3
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>>;
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
6
  export {};
@@ -81,14 +81,14 @@ const _sfc_main = defineComponent({
81
81
  return (_ctx, _cache) => {
82
82
  return dynamicComponent.value ? (openBlock(), createElementBlock("div", {
83
83
  key: 0,
84
- class: normalizeClass(["empty-data-container", { small: _ctx.size === "small" }])
84
+ class: normalizeClass(["empty-data-container", { small: __props.size === "small" }])
85
85
  }, [
86
- _ctx.customIcon ? (openBlock(), createElementBlock("img", {
86
+ __props.customIcon ? (openBlock(), createElementBlock("img", {
87
87
  key: 0,
88
88
  class: "custom-icon",
89
- src: _ctx.customIcon
89
+ src: __props.customIcon
90
90
  }, null, 8, _hoisted_1)) : (openBlock(), createBlock(resolveDynamicComponent(dynamicComponent.value), { key: 1 })),
91
- !_ctx.noTip ? (openBlock(), createElementBlock("div", _hoisted_2, toDisplayString(_ctx.customTip ? _ctx.customTip : tipMap.value[_ctx.type]), 1)) : createCommentVNode("v-if", true),
91
+ !__props.noTip ? (openBlock(), createElementBlock("div", _hoisted_2, toDisplayString(__props.customTip ? __props.customTip : tipMap.value[__props.type]), 1)) : createCommentVNode("v-if", true),
92
92
  createElementVNode("div", _hoisted_3, [
93
93
  renderSlot(_ctx.$slots, "extra")
94
94
  ])
@@ -9,9 +9,9 @@ const _hoisted_1 = {
9
9
  xmlns: "http://www.w3.org/2000/svg"
10
10
  };
11
11
  function _sfc_render(_ctx, _cache) {
12
- return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
12
+ return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
13
13
  createStaticVNode('<path fill-rule="evenodd" clip-rule="evenodd" d="M118.15 11.6267C68.9356 5.06234 69.6987 31.842 42.263 46.77C14.8273 61.6979 -3.99271 74.1637 5.05203 93.9077C10.6382 107.31 21.093 101.168 5.05203 136.263C-10.8707 171.1 14.0265 165.359 35.616 181.101C53.7175 194.301 67.41 222.238 99.065 205.481C155.627 175.538 156.177 205.481 189.694 190.701C208.756 182.294 221.701 148.2 219.818 112.146C218.263 82.3551 204.323 75.9636 184.603 57.2486C164.883 38.5336 167.365 18.1911 118.15 11.6267Z" fill="#E8E9F0"></path><mask id="mask0_271985_12483" style="mask-type:alpha;" maskUnits="userSpaceOnUse" x="0" y="10" width="220" height="201"><path fill-rule="evenodd" clip-rule="evenodd" d="M118.15 11.6267C68.9356 5.06234 69.6987 31.842 42.263 46.77C14.8273 61.6979 -3.99271 74.1637 5.05203 93.9077C10.6382 107.31 21.093 101.168 5.05203 136.263C-10.8707 171.1 14.0265 165.359 35.616 181.101C53.7175 194.301 67.41 222.238 99.065 205.481C155.627 175.538 156.177 205.481 189.694 190.701C208.756 182.294 221.701 148.2 219.818 112.146C218.263 82.3551 204.323 75.9636 184.603 57.2486C164.883 38.5336 167.365 18.1911 118.15 11.6267Z" fill="white"></path></mask><g mask="url(#mask0_271985_12483)"><path fill-rule="evenodd" clip-rule="evenodd" d="M214.634 193.689C214.634 193.689 201.496 185.004 193.806 179.066C186.116 173.127 179.839 168.049 178.268 169.502C176.975 170.698 176.747 174.841 188.068 184.308C192.619 188.114 214.634 193.689 214.634 193.689Z" fill="#D5D6DA"></path><path opacity="0.5" fill-rule="evenodd" clip-rule="evenodd" d="M175.34 187.579C175.34 187.579 185.058 155.262 196.956 137.55C204.473 126.36 212.958 116.483 219.081 111.214C222.65 108.144 225.416 106.64 226.722 107.352C229.169 108.688 229.404 117.244 209.891 148.02C202.221 160.117 175.34 187.579 175.34 187.579Z" fill="#D5D6DA"></path><path opacity="0.6" fill-rule="evenodd" clip-rule="evenodd" d="M216.204 195.794C216.204 195.794 197.89 180.786 189.345 168.169C180.8 155.552 176.15 141.171 177.371 139.973C178.065 139.292 187.66 141.283 200.225 161.314C206.14 170.742 216.204 195.794 216.204 195.794Z" fill="#D5D6DA"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M44.9977 158.048C40.2531 158.631 28.539 160.366 21.0108 165.893C16.986 168.848 10.3701 178.039 10.3701 178.039C10.3701 178.039 22.6766 176.68 28.4403 173.068C33.9641 169.606 41.8607 163.821 44.9977 158.048Z" fill="#D7D9E0"></path><path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M5.76797 180.628C5.76797 180.628 21.4216 168.378 22.7496 161.73C24.0776 155.081 13.7977 161.292 14.9208 157.803C16.0439 154.314 24.9537 154.273 25.556 147.798C26.1582 141.323 18.8867 148.77 18.8648 143.404C18.8429 138.037 25.0142 141.704 28.2963 136.943C31.5784 132.182 23.0768 133.717 22.9507 130.828C22.8247 127.94 30.3237 129.576 31.5505 124.25C32.7772 118.924 24.7111 122.327 26.0804 118.113C27.4497 113.898 35.1752 112.666 34.5738 109.27C33.9724 105.874 30.7551 103.725 31.8967 100.212C33.0383 96.6983 36.7233 92.1266 33.7107 91.1478C30.6982 90.1689 27.6422 91.4273 25.4668 98.1226C23.2914 104.818 22.5308 104.492 19.5182 105.346C16.5057 106.2 15.422 108.57 17.7384 114.703C17.9762 119.487 12.6847 108.814 10.9369 114.193C9.18919 119.572 14.3992 121.101 14.1575 125.724C13.9157 130.347 7.94061 120.287 7.195 125.709C6.44939 131.132 11.474 132.067 10.199 134.028C8.92393 135.988 2.27519 128.636 3.61603 135.012C4.95687 141.389 6.92988 140.21 6.47062 145.502C6.01136 150.795 1.26198 148.277 -1.10374 147.509C-3.46945 146.74 -5.36673 151.777 -4.19368 154.463C-3.02063 157.15 -3.21947 155.105 -1.47482 159.11C0.269835 163.114 -6.37618 154.897 -6.77647 162.412C-7.17676 169.927 5.76797 180.628 5.76797 180.628Z" fill="#D1D3DB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M59.2379 155.426C59.2379 155.426 64.5658 165.131 63.3799 167.397C62.194 169.662 58.845 171.504 57.6382 173.857C56.4313 176.21 57.1051 178.401 57.2533 179.468C57.4016 180.535 57.6187 181.613 58.75 183.165C59.8812 184.718 59.6972 185.738 57.6382 189.177C55.5791 192.617 59.2379 193.479 59.2379 195.987C59.2379 197.866 56.6835 199.142 56.6835 201.921C56.6835 204.7 58.4084 205.418 58.4084 207.531C58.4084 209.643 56.0622 214.191 55.6774 210.841C55.2926 207.491 51.7355 202.954 51.7355 200.127C51.7355 197.3 54.1371 195.534 54.1371 194.193C54.1371 192.851 52.0283 189.89 52.3752 187.643C52.7222 185.397 53.7206 184.856 53.3509 182.092C52.7222 178.323 50.7362 175.405 51.3215 172.488C51.9068 169.572 55.3164 168.909 57.2772 165.602C59.2379 162.295 59.2379 155.426 59.2379 155.426Z" fill="#D8D9E2"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M44.3759 124.61C38.6945 128.588 24.8697 138.791 18.9901 150.999C15.8466 157.527 13.6314 173.807 13.6314 173.807C13.6314 173.807 28.472 163.684 33.3953 155.13C38.1135 146.932 44.2895 134.142 44.3759 124.61Z" fill="#D0D2D8"></path></g><path fill-rule="evenodd" clip-rule="evenodd" d="M28.6331 41.3922C18.9368 37.6345 25.4598 27.9179 32.4497 28.3224C39.4396 28.7269 48.0472 29.1579 51.3323 24.8618C54.6173 20.5656 59.9995 17.4606 61.5241 18.7323C65.6832 22.2015 56.8647 29.7171 48.1026 36.4712C42.3645 40.8944 33.26 43.1853 28.6331 41.3922Z" fill="#E8E9F0"></path><ellipse opacity="0.4" cx="95.9832" cy="169.473" rx="19.7683" ry="3.48853" fill="#B4B9C4"></ellipse><g opacity="0.747047"><path fill-rule="evenodd" clip-rule="evenodd" d="M80.8691 85.0738C80.8691 96.6337 90.2403 106.005 101.8 106.005C113.36 106.005 122.731 96.6337 122.731 85.0738C122.731 73.5138 113.36 64.1426 101.8 64.1426C90.2403 64.1426 80.8691 73.5138 80.8691 85.0738Z" fill="#D8DAE0"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M113.981 114.145H89.0377C72.9692 114.145 59.9375 127.131 59.9375 143.143C59.9375 145.433 61.7969 147.286 64.0947 147.286H138.924C141.221 147.286 143.081 145.433 143.081 143.143C143.081 127.131 130.049 114.145 113.981 114.145Z" fill="#D8DAE0"></path></g><ellipse cx="136.125" cy="130.094" rx="29.5902" ry="29.6441" transform="rotate(-45 136.125 130.094)" stroke="#BBBFCB" stroke-width="10"></ellipse><ellipse cx="136.127" cy="130.094" rx="24.5176" ry="24.5623" transform="rotate(-45 136.127 130.094)" stroke="#BBBFCB" stroke-width="2"></ellipse><rect x="155.691" y="152.45" width="4.50898" height="18.0688" transform="rotate(-45 155.691 152.45)" fill="#BBBFCB"></rect><path fill-rule="evenodd" clip-rule="evenodd" d="M167.367 167.314C166.822 166.769 166.637 165.957 166.973 165.263C167.385 164.411 168.045 163.254 168.92 162.379C169.788 161.51 170.899 160.889 171.718 160.506C172.399 160.188 173.185 160.379 173.717 160.911L174.847 162.041L168.471 168.418L167.367 167.314Z" fill="#ADB2BE"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M168.072 168.019C168.072 168.019 168.924 165.57 170.499 163.995C172.075 162.419 174.449 161.643 174.449 161.643L184.037 171.231C185.798 172.992 185.798 175.847 184.037 177.607C182.276 179.368 179.421 179.368 177.66 177.607L168.072 168.019Z" fill="#BBBFCB"></path><ellipse cx="127.341" cy="121.709" rx="4.50898" ry="4.5172" transform="rotate(-45 127.341 121.709)" fill="white"></ellipse><ellipse cx="142.1" cy="119.728" rx="1.69087" ry="1.69395" transform="rotate(-45 142.1 119.728)" fill="white"></ellipse><path fill-rule="evenodd" clip-rule="evenodd" d="M172.715 170.272C172.575 170.131 172.575 169.904 172.715 169.763L176.047 166.431C176.268 166.211 176.625 166.211 176.846 166.431C177.066 166.652 177.066 167.009 176.846 167.23L173.514 170.562C173.373 170.702 173.146 170.702 173.005 170.562L172.715 170.272Z" fill="#A2A7B4"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M175.112 172.667C174.971 172.527 174.971 172.299 175.112 172.159L178.444 168.827C178.664 168.606 179.022 168.606 179.242 168.827C179.463 169.047 179.463 169.405 179.242 169.625L175.91 172.957C175.77 173.098 175.542 173.098 175.402 172.957L175.112 172.667Z" fill="#A2A7B4"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M177.508 175.063C177.368 174.922 177.368 174.695 177.508 174.554L180.84 171.222C181.061 171.002 181.418 171.002 181.639 171.222C181.859 171.443 181.859 171.8 181.639 172.021L178.307 175.353C178.166 175.493 177.939 175.493 177.798 175.353L177.508 175.063Z" fill="#A2A7B4"></path>', 16)
14
- ]));
14
+ ])]);
15
15
  }
16
16
  var acount = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
17
17
  export { acount as default };
@@ -11,9 +11,9 @@ const _sfc_main = defineComponent({
11
11
  __name: "add",
12
12
  setup(__props) {
13
13
  return (_ctx, _cache) => {
14
- return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
14
+ return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
15
15
  createStaticVNode('<circle cx="110" cy="110" r="110" fill="#E8E9F0"></circle><mask id="mask0_271985_12457" style="mask-type:alpha;" maskUnits="userSpaceOnUse" x="0" y="0" width="220" height="220"><circle cx="110" cy="110" r="110" fill="white"></circle></mask><g mask="url(#mask0_271985_12457)"><path fill-rule="evenodd" clip-rule="evenodd" d="M205.612 180.288C205.612 180.288 192.975 173.436 185.511 168.649C178.046 163.861 171.935 159.744 170.623 161.19C169.543 162.38 169.664 166.164 180.711 173.872C185.152 176.97 205.612 180.288 205.612 180.288Z" fill="#D5D6DA"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M172.833 180.82C172.833 180.82 183.738 152.015 195.698 136.647C207.659 121.279 221.616 109.059 224.722 111.048C226.865 112.419 226.534 120.224 206.809 147.003C199.055 157.528 172.833 180.82 172.833 180.82Z" fill="#DFDFE8"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M188.38 158.758C188.38 158.758 201.911 142.581 210.937 136.72C219.962 130.859 225.971 125.254 227.744 127.066C228.967 128.316 225.923 136.615 216.081 144.642C208.707 150.657 188.38 158.758 188.38 158.758Z" fill="#D8D9E2"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M208.574 187.193C208.574 187.193 192.599 172.64 185.414 160.732C178.228 148.824 174.677 135.494 175.847 134.461C176.512 133.873 185.162 136.147 195.657 155.003C200.598 163.879 208.574 187.193 208.574 187.193Z" fill="#D8D9DF"></path><path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M13.4354 202.259C13.4354 202.259 31.3896 190.564 33.4421 183.547C35.4947 176.53 23.877 182.24 25.4115 178.597C26.946 174.955 36.5112 175.743 37.7685 168.845C39.0259 161.946 30.52 169.265 31.0029 163.499C31.4859 157.733 37.7623 162.248 41.7337 157.441C45.705 152.634 36.437 153.488 36.5744 150.373C36.7118 147.258 44.6047 149.717 46.4238 144.111C48.2428 138.505 39.2659 141.406 41.133 137.007C43.0002 132.609 51.4068 132.007 51.082 128.303C50.7572 124.599 47.5074 121.99 49.0641 118.323C50.6208 114.656 55.0066 110.089 51.8662 108.756C48.7258 107.423 45.3276 108.489 42.3613 115.478C39.3949 122.466 38.6094 122.045 35.2961 122.681C31.9827 123.316 30.5961 125.76 32.503 132.565C32.3067 137.726 27.6356 125.767 25.2524 131.381C22.8693 136.995 28.3158 139.125 27.6201 144.068C26.9244 149.012 21.4619 137.647 20.15 143.402C18.8381 149.156 24.1418 150.631 22.5885 152.618C21.0352 154.604 14.5943 146.086 15.4313 153.06C16.2684 160.035 18.4969 158.952 17.5046 164.595C16.5122 170.237 11.6532 167.088 9.18712 166.042C6.72099 164.995 4.20966 170.228 5.2149 173.223C6.22015 176.218 6.19974 174.004 7.69401 178.468C9.18827 182.932 2.83192 173.485 1.69306 181.52C0.554201 189.555 13.4354 202.259 13.4354 202.259Z" fill="#D1D3DB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M65.9818 187.598C60.6172 185.957 47.2308 182.226 36.5254 184.547C30.802 185.788 19.3287 192.463 19.3287 192.463C19.3287 192.463 33.1704 196.88 41.0717 195.766C48.6439 194.697 59.8672 192.276 65.9818 187.598Z" fill="#D7D9E0"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M15.7111 99.7471C15.7111 99.7471 24.3568 112.148 23.0633 115.391C21.7698 118.634 17.4676 121.612 16.1582 124.976C14.8487 128.341 16.0794 131.217 16.4336 132.643C16.7878 134.069 17.2374 135.499 19.0007 137.443C20.764 139.387 20.6585 140.797 18.3423 145.757C16.0261 150.717 21.1361 151.363 21.4936 154.764C21.7614 157.312 18.4617 159.41 18.8579 163.179C19.254 166.948 21.7075 167.675 22.0086 170.541C22.3098 173.407 19.7602 179.911 18.7582 175.423C17.7561 170.934 12.2608 165.289 11.8577 161.454C11.4547 157.62 14.4765 154.881 14.2853 153.062C14.094 151.242 10.7975 147.527 10.9501 144.43C11.1027 141.334 12.3865 140.456 11.4885 136.76C10.0942 131.738 6.97122 128.065 7.35325 124.025C7.73527 119.985 12.2882 118.598 14.4893 113.831C16.6904 109.065 15.7111 99.7471 15.7111 99.7471Z" fill="#D8D9E2"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M63.513 144.482C56.9201 148.289 40.8244 158.116 33.1759 170.813C29.0868 177.602 25.0131 195.029 25.0131 195.029C25.0131 195.029 42.2069 185.377 48.441 176.551C54.4155 168.093 62.4461 154.792 63.513 144.482Z" fill="#D0D2D8"></path></g><g filter="url(#filter0_d_271985_12457)"><rect x="51.084" y="74.9229" width="117.833" height="46.9969" rx="8" fill="#D9DAE3"></rect></g><path fill-rule="evenodd" clip-rule="evenodd" d="M112.384 86.5014C112.384 85.3728 111.469 84.458 110.34 84.458C109.212 84.458 108.297 85.3728 108.297 86.5014V96.718H98.0805C96.9519 96.718 96.0371 97.6329 96.0371 98.7614C96.0371 99.8899 96.9519 100.805 98.0805 100.805H108.297V111.021C108.297 112.15 109.212 113.065 110.34 113.065C111.469 113.065 112.384 112.15 112.384 111.021V100.805H122.601C123.729 100.805 124.644 99.8899 124.644 98.7614C124.644 97.6329 123.729 96.718 122.601 96.718H112.384V86.5014Z" fill="#BCC1CE"></path><g filter="url(#filter1_d_271985_12457)"><path fill-rule="evenodd" clip-rule="evenodd" d="M170.498 113.268L144.226 108.74L154.981 133.108L158.107 123.996L166.246 130.355L170.537 124.862L162.4 118.505L170.498 113.268Z" fill="white"></path></g><defs><filter id="filter0_d_271985_12457" x="49.084" y="74.9229" width="119.832" height="49.9971" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dx="-2" dy="3"></feOffset><feColorMatrix type="matrix" values="0 0 0 0 0.797236 0 0 0 0 0.810505 0 0 0 0 0.850314 0 0 0 1 0"></feColorMatrix><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_271985_12457"></feBlend><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_271985_12457" result="shape"></feBlend></filter><filter id="filter1_d_271985_12457" x="144.227" y="108.74" width="28.3105" height="28.3682" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dx="2" dy="4"></feOffset><feColorMatrix type="matrix" values="0 0 0 0 0.839216 0 0 0 0 0.847059 0 0 0 0 0.87451 0 0 0 0.5 0"></feColorMatrix><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_271985_12457"></feBlend><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_271985_12457" result="shape"></feBlend></filter></defs>', 7)
16
- ]));
16
+ ])]);
17
17
  };
18
18
  }
19
19
  });