@paroicms/server 0.146.0

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 (659) hide show
  1. package/README.md +3 -0
  2. package/ddl/main.ddl.sql +84 -0
  3. package/dist/backup/site/archiver.helper.d.ts +12 -0
  4. package/dist/backup/site/archiver.helper.js +46 -0
  5. package/dist/backup/site/archiver.helper.js.map +1 -0
  6. package/dist/backup/site/backup.d.ts +5 -0
  7. package/dist/backup/site/backup.js +118 -0
  8. package/dist/backup/site/backup.js.map +1 -0
  9. package/dist/cli.d.ts +2 -0
  10. package/dist/cli.js +5 -0
  11. package/dist/cli.js.map +1 -0
  12. package/dist/common/child-ordering-query.d.ts +13 -0
  13. package/dist/common/child-ordering-query.js +107 -0
  14. package/dist/common/child-ordering-query.js.map +1 -0
  15. package/dist/common/data-format.d.ts +19 -0
  16. package/dist/common/data-format.js +86 -0
  17. package/dist/common/data-format.js.map +1 -0
  18. package/dist/common/mail/html-helpers.d.ts +7 -0
  19. package/dist/common/mail/html-helpers.js +46 -0
  20. package/dist/common/mail/html-helpers.js.map +1 -0
  21. package/dist/common/mail/sendMail.helpers.d.ts +14 -0
  22. package/dist/common/mail/sendMail.helpers.js +51 -0
  23. package/dist/common/mail/sendMail.helpers.js.map +1 -0
  24. package/dist/common/media-handles.helpers.d.ts +19 -0
  25. package/dist/common/media-handles.helpers.js +52 -0
  26. package/dist/common/media-handles.helpers.js.map +1 -0
  27. package/dist/common/serve-html-or.d.ts +16 -0
  28. package/dist/common/serve-html-or.js +72 -0
  29. package/dist/common/serve-html-or.js.map +1 -0
  30. package/dist/common/text-cache.d.ts +57 -0
  31. package/dist/common/text-cache.js +87 -0
  32. package/dist/common/text-cache.js.map +1 -0
  33. package/dist/common/tracker-report.d.ts +2 -0
  34. package/dist/common/tracker-report.js +27 -0
  35. package/dist/common/tracker-report.js.map +1 -0
  36. package/dist/context.d.ts +29 -0
  37. package/dist/context.js +60 -0
  38. package/dist/context.js.map +1 -0
  39. package/dist/express/http-helpers.d.ts +16 -0
  40. package/dist/express/http-helpers.js +44 -0
  41. package/dist/express/http-helpers.js.map +1 -0
  42. package/dist/express/static-middlewares.d.ts +3 -0
  43. package/dist/express/static-middlewares.js +114 -0
  44. package/dist/express/static-middlewares.js.map +1 -0
  45. package/dist/helpers/configuration.helpers.d.ts +2 -0
  46. package/dist/helpers/configuration.helpers.js +8 -0
  47. package/dist/helpers/configuration.helpers.js.map +1 -0
  48. package/dist/helpers/excerpt.helpers.d.ts +2 -0
  49. package/dist/helpers/excerpt.helpers.js +31 -0
  50. package/dist/helpers/excerpt.helpers.js.map +1 -0
  51. package/dist/helpers/excerpt.helpers.spec.d.ts +1 -0
  52. package/dist/helpers/excerpt.helpers.spec.js +133 -0
  53. package/dist/helpers/excerpt.helpers.spec.js.map +1 -0
  54. package/dist/helpers/jwt-secret.helpers.d.ts +2 -0
  55. package/dist/helpers/jwt-secret.helpers.js +30 -0
  56. package/dist/helpers/jwt-secret.helpers.js.map +1 -0
  57. package/dist/helpers/label-translator.helper.d.ts +9 -0
  58. package/dist/helpers/label-translator.helper.js +14 -0
  59. package/dist/helpers/label-translator.helper.js.map +1 -0
  60. package/dist/helpers/passwordEncrypt-helper.d.ts +2 -0
  61. package/dist/helpers/passwordEncrypt-helper.js +37 -0
  62. package/dist/helpers/passwordEncrypt-helper.js.map +1 -0
  63. package/dist/helpers/relative-id-helper.d.ts +10 -0
  64. package/dist/helpers/relative-id-helper.js +37 -0
  65. package/dist/helpers/relative-id-helper.js.map +1 -0
  66. package/dist/helpers/search-text-helper.d.ts +7 -0
  67. package/dist/helpers/search-text-helper.js +27 -0
  68. package/dist/helpers/search-text-helper.js.map +1 -0
  69. package/dist/helpers/simple-i18n.d.ts +14 -0
  70. package/dist/helpers/simple-i18n.js +82 -0
  71. package/dist/helpers/simple-i18n.js.map +1 -0
  72. package/dist/helpers/special-account.helpers.d.ts +9 -0
  73. package/dist/helpers/special-account.helpers.js +43 -0
  74. package/dist/helpers/special-account.helpers.js.map +1 -0
  75. package/dist/helpers/url.helpers.d.ts +2 -0
  76. package/dist/helpers/url.helpers.js +12 -0
  77. package/dist/helpers/url.helpers.js.map +1 -0
  78. package/dist/helpers/utils-helper.d.ts +4 -0
  79. package/dist/helpers/utils-helper.js +32 -0
  80. package/dist/helpers/utils-helper.js.map +1 -0
  81. package/dist/index.d.ts +7 -0
  82. package/dist/index.js +67 -0
  83. package/dist/index.js.map +1 -0
  84. package/dist/maintenance/maintenance-task.d.ts +4 -0
  85. package/dist/maintenance/maintenance-task.js +27 -0
  86. package/dist/maintenance/maintenance-task.js.map +1 -0
  87. package/dist/maintenance/shutdown.d.ts +7 -0
  88. package/dist/maintenance/shutdown.js +51 -0
  89. package/dist/maintenance/shutdown.js.map +1 -0
  90. package/dist/modules/app.controller.d.ts +5 -0
  91. package/dist/modules/app.controller.js +89 -0
  92. package/dist/modules/app.controller.js.map +1 -0
  93. package/dist/modules/app.module.d.ts +2 -0
  94. package/dist/modules/app.module.js +48 -0
  95. package/dist/modules/app.module.js.map +1 -0
  96. package/dist/modules/core/account/account.model.d.ts +18 -0
  97. package/dist/modules/core/account/account.model.js +59 -0
  98. package/dist/modules/core/account/account.model.js.map +1 -0
  99. package/dist/modules/core/account/account.module.d.ts +2 -0
  100. package/dist/modules/core/account/account.module.js +20 -0
  101. package/dist/modules/core/account/account.module.js.map +1 -0
  102. package/dist/modules/core/account/account.queries.d.ts +18 -0
  103. package/dist/modules/core/account/account.queries.js +150 -0
  104. package/dist/modules/core/account/account.queries.js.map +1 -0
  105. package/dist/modules/core/account/account.resolver.d.ts +11 -0
  106. package/dist/modules/core/account/account.resolver.js +107 -0
  107. package/dist/modules/core/account/account.resolver.js.map +1 -0
  108. package/dist/modules/core/account/account.schema.d.ts +24 -0
  109. package/dist/modules/core/account/account.schema.js +114 -0
  110. package/dist/modules/core/account/account.schema.js.map +1 -0
  111. package/dist/modules/core/account-auth/account-auth.controller.d.ts +5 -0
  112. package/dist/modules/core/account-auth/account-auth.controller.js +46 -0
  113. package/dist/modules/core/account-auth/account-auth.controller.js.map +1 -0
  114. package/dist/modules/core/account-auth/account-auth.module.d.ts +2 -0
  115. package/dist/modules/core/account-auth/account-auth.module.js +24 -0
  116. package/dist/modules/core/account-auth/account-auth.module.js.map +1 -0
  117. package/dist/modules/core/account-auth/account-auth.service.d.ts +5 -0
  118. package/dist/modules/core/account-auth/account-auth.service.js +41 -0
  119. package/dist/modules/core/account-auth/account-auth.service.js.map +1 -0
  120. package/dist/modules/core/account-auth/account-auth.strategy.d.ts +10 -0
  121. package/dist/modules/core/account-auth/account-auth.strategy.js +49 -0
  122. package/dist/modules/core/account-auth/account-auth.strategy.js.map +1 -0
  123. package/dist/modules/core/auth/auth.module.d.ts +2 -0
  124. package/dist/modules/core/auth/auth.module.js +35 -0
  125. package/dist/modules/core/auth/auth.module.js.map +1 -0
  126. package/dist/modules/core/auth/auth.service.d.ts +11 -0
  127. package/dist/modules/core/auth/auth.service.js +164 -0
  128. package/dist/modules/core/auth/auth.service.js.map +1 -0
  129. package/dist/modules/core/auth/auth.types.d.ts +27 -0
  130. package/dist/modules/core/auth/auth.types.js +3 -0
  131. package/dist/modules/core/auth/auth.types.js.map +1 -0
  132. package/dist/modules/core/auth/jwt.auth.guard.d.ts +6 -0
  133. package/dist/modules/core/auth/jwt.auth.guard.js +23 -0
  134. package/dist/modules/core/auth/jwt.auth.guard.js.map +1 -0
  135. package/dist/modules/core/auth/jwt.strategy.d.ts +10 -0
  136. package/dist/modules/core/auth/jwt.strategy.js +35 -0
  137. package/dist/modules/core/auth/jwt.strategy.js.map +1 -0
  138. package/dist/modules/core/backup/backup.controller.d.ts +7 -0
  139. package/dist/modules/core/backup/backup.controller.js +61 -0
  140. package/dist/modules/core/backup/backup.controller.js.map +1 -0
  141. package/dist/modules/core/backup/backup.module.d.ts +2 -0
  142. package/dist/modules/core/backup/backup.module.js +22 -0
  143. package/dist/modules/core/backup/backup.module.js.map +1 -0
  144. package/dist/modules/core/backup/backup.resolver.d.ts +8 -0
  145. package/dist/modules/core/backup/backup.resolver.js +54 -0
  146. package/dist/modules/core/backup/backup.resolver.js.map +1 -0
  147. package/dist/modules/core/backup/backup.shema.d.ts +4 -0
  148. package/dist/modules/core/backup/backup.shema.js +30 -0
  149. package/dist/modules/core/backup/backup.shema.js.map +1 -0
  150. package/dist/modules/core/core.module.d.ts +2 -0
  151. package/dist/modules/core/core.module.js +50 -0
  152. package/dist/modules/core/core.module.js.map +1 -0
  153. package/dist/modules/core/document/document.helper.d.ts +2 -0
  154. package/dist/modules/core/document/document.helper.js +10 -0
  155. package/dist/modules/core/document/document.helper.js.map +1 -0
  156. package/dist/modules/core/document/document.model.d.ts +9 -0
  157. package/dist/modules/core/document/document.model.js +59 -0
  158. package/dist/modules/core/document/document.model.js.map +1 -0
  159. package/dist/modules/core/document/document.module.d.ts +2 -0
  160. package/dist/modules/core/document/document.module.js +25 -0
  161. package/dist/modules/core/document/document.module.js.map +1 -0
  162. package/dist/modules/core/document/document.resolver.d.ts +12 -0
  163. package/dist/modules/core/document/document.resolver.extend.d.ts +10 -0
  164. package/dist/modules/core/document/document.resolver.extend.js +69 -0
  165. package/dist/modules/core/document/document.resolver.extend.js.map +1 -0
  166. package/dist/modules/core/document/document.resolver.js +154 -0
  167. package/dist/modules/core/document/document.resolver.js.map +1 -0
  168. package/dist/modules/core/document/document.schema.d.ts +39 -0
  169. package/dist/modules/core/document/document.schema.js +181 -0
  170. package/dist/modules/core/document/document.schema.js.map +1 -0
  171. package/dist/modules/core/document/load-documents.queries.d.ts +17 -0
  172. package/dist/modules/core/document/load-documents.queries.js +119 -0
  173. package/dist/modules/core/document/load-documents.queries.js.map +1 -0
  174. package/dist/modules/core/document/save-documents.queries.d.ts +18 -0
  175. package/dist/modules/core/document/save-documents.queries.js +199 -0
  176. package/dist/modules/core/document/save-documents.queries.js.map +1 -0
  177. package/dist/modules/core/document/search-document-item.resolver.d.ts +7 -0
  178. package/dist/modules/core/document/search-document-item.resolver.js +58 -0
  179. package/dist/modules/core/document/search-document-item.resolver.js.map +1 -0
  180. package/dist/modules/core/fields/_fields.helpers.d.ts +2 -0
  181. package/dist/modules/core/fields/_fields.helpers.js +12 -0
  182. package/dist/modules/core/fields/_fields.helpers.js.map +1 -0
  183. package/dist/modules/core/fields/fields.model.d.ts +17 -0
  184. package/dist/modules/core/fields/fields.model.js +99 -0
  185. package/dist/modules/core/fields/fields.model.js.map +1 -0
  186. package/dist/modules/core/fields/fields.module.d.ts +2 -0
  187. package/dist/modules/core/fields/fields.module.js +20 -0
  188. package/dist/modules/core/fields/fields.module.js.map +1 -0
  189. package/dist/modules/core/fields/fields.resolver.d.ts +14 -0
  190. package/dist/modules/core/fields/fields.resolver.js +165 -0
  191. package/dist/modules/core/fields/fields.resolver.js.map +1 -0
  192. package/dist/modules/core/fields/load-fields.queries.d.ts +20 -0
  193. package/dist/modules/core/fields/load-fields.queries.js +233 -0
  194. package/dist/modules/core/fields/load-fields.queries.js.map +1 -0
  195. package/dist/modules/core/fields/quill-delta.d.ts +1 -0
  196. package/dist/modules/core/fields/quill-delta.js +40 -0
  197. package/dist/modules/core/fields/quill-delta.js.map +1 -0
  198. package/dist/modules/core/fields/save-fields.queries.d.ts +9 -0
  199. package/dist/modules/core/fields/save-fields.queries.js +135 -0
  200. package/dist/modules/core/fields/save-fields.queries.js.map +1 -0
  201. package/dist/modules/core/leaf/leaf.model.d.ts +9 -0
  202. package/dist/modules/core/leaf/leaf.model.js +61 -0
  203. package/dist/modules/core/leaf/leaf.model.js.map +1 -0
  204. package/dist/modules/core/leaf/leaf.module.d.ts +2 -0
  205. package/dist/modules/core/leaf/leaf.module.js +21 -0
  206. package/dist/modules/core/leaf/leaf.module.js.map +1 -0
  207. package/dist/modules/core/leaf/leaf.queries.d.ts +21 -0
  208. package/dist/modules/core/leaf/leaf.queries.js +143 -0
  209. package/dist/modules/core/leaf/leaf.queries.js.map +1 -0
  210. package/dist/modules/core/leaf/leaf.resolver.d.ts +9 -0
  211. package/dist/modules/core/leaf/leaf.resolver.extend.d.ts +6 -0
  212. package/dist/modules/core/leaf/leaf.resolver.extend.js +42 -0
  213. package/dist/modules/core/leaf/leaf.resolver.extend.js.map +1 -0
  214. package/dist/modules/core/leaf/leaf.resolver.js +84 -0
  215. package/dist/modules/core/leaf/leaf.resolver.js.map +1 -0
  216. package/dist/modules/core/leaf/leaf.schema.d.ts +7 -0
  217. package/dist/modules/core/leaf/leaf.schema.js +45 -0
  218. package/dist/modules/core/leaf/leaf.schema.js.map +1 -0
  219. package/dist/modules/core/leaf-item/leaf-item.model.d.ts +6 -0
  220. package/dist/modules/core/leaf-item/leaf-item.model.js +44 -0
  221. package/dist/modules/core/leaf-item/leaf-item.model.js.map +1 -0
  222. package/dist/modules/core/leaf-item/leaf-item.queries.d.ts +9 -0
  223. package/dist/modules/core/leaf-item/leaf-item.queries.js +120 -0
  224. package/dist/modules/core/leaf-item/leaf-item.queries.js.map +1 -0
  225. package/dist/modules/core/login/login.controller.d.ts +8 -0
  226. package/dist/modules/core/login/login.controller.js +54 -0
  227. package/dist/modules/core/login/login.controller.js.map +1 -0
  228. package/dist/modules/core/login/login.module.d.ts +2 -0
  229. package/dist/modules/core/login/login.module.js +22 -0
  230. package/dist/modules/core/login/login.module.js.map +1 -0
  231. package/dist/modules/core/media/media-upload.controller.d.ts +21 -0
  232. package/dist/modules/core/media/media-upload.controller.js +160 -0
  233. package/dist/modules/core/media/media-upload.controller.js.map +1 -0
  234. package/dist/modules/core/media/media.d.ts +22 -0
  235. package/dist/modules/core/media/media.js +53 -0
  236. package/dist/modules/core/media/media.js.map +1 -0
  237. package/dist/modules/core/media/media.module.d.ts +2 -0
  238. package/dist/modules/core/media/media.module.js +22 -0
  239. package/dist/modules/core/media/media.module.js.map +1 -0
  240. package/dist/modules/core/media/media.resolver.d.ts +14 -0
  241. package/dist/modules/core/media/media.resolver.js +199 -0
  242. package/dist/modules/core/media/media.resolver.js.map +1 -0
  243. package/dist/modules/core/media/media.schema.d.ts +30 -0
  244. package/dist/modules/core/media/media.schema.js +144 -0
  245. package/dist/modules/core/media/media.schema.js.map +1 -0
  246. package/dist/modules/core/part/part.model.d.ts +6 -0
  247. package/dist/modules/core/part/part.model.js +44 -0
  248. package/dist/modules/core/part/part.model.js.map +1 -0
  249. package/dist/modules/core/part/part.module.d.ts +2 -0
  250. package/dist/modules/core/part/part.module.js +21 -0
  251. package/dist/modules/core/part/part.module.js.map +1 -0
  252. package/dist/modules/core/part/part.queries.d.ts +22 -0
  253. package/dist/modules/core/part/part.queries.js +167 -0
  254. package/dist/modules/core/part/part.queries.js.map +1 -0
  255. package/dist/modules/core/part/part.resolver.d.ts +14 -0
  256. package/dist/modules/core/part/part.resolver.extend.d.ts +5 -0
  257. package/dist/modules/core/part/part.resolver.extend.js +49 -0
  258. package/dist/modules/core/part/part.resolver.extend.js.map +1 -0
  259. package/dist/modules/core/part/part.resolver.js +135 -0
  260. package/dist/modules/core/part/part.resolver.js.map +1 -0
  261. package/dist/modules/core/part/part.schema.d.ts +12 -0
  262. package/dist/modules/core/part/part.schema.js +66 -0
  263. package/dist/modules/core/part/part.schema.js.map +1 -0
  264. package/dist/modules/core/section/section-wrap.resolver.d.ts +11 -0
  265. package/dist/modules/core/section/section-wrap.resolver.js +168 -0
  266. package/dist/modules/core/section/section-wrap.resolver.js.map +1 -0
  267. package/dist/modules/core/section/section.model.d.ts +6 -0
  268. package/dist/modules/core/section/section.model.js +44 -0
  269. package/dist/modules/core/section/section.model.js.map +1 -0
  270. package/dist/modules/core/section/section.module.d.ts +2 -0
  271. package/dist/modules/core/section/section.module.js +21 -0
  272. package/dist/modules/core/section/section.module.js.map +1 -0
  273. package/dist/modules/core/section/section.queries.d.ts +51 -0
  274. package/dist/modules/core/section/section.queries.js +228 -0
  275. package/dist/modules/core/section/section.queries.js.map +1 -0
  276. package/dist/modules/core/section/section.resolver.d.ts +7 -0
  277. package/dist/modules/core/section/section.resolver.js +78 -0
  278. package/dist/modules/core/section/section.resolver.js.map +1 -0
  279. package/dist/modules/core/section/section.schema.d.ts +27 -0
  280. package/dist/modules/core/section/section.schema.js +129 -0
  281. package/dist/modules/core/section/section.schema.js.map +1 -0
  282. package/dist/modules/core/site-fields/site-fields.model.d.ts +4 -0
  283. package/dist/modules/core/site-fields/site-fields.model.js +30 -0
  284. package/dist/modules/core/site-fields/site-fields.model.js.map +1 -0
  285. package/dist/modules/core/site-fields/site-fields.module.d.ts +2 -0
  286. package/dist/modules/core/site-fields/site-fields.module.js +20 -0
  287. package/dist/modules/core/site-fields/site-fields.module.js.map +1 -0
  288. package/dist/modules/core/site-fields/site-fields.queries.d.ts +9 -0
  289. package/dist/modules/core/site-fields/site-fields.queries.js +123 -0
  290. package/dist/modules/core/site-fields/site-fields.queries.js.map +1 -0
  291. package/dist/modules/core/site-fields/site-fields.resolver.d.ts +5 -0
  292. package/dist/modules/core/site-fields/site-fields.resolver.js +56 -0
  293. package/dist/modules/core/site-fields/site-fields.resolver.js.map +1 -0
  294. package/dist/modules/core/site-info/site-info.module.d.ts +2 -0
  295. package/dist/modules/core/site-info/site-info.module.js +20 -0
  296. package/dist/modules/core/site-info/site-info.module.js.map +1 -0
  297. package/dist/modules/core/site-info/site-info.resolver.d.ts +5 -0
  298. package/dist/modules/core/site-info/site-info.resolver.js +44 -0
  299. package/dist/modules/core/site-info/site-info.resolver.js.map +1 -0
  300. package/dist/modules/core/site-info/site-info.schema.d.ts +6 -0
  301. package/dist/modules/core/site-info/site-info.schema.js +36 -0
  302. package/dist/modules/core/site-info/site-info.schema.js.map +1 -0
  303. package/dist/modules/core/site-schema/site-schema.module.d.ts +2 -0
  304. package/dist/modules/core/site-schema/site-schema.module.js +20 -0
  305. package/dist/modules/core/site-schema/site-schema.module.js.map +1 -0
  306. package/dist/modules/core/site-schema/site-schema.resolver.d.ts +4 -0
  307. package/dist/modules/core/site-schema/site-schema.resolver.js +35 -0
  308. package/dist/modules/core/site-schema/site-schema.resolver.js.map +1 -0
  309. package/dist/modules/core/term-flag/term-flag.model.d.ts +6 -0
  310. package/dist/modules/core/term-flag/term-flag.model.js +45 -0
  311. package/dist/modules/core/term-flag/term-flag.model.js.map +1 -0
  312. package/dist/modules/core/term-flag/term-flag.module.d.ts +2 -0
  313. package/dist/modules/core/term-flag/term-flag.module.js +20 -0
  314. package/dist/modules/core/term-flag/term-flag.module.js.map +1 -0
  315. package/dist/modules/core/term-flag/term-flag.queries.d.ts +7 -0
  316. package/dist/modules/core/term-flag/term-flag.queries.js +44 -0
  317. package/dist/modules/core/term-flag/term-flag.queries.js.map +1 -0
  318. package/dist/modules/core/term-flag/term-flag.resolver.d.ts +5 -0
  319. package/dist/modules/core/term-flag/term-flag.resolver.js +47 -0
  320. package/dist/modules/core/term-flag/term-flag.resolver.js.map +1 -0
  321. package/dist/modules/core/term-flag/term-flag.schema.d.ts +9 -0
  322. package/dist/modules/core/term-flag/term-flag.schema.js +51 -0
  323. package/dist/modules/core/term-flag/term-flag.schema.js.map +1 -0
  324. package/dist/modules/core/term-flag/term-flag.service.d.ts +9 -0
  325. package/dist/modules/core/term-flag/term-flag.service.js +50 -0
  326. package/dist/modules/core/term-flag/term-flag.service.js.map +1 -0
  327. package/dist/modules/core/unprotected/unprotected.module.d.ts +2 -0
  328. package/dist/modules/core/unprotected/unprotected.module.js +20 -0
  329. package/dist/modules/core/unprotected/unprotected.module.js.map +1 -0
  330. package/dist/modules/core/unprotected/unprotected.resolver.d.ts +8 -0
  331. package/dist/modules/core/unprotected/unprotected.resolver.js +106 -0
  332. package/dist/modules/core/unprotected/unprotected.resolver.js.map +1 -0
  333. package/dist/modules/core/unprotected/unprotected.schema.d.ts +19 -0
  334. package/dist/modules/core/unprotected/unprotected.schema.js +93 -0
  335. package/dist/modules/core/unprotected/unprotected.schema.js.map +1 -0
  336. package/dist/modules/graphql.types.d.ts +6 -0
  337. package/dist/modules/graphql.types.js +3 -0
  338. package/dist/modules/graphql.types.js.map +1 -0
  339. package/dist/modules/private-api.module.d.ts +2 -0
  340. package/dist/modules/private-api.module.js +50 -0
  341. package/dist/modules/private-api.module.js.map +1 -0
  342. package/dist/modules/public-api/class-validator-options.d.ts +7 -0
  343. package/dist/modules/public-api/class-validator-options.js +11 -0
  344. package/dist/modules/public-api/class-validator-options.js.map +1 -0
  345. package/dist/modules/public-api/mail/contact-form-mail.d.ts +8 -0
  346. package/dist/modules/public-api/mail/contact-form-mail.js +96 -0
  347. package/dist/modules/public-api/mail/contact-form-mail.js.map +1 -0
  348. package/dist/modules/public-api/mail/mail.dto.d.ts +8 -0
  349. package/dist/modules/public-api/mail/mail.dto.js +56 -0
  350. package/dist/modules/public-api/mail/mail.dto.js.map +1 -0
  351. package/dist/modules/public-api/partials/partials-params.dto.d.ts +6 -0
  352. package/dist/modules/public-api/partials/partials-params.dto.js +45 -0
  353. package/dist/modules/public-api/partials/partials-params.dto.js.map +1 -0
  354. package/dist/modules/public-api/password-reset/password-reset.controller.d.ts +11 -0
  355. package/dist/modules/public-api/password-reset/password-reset.controller.js +59 -0
  356. package/dist/modules/public-api/password-reset/password-reset.controller.js.map +1 -0
  357. package/dist/modules/public-api/password-reset/password-reset.dto.d.ts +9 -0
  358. package/dist/modules/public-api/password-reset/password-reset.dto.js +55 -0
  359. package/dist/modules/public-api/password-reset/password-reset.dto.js.map +1 -0
  360. package/dist/modules/public-api/password-reset/password-reset.module.d.ts +2 -0
  361. package/dist/modules/public-api/password-reset/password-reset.module.js +22 -0
  362. package/dist/modules/public-api/password-reset/password-reset.module.js.map +1 -0
  363. package/dist/modules/public-api/password-reset/password-reset.service.d.ts +14 -0
  364. package/dist/modules/public-api/password-reset/password-reset.service.js +56 -0
  365. package/dist/modules/public-api/password-reset/password-reset.service.js.map +1 -0
  366. package/dist/modules/public-api/public-api-controller.d.ts +32 -0
  367. package/dist/modules/public-api/public-api-controller.js +198 -0
  368. package/dist/modules/public-api/public-api-controller.js.map +1 -0
  369. package/dist/modules/public-api/public-api.module.d.ts +2 -0
  370. package/dist/modules/public-api/public-api.module.js +22 -0
  371. package/dist/modules/public-api/public-api.module.js.map +1 -0
  372. package/dist/modules/public-api/search-text/search-text.dto.d.ts +7 -0
  373. package/dist/modules/public-api/search-text/search-text.dto.js +50 -0
  374. package/dist/modules/public-api/search-text/search-text.dto.js.map +1 -0
  375. package/dist/modules/public-api/search-text/search-text.queries.d.ts +14 -0
  376. package/dist/modules/public-api/search-text/search-text.queries.js +58 -0
  377. package/dist/modules/public-api/search-text/search-text.queries.js.map +1 -0
  378. package/dist/modules/public-site/app-exception-filter.d.ts +4 -0
  379. package/dist/modules/public-site/app-exception-filter.js +41 -0
  380. package/dist/modules/public-site/app-exception-filter.js.map +1 -0
  381. package/dist/modules/public-site/google-auth.controller.d.ts +10 -0
  382. package/dist/modules/public-site/google-auth.controller.js +127 -0
  383. package/dist/modules/public-site/google-auth.controller.js.map +1 -0
  384. package/dist/modules/public-site/helpers/format-date.helper.d.ts +3 -0
  385. package/dist/modules/public-site/helpers/format-date.helper.js +35 -0
  386. package/dist/modules/public-site/helpers/format-date.helper.js.map +1 -0
  387. package/dist/modules/public-site/helpers/format-date.helper.spec.d.ts +1 -0
  388. package/dist/modules/public-site/helpers/format-date.helper.spec.js +37 -0
  389. package/dist/modules/public-site/helpers/format-date.helper.spec.js.map +1 -0
  390. package/dist/modules/public-site/helpers/medias.helpers.d.ts +3 -0
  391. package/dist/modules/public-site/helpers/medias.helpers.js +16 -0
  392. package/dist/modules/public-site/helpers/medias.helpers.js.map +1 -0
  393. package/dist/modules/public-site/helpers/obfuscate.helper.d.ts +2 -0
  394. package/dist/modules/public-site/helpers/obfuscate.helper.js +27 -0
  395. package/dist/modules/public-site/helpers/obfuscate.helper.js.map +1 -0
  396. package/dist/modules/public-site/helpers/public-field-values.d.ts +10 -0
  397. package/dist/modules/public-site/helpers/public-field-values.js +76 -0
  398. package/dist/modules/public-site/helpers/public-field-values.js.map +1 -0
  399. package/dist/modules/public-site/liquidjs-filters/format-date.d.ts +2 -0
  400. package/dist/modules/public-site/liquidjs-filters/format-date.js +14 -0
  401. package/dist/modules/public-site/liquidjs-filters/format-date.js.map +1 -0
  402. package/dist/modules/public-site/liquidjs-filters/format-number.d.ts +2 -0
  403. package/dist/modules/public-site/liquidjs-filters/format-number.js +18 -0
  404. package/dist/modules/public-site/liquidjs-filters/format-number.js.map +1 -0
  405. package/dist/modules/public-site/liquidjs-filters/info-filter.d.ts +2 -0
  406. package/dist/modules/public-site/liquidjs-filters/info-filter.js +144 -0
  407. package/dist/modules/public-site/liquidjs-filters/info-filter.js.map +1 -0
  408. package/dist/modules/public-site/liquidjs-filters/inject-facebook-chat.d.ts +2 -0
  409. package/dist/modules/public-site/liquidjs-filters/inject-facebook-chat.js +38 -0
  410. package/dist/modules/public-site/liquidjs-filters/inject-facebook-chat.js.map +1 -0
  411. package/dist/modules/public-site/liquidjs-filters/inject-menu-items-data.d.ts +3 -0
  412. package/dist/modules/public-site/liquidjs-filters/inject-menu-items-data.js +21 -0
  413. package/dist/modules/public-site/liquidjs-filters/inject-menu-items-data.js.map +1 -0
  414. package/dist/modules/public-site/liquidjs-filters/make-excerpt.d.ts +2 -0
  415. package/dist/modules/public-site/liquidjs-filters/make-excerpt.js +10 -0
  416. package/dist/modules/public-site/liquidjs-filters/make-excerpt.js.map +1 -0
  417. package/dist/modules/public-site/liquidjs-filters/obfuscate.d.ts +3 -0
  418. package/dist/modules/public-site/liquidjs-filters/obfuscate.js +15 -0
  419. package/dist/modules/public-site/liquidjs-filters/obfuscate.js.map +1 -0
  420. package/dist/modules/public-site/liquidjs-filters/open-graph-filter.d.ts +4 -0
  421. package/dist/modules/public-site/liquidjs-filters/open-graph-filter.js +39 -0
  422. package/dist/modules/public-site/liquidjs-filters/open-graph-filter.js.map +1 -0
  423. package/dist/modules/public-site/liquidjs-filters/translate-filter.1.d.ts +3 -0
  424. package/dist/modules/public-site/liquidjs-filters/translate-filter.1.js +12 -0
  425. package/dist/modules/public-site/liquidjs-filters/translate-filter.1.js.map +1 -0
  426. package/dist/modules/public-site/liquidjs-filters/translate-filter.d.ts +3 -0
  427. package/dist/modules/public-site/liquidjs-filters/translate-filter.js +12 -0
  428. package/dist/modules/public-site/liquidjs-filters/translate-filter.js.map +1 -0
  429. package/dist/modules/public-site/liquidjs-rendering/render-clone/collection.d.ts +1 -0
  430. package/dist/modules/public-site/liquidjs-rendering/render-clone/collection.js +18 -0
  431. package/dist/modules/public-site/liquidjs-rendering/render-clone/collection.js.map +1 -0
  432. package/dist/modules/public-site/liquidjs-rendering/render-clone/forloop-drop.d.ts +15 -0
  433. package/dist/modules/public-site/liquidjs-rendering/render-clone/forloop-drop.js +40 -0
  434. package/dist/modules/public-site/liquidjs-rendering/render-clone/forloop-drop.js.map +1 -0
  435. package/dist/modules/public-site/liquidjs-rendering/render-clone/render.d.ts +13 -0
  436. package/dist/modules/public-site/liquidjs-rendering/render-clone/render.js +108 -0
  437. package/dist/modules/public-site/liquidjs-rendering/render-clone/render.js.map +1 -0
  438. package/dist/modules/public-site/liquidjs-rendering/render-liquidjs.d.ts +6 -0
  439. package/dist/modules/public-site/liquidjs-rendering/render-liquidjs.js +40 -0
  440. package/dist/modules/public-site/liquidjs-rendering/render-liquidjs.js.map +1 -0
  441. package/dist/modules/public-site/liquidjs-rendering/rendering-context.d.ts +27 -0
  442. package/dist/modules/public-site/liquidjs-rendering/rendering-context.js +46 -0
  443. package/dist/modules/public-site/liquidjs-rendering/rendering-context.js.map +1 -0
  444. package/dist/modules/public-site/liquidjs-tags/get-breadcrumb-liquidjs-tag.d.ts +13 -0
  445. package/dist/modules/public-site/liquidjs-tags/get-breadcrumb-liquidjs-tag.js +49 -0
  446. package/dist/modules/public-site/liquidjs-tags/get-breadcrumb-liquidjs-tag.js.map +1 -0
  447. package/dist/modules/public-site/liquidjs-tags/get-page-tag.d.ts +13 -0
  448. package/dist/modules/public-site/liquidjs-tags/get-page-tag.js +68 -0
  449. package/dist/modules/public-site/liquidjs-tags/get-page-tag.js.map +1 -0
  450. package/dist/modules/public-site/liquidjs-tags/get-pages-tag.d.ts +13 -0
  451. package/dist/modules/public-site/liquidjs-tags/get-pages-tag.js +94 -0
  452. package/dist/modules/public-site/liquidjs-tags/get-pages-tag.js.map +1 -0
  453. package/dist/modules/public-site/liquidjs-tags/get-siblings-liquidjs-tag.d.ts +13 -0
  454. package/dist/modules/public-site/liquidjs-tags/get-siblings-liquidjs-tag.js +61 -0
  455. package/dist/modules/public-site/liquidjs-tags/get-siblings-liquidjs-tag.js.map +1 -0
  456. package/dist/modules/public-site/liquidjs-tags/use-image-tag.d.ts +13 -0
  457. package/dist/modules/public-site/liquidjs-tags/use-image-tag.js +53 -0
  458. package/dist/modules/public-site/liquidjs-tags/use-image-tag.js.map +1 -0
  459. package/dist/modules/public-site/media-serve/_media-serve-helpers.d.ts +11 -0
  460. package/dist/modules/public-site/media-serve/_media-serve-helpers.js +26 -0
  461. package/dist/modules/public-site/media-serve/_media-serve-helpers.js.map +1 -0
  462. package/dist/modules/public-site/media-serve/media-serve.controller.d.ts +4 -0
  463. package/dist/modules/public-site/media-serve/media-serve.controller.js +140 -0
  464. package/dist/modules/public-site/media-serve/media-serve.controller.js.map +1 -0
  465. package/dist/modules/public-site/media-serve/media-serve.module.d.ts +2 -0
  466. package/dist/modules/public-site/media-serve/media-serve.module.js +20 -0
  467. package/dist/modules/public-site/media-serve/media-serve.module.js.map +1 -0
  468. package/dist/modules/public-site/oauth2-client.controller.d.ts +10 -0
  469. package/dist/modules/public-site/oauth2-client.controller.js +144 -0
  470. package/dist/modules/public-site/oauth2-client.controller.js.map +1 -0
  471. package/dist/modules/public-site/public-route/make-url.d.ts +11 -0
  472. package/dist/modules/public-site/public-route/make-url.js +150 -0
  473. package/dist/modules/public-site/public-route/make-url.js.map +1 -0
  474. package/dist/modules/public-site/public-route/public-route-parser.d.ts +16 -0
  475. package/dist/modules/public-site/public-route/public-route-parser.js +154 -0
  476. package/dist/modules/public-site/public-route/public-route-parser.js.map +1 -0
  477. package/dist/modules/public-site/public-route/raw-document-payload.d.ts +8 -0
  478. package/dist/modules/public-site/public-route/raw-document-payload.js +86 -0
  479. package/dist/modules/public-site/public-route/raw-document-payload.js.map +1 -0
  480. package/dist/modules/public-site/public-site.controller.d.ts +7 -0
  481. package/dist/modules/public-site/public-site.controller.js +58 -0
  482. package/dist/modules/public-site/public-site.controller.js.map +1 -0
  483. package/dist/modules/public-site/public-site.middleware.d.ts +5 -0
  484. package/dist/modules/public-site/public-site.middleware.js +67 -0
  485. package/dist/modules/public-site/public-site.middleware.js.map +1 -0
  486. package/dist/modules/public-site/public-site.module.d.ts +4 -0
  487. package/dist/modules/public-site/public-site.module.js +27 -0
  488. package/dist/modules/public-site/public-site.module.js.map +1 -0
  489. package/dist/modules/public-site/serve-document/serve-document.d.ts +20 -0
  490. package/dist/modules/public-site/serve-document/serve-document.js +60 -0
  491. package/dist/modules/public-site/serve-document/serve-document.js.map +1 -0
  492. package/dist/modules/security/app-throttler-guard.d.ts +8 -0
  493. package/dist/modules/security/app-throttler-guard.js +18 -0
  494. package/dist/modules/security/app-throttler-guard.js.map +1 -0
  495. package/dist/modules/security/complexity-plugin.d.ts +8 -0
  496. package/dist/modules/security/complexity-plugin.js +46 -0
  497. package/dist/modules/security/complexity-plugin.js.map +1 -0
  498. package/dist/modules/security/gqlThrottlerGuard.d.ts +8 -0
  499. package/dist/modules/security/gqlThrottlerGuard.js +24 -0
  500. package/dist/modules/security/gqlThrottlerGuard.js.map +1 -0
  501. package/dist/nest-custom-logger.d.ts +8 -0
  502. package/dist/nest-custom-logger.js +23 -0
  503. package/dist/nest-custom-logger.js.map +1 -0
  504. package/dist/public-payload/breadcrumb.queries.d.ts +5 -0
  505. package/dist/public-payload/breadcrumb.queries.js +26 -0
  506. package/dist/public-payload/breadcrumb.queries.js.map +1 -0
  507. package/dist/public-payload/create-page-drop.d.ts +11 -0
  508. package/dist/public-payload/create-page-drop.js +160 -0
  509. package/dist/public-payload/create-page-drop.js.map +1 -0
  510. package/dist/public-payload/create-page-part-drop.d.ts +7 -0
  511. package/dist/public-payload/create-page-part-drop.js +39 -0
  512. package/dist/public-payload/create-page-part-drop.js.map +1 -0
  513. package/dist/public-payload/create-page-payload-drop.d.ts +10 -0
  514. package/dist/public-payload/create-page-payload-drop.js +143 -0
  515. package/dist/public-payload/create-page-payload-drop.js.map +1 -0
  516. package/dist/public-payload/excerpt.queries.d.ts +10 -0
  517. package/dist/public-payload/excerpt.queries.js +38 -0
  518. package/dist/public-payload/excerpt.queries.js.map +1 -0
  519. package/dist/public-payload/field-values.d.ts +9 -0
  520. package/dist/public-payload/field-values.js +99 -0
  521. package/dist/public-payload/field-values.js.map +1 -0
  522. package/dist/public-payload/get-siblings.queries.d.ts +5 -0
  523. package/dist/public-payload/get-siblings.queries.js +117 -0
  524. package/dist/public-payload/get-siblings.queries.js.map +1 -0
  525. package/dist/public-payload/liquidjs-drop.d.ts +31 -0
  526. package/dist/public-payload/liquidjs-drop.js +45 -0
  527. package/dist/public-payload/liquidjs-drop.js.map +1 -0
  528. package/dist/public-payload/load-default-image.d.ts +8 -0
  529. package/dist/public-payload/load-default-image.js +52 -0
  530. package/dist/public-payload/load-default-image.js.map +1 -0
  531. package/dist/public-payload/make-basic-payload.d.ts +6 -0
  532. package/dist/public-payload/make-basic-payload.js +19 -0
  533. package/dist/public-payload/make-basic-payload.js.map +1 -0
  534. package/dist/public-payload/make-image-available.d.ts +26 -0
  535. package/dist/public-payload/make-image-available.js +38 -0
  536. package/dist/public-payload/make-image-available.js.map +1 -0
  537. package/dist/public-payload/page-values.queries.d.ts +27 -0
  538. package/dist/public-payload/page-values.queries.js +110 -0
  539. package/dist/public-payload/page-values.queries.js.map +1 -0
  540. package/dist/public-payload/parts.queries.d.ts +6 -0
  541. package/dist/public-payload/parts.queries.js +123 -0
  542. package/dist/public-payload/parts.queries.js.map +1 -0
  543. package/dist/public-payload/public-payload.types.d.ts +130 -0
  544. package/dist/public-payload/public-payload.types.js +3 -0
  545. package/dist/public-payload/public-payload.types.js.map +1 -0
  546. package/dist/public-payload/site-payload.d.ts +4 -0
  547. package/dist/public-payload/site-payload.js +43 -0
  548. package/dist/public-payload/site-payload.js.map +1 -0
  549. package/dist/public-payload/taxonomies.queries.d.ts +13 -0
  550. package/dist/public-payload/taxonomies.queries.js +45 -0
  551. package/dist/public-payload/taxonomies.queries.js.map +1 -0
  552. package/dist/public-payload/translations.queries.d.ts +7 -0
  553. package/dist/public-payload/translations.queries.js +62 -0
  554. package/dist/public-payload/translations.queries.js.map +1 -0
  555. package/dist/public.types.d.ts +5 -0
  556. package/dist/public.types.js +3 -0
  557. package/dist/public.types.js.map +1 -0
  558. package/dist/share/pino-app-log.d.ts +26 -0
  559. package/dist/share/pino-app-log.js +138 -0
  560. package/dist/share/pino-app-log.js.map +1 -0
  561. package/dist/share/read-configuration.d.ts +7 -0
  562. package/dist/share/read-configuration.js +31 -0
  563. package/dist/share/read-configuration.js.map +1 -0
  564. package/dist/site-backup/archiver.helper.d.ts +12 -0
  565. package/dist/site-backup/archiver.helper.js +43 -0
  566. package/dist/site-backup/archiver.helper.js.map +1 -0
  567. package/dist/site-backup/backup-tasks.d.ts +11 -0
  568. package/dist/site-backup/backup-tasks.js +98 -0
  569. package/dist/site-backup/backup-tasks.js.map +1 -0
  570. package/dist/site-backup/backup.d.ts +11 -0
  571. package/dist/site-backup/backup.helper.d.ts +3 -0
  572. package/dist/site-backup/backup.helper.js +13 -0
  573. package/dist/site-backup/backup.helper.js.map +1 -0
  574. package/dist/site-backup/backup.js +34 -0
  575. package/dist/site-backup/backup.js.map +1 -0
  576. package/dist/site-backup/default-data/default-config.d.ts +1 -0
  577. package/dist/site-backup/default-data/default-config.js +50 -0
  578. package/dist/site-backup/default-data/default-config.js.map +1 -0
  579. package/dist/site-backup/default-data/default-readme.d.ts +1 -0
  580. package/dist/site-backup/default-data/default-readme.js +8 -0
  581. package/dist/site-backup/default-data/default-readme.js.map +1 -0
  582. package/dist/site-context/db-init/db-init.d.ts +11 -0
  583. package/dist/site-context/db-init/db-init.js +37 -0
  584. package/dist/site-context/db-init/db-init.js.map +1 -0
  585. package/dist/site-context/db-init/ddl-migration.d.ts +13 -0
  586. package/dist/site-context/db-init/ddl-migration.js +26 -0
  587. package/dist/site-context/db-init/ddl-migration.js.map +1 -0
  588. package/dist/site-context/db-init/init-routing-points.d.ts +4 -0
  589. package/dist/site-context/db-init/init-routing-points.js +147 -0
  590. package/dist/site-context/db-init/init-routing-points.js.map +1 -0
  591. package/dist/site-context/site-conf.d.ts +17 -0
  592. package/dist/site-context/site-conf.js +103 -0
  593. package/dist/site-context/site-conf.js.map +1 -0
  594. package/dist/site-context/site-context.d.ts +11 -0
  595. package/dist/site-context/site-context.js +234 -0
  596. package/dist/site-context/site-context.js.map +1 -0
  597. package/dist/site-context/site-context.types.d.ts +46 -0
  598. package/dist/site-context/site-context.types.js +3 -0
  599. package/dist/site-context/site-context.types.js.map +1 -0
  600. package/dist/site-context/theme-conf-reader.d.ts +4 -0
  601. package/dist/site-context/theme-conf-reader.js +33 -0
  602. package/dist/site-context/theme-conf-reader.js.map +1 -0
  603. package/dist/site-context/theme-conf-types.d.ts +4 -0
  604. package/dist/site-context/theme-conf-types.js +3 -0
  605. package/dist/site-context/theme-conf-types.js.map +1 -0
  606. package/dist/site-schema/common-schema-reader.d.ts +6 -0
  607. package/dist/site-schema/common-schema-reader.js +29 -0
  608. package/dist/site-schema/common-schema-reader.js.map +1 -0
  609. package/dist/site-schema/merged-schema-lib.d.ts +30 -0
  610. package/dist/site-schema/merged-schema-lib.js +118 -0
  611. package/dist/site-schema/merged-schema-lib.js.map +1 -0
  612. package/dist/site-schema/read-locales.d.ts +24 -0
  613. package/dist/site-schema/read-locales.js +171 -0
  614. package/dist/site-schema/read-locales.js.map +1 -0
  615. package/dist/site-schema/site-schema-factory.d.ts +2 -0
  616. package/dist/site-schema/site-schema-factory.js +382 -0
  617. package/dist/site-schema/site-schema-factory.js.map +1 -0
  618. package/dist/site-schema/site-schema-helpers.d.ts +5 -0
  619. package/dist/site-schema/site-schema-helpers.js +27 -0
  620. package/dist/site-schema/site-schema-helpers.js.map +1 -0
  621. package/dist/site-schema/site-schema-lib-reader.d.ts +14 -0
  622. package/dist/site-schema/site-schema-lib-reader.js +48 -0
  623. package/dist/site-schema/site-schema-lib-reader.js.map +1 -0
  624. package/dist/start.d.ts +1 -0
  625. package/dist/start.js +5 -0
  626. package/dist/start.js.map +1 -0
  627. package/dist/types.to.json +1 -0
  628. package/locales/en.json +18 -0
  629. package/locales/fr.json +18 -0
  630. package/package.json +99 -0
  631. package/schema.gql +293 -0
  632. package/site-schema-lib/common-schema.json +36 -0
  633. package/site-schema-lib/common-schema.l10n.en.json +10 -0
  634. package/site-schema-lib/common-schema.l10n.fr.json +10 -0
  635. package/site-schema-lib/fields.site-schema.json +79 -0
  636. package/site-schema-lib/fields.site-schema.l10n.en.json +26 -0
  637. package/site-schema-lib/fields.site-schema.l10n.fr.json +26 -0
  638. package/site-schema-lib/gallery-page.site-schema.json +19 -0
  639. package/site-schema-lib/gallery-page.site-schema.l10n.en.json +11 -0
  640. package/site-schema-lib/gallery-page.site-schema.l10n.fr.json +11 -0
  641. package/site-schema-lib/lowcost.site-schema.json +84 -0
  642. package/site-schema-lib/lowcost.site-schema.l10n.en.json +30 -0
  643. package/site-schema-lib/lowcost.site-schema.l10n.fr.json +30 -0
  644. package/site-schema-lib/media-policies.site-schema.json +26 -0
  645. package/site-schema-lib/portfolio.site-schema.json +28 -0
  646. package/site-schema-lib/portfolio.site-schema.l10n.en.json +16 -0
  647. package/site-schema-lib/portfolio.site-schema.l10n.fr.json +16 -0
  648. package/site-schema-lib/post.site-schema.json +48 -0
  649. package/site-schema-lib/post.site-schema.l10n.en.json +28 -0
  650. package/site-schema-lib/post.site-schema.l10n.fr.json +27 -0
  651. package/site-schema-lib/simple-pages.site-schema.json +19 -0
  652. package/site-schema-lib/simple-pages.site-schema.l10n.en.json +11 -0
  653. package/site-schema-lib/simple-pages.site-schema.l10n.fr.json +11 -0
  654. package/site-schema-lib/special-page.site-schema.json +42 -0
  655. package/site-schema-lib/special-page.site-schema.l10n.en.json +16 -0
  656. package/site-schema-lib/special-page.site-schema.l10n.fr.json +16 -0
  657. package/site-schema-lib/tour.site-schema.json +70 -0
  658. package/site-schema-lib/tour.site-schema.l10n.en.json +37 -0
  659. package/site-schema-lib/tour.site-schema.l10n.fr.json +37 -0
