@payloadcms/next 4.0.0-canary.0 → 4.0.0-canary.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (667) hide show
  1. package/dist/adapters/handleServerFunctions.d.ts +2 -0
  2. package/dist/adapters/handleServerFunctions.d.ts.map +1 -0
  3. package/dist/adapters/handleServerFunctions.js +6 -0
  4. package/dist/adapters/handleServerFunctions.js.map +1 -0
  5. package/dist/adapters/metadata.d.ts.map +1 -0
  6. package/dist/adapters/metadata.js +21 -0
  7. package/dist/adapters/metadata.js.map +1 -0
  8. package/dist/adapters/views.d.ts +16 -0
  9. package/dist/adapters/views.d.ts.map +1 -0
  10. package/dist/adapters/views.js +23 -0
  11. package/dist/adapters/views.js.map +1 -0
  12. package/dist/cjs/withPayload.cjs +1 -0
  13. package/dist/cjs/withPayload.cjs.map +3 -3
  14. package/dist/exports/layouts.d.ts +1 -1
  15. package/dist/exports/layouts.d.ts.map +1 -1
  16. package/dist/exports/layouts.js +1 -1
  17. package/dist/exports/layouts.js.map +1 -1
  18. package/dist/exports/utilities.d.ts +0 -3
  19. package/dist/exports/utilities.d.ts.map +1 -1
  20. package/dist/exports/utilities.js +0 -2
  21. package/dist/exports/utilities.js.map +1 -1
  22. package/dist/exports/views.d.ts +2 -9
  23. package/dist/exports/views.d.ts.map +1 -1
  24. package/dist/exports/views.js +2 -9
  25. package/dist/exports/views.js.map +1 -1
  26. package/dist/prod/styles.css +1 -1
  27. package/dist/withPayload/withPayload.d.ts.map +1 -1
  28. package/dist/withPayload/withPayload.js +1 -0
  29. package/dist/withPayload/withPayload.js.map +1 -1
  30. package/dist/withPayload/withPayload.spec.js +14 -0
  31. package/dist/withPayload/withPayload.spec.js.map +1 -1
  32. package/package.json +7 -7
  33. package/dist/utilities/getHierarchyAncestry.d.ts +0 -24
  34. package/dist/utilities/getHierarchyAncestry.d.ts.map +0 -1
  35. package/dist/utilities/getHierarchyAncestry.js +0 -103
  36. package/dist/utilities/getHierarchyAncestry.js.map +0 -1
  37. package/dist/utilities/getPayloadHMR.d.ts +0 -11
  38. package/dist/utilities/getPayloadHMR.d.ts.map +0 -1
  39. package/dist/utilities/getPayloadHMR.js +0 -15
  40. package/dist/utilities/getPayloadHMR.js.map +0 -1
  41. package/dist/utilities/getRouteWithoutAdmin.d.ts +0 -5
  42. package/dist/utilities/getRouteWithoutAdmin.d.ts.map +0 -1
  43. package/dist/utilities/getRouteWithoutAdmin.js +0 -7
  44. package/dist/utilities/getRouteWithoutAdmin.js.map +0 -1
  45. package/dist/utilities/handleAuthRedirect.d.ts +0 -12
  46. package/dist/utilities/handleAuthRedirect.d.ts.map +0 -1
  47. package/dist/utilities/handleAuthRedirect.js +0 -41
  48. package/dist/utilities/handleAuthRedirect.js.map +0 -1
  49. package/dist/utilities/handleServerFunctions.d.ts +0 -3
  50. package/dist/utilities/handleServerFunctions.d.ts.map +0 -1
  51. package/dist/utilities/handleServerFunctions.js +0 -62
  52. package/dist/utilities/handleServerFunctions.js.map +0 -1
  53. package/dist/utilities/isCustomAdminView.d.ts +0 -10
  54. package/dist/utilities/isCustomAdminView.d.ts.map +0 -1
  55. package/dist/utilities/isCustomAdminView.js +0 -31
  56. package/dist/utilities/isCustomAdminView.js.map +0 -1
  57. package/dist/utilities/isCustomAdminView.spec.js +0 -90
  58. package/dist/utilities/isCustomAdminView.spec.js.map +0 -1
  59. package/dist/utilities/isPublicAdminRoute.d.ts +0 -7
  60. package/dist/utilities/isPublicAdminRoute.d.ts.map +0 -1
  61. package/dist/utilities/isPublicAdminRoute.js +0 -25
  62. package/dist/utilities/isPublicAdminRoute.js.map +0 -1
  63. package/dist/utilities/meta.d.ts +0 -6
  64. package/dist/utilities/meta.d.ts.map +0 -1
  65. package/dist/utilities/meta.js +0 -105
  66. package/dist/utilities/meta.js.map +0 -1
  67. package/dist/utilities/meta.spec.js +0 -83
  68. package/dist/utilities/meta.spec.js.map +0 -1
  69. package/dist/utilities/slugify.d.ts +0 -15
  70. package/dist/utilities/slugify.d.ts.map +0 -1
  71. package/dist/utilities/slugify.js +0 -47
  72. package/dist/utilities/slugify.js.map +0 -1
  73. package/dist/utilities/switchLanguageHandler.d.ts +0 -13
  74. package/dist/utilities/switchLanguageHandler.d.ts.map +0 -1
  75. package/dist/utilities/switchLanguageHandler.js +0 -16
  76. package/dist/utilities/switchLanguageHandler.js.map +0 -1
  77. package/dist/utilities/timestamp.d.ts +0 -2
  78. package/dist/utilities/timestamp.d.ts.map +0 -1
  79. package/dist/utilities/timestamp.js +0 -8
  80. package/dist/utilities/timestamp.js.map +0 -1
  81. package/dist/views/API/LocaleSelector/index.d.ts +0 -9
  82. package/dist/views/API/LocaleSelector/index.d.ts.map +0 -1
  83. package/dist/views/API/LocaleSelector/index.js +0 -44
  84. package/dist/views/API/LocaleSelector/index.js.map +0 -1
  85. package/dist/views/API/index.client.d.ts +0 -4
  86. package/dist/views/API/index.client.d.ts.map +0 -1
  87. package/dist/views/API/index.client.js +0 -249
  88. package/dist/views/API/index.client.js.map +0 -1
  89. package/dist/views/API/index.css +0 -205
  90. package/dist/views/API/index.d.ts +0 -4
  91. package/dist/views/API/index.d.ts.map +0 -1
  92. package/dist/views/API/index.js +0 -7
  93. package/dist/views/API/index.js.map +0 -1
  94. package/dist/views/API/metadata.d.ts +0 -6
  95. package/dist/views/API/metadata.d.ts.map +0 -1
  96. package/dist/views/API/metadata.js +0 -29
  97. package/dist/views/API/metadata.js.map +0 -1
  98. package/dist/views/Account/ResetPreferences/index.d.ts +0 -5
  99. package/dist/views/Account/ResetPreferences/index.d.ts.map +0 -1
  100. package/dist/views/Account/ResetPreferences/index.js +0 -110
  101. package/dist/views/Account/ResetPreferences/index.js.map +0 -1
  102. package/dist/views/Account/Settings/LanguageSelector.d.ts +0 -6
  103. package/dist/views/Account/Settings/LanguageSelector.d.ts.map +0 -1
  104. package/dist/views/Account/Settings/LanguageSelector.js +0 -52
  105. package/dist/views/Account/Settings/LanguageSelector.js.map +0 -1
  106. package/dist/views/Account/Settings/index.css +0 -26
  107. package/dist/views/Account/Settings/index.d.ts +0 -13
  108. package/dist/views/Account/Settings/index.d.ts.map +0 -1
  109. package/dist/views/Account/Settings/index.js +0 -34
  110. package/dist/views/Account/Settings/index.js.map +0 -1
  111. package/dist/views/Account/ToggleHighContrast/index.d.ts +0 -3
  112. package/dist/views/Account/ToggleHighContrast/index.d.ts.map +0 -1
  113. package/dist/views/Account/ToggleHighContrast/index.js +0 -45
  114. package/dist/views/Account/ToggleHighContrast/index.js.map +0 -1
  115. package/dist/views/Account/ToggleTheme/index.d.ts +0 -3
  116. package/dist/views/Account/ToggleTheme/index.d.ts.map +0 -1
  117. package/dist/views/Account/ToggleTheme/index.js +0 -60
  118. package/dist/views/Account/ToggleTheme/index.js.map +0 -1
  119. package/dist/views/Account/index.client.d.ts +0 -3
  120. package/dist/views/Account/index.client.d.ts.map +0 -1
  121. package/dist/views/Account/index.client.js +0 -37
  122. package/dist/views/Account/index.client.js.map +0 -1
  123. package/dist/views/Account/index.d.ts +0 -4
  124. package/dist/views/Account/index.d.ts.map +0 -1
  125. package/dist/views/Account/index.js +0 -183
  126. package/dist/views/Account/index.js.map +0 -1
  127. package/dist/views/Account/metadata.d.ts +0 -3
  128. package/dist/views/Account/metadata.d.ts.map +0 -1
  129. package/dist/views/Account/metadata.js +0 -14
  130. package/dist/views/Account/metadata.js.map +0 -1
  131. package/dist/views/CollectionTrash/index.d.ts +0 -18
  132. package/dist/views/CollectionTrash/index.d.ts.map +0 -1
  133. package/dist/views/CollectionTrash/index.js +0 -21
  134. package/dist/views/CollectionTrash/index.js.map +0 -1
  135. package/dist/views/CollectionTrash/metadata.d.ts +0 -7
  136. package/dist/views/CollectionTrash/metadata.d.ts.map +0 -1
  137. package/dist/views/CollectionTrash/metadata.js +0 -25
  138. package/dist/views/CollectionTrash/metadata.js.map +0 -1
  139. package/dist/views/CreateFirstUser/index.client.d.ts +0 -10
  140. package/dist/views/CreateFirstUser/index.client.d.ts.map +0 -1
  141. package/dist/views/CreateFirstUser/index.client.js +0 -119
  142. package/dist/views/CreateFirstUser/index.client.js.map +0 -1
  143. package/dist/views/CreateFirstUser/index.css +0 -69
  144. package/dist/views/CreateFirstUser/index.d.ts +0 -5
  145. package/dist/views/CreateFirstUser/index.d.ts.map +0 -1
  146. package/dist/views/CreateFirstUser/index.js +0 -92
  147. package/dist/views/CreateFirstUser/index.js.map +0 -1
  148. package/dist/views/CreateFirstUser/metadata.d.ts +0 -3
  149. package/dist/views/CreateFirstUser/metadata.d.ts.map +0 -1
  150. package/dist/views/CreateFirstUser/metadata.js +0 -14
  151. package/dist/views/CreateFirstUser/metadata.js.map +0 -1
  152. package/dist/views/Dashboard/Default/ModularDashboard/DashboardStepNav.d.ts +0 -19
  153. package/dist/views/Dashboard/Default/ModularDashboard/DashboardStepNav.d.ts.map +0 -1
  154. package/dist/views/Dashboard/Default/ModularDashboard/DashboardStepNav.js +0 -209
  155. package/dist/views/Dashboard/Default/ModularDashboard/DashboardStepNav.js.map +0 -1
  156. package/dist/views/Dashboard/Default/ModularDashboard/WidgetConfigDrawer.d.ts +0 -11
  157. package/dist/views/Dashboard/Default/ModularDashboard/WidgetConfigDrawer.d.ts.map +0 -1
  158. package/dist/views/Dashboard/Default/ModularDashboard/WidgetConfigDrawer.js +0 -131
  159. package/dist/views/Dashboard/Default/ModularDashboard/WidgetConfigDrawer.js.map +0 -1
  160. package/dist/views/Dashboard/Default/ModularDashboard/WidgetEditControl.d.ts +0 -8
  161. package/dist/views/Dashboard/Default/ModularDashboard/WidgetEditControl.d.ts.map +0 -1
  162. package/dist/views/Dashboard/Default/ModularDashboard/WidgetEditControl.js +0 -78
  163. package/dist/views/Dashboard/Default/ModularDashboard/WidgetEditControl.js.map +0 -1
  164. package/dist/views/Dashboard/Default/ModularDashboard/index.client.d.ts +0 -22
  165. package/dist/views/Dashboard/Default/ModularDashboard/index.client.d.ts.map +0 -1
  166. package/dist/views/Dashboard/Default/ModularDashboard/index.client.js +0 -440
  167. package/dist/views/Dashboard/Default/ModularDashboard/index.client.js.map +0 -1
  168. package/dist/views/Dashboard/Default/ModularDashboard/index.css +0 -299
  169. package/dist/views/Dashboard/Default/ModularDashboard/index.d.ts +0 -5
  170. package/dist/views/Dashboard/Default/ModularDashboard/index.d.ts.map +0 -1
  171. package/dist/views/Dashboard/Default/ModularDashboard/index.js +0 -72
  172. package/dist/views/Dashboard/Default/ModularDashboard/index.js.map +0 -1
  173. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/RenderWidget.d.ts +0 -15
  174. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/RenderWidget.d.ts.map +0 -1
  175. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/RenderWidget.js +0 -106
  176. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/RenderWidget.js.map +0 -1
  177. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/getDefaultLayoutServerFn.d.ts +0 -12
  178. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/getDefaultLayoutServerFn.d.ts.map +0 -1
  179. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/getDefaultLayoutServerFn.js +0 -65
  180. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/getDefaultLayoutServerFn.js.map +0 -1
  181. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/renderWidgetServerFn.d.ts +0 -21
  182. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/renderWidgetServerFn.d.ts.map +0 -1
  183. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/renderWidgetServerFn.js +0 -80
  184. package/dist/views/Dashboard/Default/ModularDashboard/renderWidget/renderWidgetServerFn.js.map +0 -1
  185. package/dist/views/Dashboard/Default/ModularDashboard/useDashboardLayout.d.ts +0 -21
  186. package/dist/views/Dashboard/Default/ModularDashboard/useDashboardLayout.d.ts.map +0 -1
  187. package/dist/views/Dashboard/Default/ModularDashboard/useDashboardLayout.js +0 -188
  188. package/dist/views/Dashboard/Default/ModularDashboard/useDashboardLayout.js.map +0 -1
  189. package/dist/views/Dashboard/Default/ModularDashboard/utils/collisionDetection.d.ts +0 -7
  190. package/dist/views/Dashboard/Default/ModularDashboard/utils/collisionDetection.d.ts.map +0 -1
  191. package/dist/views/Dashboard/Default/ModularDashboard/utils/collisionDetection.js +0 -38
  192. package/dist/views/Dashboard/Default/ModularDashboard/utils/collisionDetection.js.map +0 -1
  193. package/dist/views/Dashboard/Default/ModularDashboard/utils/getItemsFromConfig.d.ts +0 -4
  194. package/dist/views/Dashboard/Default/ModularDashboard/utils/getItemsFromConfig.d.ts.map +0 -1
  195. package/dist/views/Dashboard/Default/ModularDashboard/utils/getItemsFromConfig.js +0 -21
  196. package/dist/views/Dashboard/Default/ModularDashboard/utils/getItemsFromConfig.js.map +0 -1
  197. package/dist/views/Dashboard/Default/ModularDashboard/utils/getItemsFromPreferences.d.ts +0 -4
  198. package/dist/views/Dashboard/Default/ModularDashboard/utils/getItemsFromPreferences.d.ts.map +0 -1
  199. package/dist/views/Dashboard/Default/ModularDashboard/utils/getItemsFromPreferences.js +0 -10
  200. package/dist/views/Dashboard/Default/ModularDashboard/utils/getItemsFromPreferences.js.map +0 -1
  201. package/dist/views/Dashboard/Default/ModularDashboard/utils/localeUtils.d.ts +0 -23
  202. package/dist/views/Dashboard/Default/ModularDashboard/utils/localeUtils.d.ts.map +0 -1
  203. package/dist/views/Dashboard/Default/ModularDashboard/utils/localeUtils.js +0 -103
  204. package/dist/views/Dashboard/Default/ModularDashboard/utils/localeUtils.js.map +0 -1
  205. package/dist/views/Dashboard/Default/ModularDashboard/utils/sensors.d.ts +0 -2
  206. package/dist/views/Dashboard/Default/ModularDashboard/utils/sensors.d.ts.map +0 -1
  207. package/dist/views/Dashboard/Default/ModularDashboard/utils/sensors.js +0 -269
  208. package/dist/views/Dashboard/Default/ModularDashboard/utils/sensors.js.map +0 -1
  209. package/dist/views/Dashboard/Default/index.d.ts +0 -21
  210. package/dist/views/Dashboard/Default/index.d.ts.map +0 -1
  211. package/dist/views/Dashboard/Default/index.js +0 -55
  212. package/dist/views/Dashboard/Default/index.js.map +0 -1
  213. package/dist/views/Dashboard/index.d.ts +0 -4
  214. package/dist/views/Dashboard/index.d.ts.map +0 -1
  215. package/dist/views/Dashboard/index.js +0 -51
  216. package/dist/views/Dashboard/index.js.map +0 -1
  217. package/dist/views/Dashboard/metadata.d.ts +0 -3
  218. package/dist/views/Dashboard/metadata.d.ts.map +0 -1
  219. package/dist/views/Dashboard/metadata.js +0 -16
  220. package/dist/views/Dashboard/metadata.js.map +0 -1
  221. package/dist/views/Document/getCustomDocumentViewByKey.d.ts +0 -3
  222. package/dist/views/Document/getCustomDocumentViewByKey.d.ts.map +0 -1
  223. package/dist/views/Document/getCustomDocumentViewByKey.js +0 -4
  224. package/dist/views/Document/getCustomDocumentViewByKey.js.map +0 -1
  225. package/dist/views/Document/getCustomViewByRoute.d.ts +0 -10
  226. package/dist/views/Document/getCustomViewByRoute.d.ts.map +0 -1
  227. package/dist/views/Document/getCustomViewByRoute.js +0 -35
  228. package/dist/views/Document/getCustomViewByRoute.js.map +0 -1
  229. package/dist/views/Document/getDocPreferences.d.ts +0 -11
  230. package/dist/views/Document/getDocPreferences.d.ts.map +0 -1
  231. package/dist/views/Document/getDocPreferences.js +0 -45
  232. package/dist/views/Document/getDocPreferences.js.map +0 -1
  233. package/dist/views/Document/getDocumentData.d.ts +0 -14
  234. package/dist/views/Document/getDocumentData.d.ts.map +0 -1
  235. package/dist/views/Document/getDocumentData.js +0 -60
  236. package/dist/views/Document/getDocumentData.js.map +0 -1
  237. package/dist/views/Document/getDocumentPermissions.d.ts +0 -18
  238. package/dist/views/Document/getDocumentPermissions.d.ts.map +0 -1
  239. package/dist/views/Document/getDocumentPermissions.js +0 -124
  240. package/dist/views/Document/getDocumentPermissions.js.map +0 -1
  241. package/dist/views/Document/getDocumentView.d.ts +0 -18
  242. package/dist/views/Document/getDocumentView.d.ts.map +0 -1
  243. package/dist/views/Document/getDocumentView.js +0 -304
  244. package/dist/views/Document/getDocumentView.js.map +0 -1
  245. package/dist/views/Document/getIsLocked.d.ts +0 -16
  246. package/dist/views/Document/getIsLocked.d.ts.map +0 -1
  247. package/dist/views/Document/getIsLocked.js +0 -79
  248. package/dist/views/Document/getIsLocked.js.map +0 -1
  249. package/dist/views/Document/getMetaBySegment.d.ts +0 -11
  250. package/dist/views/Document/getMetaBySegment.d.ts.map +0 -1
  251. package/dist/views/Document/getMetaBySegment.js +0 -150
  252. package/dist/views/Document/getMetaBySegment.js.map +0 -1
  253. package/dist/views/Document/getVersions.d.ts +0 -26
  254. package/dist/views/Document/getVersions.d.ts.map +0 -1
  255. package/dist/views/Document/getVersions.js +0 -230
  256. package/dist/views/Document/getVersions.js.map +0 -1
  257. package/dist/views/Document/handleServerFunction.d.ts +0 -3
  258. package/dist/views/Document/handleServerFunction.d.ts.map +0 -1
  259. package/dist/views/Document/handleServerFunction.js +0 -134
  260. package/dist/views/Document/handleServerFunction.js.map +0 -1
  261. package/dist/views/Document/index.d.ts +0 -25
  262. package/dist/views/Document/index.d.ts.map +0 -1
  263. package/dist/views/Document/index.js +0 -397
  264. package/dist/views/Document/index.js.map +0 -1
  265. package/dist/views/Document/metadata.d.ts +0 -3
  266. package/dist/views/Document/metadata.d.ts.map +0 -1
  267. package/dist/views/Document/metadata.js +0 -3
  268. package/dist/views/Document/metadata.js.map +0 -1
  269. package/dist/views/Document/renderDocumentSlots.d.ts +0 -15
  270. package/dist/views/Document/renderDocumentSlots.d.ts.map +0 -1
  271. package/dist/views/Document/renderDocumentSlots.js +0 -178
  272. package/dist/views/Document/renderDocumentSlots.js.map +0 -1
  273. package/dist/views/Edit/index.d.ts +0 -4
  274. package/dist/views/Edit/index.d.ts.map +0 -1
  275. package/dist/views/Edit/index.js +0 -11
  276. package/dist/views/Edit/index.js.map +0 -1
  277. package/dist/views/Edit/metadata.d.ts +0 -6
  278. package/dist/views/Edit/metadata.d.ts.map +0 -1
  279. package/dist/views/Edit/metadata.js +0 -52
  280. package/dist/views/Edit/metadata.js.map +0 -1
  281. package/dist/views/ForgotPassword/ForgotPasswordForm/index.css +0 -36
  282. package/dist/views/ForgotPassword/ForgotPasswordForm/index.d.ts +0 -4
  283. package/dist/views/ForgotPassword/ForgotPasswordForm/index.d.ts.map +0 -1
  284. package/dist/views/ForgotPassword/ForgotPasswordForm/index.js +0 -189
  285. package/dist/views/ForgotPassword/ForgotPasswordForm/index.js.map +0 -1
  286. package/dist/views/ForgotPassword/index.css +0 -21
  287. package/dist/views/ForgotPassword/index.d.ts +0 -6
  288. package/dist/views/ForgotPassword/index.d.ts.map +0 -1
  289. package/dist/views/ForgotPassword/index.js +0 -75
  290. package/dist/views/ForgotPassword/index.js.map +0 -1
  291. package/dist/views/ForgotPassword/metadata.d.ts +0 -3
  292. package/dist/views/ForgotPassword/metadata.d.ts.map +0 -1
  293. package/dist/views/ForgotPassword/metadata.js +0 -14
  294. package/dist/views/ForgotPassword/metadata.js.map +0 -1
  295. package/dist/views/Hierarchy/index.d.ts +0 -18
  296. package/dist/views/Hierarchy/index.d.ts.map +0 -1
  297. package/dist/views/Hierarchy/index.js +0 -20
  298. package/dist/views/Hierarchy/index.js.map +0 -1
  299. package/dist/views/List/createSerializableValue.d.ts +0 -2
  300. package/dist/views/List/createSerializableValue.d.ts.map +0 -1
  301. package/dist/views/List/createSerializableValue.js +0 -14
  302. package/dist/views/List/createSerializableValue.js.map +0 -1
  303. package/dist/views/List/enrichDocsWithVersionStatus.d.ts +0 -14
  304. package/dist/views/List/enrichDocsWithVersionStatus.d.ts.map +0 -1
  305. package/dist/views/List/enrichDocsWithVersionStatus.js +0 -96
  306. package/dist/views/List/enrichDocsWithVersionStatus.js.map +0 -1
  307. package/dist/views/List/extractRelationshipDisplayValue.d.ts +0 -3
  308. package/dist/views/List/extractRelationshipDisplayValue.d.ts.map +0 -1
  309. package/dist/views/List/extractRelationshipDisplayValue.js +0 -17
  310. package/dist/views/List/extractRelationshipDisplayValue.js.map +0 -1
  311. package/dist/views/List/extractValueOrRelationshipID.d.ts +0 -2
  312. package/dist/views/List/extractValueOrRelationshipID.d.ts.map +0 -1
  313. package/dist/views/List/extractValueOrRelationshipID.js +0 -19
  314. package/dist/views/List/extractValueOrRelationshipID.js.map +0 -1
  315. package/dist/views/List/handleGroupBy.d.ts +0 -24
  316. package/dist/views/List/handleGroupBy.d.ts.map +0 -1
  317. package/dist/views/List/handleGroupBy.js +0 -168
  318. package/dist/views/List/handleGroupBy.js.map +0 -1
  319. package/dist/views/List/handleHierarchy.d.ts +0 -18
  320. package/dist/views/List/handleHierarchy.d.ts.map +0 -1
  321. package/dist/views/List/handleHierarchy.js +0 -259
  322. package/dist/views/List/handleHierarchy.js.map +0 -1
  323. package/dist/views/List/handleServerFunction.d.ts +0 -4
  324. package/dist/views/List/handleServerFunction.d.ts.map +0 -1
  325. package/dist/views/List/handleServerFunction.js +0 -131
  326. package/dist/views/List/handleServerFunction.js.map +0 -1
  327. package/dist/views/List/index.css +0 -3
  328. package/dist/views/List/index.d.ts +0 -43
  329. package/dist/views/List/index.d.ts.map +0 -1
  330. package/dist/views/List/index.js +0 -445
  331. package/dist/views/List/index.js.map +0 -1
  332. package/dist/views/List/metadata.d.ts +0 -7
  333. package/dist/views/List/metadata.d.ts.map +0 -1
  334. package/dist/views/List/metadata.js +0 -24
  335. package/dist/views/List/metadata.js.map +0 -1
  336. package/dist/views/List/renderListViewSlots.d.ts +0 -12
  337. package/dist/views/List/renderListViewSlots.d.ts.map +0 -1
  338. package/dist/views/List/renderListViewSlots.js +0 -81
  339. package/dist/views/List/renderListViewSlots.js.map +0 -1
  340. package/dist/views/List/resolveAllFilterOptions.d.ts +0 -8
  341. package/dist/views/List/resolveAllFilterOptions.d.ts.map +0 -1
  342. package/dist/views/List/resolveAllFilterOptions.js +0 -49
  343. package/dist/views/List/resolveAllFilterOptions.js.map +0 -1
  344. package/dist/views/List/transformColumnsToSelect.d.ts +0 -3
  345. package/dist/views/List/transformColumnsToSelect.d.ts.map +0 -1
  346. package/dist/views/List/transformColumnsToSelect.js +0 -11
  347. package/dist/views/List/transformColumnsToSelect.js.map +0 -1
  348. package/dist/views/Login/LoginField/index.d.ts +0 -9
  349. package/dist/views/Login/LoginField/index.d.ts.map +0 -1
  350. package/dist/views/Login/LoginField/index.js +0 -98
  351. package/dist/views/Login/LoginField/index.js.map +0 -1
  352. package/dist/views/Login/LoginForm/index.css +0 -48
  353. package/dist/views/Login/LoginForm/index.d.ts +0 -11
  354. package/dist/views/Login/LoginForm/index.d.ts.map +0 -1
  355. package/dist/views/Login/LoginForm/index.js +0 -184
  356. package/dist/views/Login/LoginForm/index.js.map +0 -1
  357. package/dist/views/Login/index.css +0 -8
  358. package/dist/views/Login/index.d.ts +0 -6
  359. package/dist/views/Login/index.d.ts.map +0 -1
  360. package/dist/views/Login/index.js +0 -98
  361. package/dist/views/Login/index.js.map +0 -1
  362. package/dist/views/Login/metadata.d.ts +0 -3
  363. package/dist/views/Login/metadata.d.ts.map +0 -1
  364. package/dist/views/Login/metadata.js +0 -14
  365. package/dist/views/Login/metadata.js.map +0 -1
  366. package/dist/views/Logout/LogoutClient.d.ts +0 -18
  367. package/dist/views/Logout/LogoutClient.d.ts.map +0 -1
  368. package/dist/views/Logout/LogoutClient.js +0 -140
  369. package/dist/views/Logout/LogoutClient.js.map +0 -1
  370. package/dist/views/Logout/index.d.ts +0 -8
  371. package/dist/views/Logout/index.d.ts.map +0 -1
  372. package/dist/views/Logout/index.js +0 -36
  373. package/dist/views/Logout/index.js.map +0 -1
  374. package/dist/views/Logout/metadata.d.ts +0 -3
  375. package/dist/views/Logout/metadata.d.ts.map +0 -1
  376. package/dist/views/Logout/metadata.js +0 -13
  377. package/dist/views/Logout/metadata.js.map +0 -1
  378. package/dist/views/NotFound/index.client.d.ts +0 -4
  379. package/dist/views/NotFound/index.client.d.ts.map +0 -1
  380. package/dist/views/NotFound/index.client.js +0 -71
  381. package/dist/views/NotFound/index.client.js.map +0 -1
  382. package/dist/views/NotFound/index.css +0 -47
  383. package/dist/views/NotFound/index.d.ts +0 -21
  384. package/dist/views/NotFound/index.d.ts.map +0 -1
  385. package/dist/views/NotFound/index.js +0 -88
  386. package/dist/views/NotFound/index.js.map +0 -1
  387. package/dist/views/NotFound/metadata.d.ts +0 -8
  388. package/dist/views/NotFound/metadata.d.ts.map +0 -1
  389. package/dist/views/NotFound/metadata.js +0 -11
  390. package/dist/views/NotFound/metadata.js.map +0 -1
  391. package/dist/views/ResetPassword/ResetPasswordForm/index.css +0 -36
  392. package/dist/views/ResetPassword/ResetPasswordForm/index.d.ts +0 -8
  393. package/dist/views/ResetPassword/ResetPasswordForm/index.d.ts.map +0 -1
  394. package/dist/views/ResetPassword/ResetPasswordForm/index.js +0 -124
  395. package/dist/views/ResetPassword/ResetPasswordForm/index.js.map +0 -1
  396. package/dist/views/ResetPassword/index.css +0 -27
  397. package/dist/views/ResetPassword/index.d.ts +0 -6
  398. package/dist/views/ResetPassword/index.d.ts.map +0 -1
  399. package/dist/views/ResetPassword/index.js +0 -84
  400. package/dist/views/ResetPassword/index.js.map +0 -1
  401. package/dist/views/ResetPassword/metadata.d.ts +0 -3
  402. package/dist/views/ResetPassword/metadata.d.ts.map +0 -1
  403. package/dist/views/ResetPassword/metadata.js +0 -14
  404. package/dist/views/ResetPassword/metadata.js.map +0 -1
  405. package/dist/views/Root/attachViewActions.d.ts +0 -10
  406. package/dist/views/Root/attachViewActions.d.ts.map +0 -1
  407. package/dist/views/Root/attachViewActions.js +0 -27
  408. package/dist/views/Root/attachViewActions.js.map +0 -1
  409. package/dist/views/Root/generateCustomViewMetadata.d.ts +0 -11
  410. package/dist/views/Root/generateCustomViewMetadata.d.ts.map +0 -1
  411. package/dist/views/Root/generateCustomViewMetadata.js +0 -25
  412. package/dist/views/Root/generateCustomViewMetadata.js.map +0 -1
  413. package/dist/views/Root/getCustomCollectionViewByRoute.d.ts +0 -12
  414. package/dist/views/Root/getCustomCollectionViewByRoute.d.ts.map +0 -1
  415. package/dist/views/Root/getCustomCollectionViewByRoute.js +0 -48
  416. package/dist/views/Root/getCustomCollectionViewByRoute.js.map +0 -1
  417. package/dist/views/Root/getCustomCollectionViewByRoute.spec.js +0 -168
  418. package/dist/views/Root/getCustomCollectionViewByRoute.spec.js.map +0 -1
  419. package/dist/views/Root/getCustomGlobalViewByRoute.d.ts +0 -12
  420. package/dist/views/Root/getCustomGlobalViewByRoute.d.ts.map +0 -1
  421. package/dist/views/Root/getCustomGlobalViewByRoute.js +0 -46
  422. package/dist/views/Root/getCustomGlobalViewByRoute.js.map +0 -1
  423. package/dist/views/Root/getCustomViewByKey.d.ts +0 -10
  424. package/dist/views/Root/getCustomViewByKey.d.ts.map +0 -1
  425. package/dist/views/Root/getCustomViewByKey.js +0 -16
  426. package/dist/views/Root/getCustomViewByKey.js.map +0 -1
  427. package/dist/views/Root/getCustomViewByRoute.d.ts +0 -11
  428. package/dist/views/Root/getCustomViewByRoute.d.ts.map +0 -1
  429. package/dist/views/Root/getCustomViewByRoute.js +0 -48
  430. package/dist/views/Root/getCustomViewByRoute.js.map +0 -1
  431. package/dist/views/Root/getDocumentViewInfo.d.ts +0 -6
  432. package/dist/views/Root/getDocumentViewInfo.d.ts.map +0 -1
  433. package/dist/views/Root/getDocumentViewInfo.js +0 -28
  434. package/dist/views/Root/getDocumentViewInfo.js.map +0 -1
  435. package/dist/views/Root/getRouteData.d.ts +0 -45
  436. package/dist/views/Root/getRouteData.d.ts.map +0 -1
  437. package/dist/views/Root/getRouteData.js +0 -349
  438. package/dist/views/Root/getRouteData.js.map +0 -1
  439. package/dist/views/Root/index.d.ts +0 -23
  440. package/dist/views/Root/index.d.ts.map +0 -1
  441. package/dist/views/Root/index.js +0 -298
  442. package/dist/views/Root/index.js.map +0 -1
  443. package/dist/views/Root/isPathMatchingRoute.d.ts +0 -8
  444. package/dist/views/Root/isPathMatchingRoute.d.ts.map +0 -1
  445. package/dist/views/Root/isPathMatchingRoute.js +0 -33
  446. package/dist/views/Root/isPathMatchingRoute.js.map +0 -1
  447. package/dist/views/Root/isPathMatchingRoute.spec.js +0 -178
  448. package/dist/views/Root/isPathMatchingRoute.spec.js.map +0 -1
  449. package/dist/views/Root/metadata.d.ts.map +0 -1
  450. package/dist/views/Root/metadata.js +0 -173
  451. package/dist/views/Root/metadata.js.map +0 -1
  452. package/dist/views/Unauthorized/index.css +0 -44
  453. package/dist/views/Unauthorized/index.d.ts +0 -6
  454. package/dist/views/Unauthorized/index.d.ts.map +0 -1
  455. package/dist/views/Unauthorized/index.js +0 -33
  456. package/dist/views/Unauthorized/index.js.map +0 -1
  457. package/dist/views/Unauthorized/metadata.d.ts +0 -3
  458. package/dist/views/Unauthorized/metadata.d.ts.map +0 -1
  459. package/dist/views/Unauthorized/metadata.js +0 -14
  460. package/dist/views/Unauthorized/metadata.js.map +0 -1
  461. package/dist/views/Verify/index.client.d.ts +0 -7
  462. package/dist/views/Verify/index.client.d.ts.map +0 -1
  463. package/dist/views/Verify/index.client.js +0 -50
  464. package/dist/views/Verify/index.client.js.map +0 -1
  465. package/dist/views/Verify/index.d.ts +0 -6
  466. package/dist/views/Verify/index.d.ts.map +0 -1
  467. package/dist/views/Verify/index.js +0 -72
  468. package/dist/views/Verify/index.js.map +0 -1
  469. package/dist/views/Verify/metadata.d.ts +0 -3
  470. package/dist/views/Verify/metadata.d.ts.map +0 -1
  471. package/dist/views/Verify/metadata.js +0 -14
  472. package/dist/views/Verify/metadata.js.map +0 -1
  473. package/dist/views/Version/Default/SelectedLocalesContext.d.ts +0 -7
  474. package/dist/views/Version/Default/SelectedLocalesContext.d.ts.map +0 -1
  475. package/dist/views/Version/Default/SelectedLocalesContext.js +0 -8
  476. package/dist/views/Version/Default/SelectedLocalesContext.js.map +0 -1
  477. package/dist/views/Version/Default/SetStepNav.d.ts +0 -11
  478. package/dist/views/Version/Default/SetStepNav.d.ts.map +0 -1
  479. package/dist/views/Version/Default/SetStepNav.js +0 -135
  480. package/dist/views/Version/Default/SetStepNav.js.map +0 -1
  481. package/dist/views/Version/Default/index.css +0 -227
  482. package/dist/views/Version/Default/index.d.ts +0 -5
  483. package/dist/views/Version/Default/index.d.ts.map +0 -1
  484. package/dist/views/Version/Default/index.js +0 -255
  485. package/dist/views/Version/Default/index.js.map +0 -1
  486. package/dist/views/Version/Default/types.d.ts +0 -23
  487. package/dist/views/Version/Default/types.d.ts.map +0 -1
  488. package/dist/views/Version/Default/types.js +0 -2
  489. package/dist/views/Version/Default/types.js.map +0 -1
  490. package/dist/views/Version/RenderFieldsToDiff/DiffCollapser/index.css +0 -64
  491. package/dist/views/Version/RenderFieldsToDiff/DiffCollapser/index.d.ts +0 -27
  492. package/dist/views/Version/RenderFieldsToDiff/DiffCollapser/index.d.ts.map +0 -1
  493. package/dist/views/Version/RenderFieldsToDiff/DiffCollapser/index.js +0 -136
  494. package/dist/views/Version/RenderFieldsToDiff/DiffCollapser/index.js.map +0 -1
  495. package/dist/views/Version/RenderFieldsToDiff/RenderVersionFieldsToDiff.d.ts +0 -12
  496. package/dist/views/Version/RenderFieldsToDiff/RenderVersionFieldsToDiff.d.ts.map +0 -1
  497. package/dist/views/Version/RenderFieldsToDiff/RenderVersionFieldsToDiff.js +0 -80
  498. package/dist/views/Version/RenderFieldsToDiff/RenderVersionFieldsToDiff.js.map +0 -1
  499. package/dist/views/Version/RenderFieldsToDiff/buildVersionFields.d.ts +0 -31
  500. package/dist/views/Version/RenderFieldsToDiff/buildVersionFields.d.ts.map +0 -1
  501. package/dist/views/Version/RenderFieldsToDiff/buildVersionFields.js +0 -439
  502. package/dist/views/Version/RenderFieldsToDiff/buildVersionFields.js.map +0 -1
  503. package/dist/views/Version/RenderFieldsToDiff/fields/Checkbox/index.css +0 -97
  504. package/dist/views/Version/RenderFieldsToDiff/fields/Checkbox/index.d.ts +0 -4
  505. package/dist/views/Version/RenderFieldsToDiff/fields/Checkbox/index.d.ts.map +0 -1
  506. package/dist/views/Version/RenderFieldsToDiff/fields/Checkbox/index.js +0 -91
  507. package/dist/views/Version/RenderFieldsToDiff/fields/Checkbox/index.js.map +0 -1
  508. package/dist/views/Version/RenderFieldsToDiff/fields/Collapsible/index.d.ts +0 -3
  509. package/dist/views/Version/RenderFieldsToDiff/fields/Collapsible/index.d.ts.map +0 -1
  510. package/dist/views/Version/RenderFieldsToDiff/fields/Collapsible/index.js +0 -61
  511. package/dist/views/Version/RenderFieldsToDiff/fields/Collapsible/index.js.map +0 -1
  512. package/dist/views/Version/RenderFieldsToDiff/fields/Date/index.css +0 -29
  513. package/dist/views/Version/RenderFieldsToDiff/fields/Date/index.d.ts +0 -4
  514. package/dist/views/Version/RenderFieldsToDiff/fields/Date/index.d.ts.map +0 -1
  515. package/dist/views/Version/RenderFieldsToDiff/fields/Date/index.js +0 -83
  516. package/dist/views/Version/RenderFieldsToDiff/fields/Date/index.js.map +0 -1
  517. package/dist/views/Version/RenderFieldsToDiff/fields/Group/index.css +0 -5
  518. package/dist/views/Version/RenderFieldsToDiff/fields/Group/index.d.ts +0 -4
  519. package/dist/views/Version/RenderFieldsToDiff/fields/Group/index.d.ts.map +0 -1
  520. package/dist/views/Version/RenderFieldsToDiff/fields/Group/index.js +0 -66
  521. package/dist/views/Version/RenderFieldsToDiff/fields/Group/index.js.map +0 -1
  522. package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.css +0 -40
  523. package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.d.ts +0 -5
  524. package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.d.ts.map +0 -1
  525. package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.js +0 -126
  526. package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.js.map +0 -1
  527. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/generateLabelFromValue.d.ts +0 -10
  528. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/generateLabelFromValue.d.ts.map +0 -1
  529. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/generateLabelFromValue.js +0 -67
  530. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/generateLabelFromValue.js.map +0 -1
  531. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.css +0 -213
  532. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.d.ts +0 -21
  533. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.d.ts.map +0 -1
  534. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.js +0 -238
  535. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.js.map +0 -1
  536. package/dist/views/Version/RenderFieldsToDiff/fields/Row/index.d.ts +0 -3
  537. package/dist/views/Version/RenderFieldsToDiff/fields/Row/index.d.ts.map +0 -1
  538. package/dist/views/Version/RenderFieldsToDiff/fields/Row/index.js +0 -17
  539. package/dist/views/Version/RenderFieldsToDiff/fields/Row/index.js.map +0 -1
  540. package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.css +0 -4
  541. package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.d.ts +0 -4
  542. package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.d.ts.map +0 -1
  543. package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.js +0 -94
  544. package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.js.map +0 -1
  545. package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.css +0 -6
  546. package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.d.ts +0 -4
  547. package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.d.ts.map +0 -1
  548. package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.js +0 -158
  549. package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.js.map +0 -1
  550. package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.css +0 -4
  551. package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.d.ts +0 -4
  552. package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.d.ts.map +0 -1
  553. package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.js +0 -109
  554. package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.js.map +0 -1
  555. package/dist/views/Version/RenderFieldsToDiff/fields/Upload/index.css +0 -188
  556. package/dist/views/Version/RenderFieldsToDiff/fields/Upload/index.d.ts +0 -33
  557. package/dist/views/Version/RenderFieldsToDiff/fields/Upload/index.d.ts.map +0 -1
  558. package/dist/views/Version/RenderFieldsToDiff/fields/Upload/index.js +0 -262
  559. package/dist/views/Version/RenderFieldsToDiff/fields/Upload/index.js.map +0 -1
  560. package/dist/views/Version/RenderFieldsToDiff/fields/index.d.ts +0 -3
  561. package/dist/views/Version/RenderFieldsToDiff/fields/index.d.ts.map +0 -1
  562. package/dist/views/Version/RenderFieldsToDiff/fields/index.js +0 -36
  563. package/dist/views/Version/RenderFieldsToDiff/fields/index.js.map +0 -1
  564. package/dist/views/Version/RenderFieldsToDiff/index.css +0 -24
  565. package/dist/views/Version/RenderFieldsToDiff/index.d.ts +0 -3
  566. package/dist/views/Version/RenderFieldsToDiff/index.d.ts.map +0 -1
  567. package/dist/views/Version/RenderFieldsToDiff/index.js +0 -13
  568. package/dist/views/Version/RenderFieldsToDiff/index.js.map +0 -1
  569. package/dist/views/Version/RenderFieldsToDiff/utilities/countChangedFields.d.ts +0 -25
  570. package/dist/views/Version/RenderFieldsToDiff/utilities/countChangedFields.d.ts.map +0 -1
  571. package/dist/views/Version/RenderFieldsToDiff/utilities/countChangedFields.js +0 -242
  572. package/dist/views/Version/RenderFieldsToDiff/utilities/countChangedFields.js.map +0 -1
  573. package/dist/views/Version/RenderFieldsToDiff/utilities/countChangedFields.spec.js +0 -861
  574. package/dist/views/Version/RenderFieldsToDiff/utilities/countChangedFields.spec.js.map +0 -1
  575. package/dist/views/Version/RenderFieldsToDiff/utilities/fieldHasChanges.d.ts +0 -2
  576. package/dist/views/Version/RenderFieldsToDiff/utilities/fieldHasChanges.d.ts.map +0 -1
  577. package/dist/views/Version/RenderFieldsToDiff/utilities/fieldHasChanges.js +0 -4
  578. package/dist/views/Version/RenderFieldsToDiff/utilities/fieldHasChanges.js.map +0 -1
  579. package/dist/views/Version/RenderFieldsToDiff/utilities/fieldHasChanges.spec.js +0 -47
  580. package/dist/views/Version/RenderFieldsToDiff/utilities/fieldHasChanges.spec.js.map +0 -1
  581. package/dist/views/Version/RenderFieldsToDiff/utilities/getFieldsForRowComparison.d.ts +0 -19
  582. package/dist/views/Version/RenderFieldsToDiff/utilities/getFieldsForRowComparison.d.ts.map +0 -1
  583. package/dist/views/Version/RenderFieldsToDiff/utilities/getFieldsForRowComparison.js +0 -45
  584. package/dist/views/Version/RenderFieldsToDiff/utilities/getFieldsForRowComparison.js.map +0 -1
  585. package/dist/views/Version/RenderFieldsToDiff/utilities/getFieldsForRowComparison.spec.js +0 -135
  586. package/dist/views/Version/RenderFieldsToDiff/utilities/getFieldsForRowComparison.spec.js.map +0 -1
  587. package/dist/views/Version/Restore/index.css +0 -26
  588. package/dist/views/Version/Restore/index.d.ts +0 -16
  589. package/dist/views/Version/Restore/index.d.ts.map +0 -1
  590. package/dist/views/Version/Restore/index.js +0 -106
  591. package/dist/views/Version/Restore/index.js.map +0 -1
  592. package/dist/views/Version/SelectComparison/VersionDrawer/CreatedAtCell.d.ts +0 -3
  593. package/dist/views/Version/SelectComparison/VersionDrawer/CreatedAtCell.d.ts.map +0 -1
  594. package/dist/views/Version/SelectComparison/VersionDrawer/CreatedAtCell.js +0 -56
  595. package/dist/views/Version/SelectComparison/VersionDrawer/CreatedAtCell.js.map +0 -1
  596. package/dist/views/Version/SelectComparison/VersionDrawer/index.d.ts +0 -33
  597. package/dist/views/Version/SelectComparison/VersionDrawer/index.d.ts.map +0 -1
  598. package/dist/views/Version/SelectComparison/VersionDrawer/index.js +0 -239
  599. package/dist/views/Version/SelectComparison/VersionDrawer/index.js.map +0 -1
  600. package/dist/views/Version/SelectComparison/index.d.ts +0 -5
  601. package/dist/views/Version/SelectComparison/index.d.ts.map +0 -1
  602. package/dist/views/Version/SelectComparison/index.js +0 -57
  603. package/dist/views/Version/SelectComparison/index.js.map +0 -1
  604. package/dist/views/Version/SelectComparison/types.d.ts +0 -26
  605. package/dist/views/Version/SelectComparison/types.d.ts.map +0 -1
  606. package/dist/views/Version/SelectComparison/types.js +0 -2
  607. package/dist/views/Version/SelectComparison/types.js.map +0 -1
  608. package/dist/views/Version/SelectLocales/index.d.ts +0 -12
  609. package/dist/views/Version/SelectLocales/index.d.ts.map +0 -1
  610. package/dist/views/Version/SelectLocales/index.js +0 -39
  611. package/dist/views/Version/SelectLocales/index.js.map +0 -1
  612. package/dist/views/Version/VersionPillLabel/VersionPillLabel.d.ts +0 -31
  613. package/dist/views/Version/VersionPillLabel/VersionPillLabel.d.ts.map +0 -1
  614. package/dist/views/Version/VersionPillLabel/VersionPillLabel.js +0 -122
  615. package/dist/views/Version/VersionPillLabel/VersionPillLabel.js.map +0 -1
  616. package/dist/views/Version/VersionPillLabel/getVersionLabel.d.ts +0 -37
  617. package/dist/views/Version/VersionPillLabel/getVersionLabel.d.ts.map +0 -1
  618. package/dist/views/Version/VersionPillLabel/getVersionLabel.js +0 -43
  619. package/dist/views/Version/VersionPillLabel/getVersionLabel.js.map +0 -1
  620. package/dist/views/Version/VersionPillLabel/index.css +0 -31
  621. package/dist/views/Version/fetchVersions.d.ts +0 -42
  622. package/dist/views/Version/fetchVersions.d.ts.map +0 -1
  623. package/dist/views/Version/fetchVersions.js +0 -151
  624. package/dist/views/Version/fetchVersions.js.map +0 -1
  625. package/dist/views/Version/index.d.ts +0 -4
  626. package/dist/views/Version/index.d.ts.map +0 -1
  627. package/dist/views/Version/index.js +0 -352
  628. package/dist/views/Version/index.js.map +0 -1
  629. package/dist/views/Version/metadata.d.ts +0 -6
  630. package/dist/views/Version/metadata.d.ts.map +0 -1
  631. package/dist/views/Version/metadata.js +0 -58
  632. package/dist/views/Version/metadata.js.map +0 -1
  633. package/dist/views/Versions/buildColumns.d.ts +0 -16
  634. package/dist/views/Versions/buildColumns.d.ts.map +0 -1
  635. package/dist/views/Versions/buildColumns.js +0 -88
  636. package/dist/views/Versions/buildColumns.js.map +0 -1
  637. package/dist/views/Versions/cells/AutosaveCell/index.css +0 -7
  638. package/dist/views/Versions/cells/AutosaveCell/index.d.ts +0 -21
  639. package/dist/views/Versions/cells/AutosaveCell/index.d.ts.map +0 -1
  640. package/dist/views/Versions/cells/AutosaveCell/index.js +0 -45
  641. package/dist/views/Versions/cells/AutosaveCell/index.js.map +0 -1
  642. package/dist/views/Versions/cells/CreatedAt/index.d.ts +0 -13
  643. package/dist/views/Versions/cells/CreatedAt/index.d.ts.map +0 -1
  644. package/dist/views/Versions/cells/CreatedAt/index.js +0 -60
  645. package/dist/views/Versions/cells/CreatedAt/index.js.map +0 -1
  646. package/dist/views/Versions/cells/ID/index.d.ts +0 -5
  647. package/dist/views/Versions/cells/ID/index.d.ts.map +0 -1
  648. package/dist/views/Versions/cells/ID/index.js +0 -12
  649. package/dist/views/Versions/cells/ID/index.js.map +0 -1
  650. package/dist/views/Versions/index.client.d.ts +0 -9
  651. package/dist/views/Versions/index.client.d.ts.map +0 -1
  652. package/dist/views/Versions/index.client.js +0 -73
  653. package/dist/views/Versions/index.client.js.map +0 -1
  654. package/dist/views/Versions/index.css +0 -85
  655. package/dist/views/Versions/index.d.ts +0 -5
  656. package/dist/views/Versions/index.d.ts.map +0 -1
  657. package/dist/views/Versions/index.js +0 -178
  658. package/dist/views/Versions/index.js.map +0 -1
  659. package/dist/views/Versions/metadata.d.ts +0 -6
  660. package/dist/views/Versions/metadata.d.ts.map +0 -1
  661. package/dist/views/Versions/metadata.js +0 -51
  662. package/dist/views/Versions/metadata.js.map +0 -1
  663. package/dist/views/Versions/types.d.ts +0 -17
  664. package/dist/views/Versions/types.d.ts.map +0 -1
  665. package/dist/views/Versions/types.js +0 -2
  666. package/dist/views/Versions/types.js.map +0 -1
  667. /package/dist/{views/Root → adapters}/metadata.d.ts +0 -0
@@ -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 @@
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
  }
@@ -1,3 +1,3 @@
1
+ export { handleServerFunctions } from '../adapters/handleServerFunctions.js';
1
2
  export { metadata, RootLayout } from '../adapters/layout.js';
2
- export { handleServerFunctions } from '../utilities/handleServerFunctions.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,uBAAuB,CAAA;AAC5D,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 { handleServerFunctions } from '../adapters/handleServerFunctions.js';
1
2
  export { metadata, RootLayout } from '../adapters/layout.js';
2
- export { handleServerFunctions } from '../utilities/handleServerFunctions.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 '../adapters/layout.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":[]}