@cmstops/pro-compo 3.9.2 → 3.10.5-nanning.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (325) hide show
  1. package/README.md +103 -76
  2. package/dist/index.css +97 -4
  3. package/dist/index.min.css +1 -1
  4. package/dist/index.min.js.map +1 -1
  5. package/es/appCenter/script/api.d.ts +5 -5
  6. package/es/baseFilter/component.js +71 -14
  7. package/es/baseFilter/components/FilterGroup.js +1 -1
  8. package/es/baseFilter/components/filterItem.js +1 -1
  9. package/es/colorPalette/component.js +1 -1
  10. package/es/contentDetailList/component.js +33 -9
  11. package/es/contentDetailList/components/Content/CircleItem/index.d.ts +0 -0
  12. package/es/contentDetailList/components/Content/CircleItem/index.js +92 -0
  13. package/es/contentDetailList/components/Content/CompoItem/index.js +12 -12
  14. package/es/contentDetailList/components/Content/ContentListItem/index.js +15 -15
  15. package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +18 -18
  16. package/es/contentDetailList/components/Content/DocItem/index.js +27 -27
  17. package/es/contentDetailList/components/Content/DocMpItem/index.js +13 -13
  18. package/es/contentDetailList/components/Content/GroupPieceItem/index.js +11 -11
  19. package/es/contentDetailList/components/Content/KongoNavItem/index.js +14 -14
  20. package/es/contentDetailList/components/Content/LiveItem/index.js +9 -9
  21. package/es/contentDetailList/components/Content/MaccountItem/index.js +12 -12
  22. package/es/contentDetailList/components/Content/courseItem/index.js +10 -10
  23. package/es/contentDetailList/components/Content/funhdItem/index.js +10 -10
  24. package/es/contentDetailList/components/Content/index.js +170 -117
  25. package/es/contentDetailList/components/CustomWrp/CustomItem.js +5 -5
  26. package/es/contentDetailList/components/CustomWrp/index.js +10 -10
  27. package/es/contentDetailList/components/Doc/index.js +16 -10
  28. package/es/contentDetailList/components/Records/MatrixItem/index.js +22 -22
  29. package/es/contentDetailList/components/Records/index.js +8 -8
  30. package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
  31. package/es/contentDetailList/components/ShowQRCode/index.js +1 -1
  32. package/es/contentDetailList/script/api.d.ts +2 -2
  33. package/es/contentModal/component.js +40 -40
  34. package/es/contentModal/components/CompoList/index.js +1 -1
  35. package/es/contentModal/components/Dejin/index.js +1 -1
  36. package/es/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
  37. package/es/contentModal/components/MpContentList/index.js +1 -1
  38. package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
  39. package/es/contentModal/components/ViewAllColumn/index.js +7 -3
  40. package/es/contentModal/components/storeBox/index.js +8 -8
  41. package/es/contentModal/script/api.d.ts +13 -13
  42. package/es/dataTags/component.js +38 -38
  43. package/es/docHistory/component.js +44 -15
  44. package/es/docHistory/components/DocDiffPanel/index.js +2 -2
  45. package/es/docHistory/components/DocHistoryList/index.js +2 -2
  46. package/es/docHistory/scripts/diff.js +4 -3
  47. package/es/docHistory/scripts/useDocHistory.d.ts +1 -1
  48. package/es/docHistory/style/index.css +4 -0
  49. package/es/docHistory/style/index.less +5 -0
  50. package/es/docPreview/component.js +228 -60
  51. package/es/docPreview/components/PreviewIframe.js +37 -6
  52. package/es/docPreview/images/pc.js +2 -0
  53. package/es/docPreview/scripts/api.d.ts +2 -1
  54. package/es/docPreview/scripts/hook.d.ts +11 -1
  55. package/es/docPreview/scripts/hook.js +115 -4
  56. package/es/docPreview/style/index.css +48 -0
  57. package/es/docPreview/style/index.less +23 -0
  58. package/es/docPreview/style/previewIframe.less +31 -0
  59. package/es/editMetaInfo/component.js +24 -4
  60. package/es/editMetaInfo/components/metaInfoForm.js +358 -17
  61. package/es/editMetaInfo/script/api.d.ts +9 -2
  62. package/es/editMetaInfo/script/api.js +20 -1
  63. package/es/emptyData/component.js +4 -4
  64. package/es/emptyData/svg/acount.js +2 -2
  65. package/es/emptyData/svg/add.js +2 -2
  66. package/es/emptyData/svg/analize.js +2 -2
  67. package/es/emptyData/svg/analize_fail.js +2 -2
  68. package/es/emptyData/svg/empty.js +2 -2
  69. package/es/emptyData/svg/file.js +2 -2
  70. package/es/emptyData/svg/manager.js +2 -2
  71. package/es/emptyData/svg/message.js +2 -2
  72. package/es/emptyData/svg/noanalize.js +2 -2
  73. package/es/emptyData/svg/null.js +2 -2
  74. package/es/emptyData/svg/search.js +2 -2
  75. package/es/emptyData/svg/star.js +2 -2
  76. package/es/emptyData/svg/trash.js +2 -2
  77. package/es/emptyData/svg/user.js +2 -2
  78. package/es/hooks/assets.d.ts +1 -1
  79. package/es/hooks/source.d.ts +1 -1
  80. package/es/hooks/useAttachement.d.ts +32 -13
  81. package/es/hooks/useAttachement.js +42 -2
  82. package/es/hooks/usePopper.d.ts +1 -1
  83. package/es/hooks/usePopper.js +3 -3
  84. package/es/hooks/useUpload.d.ts +53 -5
  85. package/es/hooks/useUpload.js +43 -4
  86. package/es/hooks/user.d.ts +1 -1
  87. package/es/imageCrop/component.js +11 -11
  88. package/es/imageCrop/script/api.d.ts +1 -1
  89. package/es/importData/component.js +13 -13
  90. package/es/index.css +97 -4
  91. package/es/index.d.ts +1 -0
  92. package/es/index.js +1 -0
  93. package/es/mediaFilter/component.js +4 -4
  94. package/es/mediaFilter/components/DocFilter.js +1 -1
  95. package/es/mediaFilter/components/FilterGroup.js +1 -1
  96. package/es/mediaFilter/components/FilterItem.js +1 -1
  97. package/es/mediaView/component.js +8 -8
  98. package/es/messageBox/component.js +3 -3
  99. package/es/messageBox/script/api.d.ts +2 -2
  100. package/es/previousVersion/script/api.d.ts +4 -4
  101. package/es/resourceGridList/component.js +16 -16
  102. package/es/resourceGridList/components/FileTypeThumb/index.js +6 -6
  103. package/es/resourceModal/component.js +7 -7
  104. package/es/resourceModal/components/MediaPreviewer/index.js +8 -8
  105. package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
  106. package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
  107. package/es/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
  108. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
  109. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
  110. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
  111. package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
  112. package/es/resourceModal/components/MediaSelection/index.js +6 -6
  113. package/es/resourceModal/script/api.d.ts +11 -11
  114. package/es/selectAddTo/component.d.ts +0 -0
  115. package/es/selectAddTo/component.js +47 -0
  116. package/es/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  117. package/es/selectAddTo/components/SelectAddToView.d.ts +0 -0
  118. package/es/selectAddTo/components/SelectAddToView.js +90 -0
  119. package/es/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  120. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.d.ts +0 -0
  121. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +166 -0
  122. package/es/selectAddTo/components/ViewAllColumn/index.d.ts +0 -0
  123. package/es/selectAddTo/components/ViewAllColumn/index.js +212 -0
  124. package/es/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  125. package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.d.ts +6 -0
  126. package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +102 -0
  127. package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.d.ts +144 -0
  128. package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +182 -0
  129. package/es/selectAddTo/components/ViewAllColumn/types/index.d.ts +55 -0
  130. package/es/selectAddTo/index.d.ts +2 -0
  131. package/es/selectAddTo/index.js +7 -0
  132. package/es/selectAddTo/script/api.d.ts +18 -0
  133. package/es/selectAddTo/script/api.js +23 -0
  134. package/es/selectAddTo/script/index.d.ts +2 -0
  135. package/es/selectAddTo/script/useSelectAddToState.d.ts +13 -0
  136. package/es/selectAddTo/script/useSelectAddToState.js +55 -0
  137. package/es/selectAddTo/style/css.js +1 -0
  138. package/es/selectAddTo/style/index.css +3 -0
  139. package/es/selectAddTo/style/index.d.ts +1 -0
  140. package/es/selectAddTo/style/index.js +1 -0
  141. package/es/selectAddTo/style/index.less +3 -0
  142. package/es/selectAddTo/types/index.d.ts +37 -0
  143. package/es/selectGategory/component.js +5 -5
  144. package/es/selectGategory/components/ColumnSelection/index.js +6 -6
  145. package/es/selectGategory/script/api.d.ts +2 -2
  146. package/es/selectResourceModal/__demo__/module/DivWrapper.d.ts +261 -0
  147. package/es/selectResourceModal/__demo__/module/basic.d.ts +292 -0
  148. package/es/selectResourceModal/component.js +26 -34
  149. package/es/selectResourceModal/components/List/ListCardWrapper.js +6 -6
  150. package/es/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  151. package/es/selectResourceModal/components/List/ListLocal/index.js +8 -3
  152. package/es/selectResourceModal/components/List/ListNormal/Filter.js +210 -83
  153. package/es/selectResourceModal/components/List/ListNormal/index.js +23 -7
  154. package/es/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
  155. package/es/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
  156. package/es/selectResourceModal/components/List/ListSystem/index.js +2 -2
  157. package/es/selectResourceModal/components/List/ListWraper.js +2 -2
  158. package/es/selectResourceModal/components/ListSelected/index.js +6 -6
  159. package/es/selectResourceModal/components/ListTabs/index.js +1 -1
  160. package/es/selectResourceModal/hooks/useResponsiveFilter.d.ts +21 -0
  161. package/es/selectResourceModal/hooks/useResponsiveFilter.js +142 -0
  162. package/es/selectResourceModal/scripts/selectionApis.d.ts +2 -2
  163. package/es/selectResourceModal/scripts/useCompoLf.js +1 -1
  164. package/es/selectResourceModal/scripts/useTabFilter.js +1 -11
  165. package/es/selectResourceModal/style/index.css +45 -4
  166. package/es/selectResourceModal/style/index.less +14 -0
  167. package/es/selectResourceModal/style/list.less +40 -4
  168. package/es/selectThumb/component.js +76 -33
  169. package/es/selectThumb/components/card.js +3 -3
  170. package/es/style.css +63 -0
  171. package/es/thumbCard/component.js +7 -7
  172. package/es/thumbCard/components/ThumbUploading/index.js +3 -3
  173. package/es/typeIcons/component.js +1 -1
  174. package/es/uploadBefore/component.js +1 -1
  175. package/es/uploadBefore/components/UploadBefore.js +9 -9
  176. package/es/uploadBefore/script/api.d.ts +4 -4
  177. package/es/uploadStep/component.js +3 -3
  178. package/es/userAvater/component.js +3 -3
  179. package/es/userAvater/script/api.d.ts +4 -4
  180. package/es/userDirector/component.js +5 -5
  181. package/es/userDirector/components/userTree.js +2 -2
  182. package/es/userDirector/script/api.d.ts +6 -6
  183. package/es/utils/index.js +6 -6
  184. package/es/utils/request.d.ts +1 -1
  185. package/es/utils/transcodeMedia.d.ts +1 -1
  186. package/es/videoThumb/scripts/api.d.ts +1 -1
  187. package/lib/baseFilter/component.js +69 -12
  188. package/lib/baseFilter/components/FilterGroup.js +1 -1
  189. package/lib/baseFilter/components/filterItem.js +1 -1
  190. package/lib/colorPalette/component.js +1 -1
  191. package/lib/contentDetailList/component.js +33 -9
  192. package/lib/contentDetailList/components/Content/CircleItem/index.js +93 -0
  193. package/lib/contentDetailList/components/Content/CompoItem/index.js +12 -12
  194. package/lib/contentDetailList/components/Content/ContentListItem/index.js +15 -15
  195. package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +18 -18
  196. package/lib/contentDetailList/components/Content/DocItem/index.js +27 -27
  197. package/lib/contentDetailList/components/Content/DocMpItem/index.js +13 -13
  198. package/lib/contentDetailList/components/Content/GroupPieceItem/index.js +11 -11
  199. package/lib/contentDetailList/components/Content/KongoNavItem/index.js +14 -14
  200. package/lib/contentDetailList/components/Content/LiveItem/index.js +9 -9
  201. package/lib/contentDetailList/components/Content/MaccountItem/index.js +12 -12
  202. package/lib/contentDetailList/components/Content/courseItem/index.js +10 -10
  203. package/lib/contentDetailList/components/Content/funhdItem/index.js +10 -10
  204. package/lib/contentDetailList/components/Content/index.js +170 -117
  205. package/lib/contentDetailList/components/CustomWrp/CustomItem.js +5 -5
  206. package/lib/contentDetailList/components/CustomWrp/index.js +10 -10
  207. package/lib/contentDetailList/components/Doc/index.js +16 -10
  208. package/lib/contentDetailList/components/Records/MatrixItem/index.js +22 -22
  209. package/lib/contentDetailList/components/Records/index.js +8 -8
  210. package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
  211. package/lib/contentDetailList/components/ShowQRCode/index.js +1 -1
  212. package/lib/contentModal/component.js +40 -40
  213. package/lib/contentModal/components/CompoList/index.js +1 -1
  214. package/lib/contentModal/components/Dejin/index.js +1 -1
  215. package/lib/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
  216. package/lib/contentModal/components/MpContentList/index.js +1 -1
  217. package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
  218. package/lib/contentModal/components/ViewAllColumn/index.js +7 -3
  219. package/lib/contentModal/components/storeBox/index.js +8 -8
  220. package/lib/dataTags/component.js +38 -38
  221. package/lib/docHistory/component.js +42 -13
  222. package/lib/docHistory/components/DocDiffPanel/index.js +2 -2
  223. package/lib/docHistory/components/DocHistoryList/index.js +2 -2
  224. package/lib/docHistory/scripts/diff.js +4 -3
  225. package/lib/docHistory/style/index.css +4 -0
  226. package/lib/docHistory/style/index.less +5 -0
  227. package/lib/docPreview/component.js +227 -59
  228. package/lib/docPreview/components/PreviewIframe.js +37 -6
  229. package/lib/docPreview/images/pc.js +3 -0
  230. package/lib/docPreview/scripts/hook.js +115 -3
  231. package/lib/docPreview/style/index.css +48 -0
  232. package/lib/docPreview/style/index.less +23 -0
  233. package/lib/docPreview/style/previewIframe.less +31 -0
  234. package/lib/editMetaInfo/component.js +23 -3
  235. package/lib/editMetaInfo/components/metaInfoForm.js +356 -15
  236. package/lib/editMetaInfo/script/api.js +21 -0
  237. package/lib/emptyData/component.js +4 -4
  238. package/lib/emptyData/svg/acount.js +2 -2
  239. package/lib/emptyData/svg/add.js +2 -2
  240. package/lib/emptyData/svg/analize.js +2 -2
  241. package/lib/emptyData/svg/analize_fail.js +2 -2
  242. package/lib/emptyData/svg/empty.js +2 -2
  243. package/lib/emptyData/svg/file.js +2 -2
  244. package/lib/emptyData/svg/manager.js +2 -2
  245. package/lib/emptyData/svg/message.js +2 -2
  246. package/lib/emptyData/svg/noanalize.js +2 -2
  247. package/lib/emptyData/svg/null.js +2 -2
  248. package/lib/emptyData/svg/search.js +2 -2
  249. package/lib/emptyData/svg/star.js +2 -2
  250. package/lib/emptyData/svg/trash.js +2 -2
  251. package/lib/emptyData/svg/user.js +2 -2
  252. package/lib/hooks/useAttachement.js +42 -0
  253. package/lib/hooks/usePopper.js +3 -3
  254. package/lib/hooks/useUpload.js +43 -3
  255. package/lib/imageCrop/component.js +11 -11
  256. package/lib/importData/component.js +13 -13
  257. package/lib/index.css +97 -4
  258. package/lib/index.js +2 -0
  259. package/lib/mediaFilter/component.js +4 -4
  260. package/lib/mediaFilter/components/DocFilter.js +1 -1
  261. package/lib/mediaFilter/components/FilterGroup.js +1 -1
  262. package/lib/mediaFilter/components/FilterItem.js +1 -1
  263. package/lib/mediaView/component.js +8 -8
  264. package/lib/messageBox/component.js +3 -3
  265. package/lib/resourceGridList/component.js +16 -16
  266. package/lib/resourceGridList/components/FileTypeThumb/index.js +6 -6
  267. package/lib/resourceModal/component.js +7 -7
  268. package/lib/resourceModal/components/MediaPreviewer/index.js +8 -8
  269. package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
  270. package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
  271. package/lib/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
  272. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
  273. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
  274. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
  275. package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
  276. package/lib/resourceModal/components/MediaSelection/index.js +6 -6
  277. package/lib/selectAddTo/component.js +48 -0
  278. package/lib/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  279. package/lib/selectAddTo/components/SelectAddToView.js +91 -0
  280. package/lib/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  281. package/lib/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +167 -0
  282. package/lib/selectAddTo/components/ViewAllColumn/index.js +213 -0
  283. package/lib/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  284. package/lib/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +108 -0
  285. package/lib/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +184 -0
  286. package/lib/selectAddTo/index.js +8 -0
  287. package/lib/selectAddTo/script/api.js +27 -0
  288. package/lib/selectAddTo/script/useSelectAddToState.js +57 -0
  289. package/lib/selectAddTo/style/css.js +2 -0
  290. package/lib/selectAddTo/style/index.css +3 -0
  291. package/lib/selectAddTo/style/index.js +2 -0
  292. package/lib/selectAddTo/style/index.less +3 -0
  293. package/lib/selectGategory/component.js +5 -5
  294. package/lib/selectGategory/components/ColumnSelection/index.js +6 -6
  295. package/lib/selectResourceModal/component.js +25 -33
  296. package/lib/selectResourceModal/components/List/ListCardWrapper.js +6 -6
  297. package/lib/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  298. package/lib/selectResourceModal/components/List/ListLocal/index.js +6 -1
  299. package/lib/selectResourceModal/components/List/ListNormal/Filter.js +207 -80
  300. package/lib/selectResourceModal/components/List/ListNormal/index.js +22 -6
  301. package/lib/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
  302. package/lib/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
  303. package/lib/selectResourceModal/components/List/ListSystem/index.js +2 -2
  304. package/lib/selectResourceModal/components/List/ListWraper.js +2 -2
  305. package/lib/selectResourceModal/components/ListSelected/index.js +6 -6
  306. package/lib/selectResourceModal/components/ListTabs/index.js +1 -1
  307. package/lib/selectResourceModal/hooks/useResponsiveFilter.js +144 -0
  308. package/lib/selectResourceModal/scripts/useCompoLf.js +1 -1
  309. package/lib/selectResourceModal/scripts/useTabFilter.js +1 -13
  310. package/lib/selectResourceModal/style/index.css +45 -4
  311. package/lib/selectResourceModal/style/index.less +14 -0
  312. package/lib/selectResourceModal/style/list.less +40 -4
  313. package/lib/selectThumb/component.js +75 -32
  314. package/lib/selectThumb/components/card.js +3 -3
  315. package/lib/thumbCard/component.js +7 -7
  316. package/lib/thumbCard/components/ThumbUploading/index.js +3 -3
  317. package/lib/typeIcons/component.js +1 -1
  318. package/lib/uploadBefore/component.js +1 -1
  319. package/lib/uploadBefore/components/UploadBefore.js +9 -9
  320. package/lib/uploadStep/component.js +3 -3
  321. package/lib/userAvater/component.js +3 -3
  322. package/lib/userDirector/component.js +5 -5
  323. package/lib/userDirector/components/userTree.js +2 -2
  324. package/lib/utils/index.js +6 -6
  325. package/package.json +1 -1
