@nextsparkjs/core 0.1.0-beta.82 → 0.1.0-beta.83

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 (374) hide show
  1. package/dist/components/entities/wrappers/EntityDetailWrapper.d.ts.map +1 -1
  2. package/dist/components/entities/wrappers/EntityDetailWrapper.js +11 -39
  3. package/dist/hooks/useEntityQuery.d.ts.map +1 -1
  4. package/dist/hooks/useEntityQuery.js +21 -3
  5. package/dist/lib/theme/get-default-theme-mode.d.ts +11 -0
  6. package/dist/lib/theme/get-default-theme-mode.d.ts.map +1 -1
  7. package/dist/lib/theme/get-default-theme-mode.js +42 -25
  8. package/dist/styles/classes.json +1 -1
  9. package/dist/types/theme.d.ts +2 -0
  10. package/dist/types/theme.d.ts.map +1 -1
  11. package/package.json +16 -16
  12. package/scripts/build/docs-registry.mjs +0 -0
  13. package/scripts/create-theme.mjs +0 -0
  14. package/scripts/deploy/release-version.mjs +0 -0
  15. package/scripts/deploy/vercel-deploy.mjs +0 -0
  16. package/scripts/dev/watch-plugins.mjs +0 -0
  17. package/scripts/maintenance/update-core.mjs +0 -0
  18. package/scripts/setup/npm-postinstall.mjs +0 -0
  19. package/scripts/setup/setup-claude.mjs +0 -0
  20. package/scripts/validation/check-imports.sh +0 -0
  21. package/dist/templates/app/(auth)/forgot-password/page.tsx +0 -216
  22. package/dist/templates/app/(auth)/layout.tsx +0 -51
  23. package/dist/templates/app/(auth)/login/page.tsx +0 -21
  24. package/dist/templates/app/(auth)/reset-password/page.tsx +0 -212
  25. package/dist/templates/app/(auth)/signup/page.tsx +0 -21
  26. package/dist/templates/app/(auth)/verify-email/page.tsx +0 -190
  27. package/dist/templates/app/(public)/[...slug]/page.tsx +0 -378
  28. package/dist/templates/app/(public)/docs/[section]/[page]/page.tsx +0 -90
  29. package/dist/templates/app/(public)/docs/layout.tsx +0 -25
  30. package/dist/templates/app/(public)/docs/page.tsx +0 -81
  31. package/dist/templates/app/(public)/layout.tsx +0 -41
  32. package/dist/templates/app/(public)/page.tsx +0 -19
  33. package/dist/templates/app/403/page.tsx +0 -89
  34. package/dist/templates/app/api/auth/[...all]/route.ts +0 -78
  35. package/dist/templates/app/api/cron/billing/lifecycle/route.ts +0 -98
  36. package/dist/templates/app/api/csp-report/route.ts +0 -175
  37. package/dist/templates/app/api/devtools/config/entities/route.ts +0 -108
  38. package/dist/templates/app/api/devtools/config/theme/route.ts +0 -66
  39. package/dist/templates/app/api/devtools/tests/[...path]/route.ts +0 -130
  40. package/dist/templates/app/api/devtools/tests/route.ts +0 -134
  41. package/dist/templates/app/api/health/route.ts +0 -29
  42. package/dist/templates/app/api/internal/user-metadata/route.ts +0 -36
  43. package/dist/templates/app/api/superadmin/subscriptions/route.ts +0 -310
  44. package/dist/templates/app/api/superadmin/teams/[teamId]/route.ts +0 -286
  45. package/dist/templates/app/api/superadmin/teams/route.ts +0 -188
  46. package/dist/templates/app/api/superadmin/users/[userId]/route.ts +0 -540
  47. package/dist/templates/app/api/superadmin/users/route.ts +0 -323
  48. package/dist/templates/app/api/user/delete-account/route.ts +0 -55
  49. package/dist/templates/app/api/user/plan-flags/route.ts +0 -283
  50. package/dist/templates/app/api/user/profile/route.ts +0 -133
  51. package/dist/templates/app/api/v1/[entity]/[id]/child/[childType]/[childId]/route.ts +0 -210
  52. package/dist/templates/app/api/v1/[entity]/[id]/child/[childType]/route.ts +0 -331
  53. package/dist/templates/app/api/v1/[entity]/[id]/route.ts +0 -35
  54. package/dist/templates/app/api/v1/[entity]/docs.md +0 -369
  55. package/dist/templates/app/api/v1/[entity]/presets.ts +0 -194
  56. package/dist/templates/app/api/v1/[entity]/route.ts +0 -31
  57. package/dist/templates/app/api/v1/api-keys/[id]/route.ts +0 -303
  58. package/dist/templates/app/api/v1/api-keys/docs.md +0 -101
  59. package/dist/templates/app/api/v1/api-keys/presets.ts +0 -31
  60. package/dist/templates/app/api/v1/api-keys/route.ts +0 -250
  61. package/dist/templates/app/api/v1/auth/docs.md +0 -184
  62. package/dist/templates/app/api/v1/auth/presets.ts +0 -44
  63. package/dist/templates/app/api/v1/auth/signup-with-invite/route.ts +0 -227
  64. package/dist/templates/app/api/v1/billing/cancel/route.ts +0 -206
  65. package/dist/templates/app/api/v1/billing/change-plan/route.ts +0 -97
  66. package/dist/templates/app/api/v1/billing/check-action/route.ts +0 -81
  67. package/dist/templates/app/api/v1/billing/checkout/route.ts +0 -124
  68. package/dist/templates/app/api/v1/billing/docs.md +0 -209
  69. package/dist/templates/app/api/v1/billing/plans/route.ts +0 -85
  70. package/dist/templates/app/api/v1/billing/portal/route.ts +0 -90
  71. package/dist/templates/app/api/v1/billing/presets.ts +0 -121
  72. package/dist/templates/app/api/v1/billing/webhooks/stripe/route.ts +0 -428
  73. package/dist/templates/app/api/v1/blocks/[slug]/route.ts +0 -29
  74. package/dist/templates/app/api/v1/blocks/docs.md +0 -173
  75. package/dist/templates/app/api/v1/blocks/presets.ts +0 -121
  76. package/dist/templates/app/api/v1/blocks/route.ts +0 -45
  77. package/dist/templates/app/api/v1/blocks/validate/route.ts +0 -45
  78. package/dist/templates/app/api/v1/cron/docs.md +0 -116
  79. package/dist/templates/app/api/v1/cron/presets.ts +0 -26
  80. package/dist/templates/app/api/v1/cron/process/route.ts +0 -108
  81. package/dist/templates/app/api/v1/devtools/blocks/route.ts +0 -82
  82. package/dist/templates/app/api/v1/devtools/docs/route.ts +0 -150
  83. package/dist/templates/app/api/v1/devtools/docs.md +0 -204
  84. package/dist/templates/app/api/v1/devtools/features/route.ts +0 -61
  85. package/dist/templates/app/api/v1/devtools/flows/route.ts +0 -61
  86. package/dist/templates/app/api/v1/devtools/presets.ts +0 -113
  87. package/dist/templates/app/api/v1/devtools/scheduled-actions/route.ts +0 -120
  88. package/dist/templates/app/api/v1/devtools/testing/route.ts +0 -82
  89. package/dist/templates/app/api/v1/media/docs.md +0 -117
  90. package/dist/templates/app/api/v1/media/presets.ts +0 -24
  91. package/dist/templates/app/api/v1/media/upload/route.ts +0 -150
  92. package/dist/templates/app/api/v1/patterns/[id]/usages/route.ts +0 -116
  93. package/dist/templates/app/api/v1/plugin/[...path]/route.ts +0 -373
  94. package/dist/templates/app/api/v1/plugin/docs.md +0 -79
  95. package/dist/templates/app/api/v1/plugin/presets.ts +0 -21
  96. package/dist/templates/app/api/v1/plugin/route.ts +0 -96
  97. package/dist/templates/app/api/v1/post-categories/[id]/route.ts +0 -255
  98. package/dist/templates/app/api/v1/post-categories/docs.md +0 -134
  99. package/dist/templates/app/api/v1/post-categories/presets.ts +0 -78
  100. package/dist/templates/app/api/v1/post-categories/route.ts +0 -119
  101. package/dist/templates/app/api/v1/team-invitations/[token]/accept/route.ts +0 -179
  102. package/dist/templates/app/api/v1/team-invitations/[token]/decline/route.ts +0 -120
  103. package/dist/templates/app/api/v1/team-invitations/[token]/route.ts +0 -89
  104. package/dist/templates/app/api/v1/team-invitations/docs.md +0 -88
  105. package/dist/templates/app/api/v1/team-invitations/presets.ts +0 -43
  106. package/dist/templates/app/api/v1/team-invitations/route.ts +0 -114
  107. package/dist/templates/app/api/v1/teams/[teamId]/invitations/route.ts +0 -171
  108. package/dist/templates/app/api/v1/teams/[teamId]/invoices/[invoiceNumber]/route.ts +0 -105
  109. package/dist/templates/app/api/v1/teams/[teamId]/invoices/route.ts +0 -125
  110. package/dist/templates/app/api/v1/teams/[teamId]/members/[memberId]/route.ts +0 -263
  111. package/dist/templates/app/api/v1/teams/[teamId]/members/route.ts +0 -358
  112. package/dist/templates/app/api/v1/teams/[teamId]/route.ts +0 -322
  113. package/dist/templates/app/api/v1/teams/[teamId]/subscription/route.ts +0 -50
  114. package/dist/templates/app/api/v1/teams/[teamId]/usage/[limitSlug]/route.ts +0 -91
  115. package/dist/templates/app/api/v1/teams/docs.md +0 -320
  116. package/dist/templates/app/api/v1/teams/presets.ts +0 -178
  117. package/dist/templates/app/api/v1/teams/route.ts +0 -293
  118. package/dist/templates/app/api/v1/teams/switch/route.ts +0 -88
  119. package/dist/templates/app/api/v1/theme/[...path]/route.ts +0 -361
  120. package/dist/templates/app/api/v1/theme/docs.md +0 -74
  121. package/dist/templates/app/api/v1/theme/presets.ts +0 -21
  122. package/dist/templates/app/api/v1/theme/route.ts +0 -96
  123. package/dist/templates/app/api/v1/users/[id]/meta/[key]/route.ts +0 -363
  124. package/dist/templates/app/api/v1/users/[id]/route.ts +0 -302
  125. package/dist/templates/app/api/v1/users/docs.md +0 -93
  126. package/dist/templates/app/api/v1/users/presets.ts +0 -59
  127. package/dist/templates/app/api/v1/users/route.ts +0 -197
  128. package/dist/templates/app/dashboard/(main)/[entity]/[id]/edit/page.tsx +0 -117
  129. package/dist/templates/app/dashboard/(main)/[entity]/[id]/page.tsx +0 -103
  130. package/dist/templates/app/dashboard/(main)/[entity]/create/page.tsx +0 -95
  131. package/dist/templates/app/dashboard/(main)/[entity]/error.tsx +0 -51
  132. package/dist/templates/app/dashboard/(main)/[entity]/layout.tsx +0 -113
  133. package/dist/templates/app/dashboard/(main)/[entity]/loading.tsx +0 -61
  134. package/dist/templates/app/dashboard/(main)/[entity]/page.tsx +0 -90
  135. package/dist/templates/app/dashboard/(main)/layout.tsx +0 -98
  136. package/dist/templates/app/dashboard/(main)/loading.tsx +0 -5
  137. package/dist/templates/app/dashboard/(main)/page.tsx +0 -201
  138. package/dist/templates/app/dashboard/(main)/patterns/[id]/edit/page.tsx +0 -114
  139. package/dist/templates/app/dashboard/(main)/patterns/[id]/page.tsx +0 -20
  140. package/dist/templates/app/dashboard/(main)/patterns/[id]/reports/page.tsx +0 -171
  141. package/dist/templates/app/dashboard/(main)/patterns/create/page.tsx +0 -86
  142. package/dist/templates/app/dashboard/(main)/patterns/page.tsx +0 -444
  143. package/dist/templates/app/dashboard/features/analytics/page.tsx +0 -35
  144. package/dist/templates/app/dashboard/features/automation/page.tsx +0 -35
  145. package/dist/templates/app/dashboard/features/layout.tsx +0 -13
  146. package/dist/templates/app/dashboard/features/loading.tsx +0 -5
  147. package/dist/templates/app/dashboard/features/webhooks/page.tsx +0 -35
  148. package/dist/templates/app/dashboard/layout.tsx +0 -86
  149. package/dist/templates/app/dashboard/permission-denied/page.tsx +0 -29
  150. package/dist/templates/app/dashboard/settings/api-keys/loading.tsx +0 -5
  151. package/dist/templates/app/dashboard/settings/api-keys/page.tsx +0 -513
  152. package/dist/templates/app/dashboard/settings/billing/loading.tsx +0 -5
  153. package/dist/templates/app/dashboard/settings/billing/page.tsx +0 -284
  154. package/dist/templates/app/dashboard/settings/invoices/[invoiceNumber]/page.tsx +0 -222
  155. package/dist/templates/app/dashboard/settings/invoices/loading.tsx +0 -5
  156. package/dist/templates/app/dashboard/settings/invoices/page.tsx +0 -82
  157. package/dist/templates/app/dashboard/settings/layout.tsx +0 -151
  158. package/dist/templates/app/dashboard/settings/loading.tsx +0 -5
  159. package/dist/templates/app/dashboard/settings/notifications/loading.tsx +0 -5
  160. package/dist/templates/app/dashboard/settings/notifications/page.tsx +0 -462
  161. package/dist/templates/app/dashboard/settings/page.tsx +0 -92
  162. package/dist/templates/app/dashboard/settings/password/loading.tsx +0 -5
  163. package/dist/templates/app/dashboard/settings/password/page.tsx +0 -306
  164. package/dist/templates/app/dashboard/settings/plans/loading.tsx +0 -5
  165. package/dist/templates/app/dashboard/settings/plans/page.tsx +0 -40
  166. package/dist/templates/app/dashboard/settings/profile/loading.tsx +0 -5
  167. package/dist/templates/app/dashboard/settings/profile/page.tsx +0 -686
  168. package/dist/templates/app/dashboard/settings/security/loading.tsx +0 -5
  169. package/dist/templates/app/dashboard/settings/security/page.tsx +0 -505
  170. package/dist/templates/app/dashboard/settings/teams/loading.tsx +0 -5
  171. package/dist/templates/app/dashboard/settings/teams/page.tsx +0 -272
  172. package/dist/templates/app/dashboard/settings/teams/permissions/page.tsx +0 -92
  173. package/dist/templates/app/devtools/blocks/[slug]/page.tsx +0 -39
  174. package/dist/templates/app/devtools/blocks/page.tsx +0 -31
  175. package/dist/templates/app/devtools/config/page.tsx +0 -31
  176. package/dist/templates/app/devtools/features/page.tsx +0 -31
  177. package/dist/templates/app/devtools/flows/page.tsx +0 -31
  178. package/dist/templates/app/devtools/layout.tsx +0 -58
  179. package/dist/templates/app/devtools/page.tsx +0 -121
  180. package/dist/templates/app/devtools/scheduled-actions/page.tsx +0 -157
  181. package/dist/templates/app/devtools/style/page.tsx +0 -330
  182. package/dist/templates/app/devtools/tags/page.tsx +0 -31
  183. package/dist/templates/app/devtools/tests/[[...path]]/page.tsx +0 -47
  184. package/dist/templates/app/favicon.ico +0 -0
  185. package/dist/templates/app/globals.css +0 -12
  186. package/dist/templates/app/layout.tsx +0 -96
  187. package/dist/templates/app/public/page.tsx +0 -30
  188. package/dist/templates/app/superadmin/docs/[section]/[page]/page.tsx +0 -92
  189. package/dist/templates/app/superadmin/docs/page.tsx +0 -75
  190. package/dist/templates/app/superadmin/layout.tsx +0 -67
  191. package/dist/templates/app/superadmin/page.tsx +0 -149
  192. package/dist/templates/app/superadmin/subscriptions/page.tsx +0 -655
  193. package/dist/templates/app/superadmin/team-roles/page.tsx +0 -493
  194. package/dist/templates/app/superadmin/teams/[teamId]/page.tsx +0 -687
  195. package/dist/templates/app/superadmin/teams/page.tsx +0 -302
  196. package/dist/templates/app/superadmin/users/[userId]/page.tsx +0 -548
  197. package/dist/templates/app/superadmin/users/page.tsx +0 -528
  198. package/templates/app/(auth)/forgot-password/page.tsx +0 -216
  199. package/templates/app/(auth)/layout.tsx +0 -51
  200. package/templates/app/(auth)/login/page.tsx +0 -21
  201. package/templates/app/(auth)/reset-password/page.tsx +0 -212
  202. package/templates/app/(auth)/signup/page.tsx +0 -21
  203. package/templates/app/(auth)/verify-email/page.tsx +0 -190
  204. package/templates/app/(public)/[...slug]/page.tsx +0 -378
  205. package/templates/app/(public)/docs/[section]/[page]/page.tsx +0 -90
  206. package/templates/app/(public)/docs/layout.tsx +0 -25
  207. package/templates/app/(public)/docs/page.tsx +0 -81
  208. package/templates/app/(public)/layout.tsx +0 -41
  209. package/templates/app/(public)/page.tsx +0 -19
  210. package/templates/app/403/page.tsx +0 -89
  211. package/templates/app/api/auth/[...all]/route.ts +0 -78
  212. package/templates/app/api/cron/billing/lifecycle/route.ts +0 -98
  213. package/templates/app/api/csp-report/route.ts +0 -175
  214. package/templates/app/api/devtools/config/entities/route.ts +0 -108
  215. package/templates/app/api/devtools/config/theme/route.ts +0 -66
  216. package/templates/app/api/devtools/tests/[...path]/route.ts +0 -130
  217. package/templates/app/api/devtools/tests/route.ts +0 -134
  218. package/templates/app/api/health/route.ts +0 -29
  219. package/templates/app/api/internal/user-metadata/route.ts +0 -36
  220. package/templates/app/api/superadmin/subscriptions/route.ts +0 -310
  221. package/templates/app/api/superadmin/teams/[teamId]/route.ts +0 -286
  222. package/templates/app/api/superadmin/teams/route.ts +0 -188
  223. package/templates/app/api/superadmin/users/[userId]/route.ts +0 -540
  224. package/templates/app/api/superadmin/users/route.ts +0 -323
  225. package/templates/app/api/user/delete-account/route.ts +0 -55
  226. package/templates/app/api/user/plan-flags/route.ts +0 -283
  227. package/templates/app/api/user/profile/route.ts +0 -133
  228. package/templates/app/api/v1/[entity]/[id]/child/[childType]/[childId]/route.ts +0 -210
  229. package/templates/app/api/v1/[entity]/[id]/child/[childType]/route.ts +0 -331
  230. package/templates/app/api/v1/[entity]/[id]/route.ts +0 -35
  231. package/templates/app/api/v1/[entity]/docs.md +0 -369
  232. package/templates/app/api/v1/[entity]/presets.ts +0 -194
  233. package/templates/app/api/v1/[entity]/route.ts +0 -31
  234. package/templates/app/api/v1/api-keys/[id]/route.ts +0 -303
  235. package/templates/app/api/v1/api-keys/docs.md +0 -101
  236. package/templates/app/api/v1/api-keys/presets.ts +0 -31
  237. package/templates/app/api/v1/api-keys/route.ts +0 -250
  238. package/templates/app/api/v1/auth/docs.md +0 -184
  239. package/templates/app/api/v1/auth/presets.ts +0 -44
  240. package/templates/app/api/v1/auth/signup-with-invite/route.ts +0 -227
  241. package/templates/app/api/v1/billing/cancel/route.ts +0 -206
  242. package/templates/app/api/v1/billing/change-plan/route.ts +0 -97
  243. package/templates/app/api/v1/billing/check-action/route.ts +0 -81
  244. package/templates/app/api/v1/billing/checkout/route.ts +0 -124
  245. package/templates/app/api/v1/billing/docs.md +0 -209
  246. package/templates/app/api/v1/billing/plans/route.ts +0 -85
  247. package/templates/app/api/v1/billing/portal/route.ts +0 -90
  248. package/templates/app/api/v1/billing/presets.ts +0 -121
  249. package/templates/app/api/v1/billing/webhooks/stripe/route.ts +0 -428
  250. package/templates/app/api/v1/blocks/[slug]/route.ts +0 -29
  251. package/templates/app/api/v1/blocks/docs.md +0 -173
  252. package/templates/app/api/v1/blocks/presets.ts +0 -121
  253. package/templates/app/api/v1/blocks/route.ts +0 -45
  254. package/templates/app/api/v1/blocks/validate/route.ts +0 -45
  255. package/templates/app/api/v1/cron/docs.md +0 -116
  256. package/templates/app/api/v1/cron/presets.ts +0 -26
  257. package/templates/app/api/v1/cron/process/route.ts +0 -108
  258. package/templates/app/api/v1/devtools/blocks/route.ts +0 -82
  259. package/templates/app/api/v1/devtools/docs/route.ts +0 -150
  260. package/templates/app/api/v1/devtools/docs.md +0 -204
  261. package/templates/app/api/v1/devtools/features/route.ts +0 -61
  262. package/templates/app/api/v1/devtools/flows/route.ts +0 -61
  263. package/templates/app/api/v1/devtools/presets.ts +0 -113
  264. package/templates/app/api/v1/devtools/scheduled-actions/route.ts +0 -120
  265. package/templates/app/api/v1/devtools/testing/route.ts +0 -82
  266. package/templates/app/api/v1/media/docs.md +0 -117
  267. package/templates/app/api/v1/media/presets.ts +0 -24
  268. package/templates/app/api/v1/media/upload/route.ts +0 -150
  269. package/templates/app/api/v1/patterns/[id]/usages/route.ts +0 -116
  270. package/templates/app/api/v1/plugin/[...path]/route.ts +0 -373
  271. package/templates/app/api/v1/plugin/docs.md +0 -79
  272. package/templates/app/api/v1/plugin/presets.ts +0 -21
  273. package/templates/app/api/v1/plugin/route.ts +0 -96
  274. package/templates/app/api/v1/post-categories/[id]/route.ts +0 -255
  275. package/templates/app/api/v1/post-categories/docs.md +0 -134
  276. package/templates/app/api/v1/post-categories/presets.ts +0 -78
  277. package/templates/app/api/v1/post-categories/route.ts +0 -119
  278. package/templates/app/api/v1/team-invitations/[token]/accept/route.ts +0 -179
  279. package/templates/app/api/v1/team-invitations/[token]/decline/route.ts +0 -120
  280. package/templates/app/api/v1/team-invitations/[token]/route.ts +0 -89
  281. package/templates/app/api/v1/team-invitations/docs.md +0 -88
  282. package/templates/app/api/v1/team-invitations/presets.ts +0 -43
  283. package/templates/app/api/v1/team-invitations/route.ts +0 -114
  284. package/templates/app/api/v1/teams/[teamId]/invitations/route.ts +0 -171
  285. package/templates/app/api/v1/teams/[teamId]/invoices/[invoiceNumber]/route.ts +0 -105
  286. package/templates/app/api/v1/teams/[teamId]/invoices/route.ts +0 -125
  287. package/templates/app/api/v1/teams/[teamId]/members/[memberId]/route.ts +0 -263
  288. package/templates/app/api/v1/teams/[teamId]/members/route.ts +0 -358
  289. package/templates/app/api/v1/teams/[teamId]/route.ts +0 -322
  290. package/templates/app/api/v1/teams/[teamId]/subscription/route.ts +0 -50
  291. package/templates/app/api/v1/teams/[teamId]/usage/[limitSlug]/route.ts +0 -91
  292. package/templates/app/api/v1/teams/docs.md +0 -320
  293. package/templates/app/api/v1/teams/presets.ts +0 -178
  294. package/templates/app/api/v1/teams/route.ts +0 -293
  295. package/templates/app/api/v1/teams/switch/route.ts +0 -88
  296. package/templates/app/api/v1/theme/[...path]/route.ts +0 -361
  297. package/templates/app/api/v1/theme/docs.md +0 -74
  298. package/templates/app/api/v1/theme/presets.ts +0 -21
  299. package/templates/app/api/v1/theme/route.ts +0 -96
  300. package/templates/app/api/v1/users/[id]/meta/[key]/route.ts +0 -363
  301. package/templates/app/api/v1/users/[id]/route.ts +0 -302
  302. package/templates/app/api/v1/users/docs.md +0 -93
  303. package/templates/app/api/v1/users/presets.ts +0 -59
  304. package/templates/app/api/v1/users/route.ts +0 -197
  305. package/templates/app/dashboard/(main)/[entity]/[id]/edit/page.tsx +0 -117
  306. package/templates/app/dashboard/(main)/[entity]/[id]/page.tsx +0 -103
  307. package/templates/app/dashboard/(main)/[entity]/create/page.tsx +0 -95
  308. package/templates/app/dashboard/(main)/[entity]/error.tsx +0 -51
  309. package/templates/app/dashboard/(main)/[entity]/layout.tsx +0 -113
  310. package/templates/app/dashboard/(main)/[entity]/loading.tsx +0 -61
  311. package/templates/app/dashboard/(main)/[entity]/page.tsx +0 -90
  312. package/templates/app/dashboard/(main)/layout.tsx +0 -98
  313. package/templates/app/dashboard/(main)/loading.tsx +0 -5
  314. package/templates/app/dashboard/(main)/page.tsx +0 -201
  315. package/templates/app/dashboard/(main)/patterns/[id]/edit/page.tsx +0 -114
  316. package/templates/app/dashboard/(main)/patterns/[id]/page.tsx +0 -20
  317. package/templates/app/dashboard/(main)/patterns/[id]/reports/page.tsx +0 -171
  318. package/templates/app/dashboard/(main)/patterns/create/page.tsx +0 -86
  319. package/templates/app/dashboard/(main)/patterns/page.tsx +0 -444
  320. package/templates/app/dashboard/features/analytics/page.tsx +0 -35
  321. package/templates/app/dashboard/features/automation/page.tsx +0 -35
  322. package/templates/app/dashboard/features/layout.tsx +0 -13
  323. package/templates/app/dashboard/features/loading.tsx +0 -5
  324. package/templates/app/dashboard/features/webhooks/page.tsx +0 -35
  325. package/templates/app/dashboard/layout.tsx +0 -86
  326. package/templates/app/dashboard/permission-denied/page.tsx +0 -29
  327. package/templates/app/dashboard/settings/api-keys/loading.tsx +0 -5
  328. package/templates/app/dashboard/settings/api-keys/page.tsx +0 -513
  329. package/templates/app/dashboard/settings/billing/loading.tsx +0 -5
  330. package/templates/app/dashboard/settings/billing/page.tsx +0 -284
  331. package/templates/app/dashboard/settings/invoices/[invoiceNumber]/page.tsx +0 -222
  332. package/templates/app/dashboard/settings/invoices/loading.tsx +0 -5
  333. package/templates/app/dashboard/settings/invoices/page.tsx +0 -82
  334. package/templates/app/dashboard/settings/layout.tsx +0 -151
  335. package/templates/app/dashboard/settings/loading.tsx +0 -5
  336. package/templates/app/dashboard/settings/notifications/loading.tsx +0 -5
  337. package/templates/app/dashboard/settings/notifications/page.tsx +0 -462
  338. package/templates/app/dashboard/settings/page.tsx +0 -92
  339. package/templates/app/dashboard/settings/password/loading.tsx +0 -5
  340. package/templates/app/dashboard/settings/password/page.tsx +0 -306
  341. package/templates/app/dashboard/settings/plans/loading.tsx +0 -5
  342. package/templates/app/dashboard/settings/plans/page.tsx +0 -40
  343. package/templates/app/dashboard/settings/profile/loading.tsx +0 -5
  344. package/templates/app/dashboard/settings/profile/page.tsx +0 -686
  345. package/templates/app/dashboard/settings/security/loading.tsx +0 -5
  346. package/templates/app/dashboard/settings/security/page.tsx +0 -505
  347. package/templates/app/dashboard/settings/teams/loading.tsx +0 -5
  348. package/templates/app/dashboard/settings/teams/page.tsx +0 -272
  349. package/templates/app/dashboard/settings/teams/permissions/page.tsx +0 -92
  350. package/templates/app/devtools/blocks/[slug]/page.tsx +0 -39
  351. package/templates/app/devtools/blocks/page.tsx +0 -31
  352. package/templates/app/devtools/config/page.tsx +0 -31
  353. package/templates/app/devtools/features/page.tsx +0 -31
  354. package/templates/app/devtools/flows/page.tsx +0 -31
  355. package/templates/app/devtools/layout.tsx +0 -58
  356. package/templates/app/devtools/page.tsx +0 -121
  357. package/templates/app/devtools/scheduled-actions/page.tsx +0 -157
  358. package/templates/app/devtools/style/page.tsx +0 -330
  359. package/templates/app/devtools/tags/page.tsx +0 -31
  360. package/templates/app/devtools/tests/[[...path]]/page.tsx +0 -47
  361. package/templates/app/favicon.ico +0 -0
  362. package/templates/app/globals.css +0 -12
  363. package/templates/app/layout.tsx +0 -96
  364. package/templates/app/public/page.tsx +0 -30
  365. package/templates/app/superadmin/docs/[section]/[page]/page.tsx +0 -92
  366. package/templates/app/superadmin/docs/page.tsx +0 -75
  367. package/templates/app/superadmin/layout.tsx +0 -67
  368. package/templates/app/superadmin/page.tsx +0 -149
  369. package/templates/app/superadmin/subscriptions/page.tsx +0 -655
  370. package/templates/app/superadmin/team-roles/page.tsx +0 -493
  371. package/templates/app/superadmin/teams/[teamId]/page.tsx +0 -687
  372. package/templates/app/superadmin/teams/page.tsx +0 -302
  373. package/templates/app/superadmin/users/[userId]/page.tsx +0 -548
  374. package/templates/app/superadmin/users/page.tsx +0 -528
