@ozdao/prometheus-framework 0.2.156 → 0.2.158

Sign up to get free protection for your applications and to get access to all the features.
Files changed (322) hide show
  1. package/dist/_virtual/_commonjsHelpers.cjs +1 -1
  2. package/dist/_virtual/_commonjsHelpers.js +5 -3
  3. package/dist/_virtual/purify.cjs +1 -0
  4. package/dist/_virtual/purify.js +4 -0
  5. package/dist/builder.js +822 -0
  6. package/dist/builder.mjs +801 -0
  7. package/dist/{main-D_RRsfEH.mjs → main-Ba3SEUWZ.mjs} +1812 -1774
  8. package/dist/main-ldzk-jIP.js +92 -0
  9. package/dist/main.css +1 -1
  10. package/dist/node_modules/dompurify/dist/purify.cjs +2 -0
  11. package/dist/node_modules/dompurify/dist/purify.js +531 -0
  12. package/dist/node_modules/isomorphic-dompurify/browser.cjs +1 -0
  13. package/dist/node_modules/isomorphic-dompurify/browser.js +7 -0
  14. package/dist/products.server.js +1 -1
  15. package/dist/products.server.mjs +1 -1
  16. package/dist/prometheus-framework/node_modules/uuid/dist/esm-browser/regex.cjs +1 -0
  17. package/dist/prometheus-framework/node_modules/uuid/dist/esm-browser/regex.js +4 -0
  18. package/dist/prometheus-framework/node_modules/uuid/dist/esm-browser/rng.cjs +1 -0
  19. package/dist/prometheus-framework/node_modules/uuid/dist/esm-browser/rng.js +9 -0
  20. package/dist/prometheus-framework/node_modules/uuid/dist/esm-browser/stringify.cjs +1 -0
  21. package/dist/prometheus-framework/node_modules/uuid/dist/esm-browser/stringify.js +13 -0
  22. package/dist/prometheus-framework/node_modules/uuid/dist/esm-browser/v4.cjs +1 -0
  23. package/dist/prometheus-framework/node_modules/uuid/dist/esm-browser/v4.js +10 -0
  24. package/dist/prometheus-framework/node_modules/uuid/dist/esm-browser/validate.cjs +1 -0
  25. package/dist/prometheus-framework/node_modules/uuid/dist/esm-browser/validate.js +7 -0
  26. package/dist/prometheus-framework/src/components/Block/Block.vue.cjs +1 -1
  27. package/dist/prometheus-framework/src/components/Block/Block.vue.js +1 -1
  28. package/dist/prometheus-framework/src/components/Feed/Feed.vue.cjs +1 -1
  29. package/dist/prometheus-framework/src/components/Feed/Feed.vue.js +1 -1
  30. package/dist/prometheus-framework/src/components/Field/Field.vue2.cjs +1 -1
  31. package/dist/prometheus-framework/src/components/Field/Field.vue2.js +47 -30
  32. package/dist/prometheus-framework/src/components/FieldBig/FieldBig.vue.js +9 -9
  33. package/dist/prometheus-framework/src/components/Popup/Popup.vue2.cjs +1 -1
  34. package/dist/prometheus-framework/src/components/Popup/Popup.vue2.js +10 -10
  35. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.js +14 -14
  36. package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue.js +9 -9
  37. package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.js +11 -11
  38. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.js +34 -34
  39. package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.js +27 -27
  40. package/dist/prometheus-framework/src/modules/backoffice/components/layouts/Backoffice.vue.cjs +1 -0
  41. package/dist/prometheus-framework/src/modules/backoffice/components/layouts/Backoffice.vue.js +58 -0
  42. package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.cjs +1 -1
  43. package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.js +11 -180
  44. package/dist/prometheus-framework/src/modules/backoffice/components/partials/Sidebar.vue.cjs +1 -0
  45. package/dist/prometheus-framework/src/modules/backoffice/components/partials/Sidebar.vue.js +190 -0
  46. package/dist/prometheus-framework/src/modules/backoffice/router/backoffice.cjs +1 -1
  47. package/dist/prometheus-framework/src/modules/backoffice/router/backoffice.js +9 -7
  48. package/dist/prometheus-framework/src/modules/community/components/blocks/CardBlogpost.vue.cjs +1 -1
  49. package/dist/prometheus-framework/src/modules/community/components/blocks/CardBlogpost.vue.js +48 -43
  50. package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.cjs +1 -1
  51. package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.js +1 -1
  52. package/dist/prometheus-framework/src/modules/community/components/pages/BlogPost.vue.cjs +1 -1
  53. package/dist/prometheus-framework/src/modules/community/components/pages/BlogPost.vue.js +41 -63
  54. package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue.cjs +1 -1
  55. package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue.js +1 -1
  56. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.cjs +1 -1
  57. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.js +37 -36
  58. package/dist/prometheus-framework/src/modules/community/components/sections/Comments.vue.cjs +1 -1
  59. package/dist/prometheus-framework/src/modules/community/components/sections/Comments.vue.js +5 -5
  60. package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue.cjs +1 -1
  61. package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue.js +1 -1
  62. package/dist/prometheus-framework/src/modules/community/router/blogposts.cjs +1 -1
  63. package/dist/prometheus-framework/src/modules/community/router/blogposts.js +3 -0
  64. package/dist/prometheus-framework/src/modules/constructor/components/elements/Embed.vue.js +13 -13
  65. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.cjs +1 -5
  66. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.js +105 -53
  67. package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.cjs +1 -1
  68. package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.js +92 -98
  69. package/dist/prometheus-framework/src/modules/constructor/components/sections/Viewer.vue.cjs +1 -0
  70. package/dist/prometheus-framework/src/modules/constructor/components/sections/Viewer.vue.js +39 -0
  71. package/dist/prometheus-framework/src/modules/events/components/blocks/CardEvent.vue.cjs +1 -1
  72. package/dist/prometheus-framework/src/modules/events/components/blocks/CardEvent.vue.js +1 -1
  73. package/dist/prometheus-framework/src/modules/events/components/elements/ButtonCheck.vue.cjs +1 -1
  74. package/dist/prometheus-framework/src/modules/events/components/elements/ButtonCheck.vue.js +1 -1
  75. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.cjs +1 -1
  76. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.js +13 -12
  77. package/dist/prometheus-framework/src/modules/events/components/pages/EditEventTickets.vue.cjs +1 -1
  78. package/dist/prometheus-framework/src/modules/events/components/pages/EditEventTickets.vue.js +19 -19
  79. package/dist/prometheus-framework/src/modules/gallery/components/pages/Gallery.vue.cjs +1 -1
  80. package/dist/prometheus-framework/src/modules/gallery/components/pages/Gallery.vue.js +1 -1
  81. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +1 -1
  82. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.js +3 -3
  83. package/dist/prometheus-framework/src/modules/globals/components/blocks/BlockSearch.vue.js +7 -7
  84. package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.cjs +1 -1
  85. package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.js +2 -2
  86. package/dist/prometheus-framework/src/modules/globals/components/sections/SectionPageTitle.vue.cjs +1 -1
  87. package/dist/prometheus-framework/src/modules/globals/components/sections/SectionPageTitle.vue.js +2 -2
  88. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.cjs +1 -1
  89. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.js +1 -1
  90. package/dist/prometheus-framework/src/modules/middlewares/client/auth.validation.cjs +1 -1
  91. package/dist/prometheus-framework/src/modules/middlewares/client/auth.validation.js +13 -15
  92. package/dist/prometheus-framework/src/modules/orders/components/pages/OrderBackoffice.vue.cjs +1 -1
  93. package/dist/prometheus-framework/src/modules/orders/components/pages/OrderBackoffice.vue.js +1 -1
  94. package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreateBackoffice.vue.cjs +1 -1
  95. package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js +2 -2
  96. package/dist/prometheus-framework/src/modules/orders/components/sections/FormAddCustomer.vue.cjs +1 -1
  97. package/dist/prometheus-framework/src/modules/orders/components/sections/FormAddCustomer.vue.js +1 -1
  98. package/dist/prometheus-framework/src/modules/orders/components/sections/FormCustomerDetails.vue.cjs +1 -1
  99. package/dist/prometheus-framework/src/modules/orders/components/sections/FormCustomerDetails.vue.js +4 -4
  100. package/dist/prometheus-framework/src/modules/orders/components/sections/FormDelivery.vue.js +8 -8
  101. package/dist/prometheus-framework/src/modules/orders/components/sections/FormPayment.vue.cjs +1 -1
  102. package/dist/prometheus-framework/src/modules/orders/components/sections/FormPayment.vue.js +1 -1
  103. package/dist/prometheus-framework/src/modules/orders/orders.client.cjs +1 -1
  104. package/dist/prometheus-framework/src/modules/orders/orders.client.js +34 -33
  105. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.cjs +1 -1
  106. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.js +1 -1
  107. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +1 -1
  108. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.js +2 -2
  109. package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.cjs +1 -1
  110. package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.js +3 -3
  111. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.cjs +1 -1
  112. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.js +1 -1
  113. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationBackoffice.vue.cjs +1 -1
  114. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationBackoffice.vue.js +1 -1
  115. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +1 -1
  116. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.js +14 -14
  117. package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.cjs +1 -1
  118. package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.js +2 -2
  119. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.cjs +1 -1
  120. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.js +10 -10
  121. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.cjs +1 -1
  122. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.js +5 -5
  123. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -1
  124. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.js +4 -4
  125. package/dist/prometheus-framework/src/modules/organizations/router/organizations.cjs +1 -1
  126. package/dist/prometheus-framework/src/modules/organizations/router/organizations.js +13 -7
  127. package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.cjs +1 -1
  128. package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.js +18 -18
  129. package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.cjs +1 -1
  130. package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.js +1 -1
  131. package/dist/prometheus-framework/src/modules/products/components/blocks/LeftoverPositions.vue.js +6 -6
  132. package/dist/prometheus-framework/src/modules/products/components/pages/CategoryEdit.vue.cjs +1 -1
  133. package/dist/prometheus-framework/src/modules/products/components/pages/CategoryEdit.vue.js +11 -11
  134. package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue.cjs +1 -1
  135. package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue.js +17 -17
  136. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.cjs +1 -1
  137. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.js +30 -30
  138. package/dist/prometheus-framework/src/modules/products/components/sections/EditModifications.vue.js +9 -9
  139. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.cjs +1 -1
  140. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.js +3 -3
  141. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.cjs +1 -1
  142. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.js +2 -2
  143. package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue.cjs +1 -1
  144. package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue.js +1 -1
  145. package/dist/prometheus-framework/src/modules/spots/components/blocks/SpotMemberModify.vue.cjs +1 -1
  146. package/dist/prometheus-framework/src/modules/spots/components/blocks/SpotMemberModify.vue.js +1 -1
  147. package/dist/prometheus-framework/src/modules/spots/components/layouts/Spots.vue.cjs +1 -1
  148. package/dist/prometheus-framework/src/modules/spots/components/layouts/Spots.vue.js +1 -1
  149. package/dist/prometheus-framework/src/modules/spots/components/pages/SpotEdit.vue.cjs +1 -1
  150. package/dist/prometheus-framework/src/modules/spots/components/pages/SpotEdit.vue.js +16 -16
  151. package/dist/prometheus-framework/src/modules/spots/router/spots.cjs +1 -1
  152. package/dist/prometheus-framework/src/modules/spots/router/spots.js +4 -0
  153. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.cjs +1 -1
  154. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.js +2 -2
  155. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.js +22 -22
  156. package/dist/prometheus-framework/src/modules/wallet/views/components/blocks/CardDeposit.vue.js +4 -4
  157. package/dist/prometheus-framework/src/modules/wallet/views/components/blocks/CryptoDeposit.vue.cjs +1 -1
  158. package/dist/prometheus-framework/src/modules/wallet/views/components/blocks/CryptoDeposit.vue.js +17 -17
  159. package/dist/prometheus-framework/src/modules/wallet/views/components/pages/Wallet.vue.cjs +1 -1
  160. package/dist/prometheus-framework/src/modules/wallet/views/components/pages/Wallet.vue.js +5 -5
  161. package/dist/prometheus-framework.cjs.js +1 -1
  162. package/dist/prometheus-framework.es.js +1 -1
  163. package/dist/style.css +1 -1
  164. package/dist/{web-5eyiz9L7.mjs → web-CT2tGYho.mjs} +1 -1
  165. package/dist/{web-C04IcLk4.js → web-DWjMBTNi.js} +1 -1
  166. package/package.json +7 -2
  167. package/src/builder/builder.js +14 -0
  168. package/src/builder/modes/spa.dev.js +100 -0
  169. package/src/builder/modes/spa.prod.js +59 -0
  170. package/src/builder/modes/ssr.dev.js +184 -0
  171. package/src/builder/modes/ssr.prod.js +76 -0
  172. package/src/builder/ssr/ssr-render-html.js +57 -0
  173. package/src/builder/ssr/ssr-transform-webpack-stats.js +54 -0
  174. package/src/builder/templates/page.html +37 -0
  175. package/src/builder/templates/screen.html +33 -0
  176. package/src/builder/utils/hot-reload.js +5 -0
  177. package/src/builder/webpack/index.js +13 -0
  178. package/src/builder/webpack/webpack.config.base.js +127 -0
  179. package/src/builder/webpack/webpack.config.client.js +78 -0
  180. package/src/builder/webpack/webpack.config.server.js +31 -0
  181. package/src/builder/webpack/webpack.config.spa.js +80 -0
  182. package/src/builder/webpack/webpack.config.ssr.js +57 -0
  183. package/src/components/Breadcrumbs/Breadcrumbs.vue +39 -16
  184. package/src/components/Field/Field.vue +21 -2
  185. package/src/components/Popup/Popup.vue +1 -1
  186. package/src/modules/auth/store/auth.js +1 -2
  187. package/src/modules/backoffice/components/layouts/Backoffice.vue +36 -62
  188. package/src/modules/backoffice/components/pages/Dashboard.vue +2 -125
  189. package/src/modules/backoffice/components/partials/Sidebar.vue +176 -0
  190. package/src/modules/backoffice/router/admin.js +0 -15
  191. package/src/modules/backoffice/router/backoffice.js +5 -1
  192. package/src/modules/community/components/blocks/CardBlogpost.vue +6 -1
  193. package/src/modules/community/components/pages/BlogPost.vue +30 -67
  194. package/src/modules/community/components/sections/Comments.vue +1 -1
  195. package/src/modules/community/router/blogposts.js +4 -0
  196. package/src/modules/constructor/components/elements/Textarea.vue +197 -79
  197. package/src/modules/constructor/components/sections/Constructor.vue +19 -32
  198. package/src/modules/constructor/components/sections/Viewer.vue +53 -0
  199. package/src/modules/globals/components/layouts/Client.vue +21 -7
  200. package/src/modules/globals/components/layouts/Empty.vue +1 -6
  201. package/src/modules/globals/components/pages/404.vue +1 -1
  202. package/src/modules/globals/components/sections/SectionPageTitle.vue +2 -2
  203. package/src/modules/globals/mixins/mixins.js +129 -97
  204. package/src/modules/landing/router/landing.js +3 -0
  205. package/src/modules/marketplace/components/pages/Catalog.vue +1 -1
  206. package/src/modules/middlewares/client/auth.validation.js +14 -15
  207. package/src/modules/orders/orders.client.js +4 -2
  208. package/src/modules/organizations/router/organizations.js +9 -3
  209. package/src/modules/pages/controllers/factories/pages.factory.js +106 -0
  210. package/src/modules/pages/controllers/routes/pages.routes.js +24 -0
  211. package/src/modules/pages/models/page.model.js +18 -11
  212. package/src/modules/pages/pages.client.js +40 -0
  213. package/src/modules/pages/pages.server.js +32 -0
  214. package/src/modules/pages/views/components/blocks/CardPage.vue +123 -0
  215. package/src/modules/pages/views/components/pages/Page.vue +173 -0
  216. package/src/modules/pages/views/components/pages/PageEdit.vue +121 -0
  217. package/src/modules/pages/views/components/pages/Pages.vue +60 -0
  218. package/src/modules/pages/views/components/partials/SidebarPages.vue +112 -0
  219. package/src/modules/pages/views/router/pages.backoffice.router.js +46 -0
  220. package/src/modules/pages/views/router/pages.router.js +25 -0
  221. package/src/modules/pages/views/store/pages.js +78 -0
  222. package/src/modules/pages/views/store/pages.store.js +5 -0
  223. package/src/modules/products/controllers/leftovers.controller.js +1 -1
  224. package/src/modules/spots/router/spots.js +4 -0
  225. package/src/styles/base/all.scss +66 -53
  226. package/dist/index-BshfsiQG.js +0 -220
  227. package/dist/index-C-8xOJnM.mjs +0 -244
  228. package/dist/index-C-DW6ra2.js +0 -260
  229. package/dist/index-CDbtWkBj.js +0 -243
  230. package/dist/index-D4j29ivg.mjs +0 -261
  231. package/dist/index-DKtnWDNC.mjs +0 -221
  232. package/dist/index-DNI4aUP2.js +0 -259
  233. package/dist/index-Tcyehi73.mjs +0 -260
  234. package/dist/main-3Vn8SU2y.mjs +0 -14509
  235. package/dist/main-5IrI2IOV.js +0 -92
  236. package/dist/main-BFKp44Ze.mjs +0 -14509
  237. package/dist/main-BF_nMkug.js +0 -92
  238. package/dist/main-BHr0-Z3t.mjs +0 -14510
  239. package/dist/main-BY2OvGB9.mjs +0 -14509
  240. package/dist/main-Bcj0J6tP.mjs +0 -14509
  241. package/dist/main-Bq5YvSWe.mjs +0 -14509
  242. package/dist/main-BxHxhrZ_.js +0 -92
  243. package/dist/main-By5Tbyui.js +0 -92
  244. package/dist/main-CEoQQpJV.js +0 -92
  245. package/dist/main-CI9l9xMs.js +0 -92
  246. package/dist/main-Ckn0Sslr.js +0 -92
  247. package/dist/main-DBv451oC.js +0 -92
  248. package/dist/main-DPg58GOU.mjs +0 -14509
  249. package/dist/main-DTHFR7H_.mjs +0 -14510
  250. package/dist/main-DxyAONrm.mjs +0 -14438
  251. package/dist/main-gY_284gJ.js +0 -92
  252. package/dist/main-wXdocsbd.js +0 -92
  253. package/dist/middlewares.server.js +0 -19
  254. package/dist/middlewares.server.mjs +0 -20
  255. package/dist/prometheus-framework/src/components/Address/Address.vue.cjs +0 -1
  256. package/dist/prometheus-framework/src/components/Address/Address.vue.js +0 -89
  257. package/dist/prometheus-framework/src/components/Button/Button.vue.cjs +0 -1
  258. package/dist/prometheus-framework/src/components/Button/Button.vue.js +0 -95
  259. package/dist/prometheus-framework/src/components/Chips/Chips.vue2.cjs +0 -1
  260. package/dist/prometheus-framework/src/components/Chips/Chips.vue2.js +0 -26
  261. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.cjs +0 -1
  262. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.js +0 -57
  263. package/dist/prometheus-framework/src/components/Field/Field.vue.cjs +0 -1
  264. package/dist/prometheus-framework/src/components/Field/Field.vue.js +0 -83
  265. package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue.cjs +0 -1
  266. package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue.js +0 -127
  267. package/dist/prometheus-framework/src/components/Popup/Popup.vue.cjs +0 -1
  268. package/dist/prometheus-framework/src/components/Popup/Popup.vue.js +0 -77
  269. package/dist/prometheus-framework/src/components/Select/Select.vue.cjs +0 -1
  270. package/dist/prometheus-framework/src/components/Select/Select.vue.js +0 -103
  271. package/dist/prometheus-framework/src/components/Tab/Tab.vue.cjs +0 -1
  272. package/dist/prometheus-framework/src/components/Tab/Tab.vue.js +0 -36
  273. package/dist/prometheus-framework/src/modules/community/components/sections/Feed.vue.cjs +0 -1
  274. package/dist/prometheus-framework/src/modules/community/components/sections/Feed.vue.js +0 -125
  275. package/dist/prometheus-framework/src/modules/constructor/components/elements/Bullets.vue.cjs +0 -2
  276. package/dist/prometheus-framework/src/modules/constructor/components/elements/Bullets.vue.js +0 -47
  277. package/dist/prometheus-framework/src/modules/constructor/components/elements/Caption.vue.cjs +0 -2
  278. package/dist/prometheus-framework/src/modules/constructor/components/elements/Caption.vue.js +0 -46
  279. package/dist/prometheus-framework/src/modules/constructor/components/elements/H2.vue.cjs +0 -4
  280. package/dist/prometheus-framework/src/modules/constructor/components/elements/H2.vue.js +0 -65
  281. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.cjs +0 -5
  282. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.js +0 -67
  283. package/dist/prometheus-framework/src/modules/wallet/components/blocks/CardBalanceReplenished.vue.cjs +0 -1
  284. package/dist/prometheus-framework/src/modules/wallet/components/blocks/CardBalanceReplenished.vue.js +0 -30
  285. package/dist/prometheus-framework/src/modules/wallet/components/blocks/CardDeposite.vue.cjs +0 -1
  286. package/dist/prometheus-framework/src/modules/wallet/components/blocks/CardDeposite.vue.js +0 -42
  287. package/dist/prometheus-framework/src/modules/wallet/components/blocks/CashDeposite.vue.cjs +0 -1
  288. package/dist/prometheus-framework/src/modules/wallet/components/blocks/CashDeposite.vue.js +0 -26
  289. package/dist/prometheus-framework/src/modules/wallet/components/blocks/CryptoDeposite.vue.cjs +0 -1
  290. package/dist/prometheus-framework/src/modules/wallet/components/blocks/CryptoDeposite.vue.js +0 -42
  291. package/dist/prometheus-framework/src/modules/wallet/localization/Wallet.json.cjs +0 -1
  292. package/dist/prometheus-framework/src/modules/wallet/localization/Wallet.json.js +0 -26
  293. package/dist/queryProcessor-g8208K6g.mjs +0 -178
  294. package/dist/queryProcessor-haY_gPGg.js +0 -177
  295. package/dist/web-3rnOWrQO.mjs +0 -54
  296. package/dist/web-BPUCAST-.mjs +0 -54
  297. package/dist/web-Be96Xqd4.mjs +0 -54
  298. package/dist/web-BmdKi_fZ.js +0 -1
  299. package/dist/web-Bqpk8Mpk.js +0 -1
  300. package/dist/web-BwHcRwYc.mjs +0 -54
  301. package/dist/web-BzUFKqzw.js +0 -1
  302. package/dist/web-CcFPvlkl.js +0 -1
  303. package/dist/web-CgjTW1bL.js +0 -1
  304. package/dist/web-Cw0ijzjY.js +0 -1
  305. package/dist/web-CwTWV4ca.mjs +0 -54
  306. package/dist/web-DHeZE1jJ.js +0 -1
  307. package/dist/web-DZUec7pP.js +0 -1
  308. package/dist/web-Dh669DqQ.mjs +0 -54
  309. package/dist/web-DkWpHYrh.mjs +0 -54
  310. package/dist/web-Dt2RCU54.js +0 -1
  311. package/dist/web-krQQeSb6.mjs +0 -54
  312. package/dist/web-nqFW_Sd1.mjs +0 -54
  313. package/src/modules/community/controllers/comments.controller.aggr.js +0 -280
  314. package/src/modules/community/controllers/comments.controller.populate.js +0 -180
  315. package/src/modules/constructor/components/elements/H2.vue +0 -102
  316. package/src/modules/pages/components/pages/Page.vue +0 -174
  317. package/src/modules/pages/components/pages/PageEdit.vue +0 -159
  318. package/src/modules/pages/components/pages/Pages.vue +0 -108
  319. package/src/modules/pages/controllers/pages.controller.js +0 -71
  320. package/src/modules/pages/router/pages.router.js +0 -15
  321. package/src/modules/pages/routes/pages.routes.js +0 -30
  322. package/src/modules/pages/store/pages.js +0 -94