@@ -30,7 +30,9 @@ const _sfc_main = vue.defineComponent({
30
30
  titleValid: { type: Boolean },
31
31
  topImageTitleValid: { type: Boolean },
32
32
  BASE_API: {},
33
- sourceStore: {}
33
+ sourceStore: {},
34
+ extendedFieldsConfig: {},
35
+ domainId: {}
34
36
  },
35
37
  emits: ["upload"],
36
38
  setup(__props, { expose: __expose }) {
@@ -67,7 +69,8 @@ const _sfc_main = vue.defineComponent({
67
69
  comment_available: false,
68
70
  is_recommend: false,
69
71
  album_status: false,
70
- mourn_style: 0
72
+ mourn_style: 0,
73
+ ext_meta: {}
71
74
  });
72
75
  const silenceOptions = vue.ref(false);
73
76
  const tips = vue.ref([
@@ -110,17 +113,52 @@ const _sfc_main = vue.defineComponent({
110
113
  ].includes(series.value);
111
114
  });
112
115
  const dutyEditorOptions = vue.ref([]);
116
+ const backendUsersOptions = vue.ref([]);
113
117
  const getAllDutyEditorOption = async () => {
114
118
  const { code, message } = await api.getAllDutyEditor(BASE_API);
115
119
  if (code === 0) {
116
120
  dutyEditorOptions.value = message.data.map((item) => {
117
121
  return {
118
122
  value: item.alias,
119
- label: item.alias
123
+ label: item.alias,
124
+ id: item.id,
125
+ name: item.name,
126
+ uid: item.uid || ""
120
127
  };
121
128
  });
122
129
  }
123
130
  };
131
+ const getBackendUsersOption = async () => {
132
+ if (!props.domainId) {
133
+ console.warn("domainId \u672A\u63D0\u4F9B\uFF0C\u65E0\u6CD5\u83B7\u53D6\u540E\u53F0\u7528\u6237\u5217\u8868");
134
+ return;
135
+ }
136
+ try {
137
+ const { code, message } = await api.getBackendUsers(BASE_API, {
138
+ domainId: props.domainId,
139
+ limit: 1e4,
140
+ offset: 0
141
+ });
142
+ if (code === 0 && (message == null ? void 0 : message.users)) {
143
+ backendUsersOptions.value = message.users.map((item) => {
144
+ return {
145
+ value: item.uid,
146
+ label: item.alias,
147
+ id: item.id,
148
+ name: item.name,
149
+ uid: item.uid
150
+ };
151
+ });
152
+ console.log(
153
+ "\u540E\u53F0\u7528\u6237\u5217\u8868\u52A0\u8F7D\u6210\u529F:",
154
+ backendUsersOptions.value.length,
155
+ "\u4E2A\u7528\u6237"
156
+ );
157
+ }
158
+ } catch (error) {
159
+ console.error("\u83B7\u53D6\u540E\u53F0\u7528\u6237\u5217\u8868\u5931\u8D25:", error);
160
+ }
161
+ };
124
162
  const defaultSourceValue = vue.computed(() => {
125
163
  const defaultValue = SourceInfo.value.find((x) => x.default);
126
164
  return defaultValue ? defaultValue.value : "";
@@ -197,7 +235,54 @@ const _sfc_main = vue.defineComponent({
197
235
  delete data.line_time;
198
236
  delete data.ori_count;
199
237
  delete data.aiRelated;
238
+ if (data.ext_meta && props.extendedFieldsConfig) {
239
+ const processedExtMeta = {};
240
+ props.extendedFieldsConfig.forEach((field) => {
241
+ const value = data.ext_meta[field.var_name];
242
+ if (value === void 0 || value === null || value === "") {
243
+ return;
244
+ }
245
+ switch (field.var_type) {
246
+ case "datetime":
247
+ if (typeof value === "string") {
248
+ if (field.date_format === "2006-01-02") {
249
+ const [dateOnly] = value.split(" ");
250
+ processedExtMeta[field.var_name] = dateOnly;
251
+ } else {
252
+ const parts = value.split(":");
253
+ if (parts.length === 3) {
254
+ processedExtMeta[field.var_name] = `${parts[0]}:${parts[1]}`;
255
+ } else {
256
+ processedExtMeta[field.var_name] = value;
257
+ }
258
+ }
259
+ } else {
260
+ processedExtMeta[field.var_name] = value;
261
+ }
262
+ break;
263
+ case "multi_selection":
264
+ processedExtMeta[field.var_name] = Array.isArray(value) ? value : [];
265
+ break;
266
+ case "selection":
267
+ processedExtMeta[field.var_name] = value;
268
+ break;
269
+ case "backend_user":
270
+ processedExtMeta[field.var_name] = value;
271
+ break;
272
+ case "switch":
273
+ processedExtMeta[field.var_name] = !!value;
274
+ break;
275
+ default:
276
+ processedExtMeta[field.var_name] = value;
277
+ }
278
+ });
279
+ data.ext_meta = JSON.stringify(processedExtMeta);
280
+ } else {
281
+ delete data.ext_meta;
282
+ }
200
283
  Object.keys(data).map((key) => {
284
+ if (key === "ext_meta")
285
+ return key;
201
286
  if (typeof data[key] !== "string") {
202
287
  data[key] += "";
203
288
  }
@@ -228,6 +313,63 @@ const _sfc_main = vue.defineComponent({
228
313
  data.statement = data.statement !== "false";
229
314
  data.is_recommend = data.is_recommend !== "false";
230
315
  data.album_status = data.album_status !== "0";
316
+ if (data.ext_meta) {
317
+ if (typeof data.ext_meta === "string") {
318
+ try {
319
+ data.ext_meta = JSON.parse(data.ext_meta);
320
+ } catch (e) {
321
+ console.error("\u89E3\u6790 ext_meta \u5931\u8D25:", e);
322
+ data.ext_meta = {};
323
+ }
324
+ }
325
+ if (props.extendedFieldsConfig) {
326
+ props.extendedFieldsConfig.forEach((field) => {
327
+ const value = data.ext_meta[field.var_name];
328
+ if (value !== void 0 && value !== null) {
329
+ if (field.var_type === "datetime" && value) {
330
+ if (typeof value === "number") {
331
+ const date = new Date(value * 1e3);
332
+ const year = date.getFullYear();
333
+ const month = String(date.getMonth() + 1).padStart(2, "0");
334
+ const day = String(date.getDate()).padStart(2, "0");
335
+ const hour = String(date.getHours()).padStart(2, "0");
336
+ const minute = String(date.getMinutes()).padStart(2, "0");
337
+ const second = String(date.getSeconds()).padStart(2, "0");
338
+ if (field.date_format === "2006-01-02") {
339
+ data.ext_meta[field.var_name] = `${year}-${month}-${day}`;
340
+ } else {
341
+ data.ext_meta[field.var_name] = `${year}-${month}-${day} ${hour}:${minute}:${second}`;
342
+ }
343
+ } else if (typeof value === "string") {
344
+ data.ext_meta[field.var_name] = value;
345
+ }
346
+ }
347
+ if (field.var_type === "multi_selection" && value) {
348
+ if (Array.isArray(value)) {
349
+ data.ext_meta[field.var_name] = value.map(
350
+ (item) => typeof item === "object" ? item.key : item
351
+ );
352
+ }
353
+ }
354
+ if (field.var_type === "backend_user" && value) {
355
+ if (typeof value === "object") {
356
+ data.ext_meta[field.var_name] = value.uid || value.id;
357
+ }
358
+ }
359
+ if (field.var_type === "selection" && value) {
360
+ if (typeof value === "object") {
361
+ data.ext_meta[field.var_name] = value.key || value;
362
+ }
363
+ }
364
+ if (field.var_type === "switch") {
365
+ data.ext_meta[field.var_name] = !!value;
366
+ }
367
+ }
368
+ });
369
+ }
370
+ } else {
371
+ data.ext_meta = {};
372
+ }
231
373
  Object.assign(form.value, data);
232
374
  };
233
375
  vue.watch(silenceOptions, (newVal, oldVal) => {
@@ -268,6 +410,20 @@ const _sfc_main = vue.defineComponent({
268
410
  },
269
411
  { immediate: true }
270
412
  );
413
+ vue.watch(
414
+ () => props.extendedFieldsConfig,
415
+ (newConfig) => {
416
+ if (newConfig && newConfig.length > 0) {
417
+ const hasBackendUserField = newConfig.some(
418
+ (field) => field.var_type === "backend_user"
419
+ );
420
+ if (hasBackendUserField) {
421
+ getBackendUsersOption();
422
+ }
423
+ }
424
+ },
425
+ { immediate: true }
426
+ );
271
427
  vue.onMounted(() => {
272
428
  getAllDutyEditorOption();
273
429
  if (props.sourceStore) {
@@ -280,6 +436,7 @@ const _sfc_main = vue.defineComponent({
280
436
  getFormData
281
437
  });
282
438
  return (_ctx, _cache) => {
439
+ const _component_a_textarea = vue.resolveComponent("a-textarea");
283
440
  return vue.openBlock(), vue.createBlock(vue.unref(webVue.Form), {
284
441
  ref_key: "metaInfoFormRef",
285
442
  ref: metaInfoFormRef,
@@ -336,11 +493,11 @@ const _sfc_main = vue.defineComponent({
336
493
  "onUpdate:dataValue": _cache[2] || (_cache[2] = ($event) => form.value.style = $event),
337
494
  "media-use-type": 1,
338
495
  series: series.value,
339
- "show-title": _ctx.showTitle,
340
- title: _ctx.title,
341
- topImageTitle: _ctx.topImageTitle,
342
- titleValid: _ctx.titleValid,
343
- topImageTitleValid: _ctx.topImageTitleValid,
496
+ "show-title": __props.showTitle,
497
+ title: __props.title,
498
+ topImageTitle: __props.topImageTitle,
499
+ titleValid: __props.titleValid,
500
+ topImageTitleValid: __props.topImageTitleValid,
344
501
  cropperRatios: customScale.value,
345
502
  class: "select-thumb-wrap",
346
503
  mode: "doc",
@@ -760,15 +917,15 @@ const _sfc_main = vue.defineComponent({
760
917
  }, {
761
918
  default: vue.withCtx(() => [
762
919
  vue.createVNode(vue.unref(webVue.Radio), { value: 1 }, {
763
- default: vue.withCtx(() => _cache[29] || (_cache[29] = [
764
- vue.createTextVNode(" \u9ED8\u54C0\u6A21\u5F0F")
765
- ])),
920
+ default: vue.withCtx(() => [..._cache[29] || (_cache[29] = [
921
+ vue.createTextVNode(" \u9ED8\u54C0\u6A21\u5F0F", -1)
922
+ ])]),
766
923
  _: 1
767
924
  }),
768
925
  vue.createVNode(vue.unref(webVue.Radio), { value: 2 }, {
769
- default: vue.withCtx(() => _cache[30] || (_cache[30] = [
770
- vue.createTextVNode("\u975E\u9ED8\u54C0\u6A21\u5F0F")
771
- ])),
926
+ default: vue.withCtx(() => [..._cache[30] || (_cache[30] = [
927
+ vue.createTextVNode("\u975E\u9ED8\u54C0\u6A21\u5F0F", -1)
928
+ ])]),
772
929
  _: 1
773
930
  })
774
931
  ]),
@@ -784,7 +941,191 @@ const _sfc_main = vue.defineComponent({
784
941
  ])) : vue.createCommentVNode("v-if", true)
785
942
  ]),
786
943
  _: 1
787
- })
944
+ }),
945
+ vue.createCommentVNode(" \u6269\u5C55\u5B57\u6BB5\u533A\u57DF "),
946
+ __props.extendedFieldsConfig && __props.extendedFieldsConfig.length > 0 ? (vue.openBlock(true), vue.createElementBlock(vue.Fragment, { key: 1 }, vue.renderList(__props.extendedFieldsConfig, (field) => {
947
+ return vue.openBlock(), vue.createElementBlock(vue.Fragment, {
948
+ key: field.var_name
949
+ }, [
950
+ vue.createCommentVNode(" \u6587\u672C\u7C7B\u578B "),
951
+ field.var_type === "text" ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.FormItem), {
952
+ key: 0,
953
+ field: `ext_meta.${field.var_name}`,
954
+ label: field.name
955
+ }, {
956
+ default: vue.withCtx(() => [
957
+ vue.createVNode(vue.unref(webVue.Input), {
958
+ modelValue: form.value.ext_meta[field.var_name],
959
+ "onUpdate:modelValue": ($event) => form.value.ext_meta[field.var_name] = $event,
960
+ placeholder: `\u8BF7\u8F93\u5165${field.name}`,
961
+ "max-length": field.max_length || 100,
962
+ "allow-clear": "",
963
+ class: "input-w"
964
+ }, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder", "max-length"])
965
+ ]),
966
+ _: 2
967
+ }, 1032, ["field", "label"])) : field.var_type === "textarea" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
968
+ vue.createCommentVNode(" \u6587\u672C\u57DF\u7C7B\u578B "),
969
+ vue.createVNode(vue.unref(webVue.FormItem), {
970
+ field: `ext_meta.${field.var_name}`,
971
+ label: field.name
972
+ }, {
973
+ default: vue.withCtx(() => [
974
+ vue.createVNode(_component_a_textarea, {
975
+ modelValue: form.value.ext_meta[field.var_name],
976
+ "onUpdate:modelValue": ($event) => form.value.ext_meta[field.var_name] = $event,
977
+ placeholder: `\u8BF7\u8F93\u5165${field.name}`,
978
+ "max-length": field.max_length || 500,
979
+ "allow-clear": "",
980
+ class: "input-w"
981
+ }, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder", "max-length"])
982
+ ]),
983
+ _: 2
984
+ }, 1032, ["field", "label"])
985
+ ], 2112)) : field.var_type === "number" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
986
+ vue.createCommentVNode(" \u6570\u5B57\u7C7B\u578B "),
987
+ vue.createVNode(vue.unref(webVue.FormItem), {
988
+ field: `ext_meta.${field.var_name}`,
989
+ label: field.name,
990
+ class: "horizontal"
991
+ }, {
992
+ default: vue.withCtx(() => [
993
+ vue.createVNode(vue.unref(webVue.InputNumber), {
994
+ modelValue: form.value.ext_meta[field.var_name],
995
+ "onUpdate:modelValue": ($event) => form.value.ext_meta[field.var_name] = $event,
996
+ placeholder: `\u8BF7\u8F93\u5165${field.name}`,
997
+ style: { width: "240px" }
998
+ }, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder"])
999
+ ]),
1000
+ _: 2
1001
+ }, 1032, ["field", "label"])
1002
+ ], 2112)) : field.var_type === "selection" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 3 }, [
1003
+ vue.createCommentVNode(" \u5355\u9009\u7C7B\u578B "),
1004
+ vue.createVNode(vue.unref(webVue.FormItem), {
1005
+ field: `ext_meta.${field.var_name}`,
1006
+ label: field.name
1007
+ }, {
1008
+ default: vue.withCtx(() => [
1009
+ vue.createVNode(vue.unref(webVue.Select), {
1010
+ modelValue: form.value.ext_meta[field.var_name],
1011
+ "onUpdate:modelValue": ($event) => form.value.ext_meta[field.var_name] = $event,
1012
+ placeholder: `\u8BF7\u9009\u62E9${field.name}`,
1013
+ class: "input-w",
1014
+ "allow-clear": ""
1015
+ }, {
1016
+ default: vue.withCtx(() => [
1017
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(field.select_options || [], (option) => {
1018
+ return vue.openBlock(), vue.createBlock(vue.unref(webVue.Option), {
1019
+ key: option.key,
1020
+ value: option.key,
1021
+ label: option.value
1022
+ }, null, 8, ["value", "label"]);
1023
+ }), 128))
1024
+ ]),
1025
+ _: 2
1026
+ }, 1032, ["modelValue", "onUpdate:modelValue", "placeholder"])
1027
+ ]),
1028
+ _: 2
1029
+ }, 1032, ["field", "label"])
1030
+ ], 2112)) : field.var_type === "multi_selection" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 4 }, [
1031
+ vue.createCommentVNode(" \u591A\u9009\u7C7B\u578B "),
1032
+ vue.createVNode(vue.unref(webVue.FormItem), {
1033
+ field: `ext_meta.${field.var_name}`,
1034
+ label: field.name
1035
+ }, {
1036
+ default: vue.withCtx(() => [
1037
+ vue.createVNode(vue.unref(webVue.Select), {
1038
+ modelValue: form.value.ext_meta[field.var_name],
1039
+ "onUpdate:modelValue": ($event) => form.value.ext_meta[field.var_name] = $event,
1040
+ placeholder: `\u8BF7\u9009\u62E9${field.name}`,
1041
+ class: "input-w",
1042
+ multiple: "",
1043
+ "allow-clear": ""
1044
+ }, {
1045
+ default: vue.withCtx(() => [
1046
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(field.select_options || [], (option) => {
1047
+ return vue.openBlock(), vue.createBlock(vue.unref(webVue.Option), {
1048
+ key: option.key,
1049
+ value: option.key,
1050
+ label: option.value
1051
+ }, null, 8, ["value", "label"]);
1052
+ }), 128))
1053
+ ]),
1054
+ _: 2
1055
+ }, 1032, ["modelValue", "onUpdate:modelValue", "placeholder"])
1056
+ ]),
1057
+ _: 2
1058
+ }, 1032, ["field", "label"])
1059
+ ], 2112)) : field.var_type === "datetime" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 5 }, [
1060
+ vue.createCommentVNode(" \u65E5\u671F\u65F6\u95F4\u7C7B\u578B "),
1061
+ vue.createVNode(vue.unref(webVue.FormItem), {
1062
+ field: `ext_meta.${field.var_name}`,
1063
+ label: field.name,
1064
+ class: "horizontal"
1065
+ }, {
1066
+ default: vue.withCtx(() => {
1067
+ var _a;
1068
+ return [
1069
+ vue.createVNode(vue.unref(webVue.DatePicker), {
1070
+ modelValue: form.value.ext_meta[field.var_name],
1071
+ "onUpdate:modelValue": ($event) => form.value.ext_meta[field.var_name] = $event,
1072
+ "show-time": (_a = field.date_format) == null ? void 0 : _a.includes("15:04"),
1073
+ placeholder: `\u8BF7\u9009\u62E9${field.name}`,
1074
+ "time-picker-props": { defaultValue: "12:00:00" },
1075
+ format: field.date_format === "2006-01-02" ? "YYYY-MM-DD" : "YYYY-MM-DD HH:mm",
1076
+ "value-format": "YYYY-MM-DD HH:mm:ss"
1077
+ }, null, 8, ["modelValue", "onUpdate:modelValue", "show-time", "placeholder", "format"])
1078
+ ];
1079
+ }),
1080
+ _: 2
1081
+ }, 1032, ["field", "label"])
1082
+ ], 2112)) : field.var_type === "backend_user" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 6 }, [
1083
+ vue.createCommentVNode(" \u540E\u53F0\u7528\u6237\u7C7B\u578B "),
1084
+ vue.createVNode(vue.unref(webVue.FormItem), {
1085
+ field: `ext_meta.${field.var_name}`,
1086
+ label: field.name
1087
+ }, {
1088
+ default: vue.withCtx(() => [
1089
+ vue.createVNode(vue.unref(webVue.Select), {
1090
+ modelValue: form.value.ext_meta[field.var_name],
1091
+ "onUpdate:modelValue": ($event) => form.value.ext_meta[field.var_name] = $event,
1092
+ placeholder: `\u8BF7\u9009\u62E9${field.name}`,
1093
+ class: "input-w",
1094
+ filterable: "",
1095
+ "allow-clear": ""
1096
+ }, {
1097
+ default: vue.withCtx(() => [
1098
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(backendUsersOptions.value, (user) => {
1099
+ return vue.openBlock(), vue.createBlock(vue.unref(webVue.Option), {
1100
+ key: user.value,
1101
+ value: user.value,
1102
+ label: user.label
1103
+ }, null, 8, ["value", "label"]);
1104
+ }), 128))
1105
+ ]),
1106
+ _: 1
1107
+ }, 8, ["modelValue", "onUpdate:modelValue", "placeholder"])
1108
+ ]),
1109
+ _: 2
1110
+ }, 1032, ["field", "label"])
1111
+ ], 2112)) : field.var_type === "switch" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 7 }, [
1112
+ vue.createCommentVNode(" \u5F00\u5173\u7C7B\u578B "),
1113
+ vue.createVNode(vue.unref(webVue.FormItem), {
1114
+ field: `ext_meta.${field.var_name}`,
1115
+ label: field.name,
1116
+ class: "horizontal"
1117
+ }, {
1118
+ default: vue.withCtx(() => [
1119
+ vue.createVNode(vue.unref(webVue.Switch), {
1120
+ modelValue: form.value.ext_meta[field.var_name],
1121
+ "onUpdate:modelValue": ($event) => form.value.ext_meta[field.var_name] = $event
1122
+ }, null, 8, ["modelValue", "onUpdate:modelValue"])
1123
+ ]),
1124
+ _: 2
1125
+ }, 1032, ["field", "label"])
1126
+ ], 2112)) : vue.createCommentVNode("v-if", true)
1127
+ ], 64);
1128
+ }), 128)) : vue.createCommentVNode("v-if", true)
788
1129
  ]),
