@payloadcms/next 4.0.0-internal.5f0cd13 → 4.0.0-internal.63f8536

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 (707) hide show
  1. package/LICENSE.md +1 -1
  2. package/dist/adapters/handleServerFunctions.d.ts +2 -0
  3. package/dist/adapters/handleServerFunctions.d.ts.map +1 -0
  4. package/dist/adapters/handleServerFunctions.js +6 -0
  5. package/dist/adapters/handleServerFunctions.js.map +1 -0
  6. package/dist/adapters/layout.d.ts +7 -0
  7. package/dist/adapters/layout.d.ts.map +1 -0
  8. package/dist/adapters/layout.js +38 -0
  9. package/dist/adapters/layout.js.map +1 -0
  10. package/dist/adapters/metadata.d.ts.map +1 -0
  11. package/dist/adapters/metadata.js +21 -0
  12. package/dist/adapters/metadata.js.map +1 -0
  13. package/dist/adapters/views.d.ts +16 -0
  14. package/dist/adapters/views.d.ts.map +1 -0
  15. package/dist/adapters/views.js +23 -0
  16. package/dist/adapters/views.js.map +1 -0
  17. package/dist/cjs/withPayload.cjs +1 -0
  18. package/dist/cjs/withPayload.cjs.map +3 -3
  19. package/dist/exports/css.d.ts +3 -0
  20. package/dist/exports/css.d.ts.map +1 -0
  21. package/dist/exports/css.js +3 -0
  22. package/dist/exports/css.js.map +1 -0
  23. package/dist/exports/layouts.d.ts +2 -2
  24. package/dist/exports/layouts.d.ts.map +1 -1
  25. package/dist/exports/layouts.js +2 -2
  26. package/dist/exports/layouts.js.map +1 -1
  27. package/dist/exports/utilities.d.ts +0 -3
  28. package/dist/exports/utilities.d.ts.map +1 -1
  29. package/dist/exports/utilities.js +0 -2
  30. package/dist/exports/utilities.js.map +1 -1
  31. package/dist/exports/views.d.ts +2 -9
  32. package/dist/exports/views.d.ts.map +1 -1
  33. package/dist/exports/views.js +2 -9
  34. package/dist/exports/views.js.map +1 -1
  35. package/dist/prod/styles.css +1 -1
  36. package/dist/routes/graphql/handler.d.ts.map +1 -1
  37. package/dist/routes/graphql/handler.js +8 -3
  38. package/dist/routes/graphql/handler.js.map +1 -1
  39. package/dist/withPayload/withPayload.d.ts.map +1 -1
  40. package/dist/withPayload/withPayload.js +1 -0
  41. package/dist/withPayload/withPayload.js.map +1 -1
  42. package/dist/withPayload/withPayload.spec.js +14 -0
  43. package/dist/withPayload/withPayload.spec.js.map +1 -1
  44. package/package.json +8 -7
  45. package/dist/layouts/Root/NestProviders.d.ts +0 -12
  46. package/dist/layouts/Root/NestProviders.d.ts.map +0 -1
  47. package/dist/layouts/Root/NestProviders.js +0 -24
  48. package/dist/layouts/Root/NestProviders.js.map +0 -1
  49. package/dist/layouts/Root/checkDependencies.d.ts +0 -2
  50. package/dist/layouts/Root/checkDependencies.d.ts.map +0 -1
  51. package/dist/layouts/Root/checkDependencies.js +0 -49
  52. package/dist/layouts/Root/checkDependencies.js.map +0 -1
  53. package/dist/layouts/Root/index.d.ts +0 -34
  54. package/dist/layouts/Root/index.d.ts.map +0 -1
  55. package/dist/layouts/Root/index.js +0 -168
  56. package/dist/layouts/Root/index.js.map +0 -1
  57. package/dist/utilities/getHierarchyAncestry.d.ts +0 -24
  58. package/dist/utilities/getHierarchyAncestry.d.ts.map +0 -1
  59. package/dist/utilities/getHierarchyAncestry.js +0 -103
  60. package/dist/utilities/getHierarchyAncestry.js.map +0 -1
  61. package/dist/utilities/getPayloadHMR.d.ts +0 -11
  62. package/dist/utilities/getPayloadHMR.d.ts.map +0 -1
  63. package/dist/utilities/getPayloadHMR.js +0 -15
  64. package/dist/utilities/getPayloadHMR.js.map +0 -1
  65. package/dist/utilities/getPreferences.d.ts +0 -6
  66. package/dist/utilities/getPreferences.d.ts.map +0 -1
  67. package/dist/utilities/getPreferences.js +0 -26
  68. package/dist/utilities/getPreferences.js.map +0 -1
  69. package/dist/utilities/getRequestHighContrast.d.ts +0 -10
  70. package/dist/utilities/getRequestHighContrast.d.ts.map +0 -1
  71. package/dist/utilities/getRequestHighContrast.js +0 -18
  72. package/dist/utilities/getRequestHighContrast.js.map +0 -1
  73. package/dist/utilities/getRequestLocale.d.ts +0 -7
  74. package/dist/utilities/getRequestLocale.d.ts.map +0 -1
  75. package/dist/utilities/getRequestLocale.js +0 -20
  76. package/dist/utilities/getRequestLocale.js.map +0 -1
  77. package/dist/utilities/getRequestTheme.d.ts +0 -11
  78. package/dist/utilities/getRequestTheme.d.ts.map +0 -1
  79. package/dist/utilities/getRequestTheme.js +0 -22
  80. package/dist/utilities/getRequestTheme.js.map +0 -1
  81. package/dist/utilities/getRouteWithoutAdmin.d.ts +0 -5
  82. package/dist/utilities/getRouteWithoutAdmin.d.ts.map +0 -1
  83. package/dist/utilities/getRouteWithoutAdmin.js +0 -7
  84. package/dist/utilities/getRouteWithoutAdmin.js.map +0 -1
  85. package/dist/utilities/handleAuthRedirect.d.ts +0 -12
  86. package/dist/utilities/handleAuthRedirect.d.ts.map +0 -1
  87. package/dist/utilities/handleAuthRedirect.js +0 -41
  88. package/dist/utilities/handleAuthRedirect.js.map +0 -1
  89. package/dist/utilities/handleServerFunctions.d.ts +0 -3
  90. package/dist/utilities/handleServerFunctions.d.ts.map +0 -1
  91. package/dist/utilities/handleServerFunctions.js +0 -58
  92. package/dist/utilities/handleServerFunctions.js.map +0 -1
  93. package/dist/utilities/initReq.d.ts +0 -14
  94. package/dist/utilities/initReq.d.ts.map +0 -1
  95. package/dist/utilities/initReq.js +0 -112
  96. package/dist/utilities/initReq.js.map +0 -1
  97. package/dist/utilities/isCustomAdminView.d.ts +0 -10
  98. package/dist/utilities/isCustomAdminView.d.ts.map +0 -1
  99. package/dist/utilities/isCustomAdminView.js +0 -31
  100. package/dist/utilities/isCustomAdminView.js.map +0 -1
  101. package/dist/utilities/isCustomAdminView.spec.js +0 -90
  102. package/dist/utilities/isCustomAdminView.spec.js.map +0 -1
  103. package/dist/utilities/isPublicAdminRoute.d.ts +0 -7
  104. package/dist/utilities/isPublicAdminRoute.d.ts.map +0 -1
  105. package/dist/utilities/isPublicAdminRoute.js +0 -25
  106. package/dist/utilities/isPublicAdminRoute.js.map +0 -1
  107. package/dist/utilities/meta.d.ts +0 -6
  108. package/dist/utilities/meta.d.ts.map +0 -1
  109. package/dist/utilities/meta.js +0 -105
  110. package/dist/utilities/meta.js.map +0 -1
  111. package/dist/utilities/meta.spec.js +0 -83
  112. package/dist/utilities/meta.spec.js.map +0 -1
  113. package/dist/utilities/selectiveCache.d.ts +0 -12
  114. package/dist/utilities/selectiveCache.d.ts.map +0 -1
  115. package/dist/utilities/selectiveCache.js +0 -38
  116. package/dist/utilities/selectiveCache.js.map +0 -1
  117. package/dist/utilities/slugify.d.ts +0 -15
  118. package/dist/utilities/slugify.d.ts.map +0 -1
  119. package/dist/utilities/slugify.js +0 -47
  120. package/dist/utilities/slugify.js.map +0 -1
  121. package/dist/utilities/timestamp.d.ts +0 -2
  122. package/dist/utilities/timestamp.d.ts.map +0 -1
  123. package/dist/utilities/timestamp.js +0 -8
  124. package/dist/utilities/timestamp.js.map +0 -1
  125. package/dist/views/API/LocaleSelector/index.d.ts +0 -9
  126. package/dist/views/API/LocaleSelector/index.d.ts.map +0 -1
  127. package/dist/views/API/LocaleSelector/index.js +0 -44
  128. package/dist/views/API/LocaleSelector/index.js.map +0 -1
  129. package/dist/views/API/index.client.d.ts +0 -4
  130. package/dist/views/API/index.client.d.ts.map +0 -1
  131. package/dist/views/API/index.client.js +0 -249
  132. package/dist/views/API/index.client.js.map +0 -1
  133. package/dist/views/API/index.css +0 -205
  134. package/dist/views/API/index.d.ts +0 -4
  135. package/dist/views/API/index.d.ts.map +0 -1
  136. package/dist/views/API/index.js +0 -7
  137. package/dist/views/API/index.js.map +0 -1
  138. package/dist/views/API/metadata.d.ts +0 -6
  139. package/dist/views/API/metadata.d.ts.map +0 -1
  140. package/dist/views/API/metadata.js +0 -29
  141. package/dist/views/API/metadata.js.map +0 -1
  142. package/dist/views/Account/ResetPreferences/index.d.ts +0 -5
  143. package/dist/views/Account/ResetPreferences/index.d.ts.map +0 -1
  144. package/dist/views/Account/ResetPreferences/index.js +0 -110
  145. package/dist/views/Account/ResetPreferences/index.js.map +0 -1
  146. package/dist/views/Account/Settings/LanguageSelector.d.ts +0 -6
  147. package/dist/views/Account/Settings/LanguageSelector.d.ts.map +0 -1
  148. package/dist/views/Account/Settings/LanguageSelector.js +0 -52
  149. package/dist/views/Account/Settings/LanguageSelector.js.map +0 -1
  150. package/dist/views/Account/Settings/index.css +0 -26
  151. package/dist/views/Account/Settings/index.d.ts +0 -13
  152. package/dist/views/Account/Settings/index.d.ts.map +0 -1
  153. package/dist/views/Account/Settings/index.js +0 -34
  154. package/dist/views/Account/Settings/index.js.map +0 -1
  155. package/dist/views/Account/ToggleHighContrast/index.d.ts +0 -3
  156. package/dist/views/Account/ToggleHighContrast/index.d.ts.map +0 -1
  157. package/dist/views/Account/ToggleHighContrast/index.js +0 -45
  158. package/dist/views/Account/ToggleHighContrast/index.js.map +0 -1
  159. package/dist/views/Account/ToggleTheme/index.d.ts +0 -3
  160. package/dist/views/Account/ToggleTheme/index.d.ts.map +0 -1
  161. package/dist/views/Account/ToggleTheme/index.js +0 -60
  162. package/dist/views/Account/ToggleTheme/index.js.map +0 -1
  163. package/dist/views/Account/index.client.d.ts +0 -3
  164. package/dist/views/Account/index.client.d.ts.map +0 -1
  165. package/dist/views/Account/index.client.js +0 -37
  166. package/dist/views/Account/index.client.js.map +0 -1
  167. package/dist/views/Account/index.d.ts +0 -4
  168. package/dist/views/Account/index.d.ts.map +0 -1
  169. package/dist/views/Account/index.js +0 -183
  170. package/dist/views/Account/index.js.map +0 -1
  171. package/dist/views/Account/metadata.d.ts +0 -3
  172. package/dist/views/Account/metadata.d.ts.map +0 -1
  173. package/dist/views/Account/metadata.js +0 -14
  174. package/dist/views/Account/metadata.js.map +0 -1
  175. package/dist/views/CollectionTrash/index.d.ts +0 -18
  176. package/dist/views/CollectionTrash/index.d.ts.map +0 -1
  177. package/dist/views/CollectionTrash/index.js +0 -21
  178. package/dist/views/CollectionTrash/index.js.map +0 -1
  179. package/dist/views/CollectionTrash/metadata.d.ts +0 -7
  180. package/dist/views/CollectionTrash/metadata.d.ts.map +0 -1
  181. package/dist/views/CollectionTrash/metadata.js +0 -25
  182. package/dist/views/CollectionTrash/metadata.js.map +0 -1
  183. package/dist/views/CreateFirstUser/index.client.d.ts +0 -10
  184. package/dist/views/CreateFirstUser/index.client.d.ts.map +0 -1
  185. package/dist/views/CreateFirstUser/index.client.js +0 -119
  186. package/dist/views/CreateFirstUser/index.client.js.map +0 -1
  187. package/dist/views/CreateFirstUser/index.css +0 -69
  188. package/dist/views/CreateFirstUser/index.d.ts +0 -5
  189. package/dist/views/CreateFirstUser/index.d.ts.map +0 -1
  190. package/dist/views/CreateFirstUser/index.js +0 -92
  191. package/dist/views/CreateFirstUser/index.js.map +0 -1
  192. package/dist/views/CreateFirstUser/metadata.d.ts +0 -3
  193. package/dist/views/CreateFirstUser/metadata.d.ts.map +0 -1
  194. package/dist/views/CreateFirstUser/metadata.js +0 -14
  195. package/dist/views/CreateFirstUser/metadata.js.map +0 -1
  196. package/dist/views/Dashboard/Default/ModularDashboard/DashboardStepNav.d.ts +0 -19
  197. package/dist/views/Dashboard/Default/ModularDashboard/DashboardStepNav.d.ts.map +0 -1
  198. package/dist/views/Dashboard/Default/ModularDashboard/DashboardStepNav.js +0 -209
  199. package/dist/views/Dashboard/Default/ModularDashboard/DashboardStepNav.js.map +0 -1
  200. package/dist/views/Dashboard/Default/ModularDashboard/WidgetConfigDrawer.d.ts +0 -11
  201. package/dist/views/Dashboard/Default/ModularDashboard/WidgetConfigDrawer.d.ts.map +0 -1
  202. package/dist/views/Dashboard/Default/ModularDashboard/WidgetConfigDrawer.js +0 -131
  203. package/dist/views/Dashboard/Default/ModularDashboard/WidgetConfigDrawer.js.map +0 -1
  204. package/dist/views/Dashboard/Default/ModularDashboard/WidgetEditControl.d.ts +0 -8
  205. package/dist/views/Dashboard/Default/ModularDashboard/WidgetEditControl.d.ts.map +0 -1
  206. package/dist/views/Dashboard/Default/ModularDashboard/WidgetEditControl.js +0 -78
  207. package/dist/views/Dashboard/Default/ModularDashboard/WidgetEditControl.js.map +0 -1
  208. package/dist/views/Dashboard/Default/ModularDashboard/index.client.d.ts +0 -22
  209. package/dist/views/Dashboard/Default/ModularDashboard/index.client.d.ts.map +0 -1
  210. package/dist/views/Dashboard/Default/ModularDashboard/index.client.js +0 -440
  211. package/dist/views/Dashboard/Default/ModularDashboard/index.client.js.map +0 -1
  212. package/dist/views/Dashboard/Default/ModularDashboard/index.css +0 -299
  213. package/dist/views/Dashboard/Default/ModularDashboard/index.d.ts +0 -5
  214. package/dist/views/Dashboard/Default/ModularDashboard/index.d.ts.map +0 -1
  215. package/dist/views/Dashboard/Default/ModularDashboard/index.js +0 -72
  216. package/dist/views/Dashboard/Default/ModularDashboard/index.js.map +0 -1
  217. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/RenderWidget.d.ts +0 -15
  218. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/RenderWidget.d.ts.map +0 -1
  219. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/RenderWidget.js +0 -106
  220. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/RenderWidget.js.map +0 -1
  221. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/getDefaultLayoutServerFn.d.ts +0 -12
  222. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/getDefaultLayoutServerFn.d.ts.map +0 -1
  223. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/getDefaultLayoutServerFn.js +0 -65
  224. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/getDefaultLayoutServerFn.js.map +0 -1
  225. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/renderWidgetServerFn.d.ts +0 -21
  226. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/renderWidgetServerFn.d.ts.map +0 -1
  227. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/renderWidgetServerFn.js +0 -80
  228. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/renderWidgetServerFn.js.map +0 -1
  229. package/dist/views/Dashboard/Default/ModularDashboard/useDashboardLayout.d.ts +0 -21
  230. package/dist/views/Dashboard/Default/ModularDashboard/useDashboardLayout.d.ts.map +0 -1
  231. package/dist/views/Dashboard/Default/ModularDashboard/useDashboardLayout.js +0 -188
  232. package/dist/views/Dashboard/Default/ModularDashboard/useDashboardLayout.js.map +0 -1
  233. package/dist/views/Dashboard/Default/ModularDashboard/utils/collisionDetection.d.ts +0 -7
  234. package/dist/views/Dashboard/Default/ModularDashboard/utils/collisionDetection.d.ts.map +0 -1
  235. package/dist/views/Dashboard/Default/ModularDashboard/utils/collisionDetection.js +0 -38
  236. package/dist/views/Dashboard/Default/ModularDashboard/utils/collisionDetection.js.map +0 -1
  237. package/dist/views/Dashboard/Default/ModularDashboard/utils/getItemsFromConfig.d.ts +0 -4
  238. package/dist/views/Dashboard/Default/ModularDashboard/utils/getItemsFromConfig.d.ts.map +0 -1
  239. package/dist/views/Dashboard/Default/ModularDashboard/utils/getItemsFromConfig.js +0 -21
  240. package/dist/views/Dashboard/Default/ModularDashboard/utils/getItemsFromConfig.js.map +0 -1
  241. package/dist/views/Dashboard/Default/ModularDashboard/utils/getItemsFromPreferences.d.ts +0 -4
  242. package/dist/views/Dashboard/Default/ModularDashboard/utils/getItemsFromPreferences.d.ts.map +0 -1
  243. package/dist/views/Dashboard/Default/ModularDashboard/utils/getItemsFromPreferences.js +0 -10
  244. package/dist/views/Dashboard/Default/ModularDashboard/utils/getItemsFromPreferences.js.map +0 -1
  245. package/dist/views/Dashboard/Default/ModularDashboard/utils/localeUtils.d.ts +0 -23
  246. package/dist/views/Dashboard/Default/ModularDashboard/utils/localeUtils.d.ts.map +0 -1
  247. package/dist/views/Dashboard/Default/ModularDashboard/utils/localeUtils.js +0 -103
  248. package/dist/views/Dashboard/Default/ModularDashboard/utils/localeUtils.js.map +0 -1
  249. package/dist/views/Dashboard/Default/ModularDashboard/utils/sensors.d.ts +0 -2
  250. package/dist/views/Dashboard/Default/ModularDashboard/utils/sensors.d.ts.map +0 -1
  251. package/dist/views/Dashboard/Default/ModularDashboard/utils/sensors.js +0 -269
  252. package/dist/views/Dashboard/Default/ModularDashboard/utils/sensors.js.map +0 -1
  253. package/dist/views/Dashboard/Default/index.d.ts +0 -21
  254. package/dist/views/Dashboard/Default/index.d.ts.map +0 -1
  255. package/dist/views/Dashboard/Default/index.js +0 -55
  256. package/dist/views/Dashboard/Default/index.js.map +0 -1
  257. package/dist/views/Dashboard/index.d.ts +0 -4
  258. package/dist/views/Dashboard/index.d.ts.map +0 -1
  259. package/dist/views/Dashboard/index.js +0 -51
  260. package/dist/views/Dashboard/index.js.map +0 -1
  261. package/dist/views/Dashboard/metadata.d.ts +0 -3
  262. package/dist/views/Dashboard/metadata.d.ts.map +0 -1
  263. package/dist/views/Dashboard/metadata.js +0 -16
  264. package/dist/views/Dashboard/metadata.js.map +0 -1
  265. package/dist/views/Document/getCustomDocumentViewByKey.d.ts +0 -3
  266. package/dist/views/Document/getCustomDocumentViewByKey.d.ts.map +0 -1
  267. package/dist/views/Document/getCustomDocumentViewByKey.js +0 -4
  268. package/dist/views/Document/getCustomDocumentViewByKey.js.map +0 -1
  269. package/dist/views/Document/getCustomViewByRoute.d.ts +0 -10
  270. package/dist/views/Document/getCustomViewByRoute.d.ts.map +0 -1
  271. package/dist/views/Document/getCustomViewByRoute.js +0 -35
  272. package/dist/views/Document/getCustomViewByRoute.js.map +0 -1
  273. package/dist/views/Document/getDocPreferences.d.ts +0 -11
  274. package/dist/views/Document/getDocPreferences.d.ts.map +0 -1
  275. package/dist/views/Document/getDocPreferences.js +0 -45
  276. package/dist/views/Document/getDocPreferences.js.map +0 -1
  277. package/dist/views/Document/getDocumentData.d.ts +0 -14
  278. package/dist/views/Document/getDocumentData.d.ts.map +0 -1
  279. package/dist/views/Document/getDocumentData.js +0 -60
  280. package/dist/views/Document/getDocumentData.js.map +0 -1
  281. package/dist/views/Document/getDocumentPermissions.d.ts +0 -18
  282. package/dist/views/Document/getDocumentPermissions.d.ts.map +0 -1
  283. package/dist/views/Document/getDocumentPermissions.js +0 -124
  284. package/dist/views/Document/getDocumentPermissions.js.map +0 -1
  285. package/dist/views/Document/getDocumentView.d.ts +0 -18
  286. package/dist/views/Document/getDocumentView.d.ts.map +0 -1
  287. package/dist/views/Document/getDocumentView.js +0 -304
  288. package/dist/views/Document/getDocumentView.js.map +0 -1
  289. package/dist/views/Document/getIsLocked.d.ts +0 -16
  290. package/dist/views/Document/getIsLocked.d.ts.map +0 -1
  291. package/dist/views/Document/getIsLocked.js +0 -79
  292. package/dist/views/Document/getIsLocked.js.map +0 -1
  293. package/dist/views/Document/getMetaBySegment.d.ts +0 -11
  294. package/dist/views/Document/getMetaBySegment.d.ts.map +0 -1
  295. package/dist/views/Document/getMetaBySegment.js +0 -150
  296. package/dist/views/Document/getMetaBySegment.js.map +0 -1
  297. package/dist/views/Document/getVersions.d.ts +0 -26
  298. package/dist/views/Document/getVersions.d.ts.map +0 -1
  299. package/dist/views/Document/getVersions.js +0 -230
  300. package/dist/views/Document/getVersions.js.map +0 -1
  301. package/dist/views/Document/handleServerFunction.d.ts +0 -3
  302. package/dist/views/Document/handleServerFunction.d.ts.map +0 -1
  303. package/dist/views/Document/handleServerFunction.js +0 -134
  304. package/dist/views/Document/handleServerFunction.js.map +0 -1
  305. package/dist/views/Document/index.d.ts +0 -25
  306. package/dist/views/Document/index.d.ts.map +0 -1
  307. package/dist/views/Document/index.js +0 -398
  308. package/dist/views/Document/index.js.map +0 -1
  309. package/dist/views/Document/metadata.d.ts +0 -3
  310. package/dist/views/Document/metadata.d.ts.map +0 -1
  311. package/dist/views/Document/metadata.js +0 -3
  312. package/dist/views/Document/metadata.js.map +0 -1
  313. package/dist/views/Document/renderDocumentSlots.d.ts +0 -15
  314. package/dist/views/Document/renderDocumentSlots.d.ts.map +0 -1
  315. package/dist/views/Document/renderDocumentSlots.js +0 -178
  316. package/dist/views/Document/renderDocumentSlots.js.map +0 -1
  317. package/dist/views/Edit/index.d.ts +0 -4
  318. package/dist/views/Edit/index.d.ts.map +0 -1
  319. package/dist/views/Edit/index.js +0 -11
  320. package/dist/views/Edit/index.js.map +0 -1
  321. package/dist/views/Edit/metadata.d.ts +0 -6
  322. package/dist/views/Edit/metadata.d.ts.map +0 -1
  323. package/dist/views/Edit/metadata.js +0 -52
  324. package/dist/views/Edit/metadata.js.map +0 -1
  325. package/dist/views/ForgotPassword/ForgotPasswordForm/index.d.ts +0 -3
  326. package/dist/views/ForgotPassword/ForgotPasswordForm/index.d.ts.map +0 -1
  327. package/dist/views/ForgotPassword/ForgotPasswordForm/index.js +0 -181
  328. package/dist/views/ForgotPassword/ForgotPasswordForm/index.js.map +0 -1
  329. package/dist/views/ForgotPassword/index.d.ts +0 -5
  330. package/dist/views/ForgotPassword/index.d.ts.map +0 -1
  331. package/dist/views/ForgotPassword/index.js +0 -72
  332. package/dist/views/ForgotPassword/index.js.map +0 -1
  333. package/dist/views/ForgotPassword/metadata.d.ts +0 -3
  334. package/dist/views/ForgotPassword/metadata.d.ts.map +0 -1
  335. package/dist/views/ForgotPassword/metadata.js +0 -14
  336. package/dist/views/ForgotPassword/metadata.js.map +0 -1
  337. package/dist/views/Hierarchy/index.d.ts +0 -18
  338. package/dist/views/Hierarchy/index.d.ts.map +0 -1
  339. package/dist/views/Hierarchy/index.js +0 -20
  340. package/dist/views/Hierarchy/index.js.map +0 -1
  341. package/dist/views/List/createSerializableValue.d.ts +0 -2
  342. package/dist/views/List/createSerializableValue.d.ts.map +0 -1
  343. package/dist/views/List/createSerializableValue.js +0 -14
  344. package/dist/views/List/createSerializableValue.js.map +0 -1
  345. package/dist/views/List/enrichDocsWithVersionStatus.d.ts +0 -14
  346. package/dist/views/List/enrichDocsWithVersionStatus.d.ts.map +0 -1
  347. package/dist/views/List/enrichDocsWithVersionStatus.js +0 -96
  348. package/dist/views/List/enrichDocsWithVersionStatus.js.map +0 -1
  349. package/dist/views/List/extractRelationshipDisplayValue.d.ts +0 -3
  350. package/dist/views/List/extractRelationshipDisplayValue.d.ts.map +0 -1
  351. package/dist/views/List/extractRelationshipDisplayValue.js +0 -17
  352. package/dist/views/List/extractRelationshipDisplayValue.js.map +0 -1
  353. package/dist/views/List/extractValueOrRelationshipID.d.ts +0 -2
  354. package/dist/views/List/extractValueOrRelationshipID.d.ts.map +0 -1
  355. package/dist/views/List/extractValueOrRelationshipID.js +0 -19
  356. package/dist/views/List/extractValueOrRelationshipID.js.map +0 -1
  357. package/dist/views/List/handleGroupBy.d.ts +0 -24
  358. package/dist/views/List/handleGroupBy.d.ts.map +0 -1
  359. package/dist/views/List/handleGroupBy.js +0 -168
  360. package/dist/views/List/handleGroupBy.js.map +0 -1
  361. package/dist/views/List/handleHierarchy.d.ts +0 -18
  362. package/dist/views/List/handleHierarchy.d.ts.map +0 -1
  363. package/dist/views/List/handleHierarchy.js +0 -259
  364. package/dist/views/List/handleHierarchy.js.map +0 -1
  365. package/dist/views/List/handleServerFunction.d.ts +0 -4
  366. package/dist/views/List/handleServerFunction.d.ts.map +0 -1
  367. package/dist/views/List/handleServerFunction.js +0 -131
  368. package/dist/views/List/handleServerFunction.js.map +0 -1
  369. package/dist/views/List/index.css +0 -3
  370. package/dist/views/List/index.d.ts +0 -43
  371. package/dist/views/List/index.d.ts.map +0 -1
  372. package/dist/views/List/index.js +0 -445
  373. package/dist/views/List/index.js.map +0 -1
  374. package/dist/views/List/metadata.d.ts +0 -7
  375. package/dist/views/List/metadata.d.ts.map +0 -1
  376. package/dist/views/List/metadata.js +0 -24
  377. package/dist/views/List/metadata.js.map +0 -1
  378. package/dist/views/List/renderListViewSlots.d.ts +0 -12
  379. package/dist/views/List/renderListViewSlots.d.ts.map +0 -1
  380. package/dist/views/List/renderListViewSlots.js +0 -81
  381. package/dist/views/List/renderListViewSlots.js.map +0 -1
  382. package/dist/views/List/resolveAllFilterOptions.d.ts +0 -8
  383. package/dist/views/List/resolveAllFilterOptions.d.ts.map +0 -1
  384. package/dist/views/List/resolveAllFilterOptions.js +0 -49
  385. package/dist/views/List/resolveAllFilterOptions.js.map +0 -1
  386. package/dist/views/List/transformColumnsToSelect.d.ts +0 -3
  387. package/dist/views/List/transformColumnsToSelect.d.ts.map +0 -1
  388. package/dist/views/List/transformColumnsToSelect.js +0 -11
  389. package/dist/views/List/transformColumnsToSelect.js.map +0 -1
  390. package/dist/views/Login/LoginField/index.d.ts +0 -9
  391. package/dist/views/Login/LoginField/index.d.ts.map +0 -1
  392. package/dist/views/Login/LoginField/index.js +0 -98
  393. package/dist/views/Login/LoginField/index.js.map +0 -1
  394. package/dist/views/Login/LoginForm/index.css +0 -48
  395. package/dist/views/Login/LoginForm/index.d.ts +0 -11
  396. package/dist/views/Login/LoginForm/index.d.ts.map +0 -1
  397. package/dist/views/Login/LoginForm/index.js +0 -184
  398. package/dist/views/Login/LoginForm/index.js.map +0 -1
  399. package/dist/views/Login/index.css +0 -8
  400. package/dist/views/Login/index.d.ts +0 -6
  401. package/dist/views/Login/index.d.ts.map +0 -1
  402. package/dist/views/Login/index.js +0 -98
  403. package/dist/views/Login/index.js.map +0 -1
  404. package/dist/views/Login/metadata.d.ts +0 -3
  405. package/dist/views/Login/metadata.d.ts.map +0 -1
  406. package/dist/views/Login/metadata.js +0 -14
  407. package/dist/views/Login/metadata.js.map +0 -1
  408. package/dist/views/Logout/LogoutClient.d.ts +0 -18
  409. package/dist/views/Logout/LogoutClient.d.ts.map +0 -1
  410. package/dist/views/Logout/LogoutClient.js +0 -140
  411. package/dist/views/Logout/LogoutClient.js.map +0 -1
  412. package/dist/views/Logout/index.d.ts +0 -8
  413. package/dist/views/Logout/index.d.ts.map +0 -1
  414. package/dist/views/Logout/index.js +0 -36
  415. package/dist/views/Logout/index.js.map +0 -1
  416. package/dist/views/Logout/metadata.d.ts +0 -3
  417. package/dist/views/Logout/metadata.d.ts.map +0 -1
  418. package/dist/views/Logout/metadata.js +0 -13
  419. package/dist/views/Logout/metadata.js.map +0 -1
  420. package/dist/views/NotFound/index.client.d.ts +0 -4
  421. package/dist/views/NotFound/index.client.d.ts.map +0 -1
  422. package/dist/views/NotFound/index.client.js +0 -71
  423. package/dist/views/NotFound/index.client.js.map +0 -1
  424. package/dist/views/NotFound/index.css +0 -47
  425. package/dist/views/NotFound/index.d.ts +0 -21
  426. package/dist/views/NotFound/index.d.ts.map +0 -1
  427. package/dist/views/NotFound/index.js +0 -86
  428. package/dist/views/NotFound/index.js.map +0 -1
  429. package/dist/views/NotFound/metadata.d.ts +0 -8
  430. package/dist/views/NotFound/metadata.d.ts.map +0 -1
  431. package/dist/views/NotFound/metadata.js +0 -11
  432. package/dist/views/NotFound/metadata.js.map +0 -1
  433. package/dist/views/ResetPassword/ResetPasswordForm/index.d.ts +0 -7
  434. package/dist/views/ResetPassword/ResetPasswordForm/index.d.ts.map +0 -1
  435. package/dist/views/ResetPassword/ResetPasswordForm/index.js +0 -117
  436. package/dist/views/ResetPassword/ResetPasswordForm/index.js.map +0 -1
  437. package/dist/views/ResetPassword/index.d.ts +0 -6
  438. package/dist/views/ResetPassword/index.d.ts.map +0 -1
  439. package/dist/views/ResetPassword/index.js +0 -83
  440. package/dist/views/ResetPassword/index.js.map +0 -1
  441. package/dist/views/ResetPassword/metadata.d.ts +0 -3
  442. package/dist/views/ResetPassword/metadata.d.ts.map +0 -1
  443. package/dist/views/ResetPassword/metadata.js +0 -14
  444. package/dist/views/ResetPassword/metadata.js.map +0 -1
  445. package/dist/views/Root/attachViewActions.d.ts +0 -10
  446. package/dist/views/Root/attachViewActions.d.ts.map +0 -1
  447. package/dist/views/Root/attachViewActions.js +0 -27
  448. package/dist/views/Root/attachViewActions.js.map +0 -1
  449. package/dist/views/Root/generateCustomViewMetadata.d.ts +0 -11
  450. package/dist/views/Root/generateCustomViewMetadata.d.ts.map +0 -1
  451. package/dist/views/Root/generateCustomViewMetadata.js +0 -25
  452. package/dist/views/Root/generateCustomViewMetadata.js.map +0 -1
  453. package/dist/views/Root/getCustomCollectionViewByRoute.d.ts +0 -12
  454. package/dist/views/Root/getCustomCollectionViewByRoute.d.ts.map +0 -1
  455. package/dist/views/Root/getCustomCollectionViewByRoute.js +0 -48
  456. package/dist/views/Root/getCustomCollectionViewByRoute.js.map +0 -1
  457. package/dist/views/Root/getCustomCollectionViewByRoute.spec.js +0 -168
  458. package/dist/views/Root/getCustomCollectionViewByRoute.spec.js.map +0 -1
  459. package/dist/views/Root/getCustomGlobalViewByRoute.d.ts +0 -12
  460. package/dist/views/Root/getCustomGlobalViewByRoute.d.ts.map +0 -1
  461. package/dist/views/Root/getCustomGlobalViewByRoute.js +0 -46
  462. package/dist/views/Root/getCustomGlobalViewByRoute.js.map +0 -1
  463. package/dist/views/Root/getCustomViewByKey.d.ts +0 -10
  464. package/dist/views/Root/getCustomViewByKey.d.ts.map +0 -1
  465. package/dist/views/Root/getCustomViewByKey.js +0 -16
  466. package/dist/views/Root/getCustomViewByKey.js.map +0 -1
  467. package/dist/views/Root/getCustomViewByRoute.d.ts +0 -11
  468. package/dist/views/Root/getCustomViewByRoute.d.ts.map +0 -1
  469. package/dist/views/Root/getCustomViewByRoute.js +0 -48
  470. package/dist/views/Root/getCustomViewByRoute.js.map +0 -1
  471. package/dist/views/Root/getDocumentViewInfo.d.ts +0 -6
  472. package/dist/views/Root/getDocumentViewInfo.d.ts.map +0 -1
  473. package/dist/views/Root/getDocumentViewInfo.js +0 -28
  474. package/dist/views/Root/getDocumentViewInfo.js.map +0 -1
  475. package/dist/views/Root/getRouteData.d.ts +0 -45
  476. package/dist/views/Root/getRouteData.d.ts.map +0 -1
  477. package/dist/views/Root/getRouteData.js +0 -349
  478. package/dist/views/Root/getRouteData.js.map +0 -1
  479. package/dist/views/Root/index.d.ts +0 -23
  480. package/dist/views/Root/index.d.ts.map +0 -1
  481. package/dist/views/Root/index.js +0 -297
  482. package/dist/views/Root/index.js.map +0 -1
  483. package/dist/views/Root/isPathMatchingRoute.d.ts +0 -8
  484. package/dist/views/Root/isPathMatchingRoute.d.ts.map +0 -1
  485. package/dist/views/Root/isPathMatchingRoute.js +0 -33
  486. package/dist/views/Root/isPathMatchingRoute.js.map +0 -1
  487. package/dist/views/Root/isPathMatchingRoute.spec.js +0 -178
  488. package/dist/views/Root/isPathMatchingRoute.spec.js.map +0 -1
  489. package/dist/views/Root/metadata.d.ts.map +0 -1
  490. package/dist/views/Root/metadata.js +0 -173
  491. package/dist/views/Root/metadata.js.map +0 -1
  492. package/dist/views/Unauthorized/index.css +0 -44
  493. package/dist/views/Unauthorized/index.d.ts +0 -6
  494. package/dist/views/Unauthorized/index.d.ts.map +0 -1
  495. package/dist/views/Unauthorized/index.js +0 -33
  496. package/dist/views/Unauthorized/index.js.map +0 -1
  497. package/dist/views/Unauthorized/metadata.d.ts +0 -3
  498. package/dist/views/Unauthorized/metadata.d.ts.map +0 -1
  499. package/dist/views/Unauthorized/metadata.js +0 -14
  500. package/dist/views/Unauthorized/metadata.js.map +0 -1
  501. package/dist/views/Verify/index.client.d.ts +0 -7
  502. package/dist/views/Verify/index.client.d.ts.map +0 -1
  503. package/dist/views/Verify/index.client.js +0 -50
  504. package/dist/views/Verify/index.client.js.map +0 -1
  505. package/dist/views/Verify/index.d.ts +0 -6
  506. package/dist/views/Verify/index.d.ts.map +0 -1
  507. package/dist/views/Verify/index.js +0 -72
  508. package/dist/views/Verify/index.js.map +0 -1
  509. package/dist/views/Verify/metadata.d.ts +0 -3
  510. package/dist/views/Verify/metadata.d.ts.map +0 -1
  511. package/dist/views/Verify/metadata.js +0 -14
  512. package/dist/views/Verify/metadata.js.map +0 -1
  513. package/dist/views/Version/Default/SelectedLocalesContext.d.ts +0 -7
  514. package/dist/views/Version/Default/SelectedLocalesContext.d.ts.map +0 -1
  515. package/dist/views/Version/Default/SelectedLocalesContext.js +0 -8
  516. package/dist/views/Version/Default/SelectedLocalesContext.js.map +0 -1
  517. package/dist/views/Version/Default/SetStepNav.d.ts +0 -11
  518. package/dist/views/Version/Default/SetStepNav.d.ts.map +0 -1
  519. package/dist/views/Version/Default/SetStepNav.js +0 -135
  520. package/dist/views/Version/Default/SetStepNav.js.map +0 -1
  521. package/dist/views/Version/Default/index.css +0 -227
  522. package/dist/views/Version/Default/index.d.ts +0 -5
  523. package/dist/views/Version/Default/index.d.ts.map +0 -1
  524. package/dist/views/Version/Default/index.js +0 -255
  525. package/dist/views/Version/Default/index.js.map +0 -1
  526. package/dist/views/Version/Default/types.d.ts +0 -23
  527. package/dist/views/Version/Default/types.d.ts.map +0 -1
  528. package/dist/views/Version/Default/types.js +0 -2
  529. package/dist/views/Version/Default/types.js.map +0 -1
  530. package/dist/views/Version/RenderFieldsToDiff/DiffCollapser/index.css +0 -64
  531. package/dist/views/Version/RenderFieldsToDiff/DiffCollapser/index.d.ts +0 -27
  532. package/dist/views/Version/RenderFieldsToDiff/DiffCollapser/index.d.ts.map +0 -1
  533. package/dist/views/Version/RenderFieldsToDiff/DiffCollapser/index.js +0 -136
  534. package/dist/views/Version/RenderFieldsToDiff/DiffCollapser/index.js.map +0 -1
  535. package/dist/views/Version/RenderFieldsToDiff/RenderVersionFieldsToDiff.d.ts +0 -12
  536. package/dist/views/Version/RenderFieldsToDiff/RenderVersionFieldsToDiff.d.ts.map +0 -1
  537. package/dist/views/Version/RenderFieldsToDiff/RenderVersionFieldsToDiff.js +0 -80
  538. package/dist/views/Version/RenderFieldsToDiff/RenderVersionFieldsToDiff.js.map +0 -1
  539. package/dist/views/Version/RenderFieldsToDiff/buildVersionFields.d.ts +0 -31
  540. package/dist/views/Version/RenderFieldsToDiff/buildVersionFields.d.ts.map +0 -1
  541. package/dist/views/Version/RenderFieldsToDiff/buildVersionFields.js +0 -439
  542. package/dist/views/Version/RenderFieldsToDiff/buildVersionFields.js.map +0 -1
  543. package/dist/views/Version/RenderFieldsToDiff/fields/Checkbox/index.css +0 -97
  544. package/dist/views/Version/RenderFieldsToDiff/fields/Checkbox/index.d.ts +0 -4
  545. package/dist/views/Version/RenderFieldsToDiff/fields/Checkbox/index.d.ts.map +0 -1
  546. package/dist/views/Version/RenderFieldsToDiff/fields/Checkbox/index.js +0 -91
  547. package/dist/views/Version/RenderFieldsToDiff/fields/Checkbox/index.js.map +0 -1
  548. package/dist/views/Version/RenderFieldsToDiff/fields/Collapsible/index.d.ts +0 -3
  549. package/dist/views/Version/RenderFieldsToDiff/fields/Collapsible/index.d.ts.map +0 -1
  550. package/dist/views/Version/RenderFieldsToDiff/fields/Collapsible/index.js +0 -61
  551. package/dist/views/Version/RenderFieldsToDiff/fields/Collapsible/index.js.map +0 -1
  552. package/dist/views/Version/RenderFieldsToDiff/fields/Date/index.css +0 -29
  553. package/dist/views/Version/RenderFieldsToDiff/fields/Date/index.d.ts +0 -4
  554. package/dist/views/Version/RenderFieldsToDiff/fields/Date/index.d.ts.map +0 -1
  555. package/dist/views/Version/RenderFieldsToDiff/fields/Date/index.js +0 -83
  556. package/dist/views/Version/RenderFieldsToDiff/fields/Date/index.js.map +0 -1
  557. package/dist/views/Version/RenderFieldsToDiff/fields/Group/index.css +0 -5
  558. package/dist/views/Version/RenderFieldsToDiff/fields/Group/index.d.ts +0 -4
  559. package/dist/views/Version/RenderFieldsToDiff/fields/Group/index.d.ts.map +0 -1
  560. package/dist/views/Version/RenderFieldsToDiff/fields/Group/index.js +0 -66
  561. package/dist/views/Version/RenderFieldsToDiff/fields/Group/index.js.map +0 -1
  562. package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.css +0 -40
  563. package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.d.ts +0 -5
  564. package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.d.ts.map +0 -1
  565. package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.js +0 -126
  566. package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.js.map +0 -1
  567. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/generateLabelFromValue.d.ts +0 -10
  568. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/generateLabelFromValue.d.ts.map +0 -1
  569. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/generateLabelFromValue.js +0 -67
  570. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/generateLabelFromValue.js.map +0 -1
  571. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.css +0 -213
  572. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.d.ts +0 -21
  573. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.d.ts.map +0 -1
  574. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.js +0 -238
  575. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.js.map +0 -1
  576. package/dist/views/Version/RenderFieldsToDiff/fields/Row/index.d.ts +0 -3
  577. package/dist/views/Version/RenderFieldsToDiff/fields/Row/index.d.ts.map +0 -1
  578. package/dist/views/Version/RenderFieldsToDiff/fields/Row/index.js +0 -17
  579. package/dist/views/Version/RenderFieldsToDiff/fields/Row/index.js.map +0 -1
  580. package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.css +0 -4
  581. package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.d.ts +0 -4
  582. package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.d.ts.map +0 -1
  583. package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.js +0 -94
  584. package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.js.map +0 -1
  585. package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.css +0 -6
  586. package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.d.ts +0 -4
  587. package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.d.ts.map +0 -1
  588. package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.js +0 -158
  589. package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.js.map +0 -1
  590. package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.css +0 -4
  591. package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.d.ts +0 -4
  592. package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.d.ts.map +0 -1
  593. package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.js +0 -109
  594. package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.js.map +0 -1
  595. package/dist/views/Version/RenderFieldsToDiff/fields/Upload/index.css +0 -188
  596. package/dist/views/Version/RenderFieldsToDiff/fields/Upload/index.d.ts +0 -33
  597. package/dist/views/Version/RenderFieldsToDiff/fields/Upload/index.d.ts.map +0 -1
  598. package/dist/views/Version/RenderFieldsToDiff/fields/Upload/index.js +0 -262
  599. package/dist/views/Version/RenderFieldsToDiff/fields/Upload/index.js.map +0 -1
  600. package/dist/views/Version/RenderFieldsToDiff/fields/index.d.ts +0 -3
  601. package/dist/views/Version/RenderFieldsToDiff/fields/index.d.ts.map +0 -1
  602. package/dist/views/Version/RenderFieldsToDiff/fields/index.js +0 -36
  603. package/dist/views/Version/RenderFieldsToDiff/fields/index.js.map +0 -1
  604. package/dist/views/Version/RenderFieldsToDiff/index.css +0 -24
  605. package/dist/views/Version/RenderFieldsToDiff/index.d.ts +0 -3
  606. package/dist/views/Version/RenderFieldsToDiff/index.d.ts.map +0 -1
  607. package/dist/views/Version/RenderFieldsToDiff/index.js +0 -13
  608. package/dist/views/Version/RenderFieldsToDiff/index.js.map +0 -1
  609. package/dist/views/Version/RenderFieldsToDiff/utilities/countChangedFields.d.ts +0 -25
  610. package/dist/views/Version/RenderFieldsToDiff/utilities/countChangedFields.d.ts.map +0 -1
  611. package/dist/views/Version/RenderFieldsToDiff/utilities/countChangedFields.js +0 -242
  612. package/dist/views/Version/RenderFieldsToDiff/utilities/countChangedFields.js.map +0 -1
  613. package/dist/views/Version/RenderFieldsToDiff/utilities/countChangedFields.spec.js +0 -861
  614. package/dist/views/Version/RenderFieldsToDiff/utilities/countChangedFields.spec.js.map +0 -1
  615. package/dist/views/Version/RenderFieldsToDiff/utilities/fieldHasChanges.d.ts +0 -2
  616. package/dist/views/Version/RenderFieldsToDiff/utilities/fieldHasChanges.d.ts.map +0 -1
  617. package/dist/views/Version/RenderFieldsToDiff/utilities/fieldHasChanges.js +0 -4
  618. package/dist/views/Version/RenderFieldsToDiff/utilities/fieldHasChanges.js.map +0 -1
  619. package/dist/views/Version/RenderFieldsToDiff/utilities/fieldHasChanges.spec.js +0 -47
  620. package/dist/views/Version/RenderFieldsToDiff/utilities/fieldHasChanges.spec.js.map +0 -1
  621. package/dist/views/Version/RenderFieldsToDiff/utilities/getFieldsForRowComparison.d.ts +0 -19
  622. package/dist/views/Version/RenderFieldsToDiff/utilities/getFieldsForRowComparison.d.ts.map +0 -1
  623. package/dist/views/Version/RenderFieldsToDiff/utilities/getFieldsForRowComparison.js +0 -45
  624. package/dist/views/Version/RenderFieldsToDiff/utilities/getFieldsForRowComparison.js.map +0 -1
  625. package/dist/views/Version/RenderFieldsToDiff/utilities/getFieldsForRowComparison.spec.js +0 -135
  626. package/dist/views/Version/RenderFieldsToDiff/utilities/getFieldsForRowComparison.spec.js.map +0 -1
  627. package/dist/views/Version/Restore/index.css +0 -26
  628. package/dist/views/Version/Restore/index.d.ts +0 -16
  629. package/dist/views/Version/Restore/index.d.ts.map +0 -1
  630. package/dist/views/Version/Restore/index.js +0 -106
  631. package/dist/views/Version/Restore/index.js.map +0 -1
  632. package/dist/views/Version/SelectComparison/VersionDrawer/CreatedAtCell.d.ts +0 -3
  633. package/dist/views/Version/SelectComparison/VersionDrawer/CreatedAtCell.d.ts.map +0 -1
  634. package/dist/views/Version/SelectComparison/VersionDrawer/CreatedAtCell.js +0 -56
  635. package/dist/views/Version/SelectComparison/VersionDrawer/CreatedAtCell.js.map +0 -1
  636. package/dist/views/Version/SelectComparison/VersionDrawer/index.d.ts +0 -33
  637. package/dist/views/Version/SelectComparison/VersionDrawer/index.d.ts.map +0 -1
  638. package/dist/views/Version/SelectComparison/VersionDrawer/index.js +0 -239
  639. package/dist/views/Version/SelectComparison/VersionDrawer/index.js.map +0 -1
  640. package/dist/views/Version/SelectComparison/index.d.ts +0 -5
  641. package/dist/views/Version/SelectComparison/index.d.ts.map +0 -1
  642. package/dist/views/Version/SelectComparison/index.js +0 -57
  643. package/dist/views/Version/SelectComparison/index.js.map +0 -1
  644. package/dist/views/Version/SelectComparison/types.d.ts +0 -26
  645. package/dist/views/Version/SelectComparison/types.d.ts.map +0 -1
  646. package/dist/views/Version/SelectComparison/types.js +0 -2
  647. package/dist/views/Version/SelectComparison/types.js.map +0 -1
  648. package/dist/views/Version/SelectLocales/index.d.ts +0 -12
  649. package/dist/views/Version/SelectLocales/index.d.ts.map +0 -1
  650. package/dist/views/Version/SelectLocales/index.js +0 -39
  651. package/dist/views/Version/SelectLocales/index.js.map +0 -1
  652. package/dist/views/Version/VersionPillLabel/VersionPillLabel.d.ts +0 -31
  653. package/dist/views/Version/VersionPillLabel/VersionPillLabel.d.ts.map +0 -1
  654. package/dist/views/Version/VersionPillLabel/VersionPillLabel.js +0 -122
  655. package/dist/views/Version/VersionPillLabel/VersionPillLabel.js.map +0 -1
  656. package/dist/views/Version/VersionPillLabel/getVersionLabel.d.ts +0 -37
  657. package/dist/views/Version/VersionPillLabel/getVersionLabel.d.ts.map +0 -1
  658. package/dist/views/Version/VersionPillLabel/getVersionLabel.js +0 -43
  659. package/dist/views/Version/VersionPillLabel/getVersionLabel.js.map +0 -1
  660. package/dist/views/Version/VersionPillLabel/index.css +0 -31
  661. package/dist/views/Version/fetchVersions.d.ts +0 -42
  662. package/dist/views/Version/fetchVersions.d.ts.map +0 -1
  663. package/dist/views/Version/fetchVersions.js +0 -151
  664. package/dist/views/Version/fetchVersions.js.map +0 -1
  665. package/dist/views/Version/index.d.ts +0 -4
  666. package/dist/views/Version/index.d.ts.map +0 -1
  667. package/dist/views/Version/index.js +0 -352
  668. package/dist/views/Version/index.js.map +0 -1
  669. package/dist/views/Version/metadata.d.ts +0 -6
  670. package/dist/views/Version/metadata.d.ts.map +0 -1
  671. package/dist/views/Version/metadata.js +0 -58
  672. package/dist/views/Version/metadata.js.map +0 -1
  673. package/dist/views/Versions/buildColumns.d.ts +0 -16
  674. package/dist/views/Versions/buildColumns.d.ts.map +0 -1
  675. package/dist/views/Versions/buildColumns.js +0 -88
  676. package/dist/views/Versions/buildColumns.js.map +0 -1
  677. package/dist/views/Versions/cells/AutosaveCell/index.css +0 -7
  678. package/dist/views/Versions/cells/AutosaveCell/index.d.ts +0 -21
  679. package/dist/views/Versions/cells/AutosaveCell/index.d.ts.map +0 -1
  680. package/dist/views/Versions/cells/AutosaveCell/index.js +0 -45
  681. package/dist/views/Versions/cells/AutosaveCell/index.js.map +0 -1
  682. package/dist/views/Versions/cells/CreatedAt/index.d.ts +0 -13
  683. package/dist/views/Versions/cells/CreatedAt/index.d.ts.map +0 -1
  684. package/dist/views/Versions/cells/CreatedAt/index.js +0 -60
  685. package/dist/views/Versions/cells/CreatedAt/index.js.map +0 -1
  686. package/dist/views/Versions/cells/ID/index.d.ts +0 -5
  687. package/dist/views/Versions/cells/ID/index.d.ts.map +0 -1
  688. package/dist/views/Versions/cells/ID/index.js +0 -12
  689. package/dist/views/Versions/cells/ID/index.js.map +0 -1
  690. package/dist/views/Versions/index.client.d.ts +0 -9
  691. package/dist/views/Versions/index.client.d.ts.map +0 -1
  692. package/dist/views/Versions/index.client.js +0 -73
  693. package/dist/views/Versions/index.client.js.map +0 -1
  694. package/dist/views/Versions/index.css +0 -85
  695. package/dist/views/Versions/index.d.ts +0 -5
  696. package/dist/views/Versions/index.d.ts.map +0 -1
  697. package/dist/views/Versions/index.js +0 -178
  698. package/dist/views/Versions/index.js.map +0 -1
  699. package/dist/views/Versions/metadata.d.ts +0 -6
  700. package/dist/views/Versions/metadata.d.ts.map +0 -1
  701. package/dist/views/Versions/metadata.js +0 -51
  702. package/dist/views/Versions/metadata.js.map +0 -1
  703. package/dist/views/Versions/types.d.ts +0 -17
  704. package/dist/views/Versions/types.d.ts.map +0 -1
  705. package/dist/views/Versions/types.js +0 -2
  706. package/dist/views/Versions/types.js.map +0 -1
  707. /package/dist/{views/Root → adapters}/metadata.d.ts +0 -0
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2018-2025 Payload CMS, Inc. <info@payloadcms.com>
3
+ Copyright (c) 2018-2026 Payload CMS, LLC <info@payloadcms.com>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
@@ -0,0 +1,2 @@
1
+ export declare const handleServerFunctions: import("payload").ServerFunctionHandler;
2
+ //# sourceMappingURL=handleServerFunctions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handleServerFunctions.d.ts","sourceRoot":"","sources":["../../src/adapters/handleServerFunctions.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,qBAAqB,yCAEhC,CAAA"}
@@ -0,0 +1,6 @@
1
+ import { createServerFunctionHandler } from '@payloadcms/ui/utilities/handleServerFunctions';
2
+ import { nextServerAdapter } from './server.js';
3
+ export const handleServerFunctions = createServerFunctionHandler({
4
+ serverAdapter: nextServerAdapter
5
+ });
6
+ //# sourceMappingURL=handleServerFunctions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handleServerFunctions.js","names":["createServerFunctionHandler","nextServerAdapter","handleServerFunctions","serverAdapter"],"sources":["../../src/adapters/handleServerFunctions.ts"],"sourcesContent":["import { createServerFunctionHandler } from '@payloadcms/ui/utilities/handleServerFunctions'\n\nimport { nextServerAdapter } from './server.js'\n\nexport const handleServerFunctions = createServerFunctionHandler({\n serverAdapter: nextServerAdapter,\n})\n"],"mappings":"AAAA,SAASA,2BAA2B,QAAQ;AAE5C,SAASC,iBAAiB,QAAQ;AAElC,OAAO,MAAMC,qBAAA,GAAwBF,2BAAA,CAA4B;EAC/DG,aAAA,EAAeF;AACjB","ignoreList":[]}
@@ -0,0 +1,7 @@
1
+ import { RootLayout as UIRootLayout } from '@payloadcms/ui/layouts';
2
+ import React from 'react';
3
+ import '@payloadcms/ui/scss/app.scss';
4
+ export { metadata } from '@payloadcms/ui/layouts';
5
+ type Props = Omit<React.ComponentProps<typeof UIRootLayout>, 'additionalDependencyChecks' | 'fonts' | 'RouterAdapter' | 'serverAdapter'>;
6
+ export declare const RootLayout: (props: Props) => React.JSX.Element;
7
+ //# sourceMappingURL=layout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../src/adapters/layout.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,IAAI,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAGnE,OAAO,KAAK,MAAM,OAAO,CAAA;AAQzB,OAAO,8BAA8B,CAAA;AAqBrC,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AAEjD,KAAK,KAAK,GAAG,IAAI,CACf,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,EACzC,4BAA4B,GAAG,OAAO,GAAG,eAAe,GAAG,eAAe,CAC3E,CAAA;AAED,eAAO,MAAM,UAAU,GAAI,OAAO,KAAK,sBAWtC,CAAA"}
@@ -0,0 +1,38 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { RootLayout as UIRootLayout } from '@payloadcms/ui/layouts';
3
+ // @ts-expect-error - TS6 NodeNext rejects deep imports into `next` (no `exports` field), but Next.js compiler requires this exact specifier
4
+ import { Inter, Roboto_Mono } from 'next/font/google';
5
+ import React from 'react';
6
+ import { NextRouterAdapter } from './router.js';
7
+ import { nextServerAdapter } from './server.js';
8
+ const inter = Inter({
9
+ subsets: ['latin'],
10
+ variable: '--font-family-sans'
11
+ });
12
+ const robotoMono = Roboto_Mono({
13
+ subsets: ['latin'],
14
+ variable: '--font-family-mono'
15
+ });
16
+ const nextDependencyChecks = {
17
+ dependencyVersions: {
18
+ next: {
19
+ required: false,
20
+ version: '>=15.0.0'
21
+ }
22
+ }
23
+ };
24
+ export { metadata } from '@payloadcms/ui/layouts';
25
+ export const RootLayout = props => /*#__PURE__*/_jsx(UIRootLayout, {
26
+ ...props,
27
+ additionalDependencyChecks: nextDependencyChecks,
28
+ fonts: [{
29
+ className: inter.className,
30
+ variable: inter.variable
31
+ }, {
32
+ className: robotoMono.className,
33
+ variable: robotoMono.variable
34
+ }],
35
+ RouterAdapter: NextRouterAdapter,
36
+ serverAdapter: nextServerAdapter
37
+ });
38
+ //# sourceMappingURL=layout.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"layout.js","names":["RootLayout","UIRootLayout","Inter","Roboto_Mono","React","NextRouterAdapter","nextServerAdapter","inter","subsets","variable","robotoMono","nextDependencyChecks","dependencyVersions","next","required","version","metadata","props","_jsx","additionalDependencyChecks","fonts","className","RouterAdapter","serverAdapter"],"sources":["../../src/adapters/layout.tsx"],"sourcesContent":["import { RootLayout as UIRootLayout } from '@payloadcms/ui/layouts'\n// @ts-expect-error - TS6 NodeNext rejects deep imports into `next` (no `exports` field), but Next.js compiler requires this exact specifier\nimport { Inter, Roboto_Mono } from 'next/font/google'\nimport React from 'react'\n\nimport { NextRouterAdapter } from './router.js'\nimport { nextServerAdapter } from './server.js'\n// SCSS import lives here (not in `@payloadcms/ui`) so the esbuild bundle that produces\n// `@payloadcms/next/css` (`dist/prod/styles.css`) can follow the SCSS chain. esbuild\n// treats `@payloadcms/ui` as external; any SCSS import inside that package is invisible\n// to it, so the import must be reachable from within `packages/next/src/`.\nimport '@payloadcms/ui/scss/app.scss'\n\nconst inter = Inter({\n subsets: ['latin'],\n variable: '--font-family-sans',\n})\n\nconst robotoMono = Roboto_Mono({\n subsets: ['latin'],\n variable: '--font-family-mono',\n})\n\nconst nextDependencyChecks = {\n dependencyVersions: {\n next: {\n required: false,\n version: '>=15.0.0',\n },\n },\n}\n\nexport { metadata } from '@payloadcms/ui/layouts'\n\ntype Props = Omit<\n React.ComponentProps<typeof UIRootLayout>,\n 'additionalDependencyChecks' | 'fonts' | 'RouterAdapter' | 'serverAdapter'\n>\n\nexport const RootLayout = (props: Props) => (\n <UIRootLayout\n {...props}\n additionalDependencyChecks={nextDependencyChecks}\n fonts={[\n { className: inter.className, variable: inter.variable },\n { className: robotoMono.className, variable: robotoMono.variable },\n ]}\n RouterAdapter={NextRouterAdapter}\n serverAdapter={nextServerAdapter}\n />\n)\n"],"mappings":";AAAA,SAASA,UAAA,IAAcC,YAAY,QAAQ;AAC3C;AACA,SAASC,KAAK,EAAEC,WAAW,QAAQ;AACnC,OAAOC,KAAA,MAAW;AAElB,SAASC,iBAAiB,QAAQ;AAClC,SAASC,iBAAiB,QAAQ;AAOlC,MAAMC,KAAA,GAAQL,KAAA,CAAM;EAClBM,OAAA,EAAS,CAAC,QAAQ;EAClBC,QAAA,EAAU;AACZ;AAEA,MAAMC,UAAA,GAAaP,WAAA,CAAY;EAC7BK,OAAA,EAAS,CAAC,QAAQ;EAClBC,QAAA,EAAU;AACZ;AAEA,MAAME,oBAAA,GAAuB;EAC3BC,kBAAA,EAAoB;IAClBC,IAAA,EAAM;MACJC,QAAA,EAAU;MACVC,OAAA,EAAS;IACX;EACF;AACF;AAEA,SAASC,QAAQ,QAAQ;AAOzB,OAAO,MAAMhB,UAAA,GAAciB,KAAA,iBACzBC,IAAA,CAACjB,YAAA;EACE,GAAGgB,KAAK;EACTE,0BAAA,EAA4BR,oBAAA;EAC5BS,KAAA,EAAO,CACL;IAAEC,SAAA,EAAWd,KAAA,CAAMc,SAAS;IAAEZ,QAAA,EAAUF,KAAA,CAAME;EAAS,GACvD;IAAEY,SAAA,EAAWX,UAAA,CAAWW,SAAS;IAAEZ,QAAA,EAAUC,UAAA,CAAWD;EAAS,EAClE;EACDa,aAAA,EAAejB,iBAAA;EACfkB,aAAA,EAAejB","ignoreList":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metadata.d.ts","sourceRoot":"","sources":["../../src/adapters/metadata.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,MAAM,CAAA;AACpC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAO9C,KAAK,IAAI,GAAG;IACV,MAAM,EAAE,OAAO,CAAC,eAAe,CAAC,CAAA;IAChC,MAAM,EAAE,OAAO,CAAC;QACd,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAA;KACjC,CAAC,CAAA;IACF,YAAY,EAAE,OAAO,CAAC;QACpB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAA;KACjC,CAAC,CAAA;CACH,CAAA;AAED,eAAO,MAAM,oBAAoB,GAAU,mDAGxC,IAAI,KAAG,OAAO,CAAC,QAAQ,CAQzB,CAAA"}
@@ -0,0 +1,21 @@
1
+ import { generatePageMetadata as generateMetadata } from '@payloadcms/ui/views/Root/generatePageMetadata';
2
+ import { getNextRequestI18n } from '../utilities/getNextRequestI18n.js';
3
+ import { adminViews } from './views.js';
4
+ export const generatePageMetadata = async ({
5
+ config: configPromise,
6
+ params: paramsPromise
7
+ }) => {
8
+ const config = await configPromise;
9
+ const params = await paramsPromise;
10
+ const i18n = await getNextRequestI18n({
11
+ config
12
+ });
13
+ const metadata = await generateMetadata({
14
+ adminViews,
15
+ config,
16
+ i18n,
17
+ params
18
+ });
19
+ return metadata;
20
+ };
21
+ //# sourceMappingURL=metadata.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metadata.js","names":["generatePageMetadata","generateMetadata","getNextRequestI18n","adminViews","config","configPromise","params","paramsPromise","i18n","metadata"],"sources":["../../src/adapters/metadata.ts"],"sourcesContent":["import type { Metadata } from 'next'\nimport type { SanitizedConfig } from 'payload'\n\nimport { generatePageMetadata as generateMetadata } from '@payloadcms/ui/views/Root/generatePageMetadata'\n\nimport { getNextRequestI18n } from '../utilities/getNextRequestI18n.js'\nimport { adminViews } from './views.js'\n\ntype Args = {\n config: Promise<SanitizedConfig>\n params: Promise<{\n [key: string]: string | string[]\n }>\n searchParams: Promise<{\n [key: string]: string | string[]\n }>\n}\n\nexport const generatePageMetadata = async ({\n config: configPromise,\n params: paramsPromise,\n}: Args): Promise<Metadata> => {\n const config = await configPromise\n const params = await paramsPromise\n const i18n = await getNextRequestI18n({ config })\n\n const metadata = await generateMetadata({ adminViews, config, i18n, params })\n\n return metadata as unknown as Metadata\n}\n"],"mappings":"AAGA,SAASA,oBAAA,IAAwBC,gBAAgB,QAAQ;AAEzD,SAASC,kBAAkB,QAAQ;AACnC,SAASC,UAAU,QAAQ;AAY3B,OAAO,MAAMH,oBAAA,GAAuB,MAAAA,CAAO;EACzCI,MAAA,EAAQC,aAAa;EACrBC,MAAA,EAAQC;AAAa,CAChB;EACL,MAAMH,MAAA,GAAS,MAAMC,aAAA;EACrB,MAAMC,MAAA,GAAS,MAAMC,aAAA;EACrB,MAAMC,IAAA,GAAO,MAAMN,kBAAA,CAAmB;IAAEE;EAAO;EAE/C,MAAMK,QAAA,GAAW,MAAMR,gBAAA,CAAiB;IAAEE,UAAA;IAAYC,MAAA;IAAQI,IAAA;IAAMF;EAAO;EAE3E,OAAOG,QAAA;AACT","ignoreList":[]}
@@ -0,0 +1,16 @@
1
+ import type { AdminViewAdapter, AdminViewServerProps, ImportMap, MetaConfig, SanitizedConfig } from 'payload';
2
+ export declare const adminViews: AdminViewAdapter<AdminViewServerProps, MetaConfig>;
3
+ type PageProps = {
4
+ readonly config: Promise<SanitizedConfig>;
5
+ readonly importMap: ImportMap;
6
+ readonly params: Promise<{
7
+ segments: string[];
8
+ }>;
9
+ readonly searchParams: Promise<{
10
+ [key: string]: string | string[];
11
+ }>;
12
+ };
13
+ export declare const RootPage: (props: PageProps) => Promise<import("react").JSX.Element>;
14
+ export declare const NotFoundPage: (props: PageProps) => Promise<import("react").JSX.Element>;
15
+ export {};
16
+ //# sourceMappingURL=views.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"views.d.ts","sourceRoot":"","sources":["../../src/adapters/views.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,gBAAgB,EAChB,oBAAoB,EACpB,SAAS,EACT,UAAU,EACV,eAAe,EAChB,MAAM,SAAS,CAAA;AAahB,eAAO,MAAM,UAAU,EAAE,gBAAgB,CAAC,oBAAoB,EAAE,UAAU,CAAqB,CAAA;AAE/F,KAAK,SAAS,GAAG;IACf,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC,eAAe,CAAC,CAAA;IACzC,QAAQ,CAAC,SAAS,EAAE,SAAS,CAAA;IAC7B,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC;QACvB,QAAQ,EAAE,MAAM,EAAE,CAAA;KACnB,CAAC,CAAA;IACF,QAAQ,CAAC,YAAY,EAAE,OAAO,CAAC;QAC7B,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAA;KACjC,CAAC,CAAA;CACH,CAAA;AAED,eAAO,MAAM,QAAQ,GAAI,OAAO,SAAS,yCACwC,CAAA;AAEjF,eAAO,MAAM,YAAY,GAAI,OAAO,SAAS,yCACY,CAAA"}
@@ -0,0 +1,23 @@
1
+ import { initReq } from '@payloadcms/ui/utilities/initReq';
2
+ import { renderNotFoundPage } from '@payloadcms/ui/views/NotFound/page';
3
+ import { renderRoot } from '@payloadcms/ui/views/Root';
4
+ import { defaultAdminViews } from '@payloadcms/ui/views/Root/adminViews';
5
+ import { notFound, redirect } from 'next/navigation.js';
6
+ import { nextServerAdapter } from './server.js';
7
+ const boundInitReq = args => initReq({
8
+ ...args,
9
+ serverAdapter: nextServerAdapter
10
+ });
11
+ export const adminViews = defaultAdminViews;
12
+ export const RootPage = props => renderRoot({
13
+ ...props,
14
+ adminViews,
15
+ initReq: boundInitReq,
16
+ notFound,
17
+ redirect
18
+ });
19
+ export const NotFoundPage = props => renderNotFoundPage({
20
+ ...props,
21
+ initReq: boundInitReq
22
+ });
23
+ //# sourceMappingURL=views.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"views.js","names":["initReq","renderNotFoundPage","renderRoot","defaultAdminViews","notFound","redirect","nextServerAdapter","boundInitReq","args","serverAdapter","adminViews","RootPage","props","NotFoundPage"],"sources":["../../src/adapters/views.tsx"],"sourcesContent":["import type {\n AdminViewAdapter,\n AdminViewServerProps,\n ImportMap,\n MetaConfig,\n SanitizedConfig,\n} from 'payload'\n\nimport { initReq } from '@payloadcms/ui/utilities/initReq'\nimport { renderNotFoundPage } from '@payloadcms/ui/views/NotFound/page'\nimport { renderRoot } from '@payloadcms/ui/views/Root'\nimport { defaultAdminViews } from '@payloadcms/ui/views/Root/adminViews'\nimport { notFound, redirect } from 'next/navigation.js'\n\nimport { nextServerAdapter } from './server.js'\n\nconst boundInitReq: Parameters<typeof renderRoot>[0]['initReq'] = (args) =>\n initReq({ ...args, serverAdapter: nextServerAdapter })\n\nexport const adminViews: AdminViewAdapter<AdminViewServerProps, MetaConfig> = defaultAdminViews\n\ntype PageProps = {\n readonly config: Promise<SanitizedConfig>\n readonly importMap: ImportMap\n readonly params: Promise<{\n segments: string[]\n }>\n readonly searchParams: Promise<{\n [key: string]: string | string[]\n }>\n}\n\nexport const RootPage = (props: PageProps) =>\n renderRoot({ ...props, adminViews, initReq: boundInitReq, notFound, redirect })\n\nexport const NotFoundPage = (props: PageProps) =>\n renderNotFoundPage({ ...props, initReq: boundInitReq })\n"],"mappings":"AAQA,SAASA,OAAO,QAAQ;AACxB,SAASC,kBAAkB,QAAQ;AACnC,SAASC,UAAU,QAAQ;AAC3B,SAASC,iBAAiB,QAAQ;AAClC,SAASC,QAAQ,EAAEC,QAAQ,QAAQ;AAEnC,SAASC,iBAAiB,QAAQ;AAElC,MAAMC,YAAA,GAA6DC,IAAA,IACjER,OAAA,CAAQ;EAAE,GAAGQ,IAAI;EAAEC,aAAA,EAAeH;AAAkB;AAEtD,OAAO,MAAMI,UAAA,GAAiEP,iBAAA;AAa9E,OAAO,MAAMQ,QAAA,GAAYC,KAAA,IACvBV,UAAA,CAAW;EAAE,GAAGU,KAAK;EAAEF,UAAA;EAAYV,OAAA,EAASO,YAAA;EAAcH,QAAA;EAAUC;AAAS;AAE/E,OAAO,MAAMQ,YAAA,GAAgBD,KAAA,IAC3BX,kBAAA,CAAmB;EAAE,GAAGW,KAAK;EAAEZ,OAAA,EAASO;AAAa","ignoreList":[]}
@@ -51,6 +51,7 @@ var withPayload = (nextConfig = {}, options = {}) => {
51
51
  };
