@payloadcms/next 3.0.0-alpha.7 → 3.0.0-alpha.70
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.
- package/dist/cjs/withPayload.cjs +96 -0
- package/dist/cjs/withPayload.cjs.map +1 -0
- package/dist/config.js +2 -12
- package/dist/config.js.map +1 -0
- package/dist/elements/LeaveWithoutSaving/index.js +25 -76
- package/dist/elements/LeaveWithoutSaving/index.js.map +1 -0
- package/dist/elements/LeaveWithoutSaving/usePreventLeave.d.ts.map +1 -1
- package/dist/elements/LeaveWithoutSaving/usePreventLeave.js +11 -29
- package/dist/elements/LeaveWithoutSaving/usePreventLeave.js.map +1 -0
- package/dist/exports/layouts.d.ts +2 -0
- package/dist/exports/layouts.d.ts.map +1 -0
- package/dist/exports/layouts.js +3 -0
- package/dist/exports/layouts.js.map +1 -0
- package/dist/exports/routes.d.ts +3 -0
- package/dist/exports/routes.d.ts.map +1 -0
- package/dist/exports/routes.js +4 -0
- package/dist/exports/routes.js.map +1 -0
- package/dist/exports/utilities.d.ts +9 -0
- package/dist/exports/utilities.d.ts.map +1 -0
- package/dist/exports/utilities.js +10 -0
- package/dist/exports/utilities.js.map +1 -0
- package/dist/exports/views.d.ts +4 -0
- package/dist/exports/views.d.ts.map +1 -0
- package/dist/exports/views.js +5 -0
- package/dist/exports/views.js.map +1 -0
- package/dist/fetchAPI-multipart/fileFactory.d.ts +16 -0
- package/dist/fetchAPI-multipart/fileFactory.d.ts.map +1 -0
- package/dist/fetchAPI-multipart/fileFactory.js +43 -0
- package/dist/fetchAPI-multipart/fileFactory.js.map +1 -0
- package/dist/fetchAPI-multipart/handlers.d.ts +15 -0
- package/dist/fetchAPI-multipart/handlers.d.ts.map +1 -0
- package/dist/fetchAPI-multipart/handlers.js +86 -0
- package/dist/fetchAPI-multipart/handlers.js.map +1 -0
- package/dist/fetchAPI-multipart/index.d.ts +135 -0
- package/dist/fetchAPI-multipart/index.d.ts.map +1 -0
- package/dist/fetchAPI-multipart/index.js +43 -0
- package/dist/fetchAPI-multipart/index.js.map +1 -0
- package/dist/fetchAPI-multipart/isEligibleRequest.d.ts.map +1 -0
- package/dist/fetchAPI-multipart/isEligibleRequest.js +26 -0
- package/dist/fetchAPI-multipart/isEligibleRequest.js.map +1 -0
- package/dist/fetchAPI-multipart/processMultipart.d.ts +8 -0
- package/dist/fetchAPI-multipart/processMultipart.d.ts.map +1 -0
- package/dist/fetchAPI-multipart/processMultipart.js +156 -0
- package/dist/fetchAPI-multipart/processMultipart.js.map +1 -0
- package/dist/fetchAPI-multipart/processNested.d.ts.map +1 -0
- package/dist/fetchAPI-multipart/processNested.js +25 -0
- package/dist/fetchAPI-multipart/processNested.js.map +1 -0
- package/dist/fetchAPI-multipart/uploadTimer.d.ts.map +1 -0
- package/dist/fetchAPI-multipart/uploadTimer.js +19 -0
- package/dist/fetchAPI-multipart/uploadTimer.js.map +1 -0
- package/dist/fetchAPI-multipart/utilities.d.ts +65 -0
- package/dist/fetchAPI-multipart/utilities.d.ts.map +1 -0
- package/dist/fetchAPI-multipart/utilities.js +207 -0
- package/dist/fetchAPI-multipart/utilities.js.map +1 -0
- package/dist/fetchAPI-stream-file/index.d.ts +6 -0
- package/dist/fetchAPI-stream-file/index.d.ts.map +1 -0
- package/dist/fetchAPI-stream-file/index.js +25 -0
- package/dist/fetchAPI-stream-file/index.js.map +1 -0
- package/dist/index.js +3 -35
- package/dist/index.js.map +1 -0
- package/dist/layouts/Root/index.d.ts.map +1 -1
- package/dist/layouts/Root/index.js +83 -76
- package/dist/layouts/Root/index.js.map +1 -0
- package/dist/prod/payload/favicon.svg +15 -0
- package/dist/prod/payload/og-image.png +0 -0
- package/dist/prod/styles.css +1 -0
- package/dist/routes/graphql/handler.d.ts.map +1 -1
- package/dist/routes/graphql/handler.js +37 -41
- package/dist/routes/graphql/handler.js.map +1 -0
- package/dist/routes/graphql/index.d.ts +2 -2
- package/dist/routes/graphql/index.d.ts.map +1 -1
- package/dist/routes/graphql/index.js +3 -21
- package/dist/routes/graphql/index.js.map +1 -0
- package/dist/routes/graphql/playground.js +6 -16
- package/dist/routes/graphql/playground.js.map +1 -0
- package/dist/routes/index.d.ts +2 -3
- package/dist/routes/index.d.ts.map +1 -1
- package/dist/routes/index.js +3 -37
- package/dist/routes/index.js.map +1 -0
- package/dist/routes/rest/auth/access.d.ts +1 -1
- package/dist/routes/rest/auth/access.d.ts.map +1 -1
- package/dist/routes/rest/auth/access.js +11 -21
- package/dist/routes/rest/auth/access.js.map +1 -0
- package/dist/routes/rest/auth/forgotPassword.d.ts +1 -1
- package/dist/routes/rest/auth/forgotPassword.d.ts.map +1 -1
- package/dist/routes/rest/auth/forgotPassword.js +13 -23
- package/dist/routes/rest/auth/forgotPassword.js.map +1 -0
- package/dist/routes/rest/auth/init.d.ts +1 -1
- package/dist/routes/rest/auth/init.d.ts.map +1 -1
- package/dist/routes/rest/auth/init.js +10 -14
- package/dist/routes/rest/auth/init.js.map +1 -0
- package/dist/routes/rest/auth/login.d.ts +1 -1
- package/dist/routes/rest/auth/login.d.ts.map +1 -1
- package/dist/routes/rest/auth/login.js +18 -30
- package/dist/routes/rest/auth/login.js.map +1 -0
- package/dist/routes/rest/auth/logout.d.ts +1 -1
- package/dist/routes/rest/auth/logout.d.ts.map +1 -1
- package/dist/routes/rest/auth/logout.js +20 -30
- package/dist/routes/rest/auth/logout.js.map +1 -0
- package/dist/routes/rest/auth/me.d.ts +1 -1
- package/dist/routes/rest/auth/me.d.ts.map +1 -1
- package/dist/routes/rest/auth/me.js +13 -23
- package/dist/routes/rest/auth/me.js.map +1 -0
- package/dist/routes/rest/auth/refresh.d.ts +1 -1
- package/dist/routes/rest/auth/refresh.d.ts.map +1 -1
- package/dist/routes/rest/auth/refresh.js +22 -32
- package/dist/routes/rest/auth/refresh.js.map +1 -0
- package/dist/routes/rest/auth/registerFirstUser.d.ts +1 -1
- package/dist/routes/rest/auth/registerFirstUser.d.ts.map +1 -1
- package/dist/routes/rest/auth/registerFirstUser.js +19 -29
- package/dist/routes/rest/auth/registerFirstUser.js.map +1 -0
- package/dist/routes/rest/auth/resetPassword.d.ts +1 -1
- package/dist/routes/rest/auth/resetPassword.d.ts.map +1 -1
- package/dist/routes/rest/auth/resetPassword.js +16 -28
- package/dist/routes/rest/auth/resetPassword.js.map +1 -0
- package/dist/routes/rest/auth/unlock.d.ts +1 -1
- package/dist/routes/rest/auth/unlock.d.ts.map +1 -1
- package/dist/routes/rest/auth/unlock.js +13 -23
- package/dist/routes/rest/auth/unlock.js.map +1 -0
- package/dist/routes/rest/auth/verifyEmail.d.ts +1 -1
- package/dist/routes/rest/auth/verifyEmail.d.ts.map +1 -1
- package/dist/routes/rest/auth/verifyEmail.js +13 -23
- package/dist/routes/rest/auth/verifyEmail.js.map +1 -0
- package/dist/routes/rest/buildFormState.d.ts +4 -4
- package/dist/routes/rest/buildFormState.d.ts.map +1 -1
- package/dist/routes/rest/buildFormState.js +179 -80
- package/dist/routes/rest/buildFormState.js.map +1 -0
- package/dist/routes/rest/checkEndpoints.d.ts.map +1 -1
- package/dist/routes/rest/checkEndpoints.js +4 -19
- package/dist/routes/rest/checkEndpoints.js.map +1 -0
- package/dist/routes/rest/collections/count.d.ts +3 -0
- package/dist/routes/rest/collections/count.d.ts.map +1 -0
- package/dist/routes/rest/collections/count.js +15 -0
- package/dist/routes/rest/collections/count.js.map +1 -0
- package/dist/routes/rest/collections/create.d.ts +1 -1
- package/dist/routes/rest/collections/create.d.ts.map +1 -1
- package/dist/routes/rest/collections/create.js +15 -24
- package/dist/routes/rest/collections/create.js.map +1 -0
- package/dist/routes/rest/collections/delete.d.ts +1 -1
- package/dist/routes/rest/collections/delete.d.ts.map +1 -1
- package/dist/routes/rest/collections/delete.js +20 -31
- package/dist/routes/rest/collections/delete.js.map +1 -0
- package/dist/routes/rest/collections/deleteByID.d.ts +1 -1
- package/dist/routes/rest/collections/deleteByID.d.ts.map +1 -1
- package/dist/routes/rest/collections/deleteByID.js +22 -24
- package/dist/routes/rest/collections/deleteByID.js.map +1 -0
- package/dist/routes/rest/collections/docAccess.d.ts +1 -1
- package/dist/routes/rest/collections/docAccess.d.ts.map +1 -1
- package/dist/routes/rest/collections/docAccess.js +11 -21
- package/dist/routes/rest/collections/docAccess.js.map +1 -0
- package/dist/routes/rest/collections/duplicate.d.ts +3 -0
- package/dist/routes/rest/collections/duplicate.d.ts.map +1 -0
- package/dist/routes/rest/collections/duplicate.js +39 -0
- package/dist/routes/rest/collections/duplicate.js.map +1 -0
- package/dist/routes/rest/collections/find.d.ts +1 -1
- package/dist/routes/rest/collections/find.d.ts.map +1 -1
- package/dist/routes/rest/collections/find.js +16 -29
- package/dist/routes/rest/collections/find.js.map +1 -0
- package/dist/routes/rest/collections/findByID.d.ts +1 -1
- package/dist/routes/rest/collections/findByID.d.ts.map +1 -1
- package/dist/routes/rest/collections/findByID.js +19 -23
- package/dist/routes/rest/collections/findByID.js.map +1 -0
- package/dist/routes/rest/collections/findVersionByID.d.ts +1 -1
- package/dist/routes/rest/collections/findVersionByID.d.ts.map +1 -1
- package/dist/routes/rest/collections/findVersionByID.js +19 -23
- package/dist/routes/rest/collections/findVersionByID.js.map +1 -0
- package/dist/routes/rest/collections/findVersions.d.ts +1 -1
- package/dist/routes/rest/collections/findVersions.d.ts.map +1 -1
- package/dist/routes/rest/collections/findVersions.js +16 -29
- package/dist/routes/rest/collections/findVersions.js.map +1 -0
- package/dist/routes/rest/collections/preview.d.ts +3 -0
- package/dist/routes/rest/collections/preview.d.ts.map +1 -0
- package/dist/routes/rest/collections/preview.js +45 -0
- package/dist/routes/rest/collections/preview.js.map +1 -0
- package/dist/routes/rest/collections/restoreVersion.d.ts +1 -1
- package/dist/routes/rest/collections/restoreVersion.d.ts.map +1 -1
- package/dist/routes/rest/collections/restoreVersion.js +19 -23
- package/dist/routes/rest/collections/restoreVersion.js.map +1 -0
- package/dist/routes/rest/collections/update.d.ts +1 -1
- package/dist/routes/rest/collections/update.d.ts.map +1 -1
- package/dist/routes/rest/collections/update.js +20 -31
- package/dist/routes/rest/collections/update.js.map +1 -0
- package/dist/routes/rest/collections/updateByID.d.ts +1 -1
- package/dist/routes/rest/collections/updateByID.d.ts.map +1 -1
- package/dist/routes/rest/collections/updateByID.js +19 -23
- package/dist/routes/rest/collections/updateByID.js.map +1 -0
- package/dist/routes/rest/files/checkFileAccess.d.ts +7 -0
- package/dist/routes/rest/files/checkFileAccess.d.ts.map +1 -0
- package/dist/routes/rest/files/checkFileAccess.js +50 -0
- package/dist/routes/rest/files/checkFileAccess.js.map +1 -0
- package/dist/routes/rest/files/getFile.d.ts +9 -0
- package/dist/routes/rest/files/getFile.d.ts.map +1 -0
- package/dist/routes/rest/files/getFile.js +59 -0
- package/dist/routes/rest/files/getFile.js.map +1 -0
- package/dist/routes/rest/files/getFileTypeFallback.d.ts +7 -0
- package/dist/routes/rest/files/getFileTypeFallback.d.ts.map +1 -0
- package/dist/routes/rest/files/getFileTypeFallback.js +21 -0
- package/dist/routes/rest/files/getFileTypeFallback.js.map +1 -0
- package/dist/routes/rest/globals/docAccess.d.ts +1 -1
- package/dist/routes/rest/globals/docAccess.d.ts.map +1 -1
- package/dist/routes/rest/globals/docAccess.js +11 -21
- package/dist/routes/rest/globals/docAccess.js.map +1 -0
- package/dist/routes/rest/globals/findOne.d.ts +1 -1
- package/dist/routes/rest/globals/findOne.d.ts.map +1 -1
- package/dist/routes/rest/globals/findOne.js +15 -25
- package/dist/routes/rest/globals/findOne.js.map +1 -0
- package/dist/routes/rest/globals/findVersionByID.d.ts +1 -1
- package/dist/routes/rest/globals/findVersionByID.d.ts.map +1 -1
- package/dist/routes/rest/globals/findVersionByID.js +13 -23
- package/dist/routes/rest/globals/findVersionByID.js.map +1 -0
- package/dist/routes/rest/globals/findVersions.d.ts +1 -1
- package/dist/routes/rest/globals/findVersions.d.ts.map +1 -1
- package/dist/routes/rest/globals/findVersions.js +16 -29
- package/dist/routes/rest/globals/findVersions.js.map +1 -0
- package/dist/routes/rest/globals/preview.d.ts +3 -0
- package/dist/routes/rest/globals/preview.d.ts.map +1 -0
- package/dist/routes/rest/globals/preview.js +44 -0
- package/dist/routes/rest/globals/preview.js.map +1 -0
- package/dist/routes/rest/globals/restoreVersion.d.ts +1 -1
- package/dist/routes/rest/globals/restoreVersion.d.ts.map +1 -1
- package/dist/routes/rest/globals/restoreVersion.js +13 -23
- package/dist/routes/rest/globals/restoreVersion.js.map +1 -0
- package/dist/routes/rest/globals/update.d.ts +1 -1
- package/dist/routes/rest/globals/update.d.ts.map +1 -1
- package/dist/routes/rest/globals/update.js +15 -25
- package/dist/routes/rest/globals/update.js.map +1 -0
- package/dist/routes/rest/index.d.ts +1 -0
- package/dist/routes/rest/index.d.ts.map +1 -1
- package/dist/routes/rest/index.js +423 -305
- package/dist/routes/rest/index.js.map +1 -0
- package/dist/routes/rest/routeError.d.ts +14 -0
- package/dist/routes/rest/routeError.d.ts.map +1 -0
- package/dist/routes/rest/routeError.js +107 -0
- package/dist/routes/rest/routeError.js.map +1 -0
- package/dist/routes/rest/types.d.ts +7 -7
- package/dist/routes/rest/types.d.ts.map +1 -1
- package/dist/routes/rest/types.js +2 -5
- package/dist/routes/rest/types.js.map +1 -0
- package/dist/routes/rest/utilities/sanitizeCollectionID.d.ts +9 -0
- package/dist/routes/rest/utilities/sanitizeCollectionID.d.ts.map +1 -0
- package/dist/routes/rest/utilities/sanitizeCollectionID.js +13 -0
- package/dist/routes/rest/utilities/sanitizeCollectionID.js.map +1 -0
- package/dist/scss/app.scss +3 -4
- package/dist/scss/vars.scss +0 -7
- package/dist/utilities/addDataAndFileToRequest.d.ts +11 -0
- package/dist/utilities/addDataAndFileToRequest.d.ts.map +1 -0
- package/dist/utilities/addDataAndFileToRequest.js +74 -0
- package/dist/utilities/addDataAndFileToRequest.js.map +1 -0
- package/dist/utilities/addLocalesToRequest.d.ts +20 -0
- package/dist/utilities/addLocalesToRequest.d.ts.map +1 -0
- package/dist/utilities/addLocalesToRequest.js +41 -0
- package/dist/utilities/addLocalesToRequest.js.map +1 -0
- package/dist/utilities/buildFieldSchemaMap/index.d.ts +4 -0
- package/dist/utilities/buildFieldSchemaMap/index.d.ts.map +1 -0
- package/dist/utilities/buildFieldSchemaMap/index.js +28 -0
- package/dist/utilities/buildFieldSchemaMap/index.js.map +1 -0
- package/dist/utilities/buildFieldSchemaMap/traverseFields.d.ts +14 -0
- package/dist/utilities/buildFieldSchemaMap/traverseFields.d.ts.map +1 -0
- package/dist/utilities/buildFieldSchemaMap/traverseFields.js +75 -0
- package/dist/utilities/buildFieldSchemaMap/traverseFields.js.map +1 -0
- package/dist/utilities/buildFieldSchemaMap/types.d.ts +3 -0
- package/dist/utilities/buildFieldSchemaMap/types.d.ts.map +1 -0
- package/dist/utilities/buildFieldSchemaMap/types.js +3 -0
- package/dist/utilities/buildFieldSchemaMap/types.js.map +1 -0
- package/dist/utilities/createPayloadRequest.d.ts.map +1 -1
- package/dist/utilities/createPayloadRequest.js +38 -54
- package/dist/utilities/createPayloadRequest.js.map +1 -0
- package/dist/utilities/getDataAndFile.d.ts +2 -2
- package/dist/utilities/getDataAndFile.d.ts.map +1 -1
- package/dist/utilities/getDataAndFile.js +29 -55
- package/dist/utilities/getDataAndFile.js.map +1 -0
- package/dist/utilities/getNextRequestI18n.d.ts +11 -0
- package/dist/utilities/getNextRequestI18n.d.ts.map +1 -0
- package/dist/utilities/getNextRequestI18n.js +18 -0
- package/dist/utilities/getNextRequestI18n.js.map +1 -0
- package/dist/utilities/getPayloadHMR.d.ts +5 -0
- package/dist/utilities/getPayloadHMR.d.ts.map +1 -0
- package/dist/utilities/getPayloadHMR.js +79 -0
- package/dist/utilities/getPayloadHMR.js.map +1 -0
- package/dist/utilities/getRequestLanguage.d.ts +6 -3
- package/dist/utilities/getRequestLanguage.d.ts.map +1 -1
- package/dist/utilities/getRequestLanguage.js +13 -16
- package/dist/utilities/getRequestLanguage.js.map +1 -0
- package/dist/utilities/getRequestLocales.js +2 -12
- package/dist/utilities/getRequestLocales.js.map +1 -0
- package/dist/utilities/headersWithCors.d.ts +8 -0
- package/dist/utilities/headersWithCors.d.ts.map +1 -0
- package/dist/utilities/headersWithCors.js +17 -0
- package/dist/utilities/headersWithCors.js.map +1 -0
- package/dist/utilities/initPage/handleAdminPage.d.ts +13 -0
- package/dist/utilities/initPage/handleAdminPage.d.ts.map +1 -0
- package/dist/utilities/initPage/handleAdminPage.js +35 -0
- package/dist/utilities/initPage/handleAdminPage.js.map +1 -0
- package/dist/utilities/initPage/handleAuthRedirect.d.ts +9 -0
- package/dist/utilities/initPage/handleAuthRedirect.d.ts.map +1 -0
- package/dist/utilities/initPage/handleAuthRedirect.js +26 -0
- package/dist/utilities/initPage/handleAuthRedirect.js.map +1 -0
- package/dist/utilities/initPage/index.d.ts +4 -0
- package/dist/utilities/initPage/index.d.ts.map +1 -0
- package/dist/utilities/initPage/index.js +89 -0
- package/dist/utilities/initPage/index.js.map +1 -0
- package/dist/utilities/initPage/shared.d.ts +4 -0
- package/dist/utilities/initPage/shared.d.ts.map +1 -0
- package/dist/utilities/initPage/shared.js +17 -0
- package/dist/utilities/initPage/shared.js.map +1 -0
- package/dist/utilities/initPage/types.d.ts +24 -0
- package/dist/utilities/initPage/types.d.ts.map +1 -0
- package/dist/utilities/initPage/types.js +3 -0
- package/dist/utilities/initPage/types.js.map +1 -0
- package/dist/utilities/meta.js +5 -15
- package/dist/utilities/meta.js.map +1 -0
- package/dist/utilities/timestamp.d.ts +2 -0
- package/dist/utilities/timestamp.d.ts.map +1 -0
- package/dist/utilities/timestamp.js +7 -0
- package/dist/utilities/timestamp.js.map +1 -0
- package/dist/views/API/RenderJSON/index.d.ts.map +1 -0
- package/dist/views/API/RenderJSON/index.js +90 -0
- package/dist/views/API/RenderJSON/index.js.map +1 -0
- package/dist/views/API/index.client.d.ts +4 -0
- package/dist/views/API/index.client.d.ts.map +1 -0
- package/dist/views/API/index.client.js +187 -0
- package/dist/views/API/index.client.js.map +1 -0
- package/dist/views/API/index.d.ts +3 -0
- package/dist/views/API/index.d.ts.map +1 -0
- package/dist/views/API/index.js +7 -0
- package/dist/views/API/index.js.map +1 -0
- package/dist/views/API/meta.d.ts +3 -0
- package/dist/views/API/meta.d.ts.map +1 -0
- package/dist/views/API/meta.js +11 -0
- package/dist/views/API/meta.js.map +1 -0
- package/dist/views/Account/Settings/index.d.ts.map +1 -0
- package/dist/views/Account/Settings/index.js +31 -0
- package/dist/views/Account/Settings/index.js.map +1 -0
- package/dist/views/Account/ToggleTheme/index.d.ts.map +1 -0
- package/dist/views/Account/ToggleTheme/index.js +36 -0
- package/dist/views/Account/ToggleTheme/index.js.map +1 -0
- package/dist/views/Account/index.d.ts +5 -0
- package/dist/views/Account/index.d.ts.map +1 -0
- package/dist/views/Account/index.js +57 -0
- package/dist/views/Account/index.js.map +1 -0
- package/dist/views/Account/meta.d.ts +3 -0
- package/dist/views/Account/meta.d.ts.map +1 -0
- package/dist/views/Account/meta.js +11 -0
- package/dist/views/Account/meta.js.map +1 -0
- package/dist/views/CreateFirstUser/index.client.d.ts +7 -0
- package/dist/views/CreateFirstUser/index.client.d.ts.map +1 -0
- package/dist/views/CreateFirstUser/index.client.js +64 -0
- package/dist/views/CreateFirstUser/index.client.js.map +1 -0
- package/dist/views/CreateFirstUser/index.d.ts +6 -0
- package/dist/views/CreateFirstUser/index.d.ts.map +1 -0
- package/dist/views/CreateFirstUser/index.js +43 -0
- package/dist/views/CreateFirstUser/index.js.map +1 -0
- package/dist/views/CreateFirstUser/index.scss +5 -0
- package/dist/views/CreateFirstUser/meta.d.ts +3 -0
- package/dist/views/CreateFirstUser/meta.d.ts.map +1 -0
- package/dist/views/CreateFirstUser/meta.js +11 -0
- package/dist/views/CreateFirstUser/meta.js.map +1 -0
- package/dist/views/Dashboard/Default/index.client.d.ts +10 -0
- package/dist/views/Dashboard/Default/index.client.d.ts.map +1 -0
- package/dist/views/Dashboard/Default/index.client.js +103 -0
- package/dist/views/Dashboard/Default/index.client.js.map +1 -0
- package/dist/views/Dashboard/Default/index.d.ts +12 -0
- package/dist/views/Dashboard/Default/index.d.ts.map +1 -0
- package/dist/views/Dashboard/Default/index.js +28 -0
- package/dist/views/Dashboard/Default/index.js.map +1 -0
- package/dist/views/Dashboard/index.d.ts +5 -0
- package/dist/views/Dashboard/index.d.ts.map +1 -0
- package/dist/views/Dashboard/index.js +27 -0
- package/dist/views/Dashboard/index.js.map +1 -0
- package/dist/views/Dashboard/meta.d.ts +3 -0
- package/dist/views/Dashboard/meta.d.ts.map +1 -0
- package/dist/views/Dashboard/meta.js +11 -0
- package/dist/views/Dashboard/meta.js.map +1 -0
- package/dist/views/Document/getCustomViewByKey.d.ts +4 -0
- package/dist/views/Document/getCustomViewByKey.d.ts.map +1 -0
- package/dist/views/Document/getCustomViewByKey.js +5 -0
- package/dist/views/Document/getCustomViewByKey.js.map +1 -0
- package/dist/views/Document/getCustomViewByRoute.d.ts +8 -0
- package/dist/views/Document/getCustomViewByRoute.d.ts.map +1 -0
- package/dist/views/Document/getCustomViewByRoute.js +22 -0
- package/dist/views/Document/getCustomViewByRoute.js.map +1 -0
- package/dist/views/Document/getMetaBySegment.d.ts +10 -0
- package/dist/views/Document/getMetaBySegment.d.ts.map +1 -0
- package/dist/views/Document/getMetaBySegment.js +77 -0
- package/dist/views/Document/getMetaBySegment.js.map +1 -0
- package/dist/views/Document/getViewsFromConfig.d.ts +18 -0
- package/dist/views/Document/getViewsFromConfig.d.ts.map +1 -0
- package/dist/views/Document/getViewsFromConfig.js +241 -0
- package/dist/views/Document/getViewsFromConfig.js.map +1 -0
- package/dist/views/Document/index.d.ts +6 -0
- package/dist/views/Document/index.d.ts.map +1 -0
- package/dist/views/Document/index.js +155 -0
- package/dist/views/Document/index.js.map +1 -0
- package/dist/views/Document/meta.d.ts +3 -0
- package/dist/views/Document/meta.d.ts.map +1 -0
- package/dist/views/Document/meta.js +4 -0
- package/dist/views/Document/meta.js.map +1 -0
- package/dist/views/Edit/Default/Auth/APIKey.d.ts +6 -0
- package/dist/views/Edit/Default/Auth/APIKey.d.ts.map +1 -0
- package/dist/views/Edit/Default/Auth/APIKey.js +106 -0
- package/dist/views/Edit/Default/Auth/APIKey.js.map +1 -0
- package/dist/views/Edit/Default/Auth/index.d.ts +5 -0
- package/dist/views/Edit/Default/Auth/index.d.ts.map +1 -0
- package/dist/views/Edit/Default/Auth/index.js +130 -0
- package/dist/views/Edit/Default/Auth/index.js.map +1 -0
- package/dist/views/Edit/Default/Auth/types.d.ts.map +1 -0
- package/dist/views/Edit/Default/Auth/types.js +3 -0
- package/dist/views/Edit/Default/Auth/types.js.map +1 -0
- package/dist/views/Edit/Default/SetDocumentStepNav/index.d.ts +12 -0
- package/dist/views/Edit/Default/SetDocumentStepNav/index.d.ts.map +1 -0
- package/dist/views/Edit/Default/SetDocumentStepNav/index.js +71 -0
- package/dist/views/Edit/Default/SetDocumentStepNav/index.js.map +1 -0
- package/dist/views/Edit/Default/SetDocumentTitle/index.d.ts +9 -0
- package/dist/views/Edit/Default/SetDocumentTitle/index.d.ts.map +1 -0
- package/dist/views/Edit/Default/SetDocumentTitle/index.js +38 -0
- package/dist/views/Edit/Default/SetDocumentTitle/index.js.map +1 -0
- package/dist/views/Edit/Default/index.d.ts.map +1 -0
- package/dist/views/Edit/Default/index.js +195 -0
- package/dist/views/Edit/Default/index.js.map +1 -0
- package/dist/views/Edit/Default/types.d.ts.map +1 -0
- package/dist/views/Edit/Default/types.js +3 -0
- package/dist/views/Edit/Default/types.js.map +1 -0
- package/dist/views/Edit/index.client.d.ts +3 -0
- package/dist/views/Edit/index.client.d.ts.map +1 -0
- package/dist/views/Edit/index.client.js +23 -0
- package/dist/views/Edit/index.client.js.map +1 -0
- package/dist/views/Edit/index.d.ts +3 -0
- package/dist/views/Edit/index.d.ts.map +1 -0
- package/dist/views/Edit/index.js +7 -0
- package/dist/views/Edit/index.js.map +1 -0
- package/dist/views/Edit/meta.d.ts +3 -0
- package/dist/views/Edit/meta.d.ts.map +1 -0
- package/dist/views/Edit/meta.js +26 -0
- package/dist/views/Edit/meta.js.map +1 -0
- package/dist/views/Edit/sanitizeEditViewProps.d.ts +3 -0
- package/dist/views/Edit/sanitizeEditViewProps.d.ts.map +1 -0
- package/dist/views/Edit/sanitizeEditViewProps.js +11 -0
- package/dist/views/Edit/sanitizeEditViewProps.js.map +1 -0
- package/dist/views/ForgotPassword/ForgotPasswordForm/index.d.ts +3 -0
- package/dist/views/ForgotPassword/ForgotPasswordForm/index.d.ts.map +1 -0
- package/dist/views/ForgotPassword/ForgotPasswordForm/index.js +58 -0
- package/dist/views/ForgotPassword/ForgotPasswordForm/index.js.map +1 -0
- package/dist/views/ForgotPassword/index.d.ts +6 -0
- package/dist/views/ForgotPassword/index.d.ts.map +1 -0
- package/dist/views/ForgotPassword/index.js +33 -0
- package/dist/views/ForgotPassword/index.js.map +1 -0
- package/dist/views/ForgotPassword/meta.d.ts +3 -0
- package/dist/views/ForgotPassword/meta.d.ts.map +1 -0
- package/dist/views/ForgotPassword/meta.js +11 -0
- package/dist/views/ForgotPassword/meta.js.map +1 -0
- package/dist/views/List/Default/index.d.ts.map +1 -0
- package/dist/views/List/Default/index.js +149 -0
- package/dist/views/List/Default/index.js.map +1 -0
- package/dist/views/List/Default/types.d.ts +15 -0
- package/dist/views/List/Default/types.d.ts.map +1 -0
- package/dist/views/List/Default/types.js +3 -0
- package/dist/views/List/Default/types.js.map +1 -0
- package/dist/views/List/index.d.ts +5 -0
- package/dist/views/List/index.d.ts.map +1 -0
- package/dist/views/List/index.js +107 -0
- package/dist/views/List/index.js.map +1 -0
- package/dist/views/List/meta.d.ts +7 -0
- package/dist/views/List/meta.d.ts.map +1 -0
- package/dist/views/List/meta.js +19 -0
- package/dist/views/List/meta.js.map +1 -0
- package/dist/views/LivePreview/Context/collisionDetection.d.ts.map +1 -0
- package/dist/views/LivePreview/Context/collisionDetection.js +26 -0
- package/dist/views/LivePreview/Context/collisionDetection.js.map +1 -0
- package/dist/views/LivePreview/Context/context.d.ts +50 -0
- package/dist/views/LivePreview/Context/context.d.ts.map +1 -0
- package/dist/views/LivePreview/Context/context.js +40 -0
- package/dist/views/LivePreview/Context/context.js.map +1 -0
- package/dist/views/LivePreview/Context/index.d.ts +20 -0
- package/dist/views/LivePreview/Context/index.d.ts.map +1 -0
- package/dist/views/LivePreview/Context/index.js +153 -0
- package/dist/views/LivePreview/Context/index.js.map +1 -0
- package/dist/views/LivePreview/Context/sizeReducer.d.ts.map +1 -0
- package/dist/views/LivePreview/Context/sizeReducer.js +31 -0
- package/dist/views/LivePreview/Context/sizeReducer.js.map +1 -0
- package/dist/views/LivePreview/Device/index.d.ts.map +1 -0
- package/dist/views/LivePreview/Device/index.js +51 -0
- package/dist/views/LivePreview/Device/index.js.map +1 -0
- package/dist/views/LivePreview/DeviceContainer/index.d.ts.map +1 -0
- package/dist/views/LivePreview/DeviceContainer/index.js +29 -0
- package/dist/views/LivePreview/DeviceContainer/index.js.map +1 -0
- package/dist/views/LivePreview/IFrame/index.d.ts +9 -0
- package/dist/views/LivePreview/IFrame/index.d.ts.map +1 -0
- package/dist/views/LivePreview/IFrame/index.js +22 -0
- package/dist/views/LivePreview/IFrame/index.js.map +1 -0
- package/dist/views/LivePreview/Preview/index.d.ts +5 -0
- package/dist/views/LivePreview/Preview/index.d.ts.map +1 -0
- package/dist/views/LivePreview/Preview/index.js +101 -0
- package/dist/views/LivePreview/Preview/index.js.map +1 -0
- package/dist/views/LivePreview/Toolbar/Controls/index.d.ts +5 -0
- package/dist/views/LivePreview/Toolbar/Controls/index.d.ts.map +1 -0
- package/dist/views/LivePreview/Toolbar/Controls/index.js +85 -0
- package/dist/views/LivePreview/Toolbar/Controls/index.js.map +1 -0
- package/dist/views/LivePreview/Toolbar/SizeInput/index.d.ts.map +1 -0
- package/dist/views/LivePreview/Toolbar/SizeInput/index.js +60 -0
- package/dist/views/LivePreview/Toolbar/SizeInput/index.js.map +1 -0
- package/dist/views/LivePreview/Toolbar/index.d.ts +7 -0
- package/dist/views/LivePreview/Toolbar/index.d.ts.map +1 -0
- package/dist/views/LivePreview/Toolbar/index.js +49 -0
- package/dist/views/LivePreview/Toolbar/index.js.map +1 -0
- package/dist/views/LivePreview/ToolbarArea/index.d.ts.map +1 -0
- package/dist/views/LivePreview/ToolbarArea/index.js +16 -0
- package/dist/views/LivePreview/ToolbarArea/index.js.map +1 -0
- package/dist/views/LivePreview/index.client.d.ts +10 -0
- package/dist/views/LivePreview/index.client.d.ts.map +1 -0
- package/dist/views/LivePreview/index.client.js +170 -0
- package/dist/views/LivePreview/index.client.js.map +1 -0
- package/dist/views/LivePreview/index.d.ts +4 -0
- package/dist/views/LivePreview/index.d.ts.map +1 -0
- package/dist/views/LivePreview/index.js +65 -0
- package/dist/views/LivePreview/index.js.map +1 -0
- package/dist/views/LivePreview/meta.d.ts +3 -0
- package/dist/views/LivePreview/meta.d.ts.map +1 -0
- package/dist/views/LivePreview/meta.js +26 -0
- package/dist/views/LivePreview/meta.js.map +1 -0
- package/dist/views/LivePreview/usePopupWindow.d.ts.map +1 -0
- package/dist/views/LivePreview/usePopupWindow.js +102 -0
- package/dist/views/LivePreview/usePopupWindow.js.map +1 -0
- package/dist/views/Login/LoginForm/index.d.ts.map +1 -0
- package/dist/views/Login/LoginForm/index.js +88 -0
- package/dist/views/Login/LoginForm/index.js.map +1 -0
- package/dist/views/Login/index.d.ts +7 -0
- package/dist/views/Login/index.d.ts.map +1 -0
- package/dist/views/Login/index.js +28 -0
- package/dist/views/Login/index.js.map +1 -0
- package/dist/views/Login/index.scss +8 -0
- package/dist/views/Login/meta.d.ts +3 -0
- package/dist/views/Login/meta.d.ts.map +1 -0
- package/dist/views/Login/meta.js +11 -0
- package/dist/views/Login/meta.js.map +1 -0
- package/dist/views/Logout/LogoutClient.d.ts.map +1 -0
- package/dist/views/Logout/LogoutClient.js +33 -0
- package/dist/views/Logout/LogoutClient.js.map +1 -0
- package/dist/views/Logout/index.d.ts +9 -0
- package/dist/views/Logout/index.d.ts.map +1 -0
- package/dist/views/Logout/index.js +25 -0
- package/dist/views/Logout/index.js.map +1 -0
- package/dist/views/Logout/meta.d.ts +3 -0
- package/dist/views/Logout/meta.d.ts.map +1 -0
- package/dist/views/Logout/meta.js +11 -0
- package/dist/views/Logout/meta.js.map +1 -0
- package/dist/views/NotFound/index.client.d.ts +6 -0
- package/dist/views/NotFound/index.client.d.ts.map +1 -0
- package/dist/views/NotFound/index.client.js +41 -0
- package/dist/views/NotFound/index.client.js.map +1 -0
- package/dist/views/NotFound/index.d.ts +28 -0
- package/dist/views/NotFound/index.d.ts.map +1 -0
- package/dist/views/NotFound/index.js +39 -0
- package/dist/views/NotFound/index.js.map +1 -0
- package/dist/views/NotFound/index.scss +37 -0
- package/dist/views/NotFound/meta.d.ts +8 -0
- package/dist/views/NotFound/meta.d.ts.map +1 -0
- package/dist/views/NotFound/meta.js +11 -0
- package/dist/views/NotFound/meta.js.map +1 -0
- package/dist/views/ResetPassword/index.client.d.ts +7 -0
- package/dist/views/ResetPassword/index.client.d.ts.map +1 -0
- package/dist/views/ResetPassword/index.client.js +83 -0
- package/dist/views/ResetPassword/index.client.js.map +1 -0
- package/dist/views/ResetPassword/index.d.ts +7 -0
- package/dist/views/ResetPassword/index.d.ts.map +1 -0
- package/dist/views/ResetPassword/index.js +44 -0
- package/dist/views/ResetPassword/index.js.map +1 -0
- package/dist/views/ResetPassword/index.scss +5 -0
- package/dist/views/ResetPassword/meta.d.ts +3 -0
- package/dist/views/ResetPassword/meta.d.ts.map +1 -0
- package/dist/views/ResetPassword/meta.js +11 -0
- package/dist/views/ResetPassword/meta.js.map +1 -0
- package/dist/views/Root/getCustomViewByRoute.d.ts +6 -0
- package/dist/views/Root/getCustomViewByRoute.d.ts.map +1 -0
- package/dist/views/Root/getCustomViewByRoute.js +19 -0
- package/dist/views/Root/getCustomViewByRoute.js.map +1 -0
- package/dist/views/Root/getViewFromConfig.d.ts +18 -0
- package/dist/views/Root/getViewFromConfig.d.ts.map +1 -0
- package/dist/views/Root/getViewFromConfig.js +138 -0
- package/dist/views/Root/getViewFromConfig.js.map +1 -0
- package/dist/views/Root/index.d.ts +22 -0
- package/dist/views/Root/index.d.ts.map +1 -0
- package/dist/views/Root/index.js +51 -0
- package/dist/views/Root/index.js.map +1 -0
- package/dist/views/Root/isPathMatchingRoute.d.ts +8 -0
- package/dist/views/Root/isPathMatchingRoute.d.ts.map +1 -0
- package/dist/views/Root/isPathMatchingRoute.js +16 -0
- package/dist/views/Root/isPathMatchingRoute.js.map +1 -0
- package/dist/views/Root/meta.d.ts +14 -0
- package/dist/views/Root/meta.d.ts.map +1 -0
- package/dist/views/Root/meta.js +159 -0
- package/dist/views/Root/meta.js.map +1 -0
- package/dist/views/Unauthorized/index.d.ts +5 -0
- package/dist/views/Unauthorized/index.d.ts.map +1 -0
- package/dist/views/Unauthorized/index.js +20 -0
- package/dist/views/Unauthorized/index.js.map +1 -0
- package/dist/views/Unauthorized/index.scss +36 -0
- package/dist/views/Unauthorized/meta.d.ts +3 -0
- package/dist/views/Unauthorized/meta.d.ts.map +1 -0
- package/dist/views/Unauthorized/meta.js +11 -0
- package/dist/views/Unauthorized/meta.js.map +1 -0
- package/dist/views/Verify/index.d.ts +7 -0
- package/dist/views/Verify/index.d.ts.map +1 -0
- package/dist/views/Verify/index.js +32 -0
- package/dist/views/Verify/index.js.map +1 -0
- package/dist/views/Verify/meta.d.ts +3 -0
- package/dist/views/Verify/meta.d.ts.map +1 -0
- package/dist/views/Verify/meta.js +11 -0
- package/dist/views/Verify/meta.js.map +1 -0
- package/dist/views/Version/Default/SetStepNav.d.ts +14 -0
- package/dist/views/Version/Default/SetStepNav.d.ts.map +1 -0
- package/dist/views/Version/Default/SetStepNav.js +100 -0
- package/dist/views/Version/Default/SetStepNav.js.map +1 -0
- package/dist/views/Version/Default/index.d.ts +5 -0
- package/dist/views/Version/Default/index.d.ts.map +1 -0
- package/dist/views/Version/Default/index.js +115 -0
- package/dist/views/Version/Default/index.js.map +1 -0
- package/dist/views/Version/Default/types.d.ts +19 -0
- package/dist/views/Version/Default/types.d.ts.map +1 -0
- package/dist/views/Version/Default/types.js +3 -0
- package/dist/views/Version/Default/types.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/Label/index.d.ts.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/Label/index.js +8 -0
- package/dist/views/Version/RenderFieldsToDiff/Label/index.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.d.ts +6 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.d.ts.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.js +64 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Nested/index.d.ts +6 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Nested/index.d.ts.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Nested/index.js +28 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Nested/index.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.d.ts +6 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.d.ts.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.js +74 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Select/DiffViewer/index.d.ts.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Select/DiffViewer/index.js +17 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Select/DiffViewer/index.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.d.ts +10 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.d.ts.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.js +39 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.d.ts +9 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.d.ts.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.js +39 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Text/DiffViewer/index.d.ts.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Text/DiffViewer/index.js +17 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Text/DiffViewer/index.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.d.ts +6 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.d.ts.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.js +30 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/diffMethods.d.ts.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/diffMethods.js +8 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/diffMethods.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/index.d.ts +60 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/index.d.ts.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/index.js +29 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/index.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/styles.d.ts.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/styles.js +28 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/styles.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/types.d.ts +21 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/types.d.ts.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/types.js +3 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/types.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/index.d.ts +6 -0
- package/dist/views/Version/RenderFieldsToDiff/index.d.ts.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/index.js +100 -0
- package/dist/views/Version/RenderFieldsToDiff/index.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/types.d.ts +20 -0
- package/dist/views/Version/RenderFieldsToDiff/types.d.ts.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/types.js +3 -0
- package/dist/views/Version/RenderFieldsToDiff/types.js.map +1 -0
- package/dist/views/Version/Restore/index.d.ts +6 -0
- package/dist/views/Version/Restore/index.d.ts.map +1 -0
- package/dist/views/Version/Restore/index.js +77 -0
- package/dist/views/Version/Restore/index.js.map +1 -0
- package/dist/views/Version/Restore/index.scss +30 -0
- package/dist/views/Version/Restore/types.d.ts +11 -0
- package/dist/views/Version/Restore/types.d.ts.map +1 -0
- package/dist/views/Version/Restore/types.js +3 -0
- package/dist/views/Version/Restore/types.js.map +1 -0
- package/dist/views/Version/SelectComparison/index.d.ts +5 -0
- package/dist/views/Version/SelectComparison/index.d.ts.map +1 -0
- package/dist/views/Version/SelectComparison/index.js +130 -0
- package/dist/views/Version/SelectComparison/index.js.map +1 -0
- package/dist/views/Version/SelectComparison/types.d.ts +27 -0
- package/dist/views/Version/SelectComparison/types.d.ts.map +1 -0
- package/dist/views/Version/SelectComparison/types.js +3 -0
- package/dist/views/Version/SelectComparison/types.js.map +1 -0
- package/dist/views/Version/SelectLocales/index.d.ts +5 -0
- package/dist/views/Version/SelectLocales/index.d.ts.map +1 -0
- package/dist/views/Version/SelectLocales/index.js +33 -0
- package/dist/views/Version/SelectLocales/index.js.map +1 -0
- package/dist/views/Version/SelectLocales/types.d.ts +7 -0
- package/dist/views/Version/SelectLocales/types.d.ts.map +1 -0
- package/dist/views/Version/SelectLocales/types.js +3 -0
- package/dist/views/Version/SelectLocales/types.js.map +1 -0
- package/dist/views/Version/index.d.ts +3 -0
- package/dist/views/Version/index.d.ts.map +1 -0
- package/dist/views/Version/index.js +102 -0
- package/dist/views/Version/index.js.map +1 -0
- package/dist/views/Version/meta.d.ts +3 -0
- package/dist/views/Version/meta.d.ts.map +1 -0
- package/dist/views/Version/meta.js +41 -0
- package/dist/views/Version/meta.js.map +1 -0
- package/dist/views/Version/shared.d.ts.map +1 -0
- package/dist/views/Version/shared.js +10 -0
- package/dist/views/Version/shared.js.map +1 -0
- package/dist/views/Versions/buildColumns.d.ts +11 -0
- package/dist/views/Versions/buildColumns.d.ts.map +1 -0
- package/dist/views/Versions/buildColumns.js +63 -0
- package/dist/views/Versions/buildColumns.js.map +1 -0
- package/dist/views/Versions/cells/AutosaveCell/index.d.ts.map +1 -0
- package/dist/views/Versions/cells/AutosaveCell/index.js +14 -0
- package/dist/views/Versions/cells/AutosaveCell/index.js.map +1 -0
- package/dist/views/Versions/cells/CreatedAt/index.d.ts.map +1 -0
- package/dist/views/Versions/cells/CreatedAt/index.js +26 -0
- package/dist/views/Versions/cells/CreatedAt/index.js.map +1 -0
- package/dist/views/Versions/cells/ID/index.d.ts.map +1 -0
- package/dist/views/Versions/cells/ID/index.js +9 -0
- package/dist/views/Versions/cells/ID/index.js.map +1 -0
- package/dist/views/Versions/index.client.d.ts +10 -0
- package/dist/views/Versions/index.client.d.ts.map +1 -0
- package/dist/views/Versions/index.client.js +57 -0
- package/dist/views/Versions/index.client.js.map +1 -0
- package/dist/views/Versions/index.d.ts +5 -0
- package/dist/views/Versions/index.d.ts.map +1 -0
- package/dist/views/Versions/index.js +93 -0
- package/dist/views/Versions/index.js.map +1 -0
- package/dist/views/Versions/meta.d.ts +3 -0
- package/dist/views/Versions/meta.d.ts.map +1 -0
- package/dist/views/Versions/meta.js +33 -0
- package/dist/views/Versions/meta.js.map +1 -0
- package/dist/views/Versions/types.d.ts.map +1 -0
- package/dist/views/Versions/types.js +3 -0
- package/dist/views/Versions/types.js.map +1 -0
- package/dist/webpackEntry.d.ts +5 -0
- package/dist/webpackEntry.d.ts.map +1 -0
- package/dist/webpackEntry.js +6 -0
- package/dist/webpackEntry.js.map +1 -0
- package/dist/withPayload.d.ts +2 -2
- package/dist/withPayload.d.ts.map +1 -1
- package/dist/withPayload.js +9 -9
- package/dist/withPayload.js.map +1 -0
- package/package.json +58 -72
- package/dist/295bdb5117ce718dc7ce.woff2 +0 -1
- package/dist/3dec23c585a4abb5db73.woff +0 -1
- package/dist/542802f243f0fcaf55b3.woff2 +0 -1
- package/dist/5e5b3593b8911609ead8.woff +0 -1
- package/dist/64ee2a3127da82b7ea68.woff2 +0 -1
- package/dist/67a3a8f8301a0429df2d.woff +0 -1
- package/dist/8d0dc94a123c04b123f0.woff +0 -1
- package/dist/94db87589768ca1eec3c.woff2 +0 -1
- package/dist/997a8ea7da8ec3068210.woff2 +0 -1
- package/dist/9ab00e972f6f94ca3ff4.woff +0 -1
- package/dist/ab1f8b95d9d1911a4a3e.woff +0 -1
- package/dist/ba5a15d71add74a81bb9.woff +0 -1
- package/dist/bd2c036744af4b004ea6.woff2 +0 -1
- package/dist/bin/index.d.ts +0 -2
- package/dist/bin/index.d.ts.map +0 -1
- package/dist/bin/index.js +0 -37
- package/dist/bin/install.d.ts +0 -4
- package/dist/bin/install.d.ts.map +0 -1
- package/dist/bin/install.js +0 -77
- package/dist/cc56c782af93204aba75.woff +0 -1
- package/dist/d377d6e20b542fe3b375.woff2 +0 -1
- package/dist/e415ace668b22ac52c65.woff2 +0 -1
- package/dist/exports/index.d.ts +0 -2
- package/dist/exports/index.d.ts.map +0 -1
- package/dist/exports/index.js +0 -13
- package/dist/graphql/registerSchema.d.ts +0 -2
- package/dist/graphql/registerSchema.d.ts.map +0 -1
- package/dist/graphql/registerSchema.js +0 -3
- package/dist/index.d.ts +0 -7
- package/dist/index.d.ts.map +0 -1
- package/dist/layouts/Admin/index.d.ts +0 -12
- package/dist/layouts/Admin/index.d.ts.map +0 -1
- package/dist/layouts/Admin/index.js +0 -44
- package/dist/layouts/Document/index.d.ts +0 -14
- package/dist/layouts/Document/index.d.ts.map +0 -1
- package/dist/layouts/Document/index.js +0 -82
- package/dist/next-fileupload/fileFactory.d.ts +0 -16
- package/dist/next-fileupload/fileFactory.d.ts.map +0 -1
- package/dist/next-fileupload/fileFactory.js +0 -53
- package/dist/next-fileupload/handlers.d.ts +0 -15
- package/dist/next-fileupload/handlers.d.ts.map +0 -1
- package/dist/next-fileupload/handlers.js +0 -150
- package/dist/next-fileupload/index.d.ts +0 -135
- package/dist/next-fileupload/index.d.ts.map +0 -1
- package/dist/next-fileupload/index.js +0 -58
- package/dist/next-fileupload/isEligibleRequest.d.ts.map +0 -1
- package/dist/next-fileupload/isEligibleRequest.js +0 -36
- package/dist/next-fileupload/processMultipart.d.ts +0 -8
- package/dist/next-fileupload/processMultipart.d.ts.map +0 -1
- package/dist/next-fileupload/processMultipart.js +0 -146
- package/dist/next-fileupload/processNested.d.ts.map +0 -1
- package/dist/next-fileupload/processNested.js +0 -34
- package/dist/next-fileupload/uploadTimer.d.ts.map +0 -1
- package/dist/next-fileupload/uploadTimer.js +0 -29
- package/dist/next-fileupload/utilities.d.ts +0 -65
- package/dist/next-fileupload/utilities.d.ts.map +0 -1
- package/dist/next-fileupload/utilities.js +0 -252
- package/dist/next-stream-file/index.d.ts +0 -2
- package/dist/next-stream-file/index.d.ts.map +0 -1
- package/dist/next-stream-file/index.js +0 -40
- package/dist/pages/API/RenderJSON/index.d.ts.map +0 -1
- package/dist/pages/API/RenderJSON/index.js +0 -142
- package/dist/pages/API/index.client.d.ts +0 -5
- package/dist/pages/API/index.client.d.ts.map +0 -1
- package/dist/pages/API/index.client.js +0 -241
- package/dist/pages/API/index.d.ts +0 -4
- package/dist/pages/API/index.d.ts.map +0 -1
- package/dist/pages/API/index.js +0 -27
- package/dist/pages/API/meta.d.ts +0 -3
- package/dist/pages/API/meta.d.ts.map +0 -1
- package/dist/pages/API/meta.js +0 -21
- package/dist/pages/Account/Settings/index.d.ts.map +0 -1
- package/dist/pages/Account/Settings/index.js +0 -45
- package/dist/pages/Account/ToggleTheme/index.d.ts.map +0 -1
- package/dist/pages/Account/ToggleTheme/index.js +0 -85
- package/dist/pages/Account/index.d.ts +0 -13
- package/dist/pages/Account/index.d.ts.map +0 -1
- package/dist/pages/Account/index.js +0 -171
- package/dist/pages/CreateFirstUser/index.client.d.ts +0 -5
- package/dist/pages/CreateFirstUser/index.client.d.ts.map +0 -1
- package/dist/pages/CreateFirstUser/index.client.js +0 -29
- package/dist/pages/CreateFirstUser/index.d.ts +0 -11
- package/dist/pages/CreateFirstUser/index.d.ts.map +0 -1
- package/dist/pages/CreateFirstUser/index.js +0 -91
- package/dist/pages/CreateFirstUser/index.scss +0 -15
- package/dist/pages/Dashboard/Default/index.client.d.ts +0 -8
- package/dist/pages/Dashboard/Default/index.client.d.ts.map +0 -1
- package/dist/pages/Dashboard/Default/index.client.js +0 -154
- package/dist/pages/Dashboard/Default/index.d.ts +0 -11
- package/dist/pages/Dashboard/Default/index.d.ts.map +0 -1
- package/dist/pages/Dashboard/Default/index.js +0 -44
- package/dist/pages/Dashboard/index.d.ts +0 -13
- package/dist/pages/Dashboard/index.d.ts.map +0 -1
- package/dist/pages/Dashboard/index.js +0 -128
- package/dist/pages/Document/getCustomViewByKey.d.ts +0 -4
- package/dist/pages/Document/getCustomViewByKey.d.ts.map +0 -1
- package/dist/pages/Document/getCustomViewByKey.js +0 -15
- package/dist/pages/Document/getCustomViewByPath.d.ts +0 -4
- package/dist/pages/Document/getCustomViewByPath.d.ts.map +0 -1
- package/dist/pages/Document/getCustomViewByPath.js +0 -26
- package/dist/pages/Document/getMetaBySegment.d.ts +0 -20
- package/dist/pages/Document/getMetaBySegment.d.ts.map +0 -1
- package/dist/pages/Document/getMetaBySegment.js +0 -124
- package/dist/pages/Document/getViewsFromConfig.d.ts +0 -15
- package/dist/pages/Document/getViewsFromConfig.d.ts.map +0 -1
- package/dist/pages/Document/getViewsFromConfig.js +0 -163
- package/dist/pages/Document/index.d.ts +0 -23
- package/dist/pages/Document/index.d.ts.map +0 -1
- package/dist/pages/Document/index.js +0 -237
- package/dist/pages/Edit/Default/Auth/APIKey.d.ts +0 -6
- package/dist/pages/Edit/Default/Auth/APIKey.d.ts.map +0 -1
- package/dist/pages/Edit/Default/Auth/APIKey.js +0 -140
- package/dist/pages/Edit/Default/Auth/index.d.ts +0 -6
- package/dist/pages/Edit/Default/Auth/index.d.ts.map +0 -1
- package/dist/pages/Edit/Default/Auth/index.js +0 -180
- package/dist/pages/Edit/Default/Auth/types.d.ts.map +0 -1
- package/dist/pages/Edit/Default/Auth/types.js +0 -6
- package/dist/pages/Edit/Default/RenderCustomView.d.ts +0 -2
- package/dist/pages/Edit/Default/RenderCustomView.d.ts.map +0 -1
- package/dist/pages/Edit/Default/RenderCustomView.js +0 -3
- package/dist/pages/Edit/Default/SetDocumentTitle/index.d.ts +0 -8
- package/dist/pages/Edit/Default/SetDocumentTitle/index.d.ts.map +0 -1
- package/dist/pages/Edit/Default/SetDocumentTitle/index.js +0 -50
- package/dist/pages/Edit/Default/SetStepNav/index.d.ts +0 -13
- package/dist/pages/Edit/Default/SetStepNav/index.d.ts.map +0 -1
- package/dist/pages/Edit/Default/SetStepNav/index.js +0 -70
- package/dist/pages/Edit/Default/index.d.ts.map +0 -1
- package/dist/pages/Edit/Default/index.js +0 -202
- package/dist/pages/Edit/Default/types.d.ts.map +0 -1
- package/dist/pages/Edit/Default/types.js +0 -6
- package/dist/pages/Edit/index.client.d.ts +0 -4
- package/dist/pages/Edit/index.client.d.ts.map +0 -1
- package/dist/pages/Edit/index.client.js +0 -99
- package/dist/pages/Edit/index.d.ts +0 -4
- package/dist/pages/Edit/index.d.ts.map +0 -1
- package/dist/pages/Edit/index.js +0 -27
- package/dist/pages/Edit/meta.d.ts +0 -3
- package/dist/pages/Edit/meta.d.ts.map +0 -1
- package/dist/pages/Edit/meta.js +0 -36
- package/dist/pages/Edit/sanitizeEditViewProps.d.ts +0 -4
- package/dist/pages/Edit/sanitizeEditViewProps.d.ts.map +0 -1
- package/dist/pages/Edit/sanitizeEditViewProps.js +0 -24
- package/dist/pages/Edit/types.d.js +0 -7
- package/dist/pages/Edit/types.d.ts +0 -37
- package/dist/pages/Edit/types.d.ts.map +0 -1
- package/dist/pages/Edit/types.js +0 -6
- package/dist/pages/ForgotPassword/index.d.ts +0 -10
- package/dist/pages/ForgotPassword/index.d.ts.map +0 -1
- package/dist/pages/ForgotPassword/index.js +0 -101
- package/dist/pages/List/Default/Cell/cellTypes.spec.js +0 -234
- package/dist/pages/List/Default/Cell/fields/Array/index.d.ts +0 -7
- package/dist/pages/List/Default/Cell/fields/Array/index.d.ts.map +0 -1
- package/dist/pages/List/Default/Cell/fields/Array/index.js +0 -27
- package/dist/pages/List/Default/Cell/fields/Blocks/index.d.ts +0 -8
- package/dist/pages/List/Default/Cell/fields/Blocks/index.d.ts.map +0 -1
- package/dist/pages/List/Default/Cell/fields/Blocks/index.js +0 -45
- package/dist/pages/List/Default/Cell/fields/Checkbox/index.d.ts +0 -5
- package/dist/pages/List/Default/Cell/fields/Checkbox/index.d.ts.map +0 -1
- package/dist/pages/List/Default/Cell/fields/Checkbox/index.js +0 -23
- package/dist/pages/List/Default/Cell/fields/Checkbox/index.scss +0 -22
- package/dist/pages/List/Default/Cell/fields/Code/index.d.ts +0 -8
- package/dist/pages/List/Default/Cell/fields/Code/index.d.ts.map +0 -1
- package/dist/pages/List/Default/Cell/fields/Code/index.js +0 -29
- package/dist/pages/List/Default/Cell/fields/Code/index.scss +0 -27
- package/dist/pages/List/Default/Cell/fields/Date/index.d.ts +0 -7
- package/dist/pages/List/Default/Cell/fields/Date/index.d.ts.map +0 -1
- package/dist/pages/List/Default/Cell/fields/Date/index.js +0 -26
- package/dist/pages/List/Default/Cell/fields/File/index.d.ts +0 -7
- package/dist/pages/List/Default/Cell/fields/File/index.d.ts.map +0 -1
- package/dist/pages/List/Default/Cell/fields/File/index.js +0 -39
- package/dist/pages/List/Default/Cell/fields/File/index.scss +0 -23
- package/dist/pages/List/Default/Cell/fields/JSON/index.d.ts +0 -5
- package/dist/pages/List/Default/Cell/fields/JSON/index.d.ts.map +0 -1
- package/dist/pages/List/Default/Cell/fields/JSON/index.js +0 -26
- package/dist/pages/List/Default/Cell/fields/JSON/index.scss +0 -22
- package/dist/pages/List/Default/Cell/fields/Relationship/index.d.ts +0 -9
- package/dist/pages/List/Default/Cell/fields/Relationship/index.d.ts.map +0 -1
- package/dist/pages/List/Default/Cell/fields/Relationship/index.js +0 -121
- package/dist/pages/List/Default/Cell/fields/Relationship/index.scss +0 -3
- package/dist/pages/List/Default/Cell/fields/Richtext/index.d.ts +0 -2
- package/dist/pages/List/Default/Cell/fields/Richtext/index.d.ts.map +0 -1
- package/dist/pages/List/Default/Cell/fields/Richtext/index.js +0 -3
- package/dist/pages/List/Default/Cell/fields/Select/index.d.ts +0 -7
- package/dist/pages/List/Default/Cell/fields/Select/index.d.ts.map +0 -1
- package/dist/pages/List/Default/Cell/fields/Select/index.js +0 -40
- package/dist/pages/List/Default/Cell/fields/Textarea/index.d.ts +0 -4
- package/dist/pages/List/Default/Cell/fields/Textarea/index.d.ts.map +0 -1
- package/dist/pages/List/Default/Cell/fields/Textarea/index.js +0 -23
- package/dist/pages/List/Default/Cell/fields/index.d.ts +0 -17
- package/dist/pages/List/Default/Cell/fields/index.d.ts.map +0 -1
- package/dist/pages/List/Default/Cell/fields/index.js +0 -36
- package/dist/pages/List/Default/Cell/index.d.ts +0 -4
- package/dist/pages/List/Default/Cell/index.d.ts.map +0 -1
- package/dist/pages/List/Default/Cell/index.js +0 -89
- package/dist/pages/List/Default/RelationshipProvider/index.d.ts +0 -20
- package/dist/pages/List/Default/RelationshipProvider/index.d.ts.map +0 -1
- package/dist/pages/List/Default/RelationshipProvider/index.js +0 -153
- package/dist/pages/List/Default/RelationshipProvider/reducer.d.ts +0 -19
- package/dist/pages/List/Default/RelationshipProvider/reducer.d.ts.map +0 -1
- package/dist/pages/List/Default/RelationshipProvider/reducer.js +0 -55
- package/dist/pages/List/Default/index.d.ts.map +0 -1
- package/dist/pages/List/Default/index.js +0 -174
- package/dist/pages/List/Default/types.d.ts +0 -14
- package/dist/pages/List/Default/types.d.ts.map +0 -1
- package/dist/pages/List/Default/types.js +0 -6
- package/dist/pages/List/index.d.ts +0 -18
- package/dist/pages/List/index.d.ts.map +0 -1
- package/dist/pages/List/index.js +0 -158
- package/dist/pages/LivePreview/Context/collisionDetection.d.ts.map +0 -1
- package/dist/pages/LivePreview/Context/collisionDetection.js +0 -34
- package/dist/pages/LivePreview/Context/context.d.ts +0 -50
- package/dist/pages/LivePreview/Context/context.d.ts.map +0 -1
- package/dist/pages/LivePreview/Context/context.js +0 -58
- package/dist/pages/LivePreview/Context/index.d.ts +0 -18
- package/dist/pages/LivePreview/Context/index.d.ts.map +0 -1
- package/dist/pages/LivePreview/Context/index.js +0 -208
- package/dist/pages/LivePreview/Context/sizeReducer.d.ts.map +0 -1
- package/dist/pages/LivePreview/Context/sizeReducer.js +0 -41
- package/dist/pages/LivePreview/Device/index.d.ts.map +0 -1
- package/dist/pages/LivePreview/Device/index.js +0 -102
- package/dist/pages/LivePreview/DeviceContainer/index.d.ts.map +0 -1
- package/dist/pages/LivePreview/DeviceContainer/index.js +0 -44
- package/dist/pages/LivePreview/IFrame/index.d.ts +0 -8
- package/dist/pages/LivePreview/IFrame/index.d.ts.map +0 -1
- package/dist/pages/LivePreview/IFrame/index.js +0 -74
- package/dist/pages/LivePreview/Preview/index.d.ts +0 -5
- package/dist/pages/LivePreview/Preview/index.d.ts.map +0 -1
- package/dist/pages/LivePreview/Preview/index.js +0 -127
- package/dist/pages/LivePreview/Toolbar/Controls/index.d.ts +0 -5
- package/dist/pages/LivePreview/Toolbar/Controls/index.d.ts.map +0 -1
- package/dist/pages/LivePreview/Toolbar/Controls/index.js +0 -96
- package/dist/pages/LivePreview/Toolbar/SizeInput/index.d.ts.map +0 -1
- package/dist/pages/LivePreview/Toolbar/SizeInput/index.js +0 -112
- package/dist/pages/LivePreview/Toolbar/index.d.ts +0 -7
- package/dist/pages/LivePreview/Toolbar/index.d.ts.map +0 -1
- package/dist/pages/LivePreview/Toolbar/index.js +0 -65
- package/dist/pages/LivePreview/ToolbarArea/index.d.ts.map +0 -1
- package/dist/pages/LivePreview/ToolbarArea/index.js +0 -32
- package/dist/pages/LivePreview/index.client.d.ts +0 -11
- package/dist/pages/LivePreview/index.client.d.ts.map +0 -1
- package/dist/pages/LivePreview/index.client.js +0 -195
- package/dist/pages/LivePreview/index.d.ts +0 -5
- package/dist/pages/LivePreview/index.d.ts.map +0 -1
- package/dist/pages/LivePreview/index.js +0 -59
- package/dist/pages/LivePreview/meta.d.ts +0 -3
- package/dist/pages/LivePreview/meta.d.ts.map +0 -1
- package/dist/pages/LivePreview/meta.js +0 -36
- package/dist/pages/LivePreview/usePopupWindow.d.ts.map +0 -1
- package/dist/pages/LivePreview/usePopupWindow.js +0 -112
- package/dist/pages/Login/LoginForm/index.d.ts.map +0 -1
- package/dist/pages/Login/LoginForm/index.js +0 -67
- package/dist/pages/Login/index.d.ts +0 -14
- package/dist/pages/Login/index.d.ts.map +0 -1
- package/dist/pages/Login/index.js +0 -108
- package/dist/pages/Login/index.scss +0 -38
- package/dist/pages/Logout/LogoutClient.d.ts.map +0 -1
- package/dist/pages/Logout/LogoutClient.js +0 -88
- package/dist/pages/Logout/index.d.ts +0 -16
- package/dist/pages/Logout/index.d.ts.map +0 -1
- package/dist/pages/Logout/index.js +0 -61
- package/dist/pages/NotFound/index.d.ts +0 -7
- package/dist/pages/NotFound/index.d.ts.map +0 -1
- package/dist/pages/NotFound/index.js +0 -48
- package/dist/pages/NotFound/index.scss +0 -36
- package/dist/pages/ResetPassword/index.d.ts +0 -12
- package/dist/pages/ResetPassword/index.d.ts.map +0 -1
- package/dist/pages/ResetPassword/index.js +0 -99
- package/dist/pages/ResetPassword/index.scss +0 -15
- package/dist/pages/Root/index.d.ts +0 -5
- package/dist/pages/Root/index.d.ts.map +0 -1
- package/dist/pages/Root/index.js +0 -17
- package/dist/pages/Unauthorized/UnauthorizedClient.d.ts +0 -5
- package/dist/pages/Unauthorized/UnauthorizedClient.d.ts.map +0 -1
- package/dist/pages/Unauthorized/UnauthorizedClient.js +0 -27
- package/dist/pages/Unauthorized/index.d.ts +0 -10
- package/dist/pages/Unauthorized/index.d.ts.map +0 -1
- package/dist/pages/Unauthorized/index.js +0 -51
- package/dist/pages/Verify/index.d.ts +0 -13
- package/dist/pages/Verify/index.d.ts.map +0 -1
- package/dist/pages/Verify/index.js +0 -90
- package/dist/pages/Version/Default/SetStepNav.d.ts +0 -13
- package/dist/pages/Version/Default/SetStepNav.d.ts.map +0 -1
- package/dist/pages/Version/Default/SetStepNav.js +0 -92
- package/dist/pages/Version/Default/index.d.ts +0 -5
- package/dist/pages/Version/Default/index.d.ts.map +0 -1
- package/dist/pages/Version/Default/index.js +0 -157
- package/dist/pages/Version/Default/types.d.ts +0 -24
- package/dist/pages/Version/Default/types.d.ts.map +0 -1
- package/dist/pages/Version/Default/types.js +0 -6
- package/dist/pages/Version/RenderFieldsToDiff/Label/index.d.ts.map +0 -1
- package/dist/pages/Version/RenderFieldsToDiff/Label/index.js +0 -24
- package/dist/pages/Version/RenderFieldsToDiff/fields/Iterable/index.d.ts +0 -6
- package/dist/pages/Version/RenderFieldsToDiff/fields/Iterable/index.d.ts.map +0 -1
- package/dist/pages/Version/RenderFieldsToDiff/fields/Iterable/index.js +0 -80
- package/dist/pages/Version/RenderFieldsToDiff/fields/Nested/index.d.ts +0 -6
- package/dist/pages/Version/RenderFieldsToDiff/fields/Nested/index.d.ts.map +0 -1
- package/dist/pages/Version/RenderFieldsToDiff/fields/Nested/index.js +0 -44
- package/dist/pages/Version/RenderFieldsToDiff/fields/Relationship/index.d.ts +0 -6
- package/dist/pages/Version/RenderFieldsToDiff/fields/Relationship/index.d.ts.map +0 -1
- package/dist/pages/Version/RenderFieldsToDiff/fields/Relationship/index.js +0 -89
- package/dist/pages/Version/RenderFieldsToDiff/fields/Select/DiffViewer/index.d.ts.map +0 -1
- package/dist/pages/Version/RenderFieldsToDiff/fields/Select/DiffViewer/index.js +0 -72
- package/dist/pages/Version/RenderFieldsToDiff/fields/Select/index.d.ts +0 -6
- package/dist/pages/Version/RenderFieldsToDiff/fields/Select/index.d.ts.map +0 -1
- package/dist/pages/Version/RenderFieldsToDiff/fields/Select/index.js +0 -54
- package/dist/pages/Version/RenderFieldsToDiff/fields/Tabs/index.d.ts +0 -5
- package/dist/pages/Version/RenderFieldsToDiff/fields/Tabs/index.d.ts.map +0 -1
- package/dist/pages/Version/RenderFieldsToDiff/fields/Tabs/index.js +0 -54
- package/dist/pages/Version/RenderFieldsToDiff/fields/Text/DiffViewer/index.d.ts.map +0 -1
- package/dist/pages/Version/RenderFieldsToDiff/fields/Text/DiffViewer/index.js +0 -72
- package/dist/pages/Version/RenderFieldsToDiff/fields/Text/index.d.ts +0 -6
- package/dist/pages/Version/RenderFieldsToDiff/fields/Text/index.d.ts.map +0 -1
- package/dist/pages/Version/RenderFieldsToDiff/fields/Text/index.js +0 -46
- package/dist/pages/Version/RenderFieldsToDiff/fields/diffMethods.d.ts.map +0 -1
- package/dist/pages/Version/RenderFieldsToDiff/fields/diffMethods.js +0 -18
- package/dist/pages/Version/RenderFieldsToDiff/fields/index.d.ts +0 -25
- package/dist/pages/Version/RenderFieldsToDiff/fields/index.d.ts.map +0 -1
- package/dist/pages/Version/RenderFieldsToDiff/fields/index.js +0 -44
- package/dist/pages/Version/RenderFieldsToDiff/fields/styles.d.ts.map +0 -1
- package/dist/pages/Version/RenderFieldsToDiff/fields/styles.js +0 -38
- package/dist/pages/Version/RenderFieldsToDiff/fields/types.d.ts +0 -21
- package/dist/pages/Version/RenderFieldsToDiff/fields/types.d.ts.map +0 -1
- package/dist/pages/Version/RenderFieldsToDiff/fields/types.js +0 -6
- package/dist/pages/Version/RenderFieldsToDiff/index.d.ts +0 -6
- package/dist/pages/Version/RenderFieldsToDiff/index.d.ts.map +0 -1
- package/dist/pages/Version/RenderFieldsToDiff/index.js +0 -115
- package/dist/pages/Version/RenderFieldsToDiff/types.d.ts +0 -20
- package/dist/pages/Version/RenderFieldsToDiff/types.d.ts.map +0 -1
- package/dist/pages/Version/RenderFieldsToDiff/types.js +0 -6
- package/dist/pages/Version/Restore/index.d.ts +0 -6
- package/dist/pages/Version/Restore/index.d.ts.map +0 -1
- package/dist/pages/Version/Restore/index.js +0 -121
- package/dist/pages/Version/Restore/index.scss +0 -28
- package/dist/pages/Version/Restore/types.d.ts +0 -11
- package/dist/pages/Version/Restore/types.d.ts.map +0 -1
- package/dist/pages/Version/Restore/types.js +0 -6
- package/dist/pages/Version/SelectComparison/index.d.ts +0 -5
- package/dist/pages/Version/SelectComparison/index.d.ts.map +0 -1
- package/dist/pages/Version/SelectComparison/index.js +0 -167
- package/dist/pages/Version/SelectComparison/types.d.ts +0 -27
- package/dist/pages/Version/SelectComparison/types.d.ts.map +0 -1
- package/dist/pages/Version/SelectComparison/types.js +0 -6
- package/dist/pages/Version/SelectLocales/index.d.ts +0 -5
- package/dist/pages/Version/SelectLocales/index.d.ts.map +0 -1
- package/dist/pages/Version/SelectLocales/index.js +0 -47
- package/dist/pages/Version/SelectLocales/types.d.ts +0 -7
- package/dist/pages/Version/SelectLocales/types.d.ts.map +0 -1
- package/dist/pages/Version/SelectLocales/types.js +0 -6
- package/dist/pages/Version/index.d.ts +0 -4
- package/dist/pages/Version/index.d.ts.map +0 -1
- package/dist/pages/Version/index.js +0 -111
- package/dist/pages/Version/meta.d.ts +0 -3
- package/dist/pages/Version/meta.d.ts.map +0 -1
- package/dist/pages/Version/meta.js +0 -47
- package/dist/pages/Version/shared.d.ts.map +0 -1
- package/dist/pages/Version/shared.js +0 -28
- package/dist/pages/Versions/buildColumns.d.ts +0 -11
- package/dist/pages/Versions/buildColumns.d.ts.map +0 -1
- package/dist/pages/Versions/buildColumns.js +0 -69
- package/dist/pages/Versions/cells/AutosaveCell/index.d.ts.map +0 -1
- package/dist/pages/Versions/cells/AutosaveCell/index.js +0 -63
- package/dist/pages/Versions/cells/CreatedAt/index.d.ts.map +0 -1
- package/dist/pages/Versions/cells/CreatedAt/index.js +0 -33
- package/dist/pages/Versions/cells/ID/index.d.ts.map +0 -1
- package/dist/pages/Versions/cells/ID/index.js +0 -60
- package/dist/pages/Versions/index.client.d.ts +0 -15
- package/dist/pages/Versions/index.client.d.ts.map +0 -1
- package/dist/pages/Versions/index.client.js +0 -142
- package/dist/pages/Versions/index.d.ts +0 -6
- package/dist/pages/Versions/index.d.ts.map +0 -1
- package/dist/pages/Versions/index.js +0 -125
- package/dist/pages/Versions/meta.d.ts +0 -3
- package/dist/pages/Versions/meta.d.ts.map +0 -1
- package/dist/pages/Versions/meta.js +0 -43
- package/dist/pages/Versions/types.d.ts.map +0 -1
- package/dist/pages/Versions/types.js +0 -6
- package/dist/routes/rest/RouteError.d.ts +0 -13
- package/dist/routes/rest/RouteError.d.ts.map +0 -1
- package/dist/routes/rest/RouteError.js +0 -104
- package/dist/routes/rest/[collection]/file/[filename]/route.d.ts +0 -8
- package/dist/routes/rest/[collection]/file/[filename]/route.d.ts.map +0 -1
- package/dist/routes/rest/[collection]/file/[filename]/route.js +0 -116
- package/dist/scss/fonts.scss +0 -75
- package/dist/static/SuisseIntl-Bold.2211c494.woff +0 -0
- package/dist/static/SuisseIntl-Bold.9c7dfd00.woff2 +0 -0
- package/dist/static/SuisseIntl-Medium.5b718d97.woff2 +0 -0
- package/dist/static/SuisseIntl-Medium.d7aeda9e.woff +0 -0
- package/dist/static/SuisseIntl-SemiBold.40ad7515.woff2 +0 -0
- package/dist/static/SuisseIntl-SemiBold.e7caa9e1.woff +0 -0
- package/dist/static/SuisseIntl.51922ceb.woff2 +0 -0
- package/dist/static/SuisseIntl.8b4ddd0d.woff +0 -0
- package/dist/static/merriweather-v30-latin-900.52244336.woff2 +0 -0
- package/dist/static/merriweather-v30-latin-900.efe8f6a3.woff +0 -0
- package/dist/static/merriweather-v30-latin-900italic.78b8935f.woff +0 -0
- package/dist/static/merriweather-v30-latin-900italic.f53bb8d4.woff2 +0 -0
- package/dist/static/merriweather-v30-latin-italic.8f612153.woff +0 -0
- package/dist/static/merriweather-v30-latin-italic.a1cfdc5b.woff2 +0 -0
- package/dist/static/merriweather-v30-latin-regular.787999a6.woff +0 -0
- package/dist/static/merriweather-v30-latin-regular.e009f214.woff2 +0 -0
- package/dist/styles.css +0 -1
- package/dist/utilities/auth.d.ts +0 -10
- package/dist/utilities/auth.d.ts.map +0 -1
- package/dist/utilities/auth.js +0 -42
- package/dist/utilities/createClientConfig.d.ts +0 -5
- package/dist/utilities/createClientConfig.d.ts.map +0 -1
- package/dist/utilities/createClientConfig.js +0 -120
- package/dist/utilities/getNextI18n.d.ts +0 -7
- package/dist/utilities/getNextI18n.d.ts.map +0 -1
- package/dist/utilities/getNextI18n.js +0 -28
- package/dist/utilities/getNextT.d.ts +0 -7
- package/dist/utilities/getNextT.d.ts.map +0 -1
- package/dist/utilities/getNextT.js +0 -28
- package/dist/utilities/initPage.d.ts +0 -21
- package/dist/utilities/initPage.d.ts.map +0 -1
- package/dist/utilities/initPage.js +0 -79
- package/src/index.ts +0 -6
- /package/dist/{next-fileupload → fetchAPI-multipart}/isEligibleRequest.d.ts +0 -0
- /package/dist/{next-fileupload → fetchAPI-multipart}/processNested.d.ts +0 -0
- /package/dist/{next-fileupload → fetchAPI-multipart}/uploadTimer.d.ts +0 -0
- /package/dist/{pages → views}/API/RenderJSON/index.d.ts +0 -0
- /package/dist/{pages → views}/API/RenderJSON/index.scss +0 -0
- /package/dist/{pages → views}/API/index.scss +0 -0
- /package/dist/{pages → views}/Account/Settings/index.d.ts +0 -0
- /package/dist/{pages → views}/Account/Settings/index.scss +0 -0
- /package/dist/{pages → views}/Account/ToggleTheme/index.d.ts +0 -0
- /package/dist/{pages → views}/Dashboard/Default/index.scss +0 -0
- /package/dist/{pages → views}/Edit/Default/Auth/index.scss +0 -0
- /package/dist/{pages → views}/Edit/Default/Auth/types.d.ts +0 -0
- /package/dist/{pages → views}/Edit/Default/index.d.ts +0 -0
- /package/dist/{pages → views}/Edit/Default/index.scss +0 -0
- /package/dist/{pages → views}/Edit/Default/types.d.ts +0 -0
- /package/dist/{pages → views}/List/Default/index.d.ts +0 -0
- /package/dist/{pages → views}/List/Default/index.scss +0 -0
- /package/dist/{pages → views}/LivePreview/Context/collisionDetection.d.ts +0 -0
- /package/dist/{pages → views}/LivePreview/Context/sizeReducer.d.ts +0 -0
- /package/dist/{pages → views}/LivePreview/Device/index.d.ts +0 -0
- /package/dist/{pages → views}/LivePreview/DeviceContainer/index.d.ts +0 -0
- /package/dist/{pages → views}/LivePreview/IFrame/index.scss +0 -0
- /package/dist/{pages → views}/LivePreview/Preview/index.scss +0 -0
- /package/dist/{pages → views}/LivePreview/Toolbar/Controls/index.scss +0 -0
- /package/dist/{pages → views}/LivePreview/Toolbar/SizeInput/index.d.ts +0 -0
- /package/dist/{pages → views}/LivePreview/Toolbar/SizeInput/index.scss +0 -0
- /package/dist/{pages → views}/LivePreview/Toolbar/index.scss +0 -0
- /package/dist/{pages → views}/LivePreview/ToolbarArea/index.d.ts +0 -0
- /package/dist/{pages → views}/LivePreview/ToolbarArea/index.scss +0 -0
- /package/dist/{pages → views}/LivePreview/index.scss +0 -0
- /package/dist/{pages → views}/LivePreview/usePopupWindow.d.ts +0 -0
- /package/dist/{pages → views}/Login/LoginForm/index.d.ts +0 -0
- /package/dist/{pages → views}/Login/LoginForm/index.scss +0 -0
- /package/dist/{pages → views}/Logout/LogoutClient.d.ts +0 -0
- /package/dist/{pages → views}/Logout/index.scss +0 -0
- /package/dist/{pages → views}/Verify/index.scss +0 -0
- /package/dist/{pages → views}/Version/Default/index.scss +0 -0
- /package/dist/{pages → views}/Version/RenderFieldsToDiff/Label/index.d.ts +0 -0
- /package/dist/{pages → views}/Version/RenderFieldsToDiff/Label/index.scss +0 -0
- /package/dist/{pages → views}/Version/RenderFieldsToDiff/fields/Iterable/index.scss +0 -0
- /package/dist/{pages → views}/Version/RenderFieldsToDiff/fields/Nested/index.scss +0 -0
- /package/dist/{pages → views}/Version/RenderFieldsToDiff/fields/Relationship/index.scss +0 -0
- /package/dist/{pages → views}/Version/RenderFieldsToDiff/fields/Select/DiffViewer/index.d.ts +0 -0
- /package/dist/{pages → views}/Version/RenderFieldsToDiff/fields/Select/index.scss +0 -0
- /package/dist/{pages → views}/Version/RenderFieldsToDiff/fields/Text/DiffViewer/index.d.ts +0 -0
- /package/dist/{pages → views}/Version/RenderFieldsToDiff/fields/Text/index.scss +0 -0
- /package/dist/{pages → views}/Version/RenderFieldsToDiff/fields/diffMethods.d.ts +0 -0
- /package/dist/{pages → views}/Version/RenderFieldsToDiff/fields/styles.d.ts +0 -0
- /package/dist/{pages → views}/Version/RenderFieldsToDiff/index.scss +0 -0
- /package/dist/{pages → views}/Version/SelectComparison/index.scss +0 -0
- /package/dist/{pages → views}/Version/SelectLocales/index.scss +0 -0
- /package/dist/{pages → views}/Version/shared.d.ts +0 -0
- /package/dist/{pages → views}/Versions/cells/AutosaveCell/index.d.ts +0 -0
- /package/dist/{pages → views}/Versions/cells/CreatedAt/index.d.ts +0 -0
- /package/dist/{pages → views}/Versions/cells/ID/index.d.ts +0 -0
- /package/dist/{pages → views}/Versions/index.scss +0 -0
- /package/dist/{pages → views}/Versions/types.d.ts +0 -0
|
@@ -1,142 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
"use strict";
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "VersionsViewClient", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function() {
|
|
9
|
-
return VersionsViewClient;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
const _ui = require("@payloadcms/ui");
|
|
13
|
-
const _navigation = require("next/navigation");
|
|
14
|
-
const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
|
|
15
|
-
function _getRequireWildcardCache(nodeInterop) {
|
|
16
|
-
if (typeof WeakMap !== "function") return null;
|
|
17
|
-
var cacheBabelInterop = new WeakMap();
|
|
18
|
-
var cacheNodeInterop = new WeakMap();
|
|
19
|
-
return (_getRequireWildcardCache = function(nodeInterop) {
|
|
20
|
-
return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
|
|
21
|
-
})(nodeInterop);
|
|
22
|
-
}
|
|
23
|
-
function _interop_require_wildcard(obj, nodeInterop) {
|
|
24
|
-
if (!nodeInterop && obj && obj.__esModule) {
|
|
25
|
-
return obj;
|
|
26
|
-
}
|
|
27
|
-
if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
|
|
28
|
-
return {
|
|
29
|
-
default: obj
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
var cache = _getRequireWildcardCache(nodeInterop);
|
|
33
|
-
if (cache && cache.has(obj)) {
|
|
34
|
-
return cache.get(obj);
|
|
35
|
-
}
|
|
36
|
-
var newObj = {
|
|
37
|
-
__proto__: null
|
|
38
|
-
};
|
|
39
|
-
var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
|
|
40
|
-
for(var key in obj){
|
|
41
|
-
if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
|
|
42
|
-
var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
|
|
43
|
-
if (desc && (desc.get || desc.set)) {
|
|
44
|
-
Object.defineProperty(newObj, key, desc);
|
|
45
|
-
} else {
|
|
46
|
-
newObj[key] = obj[key];
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
newObj.default = obj;
|
|
51
|
-
if (cache) {
|
|
52
|
-
cache.set(obj, newObj);
|
|
53
|
-
}
|
|
54
|
-
return newObj;
|
|
55
|
-
}
|
|
56
|
-
const VersionsViewClient = (props)=>{
|
|
57
|
-
const { id, baseClass, collectionSlug, columns, fetchURL, initialData, paginationLimits } = props;
|
|
58
|
-
const searchParams = (0, _navigation.useSearchParams)();
|
|
59
|
-
const limit = searchParams.get('limit');
|
|
60
|
-
const { i18n } = (0, _ui.useTranslation)();
|
|
61
|
-
const [{ data, isLoading }, { setParams }] = (0, _ui.usePayloadAPI)(fetchURL, {
|
|
62
|
-
initialData,
|
|
63
|
-
initialParams: {
|
|
64
|
-
depth: 1,
|
|
65
|
-
limit,
|
|
66
|
-
page: undefined,
|
|
67
|
-
sort: undefined,
|
|
68
|
-
where: {
|
|
69
|
-
parent: {
|
|
70
|
-
equals: id
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
});
|
|
75
|
-
const hasInitialized = (0, _react.useRef)(false);
|
|
76
|
-
(0, _react.useEffect)(()=>{
|
|
77
|
-
if (initialData && !hasInitialized.current) {
|
|
78
|
-
hasInitialized.current = true;
|
|
79
|
-
return;
|
|
80
|
-
}
|
|
81
|
-
const page = searchParams.get('page');
|
|
82
|
-
const sort = searchParams.get('sort');
|
|
83
|
-
const params = {
|
|
84
|
-
depth: 1,
|
|
85
|
-
limit,
|
|
86
|
-
page: undefined,
|
|
87
|
-
sort: undefined,
|
|
88
|
-
where: {}
|
|
89
|
-
};
|
|
90
|
-
if (page) params.page = page;
|
|
91
|
-
if (sort) params.sort = sort;
|
|
92
|
-
if (collectionSlug) {
|
|
93
|
-
params.where = {
|
|
94
|
-
parent: {
|
|
95
|
-
equals: id
|
|
96
|
-
}
|
|
97
|
-
};
|
|
98
|
-
}
|
|
99
|
-
setParams(params);
|
|
100
|
-
}, [
|
|
101
|
-
id,
|
|
102
|
-
collectionSlug,
|
|
103
|
-
searchParams,
|
|
104
|
-
limit
|
|
105
|
-
]);
|
|
106
|
-
// useEffect(() => {
|
|
107
|
-
// const editConfig = (collection || global)?.admin?.components?.views?.Edit
|
|
108
|
-
// const versionsActions =
|
|
109
|
-
// editConfig && 'Versions' in editConfig && 'actions' in editConfig.Versions
|
|
110
|
-
// ? editConfig.Versions.actions
|
|
111
|
-
// : []
|
|
112
|
-
// setViewActions(versionsActions)
|
|
113
|
-
// }, [collection, global, setViewActions])
|
|
114
|
-
const versionCount = data?.totalDocs || 0;
|
|
115
|
-
return /*#__PURE__*/ _react.default.createElement(_react.Fragment, null, /*#__PURE__*/ _react.default.createElement(_ui.LoadingOverlayToggle, {
|
|
116
|
-
name: "versions",
|
|
117
|
-
show: isLoading
|
|
118
|
-
}), versionCount === 0 && /*#__PURE__*/ _react.default.createElement("div", {
|
|
119
|
-
className: `${baseClass}__no-versions`
|
|
120
|
-
}, i18n.t('version:noFurtherVersionsFound')), versionCount > 0 && /*#__PURE__*/ _react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/ _react.default.createElement(_ui.Table, {
|
|
121
|
-
columns: columns,
|
|
122
|
-
data: data?.docs
|
|
123
|
-
}), /*#__PURE__*/ _react.default.createElement("div", {
|
|
124
|
-
className: `${baseClass}__page-controls`
|
|
125
|
-
}, /*#__PURE__*/ _react.default.createElement(_ui.Pagination, {
|
|
126
|
-
hasNextPage: data.hasNextPage,
|
|
127
|
-
hasPrevPage: data.hasPrevPage,
|
|
128
|
-
limit: data.limit,
|
|
129
|
-
nextPage: data.nextPage,
|
|
130
|
-
numberOfNeighbors: 1,
|
|
131
|
-
page: data.page,
|
|
132
|
-
prevPage: data.prevPage,
|
|
133
|
-
totalPages: data.totalPages
|
|
134
|
-
}), data?.totalDocs > 0 && /*#__PURE__*/ _react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/ _react.default.createElement("div", {
|
|
135
|
-
className: `${baseClass}__page-info`
|
|
136
|
-
}, data.page * data.limit - (data.limit - 1), "-", data.totalPages > 1 && data.totalPages !== data.page ? data.limit * data.page : data.totalDocs, ' ', i18n.t('general:of'), " ", data.totalDocs), /*#__PURE__*/ _react.default.createElement(_ui.PerPage, {
|
|
137
|
-
limit: limit ? Number(limit) : 10,
|
|
138
|
-
limits: paginationLimits
|
|
139
|
-
})))));
|
|
140
|
-
};
|
|
141
|
-
|
|
142
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9wYWdlcy9WZXJzaW9ucy9pbmRleC5jbGllbnQudHN4Il0sInNvdXJjZXNDb250ZW50IjpbIid1c2UgY2xpZW50J1xuaW1wb3J0IHR5cGUgeyBDb2x1bW4gfSBmcm9tICdAcGF5bG9hZGNtcy91aSdcbmltcG9ydCB0eXBlIHsgUGFnaW5hdGVkRG9jcyB9IGZyb20gJ3BheWxvYWQvZGF0YWJhc2UnXG5pbXBvcnQgdHlwZSB7IFNhbml0aXplZENvbGxlY3Rpb25Db25maWcgfSBmcm9tICdwYXlsb2FkL3R5cGVzJ1xuXG5pbXBvcnQge1xuICBMb2FkaW5nT3ZlcmxheVRvZ2dsZSxcbiAgUGFnaW5hdGlvbixcbiAgUGVyUGFnZSxcbiAgVGFibGUsXG4gIHVzZVBheWxvYWRBUEksXG4gIHVzZVRyYW5zbGF0aW9uLFxufSBmcm9tICdAcGF5bG9hZGNtcy91aSdcbmltcG9ydCB7IHVzZVNlYXJjaFBhcmFtcyB9IGZyb20gJ25leHQvbmF2aWdhdGlvbidcbmltcG9ydCBSZWFjdCwgeyBGcmFnbWVudCwgdXNlRWZmZWN0LCB1c2VSZWYgfSBmcm9tICdyZWFjdCdcblxuZXhwb3J0IGNvbnN0IFZlcnNpb25zVmlld0NsaWVudDogUmVhY3QuRkM8e1xuICBiYXNlQ2xhc3M6IHN0cmluZ1xuICBjb2xsZWN0aW9uU2x1Zz86IHN0cmluZ1xuICBjb2x1bW5zOiBDb2x1bW5bXVxuICBmZXRjaFVSTDogc3RyaW5nXG4gIGdsb2JhbFNsdWc/OiBzdHJpbmdcbiAgaWQ/OiBudW1iZXIgfCBzdHJpbmdcbiAgaW5pdGlhbERhdGE6IFBhZ2luYXRlZERvY3NcbiAgcGFnaW5hdGlvbkxpbWl0cz86IFNhbml0aXplZENvbGxlY3Rpb25Db25maWdbJ2FkbWluJ11bJ3BhZ2luYXRpb24nXVsnbGltaXRzJ11cbn0+ID0gKHByb3BzKSA9PiB7XG4gIGNvbnN0IHsgaWQsIGJhc2VDbGFzcywgY29sbGVjdGlvblNsdWcsIGNvbHVtbnMsIGZldGNoVVJMLCBpbml0aWFsRGF0YSwgcGFnaW5hdGlvbkxpbWl0cyB9ID0gcHJvcHNcblxuICBjb25zdCBzZWFyY2hQYXJhbXMgPSB1c2VTZWFyY2hQYXJhbXMoKVxuICBjb25zdCBsaW1pdCA9IHNlYXJjaFBhcmFtcy5nZXQoJ2xpbWl0JylcblxuICBjb25zdCB7IGkxOG4gfSA9IHVzZVRyYW5zbGF0aW9uKClcblxuICBjb25zdCBbeyBkYXRhLCBpc0xvYWRpbmcgfSwgeyBzZXRQYXJhbXMgfV0gPSB1c2VQYXlsb2FkQVBJKGZldGNoVVJMLCB7XG4gICAgaW5pdGlhbERhdGEsXG4gICAgaW5pdGlhbFBhcmFtczoge1xuICAgICAgZGVwdGg6IDEsXG4gICAgICBsaW1pdCxcbiAgICAgIHBhZ2U6IHVuZGVmaW5lZCxcbiAgICAgIHNvcnQ6IHVuZGVmaW5lZCxcbiAgICAgIHdoZXJlOiB7XG4gICAgICAgIHBhcmVudDoge1xuICAgICAgICAgIGVxdWFsczogaWQsXG4gICAgICAgIH0sXG4gICAgICB9LFxuICAgIH0sXG4gIH0pXG5cbiAgY29uc3QgaGFzSW5pdGlhbGl6ZWQgPSB1c2VSZWYoZmFsc2UpXG5cbiAgdXNlRWZmZWN0KCgpID0+IHtcbiAgICBpZiAoaW5pdGlhbERhdGEgJiYgIWhhc0luaXRpYWxpemVkLmN1cnJlbnQpIHtcbiAgICAgIGhhc0luaXRpYWxpemVkLmN1cnJlbnQgPSB0cnVlXG4gICAgICByZXR1cm5cbiAgICB9XG5cbiAgICBjb25zdCBwYWdlID0gc2VhcmNoUGFyYW1zLmdldCgncGFnZScpXG4gICAgY29uc3Qgc29ydCA9IHNlYXJjaFBhcmFtcy5nZXQoJ3NvcnQnKVxuXG4gICAgY29uc3QgcGFyYW1zID0ge1xuICAgICAgZGVwdGg6IDEsXG4gICAgICBsaW1pdCxcbiAgICAgIHBhZ2U6IHVuZGVmaW5lZCxcbiAgICAgIHNvcnQ6IHVuZGVmaW5lZCxcbiAgICAgIHdoZXJlOiB7fSxcbiAgICB9XG5cbiAgICBpZiAocGFnZSkgcGFyYW1zLnBhZ2UgPSBwYWdlXG4gICAgaWYgKHNvcnQpIHBhcmFtcy5zb3J0ID0gc29ydFxuXG4gICAgaWYgKGNvbGxlY3Rpb25TbHVnKSB7XG4gICAgICBwYXJhbXMud2hlcmUgPSB7XG4gICAgICAgIHBhcmVudDoge1xuICAgICAgICAgIGVxdWFsczogaWQsXG4gICAgICAgIH0sXG4gICAgICB9XG4gICAgfVxuXG4gICAgc2V0UGFyYW1zKHBhcmFtcylcbiAgfSwgW2lkLCBjb2xsZWN0aW9uU2x1Zywgc2VhcmNoUGFyYW1zLCBsaW1pdF0pXG5cbiAgLy8gdXNlRWZmZWN0KCgpID0+IHtcbiAgLy8gICBjb25zdCBlZGl0Q29uZmlnID0gKGNvbGxlY3Rpb24gfHwgZ2xvYmFsKT8uYWRtaW4/LmNvbXBvbmVudHM/LnZpZXdzPy5FZGl0XG4gIC8vICAgY29uc3QgdmVyc2lvbnNBY3Rpb25zID1cbiAgLy8gICAgIGVkaXRDb25maWcgJiYgJ1ZlcnNpb25zJyBpbiBlZGl0Q29uZmlnICYmICdhY3Rpb25zJyBpbiBlZGl0Q29uZmlnLlZlcnNpb25zXG4gIC8vICAgICAgID8gZWRpdENvbmZpZy5WZXJzaW9ucy5hY3Rpb25zXG4gIC8vICAgICAgIDogW11cblxuICAvLyAgIHNldFZpZXdBY3Rpb25zKHZlcnNpb25zQWN0aW9ucylcbiAgLy8gfSwgW2NvbGxlY3Rpb24sIGdsb2JhbCwgc2V0Vmlld0FjdGlvbnNdKVxuXG4gIGNvbnN0IHZlcnNpb25Db3VudCA9IGRhdGE/LnRvdGFsRG9jcyB8fCAwXG5cbiAgcmV0dXJuIChcbiAgICA8RnJhZ21lbnQ+XG4gICAgICA8TG9hZGluZ092ZXJsYXlUb2dnbGUgbmFtZT1cInZlcnNpb25zXCIgc2hvdz17aXNMb2FkaW5nfSAvPlxuICAgICAge3ZlcnNpb25Db3VudCA9PT0gMCAmJiAoXG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPXtgJHtiYXNlQ2xhc3N9X19uby12ZXJzaW9uc2B9PlxuICAgICAgICAgIHtpMThuLnQoJ3ZlcnNpb246bm9GdXJ0aGVyVmVyc2lvbnNGb3VuZCcpfVxuICAgICAgICA8L2Rpdj5cbiAgICAgICl9XG4gICAgICB7dmVyc2lvbkNvdW50ID4gMCAmJiAoXG4gICAgICAgIDxSZWFjdC5GcmFnbWVudD5cbiAgICAgICAgICA8VGFibGUgY29sdW1ucz17Y29sdW1uc30gZGF0YT17ZGF0YT8uZG9jc30gLz5cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT17YCR7YmFzZUNsYXNzfV9fcGFnZS1jb250cm9sc2B9PlxuICAgICAgICAgICAgPFBhZ2luYXRpb25cbiAgICAgICAgICAgICAgaGFzTmV4dFBhZ2U9e2RhdGEuaGFzTmV4dFBhZ2V9XG4gICAgICAgICAgICAgIGhhc1ByZXZQYWdlPXtkYXRhLmhhc1ByZXZQYWdlfVxuICAgICAgICAgICAgICBsaW1pdD17ZGF0YS5saW1pdH1cbiAgICAgICAgICAgICAgbmV4dFBhZ2U9e2RhdGEubmV4dFBhZ2V9XG4gICAgICAgICAgICAgIG51bWJlck9mTmVpZ2hib3JzPXsxfVxuICAgICAgICAgICAgICBwYWdlPXtkYXRhLnBhZ2V9XG4gICAgICAgICAgICAgIHByZXZQYWdlPXtkYXRhLnByZXZQYWdlfVxuICAgICAgICAgICAgICB0b3RhbFBhZ2VzPXtkYXRhLnRvdGFsUGFnZXN9XG4gICAgICAgICAgICAvPlxuICAgICAgICAgICAge2RhdGE/LnRvdGFsRG9jcyA+IDAgJiYgKFxuICAgICAgICAgICAgICA8UmVhY3QuRnJhZ21lbnQ+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9e2Ake2Jhc2VDbGFzc31fX3BhZ2UtaW5mb2B9PlxuICAgICAgICAgICAgICAgICAge2RhdGEucGFnZSAqIGRhdGEubGltaXQgLSAoZGF0YS5saW1pdCAtIDEpfS1cbiAgICAgICAgICAgICAgICAgIHtkYXRhLnRvdGFsUGFnZXMgPiAxICYmIGRhdGEudG90YWxQYWdlcyAhPT0gZGF0YS5wYWdlXG4gICAgICAgICAgICAgICAgICAgID8gZGF0YS5saW1pdCAqIGRhdGEucGFnZVxuICAgICAgICAgICAgICAgICAgICA6IGRhdGEudG90YWxEb2NzfXsnICd9XG4gICAgICAgICAgICAgICAgICB7aTE4bi50KCdnZW5lcmFsOm9mJyl9IHtkYXRhLnRvdGFsRG9jc31cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8UGVyUGFnZSBsaW1pdD17bGltaXQgPyBOdW1iZXIobGltaXQpIDogMTB9IGxpbWl0cz17cGFnaW5hdGlvbkxpbWl0c30gLz5cbiAgICAgICAgICAgICAgPC9SZWFjdC5GcmFnbWVudD5cbiAgICAgICAgICAgICl9XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvUmVhY3QuRnJhZ21lbnQ+XG4gICAgICApfVxuICAgIDwvRnJhZ21lbnQ+XG4gIClcbn1cbiJdLCJuYW1lcyI6WyJWZXJzaW9uc1ZpZXdDbGllbnQiLCJwcm9wcyIsImlkIiwiYmFzZUNsYXNzIiwiY29sbGVjdGlvblNsdWciLCJjb2x1bW5zIiwiZmV0Y2hVUkwiLCJpbml0aWFsRGF0YSIsInBhZ2luYXRpb25MaW1pdHMiLCJzZWFyY2hQYXJhbXMiLCJ1c2VTZWFyY2hQYXJhbXMiLCJsaW1pdCIsImdldCIsImkxOG4iLCJ1c2VUcmFuc2xhdGlvbiIsImRhdGEiLCJpc0xvYWRpbmciLCJzZXRQYXJhbXMiLCJ1c2VQYXlsb2FkQVBJIiwiaW5pdGlhbFBhcmFtcyIsImRlcHRoIiwicGFnZSIsInVuZGVmaW5lZCIsInNvcnQiLCJ3aGVyZSIsInBhcmVudCIsImVxdWFscyIsImhhc0luaXRpYWxpemVkIiwidXNlUmVmIiwidXNlRWZmZWN0IiwiY3VycmVudCIsInBhcmFtcyIsInZlcnNpb25Db3VudCIsInRvdGFsRG9jcyIsIkZyYWdtZW50IiwiTG9hZGluZ092ZXJsYXlUb2dnbGUiLCJuYW1lIiwic2hvdyIsImRpdiIsImNsYXNzTmFtZSIsInQiLCJSZWFjdCIsIlRhYmxlIiwiZG9jcyIsIlBhZ2luYXRpb24iLCJoYXNOZXh0UGFnZSIsImhhc1ByZXZQYWdlIiwibmV4dFBhZ2UiLCJudW1iZXJPZk5laWdoYm9ycyIsInByZXZQYWdlIiwidG90YWxQYWdlcyIsIlBlclBhZ2UiLCJOdW1iZXIiLCJsaW1p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
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { ServerSideEditViewProps } from '../Edit/types';
|
|
3
|
-
import './index.scss';
|
|
4
|
-
export declare const baseClass = "versions";
|
|
5
|
-
export declare const VersionsView: React.FC<ServerSideEditViewProps>;
|
|
6
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pages/Versions/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAA;AAM5D,OAAO,cAAc,CAAA;AAErB,eAAO,MAAM,SAAS,aAAa,CAAA;AAEnC,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAkH1D,CAAA"}
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
value: true
|
|
4
|
-
});
|
|
5
|
-
function _export(target, all) {
|
|
6
|
-
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: all[name]
|
|
9
|
-
});
|
|
10
|
-
}
|
|
11
|
-
_export(exports, {
|
|
12
|
-
VersionsView: function() {
|
|
13
|
-
return VersionsView;
|
|
14
|
-
},
|
|
15
|
-
baseClass: function() {
|
|
16
|
-
return baseClass;
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
const _translations = require("@payloadcms/translations");
|
|
20
|
-
const _ui = require("@payloadcms/ui");
|
|
21
|
-
const _navigation = require("next/navigation");
|
|
22
|
-
const _react = /*#__PURE__*/ _interop_require_default(require("react"));
|
|
23
|
-
const _SetStepNav = require("../Edit/Default/SetStepNav");
|
|
24
|
-
const _sanitizeEditViewProps = require("../Edit/sanitizeEditViewProps");
|
|
25
|
-
const _buildColumns = require("./buildColumns");
|
|
26
|
-
const _indexclient = require("./index.client");
|
|
27
|
-
require("./index.scss");
|
|
28
|
-
function _interop_require_default(obj) {
|
|
29
|
-
return obj && obj.__esModule ? obj : {
|
|
30
|
-
default: obj
|
|
31
|
-
};
|
|
32
|
-
}
|
|
33
|
-
const baseClass = 'versions';
|
|
34
|
-
const VersionsView = async (props)=>{
|
|
35
|
-
const { config, i18n, payload, searchParams, user } = props;
|
|
36
|
-
const id = 'id' in props ? props.id : undefined;
|
|
37
|
-
const collectionConfig = 'collectionConfig' in props && props?.collectionConfig;
|
|
38
|
-
const globalConfig = 'globalConfig' in props && props?.globalConfig;
|
|
39
|
-
const collectionSlug = collectionConfig?.slug;
|
|
40
|
-
const globalSlug = globalConfig?.slug;
|
|
41
|
-
const { limit, page, sort } = searchParams;
|
|
42
|
-
const { routes: { admin: adminRoute, api: apiRoute }, serverURL } = config;
|
|
43
|
-
let docURL;
|
|
44
|
-
let entityLabel;
|
|
45
|
-
let slug;
|
|
46
|
-
let editURL;
|
|
47
|
-
let versionsData;
|
|
48
|
-
if (collectionSlug) {
|
|
49
|
-
try {
|
|
50
|
-
versionsData = await payload.findVersions({
|
|
51
|
-
collection: collectionSlug,
|
|
52
|
-
depth: 0,
|
|
53
|
-
limit: limit ? parseInt(limit?.toString(), 10) : undefined,
|
|
54
|
-
page: page ? parseInt(page.toString(), 10) : undefined,
|
|
55
|
-
sort: sort,
|
|
56
|
-
user,
|
|
57
|
-
where: {
|
|
58
|
-
parent: {
|
|
59
|
-
equals: id
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
});
|
|
63
|
-
} catch (error) {
|
|
64
|
-
console.error(error);
|
|
65
|
-
}
|
|
66
|
-
docURL = `${serverURL}${apiRoute}/${slug}/${id}`;
|
|
67
|
-
entityLabel = (0, _translations.getTranslation)(collectionConfig.labels.singular, i18n);
|
|
68
|
-
editURL = `${adminRoute}/collections/${collectionSlug}/${id}`;
|
|
69
|
-
}
|
|
70
|
-
if (globalSlug) {
|
|
71
|
-
try {
|
|
72
|
-
versionsData = await payload.findGlobalVersions({
|
|
73
|
-
slug: globalSlug,
|
|
74
|
-
depth: 0,
|
|
75
|
-
page: page ? parseInt(page, 10) : undefined,
|
|
76
|
-
sort: sort,
|
|
77
|
-
user,
|
|
78
|
-
where: {
|
|
79
|
-
parent: {
|
|
80
|
-
equals: id
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
});
|
|
84
|
-
} catch (error) {
|
|
85
|
-
console.error(error);
|
|
86
|
-
}
|
|
87
|
-
if (!versionsData) {
|
|
88
|
-
return (0, _navigation.notFound)();
|
|
89
|
-
}
|
|
90
|
-
docURL = `${serverURL}${apiRoute}/globals/${globalSlug}`;
|
|
91
|
-
entityLabel = (0, _translations.getTranslation)(globalConfig.label, i18n);
|
|
92
|
-
editURL = `${adminRoute}/globals/${globalSlug}`;
|
|
93
|
-
}
|
|
94
|
-
const columns = (0, _buildColumns.buildVersionColumns)({
|
|
95
|
-
collectionConfig,
|
|
96
|
-
config,
|
|
97
|
-
docID: id,
|
|
98
|
-
globalConfig,
|
|
99
|
-
i18n
|
|
100
|
-
});
|
|
101
|
-
const fetchURL = collectionSlug ? `${serverURL}${apiRoute}/${collectionSlug}/versions` : globalSlug ? `${serverURL}${apiRoute}/globals/${globalSlug}/versions` : '';
|
|
102
|
-
const clientSideProps = (0, _sanitizeEditViewProps.sanitizeEditViewProps)(props);
|
|
103
|
-
return /*#__PURE__*/ _react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/ _react.default.createElement(_SetStepNav.SetStepNav, {
|
|
104
|
-
collectionSlug: collectionConfig?.slug,
|
|
105
|
-
globalSlug: globalConfig?.slug,
|
|
106
|
-
id: id,
|
|
107
|
-
isEditing: true,
|
|
108
|
-
pluralLabel: collectionConfig?.labels?.plural,
|
|
109
|
-
view: i18n.t('version:versions')
|
|
110
|
-
}), /*#__PURE__*/ _react.default.createElement("main", {
|
|
111
|
-
className: baseClass
|
|
112
|
-
}, /*#__PURE__*/ _react.default.createElement(_ui.Gutter, {
|
|
113
|
-
className: `${baseClass}__wrap`
|
|
114
|
-
}, /*#__PURE__*/ _react.default.createElement(_indexclient.VersionsViewClient, {
|
|
115
|
-
...clientSideProps,
|
|
116
|
-
baseClass: baseClass,
|
|
117
|
-
columns: columns,
|
|
118
|
-
fetchURL: fetchURL,
|
|
119
|
-
id: id,
|
|
120
|
-
initialData: versionsData,
|
|
121
|
-
paginationLimits: collectionConfig?.admin?.pagination?.limits
|
|
122
|
-
}))));
|
|
123
|
-
};
|
|
124
|
-
|
|
125
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9wYWdlcy9WZXJzaW9ucy9pbmRleC50c3giXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgZ2V0VHJhbnNsYXRpb24gfSBmcm9tICdAcGF5bG9hZGNtcy90cmFuc2xhdGlvbnMnXG5pbXBvcnQgeyBHdXR0ZXIgfSBmcm9tICdAcGF5bG9hZGNtcy91aSdcbmltcG9ydCB7IG5vdEZvdW5kIH0gZnJvbSAnbmV4dC9uYXZpZ2F0aW9uJ1xuaW1wb3J0IFJlYWN0IGZyb20gJ3JlYWN0J1xuXG5pbXBvcnQgdHlwZSB7IFNlcnZlclNpZGVFZGl0Vmlld1Byb3BzIH0gZnJvbSAnLi4vRWRpdC90eXBlcydcblxuaW1wb3J0IHsgU2V0U3RlcE5hdiB9IGZyb20gJy4uL0VkaXQvRGVmYXVsdC9TZXRTdGVwTmF2J1xuaW1wb3J0IHsgc2FuaXRpemVFZGl0Vmlld1Byb3BzIH0gZnJvbSAnLi4vRWRpdC9zYW5pdGl6ZUVkaXRWaWV3UHJvcHMnXG5pbXBvcnQgeyBidWlsZFZlcnNpb25Db2x1bW5zIH0gZnJvbSAnLi9idWlsZENvbHVtbnMnXG5pbXBvcnQgeyBWZXJzaW9uc1ZpZXdDbGllbnQgfSBmcm9tICcuL2luZGV4LmNsaWVudCdcbmltcG9ydCAnLi9pbmRleC5zY3NzJ1xuXG5leHBvcnQgY29uc3QgYmFzZUNsYXNzID0gJ3ZlcnNpb25zJ1xuXG5leHBvcnQgY29uc3QgVmVyc2lvbnNWaWV3OiBSZWFjdC5GQzxTZXJ2ZXJTaWRlRWRpdFZpZXdQcm9wcz4gPSBhc3luYyAocHJvcHMpID0+IHtcbiAgY29uc3QgeyBjb25maWcsIGkxOG4sIHBheWxvYWQsIHNlYXJjaFBhcmFtcywgdXNlciB9ID0gcHJvcHNcblxuICBjb25zdCBpZCA9ICdpZCcgaW4gcHJvcHMgPyBwcm9wcy5pZCA6IHVuZGVmaW5lZFxuICBjb25zdCBjb2xsZWN0aW9uQ29uZmlnID0gJ2NvbGxlY3Rpb25Db25maWcnIGluIHByb3BzICYmIHByb3BzPy5jb2xsZWN0aW9uQ29uZmlnXG4gIGNvbnN0IGdsb2JhbENvbmZpZyA9ICdnbG9iYWxDb25maWcnIGluIHByb3BzICYmIHByb3BzPy5nbG9iYWxDb25maWdcblxuICBjb25zdCBjb2xsZWN0aW9uU2x1ZyA9IGNvbGxlY3Rpb25Db25maWc/LnNsdWdcbiAgY29uc3QgZ2xvYmFsU2x1ZyA9IGdsb2JhbENvbmZpZz8uc2x1Z1xuICBjb25zdCB7IGxpbWl0LCBwYWdlLCBzb3J0IH0gPSBzZWFyY2hQYXJhbXNcblxuICBjb25zdCB7XG4gICAgcm91dGVzOiB7IGFkbWluOiBhZG1pblJvdXRlLCBhcGk6IGFwaVJvdXRlIH0sXG4gICAgc2VydmVyVVJMLFxuICB9ID0gY29uZmlnXG5cbiAgbGV0IGRvY1VSTDogc3RyaW5nXG4gIGxldCBlbnRpdHlMYWJlbDogc3RyaW5nXG4gIGxldCBzbHVnOiBzdHJpbmdcbiAgbGV0IGVkaXRVUkw6IHN0cmluZ1xuICBsZXQgdmVyc2lvbnNEYXRhXG5cbiAgaWYgKGNvbGxlY3Rpb25TbHVnKSB7XG4gICAgdHJ5IHtcbiAgICAgIHZlcnNpb25zRGF0YSA9IGF3YWl0IHBheWxvYWQuZmluZFZlcnNpb25zKHtcbiAgICAgICAgY29sbGVjdGlvbjogY29sbGVjdGlvblNsdWcsXG4gICAgICAgIGRlcHRoOiAwLFxuICAgICAgICBsaW1pdDogbGltaXQgPyBwYXJzZUludChsaW1pdD8udG9TdHJpbmcoKSwgMTApIDogdW5kZWZpbmVkLFxuICAgICAgICBwYWdlOiBwYWdlID8gcGFyc2VJbnQocGFnZS50b1N0cmluZygpLCAxMCkgOiB1bmRlZmluZWQsXG4gICAgICAgIHNvcnQ6IHNvcnQgYXMgc3RyaW5nLFxuICAgICAgICB1c2VyLFxuICAgICAgICB3aGVyZToge1xuICAgICAgICAgIHBhcmVudDoge1xuICAgICAgICAgICAgZXF1YWxzOiBpZCxcbiAgICAgICAgICB9LFxuICAgICAgICB9LFxuICAgICAgfSlcbiAgICB9IGNhdGNoIChlcnJvcikge1xuICAgICAgY29uc29sZS5lcnJvcihlcnJvcilcbiAgICB9XG5cbiAgICBkb2NVUkwgPSBgJHtzZXJ2ZXJVUkx9JHthcGlSb3V0ZX0vJHtzbHVnfS8ke2lkfWBcbiAgICBlbnRpdHlMYWJlbCA9IGdldFRyYW5zbGF0aW9uKGNvbGxlY3Rpb25Db25maWcubGFiZWxzLnNpbmd1bGFyLCBpMThuKVxuICAgIGVkaXRVUkwgPSBgJHthZG1pblJvdXRlfS9jb2xsZWN0aW9ucy8ke2NvbGxlY3Rpb25TbHVnfS8ke2lkfWBcbiAgfVxuXG4gIGlmIChnbG9iYWxTbHVnKSB7XG4gICAgdHJ5IHtcbiAgICAgIHZlcnNpb25zRGF0YSA9IGF3YWl0IHBheWxvYWQuZmluZEdsb2JhbFZlcnNpb25zKHtcbiAgICAgICAgc2x1ZzogZ2xvYmFsU2x1ZyxcbiAgICAgICAgZGVwdGg6IDAsXG4gICAgICAgIHBhZ2U6IHBhZ2UgPyBwYXJzZUludChwYWdlIGFzIHN0cmluZywgMTApIDogdW5kZWZpbmVkLFxuICAgICAgICBzb3J0OiBzb3J0IGFzIHN0cmluZyxcbiAgICAgICAgdXNlcixcbiAgICAgICAgd2hlcmU6IHtcbiAgICAgICAgICBwYXJlbnQ6IHtcbiAgICAgICAgICAgIGVxdWFsczogaWQsXG4gICAgICAgICAgfSxcbiAgICAgICAgfSxcbiAgICAgIH0pXG4gICAgfSBjYXRjaCAoZXJyb3IpIHtcbiAgICAgIGNvbnNvbGUuZXJyb3IoZXJyb3IpXG4gICAgfVxuXG4gICAgaWYgKCF2ZXJzaW9uc0RhdGEpIHtcbiAgICAgIHJldHVybiBub3RGb3VuZCgpXG4gICAgfVxuXG4gICAgZG9jVVJMID0gYCR7c2VydmVyVVJMfSR7YXBpUm91dGV9L2dsb2JhbHMvJHtnbG9iYWxTbHVnfWBcbiAgICBlbnRpdHlMYWJlbCA9IGdldFRyYW5zbGF0aW9uKGdsb2JhbENvbmZpZy5sYWJlbCwgaTE4bilcbiAgICBlZGl0VVJMID0gYCR7YWRtaW5Sb3V0ZX0vZ2xvYmFscy8ke2dsb2JhbFNsdWd9YFxuICB9XG5cbiAgY29uc3QgY29sdW1ucyA9IGJ1aWxkVmVyc2lvbkNvbHVtbnMoe1xuICAgIGNvbGxlY3Rpb25Db25maWcsXG4gICAgY29uZmlnLFxuICAgIGRvY0lEOiBpZCxcbiAgICBnbG9iYWxDb25maWcsXG4gICAgaTE4bixcbiAgfSlcblxuICBjb25zdCBmZXRjaFVSTCA9IGNvbGxlY3Rpb25TbHVnXG4gICAgPyBgJHtzZXJ2ZXJVUkx9JHthcGlSb3V0ZX0vJHtjb2xsZWN0aW9uU2x1Z30vdmVyc2lvbnNgXG4gICAgOiBnbG9iYWxTbHVnXG4gICAgICA/IGAke3NlcnZlclVSTH0ke2FwaVJvdXRlfS9nbG9iYWxzLyR7Z2xvYmFsU2x1Z30vdmVyc2lvbnNgXG4gICAgICA6ICcnXG5cbiAgY29uc3QgY2xpZW50U2lkZVByb3BzID0gc2FuaXRpemVFZGl0Vmlld1Byb3BzKHByb3BzKVxuXG4gIHJldHVybiAoXG4gICAgPFJlYWN0LkZyYWdtZW50PlxuICAgICAgPFNldFN0ZXBOYXZcbiAgICAgICAgY29sbGVjdGlvblNsdWc9e2NvbGxlY3Rpb25Db25maWc/LnNsdWd9XG4gICAgICAgIGdsb2JhbFNsdWc9e2dsb2JhbENvbmZpZz8uc2x1Z31cbiAgICAgICAgaWQ9e2lkfVxuICAgICAgICBpc0VkaXRpbmdcbiAgICAgICAgcGx1cmFsTGFiZWw9e2NvbGxlY3Rpb25Db25maWc/LmxhYmVscz8ucGx1cmFsfVxuICAgICAgICB2aWV3PXtpMThuLnQoJ3ZlcnNpb246dmVyc2lvbnMnKX1cbiAgICAgIC8+XG4gICAgICA8bWFpbiBjbGFzc05hbWU9e2Jhc2VDbGFzc30+XG4gICAgICAgIDxHdXR0ZXIgY2xhc3NOYW1lPXtgJHtiYXNlQ2xhc3N9X193cmFwYH0+XG4gICAgICAgICAgPFZlcnNpb25zVmlld0NsaWVudFxuICAgICAgICAgICAgey4uLmNsaWVudFNpZGVQcm9wc31cbiAgICAgICAgICAgIGJhc2VDbGFzcz17YmFzZUNsYXNzfVxuICAgICAgICAgICAgY29sdW1ucz17Y29sdW1uc31cbiAgICAgICAgICAgIGZldGNoVVJMPXtmZXRjaFVSTH1cbiAgICAgICAgICAgIGlkPXtpZH1cbiAgICAgICAgICAgIGluaXRpYWxEYXRhPXt2ZXJzaW9uc0RhdGF9XG4gICAgICAgICAgICBwYWdpbmF0aW9uTGltaXRzPXtjb2xsZWN0aW9uQ29uZmlnPy5hZG1pbj8ucGFnaW5hdGlvbj8ubGltaXRzfVxuICAgICAgICAgIC8+XG4gICAgICAgIDwvR3V0dGVyPlxuICAgICAgPC9tYWluPlxuICAgIDwvUmVhY3QuRnJhZ21lbnQ+XG4gIClcbn1cbiJdLCJuYW1lcyI6WyJWZXJzaW9uc1ZpZXciLCJiYXNlQ2xhc3MiLCJwcm9wcyIsImNvbmZpZyIsImkxOG4iLCJwYXlsb2FkIiwic2VhcmNoUGFyYW1zIiwidXNlciIsImlkIiwidW5kZWZpbmVkIiwiY29sbGVjdGlvbkNvbmZpZyIsImdsb2JhbENvbmZpZyIsImNvbGxlY3Rpb25TbHVnIiwic2x1ZyIsImdsb2JhbFNsdWciLCJsaW1pdCIsInBhZ2UiLCJzb3J0Iiwicm91dGVzIiwiYWRtaW4iLCJhZG1pblJvdXRlIiwiYXBpIiwiYXBpUm91dGUiLCJzZXJ2ZXJVUkwiLCJkb2NVUkwiLCJlbnRpdHlMYWJlbCIsImVkaXRVUkwiLCJ2ZXJzaW9uc0RhdGEiLCJmaW5kVmVyc2lvbnMiLCJjb2xsZWN0aW9uIiwiZGVwdGgiLCJwYXJzZUludCIsInRvU3RyaW5nIiwid2hlcmUiLCJwYXJlbnQiLCJlcXVhbHMiLCJlcnJvciIsImNvbnNvbGUiLCJnZXRUcmFuc2xhdGlvbiIsImxhYmVscyIsInNpbmd1bGFyIiwiZmluZEdsb2JhbFZlcnNpb25zIiwibm90Rm91bmQiLCJsYWJlbCIsImNvbHVtbnMiLCJidWlsZFZlcnNpb25Db2x1bW5zIiwiZG9jSUQiLCJmZXRjaFVSTCIsImNsaWVudFNpZGVQcm9wcyIsInNhbml0aXplRWRpdFZpZXdQcm9wcyIsIlJlYWN0IiwiRnJhZ21lbnQiLCJTZXRTdGVwTmF2IiwiaXNFZGl0aW5nIiwicGx1cmFsTGFiZWwiLCJwbHVyYWwiLCJ2aWV3IiwidCIsIm1haW4iLCJjbGFzc05hbWUiLCJHdXR0ZXIiLCJWZXJzaW9uc1ZpZXdDbGllbnQi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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/pages/Versions/meta.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAA;AAI5E,eAAO,MAAM,gBAAgB,EAAE,wBAmC9B,CAAA"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
value: true
|
|
4
|
-
});
|
|
5
|
-
Object.defineProperty(exports, "generateMetadata", {
|
|
6
|
-
enumerable: true,
|
|
7
|
-
get: function() {
|
|
8
|
-
return generateMetadata;
|
|
9
|
-
}
|
|
10
|
-
});
|
|
11
|
-
const _translations = require("@payloadcms/translations");
|
|
12
|
-
const _meta = require("../../utilities/meta");
|
|
13
|
-
const generateMetadata = async ({ collectionConfig, config, globalConfig, i18n })=>{
|
|
14
|
-
const { t } = i18n;
|
|
15
|
-
let title = '';
|
|
16
|
-
let description = '';
|
|
17
|
-
const keywords = '';
|
|
18
|
-
const data = {} // TODO: figure this out
|
|
19
|
-
;
|
|
20
|
-
if (collectionConfig) {
|
|
21
|
-
const useAsTitle = collectionConfig?.admin?.useAsTitle || 'id';
|
|
22
|
-
const titleFromData = data?.[useAsTitle];
|
|
23
|
-
title = `${t('version:versions')}${titleFromData ? ` - ${titleFromData}` : ''} - ${(0, _translations.getTranslation)(collectionConfig.labels.plural, i18n)}`;
|
|
24
|
-
description = t('version:viewingVersions', {
|
|
25
|
-
documentTitle: data?.[useAsTitle],
|
|
26
|
-
entitySlug: collectionConfig.slug
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
if (globalConfig) {
|
|
30
|
-
title = `${t('version:versions')} - ${(0, _translations.getTranslation)(globalConfig.label, i18n)}`;
|
|
31
|
-
description = t('version:viewingVersionsGlobal', {
|
|
32
|
-
entitySlug: globalConfig.slug
|
|
33
|
-
});
|
|
34
|
-
}
|
|
35
|
-
return (0, _meta.meta)({
|
|
36
|
-
config,
|
|
37
|
-
description,
|
|
38
|
-
keywords,
|
|
39
|
-
title
|
|
40
|
-
});
|
|
41
|
-
};
|
|
42
|
-
|
|
43
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9wYWdlcy9WZXJzaW9ucy9tZXRhLnRzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgTWV0YWRhdGEgfSBmcm9tICduZXh0J1xuXG5pbXBvcnQgeyBnZXRUcmFuc2xhdGlvbiB9IGZyb20gJ0BwYXlsb2FkY21zL3RyYW5zbGF0aW9ucydcblxuaW1wb3J0IHR5cGUgeyBHZW5lcmF0ZUVkaXRWaWV3TWV0YWRhdGEgfSBmcm9tICcuLi9Eb2N1bWVudC9nZXRNZXRhQnlTZWdtZW50J1xuXG5pbXBvcnQgeyBtZXRhIH0gZnJvbSAnLi4vLi4vdXRpbGl0aWVzL21ldGEnXG5cbmV4cG9ydCBjb25zdCBnZW5lcmF0ZU1ldGFkYXRhOiBHZW5lcmF0ZUVkaXRWaWV3TWV0YWRhdGEgPSBhc3luYyAoe1xuICBjb2xsZWN0aW9uQ29uZmlnLFxuICBjb25maWcsXG4gIGdsb2JhbENvbmZpZyxcbiAgaTE4bixcbn0pOiBQcm9taXNlPE1ldGFkYXRhPiA9PiB7XG4gIGNvbnN0IHsgdCB9ID0gaTE4blxuXG4gIGxldCB0aXRsZTogc3RyaW5nID0gJydcbiAgbGV0IGRlc2NyaXB0aW9uOiBzdHJpbmcgPSAnJ1xuICBjb25zdCBrZXl3b3Jkczogc3RyaW5nID0gJydcblxuICBjb25zdCBkYXRhOiBhbnkgPSB7fSAvLyBUT0RPOiBmaWd1cmUgdGhpcyBvdXRcblxuICBpZiAoY29sbGVjdGlvbkNvbmZpZykge1xuICAgIGNvbnN0IHVzZUFzVGl0bGUgPSBjb2xsZWN0aW9uQ29uZmlnPy5hZG1pbj8udXNlQXNUaXRsZSB8fCAnaWQnXG4gICAgY29uc3QgdGl0bGVGcm9tRGF0YSA9IGRhdGE/Llt1c2VBc1RpdGxlXVxuICAgIHRpdGxlID0gYCR7dCgndmVyc2lvbjp2ZXJzaW9ucycpfSR7dGl0bGVGcm9tRGF0YSA/IGAgLSAke3RpdGxlRnJvbURhdGF9YCA6ICcnfSAtICR7Z2V0VHJhbnNsYXRpb24oY29sbGVjdGlvbkNvbmZpZy5sYWJlbHMucGx1cmFsLCBpMThuKX1gXG4gICAgZGVzY3JpcHRpb24gPSB0KCd2ZXJzaW9uOnZpZXdpbmdWZXJzaW9ucycsIHtcbiAgICAgIGRvY3VtZW50VGl0bGU6IGRhdGE/Llt1c2VBc1RpdGxlXSxcbiAgICAgIGVudGl0eVNsdWc6IGNvbGxlY3Rpb25Db25maWcuc2x1ZyxcbiAgICB9KVxuICB9XG5cbiAgaWYgKGdsb2JhbENvbmZpZykge1xuICAgIHRpdGxlID0gYCR7dCgndmVyc2lvbjp2ZXJzaW9ucycpfSAtICR7Z2V0VHJhbnNsYXRpb24oZ2xvYmFsQ29uZmlnLmxhYmVsLCBpMThuKX1gXG4gICAgZGVzY3JpcHRpb24gPSB0KCd2ZXJzaW9uOnZpZXdpbmdWZXJzaW9uc0dsb2JhbCcsIHsgZW50aXR5U2x1ZzogZ2xvYmFsQ29uZmlnLnNsdWcgfSlcbiAgfVxuXG4gIHJldHVybiBtZXRhKHtcbiAgICBjb25maWcsXG4gICAgZGVzY3JpcHRpb24sXG4gICAga2V5d29yZHMsXG4gICAgdGl0bGUsXG4gIH0pXG59XG4iXSwibmFtZXMiOlsiZ2VuZXJhdGVNZXRhZGF0YSIsImNvbGxlY3Rpb25Db25maWciLCJjb25maWciLCJnbG9iYWxDb25maWciLCJpMThuIiwidCIsInRpdGxlIiwiZGVzY3JpcHRpb24iLCJrZXl3b3JkcyIsImRhdGEiLCJ1c2VBc1RpdGxlIiwiYWRtaW4iLCJ0aXRsZUZyb21EYXRhIiwiZ2V0VHJhbnNsYXRpb24iLCJsYWJlbHMiLCJwbHVyYWwiLCJkb2N1bWVudFRpdGxlIiwiZW50aXR5U2x1ZyIsInNsdWciLCJsYWJlbCIsIm1ldGEiXSwibWFwcGluZ3MiOiI7Ozs7K0JBUWFBOzs7ZUFBQUE7Ozs4QkFOa0I7c0JBSVY7QUFFZCxNQUFNQSxtQkFBNkMsT0FBTyxFQUMvREMsZ0JBQWdCLEVBQ2hCQyxNQUFNLEVBQ05DLFlBQVksRUFDWkMsSUFBSSxFQUNMO0lBQ0MsTUFBTSxFQUFFQyxDQUFDLEVBQUUsR0FBR0Q7SUFFZCxJQUFJRSxRQUFnQjtJQUNwQixJQUFJQyxjQUFzQjtJQUMxQixNQUFNQyxXQUFtQjtJQUV6QixNQUFNQyxPQUFZLENBQUMsRUFBRSx3QkFBd0I7O0lBRTdDLElBQUlSLGtCQUFrQjtRQUNwQixNQUFNUyxhQUFhVCxrQkFBa0JVLE9BQU9ELGNBQWM7UUFDMUQsTUFBTUUsZ0JBQWdCSCxNQUFNLENBQUNDLFdBQVc7UUFDeENKLFFBQVEsQ0FBQyxFQUFFRCxFQUFFLG9CQUFvQixFQUFFTyxnQkFBZ0IsQ0FBQyxHQUFHLEVBQUVBLGNBQWMsQ0FBQyxHQUFHLEdBQUcsR0FBRyxFQUFFQyxJQUFBQSw0QkFBYyxFQUFDWixpQkFBaUJhLE1BQU0sQ0FBQ0MsTUFBTSxFQUFFWCxNQUFNLENBQUM7UUFDeklHLGNBQWNGLEVBQUUsMkJBQTJCO1lBQ3pDVyxlQUFlUCxNQUFNLENBQUNDLFdBQVc7WUFDakNPLFlBQVloQixpQkFBaUJpQixJQUFJO1FBQ25DO0lBQ0Y7SUFFQSxJQUFJZixjQUFjO1FBQ2hCRyxRQUFRLENBQUMsRUFBRUQsRUFBRSxvQkFBb0IsR0FBRyxFQUFFUSxJQUFBQSw0QkFBYyxFQUFDVixhQUFhZ0IsS0FBSyxFQUFFZixNQUFNLENBQUM7UUFDaEZHLGNBQWNGLEVBQUUsaUNBQWlDO1lBQUVZLFlBQVlkLGFBQWFlLElBQUk7UUFBQztJQUNuRjtJQUVBLE9BQU9FLElBQUFBLFVBQUksRUFBQztRQUNWbEI7UUFDQUs7UUFDQUM7UUFDQUY7SUFDRjtBQUNGIn0=
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/pages/Versions/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAA;AACpD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AACxC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AACrD,OAAO,KAAK,EACV,yBAAyB,EACzB,eAAe,EACf,qBAAqB,EACtB,MAAM,eAAe,CAAA;AAEtB,MAAM,MAAM,wBAAwB,GAAG;IACrC,cAAc,EAAE,OAAO,CAAA;IACvB,gBAAgB,CAAC,EAAE,yBAAyB,CAAA;IAC5C,MAAM,EAAE,eAAe,CAAA;IACvB,IAAI,EAAE,QAAQ,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;IACf,WAAW,EAAE,MAAM,CAAA;IACnB,YAAY,CAAC,EAAE,qBAAqB,CAAA;IACpC,IAAI,EAAE,IAAI,CAAA;IACV,EAAE,EAAE,MAAM,GAAG,MAAM,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,IAAI,CAAA;IACV,YAAY,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAA;CACtC,CAAA"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { Collection, PayloadRequest } from 'payload/types';
|
|
2
|
-
import { APIError } from 'payload/errors';
|
|
3
|
-
export type ErrorResponse = {
|
|
4
|
-
data?: any;
|
|
5
|
-
errors: unknown[];
|
|
6
|
-
stack?: string;
|
|
7
|
-
};
|
|
8
|
-
export declare const RouteError: ({ collection, err, req, }: {
|
|
9
|
-
collection?: Collection;
|
|
10
|
-
err: APIError;
|
|
11
|
-
req: PayloadRequest;
|
|
12
|
-
}) => Promise<Response>;
|
|
13
|
-
//# sourceMappingURL=RouteError.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RouteError.d.ts","sourceRoot":"","sources":["../../../src/routes/rest/RouteError.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAG/D,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAEzC,MAAM,MAAM,aAAa,GAAG;IAAE,IAAI,CAAC,EAAE,GAAG,CAAC;IAAC,MAAM,EAAE,OAAO,EAAE,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,CAAA;AAuD7E,eAAO,MAAM,UAAU;iBAKR,UAAU;SAClB,QAAQ;SACR,cAAc;uBAkDpB,CAAA"}
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
value: true
|
|
4
|
-
});
|
|
5
|
-
Object.defineProperty(exports, "RouteError", {
|
|
6
|
-
enumerable: true,
|
|
7
|
-
get: function() {
|
|
8
|
-
return RouteError;
|
|
9
|
-
}
|
|
10
|
-
});
|
|
11
|
-
const _httpstatus = /*#__PURE__*/ _interop_require_default(require("http-status"));
|
|
12
|
-
const _errors = require("payload/errors");
|
|
13
|
-
function _interop_require_default(obj) {
|
|
14
|
-
return obj && obj.__esModule ? obj : {
|
|
15
|
-
default: obj
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
const formatErrors = (incoming)=>{
|
|
19
|
-
if (incoming) {
|
|
20
|
-
if (incoming instanceof _errors.APIError && incoming.data) {
|
|
21
|
-
return {
|
|
22
|
-
errors: [
|
|
23
|
-
{
|
|
24
|
-
name: incoming.name,
|
|
25
|
-
data: incoming.data,
|
|
26
|
-
message: incoming.message
|
|
27
|
-
}
|
|
28
|
-
]
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
// mongoose
|
|
32
|
-
if (!(incoming instanceof _errors.APIError || incoming instanceof Error) && incoming.errors) {
|
|
33
|
-
return {
|
|
34
|
-
errors: Object.keys(incoming.errors).reduce((acc, key)=>{
|
|
35
|
-
acc.push({
|
|
36
|
-
field: incoming.errors[key].path,
|
|
37
|
-
message: incoming.errors[key].message
|
|
38
|
-
});
|
|
39
|
-
return acc;
|
|
40
|
-
}, [])
|
|
41
|
-
};
|
|
42
|
-
}
|
|
43
|
-
if (Array.isArray(incoming.message)) {
|
|
44
|
-
return {
|
|
45
|
-
errors: incoming.message
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
if (incoming.name) {
|
|
49
|
-
return {
|
|
50
|
-
errors: [
|
|
51
|
-
{
|
|
52
|
-
message: incoming.message
|
|
53
|
-
}
|
|
54
|
-
]
|
|
55
|
-
};
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
return {
|
|
59
|
-
errors: [
|
|
60
|
-
{
|
|
61
|
-
message: 'An unknown error occurred.'
|
|
62
|
-
}
|
|
63
|
-
]
|
|
64
|
-
};
|
|
65
|
-
};
|
|
66
|
-
const RouteError = async ({ collection, err, req })=>{
|
|
67
|
-
if (!req?.payload) {
|
|
68
|
-
return Response.json({
|
|
69
|
-
message: err.message,
|
|
70
|
-
stack: err.stack
|
|
71
|
-
}, {
|
|
72
|
-
status: _httpstatus.default.INTERNAL_SERVER_ERROR
|
|
73
|
-
});
|
|
74
|
-
}
|
|
75
|
-
const { config, logger } = req.payload;
|
|
76
|
-
let response = formatErrors(err);
|
|
77
|
-
let status = err.status || _httpstatus.default.INTERNAL_SERVER_ERROR;
|
|
78
|
-
logger.error(err.stack);
|
|
79
|
-
// Internal server errors can contain anything, including potentially sensitive data.
|
|
80
|
-
// Therefore, error details will be hidden from the response unless `config.debug` is `true`
|
|
81
|
-
if (!config.debug && status === _httpstatus.default.INTERNAL_SERVER_ERROR) {
|
|
82
|
-
response = formatErrors(new _errors.APIError('Something went wrong.'));
|
|
83
|
-
}
|
|
84
|
-
if (config.debug && config.debug === true) {
|
|
85
|
-
response.stack = err.stack;
|
|
86
|
-
}
|
|
87
|
-
if (collection && typeof collection.config.hooks.afterError === 'function') {
|
|
88
|
-
({ response, status } = await collection.config.hooks.afterError(err, response, req.context, collection.config) || {
|
|
89
|
-
response,
|
|
90
|
-
status
|
|
91
|
-
});
|
|
92
|
-
}
|
|
93
|
-
if (typeof config.hooks.afterError === 'function') {
|
|
94
|
-
({ response, status } = await config.hooks.afterError(err, response, req.context, collection?.config) || {
|
|
95
|
-
response,
|
|
96
|
-
status
|
|
97
|
-
});
|
|
98
|
-
}
|
|
99
|
-
return Response.json(response, {
|
|
100
|
-
status
|
|
101
|
-
});
|
|
102
|
-
};
|
|
103
|
-
|
|
104
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9yb3V0ZXMvcmVzdC9Sb3V0ZUVycm9yLnRzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQ29sbGVjdGlvbiwgUGF5bG9hZFJlcXVlc3QgfSBmcm9tICdwYXlsb2FkL3R5cGVzJ1xuXG5pbXBvcnQgaHR0cFN0YXR1cyBmcm9tICdodHRwLXN0YXR1cydcbmltcG9ydCB7IEFQSUVycm9yIH0gZnJvbSAncGF5bG9hZC9lcnJvcnMnXG5cbmV4cG9ydCB0eXBlIEVycm9yUmVzcG9uc2UgPSB7IGRhdGE/OiBhbnk7IGVycm9yczogdW5rbm93bltdOyBzdGFjaz86IHN0cmluZyB9XG5cbmNvbnN0IGZvcm1hdEVycm9ycyA9IChpbmNvbWluZzogeyBba2V5OiBzdHJpbmddOiB1bmtub3duIH0gfCBBUElFcnJvciB8IEVycm9yKTogRXJyb3JSZXNwb25zZSA9PiB7XG4gIGlmIChpbmNvbWluZykge1xuICAgIGlmIChpbmNvbWluZyBpbnN0YW5jZW9mIEFQSUVycm9yICYmIGluY29taW5nLmRhdGEpIHtcbiAgICAgIHJldHVybiB7XG4gICAgICAgIGVycm9yczogW1xuICAgICAgICAgIHtcbiAgICAgICAgICAgIG5hbWU6IGluY29taW5nLm5hbWUsXG4gICAgICAgICAgICBkYXRhOiBpbmNvbWluZy5kYXRhLFxuICAgICAgICAgICAgbWVzc2FnZTogaW5jb21pbmcubWVzc2FnZSxcbiAgICAgICAgICB9LFxuICAgICAgICBdLFxuICAgICAgfVxuICAgIH1cblxuICAgIC8vIG1vbmdvb3NlXG4gICAgaWYgKCEoaW5jb21pbmcgaW5zdGFuY2VvZiBBUElFcnJvciB8fCBpbmNvbWluZyBpbnN0YW5jZW9mIEVycm9yKSAmJiBpbmNvbWluZy5lcnJvcnMpIHtcbiAgICAgIHJldHVybiB7XG4gICAgICAgIGVycm9yczogT2JqZWN0LmtleXMoaW5jb21pbmcuZXJyb3JzKS5yZWR1Y2UoKGFjYywga2V5KSA9PiB7XG4gICAgICAgICAgYWNjLnB1c2goe1xuICAgICAgICAgICAgZmllbGQ6IGluY29taW5nLmVycm9yc1trZXldLnBhdGgsXG4gICAgICAgICAgICBtZXNzYWdlOiBpbmNvbWluZy5lcnJvcnNba2V5XS5tZXNzYWdlLFxuICAgICAgICAgIH0pXG4gICAgICAgICAgcmV0dXJuIGFjY1xuICAgICAgICB9LCBbXSksXG4gICAgICB9XG4gICAgfVxuXG4gICAgaWYgKEFycmF5LmlzQXJyYXkoaW5jb21pbmcubWVzc2FnZSkpIHtcbiAgICAgIHJldHVybiB7XG4gICAgICAgIGVycm9yczogaW5jb21pbmcubWVzc2FnZSxcbiAgICAgIH1cbiAgICB9XG5cbiAgICBpZiAoaW5jb21pbmcubmFtZSkge1xuICAgICAgcmV0dXJuIHtcbiAgICAgICAgZXJyb3JzOiBbXG4gICAgICAgICAge1xuICAgICAgICAgICAgbWVzc2FnZTogaW5jb21pbmcubWVzc2FnZSxcbiAgICAgICAgICB9LFxuICAgICAgICBdLFxuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIHJldHVybiB7XG4gICAgZXJyb3JzOiBbXG4gICAgICB7XG4gICAgICAgIG1lc3NhZ2U6ICdBbiB1bmtub3duIGVycm9yIG9jY3VycmVkLicsXG4gICAgICB9LFxuICAgIF0sXG4gIH1cbn1cblxuZXhwb3J0IGNvbnN0IFJvdXRlRXJyb3IgPSBhc3luYyAoe1xuICBjb2xsZWN0aW9uLFxuICBlcnIsXG4gIHJlcSxcbn06IHtcbiAgY29sbGVjdGlvbj86IENvbGxlY3Rpb25cbiAgZXJyOiBBUElFcnJvclxuICByZXE6IFBheWxvYWRSZXF1ZXN0XG59KSA9PiB7XG4gIGlmICghcmVxPy5wYXlsb2FkKSB7XG4gICAgcmV0dXJuIFJlc3BvbnNlLmpzb24oXG4gICAgICB7XG4gICAgICAgIG1lc3NhZ2U6IGVyci5tZXNzYWdlLFxuICAgICAgICBzdGFjazogZXJyLnN0YWNrLFxuICAgICAgfSxcbiAgICAgIHsgc3RhdHVzOiBodHRwU3RhdHVzLklOVEVSTkFMX1NFUlZFUl9FUlJPUiB9LFxuICAgIClcbiAgfVxuXG4gIGNvbnN0IHsgY29uZmlnLCBsb2dnZXIgfSA9IHJlcS5wYXlsb2FkXG4gIGxldCByZXNwb25zZSA9IGZvcm1hdEVycm9ycyhlcnIpXG4gIGxldCBzdGF0dXMgPSBlcnIuc3RhdHVzIHx8IGh0dHBTdGF0dXMuSU5URVJOQUxfU0VSVkVSX0VSUk9SXG5cbiAgbG9nZ2VyLmVycm9yKGVyci5zdGFjaylcblxuICAvLyBJbnRlcm5hbCBzZXJ2ZXIgZXJyb3JzIGNhbiBjb250YWluIGFueXRoaW5nLCBpbmNsdWRpbmcgcG90ZW50aWFsbHkgc2Vuc2l0aXZlIGRhdGEuXG4gIC8vIFRoZXJlZm9yZSwgZXJyb3IgZGV0YWlscyB3aWxsIGJlIGhpZGRlbiBmcm9tIHRoZSByZXNwb25zZSB1bmxlc3MgYGNvbmZpZy5kZWJ1Z2AgaXMgYHRydWVgXG4gIGlmICghY29uZmlnLmRlYnVnICYmIHN0YXR1cyA9PT0gaHR0cFN0YXR1cy5JTlRFUk5BTF9TRVJWRVJfRVJST1IpIHtcbiAgICByZXNwb25zZSA9IGZvcm1hdEVycm9ycyhuZXcgQVBJRXJyb3IoJ1NvbWV0aGluZyB3ZW50IHdyb25nLicpKVxuICB9XG5cbiAgaWYgKGNvbmZpZy5kZWJ1ZyAmJiBjb25maWcuZGVidWcgPT09IHRydWUpIHtcbiAgICByZXNwb25zZS5zdGFjayA9IGVyci5zdGFja1xuICB9XG5cbiAgaWYgKGNvbGxlY3Rpb24gJiYgdHlwZW9mIGNvbGxlY3Rpb24uY29uZmlnLmhvb2tzLmFmdGVyRXJyb3IgPT09ICdmdW5jdGlvbicpIHtcbiAgICA7KHsgcmVzcG9uc2UsIHN0YXR1cyB9ID0gKGF3YWl0IGNvbGxlY3Rpb24uY29uZmlnLmhvb2tzLmFmdGVyRXJyb3IoXG4gICAgICBlcnIsXG4gICAgICByZXNwb25zZSxcbiAgICAgIHJlcS5jb250ZXh0LFxuICAgICAgY29sbGVjdGlvbi5jb25maWcsXG4gICAgKSkgfHwgeyByZXNwb25zZSwgc3RhdHVzIH0pXG4gIH1cblxuICBpZiAodHlwZW9mIGNvbmZpZy5ob29rcy5hZnRlckVycm9yID09PSAnZnVuY3Rpb24nKSB7XG4gICAgOyh7IHJlc3BvbnNlLCBzdGF0dXMgfSA9IChhd2FpdCBjb25maWcuaG9va3MuYWZ0ZXJFcnJvcihcbiAgICAgIGVycixcbiAgICAgIHJlc3BvbnNlLFxuICAgICAgcmVxLmNvbnRleHQsXG4gICAgICBjb2xsZWN0aW9uPy5jb25maWcsXG4gICAgKSkgfHwge1xuICAgICAgcmVzcG9uc2UsXG4gICAgICBzdGF0dXMsXG4gICAgfSlcbiAgfVxuXG4gIHJldHVybiBSZXNwb25zZS5qc29uKHJlc3BvbnNlLCB7IHN0YXR1cyB9KVxufVxuIl0sIm5hbWVzIjpbIlJvdXRlRXJyb3IiLCJmb3JtYXRFcnJvcnMiLCJpbmNvbWluZyIsIkFQSUVycm9yIiwiZGF0YSIsImVycm9ycyIsIm5hbWUiLCJtZXNzYWdlIiwiRXJyb3IiLCJPYmplY3QiLCJrZXlzIiwicmVkdWNlIiwiYWNjIiwia2V5IiwicHVzaCIsImZpZWxkIiwicGF0aCIsIkFycmF5IiwiaXNBcnJheSIsImNvbGxlY3Rpb24iLCJlcnIiLCJyZXEiLCJwYXlsb2FkIiwiUmVzcG9uc2UiLCJqc29uIiwic3RhY2siLCJzdGF0dXMiLCJodHRwU3RhdHVzIiwiSU5URVJOQUxfU0VSVkVSX0VSUk9SIiwiY29uZmlnIiwibG9nZ2VyIiwicmVzcG9uc2UiLCJlcnJvciIsImRlYnVnIiwiaG9va3MiLCJhZnRlckVycm9yIiwiY29udGV4dCJdLCJtYXBwaW5ncyI6Ijs7OzsrQkE0RGFBOzs7ZUFBQUE7OzttRUExRFU7d0JBQ0U7Ozs7OztBQUl6QixNQUFNQyxlQUFlLENBQUNDO0lBQ3BCLElBQUlBLFVBQVU7UUFDWixJQUFJQSxvQkFBb0JDLGdCQUFRLElBQUlELFNBQVNFLElBQUksRUFBRTtZQUNqRCxPQUFPO2dCQUNMQyxRQUFRO29CQUNOO3dCQUNFQyxNQUFNSixTQUFTSSxJQUFJO3dCQUNuQkYsTUFBTUYsU0FBU0UsSUFBSTt3QkFDbkJHLFNBQVNMLFNBQVNLLE9BQU87b0JBQzNCO2lCQUNEO1lBQ0g7UUFD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
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { SanitizedConfig } from 'payload/types';
|
|
2
|
-
export declare const GET: (config: Promise<SanitizedConfig>) => (request: Request, { params }: {
|
|
3
|
-
params: {
|
|
4
|
-
collection: string;
|
|
5
|
-
filename: string;
|
|
6
|
-
};
|
|
7
|
-
}) => Promise<Response>;
|
|
8
|
-
//# sourceMappingURL=route.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"route.d.ts","sourceRoot":"","sources":["../../../../../../src/routes/rest/[collection]/file/[filename]/route.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAA8B,eAAe,EAAS,MAAM,eAAe,CAAA;AAkEvF,eAAO,MAAM,GAAG,WACL,QAAQ,eAAe,CAAC,eACjB,OAAO;YAAwB;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAE;uBAsDtF,CAAA"}
|