789
1130
  _: 1
790
1131
  }, 8, ["model"]);
@@ -16,5 +16,26 @@ function getAllDutyEditor(BASE_API, params) {
16
16
  method: "get"
17
17
  });
18
18
  }
19
+ function getEnabledExtendedFields(BASE_API, params) {
20
+ return request(BASE_API, {
21
+ url: "/poplar/v3/extend-fields/pubmedia/fields/enabled",
22
+ method: "get",
23
+ params
24
+ });
25
+ }
26
+ function getBackendUsers(BASE_API, params) {
27
+ return request(BASE_API, {
28
+ url: `/poplar/v2/accounts/${params.domainId}`,
29
+ method: "get",
30
+ params: {
31
+ keywords: params.keywords || "",
32
+ limit: params.limit || 1e4,
33
+ offset: params.offset || 0,
34
+ where: "state:0,role:0"
35
+ }
36
+ });
37
+ }
19
38
  exports.getAllDutyEditor = getAllDutyEditor;
39
+ exports.getBackendUsers = getBackendUsers;
20
40
  exports.getDocDetailsNew = getDocDetailsNew;
41
+ exports.getEnabledExtendedFields = getEnabledExtendedFields;
@@ -113,14 +113,14 @@ const _sfc_main = vue.defineComponent({
113
113
  return (_ctx, _cache) => {
114
114
  return dynamicComponent.value ? (vue.openBlock(), vue.createElementBlock("div", {
115
115
  key: 0,
116
- class: vue.normalizeClass(["empty-data-container", { small: _ctx.size === "small" }])
116
+ class: vue.normalizeClass(["empty-data-container", { small: __props.size === "small" }])
117
117
  }, [
118
- _ctx.customIcon ? (vue.openBlock(), vue.createElementBlock("img", {
118
+ __props.customIcon ? (vue.openBlock(), vue.createElementBlock("img", {
119
119
  key: 0,
120
120
  class: "custom-icon",
121
- src: _ctx.customIcon
121
+ src: __props.customIcon
122
122
  }, null, 8, _hoisted_1)) : (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(dynamicComponent.value), { key: 1 })),
123
- !_ctx.noTip ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2, vue.toDisplayString(_ctx.customTip ? _ctx.customTip : tipMap.value[_ctx.type]), 1)) : vue.createCommentVNode("v-if", true),
123
+ !__props.noTip ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2, vue.toDisplayString(__props.customTip ? __props.customTip : tipMap.value[__props.type]), 1)) : vue.createCommentVNode("v-if", true),
124
124
  vue.createElementVNode("div", _hoisted_3, [
125
125
  vue.renderSlot(_ctx.$slots, "extra")
126
126
  ])
@@ -10,9 +10,9 @@ const _hoisted_1 = {
10
10
  xmlns: "http://www.w3.org/2000/svg"
11
11
  };
12
12
  function _sfc_render(_ctx, _cache) {
13
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
13
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
14
14
  vue.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)
15
- ]));
15
+ ])]);
16
16
  }
