@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,120 +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
|
-
createClientConfig: function() {
|
|
13
|
-
return createClientConfig;
|
|
14
|
-
},
|
|
15
|
-
sanitizeField: function() {
|
|
16
|
-
return sanitizeField;
|
|
17
|
-
},
|
|
18
|
-
sanitizeFields: function() {
|
|
19
|
-
return sanitizeFields;
|
|
20
|
-
}
|
|
21
|
-
});
|
|
22
|
-
const sanitizeField = (f)=>{
|
|
23
|
-
const field = {
|
|
24
|
-
...f
|
|
25
|
-
};
|
|
26
|
-
if ('access' in field) delete field.access;
|
|
27
|
-
if ('hooks' in field) delete field.hooks;
|
|
28
|
-
if ('validate' in field) delete field.validate;
|
|
29
|
-
if ('defaultValue' in field) delete field.defaultValue;
|
|
30
|
-
if ('label' in field) delete field.label;
|
|
31
|
-
if ('fields' in field) {
|
|
32
|
-
field.fields = sanitizeFields(field.fields);
|
|
33
|
-
}
|
|
34
|
-
if ('editor' in field) {
|
|
35
|
-
delete field.editor;
|
|
36
|
-
}
|
|
37
|
-
if ('blocks' in field) {
|
|
38
|
-
field.blocks = field.blocks.map((block)=>{
|
|
39
|
-
const sanitized = {
|
|
40
|
-
...block
|
|
41
|
-
};
|
|
42
|
-
sanitized.fields = sanitizeFields(sanitized.fields);
|
|
43
|
-
return sanitized;
|
|
44
|
-
});
|
|
45
|
-
}
|
|
46
|
-
if ('tabs' in field) {
|
|
47
|
-
field.tabs = field.tabs.map((tab)=>sanitizeField(tab));
|
|
48
|
-
}
|
|
49
|
-
if ('admin' in field) {
|
|
50
|
-
field.admin = {
|
|
51
|
-
...field.admin
|
|
52
|
-
};
|
|
53
|
-
if ('components' in field.admin) {
|
|
54
|
-
delete field.admin.components;
|
|
55
|
-
}
|
|
56
|
-
if ('condition' in field.admin) {
|
|
57
|
-
delete field.admin.condition;
|
|
58
|
-
}
|
|
59
|
-
if ('description' in field.admin) {
|
|
60
|
-
delete field.admin.description;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
return field;
|
|
64
|
-
};
|
|
65
|
-
const sanitizeCollections = (collections)=>collections.map((collection)=>{
|
|
66
|
-
const sanitized = {
|
|
67
|
-
...collection
|
|
68
|
-
};
|
|
69
|
-
sanitized.fields = sanitizeFields(sanitized.fields);
|
|
70
|
-
delete sanitized.hooks;
|
|
71
|
-
delete sanitized.access;
|
|
72
|
-
delete sanitized.endpoints;
|
|
73
|
-
if ('editor' in sanitized) delete sanitized.editor;
|
|
74
|
-
if ('admin' in sanitized) {
|
|
75
|
-
sanitized.admin = {
|
|
76
|
-
...sanitized.admin
|
|
77
|
-
};
|
|
78
|
-
if ('components' in sanitized.admin) {
|
|
79
|
-
delete sanitized.admin.components;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
return sanitized;
|
|
83
|
-
});
|
|
84
|
-
const sanitizeGlobals = (globals)=>globals.map((global)=>{
|
|
85
|
-
const sanitized = {
|
|
86
|
-
...global
|
|
87
|
-
};
|
|
88
|
-
sanitized.fields = sanitizeFields(sanitized.fields);
|
|
89
|
-
delete sanitized.hooks;
|
|
90
|
-
delete sanitized.access;
|
|
91
|
-
delete sanitized.endpoints;
|
|
92
|
-
if ('admin' in sanitized) {
|
|
93
|
-
sanitized.admin = {
|
|
94
|
-
...sanitized.admin
|
|
95
|
-
};
|
|
96
|
-
if ('components' in sanitized.admin) {
|
|
97
|
-
delete sanitized.admin.components;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
return sanitized;
|
|
101
|
-
});
|
|
102
|
-
const sanitizeFields = (fields)=>fields.map(sanitizeField);
|
|
103
|
-
const createClientConfig = async (configPromise)=>{
|
|
104
|
-
const config = await configPromise;
|
|
105
|
-
const clientConfig = {
|
|
106
|
-
...config
|
|
107
|
-
};
|
|
108
|
-
delete clientConfig.endpoints;
|
|
109
|
-
delete clientConfig.db;
|
|
110
|
-
delete clientConfig.editor;
|
|
111
|
-
'localization' in clientConfig && clientConfig.localization && clientConfig.localization.locales.forEach((locale)=>{
|
|
112
|
-
delete locale.toString;
|
|
113
|
-
});
|
|
114
|
-
clientConfig.onInit = undefined;
|
|
115
|
-
clientConfig.collections = sanitizeCollections(clientConfig.collections);
|
|
116
|
-
clientConfig.globals = sanitizeGlobals(clientConfig.globals);
|
|
117
|
-
return clientConfig;
|
|
118
|
-
};
|
|
119
|
-
|
|
120
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy91dGlsaXRpZXMvY3JlYXRlQ2xpZW50Q29uZmlnLnRzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQ2xpZW50Q29uZmlnLCBGaWVsZCwgU2FuaXRpemVkQ29uZmlnIH0gZnJvbSAncGF5bG9hZC90eXBlcydcblxuZXhwb3J0IGNvbnN0IHNhbml0aXplRmllbGQgPSAoZikgPT4ge1xuICBjb25zdCBmaWVsZCA9IHsgLi4uZiB9XG5cbiAgaWYgKCdhY2Nlc3MnIGluIGZpZWxkKSBkZWxldGUgZmllbGQuYWNjZXNzXG4gIGlmICgnaG9va3MnIGluIGZpZWxkKSBkZWxldGUgZmllbGQuaG9va3NcbiAgaWYgKCd2YWxpZGF0ZScgaW4gZmllbGQpIGRlbGV0ZSBmaWVsZC52YWxpZGF0ZVxuICBpZiAoJ2RlZmF1bHRWYWx1ZScgaW4gZmllbGQpIGRlbGV0ZSBmaWVsZC5kZWZhdWx0VmFsdWVcbiAgaWYgKCdsYWJlbCcgaW4gZmllbGQpIGRlbGV0ZSBmaWVsZC5sYWJlbFxuXG4gIGlmICgnZmllbGRzJyBpbiBmaWVsZCkge1xuICAgIGZpZWxkLmZpZWxkcyA9IHNhbml0aXplRmllbGRzKGZpZWxkLmZpZWxkcylcbiAgfVxuXG4gIGlmICgnZWRpdG9yJyBpbiBmaWVsZCkge1xuICAgIGRlbGV0ZSBmaWVsZC5lZGl0b3JcbiAgfVxuXG4gIGlmICgnYmxvY2tzJyBpbiBmaWVsZCkge1xuICAgIGZpZWxkLmJsb2NrcyA9IGZpZWxkLmJsb2Nrcy5tYXAoKGJsb2NrKSA9PiB7XG4gICAgICBjb25zdCBzYW5pdGl6ZWQgPSB7IC4uLmJsb2NrIH1cbiAgICAgIHNhbml0aXplZC5maWVsZHMgPSBzYW5pdGl6ZUZpZWxkcyhzYW5pdGl6ZWQuZmllbGRzKVxuICAgICAgcmV0dXJuIHNhbml0aXplZFxuICAgIH0pXG4gIH1cblxuICBpZiAoJ3RhYnMnIGluIGZpZWxkKSB7XG4gICAgZmllbGQudGFicyA9IGZpZWxkLnRhYnMubWFwKCh0YWIpID0+IHNhbml0aXplRmllbGQodGFiKSlcbiAgfVxuXG4gIGlmICgnYWRtaW4nIGluIGZpZWxkKSB7XG4gICAgZmllbGQuYWRtaW4gPSB7IC4uLmZpZWxkLmFkbWluIH1cblxuICAgIGlmICgnY29tcG9uZW50cycgaW4gZmllbGQuYWRtaW4pIHtcbiAgICAgIGRlbGV0ZSBmaWVsZC5hZG1pbi5jb21wb25lbnRzXG4gICAgfVxuXG4gICAgaWYgKCdjb25kaXRpb24nIGluIGZpZWxkLmFkbWluKSB7XG4gICAgICBkZWxldGUgZmllbGQuYWRtaW4uY29uZGl0aW9uXG4gICAgfVxuXG4gICAgaWYgKCdkZXNjcmlwdGlvbicgaW4gZmllbGQuYWRtaW4pIHtcbiAgICAgIGRlbGV0ZSBmaWVsZC5hZG1pbi5kZXNjcmlwdGlvblxuICAgIH1cbiAgfVxuXG4gIHJldHVybiBmaWVsZFxufVxuXG5jb25zdCBzYW5pdGl6ZUNvbGxlY3Rpb25zID0gKFxuICBjb2xsZWN0aW9uczogU2FuaXRpemVkQ29uZmlnWydjb2xsZWN0aW9ucyddLFxuKTogQ2xpZW50Q29uZmlnWydjb2xsZWN0aW9ucyddID0+XG4gIGNvbGxlY3Rpb25zLm1hcCgoY29sbGVjdGlvbikgPT4ge1xuICAgIGNvbnN0IHNhbml0aXplZCA9IHsgLi4uY29sbGVjdGlvbiB9XG4gICAgc2FuaXRpemVkLmZpZWxkcyA9IHNhbml0aXplRmllbGRzKHNhbml0aXplZC5maWVsZHMpXG4gICAgZGVsZXRlIHNhbml0aXplZC5ob29rc1xuICAgIGRlbGV0ZSBzYW5pdGl6ZWQuYWNjZXNzXG4gICAgZGVsZXRlIHNhbml0aXplZC5lbmRwb2ludHNcblxuICAgIGlmICgnZWRpdG9yJyBpbiBzYW5pdGl6ZWQpIGRlbGV0ZSBzYW5pdGl6ZWQuZWRpdG9yXG5cbiAgICBpZiAoJ2FkbWluJyBpbiBzYW5pdGl6ZWQpIHtcbiAgICAgIHNhbml0aXplZC5hZG1pbiA9IHsgLi4uc2FuaXRpemVkLmFkbWluIH1cblxuICAgICAgaWYgKCdjb21wb25lbnRzJyBpbiBzYW5pdGl6ZWQuYWRtaW4pIHtcbiAgICAgICAgZGVsZXRlIHNhbml0aXplZC5hZG1pbi5jb21wb25lbnRzXG4gICAgICB9XG4gICAgfVxuXG4gICAgcmV0dXJuIHNhbml0aXplZFxuICB9KVxuXG5jb25zdCBzYW5pdGl6ZUdsb2JhbHMgPSAoZ2xvYmFsczogU2FuaXRpemVkQ29uZmlnWydnbG9iYWxzJ10pOiBDbGllbnRDb25maWdbJ2dsb2JhbHMnXSA9PlxuICBnbG9iYWxzLm1hcCgoZ2xvYmFsKSA9PiB7XG4gICAgY29uc3Qgc2FuaXRpemVkID0geyAuLi5nbG9iYWwgfVxuICAgIHNhbml0aXplZC5maWVsZHMgPSBzYW5pdGl6ZUZpZWxkcyhzYW5pdGl6ZWQuZmllbGRzKVxuICAgIGRlbGV0ZSBzYW5pdGl6ZWQuaG9va3NcbiAgICBkZWxldGUgc2FuaXRpemVkLmFjY2Vzc1xuICAgIGRlbGV0ZSBzYW5pdGl6ZWQuZW5kcG9pbnRzXG5cbiAgICBpZiAoJ2FkbWluJyBpbiBzYW5pdGl6ZWQpIHtcbiAgICAgIHNhbml0aXplZC5hZG1pbiA9IHsgLi4uc2FuaXRpemVkLmFkbWluIH1cblxuICAgICAgaWYgKCdjb21wb25lbnRzJyBpbiBzYW5pdGl6ZWQuYWRtaW4pIHtcbiAgICAgICAgZGVsZXRlIHNhbml0aXplZC5hZG1pbi5jb21wb25lbnRzXG4gICAgICB9XG4gICAgfVxuXG4gICAgcmV0dXJuIHNhbml0aXplZFxuICB9KVxuXG5leHBvcnQgY29uc3Qgc2FuaXRpemVGaWVsZHMgPSAoZmllbGRzOiBGaWVsZFtdKTogRmllbGRbXSA9PiBmaWVsZHMubWFwKHNhbml0aXplRmllbGQpXG5cbmV4cG9ydCBjb25zdCBjcmVhdGVDbGllbnRDb25maWcgPSBhc3luYyAoXG4gIGNvbmZpZ1Byb21pc2U6IFByb21pc2U8U2FuaXRpemVkQ29uZmlnPiB8IFNhbml0aXplZENvbmZpZyxcbik6IFByb21pc2U8Q2xpZW50Q29uZmlnPiA9PiB7XG4gIGNvbnN0IGNvbmZpZyA9IGF3YWl0IGNvbmZpZ1Byb21pc2VcbiAgY29uc3QgY2xpZW50Q29uZmlnID0geyAuLi5jb25maWcgfVxuXG4gIGRlbGV0ZSBjbGllbnRDb25maWcuZW5kcG9pbnRzXG4gIGRlbGV0ZSBjbGllbnRDb25maWcuZGJcbiAgZGVsZXRlIGNsaWVudENvbmZpZy5lZGl0b3JcblxuICAnbG9jYWxpemF0aW9uJyBpbiBjbGllbnRDb25maWcgJiZcbiAgICBjbGllbnRDb25maWcubG9jYWxpemF0aW9uICYmXG4gICAgY2xpZW50Q29uZmlnLmxvY2FsaXphdGlvbi5sb2NhbGVzLmZvckVhY2goKGxvY2FsZSkgPT4ge1xuICAgICAgZGVsZXRlIGxvY2FsZS50b1N0cmluZ1xuICAgIH0pXG5cbiAgY2xpZW50Q29uZmlnLm9uSW5pdCA9IHVuZGVmaW5lZFxuXG4gIGNsaWVudENvbmZpZy5jb2xsZWN0aW9ucyA9IHNhbml0aXplQ29sbGVjdGlvbnMoY2xpZW50Q29uZmlnLmNvbGxlY3Rpb25zKVxuICBjbGllbnRDb25maWcuZ2xvYmFscyA9IHNhbml0aXplR2xvYmFscyhjbGllbnRDb25maWcuZ2xvYmFscylcblxuICByZXR1cm4gY2xpZW50Q29uZmlnXG59XG4iXSwibmFtZXMiOlsiY3JlYXRlQ2xpZW50Q29uZmlnIiwic2FuaXRpemVGaWVsZCIsInNhbml0aXplRmllbGRzIiwiZiIsImZpZWxkIiwiYWNjZXNzIiwiaG9va3MiLCJ2YWxpZGF0ZSIsImRlZmF1bHRWYWx1ZSIsImxhYmVsIiwiZmllbGRzIiwiZWRpdG9yIiwiYmxvY2tzIiwibWFwIiwiYmxvY2siLCJzYW5pdGl6ZWQiLCJ0YWJzIiwidGFiIiwiYWRtaW4iLCJjb21wb25lbnRzIiwiY29uZGl0aW9uIiwiZGVzY3JpcHRpb24iLCJzYW5pdGl6ZUNvbGxlY3Rpb25zIiwiY29sbGVjdGlvbnMiLCJjb2xsZWN0aW9uIiwiZW5kcG9pbnRzIiwic2FuaXRpemVHbG9iYWxzIiwiZ2xvYmFscyIsImdsb2JhbCIsImNvbmZpZ1Byb21pc2UiLCJjb25maWciLCJjbGllbnRDb25maWciLCJkYiIsImxvY2FsaXphdGlvbiIsImxvY2FsZXMiLCJmb3JFYWNoIiwibG9jYWxlIiwidG9TdHJpbmciLCJvbkluaXQiLCJ1bmRlZmluZWQiXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7O0lBOEZhQSxrQkFBa0I7ZUFBbEJBOztJQTVGQUMsYUFBYTtlQUFiQTs7SUEwRkFDLGNBQWM7ZUFBZEE7OztBQTFGTixNQUFNRCxnQkFBZ0IsQ0FBQ0U7SUFDNUIsTUFBTUMsUUFBUTtRQUFFLEdBQUdELENBQUM7SUFBQztJQUVyQixJQUFJLFlBQVlDLE9BQU8sT0FBT0EsTUFBTUMsTUFBTTtJQUMxQyxJQUFJLFdBQVdELE9BQU8sT0FBT0EsTUFBTUUsS0FBSztJQUN4QyxJQUFJLGNBQWNGLE9BQU8sT0FBT0EsTUFBTUcsUUFBUTtJQUM5QyxJQUFJLGtCQUFrQkgsT0FBTyxPQUFPQSxNQUFNSSxZQUFZO0lBQ3RELElBQUksV0FBV0osT0FBTyxPQUFPQSxNQUFNSyxLQUFLO0lBRXhDLElBQUksWUFBWUwsT0FBTztRQUNyQkEsTUFBTU0sTUFBTSxHQUFHUixlQUFlRSxNQUFNTSxNQUFNO0lBQzVDO0lBRUEsSUFBSSxZQUFZTixPQUFPO1FBQ3JCLE9BQU9BLE1BQU1PLE1BQU07SUFDckI7SUFFQSxJQUFJLFlBQVlQLE9BQU87UUFDckJBLE1BQU1RLE1BQU0sR0FBR1IsTUFBTVEsTUFBTSxDQUFDQyxHQUFHLENBQUMsQ0FBQ0M7WUFDL0IsTUFBTUMsWUFBWTtnQkFBRSxHQUFHRCxLQUFLO1lBQUM7WUFDN0JDLFVBQVVMLE1BQU0sR0FBR1IsZUFBZWEsVUFBVUwsTUFBTTtZQUNsRCxPQUFPSztRQUNUO0lBQ0Y7SUFFQSxJQUFJLFVBQVVYLE9BQU87UUFDbkJBLE1BQU1ZLElBQUksR0FBR1osTUFBTVksSUFBSSxDQUFDSCxHQUFHLENBQUMsQ0FBQ0ksTUFBUWhCLGNBQWNnQjtJQUNyRDtJQUVBLElBQUksV0FBV2IsT0FBTztRQUNwQkEsTUFBTWMsS0FBSyxHQUFHO1lBQUUsR0FBR2QsTUFBTWMsS0FBSztRQUFDO1FBRS9CLElBQUksZ0JBQWdCZCxNQUFNYyxLQUFLLEVBQUU7WUFDL0IsT0FBT2QsTUFBTWMsS0FBSyxDQUFDQyxVQUFVO1FBQy9CO1FBRUEsSUFBSSxlQUFlZixNQUFNYyxLQUFLLEVBQUU7WUFDOUIsT0FBT2QsTUFBTWMsS0FBSyxDQUFDRSxTQUFTO1FBQzlCO1FBRUEsSUFBSSxpQkFBaUJoQixNQUFNYyxLQUFLLEVBQUU7WUFDaEMsT0FBT2QsTUFBTWMsS0FBSyxDQUFDRyxXQUFXO1FBQ2hDO0lBQ0Y7SUFFQSxPQUFPakI7QUFDVDtBQUVBLE1BQU1rQixzQkFBc0IsQ0FDMUJDLGNBRUFBLFlBQVlWLEdBQUcsQ0FBQyxDQUFDVztRQUNmLE1BQU1ULFlBQVk7WUFBRSxHQUFHUyxVQUFVO1FBQUM7UUFDbENULFVBQVVMLE1BQU0sR0FBR1IsZUFBZWEsVUFBVUwsTUFBTTtRQUNsRCxPQUFPSyxVQUFVVCxLQUFLO1FBQ3RCLE9BQU9TLFVBQVVWLE1BQU07UUFDdkIsT0FBT1UsVUFBVVUsU0FBUztRQUUxQixJQUFJLFlBQVlWLFdBQVcsT0FBT0EsVUFBVUosTUFBTTtRQUVsRCxJQUFJLFdBQVdJLFdBQVc7WUFDeEJBLFVBQVVHLEtBQUssR0FBRztnQkFBRSxHQUFHSCxVQUFVRyxLQUFLO1lBQUM7WUFFdkMsSUFBSSxnQkFBZ0JILFVBQVVHLEtBQUssRUFBRTtnQkFDbkMsT0FBT0gsVUFBVUcsS0FBSyxDQUFDQyxVQUFVO1lBQ25DO1FBQ0Y7UUFFQSxPQUFPSjtJQUNUO0FBRUYsTUFBTVcsa0JBQWtCLENBQUNDLFVBQ3ZCQSxRQUFRZCxHQUFHLENBQUMsQ0FBQ2U7UUFDWCxNQUFNYixZQUFZO1lBQUUsR0FBR2EsTUFBTTtRQUFDO1FBQzlCYixVQUFVTCxNQUFNLEdBQUdSLGVBQWVhLFVBQVVMLE1BQU07UUFDbEQsT0FBT0ssVUFBVVQsS0FBSztRQUN0QixPQUFPUyxVQUFVVixNQUFNO1FBQ3ZCLE9BQU9VLFVBQVVVLFNBQVM7UUFFMUIsSUFBSSxXQUFXVixXQUFXO1lBQ3hCQSxVQUFVRyxLQUFLLEdBQUc7Z0JBQUUsR0FBR0gsVUFBVUcsS0FBSztZQUFDO1lBRXZDLElBQUksZ0JBQWdCSCxVQUFVRyxLQUFLLEVBQUU7Z0JBQ25DLE9BQU9ILFVBQVVHLEtBQUssQ0FBQ0MsVUFBVTtZQUNuQztRQUNGO1FBRUEsT0FBT0o7SUFDVDtBQUVLLE1BQU1iLGlCQUFpQixDQUFDUSxTQUE2QkEsT0FBT0csR0FBRyxDQUFDWjtBQUVoRSxNQUFNRCxxQkFBcUIsT0FDaEM2QjtJQUVBLE1BQU1DLFNBQVMsTUFBTUQ7SUFDckIsTUFBTUUsZUFBZTtRQUFFLEdBQUdELE1BQU07SUFBQztJQUVqQyxPQUFPQyxhQUFhTixTQUFTO0lBQzdCLE9BQU9NLGFBQWFDLEVBQUU7SUFDdEIsT0FBT0QsYUFBYXBCLE1BQU07SUFFMUIsa0JBQWtCb0IsZ0JBQ2hCQSxhQUFhRSxZQUFZLElBQ3pCRixhQUFhRSxZQUFZLENBQUNDLE9BQU8sQ0FBQ0MsT0FBTyxDQUFDLENBQUNDO1FBQ3pDLE9BQU9BLE9BQU9DLFFBQVE7SUFDeEI7SUFFRk4sYUFBYU8sTUFBTSxHQUFHQztJQUV0QlIsYUFBYVIsV0FBVyxHQUFHRCxvQkFBb0JTLGFBQWFSLFdBQVc7SUFDdkVRLGFBQWFKLE9BQU8sR0FBR0QsZ0JBQWdCSyxhQUFhSixPQUFPO0lBRTNELE9BQU9JO0FBQ1QifQ==
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { I18n } from '@payloadcms/translations';
|
|
2
|
-
import type { SanitizedConfig } from 'payload/types';
|
|
3
|
-
export declare const getNextI18n: ({ config, language, }: {
|
|
4
|
-
config: SanitizedConfig;
|
|
5
|
-
language?: string;
|
|
6
|
-
}) => Promise<I18n>;
|
|
7
|
-
//# sourceMappingURL=getNextI18n.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getNextI18n.d.ts","sourceRoot":"","sources":["../../src/utilities/getNextI18n.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAA;AACpD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAA;AAQpD,eAAO,MAAM,WAAW;YAId,eAAe;eACZ,MAAM;MACf,QAAQ,IAAI,CASf,CAAA"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
value: true
|
|
4
|
-
});
|
|
5
|
-
Object.defineProperty(exports, "getNextI18n", {
|
|
6
|
-
enumerable: true,
|
|
7
|
-
get: function() {
|
|
8
|
-
return getNextI18n;
|
|
9
|
-
}
|
|
10
|
-
});
|
|
11
|
-
const _translations = require("@payloadcms/translations");
|
|
12
|
-
const _client = require("@payloadcms/translations/client");
|
|
13
|
-
const _headers = require("next/headers");
|
|
14
|
-
const _getRequestLanguage = require("./getRequestLanguage");
|
|
15
|
-
const getNextI18n = async ({ config, language })=>{
|
|
16
|
-
const i18n = (0, _translations.initI18n)({
|
|
17
|
-
config: config.i18n,
|
|
18
|
-
context: 'client',
|
|
19
|
-
language: language || (0, _getRequestLanguage.getRequestLanguage)({
|
|
20
|
-
cookies: (0, _headers.cookies)(),
|
|
21
|
-
headers: (0, _headers.headers)()
|
|
22
|
-
}),
|
|
23
|
-
translations: _client.translations
|
|
24
|
-
});
|
|
25
|
-
return i18n;
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy91dGlsaXRpZXMvZ2V0TmV4dEkxOG4udHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBJMThuIH0gZnJvbSAnQHBheWxvYWRjbXMvdHJhbnNsYXRpb25zJ1xuaW1wb3J0IHR5cGUgeyBTYW5pdGl6ZWRDb25maWcgfSBmcm9tICdwYXlsb2FkL3R5cGVzJ1xuXG5pbXBvcnQgeyBpbml0STE4biB9IGZyb20gJ0BwYXlsb2FkY21zL3RyYW5zbGF0aW9ucydcbmltcG9ydCB7IHRyYW5zbGF0aW9ucyB9IGZyb20gJ0BwYXlsb2FkY21zL3RyYW5zbGF0aW9ucy9jbGllbnQnXG5pbXBvcnQgeyBjb29raWVzLCBoZWFkZXJzIH0gZnJvbSAnbmV4dC9oZWFkZXJzJ1xuXG5pbXBvcnQgeyBnZXRSZXF1ZXN0TGFuZ3VhZ2UgfSBmcm9tICcuL2dldFJlcXVlc3RMYW5ndWFnZSdcblxuZXhwb3J0IGNvbnN0IGdldE5leHRJMThuID0gYXN5bmMgKHtcbiAgY29uZmlnLFxuICBsYW5ndWFnZSxcbn06IHtcbiAgY29uZmlnOiBTYW5pdGl6ZWRDb25maWdcbiAgbGFuZ3VhZ2U/OiBzdHJpbmdcbn0pOiBQcm9taXNlPEkxOG4+ID0+IHtcbiAgY29uc3QgaTE4biA9IGluaXRJMThuKHtcbiAgICBjb25maWc6IGNvbmZpZy5pMThuLFxuICAgIGNvbnRleHQ6ICdjbGllbnQnLFxuICAgIGxhbmd1YWdlOiBsYW5ndWFnZSB8fCBnZXRSZXF1ZXN0TGFuZ3VhZ2UoeyBjb29raWVzOiBjb29raWVzKCksIGhlYWRlcnM6IGhlYWRlcnMoKSB9KSxcbiAgICB0cmFuc2xhdGlvbnMsXG4gIH0pXG5cbiAgcmV0dXJuIGkxOG5cbn1cbiJdLCJuYW1lcyI6WyJnZXROZXh0STE4biIsImNvbmZpZyIsImxhbmd1YWdlIiwiaTE4biIsImluaXRJMThuIiwiY29udGV4dCIsImdldFJlcXVlc3RMYW5ndWFnZSIsImNvb2tpZXMiLCJoZWFkZXJzIiwidHJhbnNsYXRpb25zIl0sIm1hcHBpbmdzIjoiOzs7OytCQVNhQTs7O2VBQUFBOzs7OEJBTlk7d0JBQ0k7eUJBQ0k7b0NBRUU7QUFFNUIsTUFBTUEsY0FBYyxPQUFPLEVBQ2hDQyxNQUFNLEVBQ05DLFFBQVEsRUFJVDtJQUNDLE1BQU1DLE9BQU9DLElBQUFBLHNCQUFRLEVBQUM7UUFDcEJILFFBQVFBLE9BQU9FLElBQUk7UUFDbkJFLFNBQVM7UUFDVEgsVUFBVUEsWUFBWUksSUFBQUEsc0NBQWtCLEVBQUM7WUFBRUMsU0FBU0EsSUFBQUEsZ0JBQU87WUFBSUMsU0FBU0EsSUFBQUEsZ0JBQU87UUFBRztRQUNsRkMsY0FBQUEsb0JBQVk7SUFDZDtJQUVBLE9BQU9OO0FBQ1QifQ==
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { TFunction } from '@payloadcms/translations';
|
|
2
|
-
import type { SanitizedConfig } from 'payload/types';
|
|
3
|
-
export declare const getNextT: ({ config, language, }: {
|
|
4
|
-
config: SanitizedConfig;
|
|
5
|
-
language?: string;
|
|
6
|
-
}) => Promise<TFunction>;
|
|
7
|
-
//# sourceMappingURL=getNextT.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getNextT.d.ts","sourceRoot":"","sources":["../../src/utilities/getNextT.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAA;AACzD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAA;AAQpD,eAAO,MAAM,QAAQ;YAIX,eAAe;eACZ,MAAM;MACf,QAAQ,SAAS,CASpB,CAAA"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
value: true
|
|
4
|
-
});
|
|
5
|
-
Object.defineProperty(exports, "getNextT", {
|
|
6
|
-
enumerable: true,
|
|
7
|
-
get: function() {
|
|
8
|
-
return getNextT;
|
|
9
|
-
}
|
|
10
|
-
});
|
|
11
|
-
const _translations = require("@payloadcms/translations");
|
|
12
|
-
const _client = require("@payloadcms/translations/client");
|
|
13
|
-
const _headers = require("next/headers");
|
|
14
|
-
const _getRequestLanguage = require("./getRequestLanguage");
|
|
15
|
-
const getNextT = async ({ config, language })=>{
|
|
16
|
-
const i18n = await (0, _translations.initI18n)({
|
|
17
|
-
config: config.i18n,
|
|
18
|
-
context: 'client',
|
|
19
|
-
language: language || (0, _getRequestLanguage.getRequestLanguage)({
|
|
20
|
-
cookies: (0, _headers.cookies)(),
|
|
21
|
-
headers: (0, _headers.headers)()
|
|
22
|
-
}),
|
|
23
|
-
translations: _client.translations
|
|
24
|
-
});
|
|
25
|
-
return i18n.t;
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy91dGlsaXRpZXMvZ2V0TmV4dFQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBURnVuY3Rpb24gfSBmcm9tICdAcGF5bG9hZGNtcy90cmFuc2xhdGlvbnMnXG5pbXBvcnQgdHlwZSB7IFNhbml0aXplZENvbmZpZyB9IGZyb20gJ3BheWxvYWQvdHlwZXMnXG5cbmltcG9ydCB7IGluaXRJMThuIH0gZnJvbSAnQHBheWxvYWRjbXMvdHJhbnNsYXRpb25zJ1xuaW1wb3J0IHsgdHJhbnNsYXRpb25zIH0gZnJvbSAnQHBheWxvYWRjbXMvdHJhbnNsYXRpb25zL2NsaWVudCdcbmltcG9ydCB7IGNvb2tpZXMsIGhlYWRlcnMgfSBmcm9tICduZXh0L2hlYWRlcnMnXG5cbmltcG9ydCB7IGdldFJlcXVlc3RMYW5ndWFnZSB9IGZyb20gJy4vZ2V0UmVxdWVzdExhbmd1YWdlJ1xuXG5leHBvcnQgY29uc3QgZ2V0TmV4dFQgPSBhc3luYyAoe1xuICBjb25maWcsXG4gIGxhbmd1YWdlLFxufToge1xuICBjb25maWc6IFNhbml0aXplZENvbmZpZ1xuICBsYW5ndWFnZT86IHN0cmluZ1xufSk6IFByb21pc2U8VEZ1bmN0aW9uPiA9PiB7XG4gIGNvbnN0IGkxOG4gPSBhd2FpdCBpbml0STE4bih7XG4gICAgY29uZmlnOiBjb25maWcuaTE4bixcbiAgICBjb250ZXh0OiAnY2xpZW50JyxcbiAgICBsYW5ndWFnZTogbGFuZ3VhZ2UgfHwgZ2V0UmVxdWVzdExhbmd1YWdlKHsgY29va2llczogY29va2llcygpLCBoZWFkZXJzOiBoZWFkZXJzKCkgfSksXG4gICAgdHJhbnNsYXRpb25zLFxuICB9KVxuXG4gIHJldHVybiBpMThuLnRcbn1cbiJdLCJuYW1lcyI6WyJnZXROZXh0VCIsImNvbmZpZyIsImxhbmd1YWdlIiwiaTE4biIsImluaXRJMThuIiwiY29udGV4dCIsImdldFJlcXVlc3RMYW5ndWFnZSIsImNvb2tpZXMiLCJoZWFkZXJzIiwidHJhbnNsYXRpb25zIiwidCJdLCJtYXBwaW5ncyI6Ijs7OzsrQkFTYUE7OztlQUFBQTs7OzhCQU5ZO3dCQUNJO3lCQUNJO29DQUVFO0FBRTVCLE1BQU1BLFdBQVcsT0FBTyxFQUM3QkMsTUFBTSxFQUNOQyxRQUFRLEVBSVQ7SUFDQyxNQUFNQyxPQUFPLE1BQU1DLElBQUFBLHNCQUFRLEVBQUM7UUFDMUJILFFBQVFBLE9BQU9FLElBQUk7UUFDbkJFLFNBQVM7UUFDVEgsVUFBVUEsWUFBWUksSUFBQUEsc0NBQWtCLEVBQUM7WUFBRUMsU0FBU0EsSUFBQUEsZ0JBQU87WUFBSUMsU0FBU0EsSUFBQUEsZ0JBQU87UUFBRztRQUNsRkMsY0FBQUEsb0JBQVk7SUFDZDtJQUVBLE9BQU9OLEtBQUtPLENBQUM7QUFDZiJ9
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type { Permissions } from 'payload/auth';
|
|
2
|
-
import type { Locale } from 'payload/config';
|
|
3
|
-
import type { PayloadRequest, SanitizedCollectionConfig, SanitizedConfig, SanitizedGlobalConfig } from 'payload/types';
|
|
4
|
-
export declare const initPage: ({ collectionSlug, config: configPromise, globalSlug, localeParam, redirectUnauthenticatedUser, route, searchParams, }: {
|
|
5
|
-
collectionSlug?: string;
|
|
6
|
-
config: Promise<SanitizedConfig> | SanitizedConfig;
|
|
7
|
-
globalSlug?: string;
|
|
8
|
-
localeParam?: string;
|
|
9
|
-
redirectUnauthenticatedUser?: boolean;
|
|
10
|
-
route?: string;
|
|
11
|
-
searchParams?: {
|
|
12
|
-
[key: string]: string | string[];
|
|
13
|
-
};
|
|
14
|
-
}) => Promise<{
|
|
15
|
-
collectionConfig?: SanitizedCollectionConfig;
|
|
16
|
-
globalConfig?: SanitizedGlobalConfig;
|
|
17
|
-
locale: Locale;
|
|
18
|
-
permissions: Permissions;
|
|
19
|
-
req: PayloadRequest;
|
|
20
|
-
}>;
|
|
21
|
-
//# sourceMappingURL=initPage.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"initPage.d.ts","sourceRoot":"","sources":["../../src/utilities/initPage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAC/C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAA;AAC5C,OAAO,KAAK,EACV,cAAc,EACd,yBAAyB,EACzB,eAAe,EACf,qBAAqB,EACtB,MAAM,eAAe,CAAA;AActB,eAAO,MAAM,QAAQ;qBASF,MAAM;YACf,QAAQ,eAAe,CAAC,GAAG,eAAe;iBACrC,MAAM;kBACL,MAAM;kCACU,OAAO;YAC7B,MAAM;;;;;uBAGK,yBAAyB;mBAC7B,qBAAqB;YAC5B,MAAM;iBACD,WAAW;SACnB,cAAc;EAiEpB,CAAA"}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
value: true
|
|
4
|
-
});
|
|
5
|
-
Object.defineProperty(exports, "initPage", {
|
|
6
|
-
enumerable: true,
|
|
7
|
-
get: function() {
|
|
8
|
-
return initPage;
|
|
9
|
-
}
|
|
10
|
-
});
|
|
11
|
-
const _translations = require("@payloadcms/translations");
|
|
12
|
-
const _client = require("@payloadcms/translations/client");
|
|
13
|
-
const _ui = require("@payloadcms/ui");
|
|
14
|
-
const _headers = require("next/headers");
|
|
15
|
-
const _navigation = require("next/navigation");
|
|
16
|
-
const _payload = require("payload");
|
|
17
|
-
const _utilities = require("payload/utilities");
|
|
18
|
-
const _qs = /*#__PURE__*/ _interop_require_default(require("qs"));
|
|
19
|
-
const _auth = require("./auth");
|
|
20
|
-
const _getRequestLanguage = require("./getRequestLanguage");
|
|
21
|
-
function _interop_require_default(obj) {
|
|
22
|
-
return obj && obj.__esModule ? obj : {
|
|
23
|
-
default: obj
|
|
24
|
-
};
|
|
25
|
-
}
|
|
26
|
-
const initPage = async ({ collectionSlug, config: configPromise, globalSlug, localeParam, redirectUnauthenticatedUser = false, route, searchParams })=>{
|
|
27
|
-
const headers = (0, _headers.headers)();
|
|
28
|
-
const { cookies, permissions, user } = await (0, _auth.auth)({
|
|
29
|
-
config: configPromise,
|
|
30
|
-
headers
|
|
31
|
-
});
|
|
32
|
-
const config = await configPromise;
|
|
33
|
-
const { collections, globals, localization, routes } = config;
|
|
34
|
-
if (redirectUnauthenticatedUser && !user && route !== '/login') {
|
|
35
|
-
const stringifiedSearchParams = Object.keys(searchParams ?? {}).length ? `?${_qs.default.stringify(searchParams)}` : '';
|
|
36
|
-
(0, _navigation.redirect)(`${routes.admin}/login?redirect=${routes.admin + route + stringifiedSearchParams}`);
|
|
37
|
-
}
|
|
38
|
-
const payload = await (0, _payload.getPayload)({
|
|
39
|
-
config
|
|
40
|
-
});
|
|
41
|
-
const defaultLocale = localization && localization.defaultLocale ? localization.defaultLocale : 'en';
|
|
42
|
-
const localeCode = localeParam || defaultLocale;
|
|
43
|
-
const locale = localization && (0, _ui.findLocaleFromCode)(localization, localeCode);
|
|
44
|
-
const language = (0, _getRequestLanguage.getRequestLanguage)({
|
|
45
|
-
cookies,
|
|
46
|
-
headers
|
|
47
|
-
});
|
|
48
|
-
const i18n = (0, _translations.initI18n)({
|
|
49
|
-
config: config.i18n,
|
|
50
|
-
context: 'client',
|
|
51
|
-
language,
|
|
52
|
-
translations: _client.translations
|
|
53
|
-
});
|
|
54
|
-
const req = await (0, _utilities.createLocalReq)({
|
|
55
|
-
fallbackLocale: null,
|
|
56
|
-
locale: locale.code,
|
|
57
|
-
req: {
|
|
58
|
-
i18n
|
|
59
|
-
},
|
|
60
|
-
user
|
|
61
|
-
}, payload);
|
|
62
|
-
let collectionConfig;
|
|
63
|
-
let globalConfig;
|
|
64
|
-
if (collectionSlug) {
|
|
65
|
-
collectionConfig = collections.find((collection)=>collection.slug === collectionSlug);
|
|
66
|
-
}
|
|
67
|
-
if (globalSlug) {
|
|
68
|
-
globalConfig = globals.find((global)=>global.slug === globalSlug);
|
|
69
|
-
}
|
|
70
|
-
return {
|
|
71
|
-
collectionConfig,
|
|
72
|
-
globalConfig,
|
|
73
|
-
locale,
|
|
74
|
-
permissions,
|
|
75
|
-
req
|
|
76
|
-
};
|
|
77
|
-
};
|
|
78
|
-
|
|
79
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy91dGlsaXRpZXMvaW5pdFBhZ2UudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHR5cGUgeyBQZXJtaXNzaW9ucyB9IGZyb20gJ3BheWxvYWQvYXV0aCdcbmltcG9ydCB0eXBlIHsgTG9jYWxlIH0gZnJvbSAncGF5bG9hZC9jb25maWcnXG5pbXBvcnQgdHlwZSB7XG4gIFBheWxvYWRSZXF1ZXN0LFxuICBTYW5pdGl6ZWRDb2xsZWN0aW9uQ29uZmlnLFxuICBTYW5pdGl6ZWRDb25maWcsXG4gIFNhbml0aXplZEdsb2JhbENvbmZpZyxcbn0gZnJvbSAncGF5bG9hZC90eXBlcydcblxuaW1wb3J0IHsgaW5pdEkxOG4gfSBmcm9tICdAcGF5bG9hZGNtcy90cmFuc2xhdGlvbnMnXG5pbXBvcnQgeyB0cmFuc2xhdGlvbnMgfSBmcm9tICdAcGF5bG9hZGNtcy90cmFuc2xhdGlvbnMvY2xpZW50J1xuaW1wb3J0IHsgZmluZExvY2FsZUZyb21Db2RlIH0gZnJvbSAnQHBheWxvYWRjbXMvdWknXG5pbXBvcnQgeyBoZWFkZXJzIGFzIGdldEhlYWRlcnMgfSBmcm9tICduZXh0L2hlYWRlcnMnXG5pbXBvcnQgeyByZWRpcmVjdCB9IGZyb20gJ25leHQvbmF2aWdhdGlvbidcbmltcG9ydCB7IGdldFBheWxvYWQgfSBmcm9tICdwYXlsb2FkJ1xuaW1wb3J0IHsgY3JlYXRlTG9jYWxSZXEgfSBmcm9tICdwYXlsb2FkL3V0aWxpdGllcydcbmltcG9ydCBxcyBmcm9tICdxcydcblxuaW1wb3J0IHsgYXV0aCB9IGZyb20gJy4vYXV0aCdcbmltcG9ydCB7IGdldFJlcXVlc3RMYW5ndWFnZSB9IGZyb20gJy4vZ2V0UmVxdWVzdExhbmd1YWdlJ1xuXG5leHBvcnQgY29uc3QgaW5pdFBhZ2UgPSBhc3luYyAoe1xuICBjb2xsZWN0aW9uU2x1ZyxcbiAgY29uZmlnOiBjb25maWdQcm9taXNlLFxuICBnbG9iYWxTbHVnLFxuICBsb2NhbGVQYXJhbSxcbiAgcmVkaXJlY3RVbmF1dGhlbnRpY2F0ZWRVc2VyID0gZmFsc2UsXG4gIHJvdXRlLFxuICBzZWFyY2hQYXJhbXMsXG59OiB7XG4gIGNvbGxlY3Rpb25TbHVnPzogc3RyaW5nXG4gIGNvbmZpZzogUHJvbWlzZTxTYW5pdGl6ZWRDb25maWc+IHwgU2FuaXRpemVkQ29uZmlnXG4gIGdsb2JhbFNsdWc/OiBzdHJpbmdcbiAgbG9jYWxlUGFyYW0/OiBzdHJpbmdcbiAgcmVkaXJlY3RVbmF1dGhlbnRpY2F0ZWRVc2VyPzogYm9vbGVhblxuICByb3V0ZT86IHN0cmluZ1xuICBzZWFyY2hQYXJhbXM/OiB7IFtrZXk6IHN0cmluZ106IHN0cmluZyB8IHN0cmluZ1tdIHwgdW5kZWZpbmVkIH1cbn0pOiBQcm9taXNlPHtcbiAgY29sbGVjdGlvbkNvbmZpZz86IFNhbml0aXplZENvbGxlY3Rpb25Db25maWdcbiAgZ2xvYmFsQ29uZmlnPzogU2FuaXRpemVkR2xvYmFsQ29uZmlnXG4gIGxvY2FsZTogTG9jYWxlXG4gIHBlcm1pc3Npb25zOiBQZXJtaXNzaW9uc1xuICByZXE6IFBheWxvYWRSZXF1ZXN0XG59PiA9PiB7XG4gIGNvbnN0IGhlYWRlcnMgPSBnZXRIZWFkZXJzKClcblxuICBjb25zdCB7IGNvb2tpZXMsIHBlcm1pc3Npb25zLCB1c2VyIH0gPSBhd2FpdCBhdXRoKHtcbiAgICBjb25maWc6IGNvbmZpZ1Byb21pc2UsXG4gICAgaGVhZGVycyxcbiAgfSlcblxuICBjb25zdCBjb25maWcgPSBhd2FpdCBjb25maWdQcm9taXNlXG5cbiAgY29uc3QgeyBjb2xsZWN0aW9ucywgZ2xvYmFscywgbG9jYWxpemF0aW9uLCByb3V0ZXMgfSA9IGNvbmZpZ1xuXG4gIGlmIChyZWRpcmVjdFVuYXV0aGVudGljYXRlZFVzZXIgJiYgIXVzZXIgJiYgcm91dGUgIT09ICcvbG9naW4nKSB7XG4gICAgY29uc3Qgc3RyaW5naWZpZWRTZWFyY2hQYXJhbXMgPSBPYmplY3Qua2V5cyhzZWFyY2hQYXJhbXMgPz8ge30pLmxlbmd0aFxuICAgICAgPyBgPyR7cXMuc3RyaW5naWZ5KHNlYXJjaFBhcmFtcyl9YFxuICAgICAgOiAnJ1xuXG4gICAgcmVkaXJlY3QoYCR7cm91dGVzLmFkbWlufS9sb2dpbj9yZWRpcmVjdD0ke3JvdXRlcy5hZG1pbiArIHJvdXRlICsgc3RyaW5naWZpZWRTZWFyY2hQYXJhbXN9YClcbiAgfVxuXG4gIGNvbnN0IHBheWxvYWQgPSBhd2FpdCBnZXRQYXlsb2FkKHsgY29uZmlnIH0pXG5cbiAgY29uc3QgZGVmYXVsdExvY2FsZSA9XG4gICAgbG9jYWxpemF0aW9uICYmIGxvY2FsaXphdGlvbi5kZWZhdWx0TG9jYWxlID8gbG9jYWxpemF0aW9uLmRlZmF1bHRMb2NhbGUgOiAnZW4nXG4gIGNvbnN0IGxvY2FsZUNvZGUgPSBsb2NhbGVQYXJhbSB8fCBkZWZhdWx0TG9jYWxlXG4gIGNvbnN0IGxvY2FsZSA9IGxvY2FsaXphdGlvbiAmJiBmaW5kTG9jYWxlRnJvbUNvZGUobG9jYWxpemF0aW9uLCBsb2NhbGVDb2RlKVxuICBjb25zdCBsYW5ndWFnZSA9IGdldFJlcXVlc3RMYW5ndWFnZSh7IGNvb2tpZXMsIGhlYWRlcnMgfSlcbiAgY29uc3QgaTE4biA9IGluaXRJMThuKHtcbiAgICBjb25maWc6IGNvbmZpZy5pMThuLFxuICAgIGNvbnRleHQ6ICdjbGllbnQnLFxuICAgIGxhbmd1YWdlLFxuICAgIHRyYW5zbGF0aW9ucyxcbiAgfSlcblxuICBjb25zdCByZXEgPSBhd2FpdCBjcmVhdGVMb2NhbFJlcShcbiAgICB7XG4gICAgICBmYWxsYmFja0xvY2FsZTogbnVsbCxcbiAgICAgIGxvY2FsZTogbG9jYWxlLmNvZGUsXG4gICAgICByZXE6IHtcbiAgICAgICAgaTE4bixcbiAgICAgIH0gYXMgUGF5bG9hZFJlcXVlc3QsXG4gICAgICB1c2VyLFxuICAgIH0sXG4gICAgcGF5bG9hZCxcbiAgKVxuXG4gIGxldCBjb2xsZWN0aW9uQ29uZmlnOiBTYW5pdGl6ZWRDb2xsZWN0aW9uQ29uZmlnXG4gIGxldCBnbG9iYWxDb25maWc6IFNhbml0aXplZEdsb2JhbENvbmZpZ1xuXG4gIGlmIChjb2xsZWN0aW9uU2x1Zykge1xuICAgIGNvbGxlY3Rpb25Db25maWcgPSBjb2xsZWN0aW9ucy5maW5kKChjb2xsZWN0aW9uKSA9PiBjb2xsZWN0aW9uLnNsdWcgPT09IGNvbGxlY3Rpb25TbHVnKVxuICB9XG5cbiAgaWYgKGdsb2JhbFNsdWcpIHtcbiAgICBnbG9iYWxDb25maWcgPSBnbG9iYWxzLmZpbmQoKGdsb2JhbCkgPT4gZ2xvYmFsLnNsdWcgPT09IGdsb2JhbFNsdWcpXG4gIH1cblxuICByZXR1cm4ge1xuICAgIGNvbGxlY3Rpb25Db25maWcsXG4gICAgZ2xvYmFsQ29uZmlnLFxuICAgIGxvY2FsZSxcbiAgICBwZXJtaXNzaW9ucyxcbiAgICByZXEsXG4gIH1cbn1cbiJdLCJuYW1lcyI6WyJpbml0UGFnZSIsImNvbGxlY3Rpb25TbHVnIiwiY29uZmlnIiwiY29uZmlnUHJvbWlzZSIsImdsb2JhbFNsdWciLCJsb2NhbGVQYXJhbSIsInJlZGlyZWN0VW5hdXRoZW50aWNhdGVkVXNlciIsInJvdXRlIiwic2VhcmNoUGFyYW1zIiwiaGVhZGVycyIsImdldEhlYWRlcnMiLCJjb29raWVzIiwicGVybWlzc2lvbnMiLCJ1c2VyIiwiYXV0aCIsImNvbGxlY3Rpb25zIiwiZ2xvYmFscyIsImxvY2FsaXphdGlvbiIsInJvdXRlcyIsInN0cmluZ2lmaWVkU2VhcmNoUGFyYW1zIiwiT2JqZWN0Iiwia2V5cyIsImxlbmd0aCIsInFzIiwic3RyaW5naWZ5IiwicmVkaXJlY3QiLCJhZG1pbiIsInBheWxvYWQiLCJnZXRQYXlsb2FkIiwiZGVmYXVsdExvY2FsZSIsImxvY2FsZUNvZGUiLCJsb2NhbGUiLCJmaW5kTG9jYWxlRnJvbUNvZGUiLCJsYW5ndWFnZSIsImdldFJlcXVlc3RMYW5ndWFnZSIsImkxOG4iLCJpbml0STE4biIsImNvbnRleHQiLCJ0cmFuc2xhdGlvbnMiLCJyZXEiLCJjcmVhdGVMb2NhbFJlcSIsImZhbGxiYWNrTG9jYWxlIiwiY29kZSIsImNvbGxlY3Rpb25Db25maWciLCJnbG9iYWxDb25maWciLCJmaW5kIiwiY29sbGVjdGlvbiIsInNsdWciLCJnbG9iYWwiXSwibWFwcGluZ3MiOiI7Ozs7K0JBcUJhQTs7O2VBQUFBOzs7OEJBWlk7d0JBQ0k7b0JBQ007eUJBQ0c7NEJBQ2I7eUJBQ0U7MkJBQ0k7MkRBQ2hCO3NCQUVNO29DQUNjOzs7Ozs7QUFFNUIsTUFBTUEsV0FBVyxPQUFPLEVBQzdCQyxjQUFjLEVBQ2RDLFFBQVFDLGFBQWEsRUFDckJDLFVBQVUsRUFDVkMsV0FBVyxFQUNYQyw4QkFBOEIsS0FBSyxFQUNuQ0MsS0FBSyxFQUNMQyxZQUFZLEVBU2I7SUFPQyxNQUFNQyxVQUFVQyxJQUFBQSxnQkFBVTtJQUUxQixNQUFNLEVBQUVDLE9BQU8sRUFBRUMsV0FBVyxFQUFFQyxJQUFJLEVBQUUsR0FBRyxNQUFNQyxJQUFBQSxVQUFJLEVBQUM7UUFDaERaLFFBQVFDO1FBQ1JNO0lBQ0Y7SUFFQSxNQUFNUCxTQUFTLE1BQU1DO0lBRXJCLE1BQU0sRUFBRVksV0FBVyxFQUFFQyxPQUFPLEVBQUVDLFlBQVksRUFBRUMsTUFBTSxFQUFFLEdBQUdoQjtJQUV2RCxJQUFJSSwrQkFBK0IsQ0FBQ08sUUFBUU4sVUFBVSxVQUFVO1FBQzlELE1BQU1ZLDBCQUEwQkMsT0FBT0MsSUFBSSxDQUFDYixnQkFBZ0IsQ0FBQyxHQUFHYyxNQUFNLEdBQ2xFLENBQUMsQ0FBQyxFQUFFQyxXQUFFLENBQUNDLFNBQVMsQ0FBQ2hCLGNBQWMsQ0FBQyxHQUNoQztRQUVKaUIsSUFBQUEsb0JBQVEsRUFBQyxDQUFDLEVBQUVQLE9BQU9RLEtBQUssQ0FBQyxnQkFBZ0IsRUFBRVIsT0FBT1EsS0FBSyxHQUFHbkIsUUFBUVksd0JBQXdCLENBQUM7SUFDN0Y7SUFFQSxNQUFNUSxVQUFVLE1BQU1DLElBQUFBLG1CQUFVLEVBQUM7UUFBRTFCO0lBQU87SUFFMUMsTUFBTTJCLGdCQUNKWixnQkFBZ0JBLGFBQWFZLGFBQWEsR0FBR1osYUFBYVksYUFBYSxHQUFHO0lBQzVFLE1BQU1DLGFBQWF6QixlQUFld0I7SUFDbEMsTUFBTUUsU0FBU2QsZ0JBQWdCZSxJQUFBQSxzQkFBa0IsRUFBQ2YsY0FBY2E7SUFDaEUsTUFBTUcsV0FBV0MsSUFBQUEsc0NBQWtCLEVBQUM7UUFBRXZCO1FBQVNGO0lBQVE7SUFDdkQsTUFBTTBCLE9BQU9DLElBQUFBLHNCQUFRLEVBQUM7UUFDcEJsQyxRQUFRQSxPQUFPaUMsSUFBSTtRQUNuQkUsU0FBUztRQUNUSjtRQUNBSyxjQUFBQSxvQkFBWTtJQUNkO0lBRUEsTUFBTUMsTUFBTSxNQUFNQyxJQUFBQSx5QkFBYyxFQUM5QjtRQUNFQyxnQkFBZ0I7UUFDaEJWLFFBQVFBLE9BQU9XLElBQUk7UUFDbkJILEtBQUs7WUFDSEo7UUFDRjtRQUNBdEI7SUFDRixHQUNBYztJQUdGLElBQUlnQjtJQUNKLElBQUlDO0lBRUosSUFBSTNDLGdCQUFnQjtRQUNsQjBDLG1CQUFtQjVCLFlBQVk4QixJQUFJLENBQUMsQ0FBQ0MsYUFBZUEsV0FBV0MsSUFBSSxLQUFLOUM7SUFDMUU7SUFFQSxJQUFJRyxZQUFZO1FBQ2R3QyxlQUFlNUIsUUFBUTZCLElBQUksQ0FBQyxDQUFDRyxTQUFXQSxPQUFPRCxJQUFJLEtBQUszQztJQUMxRDtJQUVBLE9BQU87UUFDTHVDO1FBQ0FDO1FBQ0FiO1FBQ0FuQjtRQUNBMkI7SUFDRjtBQUNGIn0=
|
package/src/index.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export { AdminLayout } from './layouts/Admin'
|
|
2
|
-
export { DocumentLayout } from './layouts/Document'
|
|
3
|
-
export { RootLayout } from './layouts/Root'
|
|
4
|
-
export { Dashboard as DashboardPage, generateMetadata as dashboardMeta } from './pages/Dashboard'
|
|
5
|
-
export { Login, generateMetadata as loginMeta } from './pages/Login'
|
|
6
|
-
export { RootPage } from './pages/Root'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{pages → views}/Version/RenderFieldsToDiff/fields/Select/DiffViewer/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|