@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,15 +0,0 @@
|
|
|
1
|
-
import type { CollectionPermission, GlobalPermission, User } from 'payload/auth';
|
|
2
|
-
import type { AdminViewComponent } from 'payload/config';
|
|
3
|
-
import type { SanitizedCollectionConfig, SanitizedConfig, SanitizedGlobalConfig } from 'payload/types';
|
|
4
|
-
export declare const getViewsFromConfig: ({ collectionConfig, config, docPermissions, globalConfig, routeSegments, user, }: {
|
|
5
|
-
collectionConfig?: SanitizedCollectionConfig;
|
|
6
|
-
config: SanitizedConfig;
|
|
7
|
-
docPermissions: CollectionPermission | GlobalPermission;
|
|
8
|
-
globalConfig?: SanitizedGlobalConfig;
|
|
9
|
-
routeSegments: string[];
|
|
10
|
-
user: User;
|
|
11
|
-
}) => Promise<{
|
|
12
|
-
CustomView: AdminViewComponent;
|
|
13
|
-
DefaultView: AdminViewComponent;
|
|
14
|
-
}>;
|
|
15
|
-
//# sourceMappingURL=getViewsFromConfig.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getViewsFromConfig.d.ts","sourceRoot":"","sources":["../../../src/pages/Document/getViewsFromConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AAChF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAA;AACxD,OAAO,KAAK,EACV,yBAAyB,EACzB,eAAe,EACf,qBAAqB,EACtB,MAAM,eAAe,CAAA;AAYtB,eAAO,MAAM,kBAAkB;uBAQV,yBAAyB;YACpC,eAAe;oBACP,oBAAoB,GAAG,gBAAgB;mBACxC,qBAAqB;mBACrB,MAAM,EAAE;UACjB,IAAI;;gBAEE,kBAAkB;iBACjB,kBAAkB;EA2JhC,CAAA"}
|
|
@@ -1,163 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
value: true
|
|
4
|
-
});
|
|
5
|
-
Object.defineProperty(exports, "getViewsFromConfig", {
|
|
6
|
-
enumerable: true,
|
|
7
|
-
get: function() {
|
|
8
|
-
return getViewsFromConfig;
|
|
9
|
-
}
|
|
10
|
-
});
|
|
11
|
-
const _utilities = require("payload/utilities");
|
|
12
|
-
const _API = require("../API");
|
|
13
|
-
const _Edit = require("../Edit");
|
|
14
|
-
const _LivePreview = require("../LivePreview");
|
|
15
|
-
const _Version = require("../Version");
|
|
16
|
-
const _Versions = require("../Versions");
|
|
17
|
-
const _getCustomViewByKey = require("./getCustomViewByKey");
|
|
18
|
-
const _getCustomViewByPath = require("./getCustomViewByPath");
|
|
19
|
-
const getViewsFromConfig = async ({ collectionConfig, config, docPermissions, globalConfig, routeSegments, user })=>{
|
|
20
|
-
// Conditionally import and lazy load the default view
|
|
21
|
-
let DefaultView = null;
|
|
22
|
-
let CustomView = null;
|
|
23
|
-
const views = collectionConfig && collectionConfig?.admin?.components?.views || globalConfig && globalConfig?.admin?.components?.views;
|
|
24
|
-
const livePreviewEnabled = collectionConfig && collectionConfig?.admin?.livePreview || config?.admin?.livePreview?.collections?.includes(collectionConfig?.slug) || globalConfig && globalConfig?.admin?.livePreview || config?.admin?.livePreview?.globals?.includes(globalConfig?.slug);
|
|
25
|
-
if (collectionConfig) {
|
|
26
|
-
const { admin: { hidden } } = collectionConfig;
|
|
27
|
-
if ((0, _utilities.isEntityHidden)({
|
|
28
|
-
hidden,
|
|
29
|
-
user
|
|
30
|
-
})) {
|
|
31
|
-
return null;
|
|
32
|
-
}
|
|
33
|
-
// `../:id`, or `../create`
|
|
34
|
-
if (routeSegments?.length === 1) {
|
|
35
|
-
switch(routeSegments[0]){
|
|
36
|
-
case 'create':
|
|
37
|
-
{
|
|
38
|
-
if ('create' in docPermissions && docPermissions?.create?.permission) {
|
|
39
|
-
CustomView = (0, _getCustomViewByKey.getCustomViewByKey)(views, 'Default');
|
|
40
|
-
DefaultView = _Edit.EditView;
|
|
41
|
-
}
|
|
42
|
-
break;
|
|
43
|
-
}
|
|
44
|
-
default:
|
|
45
|
-
{
|
|
46
|
-
if (docPermissions?.read?.permission) {
|
|
47
|
-
CustomView = (0, _getCustomViewByKey.getCustomViewByKey)(views, 'Default');
|
|
48
|
-
DefaultView = _Edit.EditView;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
if (routeSegments[0] !== 'create') {
|
|
54
|
-
// `../:id/api`, `../:id/preview`, `../:id/versions`, etc
|
|
55
|
-
if (routeSegments?.length === 2) {
|
|
56
|
-
switch(routeSegments[1]){
|
|
57
|
-
case 'api':
|
|
58
|
-
{
|
|
59
|
-
if (collectionConfig?.admin?.hideAPIURL !== true) {
|
|
60
|
-
CustomView = (0, _getCustomViewByKey.getCustomViewByKey)(views, 'API');
|
|
61
|
-
DefaultView = _API.APIView;
|
|
62
|
-
}
|
|
63
|
-
break;
|
|
64
|
-
}
|
|
65
|
-
case 'preview':
|
|
66
|
-
{
|
|
67
|
-
if (livePreviewEnabled) {
|
|
68
|
-
DefaultView = _LivePreview.LivePreviewView;
|
|
69
|
-
}
|
|
70
|
-
break;
|
|
71
|
-
}
|
|
72
|
-
case 'versions':
|
|
73
|
-
{
|
|
74
|
-
if (docPermissions?.readVersions?.permission) {
|
|
75
|
-
CustomView = (0, _getCustomViewByKey.getCustomViewByKey)(views, 'Versions');
|
|
76
|
-
DefaultView = _Versions.VersionsView;
|
|
77
|
-
}
|
|
78
|
-
break;
|
|
79
|
-
}
|
|
80
|
-
default:
|
|
81
|
-
{
|
|
82
|
-
const path = `/${routeSegments[1]}`;
|
|
83
|
-
CustomView = (0, _getCustomViewByPath.getCustomViewByPath)(views, path);
|
|
84
|
-
break;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
// `../:id/versions/:version`, etc
|
|
89
|
-
if (routeSegments?.length === 3) {
|
|
90
|
-
if (routeSegments[1] === 'versions') {
|
|
91
|
-
if (docPermissions?.readVersions?.permission) {
|
|
92
|
-
CustomView = (0, _getCustomViewByKey.getCustomViewByKey)(views, 'Version');
|
|
93
|
-
DefaultView = _Version.VersionView;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
if (globalConfig) {
|
|
100
|
-
const { admin: { hidden } } = globalConfig;
|
|
101
|
-
if ((0, _utilities.isEntityHidden)({
|
|
102
|
-
hidden,
|
|
103
|
-
user
|
|
104
|
-
})) {
|
|
105
|
-
return null;
|
|
106
|
-
}
|
|
107
|
-
if (!routeSegments?.length) {
|
|
108
|
-
if (docPermissions?.read?.permission) {
|
|
109
|
-
CustomView = (0, _getCustomViewByKey.getCustomViewByKey)(views, 'Default');
|
|
110
|
-
DefaultView = _Edit.EditView;
|
|
111
|
-
}
|
|
112
|
-
} else if (routeSegments?.length === 1) {
|
|
113
|
-
// `../:slug/api`, `../:slug/preview`, `../:slug/versions`, etc
|
|
114
|
-
switch(routeSegments[0]){
|
|
115
|
-
case 'api':
|
|
116
|
-
{
|
|
117
|
-
if (globalConfig?.admin?.hideAPIURL !== true) {
|
|
118
|
-
CustomView = (0, _getCustomViewByKey.getCustomViewByKey)(views, 'API');
|
|
119
|
-
DefaultView = _API.APIView;
|
|
120
|
-
}
|
|
121
|
-
break;
|
|
122
|
-
}
|
|
123
|
-
case 'preview':
|
|
124
|
-
{
|
|
125
|
-
if (livePreviewEnabled) {
|
|
126
|
-
DefaultView = _LivePreview.LivePreviewView;
|
|
127
|
-
}
|
|
128
|
-
break;
|
|
129
|
-
}
|
|
130
|
-
case 'versions':
|
|
131
|
-
{
|
|
132
|
-
if (docPermissions?.readVersions?.permission) {
|
|
133
|
-
CustomView = (0, _getCustomViewByKey.getCustomViewByKey)(views, 'Versions');
|
|
134
|
-
DefaultView = _Versions.VersionsView;
|
|
135
|
-
}
|
|
136
|
-
break;
|
|
137
|
-
}
|
|
138
|
-
default:
|
|
139
|
-
{
|
|
140
|
-
if (docPermissions?.read?.permission) {
|
|
141
|
-
CustomView = (0, _getCustomViewByKey.getCustomViewByKey)(views, 'Default');
|
|
142
|
-
DefaultView = _Edit.EditView;
|
|
143
|
-
}
|
|
144
|
-
break;
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
} else if (routeSegments?.length === 2) {
|
|
148
|
-
// `../:slug/versions/:version`, etc
|
|
149
|
-
if (routeSegments[1] === 'versions') {
|
|
150
|
-
if (docPermissions?.readVersions?.permission) {
|
|
151
|
-
CustomView = (0, _getCustomViewByKey.getCustomViewByKey)(views, 'Version');
|
|
152
|
-
DefaultView = _Version.VersionView;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
return {
|
|
158
|
-
CustomView,
|
|
159
|
-
DefaultView
|
|
160
|
-
};
|
|
161
|
-
};
|
|
162
|
-
|
|
163
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9wYWdlcy9Eb2N1bWVudC9nZXRWaWV3c0Zyb21Db25maWcudHN4Il0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQ29sbGVjdGlvblBlcm1pc3Npb24sIEdsb2JhbFBlcm1pc3Npb24sIFVzZXIgfSBmcm9tICdwYXlsb2FkL2F1dGgnXG5pbXBvcnQgdHlwZSB7IEFkbWluVmlld0NvbXBvbmVudCB9IGZyb20gJ3BheWxvYWQvY29uZmlnJ1xuaW1wb3J0IHR5cGUge1xuICBTYW5pdGl6ZWRDb2xsZWN0aW9uQ29uZmlnLFxuICBTYW5pdGl6ZWRDb25maWcsXG4gIFNhbml0aXplZEdsb2JhbENvbmZpZyxcbn0gZnJvbSAncGF5bG9hZC90eXBlcydcblxuaW1wb3J0IHsgaXNFbnRpdHlIaWRkZW4gfSBmcm9tICdwYXlsb2FkL3V0aWxpdGllcydcblxuaW1wb3J0IHsgQVBJVmlldyBhcyBEZWZhdWx0QVBJVmlldyB9IGZyb20gJy4uL0FQSSdcbmltcG9ydCB7IEVkaXRWaWV3IGFzIERlZmF1bHRFZGl0VmlldyB9IGZyb20gJy4uL0VkaXQnXG5pbXBvcnQgeyBMaXZlUHJldmlld1ZpZXcgYXMgRGVmYXVsdExpdmVQcmV2aWV3VmlldyB9IGZyb20gJy4uL0xpdmVQcmV2aWV3J1xuaW1wb3J0IHsgVmVyc2lvblZpZXcgYXMgRGVmYXVsdFZlcnNpb25WaWV3IH0gZnJvbSAnLi4vVmVyc2lvbidcbmltcG9ydCB7IFZlcnNpb25zVmlldyBhcyBEZWZhdWx0VmVyc2lvbnNWaWV3IH0gZnJvbSAnLi4vVmVyc2lvbnMnXG5pbXBvcnQgeyBnZXRDdXN0b21WaWV3QnlLZXkgfSBmcm9tICcuL2dldEN1c3RvbVZpZXdCeUtleSdcbmltcG9ydCB7IGdldEN1c3RvbVZpZXdCeVBhdGggfSBmcm9tICcuL2dldEN1c3RvbVZpZXdCeVBhdGgnXG5cbmV4cG9ydCBjb25zdCBnZXRWaWV3c0Zyb21Db25maWcgPSBhc3luYyAoe1xuICBjb2xsZWN0aW9uQ29uZmlnLFxuICBjb25maWcsXG4gIGRvY1Blcm1pc3Npb25zLFxuICBnbG9iYWxDb25maWcsXG4gIHJvdXRlU2VnbWVudHMsXG4gIHVzZXIsXG59OiB7XG4gIGNvbGxlY3Rpb25Db25maWc/OiBTYW5pdGl6ZWRDb2xsZWN0aW9uQ29uZmlnXG4gIGNvbmZpZzogU2FuaXRpemVkQ29uZmlnXG4gIGRvY1Blcm1pc3Npb25zOiBDb2xsZWN0aW9uUGVybWlzc2lvbiB8IEdsb2JhbFBlcm1pc3Npb25cbiAgZ2xvYmFsQ29uZmlnPzogU2FuaXRpemVkR2xvYmFsQ29uZmlnXG4gIHJvdXRlU2VnbWVudHM6IHN0cmluZ1tdXG4gIHVzZXI6IFVzZXJcbn0pOiBQcm9taXNlPHtcbiAgQ3VzdG9tVmlldzogQWRtaW5WaWV3Q29tcG9uZW50XG4gIERlZmF1bHRWaWV3OiBBZG1pblZpZXdDb21wb25lbnRcbn0gfCBudWxsPiA9PiB7XG4gIC8vIENvbmRpdGlvbmFsbHkgaW1wb3J0IGFuZCBsYXp5IGxvYWQgdGhlIGRlZmF1bHQgdmlld1xuICBsZXQgRGVmYXVsdFZpZXc6IEFkbWluVmlld0NvbXBvbmVudCA9IG51bGxcbiAgbGV0IEN1c3RvbVZpZXc6IEFkbWluVmlld0NvbXBvbmVudCA9IG51bGxcblxuICBjb25zdCB2aWV3cyA9XG4gICAgKGNvbGxlY3Rpb25Db25maWcgJiYgY29sbGVjdGlvbkNvbmZpZz8uYWRtaW4/LmNvbXBvbmVudHM/LnZpZXdzKSB8fFxuICAgIChnbG9iYWxDb25maWcgJiYgZ2xvYmFsQ29uZmlnPy5hZG1pbj8uY29tcG9uZW50cz8udmlld3MpXG5cbiAgY29uc3QgbGl2ZVByZXZpZXdFbmFibGVkID1cbiAgICAoY29sbGVjdGlvbkNvbmZpZyAmJiBjb2xsZWN0aW9uQ29uZmlnPy5hZG1pbj8ubGl2ZVByZXZpZXcpIHx8XG4gICAgY29uZmlnPy5hZG1pbj8ubGl2ZVByZXZpZXc/LmNvbGxlY3Rpb25zPy5pbmNsdWRlcyhjb2xsZWN0aW9uQ29uZmlnPy5zbHVnKSB8fFxuICAgIChnbG9iYWxDb25maWcgJiYgZ2xvYmFsQ29uZmlnPy5hZG1pbj8ubGl2ZVByZXZpZXcpIHx8XG4gICAgY29uZmlnPy5hZG1pbj8ubGl2ZVByZXZpZXc/Lmdsb2JhbHM/LmluY2x1ZGVzKGdsb2JhbENvbmZpZz8uc2x1ZylcblxuICBpZiAoY29sbGVjdGlvbkNvbmZpZykge1xuICAgIGNvbnN0IHtcbiAgICAgIGFkbWluOiB7IGhpZGRlbiB9LFxuICAgIH0gPSBjb2xsZWN0aW9uQ29uZmlnXG5cbiAgICBpZiAoaXNFbnRpdHlIaWRkZW4oeyBoaWRkZW4sIHVzZXIgfSkpIHtcbiAgICAgIHJldHVybiBudWxsXG4gICAgfVxuXG4gICAgLy8gYC4uLzppZGAsIG9yIGAuLi9jcmVhdGVgXG4gICAgaWYgKHJvdXRlU2VnbWVudHM/Lmxlbmd0aCA9PT0gMSkge1xuICAgICAgc3dpdGNoIChyb3V0ZVNlZ21lbnRzWzBdKSB7XG4gICAgICAgIGNhc2UgJ2NyZWF0ZSc6IHtcbiAgICAgICAgICBpZiAoJ2NyZWF0ZScgaW4gZG9jUGVybWlzc2lvbnMgJiYgZG9jUGVybWlzc2lvbnM/LmNyZWF0ZT8ucGVybWlzc2lvbikge1xuICAgICAgICAgICAgQ3VzdG9tVmlldyA9IGdldEN1c3RvbVZpZXdCeUtleSh2aWV3cywgJ0RlZmF1bHQnKVxuICAgICAgICAgICAgRGVmYXVsdFZpZXcgPSBEZWZhdWx0RWRpdFZpZXdcbiAgICAgICAgICB9XG4gICAgICAgICAgYnJlYWtcbiAgICAgICAgfVxuXG4gICAgICAgIGRlZmF1bHQ6IHtcbiAgICAgICAgICBpZiAoZG9jUGVybWlzc2lvbnM/LnJlYWQ/LnBlcm1pc3Npb24pIHtcbiAgICAgICAgICAgIEN1c3RvbVZpZXcgPSBnZXRDdXN0b21WaWV3QnlLZXkodmlld3MsICdEZWZhdWx0JylcbiAgICAgICAgICAgIERlZmF1bHRWaWV3ID0gRGVmYXVsdEVkaXRWaWV3XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuXG4gICAgaWYgKHJvdXRlU2VnbWVudHNbMF0gIT09ICdjcmVhdGUnKSB7XG4gICAgICAvLyBgLi4vOmlkL2FwaWAsIGAuLi86aWQvcHJldmlld2AsIGAuLi86aWQvdmVyc2lvbnNgLCBldGNcbiAgICAgIGlmIChyb3V0ZVNlZ21lbnRzPy5sZW5ndGggPT09IDIpIHtcbiAgICAgICAgc3dpdGNoIChyb3V0ZVNlZ21lbnRzWzFdKSB7XG4gICAgICAgICAgY2FzZSAnYXBpJzoge1xuICAgICAgICAgICAgaWYgKGNvbGxlY3Rpb25Db25maWc/LmFkbWluPy5oaWRlQVBJVVJMICE9PSB0cnVlKSB7XG4gICAgICAgICAgICAgIEN1c3RvbVZpZXcgPSBnZXRDdXN0b21WaWV3QnlLZXkodmlld3MsICdBUEknKVxuICAgICAgICAgICAgICBEZWZhdWx0VmlldyA9IERlZmF1bHRBUElWaWV3XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBicmVha1xuICAgICAgICAgIH1cblxuICAgICAgICAgIGNhc2UgJ3ByZXZpZXcnOiB7XG4gICAgICAgICAgICBpZiAobGl2ZVByZXZpZXdFbmFibGVkKSB7XG4gICAgICAgICAgICAgIERlZmF1bHRWaWV3ID0gRGVmYXVsdExpdmVQcmV2aWV3Vmlld1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgYnJlYWtcbiAgICAgICAgICB9XG5cbiAgICAgICAgICBjYXNlICd2ZXJzaW9ucyc6IHtcbiAgICAgICAgICAgIGlmIChkb2NQZXJtaXNzaW9ucz8ucmVhZFZlcnNpb25zPy5wZXJtaXNzaW9uKSB7XG4gICAgICAgICAgICAgIEN1c3RvbVZpZXcgPSBnZXRDdXN0b21WaWV3QnlLZXkodmlld3MsICdWZXJzaW9ucycpXG4gICAgICAgICAgICAgIERlZmF1bHRWaWV3ID0gRGVmYXVsdFZlcnNpb25zVmlld1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgYnJlYWtcbiAgICAgICAgICB9XG5cbiAgICAgICAgICBkZWZhdWx0OiB7XG4gICAgICAgICAgICBjb25zdCBwYXRoID0gYC8ke3JvdXRlU2VnbWVudHNbMV19YFxuICAgICAgICAgICAgQ3VzdG9tVmlldyA9IGdldEN1c3RvbVZpZXdCeVBhdGgodmlld3MsIHBhdGgpXG4gICAgICAgICAgICBicmVha1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICAvLyBgLi4vOmlkL3ZlcnNpb25zLzp2ZXJzaW9uYCwgZXRjXG4gICAgICBpZiAocm91dGVTZWdtZW50cz8ubGVuZ3RoID09PSAzKSB7XG4gICAgICAgIGlmIChyb3V0ZVNlZ21lbnRzWzFdID09PSAndmVyc2lvbnMnKSB7XG4gICAgICAgICAgaWYgKGRvY1Blcm1pc3Npb25zPy5yZWFkVmVyc2lvbnM/LnBlcm1pc3Npb24pIHtcbiAgICAgICAgICAgIEN1c3RvbVZpZXcgPSBnZXRDdXN0b21WaWV3QnlLZXkodmlld3MsICdWZXJzaW9uJylcbiAgICAgICAgICAgIERlZmF1bHRWaWV3ID0gRGVmYXVsdFZlcnNpb25WaWV3XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgaWYgKGdsb2JhbENvbmZpZykge1xuICAgIGNvbnN0IHtcbiAgICAgIGFkbWluOiB7IGhpZGRlbiB9LFxuICAgIH0gPSBnbG9iYWxDb25maWdcblxuICAgIGlmIChpc0VudGl0eUhpZGRlbih7IGhpZGRlbiwgdXNlciB9KSkge1xuICAgICAgcmV0dXJuIG51bGxcbiAgICB9XG5cbiAgICBpZiAoIXJvdXRlU2VnbWVudHM/Lmxlbmd0aCkge1xuICAgICAgaWYgKGRvY1Blcm1pc3Npb25zPy5yZWFkPy5wZXJtaXNzaW9uKSB7XG4gICAgICAgIEN1c3RvbVZpZXcgPSBnZXRDdXN0b21WaWV3QnlLZXkodmlld3MsICdEZWZhdWx0JylcbiAgICAgICAgRGVmYXVsdFZpZXcgPSBEZWZhdWx0RWRpdFZpZXdcbiAgICAgIH1cbiAgICB9IGVsc2UgaWYgKHJvdXRlU2VnbWVudHM/Lmxlbmd0aCA9PT0gMSkge1xuICAgICAgLy8gYC4uLzpzbHVnL2FwaWAsIGAuLi86c2x1Zy9wcmV2aWV3YCwgYC4uLzpzbHVnL3ZlcnNpb25zYCwgZXRjXG4gICAgICBzd2l0Y2ggKHJvdXRlU2VnbWVudHNbMF0pIHtcbiAgICAgICAgY2FzZSAnYXBpJzoge1xuICAgICAgICAgIGlmIChnbG9iYWxDb25maWc/LmFkbWluPy5oaWRlQVBJVVJMICE9PSB0cnVlKSB7XG4gICAgICAgICAgICBDdXN0b21WaWV3ID0gZ2V0Q3VzdG9tVmlld0J5S2V5KHZpZXdzLCAnQVBJJylcbiAgICAgICAgICAgIERlZmF1bHRWaWV3ID0gRGVmYXVsdEFQSVZpZXdcbiAgICAgICAgICB9XG4gICAgICAgICAgYnJlYWtcbiAgICAgICAgfVxuXG4gICAgICAgIGNhc2UgJ3ByZXZpZXcnOiB7XG4gICAgICAgICAgaWYgKGxpdmVQcmV2aWV3RW5hYmxlZCkge1xuICAgICAgICAgICAgRGVmYXVsdFZpZXcgPSBEZWZhdWx0TGl2ZVByZXZpZXdWaWV3XG4gICAgICAgICAgfVxuICAgICAgICAgIGJyZWFrXG4gICAgICAgIH1cblxuICAgICAgICBjYXNlICd2ZXJzaW9ucyc6IHtcbiAgICAgICAgICBpZiAoZG9jUGVybWlzc2lvbnM/LnJlYWRWZXJzaW9ucz8ucGVybWlzc2lvbikge1xuICAgICAgICAgICAgQ3VzdG9tVmlldyA9IGdldEN1c3RvbVZpZXdCeUtleSh2aWV3cywgJ1ZlcnNpb25zJylcbiAgICAgICAgICAgIERlZmF1bHRWaWV3ID0gRGVmYXVsdFZlcnNpb25zVmlld1xuICAgICAgICAgIH1cbiAgICAgICAgICBicmVha1xuICAgICAgICB9XG5cbiAgICAgICAgZGVmYXVsdDoge1xuICAgICAgICAgIGlmIChkb2NQZXJtaXNzaW9ucz8ucmVhZD8ucGVybWlzc2lvbikge1xuICAgICAgICAgICAgQ3VzdG9tVmlldyA9IGdldEN1c3RvbVZpZXdCeUtleSh2aWV3cywgJ0RlZmF1bHQnKVxuICAgICAgICAgICAgRGVmYXVsdFZpZXcgPSBEZWZhdWx0RWRpdFZpZXdcbiAgICAgICAgICB9XG4gICAgICAgICAgYnJlYWtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH0gZWxzZSBpZiAocm91dGVTZWdtZW50cz8ubGVuZ3RoID09PSAyKSB7XG4gICAgICAvLyBgLi4vOnNsdWcvdmVyc2lvbnMvOnZlcnNpb25gLCBldGNcbiAgICAgIGlmIChyb3V0ZVNlZ21lbnRzWzFdID09PSAndmVyc2lvbnMnKSB7XG4gICAgICAgIGlmIChkb2NQZXJtaXNzaW9ucz8ucmVhZFZlcnNpb25zPy5wZXJtaXNzaW9uKSB7XG4gICAgICAgICAgQ3VzdG9tVmlldyA9IGdldEN1c3RvbVZpZXdCeUtleSh2aWV3cywgJ1ZlcnNpb24nKVxuICAgICAgICAgIERlZmF1bHRWaWV3ID0gRGVmYXVsdFZlcnNpb25WaWV3XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICByZXR1cm4ge1xuICAgIEN1c3RvbVZpZXcsXG4gICAgRGVmYXVsdFZpZXcsXG4gIH1cbn1cbiJdLCJuYW1lcyI6WyJnZXRWaWV3c0Zyb21Db25maWciLCJjb2xsZWN0aW9uQ29uZmlnIiwiY29uZmlnIiwiZG9jUGVybWlzc2lvbnMiLCJnbG9iYWxDb25maWciLCJyb3V0ZVNlZ21lbnRzIiwidXNlciIsIkRlZmF1bHRWaWV3IiwiQ3VzdG9tVmlldyIsInZpZXdzIiwiYWRtaW4iLCJjb21wb25lbnRzIiwibGl2ZVByZXZpZXdFbmFibGVkIiwibGl2ZVByZXZpZXciLCJjb2xsZWN0aW9ucyIsImluY2x1ZGVzIiwic2x1ZyIsImdsb2JhbHMiLCJoaWRkZW4iLCJpc0VudGl0eUhpZGRlbiIsImxlbmd0aCIsImNyZWF0ZSIsInBlcm1pc3Npb24iLCJnZXRDdXN0b21WaWV3QnlLZXkiLCJEZWZhdWx0RWRpdFZpZXciLCJyZWFkIiwiaGlkZUFQSVVSTCIsIkRlZmF1bHRBUElWaWV3IiwiRGVmYXVsdExpdmVQcmV2aWV3VmlldyIsInJlYWRWZXJzaW9ucyIsIkRlZmF1bHRWZXJzaW9uc1ZpZXciLCJwYXRoIiwiZ2V0Q3VzdG9tVmlld0J5UGF0aCIsIkRlZmF1bHRWZXJzaW9uVmlldyJdLCJtYXBwaW5n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
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import type { SanitizedConfig } from 'payload/types';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
export declare const generateMetadata: (args: {
|
|
5
|
-
config: Promise<SanitizedConfig>;
|
|
6
|
-
params: {
|
|
7
|
-
collection?: string;
|
|
8
|
-
global?: string;
|
|
9
|
-
segments: string[];
|
|
10
|
-
};
|
|
11
|
-
}) => Promise<import("next/dist/lib/metadata/types/metadata-interface").Metadata>;
|
|
12
|
-
export declare const Document: ({ config: configPromise, params, searchParams, }: {
|
|
13
|
-
config: Promise<SanitizedConfig> | SanitizedConfig;
|
|
14
|
-
params: {
|
|
15
|
-
collection?: string;
|
|
16
|
-
global?: string;
|
|
17
|
-
segments: string[];
|
|
18
|
-
};
|
|
19
|
-
searchParams: {
|
|
20
|
-
[key: string]: string | string[];
|
|
21
|
-
};
|
|
22
|
-
}) => Promise<React.JSX.Element>;
|
|
23
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pages/Document/index.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAIV,eAAe,EAChB,MAAM,eAAe,CAAA;AActB,OAAO,KAAmB,MAAM,OAAO,CAAA;AAQvC,eAAO,MAAM,gBAAgB,SAAgB;IAC3C,MAAM,EAAE,QAAQ,eAAe,CAAC,CAAA;IAChC,MAAM,EAAE;QACN,UAAU,CAAC,EAAE,MAAM,CAAA;QACnB,MAAM,CAAC,EAAE,MAAM,CAAA;QACf,QAAQ,EAAE,MAAM,EAAE,CAAA;KACnB,CAAA;CACF,gFAA2B,CAAA;AAE5B,eAAO,MAAM,QAAQ;YAKX,QAAQ,eAAe,CAAC,GAAG,eAAe;YAC1C;QACN,UAAU,CAAC,EAAE,MAAM,CAAA;QACnB,MAAM,CAAC,EAAE,MAAM,CAAA;QACf,QAAQ,EAAE,MAAM,EAAE,CAAA;KACnB;;;;gCA6MF,CAAA"}
|
|
@@ -1,237 +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
|
-
Document: function() {
|
|
13
|
-
return Document;
|
|
14
|
-
},
|
|
15
|
-
generateMetadata: function() {
|
|
16
|
-
return generateMetadata;
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
const _ui = require("@payloadcms/ui");
|
|
20
|
-
const _navigation = require("next/navigation");
|
|
21
|
-
const _qs = /*#__PURE__*/ _interop_require_default(require("qs"));
|
|
22
|
-
const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
|
|
23
|
-
const _initPage = require("../../utilities/initPage");
|
|
24
|
-
const _getMetaBySegmenttsx = require("./getMetaBySegment.tsx");
|
|
25
|
-
const _getViewsFromConfig = require("./getViewsFromConfig");
|
|
26
|
-
function _interop_require_default(obj) {
|
|
27
|
-
return obj && obj.__esModule ? obj : {
|
|
28
|
-
default: obj
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
function _getRequireWildcardCache(nodeInterop) {
|
|
32
|
-
if (typeof WeakMap !== "function") return null;
|
|
33
|
-
var cacheBabelInterop = new WeakMap();
|
|
34
|
-
var cacheNodeInterop = new WeakMap();
|
|
35
|
-
return (_getRequireWildcardCache = function(nodeInterop) {
|
|
36
|
-
return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
|
|
37
|
-
})(nodeInterop);
|
|
38
|
-
}
|
|
39
|
-
function _interop_require_wildcard(obj, nodeInterop) {
|
|
40
|
-
if (!nodeInterop && obj && obj.__esModule) {
|
|
41
|
-
return obj;
|
|
42
|
-
}
|
|
43
|
-
if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
|
|
44
|
-
return {
|
|
45
|
-
default: obj
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
var cache = _getRequireWildcardCache(nodeInterop);
|
|
49
|
-
if (cache && cache.has(obj)) {
|
|
50
|
-
return cache.get(obj);
|
|
51
|
-
}
|
|
52
|
-
var newObj = {
|
|
53
|
-
__proto__: null
|
|
54
|
-
};
|
|
55
|
-
var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
|
|
56
|
-
for(var key in obj){
|
|
57
|
-
if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
|
|
58
|
-
var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
|
|
59
|
-
if (desc && (desc.get || desc.set)) {
|
|
60
|
-
Object.defineProperty(newObj, key, desc);
|
|
61
|
-
} else {
|
|
62
|
-
newObj[key] = obj[key];
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
newObj.default = obj;
|
|
67
|
-
if (cache) {
|
|
68
|
-
cache.set(obj, newObj);
|
|
69
|
-
}
|
|
70
|
-
return newObj;
|
|
71
|
-
}
|
|
72
|
-
const generateMetadata = async (args)=>(0, _getMetaBySegmenttsx.getMetaBySegment)(args);
|
|
73
|
-
const Document = async ({ config: configPromise, params, searchParams })=>{
|
|
74
|
-
const collectionSlug = params.collection;
|
|
75
|
-
const globalSlug = params.global;
|
|
76
|
-
const isCreating = params.segments?.length === 1 && params.segments?.[0] === 'create';
|
|
77
|
-
const id = collectionSlug && !isCreating && params.segments[0] || undefined;
|
|
78
|
-
const isEditing = Boolean(globalSlug || collectionSlug && !!id);
|
|
79
|
-
const route = `/${collectionSlug || globalSlug + (params.segments?.length ? `/${params.segments.join('/')}` : '')}`;
|
|
80
|
-
const { collectionConfig, globalConfig, locale, permissions, req } = await (0, _initPage.initPage)({
|
|
81
|
-
collectionSlug,
|
|
82
|
-
config: configPromise,
|
|
83
|
-
globalSlug,
|
|
84
|
-
redirectUnauthenticatedUser: true,
|
|
85
|
-
route,
|
|
86
|
-
searchParams
|
|
87
|
-
});
|
|
88
|
-
if (!collectionConfig && !globalConfig) {
|
|
89
|
-
return (0, _navigation.notFound)();
|
|
90
|
-
}
|
|
91
|
-
const { i18n, payload, payload: { config }, user } = req;
|
|
92
|
-
const { routes: { api }, serverURL } = config;
|
|
93
|
-
let CustomView;
|
|
94
|
-
let DefaultView;
|
|
95
|
-
let data;
|
|
96
|
-
let docPermissions;
|
|
97
|
-
let preferencesKey;
|
|
98
|
-
let fields;
|
|
99
|
-
let hasSavePermission;
|
|
100
|
-
let apiURL;
|
|
101
|
-
let action;
|
|
102
|
-
if (collectionConfig) {
|
|
103
|
-
docPermissions = permissions?.collections?.[collectionSlug];
|
|
104
|
-
fields = collectionConfig.fields;
|
|
105
|
-
action = `${serverURL}${api}/${collectionSlug}${isEditing ? `/${id}` : ''}`;
|
|
106
|
-
hasSavePermission = isEditing && permissions?.collections?.[collectionSlug]?.update?.permission || !isEditing && permissions?.collections?.[collectionSlug]?.create?.permission;
|
|
107
|
-
apiURL = `${serverURL}${api}/${collectionSlug}/${id}?locale=${locale.code}${collectionConfig.versions?.drafts ? '&draft=true' : ''}`;
|
|
108
|
-
const collectionViews = await (0, _getViewsFromConfig.getViewsFromConfig)({
|
|
109
|
-
collectionConfig,
|
|
110
|
-
config,
|
|
111
|
-
docPermissions,
|
|
112
|
-
routeSegments: params.segments,
|
|
113
|
-
user
|
|
114
|
-
});
|
|
115
|
-
CustomView = collectionViews?.CustomView;
|
|
116
|
-
DefaultView = collectionViews?.DefaultView;
|
|
117
|
-
if (!CustomView && !DefaultView) {
|
|
118
|
-
return (0, _navigation.notFound)();
|
|
119
|
-
}
|
|
120
|
-
try {
|
|
121
|
-
data = await payload.findByID({
|
|
122
|
-
id,
|
|
123
|
-
collection: collectionSlug,
|
|
124
|
-
depth: 0,
|
|
125
|
-
locale: locale.code,
|
|
126
|
-
user
|
|
127
|
-
});
|
|
128
|
-
} catch (error) {}
|
|
129
|
-
if (id) {
|
|
130
|
-
preferencesKey = `collection-${collectionSlug}-${id}`;
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
if (globalConfig) {
|
|
134
|
-
docPermissions = permissions?.globals?.[globalSlug];
|
|
135
|
-
fields = globalConfig.fields;
|
|
136
|
-
hasSavePermission = isEditing && docPermissions?.update?.permission;
|
|
137
|
-
action = `${serverURL}${api}/${globalSlug}`;
|
|
138
|
-
apiURL = `${serverURL}${api}/${globalSlug}?locale=${locale.code}${globalConfig.versions?.drafts ? '&draft=true' : ''}`;
|
|
139
|
-
const globalViews = await (0, _getViewsFromConfig.getViewsFromConfig)({
|
|
140
|
-
config,
|
|
141
|
-
docPermissions,
|
|
142
|
-
globalConfig,
|
|
143
|
-
routeSegments: params.segments,
|
|
144
|
-
user
|
|
145
|
-
});
|
|
146
|
-
CustomView = globalViews?.CustomView;
|
|
147
|
-
DefaultView = globalViews?.DefaultView;
|
|
148
|
-
if (!CustomView && !DefaultView) {
|
|
149
|
-
return (0, _navigation.notFound)();
|
|
150
|
-
}
|
|
151
|
-
data = await payload.findGlobal({
|
|
152
|
-
slug: globalSlug,
|
|
153
|
-
depth: 0,
|
|
154
|
-
locale: locale.code,
|
|
155
|
-
user
|
|
156
|
-
});
|
|
157
|
-
preferencesKey = `global-${globalSlug}`;
|
|
158
|
-
}
|
|
159
|
-
const { docs: [{ value: docPreferences } = {
|
|
160
|
-
value: null
|
|
161
|
-
}] = [] } = await payload.find({
|
|
162
|
-
collection: 'payload-preferences',
|
|
163
|
-
depth: 0,
|
|
164
|
-
limit: 1,
|
|
165
|
-
where: {
|
|
166
|
-
key: {
|
|
167
|
-
equals: preferencesKey
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
});
|
|
171
|
-
const initialState = await (0, _ui.buildStateFromSchema)({
|
|
172
|
-
id,
|
|
173
|
-
data: data || {},
|
|
174
|
-
fieldSchema: (0, _ui.formatFields)(fields, isEditing),
|
|
175
|
-
operation: isEditing ? 'update' : 'create',
|
|
176
|
-
preferences: docPreferences,
|
|
177
|
-
req
|
|
178
|
-
});
|
|
179
|
-
const formQueryParams = {
|
|
180
|
-
depth: 0,
|
|
181
|
-
'fallback-locale': 'null',
|
|
182
|
-
locale: locale.code,
|
|
183
|
-
uploadEdits: undefined
|
|
184
|
-
};
|
|
185
|
-
const componentProps = {
|
|
186
|
-
id,
|
|
187
|
-
action: `${action}?${_qs.default.stringify(formQueryParams)}`,
|
|
188
|
-
apiURL,
|
|
189
|
-
canAccessAdmin: permissions?.canAccessAdmin,
|
|
190
|
-
collectionConfig,
|
|
191
|
-
collectionSlug,
|
|
192
|
-
config,
|
|
193
|
-
data,
|
|
194
|
-
docPermissions,
|
|
195
|
-
docPreferences,
|
|
196
|
-
globalConfig,
|
|
197
|
-
globalSlug,
|
|
198
|
-
hasSavePermission,
|
|
199
|
-
i18n,
|
|
200
|
-
initialState,
|
|
201
|
-
isEditing,
|
|
202
|
-
locale,
|
|
203
|
-
params,
|
|
204
|
-
payload,
|
|
205
|
-
permissions,
|
|
206
|
-
searchParams,
|
|
207
|
-
updatedAt: data?.updatedAt?.toString(),
|
|
208
|
-
user
|
|
209
|
-
};
|
|
210
|
-
return /*#__PURE__*/ _react.default.createElement(_react.Fragment, null, /*#__PURE__*/ _react.default.createElement(_ui.HydrateClientUser, {
|
|
211
|
-
permissions: permissions,
|
|
212
|
-
user: user
|
|
213
|
-
}), /*#__PURE__*/ _react.default.createElement(_ui.SetDocumentInfo, {
|
|
214
|
-
action: action,
|
|
215
|
-
apiURL: apiURL,
|
|
216
|
-
collectionSlug: collectionConfig?.slug,
|
|
217
|
-
disableActions: false,
|
|
218
|
-
docPermissions: docPermissions,
|
|
219
|
-
docPreferences: docPreferences,
|
|
220
|
-
globalSlug: globalConfig?.slug,
|
|
221
|
-
hasSavePermission: hasSavePermission,
|
|
222
|
-
id: id,
|
|
223
|
-
initialData: data,
|
|
224
|
-
initialState: initialState
|
|
225
|
-
}), /*#__PURE__*/ _react.default.createElement(_ui.EditDepthProvider, {
|
|
226
|
-
depth: 1,
|
|
227
|
-
key: `${collectionSlug || globalSlug}-${locale.code}`
|
|
228
|
-
}, /*#__PURE__*/ _react.default.createElement(_ui.FormQueryParamsProvider, {
|
|
229
|
-
formQueryParams: formQueryParams
|
|
230
|
-
}, /*#__PURE__*/ _react.default.createElement(_ui.RenderCustomComponent, {
|
|
231
|
-
CustomComponent: typeof CustomView === 'function' ? CustomView : undefined,
|
|
232
|
-
DefaultComponent: DefaultView,
|
|
233
|
-
componentProps: componentProps
|
|
234
|
-
}))));
|
|
235
|
-
};
|
|
236
|
-
|
|
237
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9wYWdlcy9Eb2N1bWVudC9pbmRleC50c3giXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBRdWVyeVBhcmFtVHlwZXMgfSBmcm9tICdAcGF5bG9hZGNtcy91aSdcbmltcG9ydCB0eXBlIHsgQWRtaW5WaWV3Q29tcG9uZW50IH0gZnJvbSAncGF5bG9hZC9jb25maWcnXG5pbXBvcnQgdHlwZSB7XG4gIERvY3VtZW50UHJlZmVyZW5jZXMsXG4gIERvY3VtZW50IGFzIERvY3VtZW50VHlwZSxcbiAgRmllbGQsXG4gIFNhbml0aXplZENvbmZpZyxcbn0gZnJvbSAncGF5bG9hZC90eXBlcydcbmltcG9ydCB0eXBlIHsgRG9jdW1lbnRQZXJtaXNzaW9ucyB9IGZyb20gJ3BheWxvYWQvdHlwZXMnXG5cbmltcG9ydCB7XG4gIEVkaXREZXB0aFByb3ZpZGVyLFxuICBGb3JtUXVlcnlQYXJhbXNQcm92aWRlcixcbiAgSHlkcmF0ZUNsaWVudFVzZXIsXG4gIFJlbmRlckN1c3RvbUNvbXBvbmVudCxcbiAgU2V0RG9jdW1lbnRJbmZvLFxuICBidWlsZFN0YXRlRnJvbVNjaGVtYSxcbiAgZm9ybWF0RmllbGRzLFxufSBmcm9tICdAcGF5bG9hZGNtcy91aSdcbmltcG9ydCB7IG5vdEZvdW5kIH0gZnJvbSAnbmV4dC9uYXZpZ2F0aW9uJ1xuaW1wb3J0IHF1ZXJ5U3RyaW5nIGZyb20gJ3FzJ1xuaW1wb3J0IFJlYWN0LCB7IEZyYWdtZW50IH0gZnJvbSAncmVhY3QnXG5cbmltcG9ydCB0eXBlIHsgU2VydmVyU2lkZUVkaXRWaWV3UHJvcHMgfSBmcm9tICcuLi9FZGl0L3R5cGVzJ1xuXG5pbXBvcnQgeyBpbml0UGFnZSB9IGZyb20gJy4uLy4uL3V0aWxpdGllcy9pbml0UGFnZSdcbmltcG9ydCB7IGdldE1ldGFCeVNlZ21lbnQgfSBmcm9tICcuL2dldE1ldGFCeVNlZ21lbnQudHN4J1xuaW1wb3J0IHsgZ2V0Vmlld3NGcm9tQ29uZmlnIH0gZnJvbSAnLi9nZXRWaWV3c0Zyb21Db25maWcnXG5cbmV4cG9ydCBjb25zdCBnZW5lcmF0ZU1ldGFkYXRhID0gYXN5bmMgKGFyZ3M6IHtcbiAgY29uZmlnOiBQcm9taXNlPFNhbml0aXplZENvbmZpZz5cbiAgcGFyYW1zOiB7XG4gICAgY29sbGVjdGlvbj86IHN0cmluZ1xuICAgIGdsb2JhbD86IHN0cmluZ1xuICAgIHNlZ21lbnRzOiBzdHJpbmdbXVxuICB9XG59KSA9PiBnZXRNZXRhQnlTZWdtZW50KGFyZ3MpXG5cbmV4cG9ydCBjb25zdCBEb2N1bWVudCA9IGFzeW5jICh7XG4gIGNvbmZpZzogY29uZmlnUHJvbWlzZSxcbiAgcGFyYW1zLFxuICBzZWFyY2hQYXJhbXMsXG59OiB7XG4gIGNvbmZpZzogUHJvbWlzZTxTYW5pdGl6ZWRDb25maWc+IHwgU2FuaXRpemVkQ29uZmlnXG4gIHBhcmFtczoge1xuICAgIGNvbGxlY3Rpb24/OiBzdHJpbmdcbiAgICBnbG9iYWw/OiBzdHJpbmdcbiAgICBzZWdtZW50czogc3RyaW5nW11cbiAgfVxuICBzZWFyY2hQYXJhbXM6IHsgW2tleTogc3RyaW5nXTogc3RyaW5nIHwgc3RyaW5nW10gfCB1bmRlZmluZWQgfVxufSkgPT4ge1xuICBjb25zdCBjb2xsZWN0aW9uU2x1ZyA9IHBhcmFtcy5jb2xsZWN0aW9uXG4gIGNvbnN0IGdsb2JhbFNsdWcgPSBwYXJhbXMuZ2xvYmFsXG4gIGNvbnN0IGlzQ3JlYXRpbmcgPSBwYXJhbXMuc2VnbWVudHM/Lmxlbmd0aCA9PT0gMSAmJiBwYXJhbXMuc2VnbWVudHM/LlswXSA9PT0gJ2NyZWF0ZSdcbiAgY29uc3QgaWQgPSAoY29sbGVjdGlvblNsdWcgJiYgIWlzQ3JlYXRpbmcgJiYgcGFyYW1zLnNlZ21lbnRzWzBdKSB8fCB1bmRlZmluZWRcblxuICBjb25zdCBpc0VkaXRpbmcgPSBCb29sZWFuKGdsb2JhbFNsdWcgfHwgKGNvbGxlY3Rpb25TbHVnICYmICEhaWQpKVxuXG4gIGNvbnN0IHJvdXRlID0gYC8ke2NvbGxlY3Rpb25TbHVnIHx8IGdsb2JhbFNsdWcgKyAocGFyYW1zLnNlZ21lbnRzPy5sZW5ndGggPyBgLyR7cGFyYW1zLnNlZ21lbnRzLmpvaW4oJy8nKX1gIDogJycpfWBcblxuICBjb25zdCB7IGNvbGxlY3Rpb25Db25maWcsIGdsb2JhbENvbmZpZywgbG9jYWxlLCBwZXJtaXNzaW9ucywgcmVxIH0gPSBhd2FpdCBpbml0UGFnZSh7XG4gICAgY29sbGVjdGlvblNsdWcsXG4gICAgY29uZmlnOiBjb25maWdQcm9taXNlLFxuICAgIGdsb2JhbFNsdWcsXG4gICAgcmVkaXJlY3RVbmF1dGhlbnRpY2F0ZWRVc2VyOiB0cnVlLFxuICAgIHJvdXRlLFxuICAgIHNlYXJjaFBhcmFtcyxcbiAgfSlcblxuICBpZiAoIWNvbGxlY3Rpb25Db25maWcgJiYgIWdsb2JhbENvbmZpZykge1xuICAgIHJldHVybiBub3RGb3VuZCgpXG4gIH1cblxuICBjb25zdCB7XG4gICAgaTE4bixcbiAgICBwYXlsb2FkLFxuICAgIHBheWxvYWQ6IHsgY29uZmlnIH0sXG4gICAgdXNlcixcbiAgfSA9IHJlcVxuXG4gIGNvbnN0IHtcbiAgICByb3V0ZXM6IHsgYXBpIH0sXG4gICAgc2VydmVyVVJMLFxuICB9ID0gY29uZmlnXG5cbiAgbGV0IEN1c3RvbVZpZXc6IFNhbml0aXplZENvbmZpZ1snYWRtaW4nXVsnY29tcG9uZW50cyddWyd2aWV3cyddWzBdXG4gIGxldCBEZWZhdWx0VmlldzogQWRtaW5WaWV3Q29tcG9uZW50XG4gIGxldCBkYXRhOiBEb2N1bWVudFR5cGVcbiAgbGV0IGRvY1Blcm1pc3Npb25zOiBEb2N1bWVudFBlcm1pc3Npb25zXG4gIGxldCBwcmVmZXJlbmNlc0tleTogc3RyaW5nXG4gIGxldCBmaWVsZHM6IEZpZWxkW11cbiAgbGV0IGhhc1NhdmVQZXJtaXNzaW9uOiBib29sZWFuXG4gIGxldCBhcGlVUkw6IHN0cmluZ1xuICBsZXQgYWN0aW9uOiBzdHJpbmdcblxuICBpZiAoY29sbGVjdGlvbkNvbmZpZykge1xuICAgIGRvY1Blcm1pc3Npb25zID0gcGVybWlzc2lvbnM/LmNvbGxlY3Rpb25zPy5bY29sbGVjdGlvblNsdWddXG4gICAgZmllbGRzID0gY29sbGVjdGlvbkNvbmZpZy5maWVsZHNcbiAgICBhY3Rpb24gPSBgJHtzZXJ2ZXJVUkx9JHthcGl9LyR7Y29sbGVjdGlvblNsdWd9JHtpc0VkaXRpbmcgPyBgLyR7aWR9YCA6ICcnfWBcblxuICAgIGhhc1NhdmVQZXJtaXNzaW9uID1cbiAgICAgIChpc0VkaXRpbmcgJiYgcGVybWlzc2lvbnM/LmNvbGxlY3Rpb25zPy5bY29sbGVjdGlvblNsdWddPy51cGRhdGU/LnBlcm1pc3Npb24pIHx8XG4gICAgICAoIWlzRWRpdGluZyAmJiBwZXJtaXNzaW9ucz8uY29sbGVjdGlvbnM/Lltjb2xsZWN0aW9uU2x1Z10/LmNyZWF0ZT8ucGVybWlzc2lvbilcblxuICAgIGFwaVVSTCA9IGAke3NlcnZlclVSTH0ke2FwaX0vJHtjb2xsZWN0aW9uU2x1Z30vJHtpZH0/bG9jYWxlPSR7bG9jYWxlLmNvZGV9JHtcbiAgICAgIGNvbGxlY3Rpb25Db25maWcudmVyc2lvbnM/LmRyYWZ0cyA/ICcmZHJhZnQ9dHJ1ZScgOiAnJ1xuICAgIH1gXG5cbiAgICBjb25zdCBjb2xsZWN0aW9uVmlld3MgPSBhd2FpdCBnZXRWaWV3c0Zyb21Db25maWcoe1xuICAgICAgY29sbGVjdGlvbkNvbmZpZyxcbiAgICAgIGNvbmZpZyxcbiAgICAgIGRvY1Blcm1pc3Npb25zLFxuICAgICAgcm91dGVTZWdtZW50czogcGFyYW1zLnNlZ21lbnRzLFxuICAgICAgdXNlcixcbiAgICB9KVxuXG4gICAgQ3VzdG9tVmlldyA9IGNvbGxlY3Rpb25WaWV3cz8uQ3VzdG9tVmlld1xuICAgIERlZmF1bHRWaWV3ID0gY29sbGVjdGlvblZpZXdzPy5EZWZhdWx0Vmlld1xuXG4gICAgaWYgKCFDdXN0b21WaWV3ICYmICFEZWZhdWx0Vmlldykge1xuICAgICAgcmV0dXJuIG5vdEZvdW5kKClcbiAgICB9XG5cbiAgICB0cnkge1xuICAgICAgZGF0YSA9IGF3YWl0IHBheWxvYWQuZmluZEJ5SUQoe1xuICAgICAgICBpZCxcbiAgICAgICAgY29sbGVjdGlvbjogY29sbGVjdGlvblNsdWcsXG4gICAgICAgIGRlcHRoOiAwLFxuICAgICAgICBsb2NhbGU6IGxvY2FsZS5jb2RlLFxuICAgICAgICB1c2VyLFxuICAgICAgfSlcbiAgICB9IGNhdGNoIChlcnJvcikge31cblxuICAgIGlmIChpZCkge1xuICAgICAgcHJlZmVyZW5jZXNLZXkgPSBgY29sbGVjdGlvbi0ke2NvbGxlY3Rpb25TbHVnfS0ke2lkfWBcbiAgICB9XG4gIH1cblxuICBpZiAoZ2xvYmFsQ29uZmlnKSB7XG4gICAgZG9jUGVybWlzc2lvbnMgPSBwZXJtaXNzaW9ucz8uZ2xvYmFscz8uW2dsb2JhbFNsdWddXG4gICAgZmllbGRzID0gZ2xvYmFsQ29uZmlnLmZpZWxkc1xuICAgIGhhc1NhdmVQZXJtaXNzaW9uID0gaXNFZGl0aW5nICYmIGRvY1Blcm1pc3Npb25zPy51cGRhdGU/LnBlcm1pc3Npb25cbiAgICBhY3Rpb24gPSBgJHtzZXJ2ZXJVUkx9JHthcGl9LyR7Z2xvYmFsU2x1Z31gXG5cbiAgICBhcGlVUkwgPSBgJHtzZXJ2ZXJVUkx9JHthcGl9LyR7Z2xvYmFsU2x1Z30/bG9jYWxlPSR7bG9jYWxlLmNvZGV9JHtcbiAgICAgIGdsb2JhbENvbmZpZy52ZXJzaW9ucz8uZHJhZnRzID8gJyZkcmFmdD10cnVlJyA6ICcnXG4gICAgfWBcblxuICAgIGNvbnN0IGdsb2JhbFZpZXdzID0gYXdhaXQgZ2V0Vmlld3NGcm9tQ29uZmlnKHtcbiAgICAgIGNvbmZpZyxcbiAgICAgIGRvY1Blcm1pc3Npb25zLFxuICAgICAgZ2xvYmFsQ29uZmlnLFxuICAgICAgcm91dGVTZWdtZW50czogcGFyYW1zLnNlZ21lbnRzLFxuICAgICAgdXNlcixcbiAgICB9KVxuXG4gICAgQ3VzdG9tVmlldyA9IGdsb2JhbFZpZXdzPy5DdXN0b21WaWV3XG4gICAgRGVmYXVsdFZpZXcgPSBnbG9iYWxWaWV3cz8uRGVmYXVsdFZpZXdcblxuICAgIGlmICghQ3VzdG9tVmlldyAmJiAhRGVmYXVsdFZpZXcpIHtcbiAgICAgIHJldHVybiBub3RGb3VuZCgpXG4gICAgfVxuXG4gICAgZGF0YSA9IGF3YWl0IHBheWxvYWQuZmluZEdsb2JhbCh7XG4gICAgICBzbHVnOiBnbG9iYWxTbHVnLFxuICAgICAgZGVwdGg6IDAsXG4gICAgICBsb2NhbGU6IGxvY2FsZS5jb2RlLFxuICAgICAgdXNlcixcbiAgICB9KVxuXG4gICAgcHJlZmVyZW5jZXNLZXkgPSBgZ2xvYmFsLSR7Z2xvYmFsU2x1Z31gXG4gIH1cblxuICBjb25zdCB7IGRvY3M6IFt7IHZhbHVlOiBkb2NQcmVmZXJlbmNlcyB9ID0geyB2YWx1ZTogbnVsbCB9XSA9IFtdIH0gPSAoYXdhaXQgcGF5bG9hZC5maW5kKHtcbiAgICBjb2xsZWN0aW9uOiAncGF5bG9hZC1wcmVmZXJlbmNlcycsXG4gICAgZGVwdGg6IDAsXG4gICAgbGltaXQ6IDEsXG4gICAgd2hlcmU6IHtcbiAgICAgIGtleToge1xuICAgICAgICBlcXVhbHM6IHByZWZlcmVuY2VzS2V5LFxuICAgICAgfSxcbiAgICB9LFxuICB9KSkgYXMgYW55IGFzIHsgZG9jczogeyB2YWx1ZTogRG9jdW1lbnRQcmVmZXJlbmNlcyB9W10gfVxuXG4gIGNvbnN0IGluaXRpYWxTdGF0ZSA9IGF3YWl0IGJ1aWxkU3RhdGVGcm9tU2NoZW1hKHtcbiAgICBpZCxcbiAgICBkYXRhOiBkYXRhIHx8IHt9LFxuICAgIGZpZWxkU2NoZW1hOiBmb3JtYXRGaWVsZHMoZmllbGRzLCBpc0VkaXRpbmcpLFxuICAgIG9wZXJhdGlvbjogaXNFZGl0aW5nID8gJ3VwZGF0ZScgOiAnY3JlYXRlJyxcbiAgICBwcmVmZXJlbmNlczogZG9jUHJlZmVyZW5jZXMsXG4gICAgcmVxLFxuICB9KVxuXG4gIGNvbnN0IGZvcm1RdWVyeVBhcmFtczogUXVlcnlQYXJhbVR5cGVzID0ge1xuICAgIGRlcHRoOiAwLFxuICAgICdmYWxsYmFjay1sb2NhbGUnOiAnbnVsbCcsXG4gICAgbG9jYWxlOiBsb2NhbGUuY29kZSxcbiAgICB1cGxvYWRFZGl0czogdW5kZWZpbmVkLFxuICB9XG5cbiAgY29uc3QgY29tcG9uZW50UHJvcHM6IFNlcnZlclNpZGVFZGl0Vmlld1Byb3BzID0ge1xuICAgIGlkLFxuICAgIGFjdGlvbjogYCR7YWN0aW9ufT8ke3F1ZXJ5U3RyaW5nLnN0cmluZ2lmeShmb3JtUXVlcnlQYXJhbXMpfWAsXG4gICAgYXBpVVJMLFxuICAgIGNhbkFjY2Vzc0FkbWluOiBwZXJtaXNzaW9ucz8uY2FuQWNjZXNzQWRtaW4sXG4gICAgY29sbGVjdGlvbkNvbmZpZyxcbiAgICBjb2xsZWN0aW9uU2x1ZyxcbiAgICBjb25maWcsXG4gICAgZGF0YSxcbiAgICBkb2NQZXJtaXNzaW9ucyxcbiAgICBkb2NQcmVmZXJlbmNlcyxcbiAgICBnbG9iYWxDb25maWcsXG4gICAgZ2xvYmFsU2x1ZyxcbiAgICBoYXNTYXZlUGVybWlzc2lvbixcbiAgICBpMThuLFxuICAgIGluaXRpYWxTdGF0ZSxcbiAgICBpc0VkaXRpbmcsXG4gICAgbG9jYWxlLFxuICAgIHBhcmFtcyxcbiAgICBwYXlsb2FkLFxuICAgIHBlcm1pc3Npb25zLFxuICAgIHNlYXJjaFBhcmFtcyxcbiAgICB1cGRhdGVkQXQ6IGRhdGE/LnVwZGF0ZWRBdD8udG9TdHJpbmcoKSxcbiAgICB1c2VyLFxuICB9XG5cbiAgcmV0dXJuIChcbiAgICA8RnJhZ21lbnQ+XG4gICAgICA8SHlkcmF0ZUNsaWVudFVzZXIgcGVybWlzc2lvbnM9e3Blcm1pc3Npb25zfSB1c2VyPXt1c2VyfSAvPlxuICAgICAgPFNldERvY3VtZW50SW5mb1xuICAgICAgICBhY3Rpb249e2FjdGlvbn1cbiAgICAgICAgYXBpVVJMPXthcGlVUkx9XG4gICAgICAgIGNvbGxlY3Rpb25TbHVnPXtjb2xsZWN0aW9uQ29uZmlnPy5zbHVnfVxuICAgICAgICBkaXNhYmxlQWN0aW9ucz17ZmFsc2V9XG4gICAgICAgIGRvY1Blcm1pc3Npb25zPXtkb2NQZXJtaXNzaW9uc31cbiAgICAgICAgZG9jUHJlZmVyZW5jZXM9e2RvY1ByZWZlcmVuY2VzfVxuICAgICAgICBnbG9iYWxTbHVnPXtnbG9iYWxDb25maWc/LnNsdWd9XG4gICAgICAgIGhhc1NhdmVQZXJtaXNzaW9uPXtoYXNTYXZlUGVybWlzc2lvbn1cbiAgICAgICAgaWQ9e2lkfVxuICAgICAgICBpbml0aWFsRGF0YT17ZGF0YX1cbiAgICAgICAgaW5pdGlhbFN0YXRlPXtpbml0aWFsU3RhdGV9XG4gICAgICAvPlxuICAgICAgPEVkaXREZXB0aFByb3ZpZGVyIGRlcHRoPXsxfSBrZXk9e2Ake2NvbGxlY3Rpb25TbHVnIHx8IGdsb2JhbFNsdWd9LSR7bG9jYWxlLmNvZGV9YH0+XG4gICAgICAgIDxGb3JtUXVlcnlQYXJhbXNQcm92aWRlciBmb3JtUXVlcnlQYXJhbXM9e2Zvcm1RdWVyeVBhcmFtc30+XG4gICAgICAgICAgPFJlbmRlckN1c3RvbUNvbXBvbmVudFxuICAgICAgICAgICAgQ3VzdG9tQ29tcG9uZW50PXt0eXBlb2YgQ3VzdG9tVmlldyA9PT0gJ2Z1bmN0aW9uJyA/IEN1c3RvbVZpZXcgOiB1bmRlZmluZWR9XG4gICAgICAgICAgICBEZWZhdWx0Q29tcG9uZW50PXtEZWZhdWx0Vmlld31cbiAgICAgICAgICAgIGNvbXBvbmVudFByb3BzPXtjb21wb25lbnRQcm9wc31cbiAgICAgICAgICAvPlxuICAgICAgICA8L0Zvcm1RdWVyeVBhcmFtc1Byb3ZpZGVyPlxuICAgICAgPC9FZGl0RGVwdGhQcm92aWRlcj5cbiAgICA8L0ZyYWdtZW50PlxuICApXG59XG4iXSwibmFtZXMiOlsiRG9jdW1lbnQiLCJnZW5lcmF0ZU1ldGFkYXRhIiwiYXJncyIsImdldE1ldGFCeVNlZ21lbnQiLCJjb25maWciLCJjb25maWdQcm9taXNlIiwicGFyYW1zIiwic2VhcmNoUGFyYW1zIiwiY29sbGVjdGlvblNsdWciLCJjb2xsZWN0aW9uIiwiZ2xvYmFsU2x1ZyIsImdsb2JhbCIsImlzQ3JlYXRpbmciLCJzZWdtZW50cyIsImxlbmd0aCIsImlkIiwidW5kZWZpbmVkIiwiaXNFZGl0aW5nIiwiQm9vbGVhbiIsInJvdXRlIiwiam9pbiIsImNvbGxlY3Rpb25Db25maWciLCJnbG9iYWxDb25maWciLCJsb2NhbGUiLCJwZXJtaXNzaW9ucyIsInJlcSIsImluaXRQYWdlIiwicmVkaXJlY3RVbmF1dGhlbnRpY2F0ZWRVc2VyIiwibm90Rm91bmQiLCJpMThuIiwicGF5bG9hZCIsInVzZXIiLCJyb3V0ZXMiLCJhcGkiLCJzZXJ2ZXJVUkwiLCJDdXN0b21WaWV3IiwiRGVmYXVsdFZpZXciLCJkYXRhIiwiZG9jUGVybWlzc2lvbnMiLCJwcmVmZXJlbmNlc0tleSIsImZpZWxkcyIsImhhc1NhdmVQZXJtaXNzaW9uIiwiYXBpVVJMIiwiYWN0aW9uIiwiY29sbGVjdGlvbnMiLCJ1cGRhdGUiLCJwZXJtaXNzaW9uIiwiY3JlYXRlIiwiY29kZSIsInZlcnNpb25zIiwiZHJhZnRzIiwiY29sbGVjdGlvblZpZXdzIiwiZ2V0Vmlld3NGcm9tQ29uZmlnIiwicm91dGVTZWdtZW50cyIsImZpbmRCeUlEIiwiZGVwdGgiLCJlcnJvciIsImdsb2JhbHMiLCJnbG9iYWxWaWV3cyIsImZpbmRHbG9iYWwiLCJzbHVnIiwiZG9jcyIsInZhbHVlIiwiZG9jUHJlZmVyZW5jZXMiLCJmaW5kIiwibGltaXQiLCJ3aGVyZSIsImtleSIsImVxdWFscyIsImluaXRpYWxTdGF0ZSIsImJ1aWxkU3RhdGVGcm9tU2NoZW1hIiwiZmllbGRTY2hlbWEiLCJmb3JtYXRGaWVsZHMiLCJvcGVyYXRpb24iLCJwcmVmZXJlbmNlcyIsImZvcm1RdWVyeVBhcmFtcyIsInVwbG9hZEVkaXRzIiwiY29tcG9uZW50UHJvcHMiLCJxdWVyeVN0cmluZyIsInN0cmluZ2lmeSIsImNhbkFjY2Vzc0FkbWluIiwidXBkYXRlZEF0IiwidG9TdHJpbmciLCJGcmFnbWVudCIsIkh5ZHJhdGVDbGllbnRVc2VyIiwiU2V0RG9jdW1lbnRJbmZvIiwiZGlzYWJsZUFjdGlvbnMiLCJpbml0aWFsRGF0YSIsIkVkaXREZXB0aFByb3ZpZGVyIiwiRm9ybVF1ZXJ5UGFyYW1zUHJvdmlkZXIiLCJSZW5kZXJDdXN0b21Db21wb25lbnQiLCJDdXN0b21Db21wb25lbnQiLCJEZWZhdWx0Q29tcG9uZW50Il0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7OztJQXNDYUEsUUFBUTtlQUFSQTs7SUFUQUMsZ0JBQWdCO2VBQWhCQTs7O29CQVhOOzRCQUNrQjsyREFDRDsrREFDUTswQkFJUDtxQ0FDUTtvQ0FDRTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFFNUIsTUFBTUEsbUJBQW1CLE9BQU9DLE9BT2pDQyxJQUFBQSxxQ0FBZ0IsRUFBQ0Q7QUFFaEIsTUFBTUYsV0FBVyxPQUFPLEVBQzdCSSxRQUFRQyxhQUFhLEVBQ3JCQyxNQUFNLEVBQ05DLFlBQVksRUFTYjtJQUNDLE1BQU1DLGlCQUFpQkYsT0FBT0csVUFBVTtJQUN4QyxNQUFNQyxhQUFhSixPQUFPSyxNQUFNO0lBQ2hDLE1BQU1DLGFBQWFOLE9BQU9PLFFBQVEsRUFBRUMsV0FBVyxLQUFLUixPQUFPTyxRQUFRLEVBQUUsQ0FBQyxFQUFFLEtBQUs7SUFDN0UsTUFBTUUsS0FBSyxBQUFDUCxrQkFBa0IsQ0FBQ0ksY0FBY04sT0FBT08sUUFBUSxDQUFDLEVBQUUsSUFBS0c7SUFFcEUsTUFBTUMsWUFBWUMsUUFBUVIsY0FBZUYsa0JBQWtCLENBQUMsQ0FBQ087SUFFN0QsTUFBTUksUUFBUSxDQUFDLENBQUMsRUFBRVgsa0JBQWtCRSxhQUFjSixDQUFBQSxPQUFPTyxRQUFRLEVBQUVDLFNBQVMsQ0FBQyxDQUFDLEVBQUVSLE9BQU9PLFFBQVEsQ0FBQ08sSUFBSSxDQUFDLEtBQUssQ0FBQyxHQUFHLEVBQUMsRUFBRyxDQUFDO0lBRW5ILE1BQU0sRUFBRUMsZ0JBQWdCLEVBQUVDLFlBQVksRUFBRUMsTUFBTSxFQUFFQyxXQUFXLEVBQUVDLEdBQUcsRUFBRSxHQUFHLE1BQU1DLElBQUFBLGtCQUFRLEVBQUM7UUFDbEZsQjtRQUNBSixRQUFRQztRQUNSSztR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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"APIKey.d.ts","sourceRoot":"","sources":["../../../../../src/pages/Edit/Default/Auth/APIKey.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAuC,MAAM,OAAO,CAAA;AAM3D,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,CAkF5C,CAAA;AAED,eAAe,MAAM,CAAA"}
|