17
17
  var acount = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
18
18
  module.exports = acount;
@@ -12,9 +12,9 @@ const _sfc_main = vue.defineComponent({
12
12
  __name: "add",
13
13
  setup(__props) {
14
14
  return (_ctx, _cache) => {
15
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
15
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
16
16
  vue.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)
17
- ]));
17
+ ])]);
18
18
  };
19
19
  }
20
20
  });
@@ -10,9 +10,9 @@ const _hoisted_1 = {
10
10
  xmlns: "http://www.w3.org/2000/svg"
11
11
  };
12
12
  function _sfc_render(_ctx, _cache) {
13
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
13
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
14
14
  vue.createStaticVNode('<circle cx="110" cy="110" r="110" fill="#E8E9F0"></circle><mask id="mask0_271985_12359" 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_12359)"><path fill-rule="evenodd" clip-rule="evenodd" d="M205.614 180.288C205.614 180.288 192.977 173.436 185.513 168.649C178.048 163.861 171.937 159.744 170.625 161.19C169.545 162.38 169.666 166.164 180.712 173.872C185.154 176.97 205.614 180.288 205.614 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.4334 202.259C13.4334 202.259 31.3876 190.564 33.4402 183.547C35.4928 176.53 23.8751 182.24 25.4096 178.597C26.9441 174.955 36.5092 175.743 37.7666 168.845C39.0239 161.946 30.518 169.265 31.001 163.499C31.4839 157.733 37.7603 162.248 41.7317 157.441C45.7031 152.634 36.4351 153.488 36.5725 150.373C36.7099 147.258 44.6027 149.717 46.4218 144.111C48.2409 138.505 39.2639 141.406 41.1311 137.007C42.9982 132.609 51.4048 132.007 51.08 128.303C50.7552 124.599 47.5055 121.99 49.0622 118.323C50.6188 114.656 55.0047 110.089 51.8642 108.756C48.7238 107.423 45.3257 108.489 42.3593 115.478C39.3929 122.466 38.6075 122.045 35.2941 122.681C31.9807 123.316 30.5941 125.76 32.501 132.565C32.3047 137.726 27.6337 125.767 25.2505 131.381C22.8673 136.995 28.3139 139.125 27.6181 144.068C26.9224 149.012 21.46 137.647 20.1481 143.402C18.8362 149.156 24.1399 150.631 22.5866 152.618C21.0333 154.604 14.5923 146.086 15.4294 153.06C16.2664 160.035 18.495 158.952 17.5026 164.595C16.5103 170.237 11.6513 167.088 9.18516 166.042C6.71904 164.995 4.2077 170.228 5.21295 173.223C6.2182 176.218 6.19779 174.004 7.69205 178.468C9.18631 182.932 2.82996 173.485 1.6911 181.52C0.552245 189.555 13.4334 202.259 13.4334 202.259Z" fill="#D1D3DB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M65.9798 187.599C60.6153 185.958 47.2288 182.227 36.5235 184.548C30.8 185.789 19.3268 192.464 19.3268 192.464C19.3268 192.464 33.1685 196.881 41.0697 195.767C48.642 194.698 59.8652 192.277 65.9798 187.599Z" fill="#D7D9E0"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M15.7091 99.7471C15.7091 99.7471 24.3548 112.148 23.0613 115.391C21.7679 118.634 17.4657 121.612 16.1562 124.976C14.8467 128.341 16.0775 131.217 16.4317 132.643C16.7858 134.069 17.2354 135.499 18.9987 137.443C20.762 139.387 20.6566 140.797 18.3403 145.757C16.0241 150.717 21.1342 151.363 21.4917 154.764C21.7595 157.312 18.4598 159.41 18.8559 163.179C19.2521 166.948 21.7055 167.675 22.0067 170.541C22.3079 173.407 19.7583 179.911 18.7562 175.423C17.7541 170.934 12.2588 165.289 11.8558 161.454C11.4527 157.62 14.4746 154.881 14.2833 153.062C14.0921 151.242 10.7955 147.527 10.9481 144.43C11.1007 141.334 12.3846 140.456 11.4866 136.76C10.0922 131.738 6.96927 128.065 7.35129 124.025C7.73332 119.985 12.2862 118.598 14.4873 113.831C16.6884 109.065 15.7091 99.7471 15.7091 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><ellipse cx="112.82" cy="177.947" rx="32.0228" ry="5.9532" fill="#D3D5DE"></ellipse><ellipse cx="100.077" cy="95.4275" rx="34.6639" ry="34.727" transform="rotate(-45 100.077 95.4275)" stroke="#BBBFCB" stroke-width="10"></ellipse><ellipse cx="100.075" cy="95.4276" rx="28.7215" ry="28.7738" transform="rotate(-45 100.075 95.4276)" stroke="#BBBFCB" stroke-width="2"></ellipse><rect x="122.998" y="121.617" width="5.28211" height="21.1669" transform="rotate(-45 122.998 121.617)" fill="#BBBFCB"></rect><path fill-rule="evenodd" clip-rule="evenodd" d="M136.523 138.877C135.978 138.332 135.794 137.52 136.122 136.822C136.595 135.811 137.402 134.342 138.496 133.248C139.582 132.162 140.992 131.405 141.964 130.967C142.65 130.659 143.435 130.849 143.966 131.38L145.439 132.853L137.969 140.323L136.523 138.877Z" fill="#ADB2BE"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M137.5 139.855C137.5 139.855 138.498 136.986 140.344 135.141C142.189 133.295 144.97 132.385 144.97 132.385L156.202 143.618C158.265 145.68 158.265 149.025 156.202 151.088C154.139 153.15 150.795 153.15 148.732 151.088L137.5 139.855Z" fill="#BBBFCB"></path><ellipse cx="89.7874" cy="85.6045" rx="5.28211" ry="5.29174" transform="rotate(-45 89.7874 85.6045)" fill="white"></ellipse><ellipse cx="107.075" cy="83.2838" rx="1.98079" ry="1.9844" transform="rotate(-45 107.075 83.2838)" fill="white"></ellipse><path fill-rule="evenodd" clip-rule="evenodd" d="M142.943 142.494C142.778 142.33 142.778 142.063 142.943 141.898L146.846 137.995C147.104 137.737 147.523 137.737 147.781 137.995C148.039 138.254 148.039 138.672 147.781 138.931L143.878 142.834C143.713 142.998 143.447 142.998 143.282 142.834L142.943 142.494Z" fill="#A2A7B4"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M145.749 145.301C145.585 145.136 145.585 144.87 145.749 144.705L149.652 140.802C149.911 140.544 150.329 140.544 150.588 140.802C150.846 141.06 150.846 141.479 150.588 141.737L146.685 145.64C146.52 145.805 146.253 145.805 146.089 145.64L145.749 145.301Z" fill="#A2A7B4"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M148.554 148.107C148.389 147.942 148.389 147.675 148.554 147.511L152.457 143.608C152.715 143.349 153.134 143.349 153.392 143.608C153.651 143.866 153.651 144.285 153.392 144.543L149.489 148.446C149.325 148.611 149.058 148.611 148.893 148.446L148.554 148.107Z" fill="#A2A7B4"></path>', 14)
15
- ]));
15
+ ])]);
16
16
  }