52
52
  const baseConfig = {
53
53
  ...nextConfig,
54
+ devIndicators: nextConfig.devIndicators !== void 0 ? nextConfig.devIndicators : false,
54
55
  env,
55
56
  experimental: {
56
57
  ...nextConfig.experimental || {},
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/withPayload/withPayload.js"],
4
- "sourcesContent": ["/**\n * These files must remain as plain JavaScript (.js) rather than TypeScript (.ts) because they are\n * imported directly in next.config.mjs files. Since next.config files run before the build process,\n * TypeScript compilation is not available. This ensures compatibility with all templates and\n * user projects regardless of their TypeScript setup.\n */\n\nconst poweredByHeader = {\n key: 'X-Powered-By',\n value: 'Next.js, Payload',\n}\n\n/**\n * @param {import('next').NextConfig} nextConfig\n * @param {Object} [options] - Optional configuration options\n * @param {boolean} [options.devBundleServerPackages] - Whether to bundle server packages in development mode. @default false\n * */\nexport const withPayload = (nextConfig = {}, options = {}) => {\n const env = nextConfig.env || {}\n\n if (nextConfig.experimental?.staleTimes?.dynamic) {\n console.warn(\n 'Payload: detected a non-zero value for the `staleTimes.dynamic` option in your Next.js config. This will slow down page transitions and may cause stale data to load within the Admin panel. To clear this warning, remove the `staleTimes.dynamic` option from your Next.js config or set it to 0. In the future, Next.js may support scoping this option to specific routes.',\n )\n env.NEXT_PUBLIC_ENABLE_ROUTER_CACHE_REFRESH = 'true'\n }\n\n if (nextConfig.cacheComponents) {\n env.PAYLOAD_CACHE_COMPONENTS_ENABLED = 'true'\n }\n\n const consoleWarn = console.warn\n\n const sassWarningTexts = [\n // This warning is a lie - without silencing import deprecation warnings, sass will spam the console with deprecation warnings\n 'Future import deprecation is not yet active, so silencing it is unnecessary',\n // Sometimes happens despite silenceDeprecations\n 'The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0',\n ]\n console.warn = (...args) => {\n if (\n (typeof args[1] === 'string' && sassWarningTexts.some((text) => args[1].includes(text))) ||\n (typeof args[0] === 'string' && sassWarningTexts.some((text) => args[0].includes(text)))\n ) {\n return\n }\n\n consoleWarn(...args)\n }\n\n /** @type {import('next').NextConfig} */\n const baseConfig = {\n ...nextConfig,\n env,\n experimental: {\n ...(nextConfig.experimental || {}),\n // Server fast refresh breaks HMR\n turbopackServerFastRefresh: false,\n },\n sassOptions: {\n ...(nextConfig.sassOptions || {}),\n /**\n * This prevents scss warning spam during pnpm dev that looks like this:\n * ⚠ ./test/admin/components/views/CustomMinimal/index.scss\n * Issue while running loader\n * SassWarning: Deprecation Warning on line 8, column 8 of file:///Users/alessio/Documents/GitHub/ payload/packages/ui/src/scss/styles.scss:8:8:\n * Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.\n *\n * More info and automated migrator: https://sass-lang.com/d/import\n *\n * 8 | @import 'queries';\n *\n *\n * packages/ui/src/scss/styles.scss 9:9 @import\n * test/admin/components/views/CustomMinimal/index.scss 1:9 root stylesheet\n *\n * @todo: update all outdated scss imports to use @use instead of @import. Then, we can remove this.\n */\n silenceDeprecations: [...(nextConfig.sassOptions?.silenceDeprecations || []), 'import'],\n },\n outputFileTracingExcludes: {\n ...(nextConfig.outputFileTracingExcludes || {}),\n '**/*': [\n ...(nextConfig.outputFileTracingExcludes?.['**/*'] || []),\n 'drizzle-kit',\n 'drizzle-kit/api',\n ],\n },\n outputFileTracingIncludes: {\n ...(nextConfig.outputFileTracingIncludes || {}),\n '**/*': [...(nextConfig.outputFileTracingIncludes?.['**/*'] || []), '@libsql/client'],\n },\n turbopack: {\n ...(nextConfig.turbopack || {}),\n },\n // We disable the poweredByHeader here because we add it manually in the headers function below\n ...(nextConfig.poweredByHeader !== false ? { poweredByHeader: false } : {}),\n headers: async () => {\n const headersFromConfig = 'headers' in nextConfig ? await nextConfig.headers() : []\n\n return [\n ...(headersFromConfig || []),\n {\n headers: [\n {\n key: 'Accept-CH',\n value: 'Sec-CH-Prefers-Color-Scheme',\n },\n {\n key: 'Vary',\n value: 'Sec-CH-Prefers-Color-Scheme',\n },\n {\n key: 'Critical-CH',\n value: 'Sec-CH-Prefers-Color-Scheme',\n },\n ...(nextConfig.poweredByHeader !== false ? [poweredByHeader] : []),\n ],\n source: '/:path*',\n },\n ]\n },\n serverExternalPackages: [\n ...(nextConfig.serverExternalPackages || []),\n // WHY: without externalizing graphql, a graphql version error will be thrown\n // during runtime (\"Ensure that there is only one instance of \\\"graphql\\\" in the node_modules\\ndirectory.\")\n 'graphql',\n 'drizzle-kit',\n 'drizzle-kit/api',\n 'sharp',\n 'libsql',\n 'require-in-the-middle',\n 'json-schema-to-typescript',\n // Prevents turbopack build errors by the thread-stream package which is installed by pino\n 'pino',\n // file-type v22 uses `import(specifier)` with a non-literal specifier, which Turbopack rejects\n // with \"Cannot find module as expression is too dynamic\"\n 'file-type',\n ...(process.env.NODE_ENV === 'development' && options.devBundleServerPackages !== true\n ? /**\n * Unless explicitly disabled by the user, by passing `devBundleServerPackages: true` to withPayload, we\n * do not bundle server-only packages during dev for two reasons:\n *\n * 1. Performance: Fewer files to compile means faster compilation speeds.\n * 2. Turbopack support: Webpack's externals are not supported by Turbopack.\n *\n * Regarding Turbopack support: Unlike webpack.externals, we cannot use serverExternalPackages to\n * externalized packages that are not resolvable from the project root. So including a package like\n * \"drizzle-kit\" in here would do nothing - Next.js will ignore the rule and still bundle the package -\n * because it detects that the package is not resolvable from the project root (= not directly installed\n * by the user in their own package.json).\n *\n * Instead, we can use serverExternalPackages for the entry-point packages that *are* installed directly\n * by the user (e.g. db-postgres, which then installs drizzle-kit as a dependency).\n *\n *\n *\n * We should only do this during development, not build, because externalizing these packages can hurt\n * the bundle size. Not only does it disable tree-shaking, it also risks installing duplicate copies of the\n * same package.\n *\n * Example:\n * - @payloadcms/richtext-lexical (in bundle) -> installs qs-esm (bundled because of importer)\n * - payload (not in bundle, external) -> installs qs-esm (external because of importer)\n * Result: we have two copies of qs-esm installed - one in the bundle, and one in node_modules.\n *\n * During development, these bundle size difference do not matter much, and development speed /\n * turbopack support are more important.\n */\n [\n 'payload',\n '@payloadcms/db-mongodb',\n '@payloadcms/db-postgres',\n '@payloadcms/db-sqlite',\n '@payloadcms/db-vercel-postgres',\n '@payloadcms/db-d1-sqlite',\n '@payloadcms/drizzle',\n '@payloadcms/email-nodemailer',\n '@payloadcms/email-resend',\n '@payloadcms/graphql',\n '@payloadcms/payload-cloud',\n '@payloadcms/plugin-redirects',\n // TODO: Add the following packages, excluding their /client subpath exports, once Next.js supports it\n // see: https://github.com/vercel/next.js/discussions/76991\n //'@payloadcms/plugin-cloud-storage',\n //'@payloadcms/plugin-sentry',\n //'@payloadcms/plugin-stripe',\n // @payloadcms/richtext-lexical\n //'@payloadcms/storage-azure',\n //'@payloadcms/storage-gcs',\n //'@payloadcms/storage-s3',\n //'@payloadcms/storage-uploadthing',\n //'@payloadcms/storage-vercel-blob',\n ]\n : []),\n ],\n webpack: (webpackConfig, webpackOptions) => {\n const incomingWebpackConfig =\n typeof nextConfig.webpack === 'function'\n ? nextConfig.webpack(webpackConfig, webpackOptions)\n : webpackConfig\n\n return {\n ...incomingWebpackConfig,\n externals: [\n ...(incomingWebpackConfig?.externals || []),\n /**\n * See the explanation in the serverExternalPackages section above.\n * We need to force Webpack to emit require() calls for these packages, even though they are not\n * resolvable from the project root. You would expect this to error during runtime, but Next.js seems to be able to require these just fine.\n *\n * This is the only way to get Webpack Build to work, without the bundle size caveats of externalizing the\n * entry point packages, as explained in the serverExternalPackages section above.\n */\n 'drizzle-kit',\n 'drizzle-kit/api',\n 'sharp',\n 'libsql',\n 'require-in-the-middle',\n 'json-schema-to-typescript',\n ],\n plugins: [\n ...(incomingWebpackConfig?.plugins || []),\n // Fix cloudflare:sockets error: https://github.com/vercel/next.js/discussions/50177\n new webpackOptions.webpack.IgnorePlugin({\n resourceRegExp: /^pg-native$|^cloudflare:sockets$/,\n }),\n ],\n resolve: {\n ...(incomingWebpackConfig?.resolve || {}),\n alias: {\n ...(incomingWebpackConfig?.resolve?.alias || {}),\n },\n fallback: {\n ...(incomingWebpackConfig?.resolve?.fallback || {}),\n /*\n * This fixes the following warning when running next build with webpack (tested on Next.js 16.0.3 with Payload 3.64.0):\n *\n * ⚠ Compiled with warnings in 8.7s\n *\n * ./node_modules/.pnpm/mongodb@6.16.0/node_modules/mongodb/lib/deps.js\n * Module not found: Can't resolve 'aws4' in '/Users/alessio/Documents/temp/next16p/node_modules/.pnpm/mongodb@6.16.0/node_modules/mongodb/lib'\n *\n * Import trace for requested module:\n * ./node_modules/.pnpm/mongodb@6.16.0/node_modules/mongodb/lib/deps.js\n * ./node_modules/.pnpm/mongodb@6.16.0/node_modules/mongodb/lib/client-side-encryption/client_encryption.js\n * ./node_modules/.pnpm/mongodb@6.16.0/node_modules/mongodb/lib/index.js\n * ./node_modules/.pnpm/mongoose@8.15.1/node_modules/mongoose/lib/index.js\n * ./node_modules/.pnpm/mongoose@8.15.1/node_modules/mongoose/index.js\n * ./node_modules/.pnpm/@payloadcms+db-mongodb@3.64.0_payload@3.64.0_graphql@16.12.0_typescript@5.7.3_/node_modules/@payloadcms/db-mongodb/dist/index.js\n * ./src/payload.config.ts\n * ./src/app/my-route/route.ts\n *\n **/\n aws4: false,\n },\n },\n }\n },\n }\n\n if (nextConfig.basePath) {\n process.env.NEXT_BASE_PATH = nextConfig.basePath\n baseConfig.env.NEXT_BASE_PATH = nextConfig.basePath\n }\n\n return baseConfig\n}\n\nexport default withPayload\n"],
5
- "mappings": "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",
6
- "names": ["poweredByHeader", "key", "value", "withPayload", "nextConfig", "options", "env", "experimental", "staleTimes", "dynamic", "console", "warn", "NEXT_PUBLIC_ENABLE_ROUTER_CACHE_REFRESH", "cacheComponents", "PAYLOAD_CACHE_COMPONENTS_ENABLED", "consoleWarn", "sassWarningTexts", "args", "some", "text", "includes", "baseConfig", "turbopackServerFastRefresh", "sassOptions", "silenceDeprecations", "outputFileTracingExcludes", "outputFileTracingIncludes", "turbopack", "headers", "headersFromConfig", "source", "serverExternalPackages", "process", "NODE_ENV", "devBundleServerPackages", "webpack", "webpackConfig", "webpackOptions", "incomingWebpackConfig", "externals", "plugins", "IgnorePlugin", "resourceRegExp", "resolve", "alias", "fallback", "aws4", "basePath", "NEXT_BASE_PATH"]
4
+ "sourcesContent": ["/**\n * These files must remain as plain JavaScript (.js) rather than TypeScript (.ts) because they are\n * imported directly in next.config.mjs files. Since next.config files run before the build process,\n * TypeScript compilation is not available. This ensures compatibility with all templates and\n * user projects regardless of their TypeScript setup.\n */\n\nconst poweredByHeader = {\n key: 'X-Powered-By',\n value: 'Next.js, Payload',\n}\n\n/**\n * @param {import('next').NextConfig} nextConfig\n * @param {Object} [options] - Optional configuration options\n * @param {boolean} [options.devBundleServerPackages] - Whether to bundle server packages in development mode. @default false\n * */\nexport const withPayload = (nextConfig = {}, options = {}) => {\n const env = nextConfig.env || {}\n\n if (nextConfig.experimental?.staleTimes?.dynamic) {\n console.warn(\n 'Payload: detected a non-zero value for the `staleTimes.dynamic` option in your Next.js config. This will slow down page transitions and may cause stale data to load within the Admin panel. To clear this warning, remove the `staleTimes.dynamic` option from your Next.js config or set it to 0. In the future, Next.js may support scoping this option to specific routes.',\n )\n env.NEXT_PUBLIC_ENABLE_ROUTER_CACHE_REFRESH = 'true'\n }\n\n if (nextConfig.cacheComponents) {\n env.PAYLOAD_CACHE_COMPONENTS_ENABLED = 'true'\n }\n\n const consoleWarn = console.warn\n\n const sassWarningTexts = [\n // This warning is a lie - without silencing import deprecation warnings, sass will spam the console with deprecation warnings\n 'Future import deprecation is not yet active, so silencing it is unnecessary',\n // Sometimes happens despite silenceDeprecations\n 'The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0',\n ]\n console.warn = (...args) => {\n if (\n (typeof args[1] === 'string' && sassWarningTexts.some((text) => args[1].includes(text))) ||\n (typeof args[0] === 'string' && sassWarningTexts.some((text) => args[0].includes(text)))\n ) {\n return\n }\n\n consoleWarn(...args)\n }\n\n /** @type {import('next').NextConfig} */\n const baseConfig = {\n ...nextConfig,\n devIndicators: nextConfig.devIndicators !== undefined ? nextConfig.devIndicators : false,\n env,\n experimental: {\n ...(nextConfig.experimental || {}),\n // Server fast refresh breaks HMR\n turbopackServerFastRefresh: false,\n },\n sassOptions: {\n ...(nextConfig.sassOptions || {}),\n /**\n * This prevents scss warning spam during pnpm dev that looks like this:\n * ⚠ ./test/admin/components/views/CustomMinimal/index.scss\n * Issue while running loader\n * SassWarning: Deprecation Warning on line 8, column 8 of file:///Users/alessio/Documents/GitHub/ payload/packages/ui/src/scss/styles.scss:8:8:\n * Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.\n *\n * More info and automated migrator: https://sass-lang.com/d/import\n *\n * 8 | @import 'queries';\n *\n *\n * packages/ui/src/scss/styles.scss 9:9 @import\n * test/admin/components/views/CustomMinimal/index.scss 1:9 root stylesheet\n *\n * @todo: update all outdated scss imports to use @use instead of @import. Then, we can remove this.\n */\n silenceDeprecations: [...(nextConfig.sassOptions?.silenceDeprecations || []), 'import'],\n },\n outputFileTracingExcludes: {\n ...(nextConfig.outputFileTracingExcludes || {}),\n '**/*': [\n ...(nextConfig.outputFileTracingExcludes?.['**/*'] || []),\n 'drizzle-kit',\n 'drizzle-kit/api',\n ],\n },\n outputFileTracingIncludes: {\n ...(nextConfig.outputFileTracingIncludes || {}),\n '**/*': [...(nextConfig.outputFileTracingIncludes?.['**/*'] || []), '@libsql/client'],\n },\n turbopack: {\n ...(nextConfig.turbopack || {}),\n },\n // We disable the poweredByHeader here because we add it manually in the headers function below\n ...(nextConfig.poweredByHeader !== false ? { poweredByHeader: false } : {}),\n headers: async () => {\n const headersFromConfig = 'headers' in nextConfig ? await nextConfig.headers() : []\n\n return [\n ...(headersFromConfig || []),\n {\n headers: [\n {\n key: 'Accept-CH',\n value: 'Sec-CH-Prefers-Color-Scheme',\n },\n {\n key: 'Vary',\n value: 'Sec-CH-Prefers-Color-Scheme',\n },\n {\n key: 'Critical-CH',\n value: 'Sec-CH-Prefers-Color-Scheme',\n },\n ...(nextConfig.poweredByHeader !== false ? [poweredByHeader] : []),\n ],\n source: '/:path*',\n },\n ]\n },\n serverExternalPackages: [\n ...(nextConfig.serverExternalPackages || []),\n // WHY: without externalizing graphql, a graphql version error will be thrown\n // during runtime (\"Ensure that there is only one instance of \\\"graphql\\\" in the node_modules\\ndirectory.\")\n 'graphql',\n 'drizzle-kit',\n 'drizzle-kit/api',\n 'sharp',\n 'libsql',\n 'require-in-the-middle',\n 'json-schema-to-typescript',\n // Prevents turbopack build errors by the thread-stream package which is installed by pino\n 'pino',\n // file-type v22 uses `import(specifier)` with a non-literal specifier, which Turbopack rejects\n // with \"Cannot find module as expression is too dynamic\"\n 'file-type',\n ...(process.env.NODE_ENV === 'development' && options.devBundleServerPackages !== true\n ? /**\n * Unless explicitly disabled by the user, by passing `devBundleServerPackages: true` to withPayload, we\n * do not bundle server-only packages during dev for two reasons:\n *\n * 1. Performance: Fewer files to compile means faster compilation speeds.\n * 2. Turbopack support: Webpack's externals are not supported by Turbopack.\n *\n * Regarding Turbopack support: Unlike webpack.externals, we cannot use serverExternalPackages to\n * externalized packages that are not resolvable from the project root. So including a package like\n * \"drizzle-kit\" in here would do nothing - Next.js will ignore the rule and still bundle the package -\n * because it detects that the package is not resolvable from the project root (= not directly installed\n * by the user in their own package.json).\n *\n * Instead, we can use serverExternalPackages for the entry-point packages that *are* installed directly\n * by the user (e.g. db-postgres, which then installs drizzle-kit as a dependency).\n *\n *\n *\n * We should only do this during development, not build, because externalizing these packages can hurt\n * the bundle size. Not only does it disable tree-shaking, it also risks installing duplicate copies of the\n * same package.\n *\n * Example:\n * - @payloadcms/richtext-lexical (in bundle) -> installs qs-esm (bundled because of importer)\n * - payload (not in bundle, external) -> installs qs-esm (external because of importer)\n * Result: we have two copies of qs-esm installed - one in the bundle, and one in node_modules.\n *\n * During development, these bundle size difference do not matter much, and development speed /\n * turbopack support are more important.\n */\n [\n 'payload',\n '@payloadcms/db-mongodb',\n '@payloadcms/db-postgres',\n '@payloadcms/db-sqlite',\n '@payloadcms/db-vercel-postgres',\n '@payloadcms/db-d1-sqlite',\n '@payloadcms/drizzle',\n '@payloadcms/email-nodemailer',\n '@payloadcms/email-resend',\n '@payloadcms/graphql',\n '@payloadcms/payload-cloud',\n '@payloadcms/plugin-redirects',\n // TODO: Add the following packages, excluding their /client subpath exports, once Next.js supports it\n // see: https://github.com/vercel/next.js/discussions/76991\n //'@payloadcms/plugin-cloud-storage',\n //'@payloadcms/plugin-sentry',\n //'@payloadcms/plugin-stripe',\n // @payloadcms/richtext-lexical\n //'@payloadcms/storage-azure',\n //'@payloadcms/storage-gcs',\n //'@payloadcms/storage-s3',\n //'@payloadcms/storage-uploadthing',\n //'@payloadcms/storage-vercel-blob',\n ]\n : []),\n ],\n webpack: (webpackConfig, webpackOptions) => {\n const incomingWebpackConfig =\n typeof nextConfig.webpack === 'function'\n ? nextConfig.webpack(webpackConfig, webpackOptions)\n : webpackConfig\n\n return {\n ...incomingWebpackConfig,\n externals: [\n ...(incomingWebpackConfig?.externals || []),\n /**\n * See the explanation in the serverExternalPackages section above.\n * We need to force Webpack to emit require() calls for these packages, even though they are not\n * resolvable from the project root. You would expect this to error during runtime, but Next.js seems to be able to require these just fine.\n *\n * This is the only way to get Webpack Build to work, without the bundle size caveats of externalizing the\n * entry point packages, as explained in the serverExternalPackages section above.\n */\n 'drizzle-kit',\n 'drizzle-kit/api',\n 'sharp',\n 'libsql',\n 'require-in-the-middle',\n 'json-schema-to-typescript',\n ],\n plugins: [\n ...(incomingWebpackConfig?.plugins || []),\n // Fix cloudflare:sockets error: https://github.com/vercel/next.js/discussions/50177\n new webpackOptions.webpack.IgnorePlugin({\n resourceRegExp: /^pg-native$|^cloudflare:sockets$/,\n }),\n ],\n resolve: {\n ...(incomingWebpackConfig?.resolve || {}),\n alias: {\n ...(incomingWebpackConfig?.resolve?.alias || {}),\n },\n fallback: {\n ...(incomingWebpackConfig?.resolve?.fallback || {}),\n /*\n * This fixes the following warning when running next build with webpack (tested on Next.js 16.0.3 with Payload 3.64.0):\n *\n * ⚠ Compiled with warnings in 8.7s\n *\n * ./node_modules/.pnpm/mongodb@6.16.0/node_modules/mongodb/lib/deps.js\n * Module not found: Can't resolve 'aws4' in '/Users/alessio/Documents/temp/next16p/node_modules/.pnpm/mongodb@6.16.0/node_modules/mongodb/lib'\n *\n * Import trace for requested module:\n * ./node_modules/.pnpm/mongodb@6.16.0/node_modules/mongodb/lib/deps.js\n * ./node_modules/.pnpm/mongodb@6.16.0/node_modules/mongodb/lib/client-side-encryption/client_encryption.js\n * ./node_modules/.pnpm/mongodb@6.16.0/node_modules/mongodb/lib/index.js\n * ./node_modules/.pnpm/mongoose@8.15.1/node_modules/mongoose/lib/index.js\n * ./node_modules/.pnpm/mongoose@8.15.1/node_modules/mongoose/index.js\n * ./node_modules/.pnpm/@payloadcms+db-mongodb@3.64.0_payload@3.64.0_graphql@16.12.0_typescript@5.7.3_/node_modules/@payloadcms/db-mongodb/dist/index.js\n * ./src/payload.config.ts\n * ./src/app/my-route/route.ts\n *\n **/\n aws4: false,\n },\n },\n }\n },\n }\n\n if (nextConfig.basePath) {\n process.env.NEXT_BASE_PATH = nextConfig.basePath\n baseConfig.env.NEXT_BASE_PATH = nextConfig.basePath\n }\n\n return baseConfig\n}\n\nexport default withPayload\n"],
5
+ "mappings": "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",
6
+ "names": ["poweredByHeader", "key", "value", "withPayload", "nextConfig", "options", "env", "experimental", "staleTimes", "dynamic", "console", "warn", "NEXT_PUBLIC_ENABLE_ROUTER_CACHE_REFRESH", "cacheComponents", "PAYLOAD_CACHE_COMPONENTS_ENABLED", "consoleWarn", "sassWarningTexts", "args", "some", "text", "includes", "baseConfig", "devIndicators", "undefined", "turbopackServerFastRefresh", "sassOptions", "silenceDeprecations", "outputFileTracingExcludes", "outputFileTracingIncludes", "turbopack", "headers", "headersFromConfig", "source", "serverExternalPackages", "process", "NODE_ENV", "devBundleServerPackages", "webpack", "webpackConfig", "webpackOptions", "incomingWebpackConfig", "externals", "plugins", "IgnorePlugin", "resourceRegExp", "resolve", "alias", "fallback", "aws4", "basePath", "NEXT_BASE_PATH"]
7
7
  }
@@ -0,0 +1,3 @@
1
+ declare const styles: void;
2
+ export default styles;
3
+ //# sourceMappingURL=css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"css.d.ts","sourceRoot":"","sources":["../../src/exports/css.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,MAAM,EAAE,IAAgB,CAAA;AAC9B,eAAe,MAAM,CAAA"}
@@ -0,0 +1,3 @@
1
+ const styles = undefined;
2
+ export default styles;
3
+ //# sourceMappingURL=css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"css.js","names":["styles","undefined"],"sources":["../../src/exports/css.ts"],"sourcesContent":["const styles: void = undefined\nexport default styles\n"],"mappings":"AAAA,MAAMA,MAAA,GAAeC,SAAA;AACrB,eAAeD,MAAA","ignoreList":[]}
@@ -1,3 +1,3 @@
1
- export { metadata, RootLayout } from '../layouts/Root/index.js';
2
- export { handleServerFunctions } from '../utilities/handleServerFunctions.js';
1
+ export { handleServerFunctions } from '../adapters/handleServerFunctions.js';
2
+ export { metadata, RootLayout } from '../adapters/layout.js';
3
3
  //# sourceMappingURL=layouts.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"layouts.d.ts","sourceRoot":"","sources":["../../src/exports/layouts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAC/D,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAA"}
1
+ {"version":3,"file":"layouts.d.ts","sourceRoot":"","sources":["../../src/exports/layouts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAA;AAC5E,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAA"}
@@ -1,3 +1,3 @@
1
- export { metadata, RootLayout } from '../layouts/Root/index.js';
2
- export { handleServerFunctions } from '../utilities/handleServerFunctions.js';
1
+ export { handleServerFunctions } from '../adapters/handleServerFunctions.js';
2
+ export { metadata, RootLayout } from '../adapters/layout.js';
3
3
  //# sourceMappingURL=layouts.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"layouts.js","names":["metadata","RootLayout","handleServerFunctions"],"sources":["../../src/exports/layouts.ts"],"sourcesContent":["export { metadata, RootLayout } from '../layouts/Root/index.js'\nexport { handleServerFunctions } from '../utilities/handleServerFunctions.js'\n"],"mappings":"AAAA,SAASA,QAAQ,EAAEC,UAAU,QAAQ;AACrC,SAASC,qBAAqB,QAAQ","ignoreList":[]}
1
+ {"version":3,"file":"layouts.js","names":["handleServerFunctions","metadata","RootLayout"],"sources":["../../src/exports/layouts.ts"],"sourcesContent":["export { handleServerFunctions } from '../adapters/handleServerFunctions.js'\nexport { metadata, RootLayout } from '../adapters/layout.js'\n"],"mappings":"AAAA,SAASA,qBAAqB,QAAQ;AACtC,SAASC,QAAQ,EAAEC,UAAU,QAAQ","ignoreList":[]}
@@ -1,5 +1,2 @@
1
- export { getHierarchyAncestry } from '../utilities/getHierarchyAncestry.js';
2
- export type { GetHierarchyAncestryArgs, HierarchyAncestryItem, HierarchyAncestryResult, } from '../utilities/getHierarchyAncestry.js';
3
1
  export { getNextRequestI18n } from '../utilities/getNextRequestI18n.js';
4
- export { getPayloadHMR } from '../utilities/getPayloadHMR.js';
5
2
  //# sourceMappingURL=utilities.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utilities.d.ts","sourceRoot":"","sources":["../../src/exports/utilities.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAA;AAC3E,YAAY,EACV,wBAAwB,EACxB,qBAAqB,EACrB,uBAAuB,GACxB,MAAM,sCAAsC,CAAA;AAC7C,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAA;AACvE,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAA"}
1
+ {"version":3,"file":"utilities.d.ts","sourceRoot":"","sources":["../../src/exports/utilities.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAA"}
@@ -1,5 +1,3 @@
1
1
  // NOTICE: Server-only utilities, do not import anything client-side here.
2
- export { getHierarchyAncestry } from '../utilities/getHierarchyAncestry.js';
3
2
  export { getNextRequestI18n } from '../utilities/getNextRequestI18n.js';
4
- export { getPayloadHMR } from '../utilities/getPayloadHMR.js';
5
3
  //# sourceMappingURL=utilities.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"utilities.js","names":["getHierarchyAncestry","getNextRequestI18n","getPayloadHMR"],"sources":["../../src/exports/utilities.ts"],"sourcesContent":["// NOTICE: Server-only utilities, do not import anything client-side here.\n\nexport { getHierarchyAncestry } from '../utilities/getHierarchyAncestry.js'\nexport type {\n GetHierarchyAncestryArgs,\n HierarchyAncestryItem,\n HierarchyAncestryResult,\n} from '../utilities/getHierarchyAncestry.js'\nexport { getNextRequestI18n } from '../utilities/getNextRequestI18n.js'\nexport { getPayloadHMR } from '../utilities/getPayloadHMR.js'\n"],"mappings":"AAAA;AAEA,SAASA,oBAAoB,QAAQ;AAMrC,SAASC,kBAAkB,QAAQ;AACnC,SAASC,aAAa,QAAQ","ignoreList":[]}
1
+ {"version":3,"file":"utilities.js","names":["getNextRequestI18n"],"sources":["../../src/exports/utilities.ts"],"sourcesContent":["// NOTICE: Server-only utilities, do not import anything client-side here.\n\nexport { getNextRequestI18n } from '../utilities/getNextRequestI18n.js'\n"],"mappings":"AAAA;AAEA,SAASA,kBAAkB,QAAQ","ignoreList":[]}
@@ -1,10 +1,3 @@
1
- export { AccountView } from '../views/Account/index.js';
2
- export { CreateFirstUserView } from '../views/CreateFirstUser/index.js';
3
- export { type DashboardViewClientProps, type DashboardViewServerProps, type DashboardViewServerPropsOnly, DefaultDashboard, } from '../views/Dashboard/Default/index.js';
4
- export { DashboardView } from '../views/Dashboard/index.js';
5
- export { ListView, renderListView, type RenderListViewArgs } from '../views/List/index.js';
6
- export { LoginView } from '../views/Login/index.js';
7
- export { NotFoundPage } from '../views/NotFound/index.js';
8
- export { type GenerateViewMetadata, RootPage } from '../views/Root/index.js';
9
- export { generatePageMetadata } from '../views/Root/metadata.js';
1
+ export { generatePageMetadata } from '../adapters/metadata.js';
2
+ export { NotFoundPage, RootPage } from '../adapters/views.js';
10
3
  //# sourceMappingURL=views.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"views.d.ts","sourceRoot":"","sources":["../../src/exports/views.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAA;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAA;AACvE,OAAO,EACL,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAC7B,KAAK,4BAA4B,EACjC,gBAAgB,GACjB,MAAM,qCAAqC,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAA;AAE3D,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,KAAK,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AAC1F,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAA;AAEzD,OAAO,EAAE,KAAK,oBAAoB,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AAC5E,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAA"}
1
+ {"version":3,"file":"views.d.ts","sourceRoot":"","sources":["../../src/exports/views.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAA;AAC9D,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA"}
@@ -1,10 +1,3 @@
1
- export { AccountView } from '../views/Account/index.js';
2
- export { CreateFirstUserView } from '../views/CreateFirstUser/index.js';
3
- export { DefaultDashboard } from '../views/Dashboard/Default/index.js';
4
- export { DashboardView } from '../views/Dashboard/index.js';
5
- export { ListView, renderListView } from '../views/List/index.js';
6
- export { LoginView } from '../views/Login/index.js';
7
- export { NotFoundPage } from '../views/NotFound/index.js';
8
- export { RootPage } from '../views/Root/index.js';
9
- export { generatePageMetadata } from '../views/Root/metadata.js';
1
+ export { generatePageMetadata } from '../adapters/metadata.js';
2
+ export { NotFoundPage, RootPage } from '../adapters/views.js';
10
3
  //# sourceMappingURL=views.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"views.js","names":["AccountView","CreateFirstUserView","DefaultDashboard","DashboardView","ListView","renderListView","LoginView","NotFoundPage","RootPage","generatePageMetadata"],"sources":["../../src/exports/views.ts"],"sourcesContent":["export { AccountView } from '../views/Account/index.js'\nexport { CreateFirstUserView } from '../views/CreateFirstUser/index.js'\nexport {\n type DashboardViewClientProps,\n type DashboardViewServerProps,\n type DashboardViewServerPropsOnly,\n DefaultDashboard,\n} from '../views/Dashboard/Default/index.js'\nexport { DashboardView } from '../views/Dashboard/index.js'\n\nexport { ListView, renderListView, type RenderListViewArgs } from '../views/List/index.js'\nexport { LoginView } from '../views/Login/index.js'\nexport { NotFoundPage } from '../views/NotFound/index.js'\n\nexport { type GenerateViewMetadata, RootPage } from '../views/Root/index.js'\nexport { generatePageMetadata } from '../views/Root/metadata.js'\n"],"mappings":"AAAA,SAASA,WAAW,QAAQ;AAC5B,SAASC,mBAAmB,QAAQ;AACpC,SAIEC,gBAAgB,QACX;AACP,SAASC,aAAa,QAAQ;AAE9B,SAASC,QAAQ,EAAEC,cAAc,QAAiC;AAClE,SAASC,SAAS,QAAQ;AAC1B,SAASC,YAAY,QAAQ;AAE7B,SAAoCC,QAAQ,QAAQ;AACpD,SAASC,oBAAoB,QAAQ","ignoreList":[]}
1
+ {"version":3,"file":"views.js","names":["generatePageMetadata","NotFoundPage","RootPage"],"sources":["../../src/exports/views.ts"],"sourcesContent":["export { generatePageMetadata } from '../adapters/metadata.js'\nexport { NotFoundPage, RootPage } from '../adapters/views.js'\n"],"mappings":"AAAA,SAASA,oBAAoB,QAAQ;AACrC,SAASC,YAAY,EAAEC,QAAQ,QAAQ","ignoreList":[]}