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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +173 -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 +173 -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
@@ -1,9 +1,9 @@
1
- import { defineComponent, ref, computed, watch, onMounted, openBlock, createBlock, unref, withCtx, createVNode, withDirectives, vShow, createElementBlock, Fragment, renderList, createCommentVNode, createTextVNode, toDisplayString } from "vue";
1
+ import { defineComponent, ref, computed, watch, onMounted, resolveComponent, openBlock, createBlock, unref, withCtx, createVNode, withDirectives, vShow, createElementBlock, Fragment, renderList, createCommentVNode, createTextVNode, toDisplayString } from "vue";
2
2
  import { Form, FormItem, Input, InputTag, Select, Option, Switch, DatePicker, InputNumber, RadioGroup, Radio, Message } from "@arco-design/web-vue";
3
3
  import { IconInfoCircle } from "@arco-design/web-vue/es/icon";
4
4
  import { docSeries } from "../../utils/doc.js";
5
5
  import _sfc_main$1 from "../../selectThumb/component.js";
6
- import { getAllDutyEditor } from "../script/api.js";
6
+ import { getAllDutyEditor, getBackendUsers } from "../script/api.js";
7
7
  import { DEFAULT_BASE_API } from "../../config.js";
8
8
  import { validateForm } from "../../utils/index.js";
9
9
  import useLoadSourceInfo from "../../hooks/source.js";