@@ -1,54 +0,0 @@
1
- import { W as p } from "./main-BFKp44Ze.mjs";
2
- class f extends p {
3
- constructor() {
4
- super(...arguments), this.group = "CapacitorStorage";
5
- }
6
- async configure({ group: e }) {
7
- typeof e == "string" && (this.group = e);
8
- }
9
- async get(e) {
10
- return { value: this.impl.getItem(this.applyPrefix(e.key)) };
11
- }
12
- async set(e) {
13
- this.impl.setItem(this.applyPrefix(e.key), e.value);
14
- }
15
- async remove(e) {
16
- this.impl.removeItem(this.applyPrefix(e.key));
17
- }
18
- async keys() {
19
- return { keys: this.rawKeys().map((t) => t.substring(this.prefix.length)) };
20
- }
21
- async clear() {
22
- for (const e of this.rawKeys())
23
- this.impl.removeItem(e);
24
- }
25
- async migrate() {
26
- var e;
27
- const t = [], s = [], n = "_cap_", o = Object.keys(this.impl).filter((i) => i.indexOf(n) === 0);
28
- for (const i of o) {
29
- const r = i.substring(n.length), a = (e = this.impl.getItem(i)) !== null && e !== void 0 ? e : "", { value: l } = await this.get({ key: r });
30
- typeof l == "string" ? s.push(r) : (await this.set({ key: r, value: a }), t.push(r));
31
- }
32
- return { migrated: t, existing: s };
33
- }
34
- async removeOld() {
35
- const e = "_cap_", t = Object.keys(this.impl).filter((s) => s.indexOf(e) === 0);
36
- for (const s of t)
37
- this.impl.removeItem(s);
38
- }
39
- get impl() {
40
- return window.localStorage;
41
- }
42
- get prefix() {
43
- return this.group === "NativeStorage" ? "" : `${this.group}.`;
44
- }
45
- rawKeys() {
46
- return Object.keys(this.impl).filter((e) => e.indexOf(this.prefix) === 0);
47
- }
48
- applyPrefix(e) {
49
- return this.prefix + e;
50
- }
51
- }
52
- export {
53
- f as PreferencesWeb
54
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("./main-BxHxhrZ_.js");class p extends c.WebPlugin{constructor(){super(...arguments),this.group="CapacitorStorage"}async configure({group:e}){typeof e=="string"&&(this.group=e)}async get(e){return{value:this.impl.getItem(this.applyPrefix(e.key))}}async set(e){this.impl.setItem(this.applyPrefix(e.key),e.value)}async remove(e){this.impl.removeItem(this.applyPrefix(e.key))}async keys(){return{keys:this.rawKeys().map(t=>t.substring(this.prefix.length))}}async clear(){for(const e of this.rawKeys())this.impl.removeItem(e)}async migrate(){var e;const t=[],s=[],n="_cap_",o=Object.keys(this.impl).filter(i=>i.indexOf(n)===0);for(const i of o){const r=i.substring(n.length),a=(e=this.impl.getItem(i))!==null&&e!==void 0?e:"",{value:l}=await this.get({key:r});typeof l=="string"?s.push(r):(await this.set({key:r,value:a}),t.push(r))}return{migrated:t,existing:s}}async removeOld(){const e="_cap_",t=Object.keys(this.impl).filter(s=>s.indexOf(e)===0);for(const s of t)this.impl.removeItem(s)}get impl(){return window.localStorage}get prefix(){return this.group==="NativeStorage"?"":`${this.group}.`}rawKeys(){return Object.keys(this.impl).filter(e=>e.indexOf(this.prefix)===0)}applyPrefix(e){return this.prefix+e}}exports.PreferencesWeb=p;
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("./main-CI9l9xMs.js");class p extends c.WebPlugin{constructor(){super(...arguments),this.group="CapacitorStorage"}async configure({group:e}){typeof e=="string"&&(this.group=e)}async get(e){return{value:this.impl.getItem(this.applyPrefix(e.key))}}async set(e){this.impl.setItem(this.applyPrefix(e.key),e.value)}async remove(e){this.impl.removeItem(this.applyPrefix(e.key))}async keys(){return{keys:this.rawKeys().map(t=>t.substring(this.prefix.length))}}async clear(){for(const e of this.rawKeys())this.impl.removeItem(e)}async migrate(){var e;const t=[],s=[],n="_cap_",o=Object.keys(this.impl).filter(i=>i.indexOf(n)===0);for(const i of o){const r=i.substring(n.length),a=(e=this.impl.getItem(i))!==null&&e!==void 0?e:"",{value:l}=await this.get({key:r});typeof l=="string"?s.push(r):(await this.set({key:r,value:a}),t.push(r))}return{migrated:t,existing:s}}async removeOld(){const e="_cap_",t=Object.keys(this.impl).filter(s=>s.indexOf(e)===0);for(const s of t)this.impl.removeItem(s)}get impl(){return window.localStorage}get prefix(){return this.group==="NativeStorage"?"":`${this.group}.`}rawKeys(){return Object.keys(this.impl).filter(e=>e.indexOf(this.prefix)===0)}applyPrefix(e){return this.prefix+e}}exports.PreferencesWeb=p;
@@ -1,54 +0,0 @@
1
- import { W as p } from "./main-DTHFR7H_.mjs";
2
- class f extends p {
3
- constructor() {
4
- super(...arguments), this.group = "CapacitorStorage";
5
- }
6
- async configure({ group: e }) {
7
- typeof e == "string" && (this.group = e);
8
- }
9
- async get(e) {
10
- return { value: this.impl.getItem(this.applyPrefix(e.key)) };
11
- }
12
- async set(e) {
13
- this.impl.setItem(this.applyPrefix(e.key), e.value);
14
- }
15
- async remove(e) {
16
- this.impl.removeItem(this.applyPrefix(e.key));
17
- }
18
- async keys() {
19
- return { keys: this.rawKeys().map((t) => t.substring(this.prefix.length)) };
20
- }
21
- async clear() {
22
- for (const e of this.rawKeys())
23
- this.impl.removeItem(e);
24
- }
25
- async migrate() {
26
- var e;
27
- const t = [], s = [], n = "_cap_", o = Object.keys(this.impl).filter((i) => i.indexOf(n) === 0);
28
- for (const i of o) {
29
- const r = i.substring(n.length), a = (e = this.impl.getItem(i)) !== null && e !== void 0 ? e : "", { value: l } = await this.get({ key: r });
30
- typeof l == "string" ? s.push(r) : (await this.set({ key: r, value: a }), t.push(r));
31
- }
32
- return { migrated: t, existing: s };
33
- }
34
- async removeOld() {
35
- const e = "_cap_", t = Object.keys(this.impl).filter((s) => s.indexOf(e) === 0);
36
- for (const s of t)
37
- this.impl.removeItem(s);
38
- }
39
- get impl() {
40
- return window.localStorage;
41
- }
42
- get prefix() {
43
- return this.group === "NativeStorage" ? "" : `${this.group}.`;
44
- }
45
- rawKeys() {
46
- return Object.keys(this.impl).filter((e) => e.indexOf(this.prefix) === 0);
47
- }
48
- applyPrefix(e) {
49
- return this.prefix + e;
50
- }
51
- }
52
- export {
53
- f as PreferencesWeb
54
- };
@@ -1,54 +0,0 @@
1
- import { W as p } from "./main-Bcj0J6tP.mjs";
2
- class f extends p {
3
- constructor() {
4
- super(...arguments), this.group = "CapacitorStorage";
5
- }
6
- async configure({ group: e }) {
7
- typeof e == "string" && (this.group = e);
8
- }
9
- async get(e) {
10
- return { value: this.impl.getItem(this.applyPrefix(e.key)) };
11
- }
12
- async set(e) {
13
- this.impl.setItem(this.applyPrefix(e.key), e.value);
14
- }
15
- async remove(e) {
16
- this.impl.removeItem(this.applyPrefix(e.key));
17
- }
18
- async keys() {
19
- return { keys: this.rawKeys().map((t) => t.substring(this.prefix.length)) };
20
- }
21
- async clear() {
22
- for (const e of this.rawKeys())
23
- this.impl.removeItem(e);
24
- }
25
- async migrate() {
26
- var e;
27
- const t = [], s = [], n = "_cap_", o = Object.keys(this.impl).filter((i) => i.indexOf(n) === 0);
28
- for (const i of o) {
29
- const r = i.substring(n.length), a = (e = this.impl.getItem(i)) !== null && e !== void 0 ? e : "", { value: l } = await this.get({ key: r });
30
- typeof l == "string" ? s.push(r) : (await this.set({ key: r, value: a }), t.push(r));
31
- }
32
- return { migrated: t, existing: s };
33
- }
34
- async removeOld() {
35
- const e = "_cap_", t = Object.keys(this.impl).filter((s) => s.indexOf(e) === 0);
36
- for (const s of t)
37
- this.impl.removeItem(s);
38
- }
39
- get impl() {
40
- return window.localStorage;
41
- }
42
- get prefix() {
43
- return this.group === "NativeStorage" ? "" : `${this.group}.`;
44
- }
45
- rawKeys() {
46
- return Object.keys(this.impl).filter((e) => e.indexOf(this.prefix) === 0);
47
- }
48
- applyPrefix(e) {
49
- return this.prefix + e;
50
- }
51
- }
52
- export {
53
- f as PreferencesWeb
54
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("./main-wXdocsbd.js");class p extends c.WebPlugin{constructor(){super(...arguments),this.group="CapacitorStorage"}async configure({group:e}){typeof e=="string"&&(this.group=e)}async get(e){return{value:this.impl.getItem(this.applyPrefix(e.key))}}async set(e){this.impl.setItem(this.applyPrefix(e.key),e.value)}async remove(e){this.impl.removeItem(this.applyPrefix(e.key))}async keys(){return{keys:this.rawKeys().map(t=>t.substring(this.prefix.length))}}async clear(){for(const e of this.rawKeys())this.impl.removeItem(e)}async migrate(){var e;const t=[],s=[],n="_cap_",o=Object.keys(this.impl).filter(i=>i.indexOf(n)===0);for(const i of o){const r=i.substring(n.length),a=(e=this.impl.getItem(i))!==null&&e!==void 0?e:"",{value:l}=await this.get({key:r});typeof l=="string"?s.push(r):(await this.set({key:r,value:a}),t.push(r))}return{migrated:t,existing:s}}async removeOld(){const e="_cap_",t=Object.keys(this.impl).filter(s=>s.indexOf(e)===0);for(const s of t)this.impl.removeItem(s)}get impl(){return window.localStorage}get prefix(){return this.group==="NativeStorage"?"":`${this.group}.`}rawKeys(){return Object.keys(this.impl).filter(e=>e.indexOf(this.prefix)===0)}applyPrefix(e){return this.prefix+e}}exports.PreferencesWeb=p;
@@ -1,54 +0,0 @@
1
- import { W as p } from "./main-DPg58GOU.mjs";
2
- class f extends p {
3
- constructor() {
4
- super(...arguments), this.group = "CapacitorStorage";
5
- }
6
- async configure({ group: e }) {
7
- typeof e == "string" && (this.group = e);
8
- }
9
- async get(e) {
10
- return { value: this.impl.getItem(this.applyPrefix(e.key)) };
11
- }
12
- async set(e) {
13
- this.impl.setItem(this.applyPrefix(e.key), e.value);
14
- }
15
- async remove(e) {
16
- this.impl.removeItem(this.applyPrefix(e.key));
17
- }
18
- async keys() {
19
- return { keys: this.rawKeys().map((t) => t.substring(this.prefix.length)) };
20
- }
21
- async clear() {
22
- for (const e of this.rawKeys())
23
- this.impl.removeItem(e);
24
- }
25
- async migrate() {
26
- var e;
27
- const t = [], s = [], n = "_cap_", o = Object.keys(this.impl).filter((i) => i.indexOf(n) === 0);
28
- for (const i of o) {
29
- const r = i.substring(n.length), a = (e = this.impl.getItem(i)) !== null && e !== void 0 ? e : "", { value: l } = await this.get({ key: r });
30
- typeof l == "string" ? s.push(r) : (await this.set({ key: r, value: a }), t.push(r));
31
- }
32
- return { migrated: t, existing: s };
33
- }
34
- async removeOld() {
35
- const e = "_cap_", t = Object.keys(this.impl).filter((s) => s.indexOf(e) === 0);
36
- for (const s of t)
37
- this.impl.removeItem(s);
38
- }
39
- get impl() {
40
- return window.localStorage;
41
- }
42
- get prefix() {
43
- return this.group === "NativeStorage" ? "" : `${this.group}.`;
44
- }
45
- rawKeys() {
46
- return Object.keys(this.impl).filter((e) => e.indexOf(this.prefix) === 0);
47
- }
48
- applyPrefix(e) {
49
- return this.prefix + e;
50
- }
51
- }
52
- export {
53
- f as PreferencesWeb
54
- };
@@ -1,54 +0,0 @@
1
- import { W as p } from "./main-D_RRsfEH.mjs";
2
- class f extends p {
3
- constructor() {
4
- super(...arguments), this.group = "CapacitorStorage";
5
- }
6
- async configure({ group: e }) {
7
- typeof e == "string" && (this.group = e);
8
- }
9
- async get(e) {
10
- return { value: this.impl.getItem(this.applyPrefix(e.key)) };
11
- }
12
- async set(e) {
13
- this.impl.setItem(this.applyPrefix(e.key), e.value);
14
- }
15
- async remove(e) {
16
- this.impl.removeItem(this.applyPrefix(e.key));
17
- }
18
- async keys() {
19
- return { keys: this.rawKeys().map((t) => t.substring(this.prefix.length)) };
20
- }
21
- async clear() {
22
- for (const e of this.rawKeys())
23
- this.impl.removeItem(e);
24
- }
25
- async migrate() {
26
- var e;
27
- const t = [], s = [], n = "_cap_", o = Object.keys(this.impl).filter((i) => i.indexOf(n) === 0);
28
- for (const i of o) {
29
- const r = i.substring(n.length), a = (e = this.impl.getItem(i)) !== null && e !== void 0 ? e : "", { value: l } = await this.get({ key: r });
30
- typeof l == "string" ? s.push(r) : (await this.set({ key: r, value: a }), t.push(r));
31
- }
32
- return { migrated: t, existing: s };
33
- }
34
- async removeOld() {
35
- const e = "_cap_", t = Object.keys(this.impl).filter((s) => s.indexOf(e) === 0);
36
- for (const s of t)
37
- this.impl.removeItem(s);
38
- }
39
- get impl() {
40
- return window.localStorage;
41
- }
42
- get prefix() {
43
- return this.group === "NativeStorage" ? "" : `${this.group}.`;
44
- }
45
- rawKeys() {
46
- return Object.keys(this.impl).filter((e) => e.indexOf(this.prefix) === 0);
47
- }
48
- applyPrefix(e) {
49
- return this.prefix + e;
50
- }
51
- }
52
- export {
53
- f as PreferencesWeb
54
- };
@@ -1,280 +0,0 @@
1
- const commentControllerFactory = (db) => {
2
- const Comment = db.comment;
3
- const Membership = db.membership;
4
-
5
- const read = async (req, res) => {
6
- try {
7
- const { target, type, user, maxDepth = 4, parentId = null } = req.query;
8
-
9
- let conditions = {
10
- target: new db.mongoose.Types.ObjectId(target),
11
- type: type,
12
- };
13
-
14
- if (parentId) {
15
- conditions.parent = new db.mongoose.Types.ObjectId(parentId);
16
- } else {
17
- conditions.parent = null;
18
- }
19
-
20
- let blockedMembers = [];
21
-
22
- if (user) {
23
- const memberships = await Membership.find({ user: user, role: 'blocked' });
24
- blockedMembers = memberships.map(membership => membership.target);
25
- }
26
-
27
- const pipeline = [
28
- { $match: conditions },
29
- { $sort: { createdAt: -1 } },
30
- {
31
- $graphLookup: {
32
- from: 'comments',
33
- startWith: '$_id',
34
- connectFromField: '_id',
35
- connectToField: 'parent',
36
- as: 'allChildren',
37
- depthField: 'childDepth',
38
- maxDepth: 2
39
- }
40
- },
41
- {
42
- $lookup: {
43
- from: 'users',
44
- localField: 'user',
45
- foreignField: '_id',
46
- as: 'user'
47
- }
48
- },
49
- { $unwind: '$user' },
50
- {
51
- $lookup: {
52
- from: 'users',
53
- localField: 'allChildren.user',
54
- foreignField: '_id',
55
- as: 'childUsers'
56
- }
57
- },
58
- {
59
- $addFields: {
60
- childrenCount: {
61
- $size: {
62
- $filter: {
63
- input: '$allChildren',
64
- as: 'child',
65
- cond: { $eq: ['$$child.parent', '$_id'] }
66
- }
67
- }
68
- }
69
- }
70
- },
71
- {
72
- $addFields: {
73
- children: {
74
- $map: {
75
- input: {
76
- $filter: {
77
- input: '$allChildren',
78
- as: 'child',
79
- cond: { $eq: ['$$child.childDepth', 0] }
80
- }
81
- },
82
- as: 'child',
83
- in: {
84
- $mergeObjects: [
85
- '$$child',
86
- {
87
- user: {$arrayElemAt: [{$filter: {input: '$childUsers', as: 'childUser', cond: { $eq: ['$$childUser._id', '$$child.user'] } } }, 0 ] },
88
- childrenCount: {$size: {$filter: {input: '$allChildren', as: 'grandchild', cond: { $eq: ['$$grandchild.parent', '$$child._id'] } } } },
89
- children: {
90
- $map: {
91
- input: {
92
- $filter: {
93
- input: '$allChildren',
94
- as: 'grandchild',
95
- cond: { $eq: ['$$grandchild.parent', '$$child._id'] }
96
- }
97
- },
98
- as: 'grandchild',
99
- in: {
100
- $mergeObjects: [
101
- '$$grandchild',
102
- {
103
- user: {$arrayElemAt: [{$filter: {input: '$childUsers', as: 'childUser', cond: { $eq: ['$$childUser._id', '$$grandchild.user'] } } }, 0 ] },
104
- childrenCount: {$size: {$filter: {input: '$allChildren', as: 'greatgrandchild', cond: { $eq: ['$$greatgrandchild.parent', '$$grandchild._id'] } } } },
105
- hasMore: {$cond: {if: {$gt: [{$size: {$filter: {input: '$allChildren', as: 'greatgrandchild', cond: { $eq: ['$$greatgrandchild.parent', '$$grandchild._id'] } } } }, 0 ] }, then: true, else: false } }
106
- }
107
- ]
108
- }
109
- }
110
- }
111
- }
112
- ]
113
- }
114
- }
115
- }
116
- }
117
- },
118
- {
119
- $project: {
120
- _id: 1,
121
- content: 1,
122
- type: 1,
123
- target: 1,
124
- 'user.username': 1,
125
- 'user.profile.photo': 1,
126
- 'user.profile.name': 1,
127
- 'user._id': 1,
128
- depth: 1,
129
- createdAt: 1,
130
- childrenCount: 1,
131
- children: 1
132
- }
133
- }
134
- ];
135
-
136
- if (blockedMembers.length > 0) {
137
- pipeline.unshift({ $match: { user: { $nin: blockedMembers } } });
138
- }
139
-
140
- const comments = await Comment.aggregate(pipeline);
141
-
142
- function buildCommentTree(comments) {
143
- // Создаем Map для быстрого доступа ко всем комментариям по их ID
144
- const commentMap = new Map();
145
-
146
- // Функция для преобразования MongoDB ObjectId в строку
147
- const objectIdToString = (id) => id.toString();
148
-
149
- // Функция для добавления комментария и его дочерних элементов в Map
150
- function addToMap(comment) {
151
- const commentId = objectIdToString(comment._id);
152
- if (!commentMap.has(commentId)) {
153
- commentMap.set(commentId, {...comment, children: []});
154
- if (comment.children && comment.children.length > 0) {
155
- comment.children.forEach(addToMap);
156
- }
157
- }
158
- }
159
-
160
- // Добавляем все комментарии и их дочерние элементы в Map
161
- comments.forEach(addToMap);
162
-
163
- // Строим дерево
164
- commentMap.forEach((comment) => {
165
- if (comment.parent) {
166
- const parentId = objectIdToString(comment.parent);
167
- const parent = commentMap.get(parentId);
168
- if (parent) {
169
- parent.children.push(comment);
170
- }
171
- }
172
- });
173
-
174
- // Возвращаем только корневые комментарии
175
- return comments.map(comment => {
176
- const commentId = objectIdToString(comment._id);
177
- return commentMap.get(commentId);
178
- });
179
- }
180
-
181
-
182
- commentsTree = buildCommentTree(comments)
183
-
184
- console.log(commentsTree)
185
-
186
- res.status(200).json(commentsTree);
187
- } catch (error) {
188
- console.error(error);
189
- res.status(500).json({ message: error.message });
190
- }
191
- };
192
-
193
-
194
- const create = async (req, res) => {
195
- try {
196
- const { user, type, target, content, parent } = req.body;
197
-
198
- let depth = 0;
199
-
200
- if (parent) {
201
- const parentComment = await Comment.findById(parent);
202
- if (!parentComment) {
203
- return res.status(404).send({ message: "Parent comment not found." });
204
- }
205
- depth = parentComment.depth + 1;
206
- }
207
-
208
- const comment = new Comment({
209
- user,
210
- type,
211
- target,
212
- content,
213
- parent,
214
- depth
215
- });
216
-
217
- const savedComment = await comment.save();
218
-
219
- if (parent) {
220
- await Comment.findByIdAndUpdate(parent, {
221
- $push: { children: savedComment._id }
222
- });
223
- }
224
-
225
- const populatedComment = await Comment.findById(savedComment._id)
226
- .populate({
227
- path: 'user',
228
- select: 'username profile.photo profile.name _id'
229
- })
230
-
231
- res.status(201).send(populatedComment);
232
- } catch (err) {
233
- console.error(err);
234
- res.status(500).send({
235
- message: err.message || "Some error occurred while creating the comment."
236
- });
237
- }
238
- };
239
-
240
- const update = async (req, res) => {
241
- try {
242
- const comment = await Comment.findByIdAndUpdate(req.params._id, req.body, { new: true })
243
- .populate({
244
- path: 'user',
245
- select: 'username profile.photo profile.name _id'
246
- });
247
-
248
- if (!comment) {
249
- return res.status(404).send({ message: "Comment not found." });
250
- }
251
-
252
- res.status(200).send(comment);
253
- } catch (err) {
254
- res.status(500).send({ message: err.message });
255
- }
256
- };
257
-
258
- const deleteComment = async (req, res) => {
259
- try {
260
- const comment = await Comment.findByIdAndRemove(req.params._id);
261
-
262
- if (!comment) {
263
- return res.status(404).send({ message: "Comment is not deleted." });
264
- }
265
-
266
- res.status(200).send(comment);
267
- } catch (err) {
268
- res.status(500).send({ message: err.message });
269
- }
270
- };
271
-
272
- return {
273
- read,
274
- create,
275
- update,
276
- delete: deleteComment
277
- };
278
- };
279
-
280
- module.exports = commentControllerFactory;