17
17
  var analize = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
18
18
  module.exports = analize;
@@ -10,9 +10,9 @@ const _hoisted_1 = {
10
10
  xmlns: "http://www.w3.org/2000/svg"
11
11
  };
12
12
  function _sfc_render(_ctx, _cache) {
13
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
13
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
14
14
  vue.createStaticVNode('<path fill-rule="evenodd" clip-rule="evenodd" d="M64.2897 21.0942C74.5918 12.2773 97.4542 9.47512 136.344 37.6724C141.764 40.3818 142.421 41.766 147.342 41.8487C152.264 41.9313 165.653 31.7266 168.963 29.9112C172.274 28.0957 176.771 25.7636 188.061 26.409C199.351 27.0544 231.123 44.5208 215.99 77.3163C210.286 91.0412 170.882 91.2527 202.131 131.64C233.381 172.027 206.467 202.466 130.99 204.518C55.5137 206.57 44.4537 163.904 19.4836 149.821C-5.48647 135.738 -9.47745 109.294 25.4575 96.7354C47.3973 88.5684 61.567 76.1451 53.8479 59.973C46.1289 43.8009 53.9876 29.9112 64.2897 21.0942Z" fill="#E8E9F0"></path><mask id="mask0_271985_12114" style="mask-type:alpha;" maskUnits="userSpaceOnUse" x="0" y="15" width="220" height="190"><path fill-rule="evenodd" clip-rule="evenodd" d="M64.2897 21.0942C74.5918 12.2773 97.4542 9.47512 136.344 37.6724C141.764 40.3818 142.421 41.766 147.342 41.8487C152.264 41.9313 165.653 31.7266 168.963 29.9112C172.274 28.0957 176.771 25.7636 188.061 26.409C199.351 27.0544 231.123 44.5208 215.99 77.3163C210.286 91.0412 170.882 91.2527 202.131 131.64C233.381 172.027 206.467 202.466 130.99 204.518C55.5137 206.57 44.4537 163.904 19.4836 149.821C-5.48647 135.738 -9.47745 109.294 25.4575 96.7354C47.3973 88.5684 61.567 76.1451 53.8479 59.973C46.1289 43.8009 53.9876 29.9112 64.2897 21.0942Z" fill="white"></path></mask><g mask="url(#mask0_271985_12114)"><ellipse cx="84.0732" cy="124.377" rx="4.69769" ry="2.27074" transform="rotate(-31 84.0732 124.377)" fill="#5E6367"></ellipse><path fill-rule="evenodd" clip-rule="evenodd" d="M137.82 63.898C137.82 63.898 134.7 57.0893 124.546 59.2247C114.392 61.36 112.346 70.6341 112.346 75.4269C112.346 80.2197 113.48 82.1458 110.815 87.9804C108.15 93.8151 101.92 90.7883 99.5086 102.789C97.0973 114.791 117.172 117.232 123.068 116.018C128.965 114.803 151.777 129.779 154.781 118.84C157.785 107.902 148.649 101.432 145.15 91.5027C143.31 86.2807 143.694 82.779 144.198 80.2373C144.652 77.9464 144.537 75.8386 144.537 72.4117C144.537 65.1826 137.82 63.898 137.82 63.898Z" fill="#0F2337"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M120.303 100.054C120.303 100.054 122.51 105.164 126.08 105.164C129.65 105.164 132.438 103.544 133.281 100.507C134.14 101.146 135.384 102.034 135.384 102.034C135.384 102.034 136.047 131.137 124.827 140.918C116.664 133.132 111.64 121.728 115.201 107.602C115.852 105.02 120.303 100.054 120.303 100.054Z" fill="white"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M121.64 90.6906C121.64 90.6906 122.176 98.4837 120.469 99.7832C118.762 101.083 116.414 105.704 116.414 105.704C116.414 105.704 119.398 114.039 125.294 114.039C131.19 114.039 134.174 107.283 134.174 107.283C134.174 107.283 132.855 101.608 132.506 100.341C132.157 99.0753 131.19 96.9688 131.19 92.8869C131.19 91.1517 128.926 91.2971 125.807 90.6906C124.368 90.4109 121.64 90.6906 121.64 90.6906Z" fill="#DCDDE3"></path><mask id="mask1_271985_12114" style="mask-type:alpha;" maskUnits="userSpaceOnUse" x="116" y="90" width="19" height="25"><path fill-rule="evenodd" clip-rule="evenodd" d="M121.64 90.6906C121.64 90.6906 122.176 98.4837 120.469 99.7832C118.762 101.083 116.414 105.704 116.414 105.704C116.414 105.704 119.398 114.039 125.294 114.039C131.19 114.039 134.174 107.283 134.174 107.283C134.174 107.283 132.855 101.608 132.506 100.341C132.157 99.0753 131.19 96.9688 131.19 92.8869C131.19 91.1517 128.926 91.2971 125.807 90.6906C124.368 90.4109 121.64 90.6906 121.64 90.6906Z" fill="white"></path></mask><g mask="url(#mask1_271985_12114)"><path opacity="0.7" fill-rule="evenodd" clip-rule="evenodd" d="M121.584 95.0711C121.584 95.0711 121.686 97.1997 121.377 97.9256C121.068 98.6516 120.312 99.662 123.542 100.122C126.772 100.582 132.191 98.3759 131.9 95.9705C131.609 93.5651 130.788 93.4072 130.788 93.4072L121.584 95.0711Z" fill="#ABAEB3"></path></g><ellipse cx="128.271" cy="81.5973" rx="12.6624" ry="15.5695" transform="rotate(8 128.271 81.5973)" fill="#D0D2D8"></ellipse><path fill-rule="evenodd" clip-rule="evenodd" d="M142.295 82.3187C142.295 82.3187 143.952 81.6045 145.369 82.4811C146.785 83.3578 144.939 86.8619 143.37 88.0861C142.581 88.7022 141.587 88.9537 140.796 89.0515C140.123 89.1345 139.698 88.4572 139.962 87.8332L142.295 82.3187Z" fill="#D8D8D8"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M120.786 99.5781C113.789 102.767 105.854 101.883 104.932 105.252C104.01 108.622 103.268 113.129 102.732 118.536C102.196 123.944 103.464 135.374 101.063 133.614C98.662 131.855 87.6111 121.288 87.6111 121.288C87.6111 121.288 88.0795 123.633 85.5555 125.591C83.0314 127.55 80.3027 127.371 80.3027 127.371C80.3027 127.371 99.8223 148.755 104.932 148.172C110.042 147.59 111.657 139.14 111.657 139.14C111.657 139.14 113.914 146.377 112.785 152.394C111.657 158.411 111.657 161.349 111.657 161.349H142.239C142.239 161.349 136.963 147.376 137.893 143.898C138.823 140.42 141.104 133.614 141.104 133.614C141.104 133.614 143.969 148.641 148.937 149.877C152.292 150.711 156.617 147.494 162.422 140.843C165.618 137.181 171.534 128.427 171.534 128.427C171.534 128.427 166.399 127.368 164.932 122.583C161.063 126.192 152.424 136.692 152.424 136.692C152.424 136.692 148.207 110.031 146.887 107.642C145.568 105.252 132.575 100.543 132.575 100.543C132.575 100.543 133.482 116.105 131.357 123.633C129.232 131.161 124.228 140.42 124.228 140.42C124.228 140.42 116.69 127.702 116.728 120.037C116.765 112.373 117.33 105.088 120.786 99.5781Z" fill="#9BA1B1"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M137.797 66.1898C137.797 66.1898 136.615 77.1697 132.266 77.1697C130.947 77.1697 134.13 72.8271 132.573 73.1829C131.094 73.521 130.879 77.3834 125.647 78.61C123.443 79.1268 114.226 82.0822 115.605 77.8586C116.983 73.635 119.382 62.2664 123.892 62.5198C128.401 62.7732 137.797 66.1898 137.797 66.1898Z" fill="#0F2337"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M46.6274 152.841C46.8829 153.193 55.2304 151.221 60.7975 146.731C64.5266 143.723 65.2218 139.659 61.5656 138.371C54.0889 135.736 46.2007 152.253 46.6274 152.841Z" stroke="#ADB2BE"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M137.47 66.6755C137.47 66.6755 135.372 65.2004 136.071 69.8011C136.77 74.4017 140.299 74.86 139.66 81.3914C139.022 87.9229 136.861 89.4841 139.66 88.2741C140.678 87.8341 141.937 85.3276 142.448 83.0071C143.343 78.9449 143.007 74.2103 142.688 73.2279C142.185 71.6843 137.47 66.6755 137.47 66.6755Z" fill="#0F2337"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M23.7582 152.797L213.399 152.797C213.399 152.797 215.649 159.454 214.214 168.263C207.855 192.759 169.989 200.147 169.989 200.147C169.989 200.147 136.299 207.86 98.2377 202.182C69.2317 197.854 51.0618 179.152 42.9693 171.305C40.1754 168.596 38.5457 166.787 35.3881 163.435C32.2305 160.084 23.7582 152.797 23.7582 152.797Z" fill="#D3D5DE"></path></g><path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M101.842 177.981L128.769 176.245L114.138 159.449L95.4563 160.473L90.7559 165.319L101.842 177.981Z" fill="#8F94A0"></path><path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M120.469 186.534L144.45 184.043L131.142 168.953L112.706 170.353L108.812 173.325L120.469 186.534Z" fill="#8F94A0"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M115.606 86.723C115.606 86.723 115.909 87.8625 114.299 87.9672C112.688 88.0719 109.826 82.9027 110.632 81.4661C111.261 80.3455 113.359 81.2137 114.251 81.6498C114.513 81.7778 114.691 82.0261 114.747 82.3123L115.606 86.723Z" fill="#D8D8D8"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M86.4791 122.152C86.4791 122.152 82.8278 117.587 81.8818 117.016C80.9357 116.445 73.5498 115.875 73.0215 116.445C72.4933 117.016 74.2231 118.493 76.1421 118.793C74.6424 120.12 72.472 121.175 72.472 121.175C72.472 121.175 67.2922 117.016 66.1548 117.016C65.0174 117.016 67.1262 118.455 66.1548 118.374C65.1834 118.293 64.1145 117.567 64.3453 118.374C64.5761 119.181 65.5904 119.934 65.7649 120.065C65.9393 120.196 63.4382 119.569 64.3453 120.895C65.2523 122.221 70.5098 125.921 71.4909 126.17C72.472 126.419 79.8939 123.044 79.8939 123.044L82.7521 125.907C82.7521 125.907 84.2751 125.155 85.2258 124.198C86.1765 123.24 86.4791 122.152 86.4791 122.152Z" fill="#D7D9E0"></path><circle cx="124.256" cy="118.823" r="0.712743" fill="#D8D8D8"></circle><circle cx="123.779" cy="125" r="0.712743" fill="#D8D8D8"></circle><circle cx="123.779" cy="131.178" r="0.712743" fill="#D8D8D8"></circle><path opacity="0.3" d="M136.292 103.38C136.292 103.38 139.697 107.254 139.697 109.786C139.697 112.317 137.175 115.221 137.164 116.997C137.152 118.773 140.262 121.418 139.14 125.615C138.018 129.812 126.867 140.918 126.867 140.918" stroke="#0F2337" stroke-opacity="0.8" stroke-width="2" stroke-linecap="round"></path><path opacity="0.3" d="M114.118 103.38C114.118 103.38 110.714 107.254 110.714 109.786C110.714 112.317 113.236 115.221 113.247 116.997C113.258 118.773 110.148 121.418 111.27 125.615C112.392 129.812 123.543 140.918 123.543 140.918" stroke="#0F2337" stroke-opacity="0.8" stroke-width="2" stroke-linecap="round"></path><ellipse cx="122.93" cy="80.9064" rx="1.09146" ry="1.6391" transform="rotate(7 122.93 80.9064)" fill="#0F2337"></ellipse><ellipse cx="133.764" cy="82.2365" rx="1.09146" ry="1.6391" transform="rotate(7 133.764 82.2365)" fill="#0F2337"></ellipse><path d="M126.393 90.6384C126.393 90.6384 127.931 89.2771 129.941 90.0872" stroke="#979797" stroke-width="1.5" stroke-linecap="round"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M126.503 85.5802C126.408 85.7844 126.387 86.0165 126.486 86.2191C126.657 86.5696 127.023 87.0936 127.715 87.203C128.464 87.3216 128.924 86.7913 129.13 86.4704C129.223 86.3252 129.247 86.1519 129.224 85.9808C129.125 85.2232 128.801 83.0619 128.31 82.9536C127.833 82.8484 126.868 84.7998 126.503 85.5802Z" fill="#BCBCBC"></path><circle opacity="0.6" cx="46.0918" cy="102.904" r="3.32613" fill="white"></circle><circle opacity="0.6" cx="13.3052" cy="131.889" r="3.8013" stroke="white" stroke-width="2"></circle><path fill-rule="evenodd" clip-rule="evenodd" d="M120.525 185.483L144.893 183.114L129.57 167.79L112.059 168.228L108.407 172.203L120.525 185.483Z" fill="#ECEEF2"></path><path opacity="0.3" fill-rule="evenodd" clip-rule="evenodd" d="M112.899 177.03L128.294 176.016L121.178 168.092L111.641 168.02L102.16 161.35V165.761L112.899 177.03Z" fill="#D0D4DB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M101.755 177.03L127.344 175.583L112.987 159.449L94.0016 160.332L90.2812 164.198L101.755 177.03Z" fill="white"></path><path opacity="0.8" fill-rule="evenodd" clip-rule="evenodd" d="M47.6312 153.272C47.6312 153.272 42.775 132.985 53.8041 131.485C64.8331 129.984 47.6312 153.272 47.6312 153.272Z" fill="#BBBFCB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M46.5755 153.747C48.2029 153.747 51.177 141.613 48.0381 131.437C45.7409 123.99 38.6714 117.635 32.8867 117.635C30.0303 117.635 29.1704 126.781 32.8867 135.691C36.7 144.834 45.148 153.747 46.5755 153.747Z" fill="#D5D7DF"></path><path d="M46.5649 152.797C46.5649 152.797 44.8902 137.77 43.0668 132.673C40.0721 124.301 35.83 120.332 32.7852 118.11" stroke="#BBBFCB" stroke-linecap="round"></path><path d="M43.1197 133.66C43.1197 133.66 40.4144 130.597 37.9536 129.672C35.6544 128.807 33.901 128.914 32.7875 128.914" stroke="#BBBFCB" stroke-linecap="round"></path><path d="M44.9128 141.017C44.9128 141.017 45.3376 138.174 46.1192 136.888C46.7087 135.918 46.9933 135.431 47.9898 134.545" stroke="#BBBFCB" stroke-linecap="round"></path><path d="M45.6154 144.719C45.6154 144.719 43.7643 141.589 41.4146 140.276C39.0648 138.963 37.0625 138.542 37.0625 138.542" stroke="#BBBFCB" stroke-linecap="round"></path><path d="M133.045 77.7207C133.045 77.7207 133.424 78.7347 135.896 79.1462" stroke="#9B9B9B" stroke-width="1.5" stroke-linecap="round"></path><path d="M41.8145 129.515C41.8145 129.515 42.4604 126.499 44.1903 125.238" stroke="#BBBFCB" stroke-linecap="round"></path><path opacity="0.4" d="M142.298 83.4211C142.298 83.4211 143.657 82.4754 144.318 83.4211C144.979 84.3668 143.018 87.6999 141.123 87.6999" stroke="#9A9DA1" stroke-linecap="round"></path><path d="M142.549 84.3736C142.549 84.3736 142.894 84.3657 143.231 84.4645C143.737 84.6128 143.985 84.8991 143.974 85.3234" stroke="#BFC0C1" stroke-linecap="round"></path><path opacity="0.4" d="M114.785 82.3218C114.785 82.3218 112.831 81.0948 112.138 82.0623C111.446 83.0298 113.499 86.4398 115.482 86.4398" stroke="#9A9DA1" stroke-linecap="round"></path><path d="M113.998 83.5981C113.998 83.5981 113.707 83.4848 113.391 83.4598C112.918 83.4223 112.624 83.5757 112.509 83.9201" stroke="#BFC0C1" stroke-linecap="round"></path><path opacity="0.5" d="M103.109 174.179L114.038 173.704" stroke="#D5D5D5" stroke-width="2" stroke-linecap="round"></path><path d="M121.641 182.165L125.917 181.874" stroke="#D8DADF" stroke-width="2" stroke-linecap="round"></path><path d="M119.742 179.405L130.196 178.455" stroke="#D8DADF" stroke-width="2" stroke-linecap="round"></path><path opacity="0.5" d="M100.258 171.328L116.413 170.378" stroke="#D5D5D5" stroke-width="2" stroke-linecap="round"></path><path opacity="0.5" d="M97.8828 168.002L116.414 166.576" stroke="#D5D5D5" stroke-width="2" stroke-linecap="round"></path><path opacity="0.5" d="M96.457 165.151L105.96 164.676" stroke="#D5D5D5" stroke-width="2" stroke-linecap="round"></path><ellipse cx="168.38" cy="125.351" rx="4.35758" ry="1.89385" transform="rotate(-136 168.38 125.351)" fill="#5E6367"></ellipse><path fill-rule="evenodd" clip-rule="evenodd" d="M166.308 123.103C166.308 123.103 169.959 118.538 170.905 117.967C171.851 117.397 179.237 116.826 179.766 117.397C180.294 117.967 178.564 119.445 176.645 119.744C178.145 121.071 180.315 122.126 180.315 122.126C180.315 122.126 185.495 117.967 186.632 117.967C187.77 117.967 185.661 119.407 186.632 119.325C187.604 119.244 188.673 118.519 188.442 119.325C188.211 120.132 187.197 120.885 187.022 121.016C186.848 121.148 189.349 120.521 188.442 121.846C187.535 123.172 182.277 126.872 181.296 127.121C180.315 127.37 172.893 123.995 172.893 123.995L170.035 126.859C170.035 126.859 168.512 126.107 167.561 125.149C166.611 124.191 166.308 123.103 166.308 123.103Z" fill="#D7D9E0"></path><ellipse cx="174.86" cy="148.996" rx="7.60259" ry="2.37581" fill="white"></ellipse><ellipse opacity="0.5" cx="173.909" cy="166.101" rx="7.60259" ry="2.37581" fill="#8F94A0"></ellipse><path fill-rule="evenodd" clip-rule="evenodd" d="M167.258 148.521C167.258 148.521 168.803 150.802 174.845 150.802C180.887 150.802 182.463 148.521 182.463 148.521L181.228 164.182C181.184 164.731 180.917 165.24 180.443 165.521C179.443 166.115 177.455 167.052 174.86 167.052C172.265 167.052 170.278 166.115 169.278 165.521C168.804 165.24 168.537 164.731 168.493 164.182L167.258 148.521Z" fill="#DEE1E7"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M181.512 151.371H185.179C186.279 151.371 187.172 152.259 187.179 153.359L187.212 158.606C187.215 159.071 186.839 159.449 186.375 159.449C185.912 159.449 185.537 159.074 185.537 158.612V155.863C185.537 154.758 184.642 153.863 183.537 153.863H181.512V151.371Z" fill="#D2D6DD"></path>', 45)
15
- ]));
15
+ ])]);
16
16
  }
17
17
  var analize_fail = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
18
18
  module.exports = analize_fail;