@mframework/layer-shared 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (456) hide show
  1. package/README.md +2 -0
  2. package/dist/api/global-search.d.ts +8 -0
  3. package/dist/api/global-search.js +1 -0
  4. package/dist/app/components/Gallery/__tests__/Gallery.spec.d.ts +1 -0
  5. package/dist/app/components/Gallery/__tests__/Gallery.spec.js +12 -0
  6. package/dist/app/components/Heading/__tests__/Heading.spec.d.ts +1 -0
  7. package/dist/app/components/Heading/__tests__/Heading.spec.js +12 -0
  8. package/dist/app/components/Heading/types.d.ts +5 -0
  9. package/dist/app/components/Heading/types.js +1 -0
  10. package/dist/app/components/ui/AccordionItem/__tests__/AccordionItem.spec.d.ts +1 -0
  11. package/dist/app/components/ui/AccordionItem/__tests__/AccordionItem.spec.js +12 -0
  12. package/dist/app/components/ui/AccordionItem/types.d.ts +5 -0
  13. package/dist/app/components/ui/AccordionItem/types.js +1 -0
  14. package/dist/app/components/ui/Alert/types.d.ts +5 -0
  15. package/dist/app/components/ui/Alert/types.js +1 -0
  16. package/dist/app/components/ui/Breadcrumbs/__tests__/Breadcrumbs.spec.d.ts +1 -0
  17. package/dist/app/components/ui/Breadcrumbs/__tests__/Breadcrumbs.spec.js +12 -0
  18. package/dist/app/components/ui/Breadcrumbs/types.d.ts +7 -0
  19. package/dist/app/components/ui/Breadcrumbs/types.js +1 -0
  20. package/dist/app/components/ui/CartProductCard/types.d.ts +17 -0
  21. package/dist/app/components/ui/CartProductCard/types.js +1 -0
  22. package/dist/app/components/ui/CategoryCard/types.d.ts +8 -0
  23. package/dist/app/components/ui/CategoryCard/types.js +1 -0
  24. package/dist/app/components/ui/Display/types.d.ts +12 -0
  25. package/dist/app/components/ui/Display/types.js +1 -0
  26. package/dist/app/components/ui/Divider/__tests__/Divider.spec.d.ts +1 -0
  27. package/dist/app/components/ui/Divider/__tests__/Divider.spec.js +8 -0
  28. package/dist/app/components/ui/Form/__tests__/FormHelperText.spec.d.ts +1 -0
  29. package/dist/app/components/ui/Form/__tests__/FormHelperText.spec.js +8 -0
  30. package/dist/app/components/ui/Form/__tests__/FormLabel.spec.d.ts +1 -0
  31. package/dist/app/components/ui/Form/__tests__/FormLabel.spec.js +8 -0
  32. package/dist/app/components/ui/Hero/types.d.ts +10 -0
  33. package/dist/app/components/ui/Hero/types.js +1 -0
  34. package/dist/app/components/ui/Modal/types.d.ts +7 -0
  35. package/dist/app/components/ui/Modal/types.js +1 -0
  36. package/dist/app/components/ui/Overlay/__tests__/Overlay.spec.d.ts +1 -0
  37. package/dist/app/components/ui/Overlay/__tests__/Overlay.spec.js +12 -0
  38. package/dist/app/components/ui/Overlay/types.d.ts +3 -0
  39. package/dist/app/components/ui/Overlay/types.js +1 -0
  40. package/dist/app/components/ui/Pagination/__tests__/Pagination.spec.d.ts +1 -0
  41. package/dist/app/components/ui/Pagination/__tests__/Pagination.spec.js +15 -0
  42. package/dist/app/components/ui/Pagination/types.d.ts +6 -0
  43. package/dist/app/components/ui/Pagination/types.js +1 -0
  44. package/dist/app/components/ui/ProductCard/__tests__/ProductCard.spec.d.ts +1 -0
  45. package/dist/app/components/ui/ProductCard/__tests__/ProductCard.spec.js +14 -0
  46. package/dist/app/components/ui/ProductCard/types.d.ts +12 -0
  47. package/dist/app/components/ui/ProductCard/types.js +1 -0
  48. package/dist/app/components/ui/ProductCardHorizontal/__tests__/ProductCardHorizontal.spec.d.ts +1 -0
  49. package/dist/app/components/ui/ProductCardHorizontal/__tests__/ProductCardHorizontal.spec.js +34 -0
  50. package/dist/app/components/ui/ProductCardHorizontal/types.d.ts +4 -0
  51. package/dist/app/components/ui/ProductCardHorizontal/types.js +1 -0
  52. package/dist/app/components/ui/PurchaseCard/__tests__/PurchaseCard.spec.d.ts +1 -0
  53. package/dist/app/components/ui/PurchaseCard/__tests__/PurchaseCard.spec.js +12 -0
  54. package/dist/app/components/ui/PurchaseCard/types.d.ts +4 -0
  55. package/dist/app/components/ui/PurchaseCard/types.js +1 -0
  56. package/dist/app/components/ui/QuantitySelector/__tests__/QuantitySelector.spec.d.ts +1 -0
  57. package/dist/app/components/ui/QuantitySelector/__tests__/QuantitySelector.spec.js +13 -0
  58. package/dist/app/components/ui/QuantitySelector/types.d.ts +5 -0
  59. package/dist/app/components/ui/QuantitySelector/types.js +1 -0
  60. package/dist/app/components/ui/Review/__tests__/Review.spec.d.ts +1 -0
  61. package/dist/app/components/ui/Review/__tests__/Review.spec.js +13 -0
  62. package/dist/app/components/ui/Review/types.d.ts +4 -0
  63. package/dist/app/components/ui/Review/types.js +1 -0
  64. package/dist/app/components/ui/Tag/__tests__/Tag.spec.d.ts +1 -0
  65. package/dist/app/components/ui/Tag/__tests__/Tag.spec.js +8 -0
  66. package/dist/app/components/ui/Tag/types.d.ts +14 -0
  67. package/dist/app/components/ui/Tag/types.js +11 -0
  68. package/dist/app/composables/globals/useAdminTable.d.ts +3 -0
  69. package/dist/app/composables/globals/useAdminTable.js +9 -0
  70. package/dist/app/composables/globals/useCustomFetch.d.ts +2 -0
  71. package/dist/app/composables/globals/useCustomFetch.js +8 -0
  72. package/dist/app/composables/globals/useDirectusField.d.ts +10 -0
  73. package/dist/app/composables/globals/useDirectusField.js +119 -0
  74. package/dist/app/composables/globals/useDirectusForm.d.ts +10 -0
  75. package/dist/app/composables/globals/useDirectusForm.js +66 -0
  76. package/dist/app/composables/globals/useFileManager.d.ts +14 -0
  77. package/dist/app/composables/globals/useFileManager.js +62 -0
  78. package/dist/app/composables/globals/useLivePreview.d.ts +1 -0
  79. package/dist/app/composables/globals/useLivePreview.js +16 -0
  80. package/dist/app/composables/globals/useLoading.d.ts +6 -0
  81. package/dist/app/composables/globals/useLoading.js +19 -0
  82. package/dist/app/composables/globals/useNotifications.d.ts +35 -0
  83. package/dist/app/composables/globals/useNotifications.js +133 -0
  84. package/dist/app/composables/globals/useRichText.d.ts +1 -0
  85. package/dist/app/composables/globals/useRichText.js +32 -0
  86. package/dist/app/composables/globals/useServerRootMixin.d.ts +3 -0
  87. package/dist/app/composables/globals/useServerRootMixin.js +15 -0
  88. package/dist/app/composables/globals/useVisualEditing.d.ts +17 -0
  89. package/dist/app/composables/globals/useVisualEditing.js +27 -0
  90. package/dist/app/composables/mappers/createMapper.d.ts +2 -0
  91. package/dist/app/composables/mappers/createMapper.js +6 -0
  92. package/dist/app/composables/mappers/errors.d.ts +6 -0
  93. package/dist/app/composables/mappers/errors.js +12 -0
  94. package/dist/app/composables/mappers/index.d.ts +6 -0
  95. package/dist/app/composables/mappers/index.js +7 -0
  96. package/dist/app/composables/mappers/registry.d.ts +5 -0
  97. package/dist/app/composables/mappers/registry.js +18 -0
  98. package/dist/app/composables/mappers/testHarness.d.ts +13 -0
  99. package/dist/app/composables/mappers/testHarness.js +98 -0
  100. package/dist/app/composables/mappers/types.d.ts +5 -0
  101. package/dist/app/composables/mappers/types.js +1 -0
  102. package/dist/app/composables/mappers/zodMapper.d.ts +9 -0
  103. package/dist/app/composables/mappers/zodMapper.js +17 -0
  104. package/dist/app/composables/media/useFile.d.ts +2 -0
  105. package/dist/app/composables/media/useFile.js +4 -0
  106. package/dist/app/composables/media/useMediaCenter.d.ts +29 -0
  107. package/dist/app/composables/media/useMediaCenter.js +321 -0
  108. package/dist/app/composables/media/useVideojs.d.ts +11 -0
  109. package/dist/app/composables/media/useVideojs.js +42 -0
  110. package/dist/app/composables/registry.d.ts +3 -0
  111. package/dist/app/composables/registry.js +10 -0
  112. package/dist/app/composables/schema/commerce/attributes.d.ts +7 -0
  113. package/dist/app/composables/schema/commerce/attributes.js +1 -0
  114. package/dist/app/composables/schema/commerce/blocks.d.ts +6 -0
  115. package/dist/app/composables/schema/commerce/blocks.js +1 -0
  116. package/dist/app/composables/schema/commerce/bundleProduts.d.ts +10 -0
  117. package/dist/app/composables/schema/commerce/bundleProduts.js +1 -0
  118. package/dist/app/composables/schema/commerce/cart.d.ts +29 -0
  119. package/dist/app/composables/schema/commerce/cart.js +1 -0
  120. package/dist/app/composables/schema/commerce/category.d.ts +12 -0
  121. package/dist/app/composables/schema/commerce/category.js +1 -0
  122. package/dist/app/composables/schema/commerce/checkout.d.ts +9 -0
  123. package/dist/app/composables/schema/commerce/checkout.js +1 -0
  124. package/dist/app/composables/schema/commerce/company.d.ts +7 -0
  125. package/dist/app/composables/schema/commerce/company.js +1 -0
  126. package/dist/app/composables/schema/commerce/configurableProducts.d.ts +12 -0
  127. package/dist/app/composables/schema/commerce/configurableProducts.js +1 -0
  128. package/dist/app/composables/schema/commerce/coupons.d.ts +9 -0
  129. package/dist/app/composables/schema/commerce/coupons.js +1 -0
  130. package/dist/app/composables/schema/commerce/credit-memos.d.ts +48 -0
  131. package/dist/app/composables/schema/commerce/credit-memos.js +1 -0
  132. package/dist/app/composables/schema/commerce/digitalProducts.d.ts +11 -0
  133. package/dist/app/composables/schema/commerce/digitalProducts.js +1 -0
  134. package/dist/app/composables/schema/commerce/directory.d.ts +7 -0
  135. package/dist/app/composables/schema/commerce/directory.js +1 -0
  136. package/dist/app/composables/schema/commerce/events.d.ts +27 -0
  137. package/dist/app/composables/schema/commerce/events.js +1 -0
  138. package/dist/app/composables/schema/commerce/gift-registry.d.ts +7 -0
  139. package/dist/app/composables/schema/commerce/gift-registry.js +1 -0
  140. package/dist/app/composables/schema/commerce/guest-cart.d.ts +4 -0
  141. package/dist/app/composables/schema/commerce/guest-cart.js +1 -0
  142. package/dist/app/composables/schema/commerce/inventory.d.ts +8 -0
  143. package/dist/app/composables/schema/commerce/inventory.js +1 -0
  144. package/dist/app/composables/schema/commerce/invoices.d.ts +47 -0
  145. package/dist/app/composables/schema/commerce/invoices.js +1 -0
  146. package/dist/app/composables/schema/commerce/orders.d.ts +32 -0
  147. package/dist/app/composables/schema/commerce/orders.js +1 -0
  148. package/dist/app/composables/schema/commerce/payments.d.ts +8 -0
  149. package/dist/app/composables/schema/commerce/payments.js +1 -0
  150. package/dist/app/composables/schema/commerce/price.d.ts +9 -0
  151. package/dist/app/composables/schema/commerce/price.js +1 -0
  152. package/dist/app/composables/schema/commerce/product-types.d.ts +6 -0
  153. package/dist/app/composables/schema/commerce/product-types.js +1 -0
  154. package/dist/app/composables/schema/commerce/product.d.ts +20 -0
  155. package/dist/app/composables/schema/commerce/product.js +1 -0
  156. package/dist/app/composables/schema/commerce/quotes.d.ts +13 -0
  157. package/dist/app/composables/schema/commerce/quotes.js +1 -0
  158. package/dist/app/composables/schema/commerce/requisition-lists.d.ts +9 -0
  159. package/dist/app/composables/schema/commerce/requisition-lists.js +1 -0
  160. package/dist/app/composables/schema/commerce/returns.d.ts +8 -0
  161. package/dist/app/composables/schema/commerce/returns.js +1 -0
  162. package/dist/app/composables/schema/commerce/reward.d.ts +7 -0
  163. package/dist/app/composables/schema/commerce/reward.js +1 -0
  164. package/dist/app/composables/schema/commerce/rules.d.ts +7 -0
  165. package/dist/app/composables/schema/commerce/rules.js +1 -0
  166. package/dist/app/composables/schema/commerce/shipment.d.ts +18 -0
  167. package/dist/app/composables/schema/commerce/shipment.js +1 -0
  168. package/dist/app/composables/schema/commerce/shops.d.ts +8 -0
  169. package/dist/app/composables/schema/commerce/shops.js +1 -0
  170. package/dist/app/composables/schema/commerce/stockItems.d.ts +7 -0
  171. package/dist/app/composables/schema/commerce/stockItems.js +1 -0
  172. package/dist/app/composables/schema/commerce/store.d.ts +7 -0
  173. package/dist/app/composables/schema/commerce/store.js +1 -0
  174. package/dist/app/composables/schema/commerce/subscriptons.d.ts +9 -0
  175. package/dist/app/composables/schema/commerce/subscriptons.js +1 -0
  176. package/dist/app/composables/schema/commerce/taxRates.d.ts +7 -0
  177. package/dist/app/composables/schema/commerce/taxRates.js +1 -0
  178. package/dist/app/composables/schema/commerce/taxRules.d.ts +7 -0
  179. package/dist/app/composables/schema/commerce/taxRules.js +1 -0
  180. package/dist/app/composables/schema/commerce/teams.d.ts +6 -0
  181. package/dist/app/composables/schema/commerce/teams.js +1 -0
  182. package/dist/app/composables/schema/commerce/transactions.d.ts +11 -0
  183. package/dist/app/composables/schema/commerce/transactions.js +1 -0
  184. package/dist/app/composables/schema/identity/customerGroup.d.ts +7 -0
  185. package/dist/app/composables/schema/identity/customerGroup.js +1 -0
  186. package/dist/app/composables/schema/identity/user.d.ts +45 -0
  187. package/dist/app/composables/schema/identity/user.js +1 -0
  188. package/dist/app/composables/schema/media/asset.d.ts +28 -0
  189. package/dist/app/composables/schema/media/asset.js +1 -0
  190. package/dist/app/composables/schema/social/post.d.ts +25 -0
  191. package/dist/app/composables/schema/social/post.js +1 -0
  192. package/dist/app/composables/schema/social/profile.d.ts +22 -0
  193. package/dist/app/composables/schema/social/profile.js +1 -0
  194. package/dist/app/composables/schema/social/space.d.ts +17 -0
  195. package/dist/app/composables/schema/social/space.js +1 -0
  196. package/dist/app/composables/types.d.ts +11 -0
  197. package/dist/app/composables/types.js +1 -0
  198. package/dist/app/composables/useContent.d.ts +4 -0
  199. package/dist/app/composables/useContent.js +10 -0
  200. package/dist/app/composables/useDirectusRequest.d.ts +12 -0
  201. package/dist/app/composables/useDirectusRequest.js +83 -0
  202. package/dist/app/composables/utils/assert.d.ts +1 -0
  203. package/dist/app/composables/utils/assert.js +5 -0
  204. package/dist/app/composables/utils/deepMerge.d.ts +1 -0
  205. package/dist/app/composables/utils/deepMerge.js +15 -0
  206. package/dist/app/composables/utils/index.d.ts +4 -0
  207. package/dist/app/composables/utils/index.js +4 -0
  208. package/dist/app/composables/utils/isObject.d.ts +1 -0
  209. package/dist/app/composables/utils/isObject.js +5 -0
  210. package/dist/app/composables/utils/module.d.ts +4 -0
  211. package/dist/app/composables/utils/module.js +14 -0
  212. package/dist/app/composables/utils/safeGet.d.ts +1 -0
  213. package/dist/app/composables/utils/safeGet.js +5 -0
  214. package/dist/app/stores/index.d.ts +0 -0
  215. package/dist/app/stores/index.js +1 -0
  216. package/dist/app/utils/billing-address.d.ts +2 -0
  217. package/dist/app/utils/billing-address.js +18 -0
  218. package/dist/app/utils/color.d.ts +2 -0
  219. package/dist/app/utils/color.js +11 -0
  220. package/dist/app/utils/currency.d.ts +6 -0
  221. package/dist/app/utils/currency.js +20 -0
  222. package/dist/app/utils/embed.d.ts +2 -0
  223. package/dist/app/utils/embed.js +52 -0
  224. package/dist/app/utils/errors.d.ts +5 -0
  225. package/dist/app/utils/errors.js +6 -0
  226. package/dist/app/utils/fonts.d.ts +5 -0
  227. package/dist/app/utils/fonts.js +18 -0
  228. package/dist/app/utils/formkit.d.ts +12 -0
  229. package/dist/app/utils/formkit.js +59 -0
  230. package/dist/app/utils/icons.d.ts +4 -0
  231. package/dist/app/utils/icons.js +36 -0
  232. package/dist/app/utils/links.d.ts +7 -0
  233. package/dist/app/utils/links.js +21 -0
  234. package/dist/app/utils/lodash.d.ts +2 -0
  235. package/dist/app/utils/lodash.js +23 -0
  236. package/dist/app/utils/markdown.d.ts +1 -0
  237. package/dist/app/utils/markdown.js +8 -0
  238. package/dist/app/utils/math.d.ts +6 -0
  239. package/dist/app/utils/math.js +21 -0
  240. package/dist/app/utils/navigation.d.ts +2 -0
  241. package/dist/app/utils/navigation.js +9 -0
  242. package/dist/app/utils/objects.d.ts +3 -0
  243. package/dist/app/utils/objects.js +11 -0
  244. package/dist/app/utils/paths.d.ts +21 -0
  245. package/dist/app/utils/paths.js +21 -0
  246. package/dist/app/utils/relations.d.ts +9 -0
  247. package/dist/app/utils/relations.js +24 -0
  248. package/dist/app/utils/strings.d.ts +14 -0
  249. package/dist/app/utils/strings.js +92 -0
  250. package/dist/app/utils/time.d.ts +13 -0
  251. package/dist/app/utils/time.js +124 -0
  252. package/dist/app/utils/url.d.ts +12 -0
  253. package/dist/app/utils/url.js +20 -0
  254. package/dist/app/utils/user-name.d.ts +2 -0
  255. package/dist/app/utils/user-name.js +15 -0
  256. package/dist/blocks/block-button-group.d.ts +6 -0
  257. package/dist/blocks/block-button-group.js +1 -0
  258. package/dist/blocks/block-button.d.ts +13 -0
  259. package/dist/blocks/block-button.js +1 -0
  260. package/dist/blocks/block-column.d.ts +18 -0
  261. package/dist/blocks/block-column.js +1 -0
  262. package/dist/blocks/block-cta.d.ts +11 -0
  263. package/dist/blocks/block-cta.js +1 -0
  264. package/dist/blocks/block-divider.d.ts +4 -0
  265. package/dist/blocks/block-divider.js +1 -0
  266. package/dist/blocks/block-faq.d.ts +11 -0
  267. package/dist/blocks/block-faq.js +1 -0
  268. package/dist/blocks/block-form.d.ts +7 -0
  269. package/dist/blocks/block-form.js +1 -0
  270. package/dist/blocks/block-gallery.d.ts +13 -0
  271. package/dist/blocks/block-gallery.js +1 -0
  272. package/dist/blocks/block-hero.d.ts +11 -0
  273. package/dist/blocks/block-hero.js +1 -0
  274. package/dist/blocks/block-html.d.ts +4 -0
  275. package/dist/blocks/block-html.js +1 -0
  276. package/dist/blocks/block-logocloud.d.ts +13 -0
  277. package/dist/blocks/block-logocloud.js +1 -0
  278. package/dist/blocks/block-quote.d.ts +10 -0
  279. package/dist/blocks/block-quote.js +1 -0
  280. package/dist/blocks/block-richtext.d.ts +7 -0
  281. package/dist/blocks/block-richtext.js +1 -0
  282. package/dist/blocks/block-steps.d.ts +21 -0
  283. package/dist/blocks/block-steps.js +1 -0
  284. package/dist/blocks/block-team.d.ts +6 -0
  285. package/dist/blocks/block-team.js +1 -0
  286. package/dist/blocks/block-testimonial.d.ts +13 -0
  287. package/dist/blocks/block-testimonial.js +1 -0
  288. package/dist/blocks/block-video.d.ts +9 -0
  289. package/dist/blocks/block-video.js +1 -0
  290. package/dist/blocks/block.d.ts +17 -0
  291. package/dist/blocks/block.js +1 -0
  292. package/dist/blocks/index.d.ts +18 -0
  293. package/dist/blocks/index.js +1 -0
  294. package/dist/componentMap.d.ts +6 -0
  295. package/dist/componentMap.js +8 -0
  296. package/dist/content/category.d.ts +10 -0
  297. package/dist/content/category.js +1 -0
  298. package/dist/content/form.d.ts +21 -0
  299. package/dist/content/form.js +1 -0
  300. package/dist/content/index.d.ts +6 -0
  301. package/dist/content/index.js +1 -0
  302. package/dist/content/page.d.ts +38 -0
  303. package/dist/content/page.js +1 -0
  304. package/dist/content/post.d.ts +38 -0
  305. package/dist/content/post.js +1 -0
  306. package/dist/content/team.d.ts +17 -0
  307. package/dist/content/team.js +1 -0
  308. package/dist/content/testimonial.d.ts +18 -0
  309. package/dist/content/testimonial.js +1 -0
  310. package/dist/help/index.d.ts +51 -0
  311. package/dist/help/index.js +1 -0
  312. package/dist/index.d.ts +7 -0
  313. package/dist/index.js +1 -0
  314. package/dist/meta/analytics.d.ts +21 -0
  315. package/dist/meta/analytics.js +1 -0
  316. package/dist/meta/config.d.ts +22 -0
  317. package/dist/meta/config.js +1 -0
  318. package/dist/meta/globals.d.ts +33 -0
  319. package/dist/meta/globals.js +1 -0
  320. package/dist/meta/index.d.ts +6 -0
  321. package/dist/meta/index.js +1 -0
  322. package/dist/meta/navigation.d.ts +31 -0
  323. package/dist/meta/navigation.js +1 -0
  324. package/dist/meta/redirect.d.ts +12 -0
  325. package/dist/meta/redirect.js +1 -0
  326. package/dist/meta/seo.d.ts +19 -0
  327. package/dist/meta/seo.js +1 -0
  328. package/dist/os/contact.d.ts +22 -0
  329. package/dist/os/contact.js +1 -0
  330. package/dist/os/conversation.d.ts +23 -0
  331. package/dist/os/conversation.js +1 -0
  332. package/dist/os/index.d.ts +16 -0
  333. package/dist/os/index.js +1 -0
  334. package/dist/os/organization.d.ts +51 -0
  335. package/dist/os/organization.js +1 -0
  336. package/dist/os/os-activity.d.ts +26 -0
  337. package/dist/os/os-activity.js +1 -0
  338. package/dist/os/os-deal.d.ts +42 -0
  339. package/dist/os/os-deal.js +1 -0
  340. package/dist/os/os-expense.d.ts +21 -0
  341. package/dist/os/os-expense.js +1 -0
  342. package/dist/os/os-invoice.d.ts +46 -0
  343. package/dist/os/os-invoice.js +1 -0
  344. package/dist/os/os-item.d.ts +17 -0
  345. package/dist/os/os-item.js +1 -0
  346. package/dist/os/os-payment.d.ts +27 -0
  347. package/dist/os/os-payment.js +1 -0
  348. package/dist/os/os-project.d.ts +45 -0
  349. package/dist/os/os-project.js +1 -0
  350. package/dist/os/os-proposal.d.ts +61 -0
  351. package/dist/os/os-proposal.js +1 -0
  352. package/dist/os/os-settings.d.ts +17 -0
  353. package/dist/os/os-settings.js +1 -0
  354. package/dist/os/os-subscription.d.ts +12 -0
  355. package/dist/os/os-subscription.js +1 -0
  356. package/dist/os/os-task.d.ts +32 -0
  357. package/dist/os/os-task.js +1 -0
  358. package/dist/os/os-tax-rate.d.ts +12 -0
  359. package/dist/os/os-tax-rate.js +1 -0
  360. package/dist/package.json +72 -0
  361. package/dist/pageComponentMap.d.ts +2 -0
  362. package/dist/pageComponentMap.js +7 -0
  363. package/dist/schema.d.ts +78 -0
  364. package/dist/schema.js +1 -0
  365. package/dist/system/file.d.ts +47 -0
  366. package/dist/system/file.js +1 -0
  367. package/dist/system/folder.d.ts +8 -0
  368. package/dist/system/folder.js +1 -0
  369. package/dist/system/index.d.ts +4 -0
  370. package/dist/system/index.js +1 -0
  371. package/dist/system/role.d.ts +20 -0
  372. package/dist/system/role.js +1 -0
  373. package/dist/system/user.d.ts +57 -0
  374. package/dist/system/user.js +1 -0
  375. package/dist/tsconfig.tsbuildinfo +1 -0
  376. package/i18n/.gitkeep +0 -0
  377. package/i18n/config.ts +9 -0
  378. package/i18n/da_DK.json +613 -0
  379. package/i18n/de-DE/account.json +100 -0
  380. package/i18n/de-DE/cart.json +19 -0
  381. package/i18n/de-DE/changePassword.json +15 -0
  382. package/i18n/de-DE/checkout.json +68 -0
  383. package/i18n/de-DE/de-DE.ts +27 -0
  384. package/i18n/de-DE/errors.json +46 -0
  385. package/i18n/de-DE/form.json +42 -0
  386. package/i18n/de-DE/general.json +62 -0
  387. package/i18n/de-DE/listing.json +15 -0
  388. package/i18n/de-DE/newsletter.json +11 -0
  389. package/i18n/de-DE/product.json +48 -0
  390. package/i18n/de-DE/recoveryPassword.json +21 -0
  391. package/i18n/de-DE/validations.json +24 -0
  392. package/i18n/de_DE.json +613 -0
  393. package/i18n/en-GB/account.json +102 -0
  394. package/i18n/en-GB/cart.json +19 -0
  395. package/i18n/en-GB/changePassword.json +15 -0
  396. package/i18n/en-GB/checkout.json +68 -0
  397. package/i18n/en-GB/en-GB.ts +27 -0
  398. package/i18n/en-GB/errors.json +47 -0
  399. package/i18n/en-GB/form.json +42 -0
  400. package/i18n/en-GB/general.json +64 -0
  401. package/i18n/en-GB/listing.json +15 -0
  402. package/i18n/en-GB/newsletter.json +11 -0
  403. package/i18n/en-GB/product.json +48 -0
  404. package/i18n/en-GB/recoveryPassword.json +21 -0
  405. package/i18n/en-GB/validations.json +24 -0
  406. package/i18n/en_US.json +264 -0
  407. package/i18n/es_ES.json +613 -0
  408. package/i18n/fa_IR.json +613 -0
  409. package/i18n/fi_FI.json +613 -0
  410. package/i18n/fr_FR.json +613 -0
  411. package/i18n/it_IT.json +613 -0
  412. package/i18n/lv_LV.json +613 -0
  413. package/i18n/nb_NO.json +613 -0
  414. package/i18n/nl_NL.json +613 -0
  415. package/i18n/pl-PL/account.json +100 -0
  416. package/i18n/pl-PL/cart.json +19 -0
  417. package/i18n/pl-PL/changePassword.json +15 -0
  418. package/i18n/pl-PL/checkout.json +69 -0
  419. package/i18n/pl-PL/errors.json +46 -0
  420. package/i18n/pl-PL/form.json +42 -0
  421. package/i18n/pl-PL/general.json +64 -0
  422. package/i18n/pl-PL/listing.json +15 -0
  423. package/i18n/pl-PL/newsletter.json +11 -0
  424. package/i18n/pl-PL/pl-PL.ts +25 -0
  425. package/i18n/pl-PL/product.json +48 -0
  426. package/i18n/pl-PL/recoveryPassword.json +21 -0
  427. package/i18n/pl-PL/validations.json +24 -0
  428. package/i18n/pl_PL.json +613 -0
  429. package/i18n/pt_BR.json +613 -0
  430. package/i18n/ru_RU.json +613 -0
  431. package/i18n/sl_SI.json +613 -0
  432. package/i18n/src/helpers/prefix.ts +17 -0
  433. package/i18n/src/langs/de-DE.ts +2 -0
  434. package/i18n/src/langs/en-GB.ts +2 -0
  435. package/i18n/src/langs/pl-PL.ts +2 -0
  436. package/i18n/sv_SE.json +613 -0
  437. package/i18n/tr_TR.json +613 -0
  438. package/i18n/utils/i18n-validators.ts +31 -0
  439. package/i18n/zh_TW.json +613 -0
  440. package/nuxt.config.ts +91 -0
  441. package/package.json +72 -0
  442. package/prisma/generated/browser.ts +44 -0
  443. package/prisma/generated/client.ts +66 -0
  444. package/prisma/generated/commonInputTypes.ts +432 -0
  445. package/prisma/generated/enums.ts +15 -0
  446. package/prisma/generated/internal/class.ts +232 -0
  447. package/prisma/generated/internal/prismaNamespace.ts +1154 -0
  448. package/prisma/generated/internal/prismaNamespaceBrowser.ts +179 -0
  449. package/prisma/generated/models/Account.ts +1620 -0
  450. package/prisma/generated/models/Session.ts +1484 -0
  451. package/prisma/generated/models/Upload.ts +1291 -0
  452. package/prisma/generated/models/User.ts +1780 -0
  453. package/prisma/generated/models/Verification.ts +1172 -0
  454. package/prisma/generated/models.ts +16 -0
  455. package/prisma/schema.prisma +102 -0
  456. package/runtime/plugins/vuetify.ts +12 -0
