@payloadcms/next 3.0.0-alpha.8 → 3.0.0-beta.0
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/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 +3 -0
- package/dist/exports/utilities.d.ts.map +1 -0
- package/dist/exports/utilities.js +4 -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/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 +62 -77
- package/dist/layouts/Root/index.js.map +1 -0
- package/dist/next-fileupload/fileFactory.d.ts +2 -2
- package/dist/next-fileupload/fileFactory.d.ts.map +1 -1
- package/dist/next-fileupload/fileFactory.js +9 -19
- package/dist/next-fileupload/fileFactory.js.map +1 -0
- package/dist/next-fileupload/handlers.d.ts +2 -2
- package/dist/next-fileupload/handlers.d.ts.map +1 -1
- package/dist/next-fileupload/handlers.js +25 -89
- package/dist/next-fileupload/handlers.js.map +1 -0
- package/dist/next-fileupload/index.d.ts +1 -1
- package/dist/next-fileupload/index.js +10 -25
- package/dist/next-fileupload/index.js.map +1 -0
- package/dist/next-fileupload/isEligibleRequest.js +2 -12
- package/dist/next-fileupload/isEligibleRequest.js.map +1 -0
- package/dist/next-fileupload/processMultipart.d.ts +1 -1
- package/dist/next-fileupload/processMultipart.d.ts.map +1 -1
- package/dist/next-fileupload/processMultipart.js +33 -46
- package/dist/next-fileupload/processMultipart.js.map +1 -0
- package/dist/next-fileupload/processNested.js +4 -14
- package/dist/next-fileupload/processNested.js.map +1 -0
- package/dist/next-fileupload/uploadTimer.js +2 -12
- package/dist/next-fileupload/uploadTimer.js.map +1 -0
- package/dist/next-fileupload/utilities.d.ts +1 -1
- package/dist/next-fileupload/utilities.d.ts.map +1 -1
- package/dist/next-fileupload/utilities.js +31 -76
- package/dist/next-fileupload/utilities.js.map +1 -0
- package/dist/next-stream-file/index.d.ts +4 -0
- package/dist/next-stream-file/index.d.ts.map +1 -1
- package/dist/next-stream-file/index.js +6 -21
- package/dist/next-stream-file/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 +19 -36
- 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 +6 -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 +6 -21
- 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 +4 -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 +10 -25
- 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 +9 -24
- 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 +8 -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 +11 -25
- 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 +12 -25
- 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 +8 -23
- 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 +6 -21
- 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 +6 -21
- package/dist/routes/rest/auth/verifyEmail.js.map +1 -0
- package/dist/routes/rest/buildFormState.d.ts +3 -3
- package/dist/routes/rest/buildFormState.d.ts.map +1 -1
- package/dist/routes/rest/buildFormState.js +143 -79
- 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/create.d.ts +1 -1
- package/dist/routes/rest/collections/create.d.ts.map +1 -1
- package/dist/routes/rest/collections/create.js +10 -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 +13 -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 +9 -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 +6 -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 +28 -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 +11 -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 +8 -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 +8 -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 +11 -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 +36 -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 +8 -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 +13 -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 +8 -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 +52 -0
- package/dist/routes/rest/files/getFile.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 +6 -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 +10 -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 +8 -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 +11 -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 +35 -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 +8 -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 +10 -25
- package/dist/routes/rest/globals/update.js.map +1 -0
- package/dist/routes/rest/index.d.ts.map +1 -1
- package/dist/routes/rest/index.js +129 -122
- package/dist/routes/rest/index.js.map +1 -0
- package/dist/routes/rest/{RouteError.d.ts → routeError.d.ts} +3 -3
- package/dist/routes/rest/routeError.d.ts.map +1 -0
- package/dist/routes/rest/routeError.js +93 -0
- package/dist/routes/rest/routeError.js.map +1 -0
- package/dist/routes/rest/types.js +2 -5
- package/dist/routes/rest/types.js.map +1 -0
- package/dist/scss/app.scss +2 -2
- 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 +72 -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 +29 -32
- package/dist/utilities/createPayloadRequest.js.map +1 -0
- package/dist/utilities/getDataAndFile.js +6 -16
- package/dist/utilities/getDataAndFile.js.map +1 -0
- package/dist/utilities/getNextI18n.d.ts +2 -2
- package/dist/utilities/getNextI18n.d.ts.map +1 -1
- package/dist/utilities/getNextI18n.js +10 -24
- package/dist/utilities/getNextI18n.js.map +1 -0
- package/dist/utilities/getPayloadHMR.d.ts +4 -0
- package/dist/utilities/getPayloadHMR.d.ts.map +1 -0
- package/dist/utilities/getPayloadHMR.js +75 -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 +6 -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/initPage.d.ts +4 -16
- package/dist/utilities/initPage.d.ts.map +1 -1
- package/dist/utilities/initPage.js +70 -54
- package/dist/utilities/initPage.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.js +17 -69
- package/dist/views/API/RenderJSON/index.js.map +1 -0
- package/dist/views/API/index.client.d.ts +1 -2
- package/dist/views/API/index.client.d.ts.map +1 -1
- package/dist/views/API/index.client.js +58 -106
- package/dist/views/API/index.client.js.map +1 -0
- package/dist/views/API/index.d.ts +2 -3
- package/dist/views/API/index.d.ts.map +1 -1
- package/dist/views/API/index.js +5 -25
- package/dist/views/API/index.js.map +1 -0
- package/dist/views/API/meta.d.ts +1 -1
- package/dist/views/API/meta.d.ts.map +1 -1
- package/dist/views/API/meta.js +4 -14
- package/dist/views/API/meta.js.map +1 -0
- package/dist/views/Account/Settings/index.d.ts.map +1 -1
- package/dist/views/Account/Settings/index.js +16 -30
- package/dist/views/Account/Settings/index.js.map +1 -0
- package/dist/views/Account/ToggleTheme/index.js +10 -59
- package/dist/views/Account/ToggleTheme/index.js.map +1 -0
- package/dist/views/Account/index.d.ts +3 -12
- package/dist/views/Account/index.d.ts.map +1 -1
- package/dist/views/Account/index.js +43 -152
- 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 +2 -0
- package/dist/views/CreateFirstUser/index.client.d.ts.map +1 -1
- package/dist/views/CreateFirstUser/index.client.js +15 -22
- package/dist/views/CreateFirstUser/index.client.js.map +1 -0
- package/dist/views/CreateFirstUser/index.d.ts +3 -17
- package/dist/views/CreateFirstUser/index.d.ts.map +1 -1
- package/dist/views/CreateFirstUser/index.js +23 -64
- package/dist/views/CreateFirstUser/index.js.map +1 -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 +4 -2
- package/dist/views/Dashboard/Default/index.client.d.ts.map +1 -1
- package/dist/views/Dashboard/Default/index.client.js +35 -82
- package/dist/views/Dashboard/Default/index.client.js.map +1 -0
- package/dist/views/Dashboard/Default/index.d.ts +4 -3
- package/dist/views/Dashboard/Default/index.d.ts.map +1 -1
- package/dist/views/Dashboard/Default/index.js +17 -31
- package/dist/views/Dashboard/Default/index.js.map +1 -0
- package/dist/views/Dashboard/index.d.ts +3 -14
- package/dist/views/Dashboard/index.d.ts.map +1 -1
- package/dist/views/Dashboard/index.js +18 -113
- 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 +2 -2
- package/dist/views/Document/getCustomViewByKey.d.ts.map +1 -1
- package/dist/views/Document/getCustomViewByKey.js +2 -12
- 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 +6 -16
- package/dist/views/Document/getMetaBySegment.d.ts.map +1 -1
- package/dist/views/Document/getMetaBySegment.js +39 -86
- package/dist/views/Document/getMetaBySegment.js.map +1 -0
- package/dist/views/Document/getViewsFromConfig.d.ts +12 -9
- package/dist/views/Document/getViewsFromConfig.d.ts.map +1 -1
- package/dist/views/Document/getViewsFromConfig.js +198 -121
- package/dist/views/Document/getViewsFromConfig.js.map +1 -0
- package/dist/views/Document/index.d.ts +4 -22
- package/dist/views/Document/index.d.ts.map +1 -1
- package/dist/views/Document/index.js +115 -192
- 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 +1 -2
- package/dist/views/Edit/Default/Auth/APIKey.d.ts.map +1 -1
- package/dist/views/Edit/Default/Auth/APIKey.js +37 -78
- package/dist/views/Edit/Default/Auth/APIKey.js.map +1 -0
- package/dist/views/Edit/Default/Auth/index.d.ts +2 -3
- package/dist/views/Edit/Default/Auth/index.d.ts.map +1 -1
- package/dist/views/Edit/Default/Auth/index.js +42 -93
- package/dist/views/Edit/Default/Auth/index.js.map +1 -0
- package/dist/views/Edit/Default/Auth/types.js +2 -5
- package/dist/views/Edit/Default/Auth/types.js.map +1 -0
- package/dist/views/Edit/Default/SetDocumentTitle/index.d.ts +5 -4
- package/dist/views/Edit/Default/SetDocumentTitle/index.d.ts.map +1 -1
- package/dist/views/Edit/Default/SetDocumentTitle/index.js +27 -39
- package/dist/views/Edit/Default/SetDocumentTitle/index.js.map +1 -0
- package/dist/views/Edit/Default/SetStepNav/index.d.ts +1 -2
- package/dist/views/Edit/Default/SetStepNav/index.d.ts.map +1 -1
- package/dist/views/Edit/Default/SetStepNav/index.js +17 -23
- package/dist/views/Edit/Default/SetStepNav/index.js.map +1 -0
- package/dist/views/Edit/Default/index.d.ts.map +1 -1
- package/dist/views/Edit/Default/index.js +109 -109
- package/dist/views/Edit/Default/index.js.map +1 -0
- package/dist/views/Edit/Default/types.js +2 -5
- package/dist/views/Edit/Default/types.js.map +1 -0
- package/dist/views/Edit/index.client.d.ts +1 -2
- package/dist/views/Edit/index.client.d.ts.map +1 -1
- package/dist/views/Edit/index.client.js +11 -94
- package/dist/views/Edit/index.client.js.map +1 -0
- package/dist/views/Edit/index.d.ts +2 -3
- package/dist/views/Edit/index.d.ts.map +1 -1
- package/dist/views/Edit/index.js +5 -25
- package/dist/views/Edit/index.js.map +1 -0
- package/dist/views/Edit/meta.d.ts +1 -1
- package/dist/views/Edit/meta.d.ts.map +1 -1
- package/dist/views/Edit/meta.js +11 -21
- package/dist/views/Edit/meta.js.map +1 -0
- package/dist/views/Edit/sanitizeEditViewProps.d.ts +1 -2
- package/dist/views/Edit/sanitizeEditViewProps.d.ts.map +1 -1
- package/dist/views/Edit/sanitizeEditViewProps.js +5 -18
- package/dist/views/Edit/sanitizeEditViewProps.js.map +1 -0
- package/dist/views/ForgotPassword/index.d.ts +4 -12
- package/dist/views/ForgotPassword/index.d.ts.map +1 -1
- package/dist/views/ForgotPassword/index.js +27 -91
- 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 -1
- package/dist/views/List/Default/index.js +80 -109
- package/dist/views/List/Default/index.js.map +1 -0
- package/dist/views/List/Default/types.d.ts +3 -2
- package/dist/views/List/Default/types.d.ts.map +1 -1
- package/dist/views/List/Default/types.js +2 -5
- package/dist/views/List/Default/types.js.map +1 -0
- package/dist/views/List/index.d.ts +3 -20
- package/dist/views/List/index.d.ts.map +1 -1
- package/dist/views/List/index.js +69 -114
- 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.js +6 -14
- package/dist/views/LivePreview/Context/collisionDetection.js.map +1 -0
- package/dist/views/LivePreview/Context/context.d.ts +2 -2
- package/dist/views/LivePreview/Context/context.d.ts.map +1 -1
- package/dist/views/LivePreview/Context/context.js +4 -22
- package/dist/views/LivePreview/Context/context.js.map +1 -0
- package/dist/views/LivePreview/Context/index.d.ts +5 -3
- package/dist/views/LivePreview/Context/index.d.ts.map +1 -1
- package/dist/views/LivePreview/Context/index.js +38 -93
- package/dist/views/LivePreview/Context/index.js.map +1 -0
- package/dist/views/LivePreview/Context/sizeReducer.js +2 -12
- package/dist/views/LivePreview/Context/sizeReducer.js.map +1 -0
- package/dist/views/LivePreview/Device/index.js +10 -61
- package/dist/views/LivePreview/Device/index.js.map +1 -0
- package/dist/views/LivePreview/DeviceContainer/index.js +6 -21
- package/dist/views/LivePreview/DeviceContainer/index.js.map +1 -0
- package/dist/views/LivePreview/IFrame/index.d.ts +4 -3
- package/dist/views/LivePreview/IFrame/index.d.ts.map +1 -1
- package/dist/views/LivePreview/IFrame/index.js +6 -58
- package/dist/views/LivePreview/IFrame/index.js.map +1 -0
- package/dist/views/LivePreview/Preview/index.d.ts +1 -1
- package/dist/views/LivePreview/Preview/index.d.ts.map +1 -1
- package/dist/views/LivePreview/Preview/index.js +23 -72
- package/dist/views/LivePreview/Preview/index.js.map +1 -0
- package/dist/views/LivePreview/Toolbar/Controls/index.d.ts +1 -1
- package/dist/views/LivePreview/Toolbar/Controls/index.d.ts.map +1 -1
- package/dist/views/LivePreview/Toolbar/Controls/index.js +24 -37
- package/dist/views/LivePreview/Toolbar/Controls/index.js.map +1 -0
- package/dist/views/LivePreview/Toolbar/SizeInput/index.js +9 -61
- package/dist/views/LivePreview/Toolbar/SizeInput/index.js.map +1 -0
- package/dist/views/LivePreview/Toolbar/index.d.ts +1 -1
- package/dist/views/LivePreview/Toolbar/index.d.ts.map +1 -1
- package/dist/views/LivePreview/Toolbar/index.js +16 -32
- package/dist/views/LivePreview/Toolbar/index.js.map +1 -0
- package/dist/views/LivePreview/ToolbarArea/index.js +6 -22
- package/dist/views/LivePreview/ToolbarArea/index.js.map +1 -0
- package/dist/views/LivePreview/index.client.d.ts +2 -3
- package/dist/views/LivePreview/index.client.d.ts.map +1 -1
- package/dist/views/LivePreview/index.client.js +83 -106
- package/dist/views/LivePreview/index.client.js.map +1 -0
- package/dist/views/LivePreview/index.d.ts +2 -2
- package/dist/views/LivePreview/index.d.ts.map +1 -1
- package/dist/views/LivePreview/index.js +34 -30
- package/dist/views/LivePreview/index.js.map +1 -0
- package/dist/views/LivePreview/meta.d.ts +1 -1
- package/dist/views/LivePreview/meta.d.ts.map +1 -1
- package/dist/views/LivePreview/meta.js +11 -21
- package/dist/views/LivePreview/meta.js.map +1 -0
- package/dist/views/LivePreview/usePopupWindow.d.ts.map +1 -1
- package/dist/views/LivePreview/usePopupWindow.js +11 -21
- package/dist/views/LivePreview/usePopupWindow.js.map +1 -0
- package/dist/views/Login/LoginForm/index.d.ts.map +1 -1
- package/dist/views/Login/LoginForm/index.js +22 -36
- package/dist/views/Login/LoginForm/index.js.map +1 -0
- package/dist/views/Login/index.d.ts +4 -15
- package/dist/views/Login/index.d.ts.map +1 -1
- package/dist/views/Login/index.js +16 -88
- package/dist/views/Login/index.js.map +1 -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 -1
- package/dist/views/Logout/LogoutClient.js +15 -69
- package/dist/views/Logout/LogoutClient.js.map +1 -0
- package/dist/views/Logout/index.d.ts +5 -17
- package/dist/views/Logout/index.d.ts.map +1 -1
- package/dist/views/Logout/index.js +12 -53
- 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 +26 -5
- package/dist/views/NotFound/index.d.ts.map +1 -1
- package/dist/views/NotFound/index.js +34 -45
- package/dist/views/NotFound/index.js.map +1 -0
- package/dist/views/NotFound/index.scss +1 -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.d.ts +4 -17
- package/dist/views/ResetPassword/index.d.ts.map +1 -1
- package/dist/views/ResetPassword/index.js +34 -62
- package/dist/views/ResetPassword/index.js.map +1 -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 +13 -6
- package/dist/views/Root/index.d.ts.map +1 -1
- package/dist/views/Root/index.js +43 -226
- 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 +4 -11
- package/dist/views/Unauthorized/index.d.ts.map +1 -1
- package/dist/views/Unauthorized/index.js +18 -42
- 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 +4 -17
- package/dist/views/Verify/index.d.ts.map +1 -1
- package/dist/views/Verify/index.js +14 -55
- 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 +4 -3
- package/dist/views/Version/Default/SetStepNav.d.ts.map +1 -1
- package/dist/views/Version/Default/SetStepNav.js +36 -28
- package/dist/views/Version/Default/SetStepNav.js.map +1 -0
- package/dist/views/Version/Default/index.d.ts +1 -1
- package/dist/views/Version/Default/index.d.ts.map +1 -1
- package/dist/views/Version/Default/index.js +53 -93
- package/dist/views/Version/Default/index.js.map +1 -0
- package/dist/views/Version/Default/types.d.ts +4 -9
- package/dist/views/Version/Default/types.d.ts.map +1 -1
- package/dist/views/Version/Default/types.js +2 -5
- package/dist/views/Version/Default/types.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/Label/index.js +4 -20
- package/dist/views/Version/RenderFieldsToDiff/Label/index.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.d.ts +1 -1
- package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.d.ts.map +1 -1
- package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.js +31 -47
- package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Nested/index.d.ts +1 -1
- package/dist/views/Version/RenderFieldsToDiff/fields/Nested/index.d.ts.map +1 -1
- package/dist/views/Version/RenderFieldsToDiff/fields/Nested/index.js +10 -26
- package/dist/views/Version/RenderFieldsToDiff/fields/Nested/index.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.d.ts +1 -1
- package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.d.ts.map +1 -1
- package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.js +20 -35
- 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 -1
- package/dist/views/Version/RenderFieldsToDiff/fields/Select/DiffViewer/index.js +7 -62
- package/dist/views/Version/RenderFieldsToDiff/fields/Select/DiffViewer/index.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.d.ts +6 -2
- package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.d.ts.map +1 -1
- package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.js +16 -31
- package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.d.ts +6 -2
- package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.d.ts.map +1 -1
- package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.js +11 -26
- 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 -1
- package/dist/views/Version/RenderFieldsToDiff/fields/Text/DiffViewer/index.js +7 -62
- package/dist/views/Version/RenderFieldsToDiff/fields/Text/DiffViewer/index.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.d.ts +1 -1
- package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.d.ts.map +1 -1
- package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.js +11 -27
- package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/diffMethods.js +2 -12
- package/dist/views/Version/RenderFieldsToDiff/fields/diffMethods.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/index.d.ts +54 -19
- package/dist/views/Version/RenderFieldsToDiff/fields/index.d.ts.map +1 -1
- package/dist/views/Version/RenderFieldsToDiff/fields/index.js +25 -40
- package/dist/views/Version/RenderFieldsToDiff/fields/index.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/styles.js +2 -12
- package/dist/views/Version/RenderFieldsToDiff/fields/styles.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/fields/types.d.ts +1 -1
- package/dist/views/Version/RenderFieldsToDiff/fields/types.d.ts.map +1 -1
- package/dist/views/Version/RenderFieldsToDiff/fields/types.js +2 -5
- package/dist/views/Version/RenderFieldsToDiff/fields/types.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/index.d.ts +1 -1
- package/dist/views/Version/RenderFieldsToDiff/index.d.ts.map +1 -1
- package/dist/views/Version/RenderFieldsToDiff/index.js +28 -43
- package/dist/views/Version/RenderFieldsToDiff/index.js.map +1 -0
- package/dist/views/Version/RenderFieldsToDiff/types.d.ts +2 -2
- package/dist/views/Version/RenderFieldsToDiff/types.d.ts.map +1 -1
- package/dist/views/Version/RenderFieldsToDiff/types.js +2 -5
- package/dist/views/Version/RenderFieldsToDiff/types.js.map +1 -0
- package/dist/views/Version/Restore/index.d.ts +1 -1
- package/dist/views/Version/Restore/index.d.ts.map +1 -1
- package/dist/views/Version/Restore/index.js +24 -71
- package/dist/views/Version/Restore/index.js.map +1 -0
- package/dist/views/Version/Restore/types.d.ts +1 -1
- package/dist/views/Version/Restore/types.d.ts.map +1 -1
- package/dist/views/Version/Restore/types.js +2 -5
- package/dist/views/Version/Restore/types.js.map +1 -0
- package/dist/views/Version/SelectComparison/index.d.ts +1 -1
- package/dist/views/Version/SelectComparison/index.d.ts.map +1 -1
- package/dist/views/Version/SelectComparison/index.js +53 -90
- package/dist/views/Version/SelectComparison/index.js.map +1 -0
- package/dist/views/Version/SelectComparison/types.d.ts +1 -1
- package/dist/views/Version/SelectComparison/types.d.ts.map +1 -1
- package/dist/views/Version/SelectComparison/types.js +2 -5
- package/dist/views/Version/SelectComparison/types.js.map +1 -0
- package/dist/views/Version/SelectLocales/index.d.ts +1 -1
- package/dist/views/Version/SelectLocales/index.d.ts.map +1 -1
- package/dist/views/Version/SelectLocales/index.js +11 -25
- package/dist/views/Version/SelectLocales/index.js.map +1 -0
- package/dist/views/Version/SelectLocales/types.d.ts +4 -4
- package/dist/views/Version/SelectLocales/types.d.ts.map +1 -1
- package/dist/views/Version/SelectLocales/types.js +2 -5
- package/dist/views/Version/SelectLocales/types.js.map +1 -0
- package/dist/views/Version/index.d.ts +2 -2
- package/dist/views/Version/index.d.ts.map +1 -1
- package/dist/views/Version/index.js +35 -42
- package/dist/views/Version/index.js.map +1 -0
- package/dist/views/Version/meta.d.ts +1 -1
- package/dist/views/Version/meta.d.ts.map +1 -1
- package/dist/views/Version/meta.js +13 -19
- package/dist/views/Version/meta.js.map +1 -0
- package/dist/views/Version/shared.js +3 -21
- package/dist/views/Version/shared.js.map +1 -0
- package/dist/views/Versions/buildColumns.d.ts +2 -2
- package/dist/views/Versions/buildColumns.d.ts.map +1 -1
- package/dist/views/Versions/buildColumns.js +36 -42
- package/dist/views/Versions/buildColumns.js.map +1 -0
- package/dist/views/Versions/cells/AutosaveCell/index.d.ts.map +1 -1
- package/dist/views/Versions/cells/AutosaveCell/index.js +10 -59
- package/dist/views/Versions/cells/AutosaveCell/index.js.map +1 -0
- package/dist/views/Versions/cells/CreatedAt/index.d.ts.map +1 -1
- package/dist/views/Versions/cells/CreatedAt/index.js +18 -25
- package/dist/views/Versions/cells/CreatedAt/index.js.map +1 -0
- package/dist/views/Versions/cells/ID/index.js +6 -57
- package/dist/views/Versions/cells/ID/index.js.map +1 -0
- package/dist/views/Versions/index.client.d.ts +1 -6
- package/dist/views/Versions/index.client.d.ts.map +1 -1
- package/dist/views/Versions/index.client.js +31 -117
- package/dist/views/Versions/index.client.js.map +1 -0
- package/dist/views/Versions/index.d.ts +2 -3
- package/dist/views/Versions/index.d.ts.map +1 -1
- package/dist/views/Versions/index.js +40 -72
- package/dist/views/Versions/index.js.map +1 -0
- package/dist/views/Versions/meta.d.ts +1 -1
- package/dist/views/Versions/meta.d.ts.map +1 -1
- package/dist/views/Versions/meta.js +7 -17
- package/dist/views/Versions/meta.js.map +1 -0
- package/dist/views/Versions/types.js +2 -5
- 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 -1
- package/dist/withPayload.d.ts.map +1 -1
- package/dist/withPayload.js +3 -8
- package/dist/withPayload.js.map +1 -0
- package/package.json +36 -52
- package/src/index.js +1 -0
- 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/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/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/getNextT.d.ts +0 -7
- package/dist/utilities/getNextT.d.ts.map +0 -1
- package/dist/utilities/getNextT.js +0 -28
- package/dist/views/Document/getCustomViewByPath.d.ts +0 -4
- package/dist/views/Document/getCustomViewByPath.d.ts.map +0 -1
- package/dist/views/Document/getCustomViewByPath.js +0 -26
- package/dist/views/Edit/Default/RenderCustomView.d.ts +0 -2
- package/dist/views/Edit/Default/RenderCustomView.d.ts.map +0 -1
- package/dist/views/Edit/Default/RenderCustomView.js +0 -3
- package/dist/views/Edit/types.d.js +0 -7
- package/dist/views/Edit/types.d.ts +0 -32
- package/dist/views/Edit/types.d.ts.map +0 -1
- package/dist/views/Edit/types.js +0 -6
- package/dist/views/List/Default/Cell/cellTypes.spec.js +0 -234
- package/dist/views/List/Default/Cell/fields/Array/index.d.ts +0 -7
- package/dist/views/List/Default/Cell/fields/Array/index.d.ts.map +0 -1
- package/dist/views/List/Default/Cell/fields/Array/index.js +0 -27
- package/dist/views/List/Default/Cell/fields/Blocks/index.d.ts +0 -8
- package/dist/views/List/Default/Cell/fields/Blocks/index.d.ts.map +0 -1
- package/dist/views/List/Default/Cell/fields/Blocks/index.js +0 -45
- package/dist/views/List/Default/Cell/fields/Checkbox/index.d.ts +0 -5
- package/dist/views/List/Default/Cell/fields/Checkbox/index.d.ts.map +0 -1
- package/dist/views/List/Default/Cell/fields/Checkbox/index.js +0 -23
- package/dist/views/List/Default/Cell/fields/Checkbox/index.scss +0 -22
- package/dist/views/List/Default/Cell/fields/Code/index.d.ts +0 -8
- package/dist/views/List/Default/Cell/fields/Code/index.d.ts.map +0 -1
- package/dist/views/List/Default/Cell/fields/Code/index.js +0 -29
- package/dist/views/List/Default/Cell/fields/Code/index.scss +0 -27
- package/dist/views/List/Default/Cell/fields/Date/index.d.ts +0 -7
- package/dist/views/List/Default/Cell/fields/Date/index.d.ts.map +0 -1
- package/dist/views/List/Default/Cell/fields/Date/index.js +0 -26
- package/dist/views/List/Default/Cell/fields/File/index.d.ts +0 -7
- package/dist/views/List/Default/Cell/fields/File/index.d.ts.map +0 -1
- package/dist/views/List/Default/Cell/fields/File/index.js +0 -39
- package/dist/views/List/Default/Cell/fields/File/index.scss +0 -23
- package/dist/views/List/Default/Cell/fields/JSON/index.d.ts +0 -5
- package/dist/views/List/Default/Cell/fields/JSON/index.d.ts.map +0 -1
- package/dist/views/List/Default/Cell/fields/JSON/index.js +0 -26
- package/dist/views/List/Default/Cell/fields/JSON/index.scss +0 -22
- package/dist/views/List/Default/Cell/fields/Relationship/index.d.ts +0 -9
- package/dist/views/List/Default/Cell/fields/Relationship/index.d.ts.map +0 -1
- package/dist/views/List/Default/Cell/fields/Relationship/index.js +0 -121
- package/dist/views/List/Default/Cell/fields/Relationship/index.scss +0 -3
- package/dist/views/List/Default/Cell/fields/Richtext/index.d.ts +0 -2
- package/dist/views/List/Default/Cell/fields/Richtext/index.d.ts.map +0 -1
- package/dist/views/List/Default/Cell/fields/Richtext/index.js +0 -3
- package/dist/views/List/Default/Cell/fields/Select/index.d.ts +0 -7
- package/dist/views/List/Default/Cell/fields/Select/index.d.ts.map +0 -1
- package/dist/views/List/Default/Cell/fields/Select/index.js +0 -40
- package/dist/views/List/Default/Cell/fields/Textarea/index.d.ts +0 -4
- package/dist/views/List/Default/Cell/fields/Textarea/index.d.ts.map +0 -1
- package/dist/views/List/Default/Cell/fields/Textarea/index.js +0 -23
- package/dist/views/List/Default/Cell/fields/index.d.ts +0 -17
- package/dist/views/List/Default/Cell/fields/index.d.ts.map +0 -1
- package/dist/views/List/Default/Cell/fields/index.js +0 -36
- package/dist/views/List/Default/Cell/index.d.ts +0 -4
- package/dist/views/List/Default/Cell/index.d.ts.map +0 -1
- package/dist/views/List/Default/Cell/index.js +0 -89
- package/dist/views/List/Default/RelationshipProvider/index.d.ts +0 -20
- package/dist/views/List/Default/RelationshipProvider/index.d.ts.map +0 -1
- package/dist/views/List/Default/RelationshipProvider/index.js +0 -153
- package/dist/views/List/Default/RelationshipProvider/reducer.d.ts +0 -19
- package/dist/views/List/Default/RelationshipProvider/reducer.d.ts.map +0 -1
- package/dist/views/List/Default/RelationshipProvider/reducer.js +0 -55
- package/dist/views/Unauthorized/UnauthorizedClient.d.ts +0 -5
- package/dist/views/Unauthorized/UnauthorizedClient.d.ts.map +0 -1
- package/dist/views/Unauthorized/UnauthorizedClient.js +0 -27
- package/src/index.ts +0 -6
- /package/dist/{static/SuisseIntl-Bold.2211c494.woff → prod/payload/SuisseIntl-Bold.woff} +0 -0
- /package/dist/{static/SuisseIntl-Bold.9c7dfd00.woff2 → prod/payload/SuisseIntl-Bold.woff2} +0 -0
- /package/dist/{static/SuisseIntl-Medium.d7aeda9e.woff → prod/payload/SuisseIntl-Medium.woff} +0 -0
- /package/dist/{static/SuisseIntl-Medium.5b718d97.woff2 → prod/payload/SuisseIntl-Medium.woff2} +0 -0
- /package/dist/{static/SuisseIntl-SemiBold.e7caa9e1.woff → prod/payload/SuisseIntl-SemiBold.woff} +0 -0
- /package/dist/{static/SuisseIntl-SemiBold.40ad7515.woff2 → prod/payload/SuisseIntl-SemiBold.woff2} +0 -0
- /package/dist/{static/SuisseIntl.8b4ddd0d.woff → prod/payload/SuisseIntl.woff} +0 -0
- /package/dist/{static/SuisseIntl.51922ceb.woff2 → prod/payload/SuisseIntl.woff2} +0 -0
- /package/dist/{static/merriweather-v30-latin-900.efe8f6a3.woff → prod/payload/merriweather-v30-latin-900.woff} +0 -0
- /package/dist/{static/merriweather-v30-latin-900.52244336.woff2 → prod/payload/merriweather-v30-latin-900.woff2} +0 -0
- /package/dist/{static/merriweather-v30-latin-900italic.78b8935f.woff → prod/payload/merriweather-v30-latin-900italic.woff} +0 -0
- /package/dist/{static/merriweather-v30-latin-900italic.f53bb8d4.woff2 → prod/payload/merriweather-v30-latin-900italic.woff2} +0 -0
- /package/dist/{static/merriweather-v30-latin-italic.8f612153.woff → prod/payload/merriweather-v30-latin-italic.woff} +0 -0
- /package/dist/{static/merriweather-v30-latin-italic.a1cfdc5b.woff2 → prod/payload/merriweather-v30-latin-italic.woff2} +0 -0
- /package/dist/{static/merriweather-v30-latin-regular.787999a6.woff → prod/payload/merriweather-v30-latin-regular.woff} +0 -0
- /package/dist/{static/merriweather-v30-latin-regular.e009f214.woff2 → prod/payload/merriweather-v30-latin-regular.woff2} +0 -0
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
value: true
|
|
4
|
-
});
|
|
5
|
-
Object.defineProperty(exports, "RouteError", {
|
|
6
|
-
enumerable: true,
|
|
7
|
-
get: function() {
|
|
8
|
-
return RouteError;
|
|
9
|
-
}
|
|
10
|
-
});
|
|
11
|
-
const _httpstatus = /*#__PURE__*/ _interop_require_default(require("http-status"));
|
|
12
|
-
const _errors = require("payload/errors");
|
|
13
|
-
function _interop_require_default(obj) {
|
|
14
|
-
return obj && obj.__esModule ? obj : {
|
|
15
|
-
default: obj
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
const formatErrors = (incoming)=>{
|
|
19
|
-
if (incoming) {
|
|
20
|
-
if (incoming instanceof _errors.APIError && incoming.data) {
|
|
21
|
-
return {
|
|
22
|
-
errors: [
|
|
23
|
-
{
|
|
24
|
-
name: incoming.name,
|
|
25
|
-
data: incoming.data,
|
|
26
|
-
message: incoming.message
|
|
27
|
-
}
|
|
28
|
-
]
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
// mongoose
|
|
32
|
-
if (!(incoming instanceof _errors.APIError || incoming instanceof Error) && incoming.errors) {
|
|
33
|
-
return {
|
|
34
|
-
errors: Object.keys(incoming.errors).reduce((acc, key)=>{
|
|
35
|
-
acc.push({
|
|
36
|
-
field: incoming.errors[key].path,
|
|
37
|
-
message: incoming.errors[key].message
|
|
38
|
-
});
|
|
39
|
-
return acc;
|
|
40
|
-
}, [])
|
|
41
|
-
};
|
|
42
|
-
}
|
|
43
|
-
if (Array.isArray(incoming.message)) {
|
|
44
|
-
return {
|
|
45
|
-
errors: incoming.message
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
if (incoming.name) {
|
|
49
|
-
return {
|
|
50
|
-
errors: [
|
|
51
|
-
{
|
|
52
|
-
message: incoming.message
|
|
53
|
-
}
|
|
54
|
-
]
|
|
55
|
-
};
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
return {
|
|
59
|
-
errors: [
|
|
60
|
-
{
|
|
61
|
-
message: 'An unknown error occurred.'
|
|
62
|
-
}
|
|
63
|
-
]
|
|
64
|
-
};
|
|
65
|
-
};
|
|
66
|
-
const RouteError = async ({ collection, err, req })=>{
|
|
67
|
-
if (!req?.payload) {
|
|
68
|
-
return Response.json({
|
|
69
|
-
message: err.message,
|
|
70
|
-
stack: err.stack
|
|
71
|
-
}, {
|
|
72
|
-
status: _httpstatus.default.INTERNAL_SERVER_ERROR
|
|
73
|
-
});
|
|
74
|
-
}
|
|
75
|
-
const { config, logger } = req.payload;
|
|
76
|
-
let response = formatErrors(err);
|
|
77
|
-
let status = err.status || _httpstatus.default.INTERNAL_SERVER_ERROR;
|
|
78
|
-
logger.error(err.stack);
|
|
79
|
-
// Internal server errors can contain anything, including potentially sensitive data.
|
|
80
|
-
// Therefore, error details will be hidden from the response unless `config.debug` is `true`
|
|
81
|
-
if (!config.debug && status === _httpstatus.default.INTERNAL_SERVER_ERROR) {
|
|
82
|
-
response = formatErrors(new _errors.APIError('Something went wrong.'));
|
|
83
|
-
}
|
|
84
|
-
if (config.debug && config.debug === true) {
|
|
85
|
-
response.stack = err.stack;
|
|
86
|
-
}
|
|
87
|
-
if (collection && typeof collection.config.hooks.afterError === 'function') {
|
|
88
|
-
({ response, status } = await collection.config.hooks.afterError(err, response, req.context, collection.config) || {
|
|
89
|
-
response,
|
|
90
|
-
status
|
|
91
|
-
});
|
|
92
|
-
}
|
|
93
|
-
if (typeof config.hooks.afterError === 'function') {
|
|
94
|
-
({ response, status } = await config.hooks.afterError(err, response, req.context, collection?.config) || {
|
|
95
|
-
response,
|
|
96
|
-
status
|
|
97
|
-
});
|
|
98
|
-
}
|
|
99
|
-
return Response.json(response, {
|
|
100
|
-
status
|
|
101
|
-
});
|
|
102
|
-
};
|
|
103
|
-
|
|
104
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9yb3V0ZXMvcmVzdC9Sb3V0ZUVycm9yLnRzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQ29sbGVjdGlvbiwgUGF5bG9hZFJlcXVlc3QgfSBmcm9tICdwYXlsb2FkL3R5cGVzJ1xuXG5pbXBvcnQgaHR0cFN0YXR1cyBmcm9tICdodHRwLXN0YXR1cydcbmltcG9ydCB7IEFQSUVycm9yIH0gZnJvbSAncGF5bG9hZC9lcnJvcnMnXG5cbmV4cG9ydCB0eXBlIEVycm9yUmVzcG9uc2UgPSB7IGRhdGE/OiBhbnk7IGVycm9yczogdW5rbm93bltdOyBzdGFjaz86IHN0cmluZyB9XG5cbmNvbnN0IGZvcm1hdEVycm9ycyA9IChpbmNvbWluZzogeyBba2V5OiBzdHJpbmddOiB1bmtub3duIH0gfCBBUElFcnJvciB8IEVycm9yKTogRXJyb3JSZXNwb25zZSA9PiB7XG4gIGlmIChpbmNvbWluZykge1xuICAgIGlmIChpbmNvbWluZyBpbnN0YW5jZW9mIEFQSUVycm9yICYmIGluY29taW5nLmRhdGEpIHtcbiAgICAgIHJldHVybiB7XG4gICAgICAgIGVycm9yczogW1xuICAgICAgICAgIHtcbiAgICAgICAgICAgIG5hbWU6IGluY29taW5nLm5hbWUsXG4gICAgICAgICAgICBkYXRhOiBpbmNvbWluZy5kYXRhLFxuICAgICAgICAgICAgbWVzc2FnZTogaW5jb21pbmcubWVzc2FnZSxcbiAgICAgICAgICB9LFxuICAgICAgICBdLFxuICAgICAgfVxuICAgIH1cblxuICAgIC8vIG1vbmdvb3NlXG4gICAgaWYgKCEoaW5jb21pbmcgaW5zdGFuY2VvZiBBUElFcnJvciB8fCBpbmNvbWluZyBpbnN0YW5jZW9mIEVycm9yKSAmJiBpbmNvbWluZy5lcnJvcnMpIHtcbiAgICAgIHJldHVybiB7XG4gICAgICAgIGVycm9yczogT2JqZWN0LmtleXMoaW5jb21pbmcuZXJyb3JzKS5yZWR1Y2UoKGFjYywga2V5KSA9PiB7XG4gICAgICAgICAgYWNjLnB1c2goe1xuICAgICAgICAgICAgZmllbGQ6IGluY29taW5nLmVycm9yc1trZXldLnBhdGgsXG4gICAgICAgICAgICBtZXNzYWdlOiBpbmNvbWluZy5lcnJvcnNba2V5XS5tZXNzYWdlLFxuICAgICAgICAgIH0pXG4gICAgICAgICAgcmV0dXJuIGFjY1xuICAgICAgICB9LCBbXSksXG4gICAgICB9XG4gICAgfVxuXG4gICAgaWYgKEFycmF5LmlzQXJyYXkoaW5jb21pbmcubWVzc2FnZSkpIHtcbiAgICAgIHJldHVybiB7XG4gICAgICAgIGVycm9yczogaW5jb21pbmcubWVzc2FnZSxcbiAgICAgIH1cbiAgICB9XG5cbiAgICBpZiAoaW5jb21pbmcubmFtZSkge1xuICAgICAgcmV0dXJuIHtcbiAgICAgICAgZXJyb3JzOiBbXG4gICAgICAgICAge1xuICAgICAgICAgICAgbWVzc2FnZTogaW5jb21pbmcubWVzc2FnZSxcbiAgICAgICAgICB9LFxuICAgICAgICBdLFxuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIHJldHVybiB7XG4gICAgZXJyb3JzOiBbXG4gICAgICB7XG4gICAgICAgIG1lc3NhZ2U6ICdBbiB1bmtub3duIGVycm9yIG9jY3VycmVkLicsXG4gICAgICB9LFxuICAgIF0sXG4gIH1cbn1cblxuZXhwb3J0IGNvbnN0IFJvdXRlRXJyb3IgPSBhc3luYyAoe1xuICBjb2xsZWN0aW9uLFxuICBlcnIsXG4gIHJlcSxcbn06IHtcbiAgY29sbGVjdGlvbj86IENvbGxlY3Rpb25cbiAgZXJyOiBBUElFcnJvclxuICByZXE6IFBheWxvYWRSZXF1ZXN0XG59KSA9PiB7XG4gIGlmICghcmVxPy5wYXlsb2FkKSB7XG4gICAgcmV0dXJuIFJlc3BvbnNlLmpzb24oXG4gICAgICB7XG4gICAgICAgIG1lc3NhZ2U6IGVyci5tZXNzYWdlLFxuICAgICAgICBzdGFjazogZXJyLnN0YWNrLFxuICAgICAgfSxcbiAgICAgIHsgc3RhdHVzOiBodHRwU3RhdHVzLklOVEVSTkFMX1NFUlZFUl9FUlJPUiB9LFxuICAgIClcbiAgfVxuXG4gIGNvbnN0IHsgY29uZmlnLCBsb2dnZXIgfSA9IHJlcS5wYXlsb2FkXG4gIGxldCByZXNwb25zZSA9IGZvcm1hdEVycm9ycyhlcnIpXG4gIGxldCBzdGF0dXMgPSBlcnIuc3RhdHVzIHx8IGh0dHBTdGF0dXMuSU5URVJOQUxfU0VSVkVSX0VSUk9SXG5cbiAgbG9nZ2VyLmVycm9yKGVyci5zdGFjaylcblxuICAvLyBJbnRlcm5hbCBzZXJ2ZXIgZXJyb3JzIGNhbiBjb250YWluIGFueXRoaW5nLCBpbmNsdWRpbmcgcG90ZW50aWFsbHkgc2Vuc2l0aXZlIGRhdGEuXG4gIC8vIFRoZXJlZm9yZSwgZXJyb3IgZGV0YWlscyB3aWxsIGJlIGhpZGRlbiBmcm9tIHRoZSByZXNwb25zZSB1bmxlc3MgYGNvbmZpZy5kZWJ1Z2AgaXMgYHRydWVgXG4gIGlmICghY29uZmlnLmRlYnVnICYmIHN0YXR1cyA9PT0gaHR0cFN0YXR1cy5JTlRFUk5BTF9TRVJWRVJfRVJST1IpIHtcbiAgICByZXNwb25zZSA9IGZvcm1hdEVycm9ycyhuZXcgQVBJRXJyb3IoJ1NvbWV0aGluZyB3ZW50IHdyb25nLicpKVxuICB9XG5cbiAgaWYgKGNvbmZpZy5kZWJ1ZyAmJiBjb25maWcuZGVidWcgPT09IHRydWUpIHtcbiAgICByZXNwb25zZS5zdGFjayA9IGVyci5zdGFja1xuICB9XG5cbiAgaWYgKGNvbGxlY3Rpb24gJiYgdHlwZW9mIGNvbGxlY3Rpb24uY29uZmlnLmhvb2tzLmFmdGVyRXJyb3IgPT09ICdmdW5jdGlvbicpIHtcbiAgICA7KHsgcmVzcG9uc2UsIHN0YXR1cyB9ID0gKGF3YWl0IGNvbGxlY3Rpb24uY29uZmlnLmhvb2tzLmFmdGVyRXJyb3IoXG4gICAgICBlcnIsXG4gICAgICByZXNwb25zZSxcbiAgICAgIHJlcS5jb250ZXh0LFxuICAgICAgY29sbGVjdGlvbi5jb25maWcsXG4gICAgKSkgfHwgeyByZXNwb25zZSwgc3RhdHVzIH0pXG4gIH1cblxuICBpZiAodHlwZW9mIGNvbmZpZy5ob29rcy5hZnRlckVycm9yID09PSAnZnVuY3Rpb24nKSB7XG4gICAgOyh7IHJlc3BvbnNlLCBzdGF0dXMgfSA9IChhd2FpdCBjb25maWcuaG9va3MuYWZ0ZXJFcnJvcihcbiAgICAgIGVycixcbiAgICAgIHJlc3BvbnNlLFxuICAgICAgcmVxLmNvbnRleHQsXG4gICAgICBjb2xsZWN0aW9uPy5jb25maWcsXG4gICAgKSkgfHwge1xuICAgICAgcmVzcG9uc2UsXG4gICAgICBzdGF0dXMsXG4gICAgfSlcbiAgfVxuXG4gIHJldHVybiBSZXNwb25zZS5qc29uKHJlc3BvbnNlLCB7IHN0YXR1cyB9KVxufVxuIl0sIm5hbWVzIjpbIlJvdXRlRXJyb3IiLCJmb3JtYXRFcnJvcnMiLCJpbmNvbWluZyIsIkFQSUVycm9yIiwiZGF0YSIsImVycm9ycyIsIm5hbWUiLCJtZXNzYWdlIiwiRXJyb3IiLCJPYmplY3QiLCJrZXlzIiwicmVkdWNlIiwiYWNjIiwia2V5IiwicHVzaCIsImZpZWxkIiwicGF0aCIsIkFycmF5IiwiaXNBcnJheSIsImNvbGxlY3Rpb24iLCJlcnIiLCJyZXEiLCJwYXlsb2FkIiwiUmVzcG9uc2UiLCJqc29uIiwic3RhY2siLCJzdGF0dXMiLCJodHRwU3RhdHVzIiwiSU5URVJOQUxfU0VSVkVSX0VSUk9SIiwiY29uZmlnIiwibG9nZ2VyIiwicmVzcG9uc2UiLCJlcnJvciIsImRlYnVnIiwiaG9va3MiLCJhZnRlckVycm9yIiwiY29udGV4dCJdLCJtYXBwaW5ncyI6Ijs7OzsrQkE0RGFBOzs7ZUFBQUE7OzttRUExRFU7d0JBQ0U7Ozs7OztBQUl6QixNQUFNQyxlQUFlLENBQUNDO0lBQ3BCLElBQUlBLFVBQVU7UUFDWixJQUFJQSxvQkFBb0JDLGdCQUFRLElBQUlELFNBQVNFLElBQUksRUFBRTtZQUNqRCxPQUFPO2dCQUNMQyxRQUFRO29CQUNOO3dCQUNFQyxNQUFNSixTQUFTSSxJQUFJO3dCQUNuQkYsTUFBTUYsU0FBU0UsSUFBSTt3QkFDbkJHLFNBQVNMLFNBQVNLLE9BQU87b0JBQzNCO2lCQUNEO1lBQ0g7UUFDRjtRQUVBLFdBQVc7UUFDWCxJQUFJLENBQUVMLENBQUFBLG9CQUFvQkMsZ0JBQVEsSUFBSUQsb0JBQW9CTSxLQUFJLEtBQU1OLFNBQVNHLE1BQU0sRUFBRTtZQUNuRixPQUFPO2dCQUNMQSxRQUFRSSxPQUFPQyxJQUFJLENBQUNSLFNBQVNHLE1BQU0sRUFBRU0sTUFBTSxDQUFDLENBQUNDLEtBQUtDO29CQUNoREQsSUFBSUUsSUFBSSxDQUFDO3dCQUNQQyxPQUFPYixTQUFTRyxNQUFNLENBQUNRLElBQUksQ0FBQ0csSUFBSTt3QkFDaENULFNBQVNMLFNBQVNHLE1BQU0sQ0FBQ1EsSUFBSSxDQUFDTixPQUFPO29CQUN2QztvQkFDQSxPQUFPSztnQkFDVCxHQUFHLEVBQUU7WUFDUDtRQUNGO1FBRUEsSUFBSUssTUFBTUMsT0FBTyxDQUFDaEIsU0FBU0ssT0FBTyxHQUFHO1lBQ25DLE9BQU87Z0JBQ0xGLFFBQVFILFNBQVNLLE9BQU87WUFDMUI7UUFDRjtRQUVBLElBQUlMLFNBQVNJLElBQUksRUFBRTtZQUNqQixPQUFPO2dCQUNMRCxRQUFRO29CQUNOO3dCQUNFRSxTQUFTTCxTQUFTSyxPQUFPO29CQUMzQjtpQkFDRDtZQUNIO1FBQ0Y7SUFDRjtJQUVBLE9BQU87UUFDTEYsUUFBUTtZQUNOO2dCQUNFRSxTQUFTO1lBQ1g7U0FDRDtJQUNIO0FBQ0Y7QUFFTyxNQUFNUCxhQUFhLE9BQU8sRUFDL0JtQixVQUFVLEVBQ1ZDLEdBQUcsRUFDSEMsR0FBRyxFQUtKO0lBQ0MsSUFBSSxDQUFDQSxLQUFLQyxTQUFTO1FBQ2pCLE9BQU9DLFNBQVNDLElBQUksQ0FDbEI7WUFDRWpCLFNBQVNhLElBQUliLE9BQU87WUFDcEJrQixPQUFPTCxJQUFJSyxLQUFLO1FBQ2xCLEdBQ0E7WUFBRUMsUUFBUUMsbUJBQVUsQ0FBQ0MscUJBQXFCO1FBQUM7SUFFL0M7SUFFQSxNQUFNLEVBQUVDLE1BQU0sRUFBRUMsTUFBTSxFQUFFLEdBQUdULElBQUlDLE9BQU87SUFDdEMsSUFBSVMsV0FBVzlCLGFBQWFtQjtJQUM1QixJQUFJTSxTQUFTTixJQUFJTSxNQUFNLElBQUlDLG1CQUFVLENBQUNDLHFCQUFxQjtJQUUzREUsT0FBT0UsS0FBSyxDQUFDWixJQUFJSyxLQUFLO0lBRXRCLHFGQUFxRjtJQUNyRiw0RkFBNEY7SUFDNUYsSUFBSSxDQUFDSSxPQUFPSSxLQUFLLElBQUlQLFdBQVdDLG1CQUFVLENBQUNDLHFCQUFxQixFQUFFO1FBQ2hFRyxXQUFXOUIsYUFBYSxJQUFJRSxnQkFBUSxDQUFDO0lBQ3ZDO0lBRUEsSUFBSTBCLE9BQU9JLEtBQUssSUFBSUosT0FBT0ksS0FBSyxLQUFLLE1BQU07UUFDekNGLFNBQVNOLEtBQUssR0FBR0wsSUFBSUssS0FBSztJQUM1QjtJQUVBLElBQUlOLGNBQWMsT0FBT0EsV0FBV1UsTUFBTSxDQUFDSyxLQUFLLENBQUNDLFVBQVUsS0FBSyxZQUFZO1FBQ3hFLENBQUEsRUFBRUosUUFBUSxFQUFFTCxNQUFNLEVBQUUsR0FBRyxBQUFDLE1BQU1QLFdBQVdVLE1BQU0sQ0FBQ0ssS0FBSyxDQUFDQyxVQUFVLENBQ2hFZixLQUNBVyxVQUNBVixJQUFJZSxPQUFPLEVBQ1hqQixXQUFXVSxNQUFNLEtBQ2I7WUFBRUU7WUFBVUw7UUFBTyxDQUFBO0lBQzNCO0lBRUEsSUFBSSxPQUFPRyxPQUFPSyxLQUFLLENBQUNDLFVBQVUsS0FBSyxZQUFZO1FBQy9DLENBQUEsRUFBRUosUUFBUSxFQUFFTCxNQUFNLEVBQUUsR0FBRyxBQUFDLE1BQU1HLE9BQU9LLEtBQUssQ0FBQ0MsVUFBVSxDQUNyRGYsS0FDQVcsVUFDQVYsSUFBSWUsT0FBTyxFQUNYakIsWUFBWVUsV0FDUjtZQUNKRTtZQUNBTDtRQUNGLENBQUE7SUFDRjtJQUVBLE9BQU9ILFNBQVNDLElBQUksQ0FBQ08sVUFBVTtRQUFFTDtJQUFPO0FBQzFDIn0=
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { SanitizedConfig } from 'payload/types';
|
|
2
|
-
export declare const GET: (config: Promise<SanitizedConfig>) => (request: Request, { params }: {
|
|
3
|
-
params: {
|
|
4
|
-
collection: string;
|
|
5
|
-
filename: string;
|
|
6
|
-
};
|
|
7
|
-
}) => Promise<Response>;
|
|
8
|
-
//# sourceMappingURL=route.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"route.d.ts","sourceRoot":"","sources":["../../../../../../src/routes/rest/[collection]/file/[filename]/route.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAA8B,eAAe,EAAS,MAAM,eAAe,CAAA;AAkEvF,eAAO,MAAM,GAAG,WACL,QAAQ,eAAe,CAAC,eACjB,OAAO;YAAwB;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAE;uBAsDtF,CAAA"}
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
value: true
|
|
4
|
-
});
|
|
5
|
-
Object.defineProperty(exports, "GET", {
|
|
6
|
-
enumerable: true,
|
|
7
|
-
get: function() {
|
|
8
|
-
return GET;
|
|
9
|
-
}
|
|
10
|
-
});
|
|
11
|
-
const _promises = /*#__PURE__*/ _interop_require_default(require("fs/promises"));
|
|
12
|
-
const _httpstatus = /*#__PURE__*/ _interop_require_default(require("http-status"));
|
|
13
|
-
const _path = /*#__PURE__*/ _interop_require_default(require("path"));
|
|
14
|
-
const _auth = require("payload/auth");
|
|
15
|
-
const _errors = require("payload/errors");
|
|
16
|
-
const _nextstreamfile = require("../../../../../next-stream-file");
|
|
17
|
-
const _createPayloadRequest = require("../../../../../utilities/createPayloadRequest");
|
|
18
|
-
const _RouteError = require("../../../RouteError");
|
|
19
|
-
const _checkEndpoints = require("../../../checkEndpoints");
|
|
20
|
-
function _interop_require_default(obj) {
|
|
21
|
-
return obj && obj.__esModule ? obj : {
|
|
22
|
-
default: obj
|
|
23
|
-
};
|
|
24
|
-
}
|
|
25
|
-
async function checkFileAccess({ collection, filename, req }) {
|
|
26
|
-
const { config } = collection;
|
|
27
|
-
const disableEndpoints = (0, _checkEndpoints.endpointsAreDisabled)({
|
|
28
|
-
endpoints: config.endpoints,
|
|
29
|
-
request: req
|
|
30
|
-
});
|
|
31
|
-
if (disableEndpoints) return disableEndpoints;
|
|
32
|
-
const accessResult = await (0, _auth.executeAccess)({
|
|
33
|
-
isReadingStaticFile: true,
|
|
34
|
-
req
|
|
35
|
-
}, config.access.read);
|
|
36
|
-
if (typeof accessResult === 'object') {
|
|
37
|
-
const queryToBuild = {
|
|
38
|
-
and: [
|
|
39
|
-
{
|
|
40
|
-
or: [
|
|
41
|
-
{
|
|
42
|
-
filename: {
|
|
43
|
-
equals: filename
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
]
|
|
47
|
-
},
|
|
48
|
-
accessResult
|
|
49
|
-
]
|
|
50
|
-
};
|
|
51
|
-
if (config.upload.imageSizes) {
|
|
52
|
-
config.upload.imageSizes.forEach(({ name })=>{
|
|
53
|
-
queryToBuild.and[0].or.push({
|
|
54
|
-
[`sizes.${name}.filename`]: {
|
|
55
|
-
equals: filename
|
|
56
|
-
}
|
|
57
|
-
});
|
|
58
|
-
});
|
|
59
|
-
}
|
|
60
|
-
const doc = await req.payload.db.findOne({
|
|
61
|
-
collection: config.slug,
|
|
62
|
-
req,
|
|
63
|
-
where: queryToBuild
|
|
64
|
-
});
|
|
65
|
-
if (!doc) {
|
|
66
|
-
throw new _errors.Forbidden(req.t);
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
const GET = (config)=>async (request, { params })=>{
|
|
71
|
-
const { collection: collectionSlug, filename } = params;
|
|
72
|
-
let req;
|
|
73
|
-
let collection;
|
|
74
|
-
try {
|
|
75
|
-
req = await (0, _createPayloadRequest.createPayloadRequest)({
|
|
76
|
-
config,
|
|
77
|
-
params: {
|
|
78
|
-
collection: collectionSlug
|
|
79
|
-
},
|
|
80
|
-
request
|
|
81
|
-
});
|
|
82
|
-
collection = req.payload.collections?.[collectionSlug];
|
|
83
|
-
if (!collection) {
|
|
84
|
-
throw new _errors.APIError(`Media collection not found: ${collectionSlug}`, _httpstatus.default.BAD_REQUEST);
|
|
85
|
-
}
|
|
86
|
-
if (!collection.config.upload) {
|
|
87
|
-
throw new _errors.APIError(`This collection is not an upload collection: ${collectionSlug}`, _httpstatus.default.BAD_REQUEST);
|
|
88
|
-
}
|
|
89
|
-
if (collection.config.upload.disableLocalStorage) {
|
|
90
|
-
throw new _errors.APIError(`This collection has local storage disabled: ${collectionSlug}`, _httpstatus.default.BAD_REQUEST);
|
|
91
|
-
}
|
|
92
|
-
await checkFileAccess({
|
|
93
|
-
collection,
|
|
94
|
-
filename,
|
|
95
|
-
req
|
|
96
|
-
});
|
|
97
|
-
const fileDir = collection.config.upload?.staticDir || collection.config.slug;
|
|
98
|
-
const filePath = _path.default.resolve(`${fileDir}/${filename}`);
|
|
99
|
-
const stats = await _promises.default.stat(filePath);
|
|
100
|
-
const data = (0, _nextstreamfile.streamFile)(filePath);
|
|
101
|
-
return new Response(data, {
|
|
102
|
-
headers: new Headers({
|
|
103
|
-
'content-length': stats.size + ''
|
|
104
|
-
}),
|
|
105
|
-
status: _httpstatus.default.OK
|
|
106
|
-
});
|
|
107
|
-
} catch (error) {
|
|
108
|
-
return (0, _RouteError.RouteError)({
|
|
109
|
-
collection,
|
|
110
|
-
err: error,
|
|
111
|
-
req
|
|
112
|
-
});
|
|
113
|
-
}
|
|
114
|
-
};
|
|
115
|
-
|
|
116
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9yb3V0ZXMvcmVzdC9bY29sbGVjdGlvbl0vZmlsZS9bZmlsZW5hbWVdL3JvdXRlLnRzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgQ29sbGVjdGlvbiwgUGF5bG9hZFJlcXVlc3QsIFNhbml0aXplZENvbmZpZywgV2hlcmUgfSBmcm9tICdwYXlsb2FkL3R5cGVzJ1xuXG5pbXBvcnQgZnNQcm9taXNlcyBmcm9tICdmcy9wcm9taXNlcydcbmltcG9ydCBodHRwU3RhdHVzIGZyb20gJ2h0dHAtc3RhdHVzJ1xuaW1wb3J0IHBhdGggZnJvbSAncGF0aCdcbmltcG9ydCB7IGV4ZWN1dGVBY2Nlc3MgfSBmcm9tICdwYXlsb2FkL2F1dGgnXG5pbXBvcnQgeyBBUElFcnJvciwgRm9yYmlkZGVuIH0gZnJvbSAncGF5bG9hZC9lcnJvcnMnXG5cbmltcG9ydCB7IHN0cmVhbUZpbGUgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi9uZXh0LXN0cmVhbS1maWxlJ1xuaW1wb3J0IHsgY3JlYXRlUGF5bG9hZFJlcXVlc3QgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi91dGlsaXRpZXMvY3JlYXRlUGF5bG9hZFJlcXVlc3QnXG5pbXBvcnQgeyBSb3V0ZUVycm9yIH0gZnJvbSAnLi4vLi4vLi4vUm91dGVFcnJvcidcbmltcG9ydCB7IGVuZHBvaW50c0FyZURpc2FibGVkIH0gZnJvbSAnLi4vLi4vLi4vY2hlY2tFbmRwb2ludHMnXG5cbmFzeW5jIGZ1bmN0aW9uIGNoZWNrRmlsZUFjY2Vzcyh7XG4gIGNvbGxlY3Rpb24sXG4gIGZpbGVuYW1lLFxuICByZXEsXG59OiB7XG4gIGNvbGxlY3Rpb246IENvbGxlY3Rpb25cbiAgZmlsZW5hbWU6IHN0cmluZ1xuICByZXE6IFBheWxvYWRSZXF1ZXN0XG59KSB7XG4gIGNvbnN0IHsgY29uZmlnIH0gPSBjb2xsZWN0aW9uXG4gIGNvbnN0IGRpc2FibGVFbmRwb2ludHMgPSBlbmRwb2ludHNBcmVEaXNhYmxlZCh7IGVuZHBvaW50czogY29uZmlnLmVuZHBvaW50cywgcmVxdWVzdDogcmVxIH0pXG4gIGlmIChkaXNhYmxlRW5kcG9pbnRzKSByZXR1cm4gZGlzYWJsZUVuZHBvaW50c1xuXG4gIGNvbnN0IGFjY2Vzc1Jlc3VsdCA9IGF3YWl0IGV4ZWN1dGVBY2Nlc3MoeyBpc1JlYWRpbmdTdGF0aWNGaWxlOiB0cnVlLCByZXEgfSwgY29uZmlnLmFjY2Vzcy5yZWFkKVxuXG4gIGlmICh0eXBlb2YgYWNjZXNzUmVzdWx0ID09PSAnb2JqZWN0Jykge1xuICAgIGNvbnN0IHF1ZXJ5VG9CdWlsZDogV2hlcmUgPSB7XG4gICAgICBhbmQ6IFtcbiAgICAgICAge1xuICAgICAgICAgIG9yOiBbXG4gICAgICAgICAgICB7XG4gICAgICAgICAgICAgIGZpbGVuYW1lOiB7XG4gICAgICAgICAgICAgICAgZXF1YWxzOiBmaWxlbmFtZSxcbiAgICAgICAgICAgICAgfSxcbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgXSxcbiAgICAgICAgfSxcbiAgICAgICAgYWNjZXNzUmVzdWx0LFxuICAgICAgXSxcbiAgICB9XG5cbiAgICBpZiAoY29uZmlnLnVwbG9hZC5pbWFnZVNpemVzKSB7XG4gICAgICBjb25maWcudXBsb2FkLmltYWdlU2l6ZXMuZm9yRWFjaCgoeyBuYW1lIH0pID0+IHtcbiAgICAgICAgcXVlcnlUb0J1aWxkLmFuZFswXS5vci5wdXNoKHtcbiAgICAgICAgICBbYHNpemVzLiR7bmFtZX0uZmlsZW5hbWVgXToge1xuICAgICAgICAgICAgZXF1YWxzOiBmaWxlbmFtZSxcbiAgICAgICAgICB9LFxuICAgICAgICB9KVxuICAgICAgfSlcbiAgICB9XG5cbiAgICBjb25zdCBkb2MgPSBhd2FpdCByZXEucGF5bG9hZC5kYi5maW5kT25lKHtcbiAgICAgIGNvbGxlY3Rpb246IGNvbmZpZy5zbHVnLFxuICAgICAgcmVxLFxuICAgICAgd2hlcmU6IHF1ZXJ5VG9CdWlsZCxcbiAgICB9KVxuXG4gICAgaWYgKCFkb2MpIHtcbiAgICAgIHRocm93IG5ldyBGb3JiaWRkZW4ocmVxLnQpXG4gICAgfVxuICB9XG59XG5cbmV4cG9ydCBjb25zdCBHRVQgPVxuICAoY29uZmlnOiBQcm9taXNlPFNhbml0aXplZENvbmZpZz4pID0+XG4gIGFzeW5jIChyZXF1ZXN0OiBSZXF1ZXN0LCB7IHBhcmFtcyB9OiB7IHBhcmFtczogeyBjb2xsZWN0aW9uOiBzdHJpbmc7IGZpbGVuYW1lOiBzdHJpbmcgfSB9KSA9PiB7XG4gICAgY29uc3QgeyBjb2xsZWN0aW9uOiBjb2xsZWN0aW9uU2x1ZywgZmlsZW5hbWUgfSA9IHBhcmFtc1xuICAgIGxldCByZXE6IFBheWxvYWRSZXF1ZXN0XG4gICAgbGV0IGNvbGxlY3Rpb246IENvbGxlY3Rpb25cblxuICAgIHRyeSB7XG4gICAgICByZXEgPSBhd2FpdCBjcmVhdGVQYXlsb2FkUmVxdWVzdCh7XG4gICAgICAgIGNvbmZpZyxcbiAgICAgICAgcGFyYW1zOiB7IGNvbGxlY3Rpb246IGNvbGxlY3Rpb25TbHVnIH0sXG4gICAgICAgIHJlcXVlc3QsXG4gICAgICB9KVxuICAgICAgY29sbGVjdGlvbiA9IHJlcS5wYXlsb2FkLmNvbGxlY3Rpb25zPy5bY29sbGVjdGlvblNsdWddXG5cbiAgICAgIGlmICghY29sbGVjdGlvbikge1xuICAgICAgICB0aHJvdyBuZXcgQVBJRXJyb3IoYE1lZGlhIGNvbGxlY3Rpb24gbm90IGZvdW5kOiAke2NvbGxlY3Rpb25TbHVnfWAsIGh0dHBTdGF0dXMuQkFEX1JFUVVFU1QpXG4gICAgICB9XG5cbiAgICAgIGlmICghY29sbGVjdGlvbi5jb25maWcudXBsb2FkKSB7XG4gICAgICAgIHRocm93IG5ldyBBUElFcnJvcihcbiAgICAgICAgICBgVGhpcyBjb2xsZWN0aW9uIGlzIG5vdCBhbiB1cGxvYWQgY29sbGVjdGlvbjogJHtjb2xsZWN0aW9uU2x1Z31gLFxuICAgICAgICAgIGh0dHBTdGF0dXMuQkFEX1JFUVVFU1QsXG4gICAgICAgIClcbiAgICAgIH1cblxuICAgICAgaWYgKGNvbGxlY3Rpb24uY29uZmlnLnVwbG9hZC5kaXNhYmxlTG9jYWxTdG9yYWdlKSB7XG4gICAgICAgIHRocm93IG5ldyBBUElFcnJvcihcbiAgICAgICAgICBgVGhpcyBjb2xsZWN0aW9uIGhhcyBsb2NhbCBzdG9yYWdlIGRpc2FibGVkOiAke2NvbGxlY3Rpb25TbHVnfWAsXG4gICAgICAgICAgaHR0cFN0YXR1cy5CQURfUkVRVUVTVCxcbiAgICAgICAgKVxuICAgICAgfVxuXG4gICAgICBhd2FpdCBjaGVja0ZpbGVBY2Nlc3Moe1xuICAgICAgICBjb2xsZWN0aW9uLFxuICAgICAgICBmaWxlbmFtZSxcbiAgICAgICAgcmVxLFxuICAgICAgfSlcblxuICAgICAgY29uc3QgZmlsZURpciA9IGNvbGxlY3Rpb24uY29uZmlnLnVwbG9hZD8uc3RhdGljRGlyIHx8IGNvbGxlY3Rpb24uY29uZmlnLnNsdWdcbiAgICAgIGNvbnN0IGZpbGVQYXRoID0gcGF0aC5yZXNvbHZlKGAke2ZpbGVEaXJ9LyR7ZmlsZW5hbWV9YClcbiAgICAgIGNvbnN0IHN0YXRzID0gYXdhaXQgZnNQcm9taXNlcy5zdGF0KGZpbGVQYXRoKVxuICAgICAgY29uc3QgZGF0YSA9IHN0cmVhbUZpbGUoZmlsZVBhdGgpXG4gICAgICByZXR1cm4gbmV3IFJlc3BvbnNlKGRhdGEsIHtcbiAgICAgICAgaGVhZGVyczogbmV3IEhlYWRlcnMoe1xuICAgICAgICAgICdjb250ZW50LWxlbmd0aCc6IHN0YXRzLnNpemUgKyAnJyxcbiAgICAgICAgfSksXG4gICAgICAgIHN0YXR1czogaHR0cFN0YXR1cy5PSyxcbiAgICAgIH0pXG4gICAgfSBjYXRjaCAoZXJyb3IpIHtcbiAgICAgIHJldHVybiBSb3V0ZUVycm9yKHtcbiAgICAgICAgY29sbGVjdGlvbixcbiAgICAgICAgZXJyOiBlcnJvcixcbiAgICAgICAgcmVxLFxuICAgICAgfSlcbiAgICB9XG4gIH1cbiJdLCJuYW1lcyI6WyJHRVQiLCJjaGVja0ZpbGVBY2Nlc3MiLCJjb2xsZWN0aW9uIiwiZmlsZW5hbWUiLCJyZXEiLCJjb25maWciLCJkaXNhYmxlRW5kcG9pbnRzIiwiZW5kcG9pbnRzQXJlRGlzYWJsZWQiLCJlbmRwb2ludHMiLCJyZXF1ZXN0IiwiYWNjZXNzUmVzdWx0IiwiZXhlY3V0ZUFjY2VzcyIsImlzUmVhZGluZ1N0YXRpY0ZpbGUiLCJhY2Nlc3MiLCJyZWFkIiwicXVlcnlUb0J1aWxkIiwiYW5kIiwib3IiLCJlcXVhbHMiLCJ1cGxvYWQiLCJpbWFnZVNpemVzIiwiZm9yRWFjaCIsIm5hbWUiLCJwdXNoIiwiZG9jIiwicGF5bG9hZCIsImRiIiwiZmluZE9uZSIsInNsdWciLCJ3aGVyZSIsIkZvcmJpZGRlbiIsInQiLCJwYXJhbXMiLCJjb2xsZWN0aW9uU2x1ZyIsImNyZWF0ZVBheWxvYWRSZXF1ZXN0IiwiY29sbGVjdGlvbnMiLCJBUElFcnJvciIsImh0dHBTdGF0dXMiLCJCQURfUkVRVUVTVCIsImRpc2FibGVMb2NhbFN0b3JhZ2UiLCJmaWxlRGlyIiwic3RhdGljRGlyIiwiZmlsZVBhdGgiLCJwYXRoIiwicmVzb2x2ZSIsInN0YXRzIiwiZnNQcm9taXNlcyIsInN0YXQiLCJkYXRhIiwic3RyZWFtRmlsZSIsIlJlc3BvbnNlIiwiaGVhZGVycyIsIkhlYWRlcnMiLCJzaXplIiwic3RhdHVzIiwiT0siLCJlcnJvciIsIlJvdXRlRXJyb3IiLCJlcnIiXSwibWFwcGluZ3MiOiI7Ozs7K0JBa0VhQTs7O2VBQUFBOzs7aUVBaEVVO21FQUNBOzZEQUNOO3NCQUNhO3dCQUNNO2dDQUVUO3NDQUNVOzRCQUNWO2dDQUNVOzs7Ozs7QUFFckMsZUFBZUMsZ0JBQWdCLEVBQzdCQyxVQUFVLEVBQ1ZDLFFBQVEsRUFDUkMsR0FBRyxFQUtKO0lBQ0MsTUFBTSxFQUFFQyxNQUFNLEVBQUUsR0FBR0g7SUFDbkIsTUFBTUksbUJBQW1CQyxJQUFBQSxvQ0FBb0IsRUFBQztRQUFFQyxXQUFXSCxPQUFPRyxTQUFTO1FBQUVDLFNBQVNMO0lBQUk7SUFDMUYsSUFBSUUsa0JBQWtCLE9BQU9BO0lBRTdCLE1BQU1JLGVBQWUsTUFBTUMsSUFBQUEsbUJBQWEsRUFBQztRQUFFQyxxQkFBcUI7UUFBTVI7SUFBSSxHQUFHQyxPQUFPUSxNQUFNLENBQUNDLElBQUk7SUFFL0YsSUFBSSxPQUFPSixpQkFBaUIsVUFBVTtRQUNwQyxNQUFNSyxlQUFzQjtZQUMxQkMsS0FBSztnQkFDSDtvQkFDRUMsSUFBSTt3QkFDRjs0QkFDRWQsVUFBVTtnQ0FDUmUsUUFBUWY7NEJBQ1Y7d0JBQ0Y7cUJBQ0Q7Z0JBQ0g7Z0JBQ0FPO2FBQ0Q7UUFDSDtRQUVBLElBQUlMLE9BQU9jLE1BQU0sQ0FBQ0MsVUFBVSxFQUFFO1lBQzVCZixPQUFPYyxNQUFNLENBQUNDLFVBQVUsQ0FBQ0MsT0FBTyxDQUFDLENBQUMsRUFBRUMsSUFBSSxFQUFFO2dCQUN4Q1AsYUFBYUMsR0FBRyxDQUFDLEVBQUUsQ0FBQ0MsRUFBRSxDQUFDTSxJQUFJLENBQUM7b0JBQzFCLENBQUMsQ0FBQyxNQUFNLEVBQUVELEtBQUssU0FBUyxDQUFDLENBQUMsRUFBRTt3QkFDMUJKLFFBQVFmO29CQUNWO2dCQUNGO1lBQ0Y7UUFDRjtRQUVBLE1BQU1xQixNQUFNLE1BQU1wQixJQUFJcUIsT0FBTyxDQUFDQyxFQUFFLENBQUNDLE9BQU8sQ0FBQztZQUN2Q3pCLFlBQVlHLE9BQU91QixJQUFJO1lBQ3ZCeEI7WUFDQXlCLE9BQU9kO1FBQ1Q7UUFFQSxJQUFJLENBQUNTLEtBQUs7WUFDUixNQUFNLElBQUlNLGlCQUFTLENBQUMxQixJQUFJMkIsQ0FBQztRQUMzQjtJQUNGO0FBQ0Y7QUFFTyxNQUFNL0IsTUFDWCxDQUFDSyxTQUNELE9BQU9JLFNBQWtCLEVBQUV1QixNQUFNLEVBQXdEO1FBQ3ZGLE1BQU0sRUFBRTlCLFlBQVkrQixjQUFjLEVBQUU5QixRQUFRLEVBQUUsR0FBRzZCO1FBQ2pELElBQUk1QjtRQUNKLElBQUlGO1FBRUosSUFBSTtZQUNGRSxNQUFNLE1BQU04QixJQUFBQSwwQ0FBb0IsRUFBQztnQkFDL0I3QjtnQkFDQTJCLFFBQVE7b0JBQUU5QixZQUFZK0I7Z0JBQWU7Z0JBQ3JDeEI7WUFDRjtZQUNBUCxhQUFhRSxJQUFJcUIsT0FBTyxDQUFDVSxXQUFXLEVBQUUsQ0FBQ0YsZUFBZTtZQUV0RCxJQUFJLENBQUMvQixZQUFZO2dCQUNmLE1BQU0sSUFBSWtDLGdCQUFRLENBQUMsQ0FBQyw0QkFBNEIsRUFBRUgsZUFBZSxDQUFDLEVBQUVJLG1CQUFVLENBQUNDLFdBQVc7WUFDNUY7WUFFQSxJQUFJLENBQUNwQyxXQUFXRyxNQUFNLENBQUNjLE1BQU0sRUFBRTtnQkFDN0IsTUFBTSxJQUFJaUIsZ0JBQVEsQ0FDaEIsQ0FBQyw2Q0FBNkMsRUFBRUgsZUFBZSxDQUFDLEVBQ2hFSSxtQkFBVSxDQUFDQyxXQUFXO1lBRTFCO1lBRUEsSUFBSXBDLFdBQVdHLE1BQU0sQ0FBQ2MsTUFBTSxDQUFDb0IsbUJBQW1CLEVBQUU7Z0JBQ2hELE1BQU0sSUFBSUgsZ0JBQVEsQ0FDaEIsQ0FBQyw0Q0FBNEMsRUFBRUgsZUFBZSxDQUFDLEVBQy9ESSxtQkFBVSxDQUFDQyxXQUFXO1lBRTFCO1lBRUEsTUFBTXJDLGdCQUFnQjtnQkFDcEJDO2dCQUNBQztnQkFDQUM7WUFDRjtZQUVBLE1BQU1vQyxVQUFVdEMsV0FBV0csTUFBTSxDQUFDYyxNQUFNLEVBQUVzQixhQUFhdkMsV0FBV0csTUFBTSxDQUFDdUIsSUFBSTtZQUM3RSxNQUFNYyxXQUFXQyxhQUFJLENBQUNDLE9BQU8sQ0FBQyxDQUFDLEVBQUVKLFFBQVEsQ0FBQyxFQUFFckMsU0FBUyxDQUFDO1lBQ3RELE1BQU0wQyxRQUFRLE1BQU1DLGlCQUFVLENBQUNDLElBQUksQ0FBQ0w7WUFDcEMsTUFBTU0sT0FBT0MsSUFBQUEsMEJBQVUsRUFBQ1A7WUFDeEIsT0FBTyxJQUFJUSxTQUFTRixNQUFNO2dCQUN4QkcsU0FBUyxJQUFJQyxRQUFRO29CQUNuQixrQkFBa0JQLE1BQU1RLElBQUksR0FBRztnQkFDakM7Z0JBQ0FDLFFBQVFqQixtQkFBVSxDQUFDa0IsRUFBRTtZQUN2QjtRQUNGLEVBQUUsT0FBT0MsT0FBTztZQUNkLE9BQU9DLElBQUFBLHNCQUFVLEVBQUM7Z0JBQ2hCdkQ7Z0JBQ0F3RCxLQUFLRjtnQkFDTHBEO1lBQ0Y7UUFDRjtJQUNGIn0=
|