@@ -29,7 +29,9 @@ const _sfc_main = defineComponent({
29
29
  titleValid: { type: Boolean },
30
30
  topImageTitleValid: { type: Boolean },
31
31
  BASE_API: {},
32
- sourceStore: {}
32
+ sourceStore: {},
33
+ extendedFieldsConfig: {},
34
+ domainId: {}
33
35
  },
34
36
  emits: ["upload"],
35
37
  setup(__props, { expose: __expose }) {
@@ -66,7 +68,8 @@ const _sfc_main = defineComponent({
66
68
  comment_available: false,
67
69
  is_recommend: false,
68
70
  album_status: false,
69
- mourn_style: 0
71
+ mourn_style: 0,
72
+ ext_meta: {}
70
73
  });
71
74
  const silenceOptions = ref(false);
72
75
  const tips = ref([
@@ -109,17 +112,52 @@ const _sfc_main = defineComponent({
109
112
  ].includes(series.value);
110
113
  });
111
114
  const dutyEditorOptions = ref([]);
115
+ const backendUsersOptions = ref([]);
112
116
  const getAllDutyEditorOption = async () => {
113
117
  const { code, message } = await getAllDutyEditor(BASE_API);
114
118
  if (code === 0) {
115
119
  dutyEditorOptions.value = message.data.map((item) => {
116
120
  return {
117
121
  value: item.alias,
118
- label: item.alias
122
+ label: item.alias,
123
+ id: item.id,
124
+ name: item.name,
125
+ uid: item.uid || ""
119
126
  };
120
127
  });
121
128
  }
122
129
  };
130
+ const getBackendUsersOption = async () => {
131
+ if (!props.domainId) {
132
+ console.warn("domainId \u672A\u63D0\u4F9B\uFF0C\u65E0\u6CD5\u83B7\u53D6\u540E\u53F0\u7528\u6237\u5217\u8868");
133
+ return;
134
+ }
135
+ try {
136
+ const { code, message } = await getBackendUsers(BASE_API, {
137
+ domainId: props.domainId,
138
+ limit: 1e4,
139
+ offset: 0
140
+ });
141
+ if (code === 0 && (message == null ? void 0 : message.users)) {
142
+ backendUsersOptions.value = message.users.map((item) => {
143
+ return {
144
+ value: item.uid,
145
+ label: item.alias,
146
+ id: item.id,
147
+ name: item.name,
148
+ uid: item.uid
149
+ };
150
+ });
151
+ console.log(
152
+ "\u540E\u53F0\u7528\u6237\u5217\u8868\u52A0\u8F7D\u6210\u529F:",
153
+ backendUsersOptions.value.length,
154
+ "\u4E2A\u7528\u6237"
155
+ );
156
+ }
157
+ } catch (error) {
158
+ console.error("\u83B7\u53D6\u540E\u53F0\u7528\u6237\u5217\u8868\u5931\u8D25:", error);
159
+ }
160
+ };
123
161
  const defaultSourceValue = computed(() => {
124
162
  const defaultValue = SourceInfo.value.find((x) => x.default);
125
163
  return defaultValue ? defaultValue.value : "";
@@ -196,7 +234,54 @@ const _sfc_main = defineComponent({
196
234
  delete data.line_time;
197
235
  delete data.ori_count;
198
236
  delete data.aiRelated;
237
+ if (data.ext_meta && props.extendedFieldsConfig) {
238
+ const processedExtMeta = {};
239
+ props.extendedFieldsConfig.forEach((field) => {
240
+ const value = data.ext_meta[field.var_name];
241
+ if (value === void 0 || value === null || value === "") {
242
+ return;
243
+ }
244
+ switch (field.var_type) {
245
+ case "datetime":
246
+ if (typeof value === "string") {
247
+ if (field.date_format === "2006-01-02") {
248
+ const [dateOnly] = value.split(" ");
249
+ processedExtMeta[field.var_name] = dateOnly;
250
+ } else {
251
+ const parts = value.split(":");
252
+ if (parts.length === 3) {
253
+ processedExtMeta[field.var_name] = `${parts[0]}:${parts[1]}`;
254
+ } else {
255
+ processedExtMeta[field.var_name] = value;
256
+ }
257
+ }
258
+ } else {
259
+ processedExtMeta[field.var_name] = value;
260
+ }
261
+ break;
262
+ case "multi_selection":
263
+ processedExtMeta[field.var_name] = Array.isArray(value) ? value : [];
264
+ break;
265
+ case "selection":
266
+ processedExtMeta[field.var_name] = value;
267
+ break;
268
+ case "backend_user":
269
+ processedExtMeta[field.var_name] = value;
270
+ break;
271
+ case "switch":
272
+ processedExtMeta[field.var_name] = !!value;
273
+ break;
274
+ default:
275
+ processedExtMeta[field.var_name] = value;
276
+ }
277
+ });
278
+ data.ext_meta = JSON.stringify(processedExtMeta);
279
+ } else {
280
+ delete data.ext_meta;
281
+ }
199
282
  Object.keys(data).map((key) => {
283
+ if (key === "ext_meta")
284
+ return key;
200
285
  if (typeof data[key] !== "string") {
201
286
  data[key] += "";
202
287
  }
@@ -227,6 +312,63 @@ const _sfc_main = defineComponent({
227
312
  data.statement = data.statement !== "false";
228
313
  data.is_recommend = data.is_recommend !== "false";
229
314
  data.album_status = data.album_status !== "0";
315
+ if (data.ext_meta) {
316
+ if (typeof data.ext_meta === "string") {
317
+ try {
318
+ data.ext_meta = JSON.parse(data.ext_meta);
319
+ } catch (e) {
320
+ console.error("\u89E3\u6790 ext_meta \u5931\u8D25:", e);
321
+ data.ext_meta = {};
322
+ }
323
+ }
324
+ if (props.extendedFieldsConfig) {
325
+ props.extendedFieldsConfig.forEach((field) => {
326
+ const value = data.ext_meta[field.var_name];
327
+ if (value !== void 0 && value !== null) {
328
+ if (field.var_type === "datetime" && value) {
329
+ if (typeof value === "number") {
330
+ const date = new Date(value * 1e3);
331
+ const year = date.getFullYear();
332
+ const month = String(date.getMonth() + 1).padStart(2, "0");
333
+ const day = String(date.getDate()).padStart(2, "0");
334
+ const hour = String(date.getHours()).padStart(2, "0");
335
+ const minute = String(date.getMinutes()).padStart(2, "0");
336
+ const second = String(date.getSeconds()).padStart(2, "0");
337
+ if (field.date_format === "2006-01-02") {
338
+ data.ext_meta[field.var_name] = `${year}-${month}-${day}`;
339
+ } else {
340
+ data.ext_meta[field.var_name] = `${year}-${month}-${day} ${hour}:${minute}:${second}`;
341
+ }
342
+ } else if (typeof value === "string") {
343
+ data.ext_meta[field.var_name] = value;
344
+ }
345
+ }
346
+ if (field.var_type === "multi_selection" && value) {
347
+ if (Array.isArray(value)) {
348
+ data.ext_meta[field.var_name] = value.map(
349
+ (item) => typeof item === "object" ? item.key : item
350
+ );
351
+ }
352
+ }
353
+ if (field.var_type === "backend_user" && value) {
354
+ if (typeof value === "object") {
355
+ data.ext_meta[field.var_name] = value.uid || value.id;
356
+ }
357
+ }
358
+ if (field.var_type === "selection" && value) {
359
+ if (typeof value === "object") {
360
+ data.ext_meta[field.var_name] = value.key || value;
361
+ }
362
+ }
363
+ if (field.var_type === "switch") {
364
+ data.ext_meta[field.var_name] = !!value;
365
+ }
366
+ }
367
+ });
368
+ }
369
+ } else {
370
+ data.ext_meta = {};
371
+ }
230
372
  Object.assign(form.value, data);
231
373
  };
232
374
  watch(silenceOptions, (newVal, oldVal) => {
@@ -267,6 +409,20 @@ const _sfc_main = defineComponent({
267
409
  },
268
410
  { immediate: true }
269
411
  );
412
+ watch(
413
+ () => props.extendedFieldsConfig,
414
+ (newConfig) => {
415
+ if (newConfig && newConfig.length > 0) {
416
+ const hasBackendUserField = newConfig.some(
417
+ (field) => field.var_type === "backend_user"
418
+ );
419
+ if (hasBackendUserField) {
420
+ getBackendUsersOption();
421
+ }
422
+ }
423
+ },
424
+ { immediate: true }
425
+ );
270
426
  onMounted(() => {
271
427
  getAllDutyEditorOption();
272
428
  if (props.sourceStore) {
@@ -279,6 +435,7 @@ const _sfc_main = defineComponent({
279
435
  getFormData
280
436
  });
281
437
  return (_ctx, _cache) => {
438
+ const _component_a_textarea = resolveComponent("a-textarea");
282
439
  return openBlock(), createBlock(unref(Form), {
283
440
  ref_key: "metaInfoFormRef",
284
441
  ref: metaInfoFormRef,
@@ -335,11 +492,11 @@ const _sfc_main = defineComponent({
335
492
  "onUpdate:dataValue": _cache[2] || (_cache[2] = ($event) => form.value.style = $event),
336
493
  "media-use-type": 1,
337
494
  series: series.value,
338
- "show-title": _ctx.showTitle,
339
- title: _ctx.title,
340
- topImageTitle: _ctx.topImageTitle,
341
- titleValid: _ctx.titleValid,
342
- topImageTitleValid: _ctx.topImageTitleValid,
495
+ "show-title": __props.showTitle,
496
+ title: __props.title,
497
+ topImageTitle: __props.topImageTitle,
498
+ titleValid: __props.titleValid,
499
+ topImageTitleValid: __props.topImageTitleValid,
343
500
  cropperRatios: customScale.value,
344
501
  class: "select-thumb-wrap",
345
502
  mode: "doc",
@@ -759,15 +916,15 @@ const _sfc_main = defineComponent({
759
916
  }, {
760
917
  default: withCtx(() => [
761
918
  createVNode(unref(Radio), { value: 1 }, {
762
- default: withCtx(() => _cache[29] || (_cache[29] = [
763
- createTextVNode(" \u9ED8\u54C0\u6A21\u5F0F")
764
- ])),
919
+ default: withCtx(() => [..._cache[29] || (_cache[29] = [
920
+ createTextVNode(" \u9ED8\u54C0\u6A21\u5F0F", -1)
921
+ ])]),
765
922
  _: 1
766
923
  }),
767
924
  createVNode(unref(Radio), { value: 2 }, {
768
- default: withCtx(() => _cache[30] || (_cache[30] = [
769
- createTextVNode("\u975E\u9ED8\u54C0\u6A21\u5F0F")
770
- ])),
925
+ default: withCtx(() => [..._cache[30] || (_cache[30] = [
926
+ createTextVNode("\u975E\u9ED8\u54C0\u6A21\u5F0F", -1)
927
+ ])]),
771
928
  _: 1
772
929
  })
773
930
  ]),
@@ -783,7 +940,191 @@ const _sfc_main = defineComponent({
783
940
  ])) : createCommentVNode("v-if", true)
784
941
  ]),
785
942
  _: 1
786
- })
943
+ }),
944
+ createCommentVNode(" \u6269\u5C55\u5B57\u6BB5\u533A\u57DF "),
945
+ __props.extendedFieldsConfig && __props.extendedFieldsConfig.length > 0 ? (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(__props.extendedFieldsConfig, (field) => {
946
+ return openBlock(), createElementBlock(Fragment, {
947
+ key: field.var_name
948
+ }, [
949
+ createCommentVNode(" \u6587\u672C\u7C7B\u578B "),
950
+ field.var_type === "text" ? (openBlock(), createBlock(unref(FormItem), {
951
+ key: 0,
952
+ field: `ext_meta.${field.var_name}`,
953
+ label: field.name
954
+ }, {
955
+ default: withCtx(() => [
956
+ createVNode(unref(Input), {
957
+ modelValue: form.value.ext_meta[field.var_name],
958
+ "onUpdate:modelValue": ($event) => form.value.ext_meta[field.var_name] = $event,
959
+ placeholder: `\u8BF7\u8F93\u5165${field.name}`,
960
+ "max-length": field.max_length || 100,
961
+ "allow-clear": "",
962
+ class: "input-w"
963
+ }, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder", "max-length"])
964
+ ]),
965
+ _: 2
966
+ }, 1032, ["field", "label"])) : field.var_type === "textarea" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
967
+ createCommentVNode(" \u6587\u672C\u57DF\u7C7B\u578B "),
968
+ createVNode(unref(FormItem), {
969
+ field: `ext_meta.${field.var_name}`,
970
+ label: field.name
971
+ }, {
972
+ default: withCtx(() => [
973
+ createVNode(_component_a_textarea, {
974
+ modelValue: form.value.ext_meta[field.var_name],
975
+ "onUpdate:modelValue": ($event) => form.value.ext_meta[field.var_name] = $event,
976
+ placeholder: `\u8BF7\u8F93\u5165${field.name}`,
977
+ "max-length": field.max_length || 500,
978
+ "allow-clear": "",
979
+ class: "input-w"
980
+ }, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder", "max-length"])
981
+ ]),
982
+ _: 2
983
+ }, 1032, ["field", "label"])
984
+ ], 2112)) : field.var_type === "number" ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
985
+ createCommentVNode(" \u6570\u5B57\u7C7B\u578B "),
986
+ createVNode(unref(FormItem), {
987
+ field: `ext_meta.${field.var_name}`,
988
+ label: field.name,
989
+ class: "horizontal"
990
+ }, {
991
+ default: withCtx(() => [
992
+ createVNode(unref(InputNumber), {
993
+ modelValue: form.value.ext_meta[field.var_name],
994
+ "onUpdate:modelValue": ($event) => form.value.ext_meta[field.var_name] = $event,
995
+ placeholder: `\u8BF7\u8F93\u5165${field.name}`,
996
+ style: { width: "240px" }
997
+ }, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder"])
998
+ ]),
999
+ _: 2
1000
+ }, 1032, ["field", "label"])
1001
+ ], 2112)) : field.var_type === "selection" ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
1002
+ createCommentVNode(" \u5355\u9009\u7C7B\u578B "),
1003
+ createVNode(unref(FormItem), {
1004
+ field: `ext_meta.${field.var_name}`,
1005
+ label: field.name
1006
+ }, {
1007
+ default: withCtx(() => [
1008
+ createVNode(unref(Select), {
1009
+ modelValue: form.value.ext_meta[field.var_name],
1010
+ "onUpdate:modelValue": ($event) => form.value.ext_meta[field.var_name] = $event,
1011
+ placeholder: `\u8BF7\u9009\u62E9${field.name}`,
1012
+ class: "input-w",
1013
+ "allow-clear": ""
1014
+ }, {
1015
+ default: withCtx(() => [
1016
+ (openBlock(true), createElementBlock(Fragment, null, renderList(field.select_options || [], (option) => {
1017
+ return openBlock(), createBlock(unref(Option), {
1018
+ key: option.key,
1019
+ value: option.key,
1020
+ label: option.value
1021
+ }, null, 8, ["value", "label"]);
1022
+ }), 128))
1023
+ ]),
1024
+ _: 2
1025
+ }, 1032, ["modelValue", "onUpdate:modelValue", "placeholder"])
1026
+ ]),
1027
+ _: 2
1028
+ }, 1032, ["field", "label"])
1029
+ ], 2112)) : field.var_type === "multi_selection" ? (openBlock(), createElementBlock(Fragment, { key: 4 }, [
1030
+ createCommentVNode(" \u591A\u9009\u7C7B\u578B "),
1031
+ createVNode(unref(FormItem), {
1032
+ field: `ext_meta.${field.var_name}`,
1033
+ label: field.name
1034
+ }, {
1035
+ default: withCtx(() => [
1036
+ createVNode(unref(Select), {
1037
+ modelValue: form.value.ext_meta[field.var_name],
1038
+ "onUpdate:modelValue": ($event) => form.value.ext_meta[field.var_name] = $event,
1039
+ placeholder: `\u8BF7\u9009\u62E9${field.name}`,
1040
+ class: "input-w",
1041
+ multiple: "",
1042
+ "allow-clear": ""
1043
+ }, {
1044
+ default: withCtx(() => [
1045
+ (openBlock(true), createElementBlock(Fragment, null, renderList(field.select_options || [], (option) => {
1046
+ return openBlock(), createBlock(unref(Option), {
1047
+ key: option.key,
1048
+ value: option.key,
1049
+ label: option.value
1050
+ }, null, 8, ["value", "label"]);
1051
+ }), 128))
1052
+ ]),
1053
+ _: 2
1054
+ }, 1032, ["modelValue", "onUpdate:modelValue", "placeholder"])
1055
+ ]),
1056
+ _: 2
1057
+ }, 1032, ["field", "label"])
1058
+ ], 2112)) : field.var_type === "datetime" ? (openBlock(), createElementBlock(Fragment, { key: 5 }, [
1059
+ createCommentVNode(" \u65E5\u671F\u65F6\u95F4\u7C7B\u578B "),
1060
+ createVNode(unref(FormItem), {
1061
+ field: `ext_meta.${field.var_name}`,
1062
+ label: field.name,
1063
+ class: "horizontal"
1064
+ }, {
1065
+ default: withCtx(() => {
1066
+ var _a;
1067
+ return [
1068
+ createVNode(unref(DatePicker), {
1069
+ modelValue: form.value.ext_meta[field.var_name],
1070
+ "onUpdate:modelValue": ($event) => form.value.ext_meta[field.var_name] = $event,
1071
+ "show-time": (_a = field.date_format) == null ? void 0 : _a.includes("15:04"),
1072
+ placeholder: `\u8BF7\u9009\u62E9${field.name}`,
1073
+ "time-picker-props": { defaultValue: "12:00:00" },
1074
+ format: field.date_format === "2006-01-02" ? "YYYY-MM-DD" : "YYYY-MM-DD HH:mm",
1075
+ "value-format": "YYYY-MM-DD HH:mm:ss"
1076
+ }, null, 8, ["modelValue", "onUpdate:modelValue", "show-time", "placeholder", "format"])
1077
+ ];
1078
+ }),
1079
+ _: 2
1080
+ }, 1032, ["field", "label"])
1081
+ ], 2112)) : field.var_type === "backend_user" ? (openBlock(), createElementBlock(Fragment, { key: 6 }, [
1082
+ createCommentVNode(" \u540E\u53F0\u7528\u6237\u7C7B\u578B "),
1083
+ createVNode(unref(FormItem), {
1084
+ field: `ext_meta.${field.var_name}`,
1085
+ label: field.name
1086
+ }, {
1087
+ default: withCtx(() => [
1088
+ createVNode(unref(Select), {
1089
+ modelValue: form.value.ext_meta[field.var_name],
1090
+ "onUpdate:modelValue": ($event) => form.value.ext_meta[field.var_name] = $event,
1091
+ placeholder: `\u8BF7\u9009\u62E9${field.name}`,
1092
+ class: "input-w",
1093
+ filterable: "",
1094
+ "allow-clear": ""
1095
+ }, {
1096
+ default: withCtx(() => [
1097
+ (openBlock(true), createElementBlock(Fragment, null, renderList(backendUsersOptions.value, (user) => {
1098
+ return openBlock(), createBlock(unref(Option), {
1099
+ key: user.value,
1100
+ value: user.value,
1101
+ label: user.label
1102
+ }, null, 8, ["value", "label"]);
1103
+ }), 128))
1104
+ ]),
1105
+ _: 1
1106
+ }, 8, ["modelValue", "onUpdate:modelValue", "placeholder"])
1107
+ ]),
1108
+ _: 2
1109
+ }, 1032, ["field", "label"])
1110
+ ], 2112)) : field.var_type === "switch" ? (openBlock(), createElementBlock(Fragment, { key: 7 }, [
1111
+ createCommentVNode(" \u5F00\u5173\u7C7B\u578B "),
1112
+ createVNode(unref(FormItem), {
1113
+ field: `ext_meta.${field.var_name}`,
1114
+ label: field.name,
1115
+ class: "horizontal"
1116
+ }, {
1117
+ default: withCtx(() => [
1118
+ createVNode(unref(Switch), {
1119
+ modelValue: form.value.ext_meta[field.var_name],
1120
+ "onUpdate:modelValue": ($event) => form.value.ext_meta[field.var_name] = $event
1121
+ }, null, 8, ["modelValue", "onUpdate:modelValue"])
1122
+ ]),
1123
+ _: 2
1124
+ }, 1032, ["field", "label"])
1125
+ ], 2112)) : createCommentVNode("v-if", true)
1126
+ ], 64);
1127
+ }), 128)) : createCommentVNode("v-if", true)
787
1128
  ]),
788
1129
  _: 1
789
1130
  }, 8, ["model"]);
@@ -1,6 +1,13 @@
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
+ export declare function getEnabledExtendedFields(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
7
+ export declare function getBackendUsers(BASE_API: string, params: {
8
+ domainId: number;
9
+ keywords?: string;
10
+ limit?: number;
11
+ offset?: number;
12
+ }): Promise<import("axios").AxiosResponse<any, any, {}>>;
6
13
  export {};
@@ -14,4 +14,23 @@ function getAllDutyEditor(BASE_API, params) {
14
14
  method: "get"
15
15
  });
16
16
  }
17
- export { getAllDutyEditor, getDocDetailsNew };
17
+ function getEnabledExtendedFields(BASE_API, params) {
18
+ return request(BASE_API, {
19
+ url: "/poplar/v3/extend-fields/pubmedia/fields/enabled",
20
+ method: "get",
21
+ params
22
+ });
23
+ }
24
+ function getBackendUsers(BASE_API, params) {
25
+ return request(BASE_API, {
26
+ url: `/poplar/v2/accounts/${params.domainId}`,
27
+ method: "get",
28
+ params: {
29
+ keywords: params.keywords || "",
30
+ limit: params.limit || 1e4,
31
+ offset: params.offset || 0,
32
+ where: "state:0,role:0"
33
+ }
34
+ });
35
+ }
36
+ export { getAllDutyEditor, getBackendUsers, getDocDetailsNew, getEnabledExtendedFields };
@@ -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
  });
@@ -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('<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)
14
- ]));
14
+ ])]);
15
15
  }
16
16
  var analize = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
17
17
  export { analize as default };