@@ -0,0 +1,114 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.boMiddleware = exports.themeAssetsMiddleware = void 0;
4
+ const bo_1 = require("@paroicms/bo");
5
+ const server_lib_1 = require("@paroicms/server-lib");
6
+ const site_app_1 = require("@paroicms/site-app");
7
+ const path_1 = require("path");
8
+ const data_format_1 = require("../common/data-format");
9
+ const serve_html_or_1 = require("../common/serve-html-or");
10
+ const context_1 = require("../context");
11
+ const site_context_1 = require("../site-context/site-context");
12
+ const http_helpers_1 = require("./http-helpers");
13
+ async function themeAssetsMiddleware(req, res, next) {
14
+ let path = req.path;
15
+ if (!path.startsWith("/assets/")) {
16
+ next();
17
+ return;
18
+ }
19
+ let siteContext;
20
+ try {
21
+ siteContext = await (0, site_context_1.getSiteContext)(req.hostname);
22
+ }
23
+ catch (error) {
24
+ (0, http_helpers_1.serve404NoSiteHtml)(res);
25
+ return;
26
+ }
27
+ let pathPrefix;
28
+ let baseDir;
29
+ if (path.startsWith("/assets/site-app/")) {
30
+ pathPrefix = `${(0, data_format_1.getSiteAppBaseUrl)()}/`;
31
+ baseDir = site_app_1.distDir;
32
+ }
33
+ else {
34
+ pathPrefix = `${(0, data_format_1.getAssetsBaseUrl)(siteContext)}/`;
35
+ baseDir = (0, path_1.join)(siteContext.themeDir, "assets");
36
+ }
37
+ if (!path.startsWith(pathPrefix)) {
38
+ void render404Asset(siteContext, res);
39
+ return;
40
+ }
41
+ path = path.substring(pathPrefix.length);
42
+ try {
43
+ res.sendFile(path, { root: baseDir, immutable: context_1.appConf.immutableAssets }, (error) => {
44
+ if (!error)
45
+ return;
46
+ sendFileErrorHandler(error, siteContext, res, path);
47
+ });
48
+ }
49
+ catch (error) {
50
+ siteContext.siteLog.error(error);
51
+ (0, http_helpers_1.serve500Html)(res, siteContext);
52
+ }
53
+ }
54
+ exports.themeAssetsMiddleware = themeAssetsMiddleware;
55
+ async function boMiddleware(req, res, next) {
56
+ let path = req.path;
57
+ if (req.method !== "GET" ||
58
+ path.startsWith("/adm/api/v1") ||
59
+ (path !== "/adm" && !path.startsWith("/adm/"))) {
60
+ next();
61
+ return;
62
+ }
63
+ let siteContext;
64
+ try {
65
+ siteContext = await (0, site_context_1.getSiteContext)(req.hostname);
66
+ }
67
+ catch (error) {
68
+ (0, http_helpers_1.serve404NoSiteHtml)(res);
69
+ return;
70
+ }
71
+ try {
72
+ path = path.substring("/adm/".length);
73
+ if (path === "")
74
+ path = "index.html";
75
+ if (!(await (0, server_lib_1.pathExists)((0, path_1.join)(bo_1.distDir, path)))) {
76
+ path = "index.html";
77
+ }
78
+ res.sendFile(path, { root: bo_1.distDir }, (error) => {
79
+ if (!error)
80
+ return;
81
+ sendFileErrorHandler(error, siteContext, res, path);
82
+ });
83
+ }
84
+ catch (error) {
85
+ siteContext.siteLog.error(error);
86
+ (0, http_helpers_1.serve500Html)(res, siteContext);
87
+ }
88
+ }
89
+ exports.boMiddleware = boMiddleware;
90
+ function sendFileErrorHandler(error, siteContext, res, path) {
91
+ if ("statusCode" in error && error.statusCode === 404) {
92
+ void render404Asset(siteContext, res);
93
+ }
94
+ else {
95
+ if ("code" in error) {
96
+ if (error.code === "ECONNABORTED") {
97
+ res.end();
98
+ return;
99
+ }
100
+ siteContext.siteLog.error(`failed to serve file '${path}':`, error.code, error);
101
+ }
102
+ (0, http_helpers_1.serve500Html)(res, siteContext);
103
+ }
104
+ }
105
+ async function render404Asset(siteContext, res) {
106
+ try {
107
+ await (0, serve_html_or_1.render404Html)(siteContext, res);
108
+ }
109
+ catch (error) {
110
+ siteContext.siteLog.error("failed to render 404", error);
111
+ (0, http_helpers_1.serve500Html)(res, siteContext);
112
+ }
113
+ }
114
+ //# sourceMappingURL=static-middlewares.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"static-middlewares.js","sourceRoot":"","sources":["../../src/express/static-middlewares.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import { Configuration, MultiSiteConfiguration } from "../typeonly/configuration-types";
2
+ export declare function isMultiSiteConfiguration(appConf: Configuration): appConf is MultiSiteConfiguration;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.isMultiSiteConfiguration = void 0;
4
+ function isMultiSiteConfiguration(appConf) {
5
+ return "platformDataDir" in appConf;
6
+ }
7
+ exports.isMultiSiteConfiguration = isMultiSiteConfiguration;
8
+ //# sourceMappingURL=configuration.helpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"configuration.helpers.js","sourceRoot":"","sources":["../../src/helpers/configuration.helpers.ts"],"names":[],"mappings":";;;AAEA,SAAgB,wBAAwB,CACtC,OAAsB;IAEtB,OAAO,iBAAiB,IAAI,OAAO,CAAC;AACtC,CAAC;AAJD,4DAIC"}
@@ -0,0 +1,2 @@
1
+ export declare function toExcerptString(rawText: string): string;
2
+ export declare function truncExcerptToWord(input: string, maxLength: number): string;
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.truncExcerptToWord = exports.toExcerptString = void 0;
4
+ function toExcerptString(rawText) {
5
+ return rawText.replaceAll(/[.…,;:!?\s]+/g, replacer).trim();
6
+ }
7
+ exports.toExcerptString = toExcerptString;
8
+ function replacer(match) {
9
+ return match === " " ? " " : " ";
10
+ }
11
+ function truncExcerptToWord(input, maxLength) {
12
+ const hasEllipsis = input.charAt(input.length - 1) === "…";
13
+ const excerpt = toExcerptString(input);
14
+ let sepIndex = maxLength;
15
+ if (sepIndex >= excerpt.length) {
16
+ sepIndex = excerpt.length;
17
+ }
18
+ else {
19
+ for (sepIndex = maxLength; sepIndex >= 0; --sepIndex) {
20
+ if (excerpt.charAt(sepIndex) === " ")
21
+ break;
22
+ }
23
+ }
24
+ const result = excerpt.substring(0, sepIndex);
25
+ if (hasEllipsis || sepIndex < excerpt.length) {
26
+ return `${result}…`;
27
+ }
28
+ return result;
29
+ }
30
+ exports.truncExcerptToWord = truncExcerptToWord;
31
+ //# sourceMappingURL=excerpt.helpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"excerpt.helpers.js","sourceRoot":"","sources":["../../src/helpers/excerpt.helpers.ts"],"names":[],"mappings":";;;AACA,SAAgB,eAAe,CAAC,OAAe;IAC7C,OAAO,OAAO,CAAC,UAAU,CAAC,eAAe,EAAE,QAAQ,CAAC,CAAC,IAAI,EAAE,CAAC;AAC9D,CAAC;AAFD,0CAEC;AAED,SAAS,QAAQ,CAAE,KAAa;IAC9B,OAAO,KAAK,KAAK,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC;AACnC,CAAC;AAED,SAAgB,kBAAkB,CAAC,KAAa,EAAE,SAAiB;IACjE,MAAM,WAAW,GAAG,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,KAAK,GAAG,CAAC;IAC3D,MAAM,OAAO,GAAI,eAAe,CAAC,KAAK,CAAC,CAAC;IAExC,IAAI,QAAQ,GAAG,SAAS,CAAC;IACzB,IAAI,QAAQ,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC;QAC/B,QAAQ,GAAG,OAAO,CAAC,MAAM,CAAC;IAC5B,CAAC;SAAM,CAAC;QACN,KAAK,QAAQ,GAAG,SAAS,EAAE,QAAQ,IAAI,CAAC,EAAE,EAAE,QAAQ,EAAE,CAAC;YACrD,IAAI,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,KAAK,GAAG;gBAAE,MAAM;QAC9C,CAAC;IACH,CAAC;IACD,MAAM,MAAM,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAC;IAE9C,IAAI,WAAW,IAAI,QAAQ,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC;QAC7C,OAAO,GAAG,MAAM,GAAG,CAAC;IACtB,CAAC;IAED,OAAO,MAAM,CAAC;AAChB,CAAC;AAnBD,gDAmBC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,133 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const vitest_1 = require("vitest");
4
+ const excerpt_helpers_1 = require("./excerpt.helpers");
5
+ (0, vitest_1.describe)("toExcerptString", () => {
6
+ (0, vitest_1.it)("should trim all extra spaces", () => {
7
+ (0, vitest_1.expect)((0, excerpt_helpers_1.toExcerptString)(" Lorem ipsum ")).toBe("Lorem ipsum");
8
+ (0, vitest_1.expect)((0, excerpt_helpers_1.toExcerptString)(" \t \n\r Lorem \t\n\ripsum \t\n\r ")).toBe("Lorem ipsum");
9
+ (0, vitest_1.expect)((0, excerpt_helpers_1.toExcerptString)(" Lorem ipsum ")).toBe("Lorem ipsum");
10
+ });
11
+ (0, vitest_1.it)("should work with several kind of spaces", () => {
12
+ (0, vitest_1.expect)((0, excerpt_helpers_1.toExcerptString)("Lorem ipsum")).toBe("Lorem ipsum");
13
+ (0, vitest_1.expect)((0, excerpt_helpers_1.toExcerptString)("Lorem \t\n\ripsum")).toBe("Lorem ipsum");
14
+ });
15
+ (0, vitest_1.it)("should return the same string", () => {
16
+ (0, vitest_1.expect)((0, excerpt_helpers_1.toExcerptString)("Lorem 12")).toBe("Lorem 12");
17
+ (0, vitest_1.expect)((0, excerpt_helpers_1.toExcerptString)("Lorem12")).toBe("Lorem12");
18
+ (0, vitest_1.expect)((0, excerpt_helpers_1.toExcerptString)("Lorem2ipsum")).toBe("Lorem2ipsum");
19
+ (0, vitest_1.expect)((0, excerpt_helpers_1.toExcerptString)("Lorem_ipsum")).toBe("Lorem_ipsum");
20
+ (0, vitest_1.expect)((0, excerpt_helpers_1.toExcerptString)("Lorem-ipsum")).toBe("Lorem-ipsum");
21
+ (0, vitest_1.expect)((0, excerpt_helpers_1.toExcerptString)("Lorem'ipsum")).toBe("Lorem'ipsum");
22
+ (0, vitest_1.expect)((0, excerpt_helpers_1.toExcerptString)('Lorem"ipsum')).toBe('Lorem"ipsum');
23
+ });
24
+ (0, vitest_1.it)("should keep non-breaking spaces", () => {
25
+ (0, vitest_1.expect)((0, excerpt_helpers_1.toExcerptString)("Lorem ipsum")).toBe("Lorem ipsum");
26
+ (0, vitest_1.expect)((0, excerpt_helpers_1.toExcerptString)("« Lorem ipsum »")).toBe("« Lorem ipsum »");
27
+ });
28
+ (0, vitest_1.it)("should ignore several non-breaking spaces", () => {
29
+ (0, vitest_1.expect)((0, excerpt_helpers_1.toExcerptString)("Lorem  ipsum")).toBe("Lorem ipsum");
30
+ (0, vitest_1.expect)((0, excerpt_helpers_1.toExcerptString)("Lorem    ipsum")).toBe("Lorem ipsum");
31
+ });
32
+ (0, vitest_1.it)("should ignore non-breaking spaces when associated with other spaces", () => {
33
+ (0, vitest_1.expect)((0, excerpt_helpers_1.toExcerptString)("Lorem  \t\n\ripsum")).toBe("Lorem ipsum");
34
+ (0, vitest_1.expect)((0, excerpt_helpers_1.toExcerptString)("  Lorem  \t\n\ripsum")).toBe("Lorem ipsum");
35
+ });
36
+ });
37
+ (0, vitest_1.describe)("truncExcerptToWord", () => {
38
+ (0, vitest_1.it)("should return no word", () => {
39
+ const excerpt = (0, excerpt_helpers_1.truncExcerptToWord)("Lorem", 4);
40
+ (0, vitest_1.expect)(excerpt).toBe("…");
41
+ });
42
+ (0, vitest_1.it)("should return the word", () => {
43
+ const excerpt = (0, excerpt_helpers_1.truncExcerptToWord)("Lorem", 5);
44
+ (0, vitest_1.expect)(excerpt).toBe("Lorem");
45
+ });
46
+ (0, vitest_1.it)("should return the word (alt)", () => {
47
+ const excerpt = (0, excerpt_helpers_1.truncExcerptToWord)("Lorem", 6);
48
+ (0, vitest_1.expect)(excerpt).toBe("Lorem");
49
+ });
50
+ (0, vitest_1.it)("should return no word with ellipsis", () => {
51
+ const excerpt = (0, excerpt_helpers_1.truncExcerptToWord)("Lorem…", 4);
52
+ (0, vitest_1.expect)(excerpt).toBe("…");
53
+ });
54
+ (0, vitest_1.it)("should return the word with ellipsis", () => {
55
+ const excerpt = (0, excerpt_helpers_1.truncExcerptToWord)("Lorem…", 5);
56
+ (0, vitest_1.expect)(excerpt).toBe("Lorem…");
57
+ });
58
+ (0, vitest_1.it)("should return the word with ellipsis (alt)", () => {
59
+ const excerpt = (0, excerpt_helpers_1.truncExcerptToWord)("Lorem…", 6);
60
+ (0, vitest_1.expect)(excerpt).toBe("Lorem…");
61
+ });
62
+ (0, vitest_1.it)("should return no word (from 5)", () => {
63
+ const excerpt = (0, excerpt_helpers_1.truncExcerptToWord)("Lorem ipsum dolor sit amet", 2);
64
+ (0, vitest_1.expect)(excerpt).toBe("…");
65
+ });
66
+ (0, vitest_1.it)("should return 2 words", () => {
67
+ const excerpt = (0, excerpt_helpers_1.truncExcerptToWord)("Lorem ipsum dolor sit amet", 13);
68
+ (0, vitest_1.expect)(excerpt).toBe("Lorem ipsum…");
69
+ });
70
+ (0, vitest_1.it)("should return 3 words (v1)", () => {
71
+ const excerpt = (0, excerpt_helpers_1.truncExcerptToWord)("Lorem ipsum dolor sit amet", 17);
72
+ (0, vitest_1.expect)(excerpt).toBe("Lorem ipsum dolor…");
73
+ });
74
+ (0, vitest_1.it)("should return 3 words (v2)", () => {
75
+ const excerpt = (0, excerpt_helpers_1.truncExcerptToWord)("Lorem ipsum dolor sit amet", 18);
76
+ (0, vitest_1.expect)(excerpt).toBe("Lorem ipsum dolor…");
77
+ });
78
+ (0, vitest_1.it)("should return 3 words (v3)", () => {
79
+ const excerpt = (0, excerpt_helpers_1.truncExcerptToWord)("Lorem ipsum dolor sit amet", 19);
80
+ (0, vitest_1.expect)(excerpt).toBe("Lorem ipsum dolor…");
81
+ });
82
+ (0, vitest_1.it)("should return all the words (v1)", () => {
83
+ const excerpt = (0, excerpt_helpers_1.truncExcerptToWord)("Lorem ipsum dolor sit amet", 26);
84
+ (0, vitest_1.expect)(excerpt).toBe("Lorem ipsum dolor sit amet");
85
+ });
86
+ (0, vitest_1.it)("should return all the words (v2)", () => {
87
+ const excerpt = (0, excerpt_helpers_1.truncExcerptToWord)("Lorem ipsum dolor sit amet", 100);
88
+ (0, vitest_1.expect)(excerpt).toBe("Lorem ipsum dolor sit amet");
89
+ });
90
+ (0, vitest_1.it)("should work with accent (part 1)", () => {
91
+ const input = "abc é ù ï œ à è ê ç éz ùz ïz œz àz èz êz çz def ghi";
92
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)(input, 3)).toBe("abc…");
93
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)(input, 5)).toBe("abc é…");
94
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)(input, 7)).toBe("abc é ù…");
95
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)(input, 9)).toBe("abc é ù ï…");
96
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)(input, 11)).toBe("abc é ù ï œ…");
97
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)(input, 13)).toBe("abc é ù ï œ à…");
98
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)(input, 15)).toBe("abc é ù ï œ à è…");
99
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)(input, 17)).toBe("abc é ù ï œ à è ê…");
100
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)(input, 19)).toBe("abc é ù ï œ à è ê ç…");
101
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)(input, 22)).toBe("abc é ù ï œ à è ê ç éz…");
102
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)(input, 25)).toBe("abc é ù ï œ à è ê ç éz ùz…");
103
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)(input, 28)).toBe("abc é ù ï œ à è ê ç éz ùz ïz…");
104
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)(input, 31)).toBe("abc é ù ï œ à è ê ç éz ùz ïz œz…");
105
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)(input, 34)).toBe("abc é ù ï œ à è ê ç éz ùz ïz œz àz…");
106
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)(input, 37)).toBe("abc é ù ï œ à è ê ç éz ùz ïz œz àz èz…");
107
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)(input, 40)).toBe("abc é ù ï œ à è ê ç éz ùz ïz œz àz èz êz…");
108
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)(input, 43)).toBe("abc é ù ï œ à è ê ç éz ùz ïz œz àz èz êz çz…");
109
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)(input, 47)).toBe("abc é ù ï œ à è ê ç éz ùz ïz œz àz èz êz çz def…");
110
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)(input, 51)).toBe("abc é ù ï œ à è ê ç éz ùz ïz œz àz èz êz çz def ghi");
111
+ });
112
+ (0, vitest_1.it)("should transform several kind of spaces", () => {
113
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)("Lorem ipsum", 11)).toBe("Lorem ipsum");
114
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)("Lorem\tipsum", 11)).toBe("Lorem ipsum");
115
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)("Lorem\nipsum", 11)).toBe("Lorem ipsum");
116
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)("Lorem\ripsum", 11)).toBe("Lorem ipsum");
117
+ });
118
+ (0, vitest_1.it)("should work with special characters", () => {
119
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)("Lorem 12", 50)).toBe("Lorem 12");
120
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)("Lorem12", 50)).toBe("Lorem12");
121
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)("Lorem2ipsum", 50)).toBe("Lorem2ipsum");
122
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)("Lorem2ipsum", 5)).toBe("…");
123
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)("Lorem_ipsum", 50)).toBe("Lorem_ipsum");
124
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)("Lorem_ipsum", 5)).toBe("…");
125
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)("Lorem-ipsum", 50)).toBe("Lorem-ipsum");
126
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)("Lorem-ipsum", 5)).toBe("…");
127
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)("Lorem'ipsum", 50)).toBe("Lorem'ipsum");
128
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)("Lorem'ipsum", 5)).toBe("…");
129
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)('Lorem"ipsum', 50)).toBe('Lorem"ipsum');
130
+ (0, vitest_1.expect)((0, excerpt_helpers_1.truncExcerptToWord)('Lorem"ipsum', 5)).toBe("…");
131
+ });
132
+ });
133
+ //# sourceMappingURL=excerpt.helpers.spec.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"excerpt.helpers.spec.js","sourceRoot":"","sources":["../../src/helpers/excerpt.helpers.spec.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export declare function getJwtSecretSync(file: string): string;
2
+ export declare function makeSecret(length: number): string;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.makeSecret = exports.getJwtSecretSync = void 0;
4
+ const fs_1 = require("fs");
5
+ function getJwtSecretSync(file) {
6
+ if (!pathExistsSync(file)) {
7
+ (0, fs_1.writeFileSync)(file, makeSecret(50), "utf8");
8
+ }
9
+ return (0, fs_1.readFileSync)(file, "utf8");
10
+ }
11
+ exports.getJwtSecretSync = getJwtSecretSync;
12
+ function makeSecret(length) {
13
+ const characters = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
14
+ let result = "";
15
+ for (let i = 0; i < length; i++) {
16
+ result += characters.charAt(Math.floor(Math.random() * characters.length));
17
+ }
18
+ return result;
19
+ }
20
+ exports.makeSecret = makeSecret;
21
+ function pathExistsSync(path) {
22
+ try {
23
+ (0, fs_1.accessSync)(path);
24
+ return true;
25
+ }
26
+ catch {
27
+ return false;
28
+ }
29
+ }
30
+ //# sourceMappingURL=jwt-secret.helpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jwt-secret.helpers.js","sourceRoot":"","sources":["../../src/helpers/jwt-secret.helpers.ts"],"names":[],"mappings":";;;AAAA,2BAA6D;AAE7D,SAAgB,gBAAgB,CAAC,IAAY;IAC3C,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,CAAC;QAC1B,IAAA,kBAAa,EAAC,IAAI,EAAE,UAAU,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC,CAAC;IAC9C,CAAC;IACD,OAAO,IAAA,iBAAY,EAAC,IAAI,EAAE,MAAM,CAAC,CAAC;AACpC,CAAC;AALD,4CAKC;AAED,SAAgB,UAAU,CAAC,MAAc;IACvC,MAAM,UAAU,GAAG,gEAAgE,CAAC;IACpF,IAAI,MAAM,GAAG,EAAE,CAAC;IAChB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;QAChC,MAAM,IAAI,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC;IAC7E,CAAC;IACD,OAAO,MAAM,CAAC;AAChB,CAAC;AAPD,gCAOC;AAED,SAAS,cAAc,CAAC,IAAY;IAClC,IAAI,CAAC;QACH,IAAA,eAAU,EAAC,IAAI,CAAC,CAAC;QACjB,OAAO,IAAI,CAAC;IACd,CAAC;IAAC,MAAM,CAAC;QACP,OAAO,KAAK,CAAC;IACf,CAAC;AACH,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { SiteSchema } from "@paroicms/anywhere-lib";
2
+ export declare function getDocumentLeafTypeLabel(siteSchema: SiteSchema, options: {
3
+ leafType: string;
4
+ lang: string;
5
+ }): string;
6
+ export declare function getPartLeafTypeLabel(siteSchema: SiteSchema, options: {
7
+ leafType: string;
8
+ lang: string;
9
+ }): string;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getPartLeafTypeLabel = exports.getDocumentLeafTypeLabel = void 0;
4
+ function getDocumentLeafTypeLabel(siteSchema, options) {
5
+ const label = siteSchema.l10n[options.lang]?.documentTypes[options.leafType]?.label;
6
+ return typeof label === "string" ? label : options.leafType;
7
+ }
8
+ exports.getDocumentLeafTypeLabel = getDocumentLeafTypeLabel;
9
+ function getPartLeafTypeLabel(siteSchema, options) {
10
+ const label = siteSchema.l10n[options.lang]?.partTypes[options.leafType]?.label;
11
+ return typeof label === "string" ? label : options.leafType;
12
+ }
13
+ exports.getPartLeafTypeLabel = getPartLeafTypeLabel;
14
+ //# sourceMappingURL=label-translator.helper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"label-translator.helper.js","sourceRoot":"","sources":["../../src/helpers/label-translator.helper.ts"],"names":[],"mappings":";;;AAEA,SAAgB,wBAAwB,CACtC,UAAsB,EACtB,OAA2C;IAE3C,MAAM,KAAK,GAAG,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,KAAK,CAAC;IACpF,OAAO,OAAO,KAAK,KAAK,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;AAC9D,CAAC;AAND,4DAMC;AAED,SAAgB,oBAAoB,CAClC,UAAsB,EACtB,OAA2C;IAE3C,MAAM,KAAK,GAAG,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,KAAK,CAAC;IAChF,OAAO,OAAO,KAAK,KAAK,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;AAC9D,CAAC;AAND,oDAMC"}
@@ -0,0 +1,2 @@
1
+ export declare function hashPassword(password: string): Promise<string>;
2
+ export declare function comparePassword(password: string, passwordHash: string): Promise<boolean>;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.comparePassword = exports.hashPassword = void 0;
27
+ const bcrypt = __importStar(require("bcrypt"));
28
+ const salt = 10;
29
+ async function hashPassword(password) {
30
+ return await bcrypt.hash(password, salt);
31
+ }
32
+ exports.hashPassword = hashPassword;
33
+ async function comparePassword(password, passwordHash) {
34
+ return await bcrypt.compare(password, passwordHash);
35
+ }
36
+ exports.comparePassword = comparePassword;
37
+ //# sourceMappingURL=passwordEncrypt-helper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"passwordEncrypt-helper.js","sourceRoot":"","sources":["../../src/helpers/passwordEncrypt-helper.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAAiC;AAEjC,MAAM,IAAI,GAAG,EAAE,CAAC;AAET,KAAK,UAAU,YAAY,CAAC,QAAgB;IACjD,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AAC3C,CAAC;AAFD,oCAEC;AAEM,KAAK,UAAU,eAAe,CAAC,QAAgB,EAAE,YAAoB;IAC1E,OAAO,MAAM,MAAM,CAAC,OAAO,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;AACtD,CAAC;AAFD,0CAEC"}
@@ -0,0 +1,10 @@
1
+ export interface RandomCharsGeneratorConfig {
2
+ chars: string;
3
+ min: number;
4
+ max: number;
5
+ }
6
+ export declare function makeDefaultRelativeId({ smallAlphabet, bigAlphabet, size, }?: {
7
+ smallAlphabet?: string | undefined;
8
+ bigAlphabet?: string | undefined;
9
+ size?: number | undefined;
10
+ }): string;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.makeDefaultRelativeId = void 0;
4
+ function makeDefaultRelativeId({ smallAlphabet = "023456789", bigAlphabet = "023456789abcdefghijkmnopqrstuvwxyz", size = 3, } = {}) {
5
+ const flags = Array(size);
6
+ const maxFlagIndex = size - 1;
7
+ while (true) {
8
+ const remaining = [];
9
+ for (let i = 0; i < size; ++i) {
10
+ if (flags[i] === undefined) {
11
+ remaining.push(i);
12
+ }
13
+ }
14
+ if (remaining.length === 0)
15
+ break;
16
+ const remainingIndex = randomInt(0, remaining.length);
17
+ const flagIndex = remaining[remainingIndex];
18
+ flags[flagIndex] = "b";
19
+ if (flagIndex > 0)
20
+ flags[flagIndex - 1] = "s";
21
+ if (flagIndex < maxFlagIndex)
22
+ flags[flagIndex + 1] = "s";
23
+ }
24
+ const result = [];
25
+ for (let i = 0; i < size; ++i) {
26
+ result.push(randomCharacterOf(flags[i] === "b" ? bigAlphabet : smallAlphabet));
27
+ }
28
+ return result.join("");
29
+ }
30
+ exports.makeDefaultRelativeId = makeDefaultRelativeId;
31
+ function randomCharacterOf(alphabet) {
32
+ return alphabet[Math.floor(Math.random() * alphabet.length)];
33
+ }
34
+ function randomInt(min, max) {
35
+ return Math.floor(Math.random() * (max - min) + min);
36
+ }
37
+ //# sourceMappingURL=relative-id-helper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"relative-id-helper.js","sourceRoot":"","sources":["../../src/helpers/relative-id-helper.ts"],"names":[],"mappings":";;;AAMA,SAAgB,qBAAqB,CAAC,EACpC,aAAa,GAAG,WAAW,EAC3B,WAAW,GAAG,oCAAoC,EAClD,IAAI,GAAG,CAAC,GACT,GAAG,EAAE;IACJ,MAAM,KAAK,GAA8B,KAAK,CAAC,IAAI,CAAC,CAAC;IACrD,MAAM,YAAY,GAAG,IAAI,GAAG,CAAC,CAAC;IAE9B,OAAO,IAAI,EAAE,CAAC;QACZ,MAAM,SAAS,GAAG,EAAE,CAAC;QACrB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,EAAE,CAAC,EAAE,CAAC;YAC9B,IAAI,KAAK,CAAC,CAAC,CAAC,KAAK,SAAS,EAAE,CAAC;gBAC3B,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;YACpB,CAAC;QACH,CAAC;QACD,IAAI,SAAS,CAAC,MAAM,KAAK,CAAC;YAAE,MAAM;QAClC,MAAM,cAAc,GAAG,SAAS,CAAC,CAAC,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;QACtD,MAAM,SAAS,GAAG,SAAS,CAAC,cAAc,CAAC,CAAC;QAC5C,KAAK,CAAC,SAAS,CAAC,GAAG,GAAG,CAAC;QACvB,IAAI,SAAS,GAAG,CAAC;YAAE,KAAK,CAAC,SAAS,GAAG,CAAC,CAAC,GAAG,GAAG,CAAC;QAC9C,IAAI,SAAS,GAAG,YAAY;YAAE,KAAK,CAAC,SAAS,GAAG,CAAC,CAAC,GAAG,GAAG,CAAC;IAC3D,CAAC;IAED,MAAM,MAAM,GAAG,EAAE,CAAC;IAClB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,EAAE,CAAC,EAAE,CAAC;QAC9B,MAAM,CAAC,IAAI,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC;IACjF,CAAC;IACD,OAAO,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACzB,CAAC;AA5BD,sDA4BC;AAED,SAAS,iBAAiB,CAAC,QAAgB;IACzC,OAAO,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC;AAC/D,CAAC;AAKD,SAAS,SAAS,CAAC,GAAW,EAAE,GAAW;IACzC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,GAAG,CAAC,GAAG,GAAG,CAAC,CAAC;AACvD,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { VariantName } from "@paroicms/server-image-variant-engine";
2
+ import { SiteContext } from "../site-context/site-context.types";
3
+ export declare function getSearchResultItemImage(siteContext: SiteContext, imageUid: string, variantName: VariantName): Promise<{
4
+ url: string;
5
+ width: number;
6
+ height: number;
7
+ } | undefined>;
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getSearchResultItemImage = void 0;
4
+ const utils_helper_1 = require("./utils-helper");
5
+ async function getSearchResultItemImage(siteContext, imageUid, variantName) {
6
+ const media = await siteContext.mediaStorage.getMedia({ uid: imageUid });
7
+ if (!media || media.kind !== "image")
8
+ return;
9
+ const { height, width, completeVariantName } = siteContext.variantEngine.makeImageAvailable({
10
+ imageRef: {
11
+ height: media.height,
12
+ imageUid: media.uid,
13
+ width: media.width,
14
+ mediaType: media.mediaType,
15
+ },
16
+ autoCrop: false,
17
+ variantName,
18
+ });
19
+ const baseUrl = `${siteContext.siteUrl}/medias`;
20
+ return {
21
+ url: `${baseUrl}/${imageUid}-${completeVariantName}.${(0, utils_helper_1.mediaTypeToFileExtension)(media.mediaType)}`,
22
+ width,
23
+ height,
24
+ };
25
+ }
26
+ exports.getSearchResultItemImage = getSearchResultItemImage;
27
+ //# sourceMappingURL=search-text-helper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-text-helper.js","sourceRoot":"","sources":["../../src/helpers/search-text-helper.ts"],"names":[],"mappings":";;;AAEA,iDAA0D;AAEnD,KAAK,UAAU,wBAAwB,CAC5C,WAAwB,EACxB,QAAgB,EAChB,WAAwB;IAExB,MAAM,KAAK,GAAG,MAAM,WAAW,CAAC,YAAY,CAAC,QAAQ,CAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAC,CAAC;IACzE,IAAI,CAAC,KAAK,IAAI,KAAK,CAAC,IAAI,KAAK,OAAO;QAAE,OAAO;IAE7C,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,mBAAmB,EAAE,GAAG,WAAW,CAAC,aAAa,CAAC,kBAAkB,CAAC;QAC1F,QAAQ,EAAE;YACR,MAAM,EAAE,KAAK,CAAC,MAAM;YACpB,QAAQ,EAAE,KAAK,CAAC,GAAG;YACnB,KAAK,EAAE,KAAK,CAAC,KAAK;YAClB,SAAS,EAAE,KAAK,CAAC,SAAS;SAC3B;QACD,QAAQ,EAAE,KAAK;QACf,WAAW;KACZ,CAAC,CAAC;IACH,MAAM,OAAO,GAAG,GAAG,WAAW,CAAC,OAAO,SAAS,CAAC;IAChD,OAAO;QACL,GAAG,EAAE,GAAG,OAAO,IAAI,QAAQ,IAAI,mBAAmB,IAAI,IAAA,uCAAwB,EAC5E,KAAK,CAAC,SAAS,CAChB,EAAE;QACH,KAAK;QACL,MAAM;KACP,CAAC;AACJ,CAAC;AA1BD,4DA0BC"}
@@ -0,0 +1,14 @@
1
+ import { AppLog } from "@paroicms/server-lib";
2
+ export interface SimpleTranslator {
3
+ translate: (options: SimpleTranslateOptions) => string;
4
+ }
5
+ export interface SimpleTranslateOptions {
6
+ lang: string;
7
+ key: string;
8
+ args?: (string | number)[];
9
+ }
10
+ export declare function createSimpleTranslator(options: {
11
+ l10nDir: string;
12
+ langs: string[];
13
+ appLog: Pick<AppLog, "warn">;
14
+ }): Promise<SimpleTranslator>;