@@ -1,444 +0,0 @@
1
- /**
2
- * Patterns List Page
3
- *
4
- * Custom patterns list page with quickAction to view usage reports.
5
- * Uses EntityTable directly to enable custom quickActions.
6
- */
7
-
8
- 'use client'
9
-
10
- import React, { useState, useEffect, useCallback, useMemo, useRef } from 'react'
11
- import Link from 'next/link'
12
- import { useRouter } from 'next/navigation'
13
- import { Plus, Loader2, BarChart3, Pencil, Trash2 } from 'lucide-react'
14
- import { EntityTable } from '@nextsparkjs/core/components/entities/EntityTable'
15
- import { EntityBulkActions } from '@nextsparkjs/core/components/entities/EntityBulkActions'
16
- import { Alert, AlertDescription } from '@nextsparkjs/core/components/ui/alert'
17
- import { Button } from '@nextsparkjs/core/components/ui/button'
18
- import { SkeletonEntityList } from '@nextsparkjs/core/components/ui/skeleton-list'
19
- import { SearchInput } from '@nextsparkjs/core/components/shared/SearchInput'
20
- import { MultiSelectFilter } from '@nextsparkjs/core/components/shared/MultiSelectFilter'
21
- import { PatternDeleteDialog } from '@nextsparkjs/core/components/patterns'
22
- import { useEntityConfig } from '@nextsparkjs/core/hooks/useEntityConfig'
23
- import { useUrlFilters, type FilterSchema, type EntityFiltersReturn } from '@nextsparkjs/core/hooks/useUrlFilters'
24
- import { listEntityData, deleteEntityData } from '@nextsparkjs/core/lib/api/entities'
25
- import { useTeam } from '@nextsparkjs/core/hooks/useTeam'
26
- import { usePermission } from '@nextsparkjs/core/lib/permissions/hooks'
27
- import type { Permission } from '@nextsparkjs/core/lib/permissions/types'
28
- import type { QuickAction, DropdownAction } from '@nextsparkjs/core/components/entities/entity-table.types'
29
- import { sel } from '@nextsparkjs/core/lib/test'
30
- import { toast } from 'sonner'
31
-
32
- interface PatternItem {
33
- id: string
34
- name?: string
35
- title?: string
36
- usageCount?: number
37
- [key: string]: unknown
38
- }
39
-
40
- export default function PatternsListPage() {
41
- const entityType = 'patterns'
42
- const router = useRouter()
43
-
44
- // Use the new centralized hook for entity configuration
45
- const { config: entityConfig, isLoading, error: configError, isOverride } = useEntityConfig(entityType)
46
-
47
- // Get current team for relation resolution
48
- const { teamId } = useTeam()
49
-
50
- // Check permissions
51
- const canCreate = usePermission(`${entityType}.create` as Permission)
52
-
53
- // Generate filter schema dynamically from entityConfig
54
- const filterSchema = useMemo(() => {
55
- const schema: FilterSchema = {
56
- search: { type: 'search', urlParam: 'search' } as const
57
- }
58
-
59
- // Add filters from entity config
60
- entityConfig?.ui.dashboard.filters?.forEach(filterConfig => {
61
- if (filterConfig.type === 'multiSelect' || filterConfig.type === 'singleSelect') {
62
- schema[filterConfig.field] = {
63
- type: filterConfig.type,
64
- urlParam: filterConfig.urlParam || filterConfig.field
65
- }
66
- }
67
- })
68
-
69
- return schema
70
- }, [entityConfig?.ui.dashboard.filters])
71
-
72
- // Use URL-synchronized filters with dynamic schema
73
- const { filters, setFilter } = useUrlFilters(filterSchema) as unknown as EntityFiltersReturn
74
-
75
- // Data loading states
76
- const [data, setData] = useState<PatternItem[]>([])
77
- const [isInitialLoad, setIsInitialLoad] = useState(true)
78
- const [isSearching, setIsSearching] = useState(false)
79
- const [dataError, setDataError] = useState<string | null>(null)
80
-
81
- // Selection state for bulk actions
82
- const [selectedIds, setSelectedIds] = useState<Set<string>>(new Set())
83
-
84
- // Delete dialog state for PatternDeleteDialog
85
- const [deleteTarget, setDeleteTarget] = useState<PatternItem | null>(null)
86
- const [isDeleteDialogOpen, setIsDeleteDialogOpen] = useState(false)
87
- const [isDeleting, setIsDeleting] = useState(false)
88
-
89
- // Build API filters from URL filter state
90
- const buildApiFilters = useCallback(() => {
91
- const apiFilters: Record<string, string> = {}
92
-
93
- if (filters.search && typeof filters.search === 'string' && filters.search.trim()) {
94
- apiFilters.search = filters.search
95
- }
96
-
97
- entityConfig?.ui.dashboard.filters?.forEach(filterConfig => {
98
- const value = filters[filterConfig.field]
99
- if (Array.isArray(value) && value.length > 0) {
100
- apiFilters[filterConfig.field] = value.join(',')
101
- } else if (typeof value === 'string' && value) {
102
- apiFilters[filterConfig.field] = value
103
- }
104
- })
105
-
106
- return apiFilters
107
- }, [filters, entityConfig?.ui.dashboard.filters])
108
-
109
- // Load entity data function
110
- const loadData = useCallback(async (isInitial = false) => {
111
- if (!entityConfig) return
112
- if (!entityConfig.enabled) {
113
- setDataError(`Entity "${entityType}" is disabled`)
114
- return
115
- }
116
-
117
- try {
118
- if (isInitial) {
119
- setIsInitialLoad(true)
120
- } else {
121
- setIsSearching(true)
122
- }
123
- setDataError(null)
124
-
125
- const apiFilters = buildApiFilters()
126
- const result = await listEntityData(entityType, {
127
- limit: 50,
128
- includeMeta: true,
129
- ...(Object.keys(apiFilters).length > 0 && { filters: apiFilters })
130
- })
131
-
132
- setData(result.data as PatternItem[])
133
- setDataError(null)
134
- } catch (err) {
135
- console.error(`[PatternsListPage] Error loading data:`, err)
136
- setDataError(`Error loading data: ${err instanceof Error ? err.message : 'Unknown error'}`)
137
- setData([])
138
- } finally {
139
- setIsInitialLoad(false)
140
- setIsSearching(false)
141
- }
142
- }, [entityConfig, entityType, buildApiFilters])
143
-
144
- // Track previous filters and schema to detect changes
145
- const filtersKey = JSON.stringify(filters)
146
- const prevFiltersKeyRef = useRef<string>('')
147
- const hasLoadedRef = useRef(false)
148
- const schemaKeysForSync = useMemo(
149
- () => Object.keys(filterSchema).sort().join(','),
150
- [filterSchema]
151
- )
152
- const prevSchemaKeysRef = useRef<string>(schemaKeysForSync)
153
-
154
- // Check if filters are synced with URL params
155
- const filtersMatchUrl = useMemo(() => {
156
- if (typeof window === 'undefined') return true
157
-
158
- if (schemaKeysForSync !== prevSchemaKeysRef.current) {
159
- prevSchemaKeysRef.current = schemaKeysForSync
160
- return false
161
- }
162
-
163
- const urlParams = new URLSearchParams(window.location.search)
164
-
165
- for (const filterConfig of entityConfig?.ui.dashboard.filters || []) {
166
- const urlValue = urlParams.get(filterConfig.field)
167
- const filterValue = filters[filterConfig.field]
168
-
169
- if (urlValue && (!filterValue || (Array.isArray(filterValue) && filterValue.length === 0))) {
170
- return false
171
- }
172
- }
173
- return true
174
- }, [filters, entityConfig?.ui.dashboard.filters, schemaKeysForSync])
175
-
176
- // Load data when config is ready AND filters are synced with URL
177
- useEffect(() => {
178
- if (!entityConfig?.slug) return
179
- if (!filtersMatchUrl) return
180
-
181
- const isInitial = !hasLoadedRef.current
182
- const filtersChanged = prevFiltersKeyRef.current !== filtersKey
183
-
184
- if (isInitial || filtersChanged) {
185
- prevFiltersKeyRef.current = filtersKey
186
- hasLoadedRef.current = true
187
- loadData(isInitial)
188
- }
189
- }, [entityConfig?.slug, filtersKey, filtersMatchUrl, loadData])
190
-
191
- // Handle search input change
192
- const handleSearch = useCallback((query: string) => {
193
- setFilter('search', query)
194
- }, [setFilter])
195
-
196
- // Handler that opens the delete dialog (called from dropdown action)
197
- const handleDeleteClick = useCallback((item: PatternItem) => {
198
- setDeleteTarget(item)
199
- setIsDeleteDialogOpen(true)
200
- }, [])
201
-
202
- // Handler that executes the delete (called from PatternDeleteDialog)
203
- const handleConfirmDelete = useCallback(async () => {
204
- if (!deleteTarget) return
205
- setIsDeleting(true)
206
- try {
207
- await deleteEntityData(entityType, deleteTarget.id)
208
- toast.success(`Pattern deleted successfully`)
209
- setSelectedIds(prev => {
210
- const newSet = new Set(prev)
211
- newSet.delete(deleteTarget.id)
212
- return newSet
213
- })
214
- await loadData(false)
215
- } catch (err) {
216
- console.error(`[PatternsListPage] Error deleting pattern:`, err)
217
- toast.error(`Error deleting: ${err instanceof Error ? err.message : 'Unknown error'}`)
218
- } finally {
219
- setIsDeleting(false)
220
- setIsDeleteDialogOpen(false)
221
- setDeleteTarget(null)
222
- }
223
- }, [deleteTarget, entityType, loadData])
224
-
225
- // Handle bulk delete
226
- const handleBulkDelete = useCallback(async (ids: string[]) => {
227
- try {
228
- await Promise.all(ids.map(id => deleteEntityData(entityType, id)))
229
- toast.success(`${ids.length} pattern${ids.length === 1 ? '' : 's'} deleted successfully`)
230
- await loadData(false)
231
- } catch (err) {
232
- console.error(`[PatternsListPage] Error bulk deleting patterns:`, err)
233
- toast.error(`Error deleting: ${err instanceof Error ? err.message : 'Unknown error'}`)
234
- throw err
235
- }
236
- }, [entityType, loadData])
237
-
238
- // Handle select all
239
- const handleSelectAll = useCallback(() => {
240
- const allIds = new Set(data.map(item => String(item.id)))
241
- setSelectedIds(allIds)
242
- }, [data])
243
-
244
- // Handle clear selection
245
- const handleClearSelection = useCallback(() => {
246
- setSelectedIds(new Set())
247
- }, [])
248
-
249
- // Get item name for confirmations
250
- const getItemName = useCallback((item: PatternItem): string => {
251
- return String(item.name || item.title || item.id)
252
- }, [])
253
-
254
- // Custom quickActions for patterns - includes "View Usages" action
255
- const quickActions: QuickAction<PatternItem>[] = useMemo(
256
- () => [
257
- {
258
- id: 'view-usages',
259
- label: 'View Usages',
260
- icon: <BarChart3 className="h-4 w-4" />,
261
- onClick: (item: PatternItem) => {
262
- router.push(`/dashboard/patterns/${item.id}/reports`)
263
- },
264
- dataCySuffix: 'usages',
265
- },
266
- ],
267
- [router]
268
- )
269
-
270
- // Custom dropdownActions - replace default delete with PatternDeleteDialog
271
- const dropdownActions: DropdownAction<PatternItem>[] = useMemo(
272
- () => [
273
- {
274
- id: 'edit',
275
- label: 'Edit',
276
- icon: <Pencil className="h-4 w-4" />,
277
- onClick: (item) => router.push(`/dashboard/patterns/${item.id}/edit`),
278
- dataCySuffix: 'edit',
279
- },
280
- {
281
- id: 'delete',
282
- label: 'Delete',
283
- icon: <Trash2 className="h-4 w-4" />,
284
- onClick: handleDeleteClick,
285
- variant: 'destructive',
286
- separator: true,
287
- dataCySuffix: 'delete',
288
- },
289
- ],
290
- [router, handleDeleteClick]
291
- )
292
-
293
- if (isLoading) {
294
- return <SkeletonEntityList />
295
- }
296
-
297
- if (configError || !entityConfig) {
298
- return (
299
- <Alert>
300
- <AlertDescription>
301
- {configError || `Could not load configuration for entity "${entityType}".`}
302
- </AlertDescription>
303
- </Alert>
304
- )
305
- }
306
-
307
- if (dataError) {
308
- return (
309
- <Alert>
310
- <AlertDescription>
311
- {dataError}
312
- </AlertDescription>
313
- </Alert>
314
- )
315
- }
316
-
317
- const bulkOperationsEnabled = entityConfig.ui.features.bulkOperations
318
- const enableSearch = entityConfig.ui.features.searchable
319
- const enableFilters = entityConfig.ui.features.filterable && entityConfig.ui.dashboard.filters?.length
320
- const searchValue = typeof filters.search === 'string' ? filters.search : ''
321
-
322
- return (
323
- <div data-cy={sel('entities.page.container', { slug: entityConfig.slug })}>
324
- <div className="p-6 space-y-6" data-cy={sel('entities.list.container', { slug: entityConfig.slug })}>
325
- {/* Row 1: Title + Create button */}
326
- <div className="flex items-center justify-between">
327
- <div className="space-y-1">
328
- <h1 className="text-2xl font-bold tracking-tight" data-cy={sel('entities.header.title', { slug: entityConfig.slug })}>
329
- {entityConfig.names.plural}
330
- </h1>
331
- <p className="text-muted-foreground">
332
- Manage your {entityConfig.names.plural.toLowerCase()}
333
- </p>
334
- </div>
335
- <div className="flex items-center gap-2">
336
- {canCreate && (
337
- <Button asChild data-cy={sel('entities.list.addButton', { slug: entityConfig.slug })}>
338
- <Link href={`/dashboard/${entityConfig.slug}/create`}>
339
- <Plus className="h-4 w-4 mr-2" />
340
- Add {entityConfig.names.singular}
341
- </Link>
342
- </Button>
343
- )}
344
- </div>
345
- </div>
346
-
347
- {/* Row 2: Search + Filters */}
348
- {(enableSearch || enableFilters) && (
349
- <div className="flex flex-col sm:flex-row gap-3 items-center flex-wrap">
350
- {enableSearch && (
351
- <SearchInput
352
- placeholder={`Search ${entityConfig.names.plural.toLowerCase()}...`}
353
- value={searchValue}
354
- onChange={(e) => handleSearch(e.target.value)}
355
- containerClassName="flex-1 max-w-md"
356
- data-cy={sel('entities.list.search.container', { slug: entityConfig.slug })}
357
- />
358
- )}
359
-
360
- {enableFilters && entityConfig.ui.dashboard.filters?.map(filterConfig => {
361
- const field = entityConfig.fields.find(f => f.name === filterConfig.field)
362
- if (!field?.options) return null
363
-
364
- const filterValues = filters[filterConfig.field]
365
- const values = Array.isArray(filterValues) ? filterValues : []
366
-
367
- return (
368
- <MultiSelectFilter
369
- key={filterConfig.field}
370
- label={filterConfig.label || field.display.label}
371
- options={field.options.map(opt => ({
372
- value: String(opt.value),
373
- label: opt.label
374
- }))}
375
- values={values}
376
- onChange={(newValues) => setFilter(filterConfig.field, newValues)}
377
- data-cy={sel('entities.list.filters.trigger', { slug: entityConfig.slug, field: filterConfig.field })}
378
- />
379
- )
380
- })}
381
-
382
- {isSearching && (
383
- <Loader2 className="h-4 w-4 animate-spin text-muted-foreground" />
384
- )}
385
- </div>
386
- )}
387
-
388
- {/* Row 3: Data Table with custom quickActions and dropdownActions */}
389
- <EntityTable
390
- entityConfig={entityConfig}
391
- data={data as Array<{ id: string }>}
392
- loading={isInitialLoad}
393
- selectable={bulkOperationsEnabled}
394
- selectedIds={selectedIds}
395
- onSelectionChange={setSelectedIds}
396
- enableSearch={false}
397
- searchQuery={searchValue}
398
- onSearch={handleSearch}
399
- getItemName={getItemName}
400
- teamId={teamId}
401
- useDefaultActions={false}
402
- quickActions={quickActions}
403
- dropdownActions={dropdownActions}
404
- showHeader={false}
405
- pagination={{
406
- pageSize: 10,
407
- showPageSizeSelector: true,
408
- pageSizeOptions: [10, 20, 50, 100],
409
- }}
410
- />
411
-
412
- {/* Floating Bulk Actions Bar */}
413
- {bulkOperationsEnabled && (
414
- <EntityBulkActions
415
- entitySlug={entityConfig.slug}
416
- selectedIds={selectedIds}
417
- onClearSelection={handleClearSelection}
418
- config={{
419
- enableSelectAll: true,
420
- totalItems: data.length,
421
- onSelectAll: handleSelectAll,
422
- enableDelete: true,
423
- onDelete: handleBulkDelete,
424
- itemLabel: entityConfig.names.singular,
425
- itemLabelPlural: entityConfig.names.plural,
426
- }}
427
- />
428
- )}
429
-
430
- {/* Pattern Delete Dialog - shows usage warning before deleting */}
431
- {deleteTarget && (
432
- <PatternDeleteDialog
433
- patternId={deleteTarget.id}
434
- patternTitle={getItemName(deleteTarget)}
435
- onConfirm={handleConfirmDelete}
436
- isDeleting={isDeleting}
437
- open={isDeleteDialogOpen}
438
- onOpenChange={setIsDeleteDialogOpen}
439
- />
440
- )}
441
- </div>
442
- </div>
443
- )
444
- }
@@ -1,35 +0,0 @@
1
- 'use client'
2
-
3
- import { FeatureGate } from '@nextsparkjs/core/components/billing/FeatureGate'
4
- import { FeaturePlaceholder } from '@nextsparkjs/core/components/billing/FeaturePlaceholder'
5
- import { BarChart3 } from 'lucide-react'
6
- import { useTranslations } from 'next-intl'
7
-
8
- export default function AdvancedAnalyticsPage() {
9
- const t = useTranslations('features')
10
-
11
- return (
12
- <div data-cy="feature-analytics-page">
13
- <FeatureGate
14
- feature="advanced_analytics"
15
- fallback={
16
- <FeaturePlaceholder
17
- feature="advanced_analytics"
18
- icon={<BarChart3 className="h-8 w-8" />}
19
- benefits={[
20
- t('analytics.benefit1'),
21
- t('analytics.benefit2'),
22
- t('analytics.benefit3'),
23
- ]}
24
- />
25
- }
26
- >
27
- {/* Contenido real cuando se implemente */}
28
- <div data-cy="analytics-content">
29
- <h1 className="text-2xl font-bold">{t('analytics.title')}</h1>
30
- <p className="text-muted-foreground mt-2">Analytics dashboard coming soon...</p>
31
- </div>
32
- </FeatureGate>
33
- </div>
34
- )
35
- }
@@ -1,35 +0,0 @@
1
- 'use client'
2
-
3
- import { FeatureGate } from '@nextsparkjs/core/components/billing/FeatureGate'
4
- import { FeaturePlaceholder } from '@nextsparkjs/core/components/billing/FeaturePlaceholder'
5
- import { Zap } from 'lucide-react'
6
- import { useTranslations } from 'next-intl'
7
-
8
- export default function TaskAutomationPage() {
9
- const t = useTranslations('features')
10
-
11
- return (
12
- <div data-cy="feature-automation-page">
13
- <FeatureGate
14
- feature="task_automation"
15
- fallback={
16
- <FeaturePlaceholder
17
- feature="task_automation"
18
- icon={<Zap className="h-8 w-8" />}
19
- benefits={[
20
- t('automation.benefit1'),
21
- t('automation.benefit2'),
22
- t('automation.benefit3'),
23
- ]}
24
- />
25
- }
26
- >
27
- {/* Contenido real cuando se implemente */}
28
- <div data-cy="automation-content">
29
- <h1 className="text-2xl font-bold">{t('automation.title')}</h1>
30
- <p className="text-muted-foreground mt-2">Task automation coming soon...</p>
31
- </div>
32
- </FeatureGate>
33
- </div>
34
- )
35
- }
@@ -1,13 +0,0 @@
1
- import { ReactNode } from 'react'
2
-
3
- interface FeaturesLayoutProps {
4
- children: ReactNode
5
- }
6
-
7
- export default function FeaturesLayout({ children }: FeaturesLayoutProps) {
8
- return (
9
- <div className="container py-8" data-cy="features-layout">
10
- {children}
11
- </div>
12
- )
13
- }
@@ -1,5 +0,0 @@
1
- import { SkeletonFeaturePlaceholder } from '@nextsparkjs/core/components/ui/skeleton-features'
2
-
3
- export default function FeaturesLoading() {
4
- return <SkeletonFeaturePlaceholder />
5
- }
@@ -1,35 +0,0 @@
1
- 'use client'
2
-
3
- import { FeatureGate } from '@nextsparkjs/core/components/billing/FeatureGate'
4
- import { FeaturePlaceholder } from '@nextsparkjs/core/components/billing/FeaturePlaceholder'
5
- import { Webhook } from 'lucide-react'
6
- import { useTranslations } from 'next-intl'
7
-
8
- export default function WebhooksPage() {
9
- const t = useTranslations('features')
10
-
11
- return (
12
- <div data-cy="feature-webhooks-page">
13
- <FeatureGate
14
- feature="webhooks"
15
- fallback={
16
- <FeaturePlaceholder
17
- feature="webhooks"
18
- icon={<Webhook className="h-8 w-8" />}
19
- benefits={[
20
- t('webhooks.benefit1'),
21
- t('webhooks.benefit2'),
22
- t('webhooks.benefit3'),
23
- ]}
24
- />
25
- }
26
- >
27
- {/* Contenido real cuando se implemente */}
28
- <div data-cy="webhooks-content">
29
- <h1 className="text-2xl font-bold">{t('webhooks.title')}</h1>
30
- <p className="text-muted-foreground mt-2">Webhooks configuration coming soon...</p>
31
- </div>
32
- </FeatureGate>
33
- </div>
34
- )
35
- }
@@ -1,86 +0,0 @@
1
- 'use client'
2
-
3
- import { useAuth } from '@nextsparkjs/core/hooks/useAuth'
4
- import { useRouter } from 'next/navigation'
5
- import { useEffect, Suspense } from 'react'
6
- import { Loader2 } from 'lucide-react'
7
- import { DashboardTranslationPreloader } from '@nextsparkjs/core/lib/i18n/DashboardTranslationPreloader'
8
- import { TranslationDebugger } from '@nextsparkjs/core/utils/dev/TranslationDebugger'
9
- import { useEnsureUserMetadata } from '@nextsparkjs/core/hooks/useEnsureUserMetadata'
10
- import { useAuthMethodDetector } from '@nextsparkjs/core/hooks/useAuthMethodDetector'
11
-
12
- /**
13
- * Auth Method Detector Wrapper (uses useSearchParams internally)
14
- */
15
- function AuthMethodDetectorWrapper() {
16
- useAuthMethodDetector()
17
- return null
18
- }
19
-
20
- /**
21
- * Dashboard Layout Content
22
- */
23
- function DashboardLayoutContent({ children }: { children: React.ReactNode }) {
24
- const { user, isLoading } = useAuth()
25
- const router = useRouter()
26
-
27
- // Asegurar que el usuario tenga metadata default
28
- useEnsureUserMetadata()
29
-
30
- useEffect(() => {
31
- if (!isLoading && !user) {
32
- router.push('/login')
33
- }
34
- }, [user, isLoading, router])
35
-
36
- if (isLoading) {
37
- return (
38
- <div className="min-h-screen flex items-center justify-center">
39
- <Loader2 className="h-8 w-8 animate-spin text-muted-foreground" />
40
- </div>
41
- )
42
- }
43
-
44
- if (!user) {
45
- return null
46
- }
47
-
48
- return (
49
- <>
50
- {/* Precargar traducciones del dashboard para mejorar UX de navegación */}
51
- <DashboardTranslationPreloader key="dashboard-translation-preloader" />
52
-
53
- {/* Debugger de traducciones (solo en desarrollo con ?debug-i18n=true) */}
54
- <TranslationDebugger key="translation-debugger" />
55
-
56
- {/* Detect and save auth method from OAuth redirects (wrapped in Suspense) */}
57
- <Suspense key="auth-method-detector" fallback={null}>
58
- <AuthMethodDetectorWrapper />
59
- </Suspense>
60
-
61
- {/*
62
- Children run within authenticated boundary -
63
- nested layouts CAN be themed but security is guaranteed
64
- */}
65
- <div key="dashboard-children" data-cy="dashboard-container">{children}</div>
66
- </>
67
- )
68
- }
69
-
70
- /**
71
- * CORE SECURITY LAYOUT - NOT OVERRIDEABLE BY THEMES
72
- *
73
- * This layout provides essential authentication and security measures
74
- * that cannot be bypassed by theme overrides. All dashboard routes
75
- * run within this authenticated boundary.
76
- *
77
- * SECURITY: This layout is intentionally NOT using template resolver
78
- * to prevent themes from bypassing authentication.
79
- */
80
- export default function CoreDashboardLayout({
81
- children
82
- }: {
83
- children: React.ReactNode
84
- }) {
85
- return <DashboardLayoutContent>{children}</DashboardLayoutContent>
86
- }
@@ -1,29 +0,0 @@
1
- /**
2
- * Permission Denied Page
3
- *
4
- * Server page that reads search params and renders the existing NoPermission component.
5
- * This page is displayed when a user attempts to access a resource they don't have permission for.
6
- */
7
- import { NoPermission } from '@nextsparkjs/core/components/permissions/NoPermission'
8
-
9
- interface PermissionDeniedPageProps {
10
- searchParams: Promise<{
11
- entity?: string
12
- action?: string
13
- }>
14
- }
15
-
16
- export default async function PermissionDeniedPage({
17
- searchParams
18
- }: PermissionDeniedPageProps) {
19
- const { entity, action } = await searchParams
20
-
21
- return (
22
- <NoPermission
23
- entityName={entity}
24
- action={action as 'list' | 'read' | 'create' | 'update' | 'delete'}
25
- showBackButton={true}
26
- showHomeButton={true}
27
- />
28
- )
29
- }
@@ -1,5 +0,0 @@
1
- import { SkeletonApiKeysPage } from '@nextsparkjs/core/components/ui/skeleton-settings'
2
-
3
- export default function ApiKeysLoading() {
4
- return <SkeletonApiKeysPage />
5
- }