@@ -0,0 +1,16 @@
1
+ export type * from './contact';
2
+ export type * from './conversation';
3
+ export type * from './index';
4
+ export type * from './organization';
5
+ export type * from './os-activity';
6
+ export type * from './os-deal';
7
+ export type * from './os-expense';
8
+ export type * from './os-invoice';
9
+ export type * from './os-item';
10
+ export type * from './os-payment';
11
+ export type * from './os-project';
12
+ export type * from './os-proposal';
13
+ export type * from './os-settings';
14
+ export type * from './os-subscription';
15
+ export type * from './os-task';
16
+ export type * from './os-tax-rate';
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,51 @@
1
+ import type { User, File } from '../system';
2
+ import type { OsPaymentTerm, Contact } from '.';
3
+ export interface Organization {
4
+ id?: string;
5
+ status?: string;
6
+ user_created?: (string | User) | null;
7
+ date_created?: string | null;
8
+ user_updated?: (string | User) | null;
9
+ date_updated?: string | null;
10
+ name?: string | null;
11
+ website?: string | null;
12
+ logo?: string | File | null;
13
+ brand_color?: string | null;
14
+ organization_notes?: string | null;
15
+ /** Company email address (sales@company.com) */
16
+ email?: string | null;
17
+ ap_contact?: (string | Contact) | null;
18
+ payment_terms?: (string | OsPaymentTerm) | null;
19
+ owner?: (string | User) | null;
20
+ /** Company phone number */
21
+ phone?: string | null;
22
+ branding?: string;
23
+ contacts?: (string | OrganizationContact)[];
24
+ addresses?: (string | OrganizationAddress)[];
25
+ billing?: string;
26
+ stripe_customer_id?: string | null;
27
+ }
28
+ export interface OrganizationAddress {
29
+ id?: string;
30
+ sort?: number | null;
31
+ user_created?: (string | User) | null;
32
+ date_created?: string | null;
33
+ user_updated?: (string | User) | null;
34
+ date_updated?: string | null;
35
+ organization?: (string | Organization) | null;
36
+ name?: string | null;
37
+ street_address?: string | null;
38
+ postal_code?: string | null;
39
+ /** State (or region if outside US) */
40
+ address_region?: string | null;
41
+ address_country?: string | null;
42
+ /** City */
43
+ address_locality?: string | null;
44
+ is_primary_billing?: boolean | null;
45
+ }
46
+ export interface OrganizationContact {
47
+ id?: string;
48
+ contacts_id?: (string | Contact) | null;
49
+ organizations_id?: (string | Organization) | null;
50
+ sort?: number | null;
51
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,26 @@
1
+ import type { User } from '../system';
2
+ import type { Organization, Contact, OsDeal } from '.';
3
+ export interface OsActivity {
4
+ id?: string;
5
+ status?: string;
6
+ sort?: number | null;
7
+ user_created?: (string | User) | null;
8
+ date_created?: string | null;
9
+ user_updated?: (string | User) | null;
10
+ date_updated?: string | null;
11
+ deal?: (string | OsDeal) | null;
12
+ activity_type?: string | null;
13
+ activity_notes?: string | null;
14
+ name?: string | null;
15
+ organization?: (string | Organization) | null;
16
+ start_time?: string | null;
17
+ end_time?: string | null;
18
+ due_date?: string | null;
19
+ assigned_to?: (string | User) | null;
20
+ contacts?: (string | OsActivityContact)[];
21
+ }
22
+ export interface OsActivityContact {
23
+ id?: string;
24
+ os_activities_id?: (string | OsActivity) | null;
25
+ contacts_id?: (string | Contact) | null;
26
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,42 @@
1
+ import type { User } from '../system';
2
+ import type { Organization, Contact, OsProposal, OsActivity } from '.';
3
+ export interface OsDeal {
4
+ id?: string;
5
+ status?: string;
6
+ sort?: number | null;
7
+ user_created?: (string | User) | null;
8
+ date_created?: string | null;
9
+ user_updated?: (string | User) | null;
10
+ date_updated?: string | null;
11
+ name?: string | null;
12
+ owner?: (string | User) | null;
13
+ organization?: (string | Organization) | null;
14
+ close_date?: string | null;
15
+ deal_stage?: (string | OsDealStage) | null;
16
+ next_contact_date?: string | null;
17
+ deal_value?: number | null;
18
+ deal_notes?: string | null;
19
+ comments?: string;
20
+ proposals?: (string | OsProposal)[];
21
+ contacts?: (string | OsDealContact)[];
22
+ activity?: string;
23
+ activities?: (string | OsActivity)[];
24
+ }
25
+ export interface OsDealContact {
26
+ id?: string;
27
+ primary?: boolean | null;
28
+ os_deals_id?: (string | OsDeal) | null;
29
+ contacts_id?: (string | Contact) | null;
30
+ sort?: number | null;
31
+ }
32
+ export interface OsDealStage {
33
+ id?: string;
34
+ status?: string;
35
+ sort?: number | null;
36
+ user_created?: (string | User) | null;
37
+ date_created?: string | null;
38
+ user_updated?: (string | User) | null;
39
+ date_updated?: string | null;
40
+ name?: string | null;
41
+ color?: string | null;
42
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,21 @@
1
+ import type { File, User } from '../system';
2
+ import type { OsProject, OsInvoiceItem } from '.';
3
+ export interface OsExpense {
4
+ id?: string;
5
+ sort?: number | null;
6
+ user_created?: (string | User) | null;
7
+ date_created?: string | null;
8
+ user_updated?: (string | User) | null;
9
+ date_updated?: string | null;
10
+ category?: string | null;
11
+ name?: string | null;
12
+ cost?: number | null;
13
+ description?: string | null;
14
+ date?: string | null;
15
+ file?: (string | File) | null;
16
+ project?: (string | OsProject) | null;
17
+ is_billable?: boolean | null;
18
+ invoice_item?: (string | OsInvoiceItem) | null;
19
+ status?: string;
20
+ is_reimbursable?: boolean | null;
21
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,46 @@
1
+ import type { User } from '../system';
2
+ import type { Organization, Contact, OsProject, OsPayment, OsTaxRate, OsExpense, OsItem } from '.';
3
+ export interface OsInvoice {
4
+ id?: string;
5
+ status?: string;
6
+ sort?: number | null;
7
+ user_created?: (string | User) | null;
8
+ date_created?: string | null;
9
+ user_updated?: (string | User) | null;
10
+ date_updated?: string | null;
11
+ invoice_number?: string | null;
12
+ due_date?: string | null;
13
+ reference?: string | null;
14
+ organization?: (string | Organization) | null;
15
+ contact?: (string | Contact) | null;
16
+ issue_date?: string | null;
17
+ project?: (string | OsProject) | null;
18
+ subtotal?: number | null;
19
+ total_tax?: number | null;
20
+ total?: number | null;
21
+ amount_paid?: number | null;
22
+ amount_due?: number | null;
23
+ payments?: (string | OsPayment)[];
24
+ line_items?: (string | OsInvoiceItem)[];
25
+ }
26
+ export interface OsInvoiceItem {
27
+ id?: string;
28
+ sort?: number | null;
29
+ user_created?: (string | User) | null;
30
+ date_created?: string | null;
31
+ user_updated?: (string | User) | null;
32
+ date_updated?: string | null;
33
+ invoice?: (string | OsInvoice) | null;
34
+ line_item_number?: number | null;
35
+ description?: string | null;
36
+ tax_rate?: (string | OsTaxRate) | null;
37
+ tax_amount?: number | null;
38
+ unit_price?: number | null;
39
+ quantity?: number | null;
40
+ line_amount?: number | null;
41
+ billable_expense?: (string | OsExpense) | null;
42
+ item?: (string | OsItem) | null;
43
+ type?: string | null;
44
+ item_name?: string | null;
45
+ override_unit_price?: boolean | null;
46
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,17 @@
1
+ import type { User } from '../system';
2
+ import type { OsTaxRate } from '.';
3
+ export interface OsItem {
4
+ id?: string;
5
+ status?: string | null;
6
+ sort?: number | null;
7
+ user_created?: (string | User) | null;
8
+ date_created?: string | null;
9
+ user_updated?: (string | User) | null;
10
+ date_updated?: string | null;
11
+ name?: string | null;
12
+ description?: string | null;
13
+ unit_price?: number | null;
14
+ default_tax_rate?: (string | OsTaxRate) | null;
15
+ icon?: string | null;
16
+ unit_cost?: number | null;
17
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,27 @@
1
+ import type { User } from '../system';
2
+ import type { Organization, Contact, OsInvoice } from '.';
3
+ export interface OsPayment {
4
+ id?: string;
5
+ status?: string;
6
+ sort?: number | null;
7
+ user_created?: (string | User) | null;
8
+ date_created?: string | null;
9
+ user_updated?: (string | User) | null;
10
+ date_updated?: string | null;
11
+ payment_date?: string | null;
12
+ amount?: number | null;
13
+ stripe_payment_id?: string;
14
+ transaction_fee?: number | null;
15
+ organization?: (string | Organization) | null;
16
+ contact?: (string | Contact) | null;
17
+ invoice?: (string | OsInvoice) | null;
18
+ metadata?: object | null;
19
+ receipt_url?: string | null;
20
+ }
21
+ export interface OsPaymentTerm {
22
+ id?: string;
23
+ user_created?: (string | User) | null;
24
+ date_created?: string | null;
25
+ user_updated?: (string | User) | null;
26
+ date_updated?: string | null;
27
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,45 @@
1
+ import type { User } from '../system';
2
+ import type { Organization, Contact, OsInvoice, OsTask, OsExpense } from '.';
3
+ export interface OsProject {
4
+ id?: string;
5
+ status?: string;
6
+ sort?: number | null;
7
+ user_created?: (string | User) | null;
8
+ date_created?: string | null;
9
+ user_updated?: (string | User) | null;
10
+ date_updated?: string | null;
11
+ name?: string | null;
12
+ organization?: (string | Organization) | null;
13
+ description?: string | null;
14
+ owner?: (string | User) | null;
15
+ start_date?: string | null;
16
+ due_date?: string | null;
17
+ expenses?: (string | OsExpense)[];
18
+ invoices?: (string | OsInvoice)[];
19
+ contacts?: (string | OsProjectContact)[];
20
+ billing?: string;
21
+ tasks?: (string | OsTask)[];
22
+ }
23
+ export interface OsProjectContact {
24
+ id?: string;
25
+ os_projects_id?: (string | OsProject) | null;
26
+ contacts_id?: (string | Contact) | null;
27
+ sort?: number | null;
28
+ }
29
+ export interface OsProjectFile {
30
+ id?: string;
31
+ }
32
+ export interface OsProjectTemplate {
33
+ id?: string;
34
+ status?: string;
35
+ sort?: number | null;
36
+ user_created?: (string | User) | null;
37
+ date_created?: string | null;
38
+ user_updated?: (string | User) | null;
39
+ date_updated?: string | null;
40
+ name?: string | null;
41
+ tasks?: {
42
+ [key: string]: any;
43
+ } | null;
44
+ description?: string | null;
45
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,61 @@
1
+ import type { User, File } from '../system';
2
+ import type { BlockDivider, BlockFaq, BlockLogocloud, BlockQuote, BlockRichtext, BlockStep, BlockTeam, BlockVideo } from '../blocks';
3
+ import type { Organization, Contact, OsDeal } from '.';
4
+ export interface OsProposal {
5
+ id?: string;
6
+ sort?: number | null;
7
+ user_created?: (string | User) | null;
8
+ date_created?: string | null;
9
+ user_updated?: (string | User) | null;
10
+ date_updated?: string | null;
11
+ name?: string | null;
12
+ organization?: (string | Organization) | null;
13
+ deal?: (string | OsDeal) | null;
14
+ owner?: (string | User) | null;
15
+ status?: string;
16
+ contacts?: (string | OsProposalContact)[];
17
+ activity?: string;
18
+ approvals?: (string | OsProposalApproval)[];
19
+ /** This is the content of your proposal */
20
+ blocks?: (string | OsProposalBlock)[];
21
+ }
22
+ export interface OsProposalApproval {
23
+ id?: string;
24
+ status?: string;
25
+ sort?: number | null;
26
+ user_created?: (string | User) | null;
27
+ date_created?: string | null;
28
+ user_updated?: (string | User) | null;
29
+ date_updated?: string | null;
30
+ signature_text?: string | null;
31
+ signature_image?: (string | File) | null;
32
+ signature_type?: string | null;
33
+ first_name?: string | null;
34
+ last_name?: string | null;
35
+ organization?: string | null;
36
+ proposal?: (string | OsProposal) | null;
37
+ email?: string | null;
38
+ metadata?: {
39
+ [key: string]: any;
40
+ } | null;
41
+ ip_address?: string | null;
42
+ esignature_agreement?: boolean | null;
43
+ contact?: (string | Contact) | null;
44
+ }
45
+ export interface OsProposalBlock {
46
+ id?: string;
47
+ sort?: number | null;
48
+ user_created?: (string | User) | null;
49
+ date_created?: string | null;
50
+ user_updated?: (string | User) | null;
51
+ date_updated?: string | null;
52
+ os_proposals_id?: (string | OsProposal) | null;
53
+ item?: (string | BlockDivider | BlockFaq | BlockLogocloud | BlockQuote | BlockRichtext | BlockStep | BlockTeam | BlockVideo)[] | null;
54
+ collection?: string | null;
55
+ }
56
+ export interface OsProposalContact {
57
+ id?: string;
58
+ os_proposals_id?: (string | OsProposal) | null;
59
+ contacts_id?: (string | Contact) | null;
60
+ sort?: number | null;
61
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,17 @@
1
+ import type { User } from '../system';
2
+ export interface OsSettings {
3
+ id?: string;
4
+ next_invoice_number?: number | null;
5
+ next_proposal_number?: number | null;
6
+ }
7
+ export interface OsEmailTemplate {
8
+ id?: string;
9
+ sort?: number | null;
10
+ user_created?: (string | User) | null;
11
+ date_created?: string | null;
12
+ user_updated?: (string | User) | null;
13
+ date_updated?: string | null;
14
+ subject?: string | null;
15
+ body?: string | null;
16
+ name?: string | null;
17
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,12 @@
1
+ export interface OsSubscription {
2
+ id?: string;
3
+ quantity?: number | null;
4
+ cancel_at_period_end?: boolean | null;
5
+ created?: string | null;
6
+ ended_at?: string | null;
7
+ status?: string | null;
8
+ cancel_at?: string | null;
9
+ canceled_at?: string | null;
10
+ trial_start?: string | null;
11
+ trial_end?: string | null;
12
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,32 @@
1
+ import type { User } from '../system';
2
+ import type { Form } from '../content';
3
+ import type { OsProject } from '.';
4
+ export interface OsTaskFile {
5
+ id?: string;
6
+ os_tasks_id?: (string | OsTask) | null;
7
+ directus_files_id?: (string | File) | null;
8
+ sort?: number | null;
9
+ }
10
+ export interface OsTask {
11
+ id?: string;
12
+ status?: string;
13
+ sort?: number | null;
14
+ user_created?: (string | User) | null;
15
+ date_created?: string | null;
16
+ user_updated?: (string | User) | null;
17
+ date_updated?: string | null;
18
+ project?: (string | OsProject) | null;
19
+ name?: string | null;
20
+ description?: string | null;
21
+ assigned_to?: (string | User) | null;
22
+ due_date?: string | null;
23
+ is_visible_to_client?: boolean;
24
+ type?: string;
25
+ date_completed?: string | null;
26
+ responsibility?: string | null;
27
+ start_date?: string | null;
28
+ embed_url?: string | null;
29
+ form?: (string | Form) | null;
30
+ files?: (string | OsTaskFile)[];
31
+ client_task_details?: string;
32
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,12 @@
1
+ import type { User } from '../system';
2
+ export interface OsTaxRate {
3
+ id?: string;
4
+ status?: string;
5
+ sort?: number | null;
6
+ user_created?: (string | User) | null;
7
+ date_created?: string | null;
8
+ user_updated?: (string | User) | null;
9
+ date_updated?: string | null;
10
+ name?: string | null;
11
+ rate?: number | null;
12
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,72 @@
1
+ {
2
+ "name": "@meeovi/layer-shared",
3
+ "version": "1.1.7",
4
+ "description": "Shared Layer for the Alternate Framework",
5
+ "main": "./module.ts",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "build": "tsc -p tsconfig.json"
9
+ },
10
+ "dependencies": {
11
+ "@formkit/nuxt": "^1.7.2",
12
+ "@fortawesome/fontawesome-free": "^7.1.0",
13
+ "@fortawesome/fontawesome-svg-core": "^7.1.0",
14
+ "@fortawesome/free-solid-svg-icons": "^7.1.0",
15
+ "@fortawesome/vue-fontawesome": "^3.1.2",
16
+ "@grapesjs/studio-sdk": "^1.0.57",
17
+ "@mdi/font": "^7.4.47",
18
+ "@meeovi/adapter-directus": "^1.0.0",
19
+ "@nuxt/image": "^2.0.0",
20
+ "@nuxtjs/i18n": "^10.1.0",
21
+ "@pinia/nuxt": "^0.11.3",
22
+ "@prisma/adapter-pg": "^7.3.0",
23
+ "@prisma/client": "^7.3.0",
24
+ "@prisma/client-runtime-utils": "^7.3.0",
25
+ "@vue/apollo-composable": "^4.2.2",
26
+ "@vueuse/motion": "^3.0.3",
27
+ "eslint": "^9.32.0",
28
+ "izitoast": "^1.4.0",
29
+ "lg-thumbnail": "^1.2.1",
30
+ "lg-video": "^1.4.0",
31
+ "lg-zoom": "^1.3.0",
32
+ "lightgallery": "^2.9.0",
33
+ "nuxt-security": "^2.4.0",
34
+ "nuxt-tiptap-editor": "^3.2.0",
35
+ "pinia": "^3.0.3",
36
+ "tailwindcss": "^4.1.18",
37
+ "vue-component-type-helpers": "^3.2.4",
38
+ "vuetify-nuxt-module": "^0.18.8"
39
+ },
40
+ "devDependencies": {
41
+ "@nuxtjs/turnstile": "^1.0.0",
42
+ "@types/ramda": "^0.31.1",
43
+ "@types/uuid": "^10.0.0",
44
+ "@vuelidate/validators": "^2.0.4",
45
+ "@vueuse/core": "^14.0.0",
46
+ "@vueuse/nuxt": "^14.0.0",
47
+ "nuxt": "^4.3.0",
48
+ "prisma": "^7.3.0",
49
+ "sass": "^1.94.2",
50
+ "sass-embedded": "^1.93.3",
51
+ "vitest": "^4.0.18"
52
+ },
53
+ "keywords": [
54
+ "shared",
55
+ "alternate-framework",
56
+ "nuxt",
57
+ "layer",
58
+ "content"
59
+ ],
60
+ "author": "Meeovi",
61
+ "license": "MIT",
62
+ "type": "module",
63
+ "files": [
64
+ "dist",
65
+ "nuxt.config.ts",
66
+ "layers",
67
+ "runtime",
68
+ "src",
69
+ "prisma",
70
+ "i18n"
71
+ ]
72
+ }
@@ -0,0 +1,2 @@
1
+ export declare const pageComponentMap: {};
2
+ export default pageComponentMap;
@@ -0,0 +1,7 @@
1
+ // types/pageComponentMap.ts
2
+ // Typed mapping for page name/slug -> async component loader
3
+ // Simplified pageComponentMap: dynamic page-to-component mapping is optional.
4
+ // Keeping an empty map avoids build-time resolution of many optional components
5
+ // that may not be present in all installations.
6
+ export const pageComponentMap = {};
7
+ export default pageComponentMap;
@@ -0,0 +1,78 @@
1
+ import type { BlockColumn, BlockCta, BlockFaq, BlockForm, BlockGallery, BlockHero, BlockHtml, BlockLogocloud, BlockQuote, BlockRichtext, BlockStep, BlockTeam, BlockTestimonial, BlockVideo } from './blocks';
2
+ import type { Globals, Navigation, Redirect, SEO, ProjectsSettings, PageSettings, ChatConfig, Event, Metric } from './meta';
3
+ import type { Page, PageBlock, Category, Form, Post, Team, Testimonial, PagesProjects, PagesBlog } from './content';
4
+ import type { Inbox, HelpArticle, HelpCollection, HelpFeedback } from './help';
5
+ import type { File, User } from './system';
6
+ import type { Conversation, Message, Contact, Organization, OrganizationAddress, OrganizationContact, OsActivity, OsActivityContact, OsDealContact, OsDeal, OsDealStage, OsEmailTemplate, OsExpense, OsInvoiceItem, OsInvoice, OsItem, OsPayment, OsPaymentTerm, OsProjectContact, OsProjectFile, OsProject, OsProjectTemplate, OsProposalApproval, OsProposalBlock, OsProposalContact, OsProposal, OsSettings, OsSubscription, OsTaskFile, OsTask, OsTaxRate } from './os';
7
+ /** Directus Schema for SDK */
8
+ export interface Schema {
9
+ pages: Page[];
10
+ pages_blocks: PageBlock[];
11
+ categories: Category[];
12
+ forms: Form[];
13
+ posts: Post[];
14
+ team: Team[];
15
+ testimonials: Testimonial[];
16
+ pages_projects: PagesProjects;
17
+ pages_blog: PagesBlog;
18
+ block_columns: BlockColumn[];
19
+ block_cta: BlockCta[];
20
+ block_faq: BlockFaq[];
21
+ block_form: BlockForm[];
22
+ block_gallery: BlockGallery[];
23
+ block_hero: BlockHero[];
24
+ block_html: BlockHtml[];
25
+ block_logocloud: BlockLogocloud[];
26
+ block_quote: BlockQuote[];
27
+ block_richtext: BlockRichtext[];
28
+ block_steps: BlockStep[];
29
+ block_team: BlockTeam[];
30
+ block_testimonial: BlockTestimonial[];
31
+ block_video: BlockVideo[];
32
+ contacts: Contact[];
33
+ organizations: Organization[];
34
+ organization_addresses: OrganizationAddress[];
35
+ organizations_contacts: OrganizationContact[];
36
+ os_activities: OsActivity[];
37
+ os_activity_contacts: OsActivityContact[];
38
+ os_deal_contacts: OsDealContact[];
39
+ os_deals: OsDeal[];
40
+ os_deal_stages: OsDealStage[];
41
+ os_email_templates: OsEmailTemplate[];
42
+ os_expenses: OsExpense[];
43
+ os_invoice_items: OsInvoiceItem[];
44
+ os_invoices: OsInvoice[];
45
+ os_items: OsItem[];
46
+ os_payments: OsPayment[];
47
+ os_payment_terms: OsPaymentTerm[];
48
+ os_project_contacts: OsProjectContact[];
49
+ os_project_files: OsProjectFile[];
50
+ os_projects: OsProject[];
51
+ os_project_templates: OsProjectTemplate[];
52
+ os_proposal_approvals: OsProposalApproval[];
53
+ os_proposal_blocks: OsProposalBlock[];
54
+ os_proposal_contacts: OsProposalContact[];
55
+ os_proposals: OsProposal[];
56
+ os_settings: OsSettings;
57
+ os_subscriptions: OsSubscription[];
58
+ os_task_files: OsTaskFile[];
59
+ os_tasks: OsTask[];
60
+ os_tax_rates: OsTaxRate[];
61
+ help_collections: HelpCollection[];
62
+ help_articles: HelpArticle[];
63
+ help_feedback: HelpFeedback[];
64
+ inbox: Inbox[];
65
+ conversations: Conversation[];
66
+ messages: Message[];
67
+ globals: Globals;
68
+ navigation: Navigation[];
69
+ redirects: Redirect[];
70
+ seo: SEO[];
71
+ projects_settings: ProjectsSettings;
72
+ page_settings: PageSettings;
73
+ chat_config: ChatConfig;
74
+ metrics: Metric[];
75
+ events: Event[];
76
+ directus_files: File[];
77
+ directus_users: User[];
78
+ }
package/dist/schema.js ADDED
@@ -0,0 +1 @@
1
+ export {};