react-easy-wall 1.0.19 → 1.0.21
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/assets/corona.svg.js +10 -0
- package/dist/cjs/assets/corona.svg.js.map +1 -0
- package/dist/cjs/components/panel/Panel.js +1 -0
- package/dist/cjs/components/panel/Panel.js.map +1 -1
- package/dist/cjs/components/panel/PanelAvatar.js +4 -2
- package/dist/cjs/components/panel/PanelAvatar.js.map +1 -1
- package/dist/cjs/components/panel/PanelButton.js +1 -0
- package/dist/cjs/components/panel/PanelButton.js.map +1 -1
- package/dist/cjs/components/panel/PanelDivider.js +1 -0
- package/dist/cjs/components/panel/PanelDivider.js.map +1 -1
- package/dist/cjs/components/panel/PanelFooter.js +1 -0
- package/dist/cjs/components/panel/PanelFooter.js.map +1 -1
- package/dist/cjs/components/panel/PanelHeader.js +1 -0
- package/dist/cjs/components/panel/PanelHeader.js.map +1 -1
- package/dist/cjs/components/panel/PanelItem.js +1 -0
- package/dist/cjs/components/panel/PanelItem.js.map +1 -1
- package/dist/cjs/components/panel/PanelListItems.js +2 -1
- package/dist/cjs/components/panel/PanelListItems.js.map +1 -1
- package/dist/cjs/components/session/SessionProvider.js +1 -0
- package/dist/cjs/components/session/SessionProvider.js.map +1 -1
- package/dist/cjs/components/session/SessionUserContext.js +1 -0
- package/dist/cjs/components/session/SessionUserContext.js.map +1 -1
- package/dist/cjs/components/session/SessionUserProvider.js +2 -0
- package/dist/cjs/components/session/SessionUserProvider.js.map +1 -1
- package/dist/cjs/shared/apollo/apollo.client.js +2 -2
- package/dist/cjs/shared/apollo/apollo.client.js.map +1 -1
- package/dist/cjs/shared/types/generated.js +2 -2
- package/dist/cjs/shared/types/generated.js.map +1 -1
- package/dist/esm/_virtual/_commonjsHelpers.js +30 -1
- package/dist/esm/_virtual/_commonjsHelpers.js.map +1 -1
- package/dist/esm/_virtual/_react.js +7 -0
- package/dist/esm/_virtual/_react.js.map +1 -0
- package/dist/esm/_virtual/navigation.js +5 -2
- package/dist/esm/_virtual/navigation.js.map +1 -1
- package/dist/esm/_virtual/router.js +5 -2
- package/dist/esm/_virtual/router.js.map +1 -1
- package/dist/esm/assets/corona.svg.js +6 -0
- package/dist/esm/assets/corona.svg.js.map +1 -0
- package/dist/esm/components/panel/Panel.js +1 -0
- package/dist/esm/components/panel/Panel.js.map +1 -1
- package/dist/esm/components/panel/PanelAvatar.js +4 -2
- package/dist/esm/components/panel/PanelAvatar.js.map +1 -1
- package/dist/esm/components/panel/PanelButton.js +1 -0
- package/dist/esm/components/panel/PanelButton.js.map +1 -1
- package/dist/esm/components/panel/PanelDivider.js +1 -0
- package/dist/esm/components/panel/PanelDivider.js.map +1 -1
- package/dist/esm/components/panel/PanelFooter.js +1 -0
- package/dist/esm/components/panel/PanelFooter.js.map +1 -1
- package/dist/esm/components/panel/PanelHeader.js +1 -0
- package/dist/esm/components/panel/PanelHeader.js.map +1 -1
- package/dist/esm/components/panel/PanelItem.js +1 -0
- package/dist/esm/components/panel/PanelItem.js.map +1 -1
- package/dist/esm/components/panel/PanelListItems.js +2 -1
- package/dist/esm/components/panel/PanelListItems.js.map +1 -1
- package/dist/esm/components/session/SessionProvider.js +1 -0
- package/dist/esm/components/session/SessionProvider.js.map +1 -1
- package/dist/esm/components/session/SessionUserContext.js +1 -0
- package/dist/esm/components/session/SessionUserContext.js.map +1 -1
- package/dist/esm/components/session/SessionUserProvider.js +2 -0
- package/dist/esm/components/session/SessionUserProvider.js.map +1 -1
- package/dist/esm/node_modules/@cobuildlab/react-simple-state/lib/hooks.js +2 -2
- package/dist/esm/node_modules/@cobuildlab/react-simple-state/lib/hooks.js.map +1 -1
- package/dist/esm/node_modules/@cobuildlab/react-simple-state/lib/store-hooks.js +2 -2
- package/dist/esm/node_modules/@cobuildlab/react-simple-state/lib/store-hooks.js.map +1 -1
- package/dist/esm/node_modules/@cobuildlab/react-simple-state/lib/views.js +2 -2
- package/dist/esm/node_modules/@cobuildlab/react-simple-state/lib/views.js.map +1 -1
- package/dist/esm/node_modules/@mui/material-nextjs/esm/nextCompatRouter.js +1 -1
- package/dist/esm/node_modules/@mui/material-nextjs/esm/v13-appRouter/nextNavigation.js +1 -1
- package/dist/esm/shared/apollo/apollo.client.js +1 -1
- package/dist/esm/shared/types/generated.js +1 -1
- package/dist/esm/types/components/session/session.types.d.ts +2 -1
- package/package.json +3 -1
- package/dist/cjs/_virtual/_interop_require_default.js +0 -6
- package/dist/cjs/_virtual/_interop_require_default.js.map +0 -1
- package/dist/cjs/_virtual/_interop_require_wildcard.js +0 -6
- package/dist/cjs/_virtual/_interop_require_wildcard.js.map +0 -1
- package/dist/cjs/_virtual/action-async-storage-instance.js +0 -6
- package/dist/cjs/_virtual/action-async-storage-instance.js.map +0 -1
- package/dist/cjs/_virtual/action-async-storage.external.js +0 -6
- package/dist/cjs/_virtual/action-async-storage.external.js.map +0 -1
- package/dist/cjs/_virtual/after-task-async-storage-instance.js +0 -6
- package/dist/cjs/_virtual/after-task-async-storage-instance.js.map +0 -1
- package/dist/cjs/_virtual/after-task-async-storage.external.js +0 -6
- package/dist/cjs/_virtual/after-task-async-storage.external.js.map +0 -1
- package/dist/cjs/_virtual/app-router-context.shared-runtime.js +0 -6
- package/dist/cjs/_virtual/app-router-context.shared-runtime.js.map +0 -1
- package/dist/cjs/_virtual/app-router-headers.js +0 -6
- package/dist/cjs/_virtual/app-router-headers.js.map +0 -1
- package/dist/cjs/_virtual/async-local-storage.js +0 -6
- package/dist/cjs/_virtual/async-local-storage.js.map +0 -1
- package/dist/cjs/_virtual/bailout-to-client-rendering.js +0 -6
- package/dist/cjs/_virtual/bailout-to-client-rendering.js.map +0 -1
- package/dist/cjs/_virtual/bailout-to-csr.js +0 -6
- package/dist/cjs/_virtual/bailout-to-csr.js.map +0 -1
- package/dist/cjs/_virtual/boundary-constants.js +0 -6
- package/dist/cjs/_virtual/boundary-constants.js.map +0 -1
- package/dist/cjs/_virtual/cookies.js +0 -6
- package/dist/cjs/_virtual/cookies.js.map +0 -1
- package/dist/cjs/_virtual/cookies2.js +0 -6
- package/dist/cjs/_virtual/cookies2.js.map +0 -1
- package/dist/cjs/_virtual/create-deduped-by-callsite-server-error-logger.js +0 -6
- package/dist/cjs/_virtual/create-deduped-by-callsite-server-error-logger.js.map +0 -1
- package/dist/cjs/_virtual/draft-mode.js +0 -6
- package/dist/cjs/_virtual/draft-mode.js.map +0 -1
- package/dist/cjs/_virtual/dynamic-rendering-utils.js +0 -6
- package/dist/cjs/_virtual/dynamic-rendering-utils.js.map +0 -1
- package/dist/cjs/_virtual/dynamic-rendering.js +0 -6
- package/dist/cjs/_virtual/dynamic-rendering.js.map +0 -1
- package/dist/cjs/_virtual/forbidden.js +0 -6
- package/dist/cjs/_virtual/forbidden.js.map +0 -1
- package/dist/cjs/_virtual/get-segment-value.js +0 -6
- package/dist/cjs/_virtual/get-segment-value.js.map +0 -1
- package/dist/cjs/_virtual/headers.js +0 -8
- package/dist/cjs/_virtual/headers.js.map +0 -1
- package/dist/cjs/_virtual/headers2.js +0 -6
- package/dist/cjs/_virtual/headers2.js.map +0 -1
- package/dist/cjs/_virtual/headers3.js +0 -6
- package/dist/cjs/_virtual/headers3.js.map +0 -1
- package/dist/cjs/_virtual/headers4.js +0 -6
- package/dist/cjs/_virtual/headers4.js.map +0 -1
- package/dist/cjs/_virtual/hooks-client-context.shared-runtime.js +0 -6
- package/dist/cjs/_virtual/hooks-client-context.shared-runtime.js.map +0 -1
- package/dist/cjs/_virtual/hooks-server-context.js +0 -6
- package/dist/cjs/_virtual/hooks-server-context.js.map +0 -1
- package/dist/cjs/_virtual/http-access-fallback.js +0 -6
- package/dist/cjs/_virtual/http-access-fallback.js.map +0 -1
- package/dist/cjs/_virtual/invariant-error.js +0 -6
- package/dist/cjs/_virtual/invariant-error.js.map +0 -1
- package/dist/cjs/_virtual/is-next-router-error.js +0 -6
- package/dist/cjs/_virtual/is-next-router-error.js.map +0 -1
- package/dist/cjs/_virtual/is-postpone.js +0 -6
- package/dist/cjs/_virtual/is-postpone.js.map +0 -1
- package/dist/cjs/_virtual/navigation.react-server.js +0 -6
- package/dist/cjs/_virtual/navigation.react-server.js.map +0 -1
- package/dist/cjs/_virtual/not-found.js +0 -6
- package/dist/cjs/_virtual/not-found.js.map +0 -1
- package/dist/cjs/_virtual/redirect-error.js +0 -6
- package/dist/cjs/_virtual/redirect-error.js.map +0 -1
- package/dist/cjs/_virtual/redirect-status-code.js +0 -6
- package/dist/cjs/_virtual/redirect-status-code.js.map +0 -1
- package/dist/cjs/_virtual/redirect.js +0 -6
- package/dist/cjs/_virtual/redirect.js.map +0 -1
- package/dist/cjs/_virtual/reflect.js +0 -6
- package/dist/cjs/_virtual/reflect.js.map +0 -1
- package/dist/cjs/_virtual/request-cookies.js +0 -6
- package/dist/cjs/_virtual/request-cookies.js.map +0 -1
- package/dist/cjs/_virtual/router-context.shared-runtime.js +0 -6
- package/dist/cjs/_virtual/router-context.shared-runtime.js.map +0 -1
- package/dist/cjs/_virtual/scheduler.js +0 -6
- package/dist/cjs/_virtual/scheduler.js.map +0 -1
- package/dist/cjs/_virtual/segment.js +0 -6
- package/dist/cjs/_virtual/segment.js.map +0 -1
- package/dist/cjs/_virtual/server-inserted-html.shared-runtime.js +0 -6
- package/dist/cjs/_virtual/server-inserted-html.shared-runtime.js.map +0 -1
- package/dist/cjs/_virtual/static-generation-bailout.js +0 -6
- package/dist/cjs/_virtual/static-generation-bailout.js.map +0 -1
- package/dist/cjs/_virtual/unauthorized.js +0 -6
- package/dist/cjs/_virtual/unauthorized.js.map +0 -1
- package/dist/cjs/_virtual/unrecognized-action-error.js +0 -6
- package/dist/cjs/_virtual/unrecognized-action-error.js.map +0 -1
- package/dist/cjs/_virtual/unstable-rethrow.browser.js +0 -6
- package/dist/cjs/_virtual/unstable-rethrow.browser.js.map +0 -1
- package/dist/cjs/_virtual/unstable-rethrow.js +0 -6
- package/dist/cjs/_virtual/unstable-rethrow.js.map +0 -1
- package/dist/cjs/_virtual/unstable-rethrow.server.js +0 -6
- package/dist/cjs/_virtual/unstable-rethrow.server.js.map +0 -1
- package/dist/cjs/_virtual/utils.js +0 -6
- package/dist/cjs/_virtual/utils.js.map +0 -1
- package/dist/cjs/_virtual/work-async-storage-instance.js +0 -6
- package/dist/cjs/_virtual/work-async-storage-instance.js.map +0 -1
- package/dist/cjs/_virtual/work-async-storage.external.js +0 -6
- package/dist/cjs/_virtual/work-async-storage.external.js.map +0 -1
- package/dist/cjs/_virtual/work-unit-async-storage-instance.js +0 -6
- package/dist/cjs/_virtual/work-unit-async-storage-instance.js.map +0 -1
- package/dist/cjs/_virtual/work-unit-async-storage.external.js +0 -6
- package/dist/cjs/_virtual/work-unit-async-storage.external.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/errors/CombinedProtocolErrors.js +0 -85
- package/dist/cjs/node_modules/@apollo/client/errors/CombinedProtocolErrors.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/errors/ServerError.js +0 -80
- package/dist/cjs/node_modules/@apollo/client/errors/ServerError.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/errors/ServerParseError.js +0 -77
- package/dist/cjs/node_modules/@apollo/client/errors/ServerParseError.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/errors/index.js +0 -9
- package/dist/cjs/node_modules/@apollo/client/errors/index.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/errors/utils.js +0 -19
- package/dist/cjs/node_modules/@apollo/client/errors/utils.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/link/client-awareness/ClientAwarenessLink.js +0 -91
- package/dist/cjs/node_modules/@apollo/client/link/client-awareness/ClientAwarenessLink.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/link/core/ApolloLink.js +0 -262
- package/dist/cjs/node_modules/@apollo/client/link/core/ApolloLink.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/link/http/BaseHttpLink.js +0 -155
- package/dist/cjs/node_modules/@apollo/client/link/http/BaseHttpLink.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/link/http/HttpLink.js +0 -41
- package/dist/cjs/node_modules/@apollo/client/link/http/HttpLink.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/link/http/parseAndCheckHttpResponse.js +0 -168
- package/dist/cjs/node_modules/@apollo/client/link/http/parseAndCheckHttpResponse.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/link/http/rewriteURIForGET.js +0 -56
- package/dist/cjs/node_modules/@apollo/client/link/http/rewriteURIForGET.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/link/http/selectHttpOptionsAndBody.js +0 -106
- package/dist/cjs/node_modules/@apollo/client/link/http/selectHttpOptionsAndBody.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/link/http/selectURI.js +0 -18
- package/dist/cjs/node_modules/@apollo/client/link/http/selectURI.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/link/utils/createOperation.js +0 -40
- package/dist/cjs/node_modules/@apollo/client/link/utils/createOperation.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/link/utils/filterOperationVariables.js +0 -27
- package/dist/cjs/node_modules/@apollo/client/link/utils/filterOperationVariables.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/utilities/caching/sizes.js +0 -31
- package/dist/cjs/node_modules/@apollo/client/utilities/caching/sizes.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/utilities/environment/index.production.js +0 -6
- package/dist/cjs/node_modules/@apollo/client/utilities/environment/index.production.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/utilities/graphql/operations.js +0 -65
- package/dist/cjs/node_modules/@apollo/client/utilities/graphql/operations.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/utilities/graphql/print.js +0 -31
- package/dist/cjs/node_modules/@apollo/client/utilities/graphql/print.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/caches.js +0 -49
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/caches.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/checkDocument.js +0 -62
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/checkDocument.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/compact.js +0 -27
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/compact.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/getOperationDefinition.js +0 -16
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/getOperationDefinition.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/getOperationName.js +0 -13
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/getOperationName.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/globals/global.js +0 -21
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/globals/global.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/globals/maybe.js +0 -11
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/globals/maybe.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/isNonNullObject.js +0 -13
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/isNonNullObject.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/makeUniqueId.js +0 -19
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/makeUniqueId.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/memoize.js +0 -33
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/memoize.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/stringifyForDisplay.js +0 -20
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/stringifyForDisplay.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/utilities/invariant/index.js +0 -94
- package/dist/cjs/node_modules/@apollo/client/utilities/invariant/index.js.map +0 -1
- package/dist/cjs/node_modules/@apollo/client/version.js +0 -6
- package/dist/cjs/node_modules/@apollo/client/version.js.map +0 -1
- package/dist/cjs/node_modules/@swc/helpers/cjs/_interop_require_default.js +0 -19
- package/dist/cjs/node_modules/@swc/helpers/cjs/_interop_require_default.js.map +0 -1
- package/dist/cjs/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js +0 -51
- package/dist/cjs/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js.map +0 -1
- package/dist/cjs/node_modules/@wry/caches/lib/weak.js +0 -147
- package/dist/cjs/node_modules/@wry/caches/lib/weak.js.map +0 -1
- package/dist/cjs/node_modules/@wry/trie/lib/index.js +0 -86
- package/dist/cjs/node_modules/@wry/trie/lib/index.js.map +0 -1
- package/dist/cjs/node_modules/graphql/error/GraphQLError.js +0 -232
- package/dist/cjs/node_modules/graphql/error/GraphQLError.js.map +0 -1
- package/dist/cjs/node_modules/graphql/error/syntaxError.js +0 -18
- package/dist/cjs/node_modules/graphql/error/syntaxError.js.map +0 -1
- package/dist/cjs/node_modules/graphql/jsutils/devAssert.js +0 -12
- package/dist/cjs/node_modules/graphql/jsutils/devAssert.js.map +0 -1
- package/dist/cjs/node_modules/graphql/jsutils/inspect.js +0 -120
- package/dist/cjs/node_modules/graphql/jsutils/inspect.js.map +0 -1
- package/dist/cjs/node_modules/graphql/jsutils/instanceOf.js +0 -63
- package/dist/cjs/node_modules/graphql/jsutils/instanceOf.js.map +0 -1
- package/dist/cjs/node_modules/graphql/jsutils/invariant.js +0 -14
- package/dist/cjs/node_modules/graphql/jsutils/invariant.js.map +0 -1
- package/dist/cjs/node_modules/graphql/jsutils/isObjectLike.js +0 -12
- package/dist/cjs/node_modules/graphql/jsutils/isObjectLike.js.map +0 -1
- package/dist/cjs/node_modules/graphql/language/ast.js +0 -227
- package/dist/cjs/node_modules/graphql/language/ast.js.map +0 -1
- package/dist/cjs/node_modules/graphql/language/blockString.js +0 -114
- package/dist/cjs/node_modules/graphql/language/blockString.js.map +0 -1
- package/dist/cjs/node_modules/graphql/language/characterClasses.js +0 -73
- package/dist/cjs/node_modules/graphql/language/characterClasses.js.map +0 -1
- package/dist/cjs/node_modules/graphql/language/directiveLocation.js +0 -34
- package/dist/cjs/node_modules/graphql/language/directiveLocation.js.map +0 -1
- package/dist/cjs/node_modules/graphql/language/kinds.js +0 -63
- package/dist/cjs/node_modules/graphql/language/kinds.js.map +0 -1
- package/dist/cjs/node_modules/graphql/language/lexer.js +0 -925
- package/dist/cjs/node_modules/graphql/language/lexer.js.map +0 -1
- package/dist/cjs/node_modules/graphql/language/location.js +0 -36
- package/dist/cjs/node_modules/graphql/language/location.js.map +0 -1
- package/dist/cjs/node_modules/graphql/language/parser.js +0 -1582
- package/dist/cjs/node_modules/graphql/language/parser.js.map +0 -1
- package/dist/cjs/node_modules/graphql/language/printLocation.js +0 -72
- package/dist/cjs/node_modules/graphql/language/printLocation.js.map +0 -1
- package/dist/cjs/node_modules/graphql/language/printString.js +0 -181
- package/dist/cjs/node_modules/graphql/language/printString.js.map +0 -1
- package/dist/cjs/node_modules/graphql/language/printer.js +0 -374
- package/dist/cjs/node_modules/graphql/language/printer.js.map +0 -1
- package/dist/cjs/node_modules/graphql/language/source.js +0 -56
- package/dist/cjs/node_modules/graphql/language/source.js.map +0 -1
- package/dist/cjs/node_modules/graphql/language/tokenKind.js +0 -39
- package/dist/cjs/node_modules/graphql/language/tokenKind.js.map +0 -1
- package/dist/cjs/node_modules/graphql/language/visitor.js +0 -274
- package/dist/cjs/node_modules/graphql/language/visitor.js.map +0 -1
- package/dist/cjs/node_modules/graphql-tag/lib/index.js +0 -129
- package/dist/cjs/node_modules/graphql-tag/lib/index.js.map +0 -1
- package/dist/cjs/node_modules/next/compat/router.js +0 -16
- package/dist/cjs/node_modules/next/compat/router.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/client/compat/router.js +0 -40
- package/dist/cjs/node_modules/next/dist/client/compat/router.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/client/components/app-router-headers.js +0 -109
- package/dist/cjs/node_modules/next/dist/client/components/app-router-headers.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/client/components/bailout-to-client-rendering.js +0 -58
- package/dist/cjs/node_modules/next/dist/client/components/bailout-to-client-rendering.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/client/components/forbidden.js +0 -65
- package/dist/cjs/node_modules/next/dist/client/components/forbidden.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/client/components/hooks-server-context.js +0 -53
- package/dist/cjs/node_modules/next/dist/client/components/hooks-server-context.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js +0 -80
- package/dist/cjs/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/client/components/is-next-router-error.js +0 -40
- package/dist/cjs/node_modules/next/dist/client/components/is-next-router-error.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/client/components/navigation.js +0 -192
- package/dist/cjs/node_modules/next/dist/client/components/navigation.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/client/components/navigation.react-server.js +0 -102
- package/dist/cjs/node_modules/next/dist/client/components/navigation.react-server.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/client/components/not-found.js +0 -59
- package/dist/cjs/node_modules/next/dist/client/components/not-found.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/client/components/redirect-error.js +0 -63
- package/dist/cjs/node_modules/next/dist/client/components/redirect-error.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/client/components/redirect-status-code.js +0 -39
- package/dist/cjs/node_modules/next/dist/client/components/redirect-status-code.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/client/components/redirect.js +0 -104
- package/dist/cjs/node_modules/next/dist/client/components/redirect.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js +0 -36
- package/dist/cjs/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/client/components/static-generation-bailout.js +0 -53
- package/dist/cjs/node_modules/next/dist/client/components/static-generation-bailout.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/client/components/unauthorized.js +0 -66
- package/dist/cjs/node_modules/next/dist/client/components/unauthorized.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/client/components/unrecognized-action-error.js +0 -50
- package/dist/cjs/node_modules/next/dist/client/components/unrecognized-action-error.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/client/components/unstable-rethrow.browser.js +0 -45
- package/dist/cjs/node_modules/next/dist/client/components/unstable-rethrow.browser.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/client/components/unstable-rethrow.js +0 -44
- package/dist/cjs/node_modules/next/dist/client/components/unstable-rethrow.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/client/components/unstable-rethrow.server.js +0 -53
- package/dist/cjs/node_modules/next/dist/client/components/unstable-rethrow.server.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +0 -343
- package/dist/cjs/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/lib/framework/boundary-constants.js +0 -45
- package/dist/cjs/node_modules/next/dist/lib/framework/boundary-constants.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/lib/scheduler.js +0 -73
- package/dist/cjs/node_modules/next/dist/lib/scheduler.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/server/app-render/action-async-storage-instance.js +0 -30
- package/dist/cjs/node_modules/next/dist/server/app-render/action-async-storage-instance.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/server/app-render/action-async-storage.external.js +0 -29
- package/dist/cjs/node_modules/next/dist/server/app-render/action-async-storage.external.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js +0 -30
- package/dist/cjs/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/server/app-render/after-task-async-storage.external.js +0 -29
- package/dist/cjs/node_modules/next/dist/server/app-render/after-task-async-storage.external.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/server/app-render/async-local-storage.js +0 -85
- package/dist/cjs/node_modules/next/dist/server/app-render/async-local-storage.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/server/app-render/dynamic-rendering.js +0 -656
- package/dist/cjs/node_modules/next/dist/server/app-render/dynamic-rendering.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/server/app-render/work-async-storage-instance.js +0 -30
- package/dist/cjs/node_modules/next/dist/server/app-render/work-async-storage-instance.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/server/app-render/work-async-storage.external.js +0 -29
- package/dist/cjs/node_modules/next/dist/server/app-render/work-async-storage.external.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js +0 -30
- package/dist/cjs/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +0 -212
- package/dist/cjs/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js +0 -112
- package/dist/cjs/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/server/dynamic-rendering-utils.js +0 -92
- package/dist/cjs/node_modules/next/dist/server/dynamic-rendering-utils.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/server/lib/router-utils/is-postpone.js +0 -31
- package/dist/cjs/node_modules/next/dist/server/lib/router-utils/is-postpone.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/server/request/cookies.js +0 -415
- package/dist/cjs/node_modules/next/dist/server/request/cookies.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/server/request/draft-mode.js +0 -293
- package/dist/cjs/node_modules/next/dist/server/request/draft-mode.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/server/request/headers.js +0 -366
- package/dist/cjs/node_modules/next/dist/server/request/headers.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/server/request/utils.js +0 -73
- package/dist/cjs/node_modules/next/dist/server/request/utils.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/server/web/spec-extension/adapters/headers.js +0 -204
- package/dist/cjs/node_modules/next/dist/server/web/spec-extension/adapters/headers.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js +0 -45
- package/dist/cjs/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +0 -218
- package/dist/cjs/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/server/web/spec-extension/cookies.js +0 -40
- package/dist/cjs/node_modules/next/dist/server/web/spec-extension/cookies.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +0 -60
- package/dist/cjs/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +0 -49
- package/dist/cjs/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/shared/lib/invariant-error.js +0 -33
- package/dist/cjs/node_modules/next/dist/shared/lib/invariant-error.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +0 -47
- package/dist/cjs/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +0 -35
- package/dist/cjs/node_modules/next/dist/shared/lib/router-context.shared-runtime.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/shared/lib/segment.js +0 -61
- package/dist/cjs/node_modules/next/dist/shared/lib/segment.js.map +0 -1
- package/dist/cjs/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +0 -48
- package/dist/cjs/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js.map +0 -1
- package/dist/cjs/node_modules/next/headers.js +0 -20
- package/dist/cjs/node_modules/next/headers.js.map +0 -1
- package/dist/cjs/node_modules/next/navigation.js +0 -16
- package/dist/cjs/node_modules/next/navigation.js.map +0 -1
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/Observable.js +0 -106
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/Observable.js.map +0 -1
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/Subscriber.js +0 -158
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/Subscriber.js.map +0 -1
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/Subscription.js +0 -148
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/Subscription.js.map +0 -1
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/config.js +0 -7
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/config.js.map +0 -1
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/observable/empty.js +0 -8
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/observable/empty.js.map +0 -1
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/scheduler/timeoutProvider.js +0 -20
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/scheduler/timeoutProvider.js.map +0 -1
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/symbol/observable.js +0 -6
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/symbol/observable.js.map +0 -1
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/UnsubscriptionError.js +0 -17
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/UnsubscriptionError.js.map +0 -1
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/arrRemove.js +0 -11
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/arrRemove.js.map +0 -1
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/createErrorClass.js +0 -15
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/createErrorClass.js.map +0 -1
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/errorContext.js +0 -10
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/errorContext.js.map +0 -1
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/identity.js +0 -8
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/identity.js.map +0 -1
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/isFunction.js +0 -8
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/isFunction.js.map +0 -1
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/noop.js +0 -6
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/noop.js.map +0 -1
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/pipe.js +0 -18
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/pipe.js.map +0 -1
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/reportUnhandledError.js +0 -14
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/util/reportUnhandledError.js.map +0 -1
- package/dist/cjs/node_modules/tslib/tslib.es6.js +0 -93
- package/dist/cjs/node_modules/tslib/tslib.es6.js.map +0 -1
- package/dist/components/Panel.d.ts +0 -4
- package/dist/components/panel/Panel.d.ts +0 -7
- package/dist/components/panel/PanelAvatar.d.ts +0 -7
- package/dist/components/panel/PanelDivider.d.ts +0 -5
- package/dist/components/panel/PanelHeader.d.ts +0 -7
- package/dist/components/panel/PanelItem.d.ts +0 -9
- package/dist/components/panel/PanelListItems.d.ts +0 -12
- package/dist/components/panel/index.d.ts +0 -9
- package/dist/components/panel/panel.actions.d.ts +0 -3
- package/dist/components/panel/panel.store.d.ts +0 -5
- package/dist/components/panel/panel.types.d.ts +0 -7
- package/dist/components/session/SessionProvider.d.ts +0 -8
- package/dist/components/session/SessionUserContext.d.ts +0 -3
- package/dist/components/session/SessionUserProvider.d.ts +0 -10
- package/dist/components/session/index.d.ts +0 -1
- package/dist/components/session/session.constants.d.ts +0 -3
- package/dist/components/session/session.hooks.d.ts +0 -1
- package/dist/components/session/session.types.d.ts +0 -6
- package/dist/config/config.types.d.ts +0 -4
- package/dist/esm/_virtual/_interop_require_default.js +0 -4
- package/dist/esm/_virtual/_interop_require_default.js.map +0 -1
- package/dist/esm/_virtual/_interop_require_wildcard.js +0 -4
- package/dist/esm/_virtual/_interop_require_wildcard.js.map +0 -1
- package/dist/esm/_virtual/action-async-storage-instance.js +0 -4
- package/dist/esm/_virtual/action-async-storage-instance.js.map +0 -1
- package/dist/esm/_virtual/action-async-storage.external.js +0 -4
- package/dist/esm/_virtual/action-async-storage.external.js.map +0 -1
- package/dist/esm/_virtual/after-task-async-storage-instance.js +0 -4
- package/dist/esm/_virtual/after-task-async-storage-instance.js.map +0 -1
- package/dist/esm/_virtual/after-task-async-storage.external.js +0 -4
- package/dist/esm/_virtual/after-task-async-storage.external.js.map +0 -1
- package/dist/esm/_virtual/app-router-context.shared-runtime.js +0 -4
- package/dist/esm/_virtual/app-router-context.shared-runtime.js.map +0 -1
- package/dist/esm/_virtual/app-router-headers.js +0 -4
- package/dist/esm/_virtual/app-router-headers.js.map +0 -1
- package/dist/esm/_virtual/async-local-storage.js +0 -4
- package/dist/esm/_virtual/async-local-storage.js.map +0 -1
- package/dist/esm/_virtual/bailout-to-client-rendering.js +0 -4
- package/dist/esm/_virtual/bailout-to-client-rendering.js.map +0 -1
- package/dist/esm/_virtual/bailout-to-csr.js +0 -4
- package/dist/esm/_virtual/bailout-to-csr.js.map +0 -1
- package/dist/esm/_virtual/boundary-constants.js +0 -4
- package/dist/esm/_virtual/boundary-constants.js.map +0 -1
- package/dist/esm/_virtual/cookies.js +0 -4
- package/dist/esm/_virtual/cookies.js.map +0 -1
- package/dist/esm/_virtual/cookies2.js +0 -4
- package/dist/esm/_virtual/cookies2.js.map +0 -1
- package/dist/esm/_virtual/create-deduped-by-callsite-server-error-logger.js +0 -4
- package/dist/esm/_virtual/create-deduped-by-callsite-server-error-logger.js.map +0 -1
- package/dist/esm/_virtual/draft-mode.js +0 -4
- package/dist/esm/_virtual/draft-mode.js.map +0 -1
- package/dist/esm/_virtual/dynamic-rendering-utils.js +0 -4
- package/dist/esm/_virtual/dynamic-rendering-utils.js.map +0 -1
- package/dist/esm/_virtual/dynamic-rendering.js +0 -4
- package/dist/esm/_virtual/dynamic-rendering.js.map +0 -1
- package/dist/esm/_virtual/forbidden.js +0 -4
- package/dist/esm/_virtual/forbidden.js.map +0 -1
- package/dist/esm/_virtual/get-segment-value.js +0 -4
- package/dist/esm/_virtual/get-segment-value.js.map +0 -1
- package/dist/esm/_virtual/headers.js +0 -6
- package/dist/esm/_virtual/headers.js.map +0 -1
- package/dist/esm/_virtual/headers2.js +0 -4
- package/dist/esm/_virtual/headers2.js.map +0 -1
- package/dist/esm/_virtual/headers3.js +0 -4
- package/dist/esm/_virtual/headers3.js.map +0 -1
- package/dist/esm/_virtual/headers4.js +0 -4
- package/dist/esm/_virtual/headers4.js.map +0 -1
- package/dist/esm/_virtual/hooks-client-context.shared-runtime.js +0 -4
- package/dist/esm/_virtual/hooks-client-context.shared-runtime.js.map +0 -1
- package/dist/esm/_virtual/hooks-server-context.js +0 -4
- package/dist/esm/_virtual/hooks-server-context.js.map +0 -1
- package/dist/esm/_virtual/http-access-fallback.js +0 -4
- package/dist/esm/_virtual/http-access-fallback.js.map +0 -1
- package/dist/esm/_virtual/invariant-error.js +0 -4
- package/dist/esm/_virtual/invariant-error.js.map +0 -1
- package/dist/esm/_virtual/is-next-router-error.js +0 -4
- package/dist/esm/_virtual/is-next-router-error.js.map +0 -1
- package/dist/esm/_virtual/is-postpone.js +0 -4
- package/dist/esm/_virtual/is-postpone.js.map +0 -1
- package/dist/esm/_virtual/navigation.react-server.js +0 -4
- package/dist/esm/_virtual/navigation.react-server.js.map +0 -1
- package/dist/esm/_virtual/not-found.js +0 -4
- package/dist/esm/_virtual/not-found.js.map +0 -1
- package/dist/esm/_virtual/redirect-error.js +0 -4
- package/dist/esm/_virtual/redirect-error.js.map +0 -1
- package/dist/esm/_virtual/redirect-status-code.js +0 -4
- package/dist/esm/_virtual/redirect-status-code.js.map +0 -1
- package/dist/esm/_virtual/redirect.js +0 -4
- package/dist/esm/_virtual/redirect.js.map +0 -1
- package/dist/esm/_virtual/reflect.js +0 -4
- package/dist/esm/_virtual/reflect.js.map +0 -1
- package/dist/esm/_virtual/request-cookies.js +0 -4
- package/dist/esm/_virtual/request-cookies.js.map +0 -1
- package/dist/esm/_virtual/router-context.shared-runtime.js +0 -4
- package/dist/esm/_virtual/router-context.shared-runtime.js.map +0 -1
- package/dist/esm/_virtual/scheduler.js +0 -4
- package/dist/esm/_virtual/scheduler.js.map +0 -1
- package/dist/esm/_virtual/segment.js +0 -4
- package/dist/esm/_virtual/segment.js.map +0 -1
- package/dist/esm/_virtual/server-inserted-html.shared-runtime.js +0 -4
- package/dist/esm/_virtual/server-inserted-html.shared-runtime.js.map +0 -1
- package/dist/esm/_virtual/static-generation-bailout.js +0 -4
- package/dist/esm/_virtual/static-generation-bailout.js.map +0 -1
- package/dist/esm/_virtual/unauthorized.js +0 -4
- package/dist/esm/_virtual/unauthorized.js.map +0 -1
- package/dist/esm/_virtual/unrecognized-action-error.js +0 -4
- package/dist/esm/_virtual/unrecognized-action-error.js.map +0 -1
- package/dist/esm/_virtual/unstable-rethrow.browser.js +0 -4
- package/dist/esm/_virtual/unstable-rethrow.browser.js.map +0 -1
- package/dist/esm/_virtual/unstable-rethrow.js +0 -4
- package/dist/esm/_virtual/unstable-rethrow.js.map +0 -1
- package/dist/esm/_virtual/unstable-rethrow.server.js +0 -4
- package/dist/esm/_virtual/unstable-rethrow.server.js.map +0 -1
- package/dist/esm/_virtual/utils.js +0 -4
- package/dist/esm/_virtual/utils.js.map +0 -1
- package/dist/esm/_virtual/work-async-storage-instance.js +0 -4
- package/dist/esm/_virtual/work-async-storage-instance.js.map +0 -1
- package/dist/esm/_virtual/work-async-storage.external.js +0 -4
- package/dist/esm/_virtual/work-async-storage.external.js.map +0 -1
- package/dist/esm/_virtual/work-unit-async-storage-instance.js +0 -4
- package/dist/esm/_virtual/work-unit-async-storage-instance.js.map +0 -1
- package/dist/esm/_virtual/work-unit-async-storage.external.js +0 -4
- package/dist/esm/_virtual/work-unit-async-storage.external.js.map +0 -1
- package/dist/esm/node_modules/@swc/helpers/cjs/_interop_require_default.js +0 -17
- package/dist/esm/node_modules/@swc/helpers/cjs/_interop_require_default.js.map +0 -1
- package/dist/esm/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js +0 -49
- package/dist/esm/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js.map +0 -1
- package/dist/esm/node_modules/next/compat/router.js +0 -14
- package/dist/esm/node_modules/next/compat/router.js.map +0 -1
- package/dist/esm/node_modules/next/dist/client/compat/router.js +0 -38
- package/dist/esm/node_modules/next/dist/client/compat/router.js.map +0 -1
- package/dist/esm/node_modules/next/dist/client/components/app-router-headers.js +0 -107
- package/dist/esm/node_modules/next/dist/client/components/app-router-headers.js.map +0 -1
- package/dist/esm/node_modules/next/dist/client/components/bailout-to-client-rendering.js +0 -56
- package/dist/esm/node_modules/next/dist/client/components/bailout-to-client-rendering.js.map +0 -1
- package/dist/esm/node_modules/next/dist/client/components/forbidden.js +0 -63
- package/dist/esm/node_modules/next/dist/client/components/forbidden.js.map +0 -1
- package/dist/esm/node_modules/next/dist/client/components/hooks-server-context.js +0 -51
- package/dist/esm/node_modules/next/dist/client/components/hooks-server-context.js.map +0 -1
- package/dist/esm/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js +0 -78
- package/dist/esm/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js.map +0 -1
- package/dist/esm/node_modules/next/dist/client/components/is-next-router-error.js +0 -38
- package/dist/esm/node_modules/next/dist/client/components/is-next-router-error.js.map +0 -1
- package/dist/esm/node_modules/next/dist/client/components/navigation.js +0 -190
- package/dist/esm/node_modules/next/dist/client/components/navigation.js.map +0 -1
- package/dist/esm/node_modules/next/dist/client/components/navigation.react-server.js +0 -100
- package/dist/esm/node_modules/next/dist/client/components/navigation.react-server.js.map +0 -1
- package/dist/esm/node_modules/next/dist/client/components/not-found.js +0 -57
- package/dist/esm/node_modules/next/dist/client/components/not-found.js.map +0 -1
- package/dist/esm/node_modules/next/dist/client/components/redirect-error.js +0 -61
- package/dist/esm/node_modules/next/dist/client/components/redirect-error.js.map +0 -1
- package/dist/esm/node_modules/next/dist/client/components/redirect-status-code.js +0 -37
- package/dist/esm/node_modules/next/dist/client/components/redirect-status-code.js.map +0 -1
- package/dist/esm/node_modules/next/dist/client/components/redirect.js +0 -102
- package/dist/esm/node_modules/next/dist/client/components/redirect.js.map +0 -1
- package/dist/esm/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js +0 -34
- package/dist/esm/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js.map +0 -1
- package/dist/esm/node_modules/next/dist/client/components/static-generation-bailout.js +0 -51
- package/dist/esm/node_modules/next/dist/client/components/static-generation-bailout.js.map +0 -1
- package/dist/esm/node_modules/next/dist/client/components/unauthorized.js +0 -64
- package/dist/esm/node_modules/next/dist/client/components/unauthorized.js.map +0 -1
- package/dist/esm/node_modules/next/dist/client/components/unrecognized-action-error.js +0 -48
- package/dist/esm/node_modules/next/dist/client/components/unrecognized-action-error.js.map +0 -1
- package/dist/esm/node_modules/next/dist/client/components/unstable-rethrow.browser.js +0 -43
- package/dist/esm/node_modules/next/dist/client/components/unstable-rethrow.browser.js.map +0 -1
- package/dist/esm/node_modules/next/dist/client/components/unstable-rethrow.js +0 -42
- package/dist/esm/node_modules/next/dist/client/components/unstable-rethrow.js.map +0 -1
- package/dist/esm/node_modules/next/dist/client/components/unstable-rethrow.server.js +0 -51
- package/dist/esm/node_modules/next/dist/client/components/unstable-rethrow.server.js.map +0 -1
- package/dist/esm/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +0 -341
- package/dist/esm/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js.map +0 -1
- package/dist/esm/node_modules/next/dist/lib/framework/boundary-constants.js +0 -43
- package/dist/esm/node_modules/next/dist/lib/framework/boundary-constants.js.map +0 -1
- package/dist/esm/node_modules/next/dist/lib/scheduler.js +0 -71
- package/dist/esm/node_modules/next/dist/lib/scheduler.js.map +0 -1
- package/dist/esm/node_modules/next/dist/server/app-render/action-async-storage-instance.js +0 -28
- package/dist/esm/node_modules/next/dist/server/app-render/action-async-storage-instance.js.map +0 -1
- package/dist/esm/node_modules/next/dist/server/app-render/action-async-storage.external.js +0 -27
- package/dist/esm/node_modules/next/dist/server/app-render/action-async-storage.external.js.map +0 -1
- package/dist/esm/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js +0 -28
- package/dist/esm/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js.map +0 -1
- package/dist/esm/node_modules/next/dist/server/app-render/after-task-async-storage.external.js +0 -27
- package/dist/esm/node_modules/next/dist/server/app-render/after-task-async-storage.external.js.map +0 -1
- package/dist/esm/node_modules/next/dist/server/app-render/async-local-storage.js +0 -83
- package/dist/esm/node_modules/next/dist/server/app-render/async-local-storage.js.map +0 -1
- package/dist/esm/node_modules/next/dist/server/app-render/dynamic-rendering.js +0 -654
- package/dist/esm/node_modules/next/dist/server/app-render/dynamic-rendering.js.map +0 -1
- package/dist/esm/node_modules/next/dist/server/app-render/work-async-storage-instance.js +0 -28
- package/dist/esm/node_modules/next/dist/server/app-render/work-async-storage-instance.js.map +0 -1
- package/dist/esm/node_modules/next/dist/server/app-render/work-async-storage.external.js +0 -27
- package/dist/esm/node_modules/next/dist/server/app-render/work-async-storage.external.js.map +0 -1
- package/dist/esm/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js +0 -28
- package/dist/esm/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js.map +0 -1
- package/dist/esm/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +0 -210
- package/dist/esm/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js.map +0 -1
- package/dist/esm/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js +0 -110
- package/dist/esm/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js.map +0 -1
- package/dist/esm/node_modules/next/dist/server/dynamic-rendering-utils.js +0 -90
- package/dist/esm/node_modules/next/dist/server/dynamic-rendering-utils.js.map +0 -1
- package/dist/esm/node_modules/next/dist/server/lib/router-utils/is-postpone.js +0 -29
- package/dist/esm/node_modules/next/dist/server/lib/router-utils/is-postpone.js.map +0 -1
- package/dist/esm/node_modules/next/dist/server/request/cookies.js +0 -413
- package/dist/esm/node_modules/next/dist/server/request/cookies.js.map +0 -1
- package/dist/esm/node_modules/next/dist/server/request/draft-mode.js +0 -291
- package/dist/esm/node_modules/next/dist/server/request/draft-mode.js.map +0 -1
- package/dist/esm/node_modules/next/dist/server/request/headers.js +0 -364
- package/dist/esm/node_modules/next/dist/server/request/headers.js.map +0 -1
- package/dist/esm/node_modules/next/dist/server/request/utils.js +0 -71
- package/dist/esm/node_modules/next/dist/server/request/utils.js.map +0 -1
- package/dist/esm/node_modules/next/dist/server/web/spec-extension/adapters/headers.js +0 -202
- package/dist/esm/node_modules/next/dist/server/web/spec-extension/adapters/headers.js.map +0 -1
- package/dist/esm/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js +0 -43
- package/dist/esm/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js.map +0 -1
- package/dist/esm/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +0 -216
- package/dist/esm/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js.map +0 -1
- package/dist/esm/node_modules/next/dist/server/web/spec-extension/cookies.js +0 -38
- package/dist/esm/node_modules/next/dist/server/web/spec-extension/cookies.js.map +0 -1
- package/dist/esm/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +0 -58
- package/dist/esm/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js.map +0 -1
- package/dist/esm/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +0 -47
- package/dist/esm/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js.map +0 -1
- package/dist/esm/node_modules/next/dist/shared/lib/invariant-error.js +0 -31
- package/dist/esm/node_modules/next/dist/shared/lib/invariant-error.js.map +0 -1
- package/dist/esm/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +0 -45
- package/dist/esm/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js.map +0 -1
- package/dist/esm/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +0 -33
- package/dist/esm/node_modules/next/dist/shared/lib/router-context.shared-runtime.js.map +0 -1
- package/dist/esm/node_modules/next/dist/shared/lib/segment.js +0 -59
- package/dist/esm/node_modules/next/dist/shared/lib/segment.js.map +0 -1
- package/dist/esm/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +0 -46
- package/dist/esm/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js.map +0 -1
- package/dist/esm/node_modules/next/headers.js +0 -18
- package/dist/esm/node_modules/next/headers.js.map +0 -1
- package/dist/esm/node_modules/next/navigation.js +0 -14
- package/dist/esm/node_modules/next/navigation.js.map +0 -1
- package/dist/index.esm.js +0 -28936
- package/dist/index.esm.js.map +0 -1
- package/dist/index.js +0 -28966
- package/dist/index.js.map +0 -1
- package/dist/shared/apollo/apollo.client.d.ts +0 -7
- package/dist/shared/mui/theme.d.ts +0 -1
- package/dist/shared/types/generated.d.ts +0 -1480
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var bailoutToClientRendering = require('../../../../../_virtual/bailout-to-client-rendering.js');
|
|
4
|
-
var bailoutToCsr = require('../../shared/lib/lazy-dynamic/bailout-to-csr.js');
|
|
5
|
-
var workAsyncStorage_external = require('../../server/app-render/work-async-storage.external.js');
|
|
6
|
-
var workUnitAsyncStorage_external = require('../../server/app-render/work-unit-async-storage.external.js');
|
|
7
|
-
|
|
8
|
-
var hasRequiredBailoutToClientRendering;
|
|
9
|
-
|
|
10
|
-
function requireBailoutToClientRendering () {
|
|
11
|
-
if (hasRequiredBailoutToClientRendering) return bailoutToClientRendering.__module.exports;
|
|
12
|
-
hasRequiredBailoutToClientRendering = 1;
|
|
13
|
-
(function (module, exports$1) {
|
|
14
|
-
Object.defineProperty(exports$1, "__esModule", {
|
|
15
|
-
value: true
|
|
16
|
-
});
|
|
17
|
-
Object.defineProperty(exports$1, "bailoutToClientRendering", {
|
|
18
|
-
enumerable: true,
|
|
19
|
-
get: function() {
|
|
20
|
-
return bailoutToClientRendering;
|
|
21
|
-
}
|
|
22
|
-
});
|
|
23
|
-
const _bailouttocsr = bailoutToCsr.__require();
|
|
24
|
-
const _workasyncstorageexternal = workAsyncStorage_external.__require();
|
|
25
|
-
const _workunitasyncstorageexternal = workUnitAsyncStorage_external.__require();
|
|
26
|
-
function bailoutToClientRendering(reason) {
|
|
27
|
-
const workStore = _workasyncstorageexternal.workAsyncStorage.getStore();
|
|
28
|
-
if (workStore == null ? void 0 : workStore.forceStatic) return;
|
|
29
|
-
const workUnitStore = _workunitasyncstorageexternal.workUnitAsyncStorage.getStore();
|
|
30
|
-
if (workUnitStore) {
|
|
31
|
-
switch(workUnitStore.type){
|
|
32
|
-
case 'prerender':
|
|
33
|
-
case 'prerender-runtime':
|
|
34
|
-
case 'prerender-client':
|
|
35
|
-
case 'prerender-ppr':
|
|
36
|
-
case 'prerender-legacy':
|
|
37
|
-
throw Object.defineProperty(new _bailouttocsr.BailoutToCSRError(reason), "__NEXT_ERROR_CODE", {
|
|
38
|
-
value: "E394",
|
|
39
|
-
enumerable: false,
|
|
40
|
-
configurable: true
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
if ((typeof exports$1.default === 'function' || (typeof exports$1.default === 'object' && exports$1.default !== null)) && typeof exports$1.default.__esModule === 'undefined') {
|
|
47
|
-
Object.defineProperty(exports$1.default, '__esModule', { value: true });
|
|
48
|
-
Object.assign(exports$1.default, exports$1);
|
|
49
|
-
module.exports = exports$1.default;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
} (bailoutToClientRendering.__module, bailoutToClientRendering.__module.exports));
|
|
54
|
-
return bailoutToClientRendering.__module.exports;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
exports.__require = requireBailoutToClientRendering;
|
|
58
|
-
//# sourceMappingURL=bailout-to-client-rendering.js.map
|
package/dist/cjs/node_modules/next/dist/client/components/bailout-to-client-rendering.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bailout-to-client-rendering.js","sources":["../../../../../../../node_modules/next/dist/client/components/bailout-to-client-rendering.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"bailoutToClientRendering\", {\n enumerable: true,\n get: function() {\n return bailoutToClientRendering;\n }\n});\nconst _bailouttocsr = require(\"../../shared/lib/lazy-dynamic/bailout-to-csr\");\nconst _workasyncstorageexternal = require(\"../../server/app-render/work-async-storage.external\");\nconst _workunitasyncstorageexternal = require(\"../../server/app-render/work-unit-async-storage.external\");\nfunction bailoutToClientRendering(reason) {\n const workStore = _workasyncstorageexternal.workAsyncStorage.getStore();\n if (workStore == null ? void 0 : workStore.forceStatic) return;\n const workUnitStore = _workunitasyncstorageexternal.workUnitAsyncStorage.getStore();\n if (workUnitStore) {\n switch(workUnitStore.type){\n case 'prerender':\n case 'prerender-runtime':\n case 'prerender-client':\n case 'prerender-ppr':\n case 'prerender-legacy':\n throw Object.defineProperty(new _bailouttocsr.BailoutToCSRError(reason), \"__NEXT_ERROR_CODE\", {\n value: \"E394\",\n enumerable: false,\n configurable: true\n });\n case 'request':\n case 'cache':\n case 'private-cache':\n case 'unstable-cache':\n break;\n default:\n workUnitStore;\n }\n }\n}\n\nif ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {\n Object.defineProperty(exports.default, '__esModule', { value: true });\n Object.assign(exports.default, exports);\n module.exports = exports.default;\n}\n\n//# sourceMappingURL=bailout-to-client-rendering.js.map"],"names":["exports","require$$0","require$$1","require$$2"],"mappings":";;;;;;;;;;;;;AACA,EAAA,MAAM,CAAC,cAAc,CAAAA,SAAA,EAAU,YAAY,EAAE;AAC7C,MAAI,KAAK,EAAE;AACX,GAAC,CAAC;AACF,EAAA,MAAM,CAAC,cAAc,CAACA,SAAO,EAAE,0BAA0B,EAAE;MACvD,UAAU,EAAE,IAAI;MAChB,GAAG,EAAE,WAAW;AACpB,UAAQ,OAAO,wBAAwB;AACvC,MAAA;AACA,GAAC,CAAC;EACF,MAAM,aAAa,GAAGC,sBAAA,EAAuD;EAC7E,MAAM,yBAAyB,GAAGC,mCAAA,EAA8D;EAChG,MAAM,6BAA6B,GAAGC,uCAAA,EAAmE;EACzG,SAAS,wBAAwB,CAAC,MAAM,EAAE;MACtC,MAAM,SAAS,GAAG,yBAAyB,CAAC,gBAAgB,CAAC,QAAQ,EAAE;MACvE,IAAI,SAAS,IAAI,IAAI,GAAG,MAAM,GAAG,SAAS,CAAC,WAAW,EAAE;MACxD,MAAM,aAAa,GAAG,6BAA6B,CAAC,oBAAoB,CAAC,QAAQ,EAAE;MACnF,IAAI,aAAa,EAAE;UACf,OAAO,aAAa,CAAC,IAAI;AACjC,cAAY,KAAK,WAAW;AAC5B,cAAY,KAAK,mBAAmB;AACpC,cAAY,KAAK,kBAAkB;AACnC,cAAY,KAAK,eAAe;AAChC,cAAY,KAAK,kBAAkB;AACnC,kBAAgB,MAAM,MAAM,CAAC,cAAc,CAAC,IAAI,aAAa,CAAC,iBAAiB,CAAC,MAAM,CAAC,EAAE,mBAAmB,EAAE;sBAC1F,KAAK,EAAE,MAAM;sBACb,UAAU,EAAE,KAAK;AACrC,sBAAoB,YAAY,EAAE;AAClC,mBAAiB,CAAC;AAQlB;AACA,MAAA;AACA,EAAA;;AAEA,EAAA,IAAI,CAAC,OAAOH,SAAO,CAAC,OAAO,KAAK,UAAU,KAAK,OAAOA,SAAO,CAAC,OAAO,KAAK,QAAQ,IAAIA,SAAO,CAAC,OAAO,KAAK,IAAI,CAAC,KAAK,OAAOA,SAAO,CAAC,OAAO,CAAC,UAAU,KAAK,WAAW,EAAE;AACvK,IAAE,MAAM,CAAC,cAAc,CAACA,SAAO,CAAC,OAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;IACrE,MAAM,CAAC,MAAM,CAACA,SAAO,CAAC,OAAO,EAAEA,SAAO,CAAC;IACvC,MAAA,CAAA,OAAA,GAAiBA,SAAO,CAAC,OAAO;AAClC,EAAA;;AAEA;;;;;;;","x_google_ignoreList":[0]}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var forbidden = require('../../../../../_virtual/forbidden.js');
|
|
4
|
-
var httpAccessFallback = require('./http-access-fallback/http-access-fallback.js');
|
|
5
|
-
|
|
6
|
-
var hasRequiredForbidden;
|
|
7
|
-
|
|
8
|
-
function requireForbidden () {
|
|
9
|
-
if (hasRequiredForbidden) return forbidden.__module.exports;
|
|
10
|
-
hasRequiredForbidden = 1;
|
|
11
|
-
(function (module, exports$1) {
|
|
12
|
-
Object.defineProperty(exports$1, "__esModule", {
|
|
13
|
-
value: true
|
|
14
|
-
});
|
|
15
|
-
Object.defineProperty(exports$1, "forbidden", {
|
|
16
|
-
enumerable: true,
|
|
17
|
-
get: function() {
|
|
18
|
-
return forbidden;
|
|
19
|
-
}
|
|
20
|
-
});
|
|
21
|
-
const _httpaccessfallback = httpAccessFallback.__require();
|
|
22
|
-
// TODO: Add `forbidden` docs
|
|
23
|
-
/**
|
|
24
|
-
* @experimental
|
|
25
|
-
* This function allows you to render the [forbidden.js file](https://nextjs.org/docs/app/api-reference/file-conventions/forbidden)
|
|
26
|
-
* within a route segment as well as inject a tag.
|
|
27
|
-
*
|
|
28
|
-
* `forbidden()` can be used in
|
|
29
|
-
* [Server Components](https://nextjs.org/docs/app/building-your-application/rendering/server-components),
|
|
30
|
-
* [Route Handlers](https://nextjs.org/docs/app/building-your-application/routing/route-handlers), and
|
|
31
|
-
* [Server Actions](https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions-and-mutations).
|
|
32
|
-
*
|
|
33
|
-
* Read more: [Next.js Docs: `forbidden`](https://nextjs.org/docs/app/api-reference/functions/forbidden)
|
|
34
|
-
*/ const DIGEST = "" + _httpaccessfallback.HTTP_ERROR_FALLBACK_ERROR_CODE + ";403";
|
|
35
|
-
function forbidden() {
|
|
36
|
-
if (!process.env.__NEXT_EXPERIMENTAL_AUTH_INTERRUPTS) {
|
|
37
|
-
throw Object.defineProperty(new Error("`forbidden()` is experimental and only allowed to be enabled when `experimental.authInterrupts` is enabled."), "__NEXT_ERROR_CODE", {
|
|
38
|
-
value: "E488",
|
|
39
|
-
enumerable: false,
|
|
40
|
-
configurable: true
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
// eslint-disable-next-line no-throw-literal
|
|
44
|
-
const error = Object.defineProperty(new Error(DIGEST), "__NEXT_ERROR_CODE", {
|
|
45
|
-
value: "E394",
|
|
46
|
-
enumerable: false,
|
|
47
|
-
configurable: true
|
|
48
|
-
});
|
|
49
|
-
error.digest = DIGEST;
|
|
50
|
-
throw error;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
if ((typeof exports$1.default === 'function' || (typeof exports$1.default === 'object' && exports$1.default !== null)) && typeof exports$1.default.__esModule === 'undefined') {
|
|
54
|
-
Object.defineProperty(exports$1.default, '__esModule', { value: true });
|
|
55
|
-
Object.assign(exports$1.default, exports$1);
|
|
56
|
-
module.exports = exports$1.default;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
} (forbidden.__module, forbidden.__module.exports));
|
|
61
|
-
return forbidden.__module.exports;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
exports.__require = requireForbidden;
|
|
65
|
-
//# sourceMappingURL=forbidden.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"forbidden.js","sources":["../../../../../../../node_modules/next/dist/client/components/forbidden.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"forbidden\", {\n enumerable: true,\n get: function() {\n return forbidden;\n }\n});\nconst _httpaccessfallback = require(\"./http-access-fallback/http-access-fallback\");\n// TODO: Add `forbidden` docs\n/**\n * @experimental\n * This function allows you to render the [forbidden.js file](https://nextjs.org/docs/app/api-reference/file-conventions/forbidden)\n * within a route segment as well as inject a tag.\n *\n * `forbidden()` can be used in\n * [Server Components](https://nextjs.org/docs/app/building-your-application/rendering/server-components),\n * [Route Handlers](https://nextjs.org/docs/app/building-your-application/routing/route-handlers), and\n * [Server Actions](https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions-and-mutations).\n *\n * Read more: [Next.js Docs: `forbidden`](https://nextjs.org/docs/app/api-reference/functions/forbidden)\n */ const DIGEST = \"\" + _httpaccessfallback.HTTP_ERROR_FALLBACK_ERROR_CODE + \";403\";\nfunction forbidden() {\n if (!process.env.__NEXT_EXPERIMENTAL_AUTH_INTERRUPTS) {\n throw Object.defineProperty(new Error(\"`forbidden()` is experimental and only allowed to be enabled when `experimental.authInterrupts` is enabled.\"), \"__NEXT_ERROR_CODE\", {\n value: \"E488\",\n enumerable: false,\n configurable: true\n });\n }\n // eslint-disable-next-line no-throw-literal\n const error = Object.defineProperty(new Error(DIGEST), \"__NEXT_ERROR_CODE\", {\n value: \"E394\",\n enumerable: false,\n configurable: true\n });\n error.digest = DIGEST;\n throw error;\n}\n\nif ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {\n Object.defineProperty(exports.default, '__esModule', { value: true });\n Object.assign(exports.default, exports);\n module.exports = exports.default;\n}\n\n//# sourceMappingURL=forbidden.js.map"],"names":["exports","require$$0"],"mappings":";;;;;;;;;;;AACA,EAAA,MAAM,CAAC,cAAc,CAAAA,SAAA,EAAU,YAAY,EAAE;AAC7C,MAAI,KAAK,EAAE;AACX,GAAC,CAAC;AACF,EAAA,MAAM,CAAC,cAAc,CAACA,SAAO,EAAE,WAAW,EAAE;MACxC,UAAU,EAAE,IAAI;MAChB,GAAG,EAAE,WAAW;AACpB,UAAQ,OAAO,SAAS;AACxB,MAAA;AACA,GAAC,CAAC;EACF,MAAM,mBAAmB,GAAGC,4BAAA,EAAsD;AAClF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;MACI,MAAM,MAAM,GAAG,EAAE,GAAG,mBAAmB,CAAC,8BAA8B,GAAG,MAAM;AACnF,EAAA,SAAS,SAAS,GAAG;AACrB,MAAI,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,mCAAmC,EAAE;AAC1D,UAAQ,MAAM,MAAM,CAAC,cAAc,CAAC,IAAI,KAAK,CAAC,6GAA6G,CAAC,EAAE,mBAAmB,EAAE;cACvK,KAAK,EAAE,MAAM;cACb,UAAU,EAAE,KAAK;AAC7B,cAAY,YAAY,EAAE;AAC1B,WAAS,CAAC;AACV,MAAA;AACA;AACA,MAAI,MAAM,KAAK,GAAG,MAAM,CAAC,cAAc,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,EAAE,mBAAmB,EAAE;UACxE,KAAK,EAAE,MAAM;UACb,UAAU,EAAE,KAAK;AACzB,UAAQ,YAAY,EAAE;AACtB,OAAK,CAAC;AACN,MAAI,KAAK,CAAC,MAAM,GAAG,MAAM;AACzB,MAAI,MAAM,KAAK;AACf,EAAA;;AAEA,EAAA,IAAI,CAAC,OAAOD,SAAO,CAAC,OAAO,KAAK,UAAU,KAAK,OAAOA,SAAO,CAAC,OAAO,KAAK,QAAQ,IAAIA,SAAO,CAAC,OAAO,KAAK,IAAI,CAAC,KAAK,OAAOA,SAAO,CAAC,OAAO,CAAC,UAAU,KAAK,WAAW,EAAE;AACvK,IAAE,MAAM,CAAC,cAAc,CAACA,SAAO,CAAC,OAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;IACrE,MAAM,CAAC,MAAM,CAACA,SAAO,CAAC,OAAO,EAAEA,SAAO,CAAC;IACvC,MAAA,CAAA,OAAA,GAAiBA,SAAO,CAAC,OAAO;AAClC,EAAA;;AAEA;;;;;;;","x_google_ignoreList":[0]}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var hooksServerContext = require('../../../../../_virtual/hooks-server-context.js');
|
|
4
|
-
|
|
5
|
-
var hasRequiredHooksServerContext;
|
|
6
|
-
|
|
7
|
-
function requireHooksServerContext () {
|
|
8
|
-
if (hasRequiredHooksServerContext) return hooksServerContext.__module.exports;
|
|
9
|
-
hasRequiredHooksServerContext = 1;
|
|
10
|
-
(function (module, exports$1) {
|
|
11
|
-
Object.defineProperty(exports$1, "__esModule", {
|
|
12
|
-
value: true
|
|
13
|
-
});
|
|
14
|
-
function _export(target, all) {
|
|
15
|
-
for(var name in all)Object.defineProperty(target, name, {
|
|
16
|
-
enumerable: true,
|
|
17
|
-
get: all[name]
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
_export(exports$1, {
|
|
21
|
-
DynamicServerError: function() {
|
|
22
|
-
return DynamicServerError;
|
|
23
|
-
},
|
|
24
|
-
isDynamicServerError: function() {
|
|
25
|
-
return isDynamicServerError;
|
|
26
|
-
}
|
|
27
|
-
});
|
|
28
|
-
const DYNAMIC_ERROR_CODE = 'DYNAMIC_SERVER_USAGE';
|
|
29
|
-
class DynamicServerError extends Error {
|
|
30
|
-
constructor(description){
|
|
31
|
-
super("Dynamic server usage: " + description), this.description = description, this.digest = DYNAMIC_ERROR_CODE;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
function isDynamicServerError(err) {
|
|
35
|
-
if (typeof err !== 'object' || err === null || !('digest' in err) || typeof err.digest !== 'string') {
|
|
36
|
-
return false;
|
|
37
|
-
}
|
|
38
|
-
return err.digest === DYNAMIC_ERROR_CODE;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
if ((typeof exports$1.default === 'function' || (typeof exports$1.default === 'object' && exports$1.default !== null)) && typeof exports$1.default.__esModule === 'undefined') {
|
|
42
|
-
Object.defineProperty(exports$1.default, '__esModule', { value: true });
|
|
43
|
-
Object.assign(exports$1.default, exports$1);
|
|
44
|
-
module.exports = exports$1.default;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
} (hooksServerContext.__module, hooksServerContext.__module.exports));
|
|
49
|
-
return hooksServerContext.__module.exports;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
exports.__require = requireHooksServerContext;
|
|
53
|
-
//# sourceMappingURL=hooks-server-context.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hooks-server-context.js","sources":["../../../../../../../node_modules/next/dist/client/components/hooks-server-context.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\n0 && (module.exports = {\n DynamicServerError: null,\n isDynamicServerError: null\n});\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n DynamicServerError: function() {\n return DynamicServerError;\n },\n isDynamicServerError: function() {\n return isDynamicServerError;\n }\n});\nconst DYNAMIC_ERROR_CODE = 'DYNAMIC_SERVER_USAGE';\nclass DynamicServerError extends Error {\n constructor(description){\n super(\"Dynamic server usage: \" + description), this.description = description, this.digest = DYNAMIC_ERROR_CODE;\n }\n}\nfunction isDynamicServerError(err) {\n if (typeof err !== 'object' || err === null || !('digest' in err) || typeof err.digest !== 'string') {\n return false;\n }\n return err.digest === DYNAMIC_ERROR_CODE;\n}\n\nif ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {\n Object.defineProperty(exports.default, '__esModule', { value: true });\n Object.assign(exports.default, exports);\n module.exports = exports.default;\n}\n\n//# sourceMappingURL=hooks-server-context.js.map"],"names":["exports"],"mappings":";;;;;;;;;;AACA,EAAA,MAAM,CAAC,cAAc,CAAAA,SAAA,EAAU,YAAY,EAAE;AAC7C,MAAI,KAAK,EAAE;AACX,GAAC,CAAC;AAKF,EAAA,SAAS,OAAO,CAAC,MAAM,EAAE,GAAG,EAAE;AAC9B,MAAI,IAAI,IAAI,IAAI,IAAI,GAAG,CAAC,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,IAAI,EAAE;UACpD,UAAU,EAAE,IAAI;AACxB,UAAQ,GAAG,EAAE,GAAG,CAAC,IAAI;AACrB,OAAK,CAAC;AACN,EAAA;EACA,OAAO,CAACA,SAAO,EAAE;MACb,kBAAkB,EAAE,WAAW;AACnC,UAAQ,OAAO,kBAAkB;MACjC,CAAK;MACD,oBAAoB,EAAE,WAAW;AACrC,UAAQ,OAAO,oBAAoB;AACnC,MAAA;AACA,GAAC,CAAC;EACF,MAAM,kBAAkB,GAAG,sBAAsB;EACjD,MAAM,kBAAkB,SAAS,KAAK,CAAC;MACnC,WAAW,CAAC,WAAW,CAAC;AAC5B,UAAQ,KAAK,CAAC,wBAAwB,GAAG,WAAW,CAAC,EAAE,IAAI,CAAC,WAAW,GAAG,WAAW,EAAE,IAAI,CAAC,MAAM,GAAG,kBAAkB;AACvH,MAAA;AACA;EACA,SAAS,oBAAoB,CAAC,GAAG,EAAE;MAC/B,IAAI,OAAO,GAAG,KAAK,QAAQ,IAAI,GAAG,KAAK,IAAI,IAAI,EAAE,QAAQ,IAAI,GAAG,CAAC,IAAI,OAAO,GAAG,CAAC,MAAM,KAAK,QAAQ,EAAE;AACzG,UAAQ,OAAO,KAAK;AACpB,MAAA;AACA,MAAI,OAAO,GAAG,CAAC,MAAM,KAAK,kBAAkB;AAC5C,EAAA;;AAEA,EAAA,IAAI,CAAC,OAAOA,SAAO,CAAC,OAAO,KAAK,UAAU,KAAK,OAAOA,SAAO,CAAC,OAAO,KAAK,QAAQ,IAAIA,SAAO,CAAC,OAAO,KAAK,IAAI,CAAC,KAAK,OAAOA,SAAO,CAAC,OAAO,CAAC,UAAU,KAAK,WAAW,EAAE;AACvK,IAAE,MAAM,CAAC,cAAc,CAACA,SAAO,CAAC,OAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;IACrE,MAAM,CAAC,MAAM,CAACA,SAAO,CAAC,OAAO,EAAEA,SAAO,CAAC;IACvC,MAAA,CAAA,OAAA,GAAiBA,SAAO,CAAC,OAAO;AAClC,EAAA;;AAEA;;;;;;;","x_google_ignoreList":[0]}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var httpAccessFallback = require('../../../../../../_virtual/http-access-fallback.js');
|
|
4
|
-
|
|
5
|
-
var hasRequiredHttpAccessFallback;
|
|
6
|
-
|
|
7
|
-
function requireHttpAccessFallback () {
|
|
8
|
-
if (hasRequiredHttpAccessFallback) return httpAccessFallback.__module.exports;
|
|
9
|
-
hasRequiredHttpAccessFallback = 1;
|
|
10
|
-
(function (module, exports$1) {
|
|
11
|
-
Object.defineProperty(exports$1, "__esModule", {
|
|
12
|
-
value: true
|
|
13
|
-
});
|
|
14
|
-
function _export(target, all) {
|
|
15
|
-
for(var name in all)Object.defineProperty(target, name, {
|
|
16
|
-
enumerable: true,
|
|
17
|
-
get: all[name]
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
_export(exports$1, {
|
|
21
|
-
HTTPAccessErrorStatus: function() {
|
|
22
|
-
return HTTPAccessErrorStatus;
|
|
23
|
-
},
|
|
24
|
-
HTTP_ERROR_FALLBACK_ERROR_CODE: function() {
|
|
25
|
-
return HTTP_ERROR_FALLBACK_ERROR_CODE;
|
|
26
|
-
},
|
|
27
|
-
getAccessFallbackErrorTypeByStatus: function() {
|
|
28
|
-
return getAccessFallbackErrorTypeByStatus;
|
|
29
|
-
},
|
|
30
|
-
getAccessFallbackHTTPStatus: function() {
|
|
31
|
-
return getAccessFallbackHTTPStatus;
|
|
32
|
-
},
|
|
33
|
-
isHTTPAccessFallbackError: function() {
|
|
34
|
-
return isHTTPAccessFallbackError;
|
|
35
|
-
}
|
|
36
|
-
});
|
|
37
|
-
const HTTPAccessErrorStatus = {
|
|
38
|
-
NOT_FOUND: 404,
|
|
39
|
-
FORBIDDEN: 403,
|
|
40
|
-
UNAUTHORIZED: 401
|
|
41
|
-
};
|
|
42
|
-
const ALLOWED_CODES = new Set(Object.values(HTTPAccessErrorStatus));
|
|
43
|
-
const HTTP_ERROR_FALLBACK_ERROR_CODE = 'NEXT_HTTP_ERROR_FALLBACK';
|
|
44
|
-
function isHTTPAccessFallbackError(error) {
|
|
45
|
-
if (typeof error !== 'object' || error === null || !('digest' in error) || typeof error.digest !== 'string') {
|
|
46
|
-
return false;
|
|
47
|
-
}
|
|
48
|
-
const [prefix, httpStatus] = error.digest.split(';');
|
|
49
|
-
return prefix === HTTP_ERROR_FALLBACK_ERROR_CODE && ALLOWED_CODES.has(Number(httpStatus));
|
|
50
|
-
}
|
|
51
|
-
function getAccessFallbackHTTPStatus(error) {
|
|
52
|
-
const httpStatus = error.digest.split(';')[1];
|
|
53
|
-
return Number(httpStatus);
|
|
54
|
-
}
|
|
55
|
-
function getAccessFallbackErrorTypeByStatus(status) {
|
|
56
|
-
switch(status){
|
|
57
|
-
case 401:
|
|
58
|
-
return 'unauthorized';
|
|
59
|
-
case 403:
|
|
60
|
-
return 'forbidden';
|
|
61
|
-
case 404:
|
|
62
|
-
return 'not-found';
|
|
63
|
-
default:
|
|
64
|
-
return;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
if ((typeof exports$1.default === 'function' || (typeof exports$1.default === 'object' && exports$1.default !== null)) && typeof exports$1.default.__esModule === 'undefined') {
|
|
69
|
-
Object.defineProperty(exports$1.default, '__esModule', { value: true });
|
|
70
|
-
Object.assign(exports$1.default, exports$1);
|
|
71
|
-
module.exports = exports$1.default;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
} (httpAccessFallback.__module, httpAccessFallback.__module.exports));
|
|
76
|
-
return httpAccessFallback.__module.exports;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
exports.__require = requireHttpAccessFallback;
|
|
80
|
-
//# sourceMappingURL=http-access-fallback.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"http-access-fallback.js","sources":["../../../../../../../../node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\n0 && (module.exports = {\n HTTPAccessErrorStatus: null,\n HTTP_ERROR_FALLBACK_ERROR_CODE: null,\n getAccessFallbackErrorTypeByStatus: null,\n getAccessFallbackHTTPStatus: null,\n isHTTPAccessFallbackError: null\n});\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n HTTPAccessErrorStatus: function() {\n return HTTPAccessErrorStatus;\n },\n HTTP_ERROR_FALLBACK_ERROR_CODE: function() {\n return HTTP_ERROR_FALLBACK_ERROR_CODE;\n },\n getAccessFallbackErrorTypeByStatus: function() {\n return getAccessFallbackErrorTypeByStatus;\n },\n getAccessFallbackHTTPStatus: function() {\n return getAccessFallbackHTTPStatus;\n },\n isHTTPAccessFallbackError: function() {\n return isHTTPAccessFallbackError;\n }\n});\nconst HTTPAccessErrorStatus = {\n NOT_FOUND: 404,\n FORBIDDEN: 403,\n UNAUTHORIZED: 401\n};\nconst ALLOWED_CODES = new Set(Object.values(HTTPAccessErrorStatus));\nconst HTTP_ERROR_FALLBACK_ERROR_CODE = 'NEXT_HTTP_ERROR_FALLBACK';\nfunction isHTTPAccessFallbackError(error) {\n if (typeof error !== 'object' || error === null || !('digest' in error) || typeof error.digest !== 'string') {\n return false;\n }\n const [prefix, httpStatus] = error.digest.split(';');\n return prefix === HTTP_ERROR_FALLBACK_ERROR_CODE && ALLOWED_CODES.has(Number(httpStatus));\n}\nfunction getAccessFallbackHTTPStatus(error) {\n const httpStatus = error.digest.split(';')[1];\n return Number(httpStatus);\n}\nfunction getAccessFallbackErrorTypeByStatus(status) {\n switch(status){\n case 401:\n return 'unauthorized';\n case 403:\n return 'forbidden';\n case 404:\n return 'not-found';\n default:\n return;\n }\n}\n\nif ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {\n Object.defineProperty(exports.default, '__esModule', { value: true });\n Object.assign(exports.default, exports);\n module.exports = exports.default;\n}\n\n//# sourceMappingURL=http-access-fallback.js.map"],"names":["exports"],"mappings":";;;;;;;;;;AACA,EAAA,MAAM,CAAC,cAAc,CAAAA,SAAA,EAAU,YAAY,EAAE;AAC7C,MAAI,KAAK,EAAE;AACX,GAAC,CAAC;AAQF,EAAA,SAAS,OAAO,CAAC,MAAM,EAAE,GAAG,EAAE;AAC9B,MAAI,IAAI,IAAI,IAAI,IAAI,GAAG,CAAC,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,IAAI,EAAE;UACpD,UAAU,EAAE,IAAI;AACxB,UAAQ,GAAG,EAAE,GAAG,CAAC,IAAI;AACrB,OAAK,CAAC;AACN,EAAA;EACA,OAAO,CAACA,SAAO,EAAE;MACb,qBAAqB,EAAE,WAAW;AACtC,UAAQ,OAAO,qBAAqB;MACpC,CAAK;MACD,8BAA8B,EAAE,WAAW;AAC/C,UAAQ,OAAO,8BAA8B;MAC7C,CAAK;MACD,kCAAkC,EAAE,WAAW;AACnD,UAAQ,OAAO,kCAAkC;MACjD,CAAK;MACD,2BAA2B,EAAE,WAAW;AAC5C,UAAQ,OAAO,2BAA2B;MAC1C,CAAK;MACD,yBAAyB,EAAE,WAAW;AAC1C,UAAQ,OAAO,yBAAyB;AACxC,MAAA;AACA,GAAC,CAAC;AACF,EAAA,MAAM,qBAAqB,GAAG;MAC1B,SAAS,EAAE,GAAG;MACd,SAAS,EAAE,GAAG;AAClB,MAAI,YAAY,EAAE;GACjB;EACD,MAAM,aAAa,GAAG,IAAI,GAAG,CAAC,MAAM,CAAC,MAAM,CAAC,qBAAqB,CAAC,CAAC;EACnE,MAAM,8BAA8B,GAAG,0BAA0B;EACjE,SAAS,yBAAyB,CAAC,KAAK,EAAE;MACtC,IAAI,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAI,EAAE,QAAQ,IAAI,KAAK,CAAC,IAAI,OAAO,KAAK,CAAC,MAAM,KAAK,QAAQ,EAAE;AACjH,UAAQ,OAAO,KAAK;AACpB,MAAA;AACA,MAAI,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,GAAG,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC;AACxD,MAAI,OAAO,MAAM,KAAK,8BAA8B,IAAI,aAAa,CAAC,GAAG,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;AAC7F,EAAA;EACA,SAAS,2BAA2B,CAAC,KAAK,EAAE;AAC5C,MAAI,MAAM,UAAU,GAAG,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;AACjD,MAAI,OAAO,MAAM,CAAC,UAAU,CAAC;AAC7B,EAAA;EACA,SAAS,kCAAkC,CAAC,MAAM,EAAE;AACpD,MAAI,OAAO,MAAM;AACjB,UAAQ,KAAK,GAAG;AAChB,cAAY,OAAO,cAAc;AACjC,UAAQ,KAAK,GAAG;AAChB,cAAY,OAAO,WAAW;AAC9B,UAAQ,KAAK,GAAG;AAChB,cAAY,OAAO,WAAW;UACtB;cACI;AACZ;AACA,EAAA;;AAEA,EAAA,IAAI,CAAC,OAAOA,SAAO,CAAC,OAAO,KAAK,UAAU,KAAK,OAAOA,SAAO,CAAC,OAAO,KAAK,QAAQ,IAAIA,SAAO,CAAC,OAAO,KAAK,IAAI,CAAC,KAAK,OAAOA,SAAO,CAAC,OAAO,CAAC,UAAU,KAAK,WAAW,EAAE;AACvK,IAAE,MAAM,CAAC,cAAc,CAACA,SAAO,CAAC,OAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;IACrE,MAAM,CAAC,MAAM,CAACA,SAAO,CAAC,OAAO,EAAEA,SAAO,CAAC;IACvC,MAAA,CAAA,OAAA,GAAiBA,SAAO,CAAC,OAAO;AAClC,EAAA;;AAEA;;;;;;;","x_google_ignoreList":[0]}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var isNextRouterError = require('../../../../../_virtual/is-next-router-error.js');
|
|
4
|
-
var httpAccessFallback = require('./http-access-fallback/http-access-fallback.js');
|
|
5
|
-
var redirectError = require('./redirect-error.js');
|
|
6
|
-
|
|
7
|
-
var hasRequiredIsNextRouterError;
|
|
8
|
-
|
|
9
|
-
function requireIsNextRouterError () {
|
|
10
|
-
if (hasRequiredIsNextRouterError) return isNextRouterError.__module.exports;
|
|
11
|
-
hasRequiredIsNextRouterError = 1;
|
|
12
|
-
(function (module, exports$1) {
|
|
13
|
-
Object.defineProperty(exports$1, "__esModule", {
|
|
14
|
-
value: true
|
|
15
|
-
});
|
|
16
|
-
Object.defineProperty(exports$1, "isNextRouterError", {
|
|
17
|
-
enumerable: true,
|
|
18
|
-
get: function() {
|
|
19
|
-
return isNextRouterError;
|
|
20
|
-
}
|
|
21
|
-
});
|
|
22
|
-
const _httpaccessfallback = httpAccessFallback.__require();
|
|
23
|
-
const _redirecterror = redirectError.__require();
|
|
24
|
-
function isNextRouterError(error) {
|
|
25
|
-
return (0, _redirecterror.isRedirectError)(error) || (0, _httpaccessfallback.isHTTPAccessFallbackError)(error);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
if ((typeof exports$1.default === 'function' || (typeof exports$1.default === 'object' && exports$1.default !== null)) && typeof exports$1.default.__esModule === 'undefined') {
|
|
29
|
-
Object.defineProperty(exports$1.default, '__esModule', { value: true });
|
|
30
|
-
Object.assign(exports$1.default, exports$1);
|
|
31
|
-
module.exports = exports$1.default;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
} (isNextRouterError.__module, isNextRouterError.__module.exports));
|
|
36
|
-
return isNextRouterError.__module.exports;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
exports.__require = requireIsNextRouterError;
|
|
40
|
-
//# sourceMappingURL=is-next-router-error.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"is-next-router-error.js","sources":["../../../../../../../node_modules/next/dist/client/components/is-next-router-error.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"isNextRouterError\", {\n enumerable: true,\n get: function() {\n return isNextRouterError;\n }\n});\nconst _httpaccessfallback = require(\"./http-access-fallback/http-access-fallback\");\nconst _redirecterror = require(\"./redirect-error\");\nfunction isNextRouterError(error) {\n return (0, _redirecterror.isRedirectError)(error) || (0, _httpaccessfallback.isHTTPAccessFallbackError)(error);\n}\n\nif ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {\n Object.defineProperty(exports.default, '__esModule', { value: true });\n Object.assign(exports.default, exports);\n module.exports = exports.default;\n}\n\n//# sourceMappingURL=is-next-router-error.js.map"],"names":["exports","require$$0","require$$1"],"mappings":";;;;;;;;;;;;AACA,EAAA,MAAM,CAAC,cAAc,CAAAA,SAAA,EAAU,YAAY,EAAE;AAC7C,MAAI,KAAK,EAAE;AACX,GAAC,CAAC;AACF,EAAA,MAAM,CAAC,cAAc,CAACA,SAAO,EAAE,mBAAmB,EAAE;MAChD,UAAU,EAAE,IAAI;MAChB,GAAG,EAAE,WAAW;AACpB,UAAQ,OAAO,iBAAiB;AAChC,MAAA;AACA,GAAC,CAAC;EACF,MAAM,mBAAmB,GAAGC,4BAAA,EAAsD;EAClF,MAAM,cAAc,GAAGC,uBAAA,EAA2B;EAClD,SAAS,iBAAiB,CAAC,KAAK,EAAE;AAClC,MAAI,OAAO,IAAI,cAAc,CAAC,eAAe,EAAE,KAAK,CAAC,IAAI,IAAI,mBAAmB,CAAC,yBAAyB,EAAE,KAAK,CAAC;AAClH,EAAA;;AAEA,EAAA,IAAI,CAAC,OAAOF,SAAO,CAAC,OAAO,KAAK,UAAU,KAAK,OAAOA,SAAO,CAAC,OAAO,KAAK,QAAQ,IAAIA,SAAO,CAAC,OAAO,KAAK,IAAI,CAAC,KAAK,OAAOA,SAAO,CAAC,OAAO,CAAC,UAAU,KAAK,WAAW,EAAE;AACvK,IAAE,MAAM,CAAC,cAAc,CAACA,SAAO,CAAC,OAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;IACrE,MAAM,CAAC,MAAM,CAACA,SAAO,CAAC,OAAO,EAAEA,SAAO,CAAC;IACvC,MAAA,CAAA,OAAA,GAAiBA,SAAO,CAAC,OAAO;AAClC,EAAA;;AAEA;;;;;;;","x_google_ignoreList":[0]}
|
|
@@ -1,192 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var navigation = require('../../../../../_virtual/navigation.js');
|
|
4
|
-
var React = require('react');
|
|
5
|
-
var appRouterContext_sharedRuntime = require('../../shared/lib/app-router-context.shared-runtime.js');
|
|
6
|
-
var hooksClientContext_sharedRuntime = require('../../shared/lib/hooks-client-context.shared-runtime.js');
|
|
7
|
-
var getSegmentValue = require('./router-reducer/reducers/get-segment-value.js');
|
|
8
|
-
var segment = require('../../shared/lib/segment.js');
|
|
9
|
-
var navigation_reactServer = require('./navigation.react-server.js');
|
|
10
|
-
var serverInsertedHtml_sharedRuntime = require('../../shared/lib/server-inserted-html.shared-runtime.js');
|
|
11
|
-
var unrecognizedActionError = require('./unrecognized-action-error.js');
|
|
12
|
-
var dynamicRendering = require('../../server/app-render/dynamic-rendering.js');
|
|
13
|
-
var bailoutToClientRendering = require('./bailout-to-client-rendering.js');
|
|
14
|
-
|
|
15
|
-
var hasRequiredNavigation;
|
|
16
|
-
|
|
17
|
-
function requireNavigation () {
|
|
18
|
-
if (hasRequiredNavigation) return navigation.__module.exports;
|
|
19
|
-
hasRequiredNavigation = 1;
|
|
20
|
-
(function (module, exports$1) {
|
|
21
|
-
Object.defineProperty(exports$1, "__esModule", {
|
|
22
|
-
value: true
|
|
23
|
-
});
|
|
24
|
-
function _export(target, all) {
|
|
25
|
-
for(var name in all)Object.defineProperty(target, name, {
|
|
26
|
-
enumerable: true,
|
|
27
|
-
get: all[name]
|
|
28
|
-
});
|
|
29
|
-
}
|
|
30
|
-
_export(exports$1, {
|
|
31
|
-
ReadonlyURLSearchParams: function() {
|
|
32
|
-
return _navigationreactserver.ReadonlyURLSearchParams;
|
|
33
|
-
},
|
|
34
|
-
RedirectType: function() {
|
|
35
|
-
return _navigationreactserver.RedirectType;
|
|
36
|
-
},
|
|
37
|
-
ServerInsertedHTMLContext: function() {
|
|
38
|
-
return _serverinsertedhtmlsharedruntime.ServerInsertedHTMLContext;
|
|
39
|
-
},
|
|
40
|
-
forbidden: function() {
|
|
41
|
-
return _navigationreactserver.forbidden;
|
|
42
|
-
},
|
|
43
|
-
notFound: function() {
|
|
44
|
-
return _navigationreactserver.notFound;
|
|
45
|
-
},
|
|
46
|
-
permanentRedirect: function() {
|
|
47
|
-
return _navigationreactserver.permanentRedirect;
|
|
48
|
-
},
|
|
49
|
-
redirect: function() {
|
|
50
|
-
return _navigationreactserver.redirect;
|
|
51
|
-
},
|
|
52
|
-
unauthorized: function() {
|
|
53
|
-
return _navigationreactserver.unauthorized;
|
|
54
|
-
},
|
|
55
|
-
unstable_isUnrecognizedActionError: function() {
|
|
56
|
-
return _unrecognizedactionerror.unstable_isUnrecognizedActionError;
|
|
57
|
-
},
|
|
58
|
-
unstable_rethrow: function() {
|
|
59
|
-
return _navigationreactserver.unstable_rethrow;
|
|
60
|
-
},
|
|
61
|
-
useParams: function() {
|
|
62
|
-
return useParams;
|
|
63
|
-
},
|
|
64
|
-
usePathname: function() {
|
|
65
|
-
return usePathname;
|
|
66
|
-
},
|
|
67
|
-
useRouter: function() {
|
|
68
|
-
return useRouter;
|
|
69
|
-
},
|
|
70
|
-
useSearchParams: function() {
|
|
71
|
-
return useSearchParams;
|
|
72
|
-
},
|
|
73
|
-
useSelectedLayoutSegment: function() {
|
|
74
|
-
return useSelectedLayoutSegment;
|
|
75
|
-
},
|
|
76
|
-
useSelectedLayoutSegments: function() {
|
|
77
|
-
return useSelectedLayoutSegments;
|
|
78
|
-
},
|
|
79
|
-
useServerInsertedHTML: function() {
|
|
80
|
-
return _serverinsertedhtmlsharedruntime.useServerInsertedHTML;
|
|
81
|
-
}
|
|
82
|
-
});
|
|
83
|
-
const _react = React;
|
|
84
|
-
const _approutercontextsharedruntime = appRouterContext_sharedRuntime.__require();
|
|
85
|
-
const _hooksclientcontextsharedruntime = hooksClientContext_sharedRuntime.__require();
|
|
86
|
-
const _getsegmentvalue = getSegmentValue.__require();
|
|
87
|
-
const _segment = segment.__require();
|
|
88
|
-
const _navigationreactserver = navigation_reactServer.__require();
|
|
89
|
-
const _serverinsertedhtmlsharedruntime = serverInsertedHtml_sharedRuntime.__require();
|
|
90
|
-
const _unrecognizedactionerror = unrecognizedActionError.__require();
|
|
91
|
-
const useDynamicRouteParams = typeof window === 'undefined' ? dynamicRendering.__require().useDynamicRouteParams : undefined;
|
|
92
|
-
function useSearchParams() {
|
|
93
|
-
const searchParams = (0, _react.useContext)(_hooksclientcontextsharedruntime.SearchParamsContext);
|
|
94
|
-
// In the case where this is `null`, the compat types added in
|
|
95
|
-
// `next-env.d.ts` will add a new overload that changes the return type to
|
|
96
|
-
// include `null`.
|
|
97
|
-
const readonlySearchParams = (0, _react.useMemo)(()=>{
|
|
98
|
-
if (!searchParams) {
|
|
99
|
-
// When the router is not ready in pages, we won't have the search params
|
|
100
|
-
// available.
|
|
101
|
-
return null;
|
|
102
|
-
}
|
|
103
|
-
return new _navigationreactserver.ReadonlyURLSearchParams(searchParams);
|
|
104
|
-
}, [
|
|
105
|
-
searchParams
|
|
106
|
-
]);
|
|
107
|
-
if (typeof window === 'undefined') {
|
|
108
|
-
// AsyncLocalStorage should not be included in the client bundle.
|
|
109
|
-
const { bailoutToClientRendering: bailoutToClientRendering$1 } = bailoutToClientRendering.__require();
|
|
110
|
-
// TODO-APP: handle dynamic = 'force-static' here and on the client
|
|
111
|
-
bailoutToClientRendering$1('useSearchParams()');
|
|
112
|
-
}
|
|
113
|
-
return readonlySearchParams;
|
|
114
|
-
}
|
|
115
|
-
function usePathname() {
|
|
116
|
-
useDynamicRouteParams == null ? void 0 : useDynamicRouteParams('usePathname()');
|
|
117
|
-
// In the case where this is `null`, the compat types added in `next-env.d.ts`
|
|
118
|
-
// will add a new overload that changes the return type to include `null`.
|
|
119
|
-
return (0, _react.useContext)(_hooksclientcontextsharedruntime.PathnameContext);
|
|
120
|
-
}
|
|
121
|
-
function useRouter() {
|
|
122
|
-
const router = (0, _react.useContext)(_approutercontextsharedruntime.AppRouterContext);
|
|
123
|
-
if (router === null) {
|
|
124
|
-
throw Object.defineProperty(new Error('invariant expected app router to be mounted'), "__NEXT_ERROR_CODE", {
|
|
125
|
-
value: "E238",
|
|
126
|
-
enumerable: false,
|
|
127
|
-
configurable: true
|
|
128
|
-
});
|
|
129
|
-
}
|
|
130
|
-
return router;
|
|
131
|
-
}
|
|
132
|
-
function useParams() {
|
|
133
|
-
useDynamicRouteParams == null ? void 0 : useDynamicRouteParams('useParams()');
|
|
134
|
-
return (0, _react.useContext)(_hooksclientcontextsharedruntime.PathParamsContext);
|
|
135
|
-
}
|
|
136
|
-
/** Get the canonical parameters from the current level to the leaf node. */ // Client components API
|
|
137
|
-
function getSelectedLayoutSegmentPath(tree, parallelRouteKey, first, segmentPath) {
|
|
138
|
-
if (first === void 0) first = true;
|
|
139
|
-
if (segmentPath === void 0) segmentPath = [];
|
|
140
|
-
let node;
|
|
141
|
-
if (first) {
|
|
142
|
-
// Use the provided parallel route key on the first parallel route
|
|
143
|
-
node = tree[1][parallelRouteKey];
|
|
144
|
-
} else {
|
|
145
|
-
// After first parallel route prefer children, if there's no children pick the first parallel route.
|
|
146
|
-
const parallelRoutes = tree[1];
|
|
147
|
-
var _parallelRoutes_children;
|
|
148
|
-
node = (_parallelRoutes_children = parallelRoutes.children) != null ? _parallelRoutes_children : Object.values(parallelRoutes)[0];
|
|
149
|
-
}
|
|
150
|
-
if (!node) return segmentPath;
|
|
151
|
-
const segment = node[0];
|
|
152
|
-
let segmentValue = (0, _getsegmentvalue.getSegmentValue)(segment);
|
|
153
|
-
if (!segmentValue || segmentValue.startsWith(_segment.PAGE_SEGMENT_KEY)) {
|
|
154
|
-
return segmentPath;
|
|
155
|
-
}
|
|
156
|
-
segmentPath.push(segmentValue);
|
|
157
|
-
return getSelectedLayoutSegmentPath(node, parallelRouteKey, false, segmentPath);
|
|
158
|
-
}
|
|
159
|
-
function useSelectedLayoutSegments(parallelRouteKey) {
|
|
160
|
-
if (parallelRouteKey === void 0) parallelRouteKey = 'children';
|
|
161
|
-
useDynamicRouteParams == null ? void 0 : useDynamicRouteParams('useSelectedLayoutSegments()');
|
|
162
|
-
const context = (0, _react.useContext)(_approutercontextsharedruntime.LayoutRouterContext);
|
|
163
|
-
// @ts-expect-error This only happens in `pages`. Type is overwritten in navigation.d.ts
|
|
164
|
-
if (!context) return null;
|
|
165
|
-
return getSelectedLayoutSegmentPath(context.parentTree, parallelRouteKey);
|
|
166
|
-
}
|
|
167
|
-
function useSelectedLayoutSegment(parallelRouteKey) {
|
|
168
|
-
if (parallelRouteKey === void 0) parallelRouteKey = 'children';
|
|
169
|
-
useDynamicRouteParams == null ? void 0 : useDynamicRouteParams('useSelectedLayoutSegment()');
|
|
170
|
-
const selectedLayoutSegments = useSelectedLayoutSegments(parallelRouteKey);
|
|
171
|
-
if (!selectedLayoutSegments || selectedLayoutSegments.length === 0) {
|
|
172
|
-
return null;
|
|
173
|
-
}
|
|
174
|
-
const selectedLayoutSegment = parallelRouteKey === 'children' ? selectedLayoutSegments[0] : selectedLayoutSegments[selectedLayoutSegments.length - 1];
|
|
175
|
-
// if the default slot is showing, we return null since it's not technically "selected" (it's a fallback)
|
|
176
|
-
// and returning an internal value like `__DEFAULT__` would be confusing.
|
|
177
|
-
return selectedLayoutSegment === _segment.DEFAULT_SEGMENT_KEY ? null : selectedLayoutSegment;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
if ((typeof exports$1.default === 'function' || (typeof exports$1.default === 'object' && exports$1.default !== null)) && typeof exports$1.default.__esModule === 'undefined') {
|
|
181
|
-
Object.defineProperty(exports$1.default, '__esModule', { value: true });
|
|
182
|
-
Object.assign(exports$1.default, exports$1);
|
|
183
|
-
module.exports = exports$1.default;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
} (navigation.__module, navigation.__module.exports));
|
|
188
|
-
return navigation.__module.exports;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
exports.__require = requireNavigation;
|
|
192
|
-
//# sourceMappingURL=navigation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"navigation.js","sources":["../../../../../../../node_modules/next/dist/client/components/navigation.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\n0 && (module.exports = {\n ReadonlyURLSearchParams: null,\n RedirectType: null,\n ServerInsertedHTMLContext: null,\n forbidden: null,\n notFound: null,\n permanentRedirect: null,\n redirect: null,\n unauthorized: null,\n unstable_isUnrecognizedActionError: null,\n unstable_rethrow: null,\n useParams: null,\n usePathname: null,\n useRouter: null,\n useSearchParams: null,\n useSelectedLayoutSegment: null,\n useSelectedLayoutSegments: null,\n useServerInsertedHTML: null\n});\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n ReadonlyURLSearchParams: function() {\n return _navigationreactserver.ReadonlyURLSearchParams;\n },\n RedirectType: function() {\n return _navigationreactserver.RedirectType;\n },\n ServerInsertedHTMLContext: function() {\n return _serverinsertedhtmlsharedruntime.ServerInsertedHTMLContext;\n },\n forbidden: function() {\n return _navigationreactserver.forbidden;\n },\n notFound: function() {\n return _navigationreactserver.notFound;\n },\n permanentRedirect: function() {\n return _navigationreactserver.permanentRedirect;\n },\n redirect: function() {\n return _navigationreactserver.redirect;\n },\n unauthorized: function() {\n return _navigationreactserver.unauthorized;\n },\n unstable_isUnrecognizedActionError: function() {\n return _unrecognizedactionerror.unstable_isUnrecognizedActionError;\n },\n unstable_rethrow: function() {\n return _navigationreactserver.unstable_rethrow;\n },\n useParams: function() {\n return useParams;\n },\n usePathname: function() {\n return usePathname;\n },\n useRouter: function() {\n return useRouter;\n },\n useSearchParams: function() {\n return useSearchParams;\n },\n useSelectedLayoutSegment: function() {\n return useSelectedLayoutSegment;\n },\n useSelectedLayoutSegments: function() {\n return useSelectedLayoutSegments;\n },\n useServerInsertedHTML: function() {\n return _serverinsertedhtmlsharedruntime.useServerInsertedHTML;\n }\n});\nconst _react = require(\"react\");\nconst _approutercontextsharedruntime = require(\"../../shared/lib/app-router-context.shared-runtime\");\nconst _hooksclientcontextsharedruntime = require(\"../../shared/lib/hooks-client-context.shared-runtime\");\nconst _getsegmentvalue = require(\"./router-reducer/reducers/get-segment-value\");\nconst _segment = require(\"../../shared/lib/segment\");\nconst _navigationreactserver = require(\"./navigation.react-server\");\nconst _serverinsertedhtmlsharedruntime = require(\"../../shared/lib/server-inserted-html.shared-runtime\");\nconst _unrecognizedactionerror = require(\"./unrecognized-action-error\");\nconst useDynamicRouteParams = typeof window === 'undefined' ? require('../../server/app-render/dynamic-rendering').useDynamicRouteParams : undefined;\nfunction useSearchParams() {\n const searchParams = (0, _react.useContext)(_hooksclientcontextsharedruntime.SearchParamsContext);\n // In the case where this is `null`, the compat types added in\n // `next-env.d.ts` will add a new overload that changes the return type to\n // include `null`.\n const readonlySearchParams = (0, _react.useMemo)(()=>{\n if (!searchParams) {\n // When the router is not ready in pages, we won't have the search params\n // available.\n return null;\n }\n return new _navigationreactserver.ReadonlyURLSearchParams(searchParams);\n }, [\n searchParams\n ]);\n if (typeof window === 'undefined') {\n // AsyncLocalStorage should not be included in the client bundle.\n const { bailoutToClientRendering } = require('./bailout-to-client-rendering');\n // TODO-APP: handle dynamic = 'force-static' here and on the client\n bailoutToClientRendering('useSearchParams()');\n }\n return readonlySearchParams;\n}\nfunction usePathname() {\n useDynamicRouteParams == null ? void 0 : useDynamicRouteParams('usePathname()');\n // In the case where this is `null`, the compat types added in `next-env.d.ts`\n // will add a new overload that changes the return type to include `null`.\n return (0, _react.useContext)(_hooksclientcontextsharedruntime.PathnameContext);\n}\nfunction useRouter() {\n const router = (0, _react.useContext)(_approutercontextsharedruntime.AppRouterContext);\n if (router === null) {\n throw Object.defineProperty(new Error('invariant expected app router to be mounted'), \"__NEXT_ERROR_CODE\", {\n value: \"E238\",\n enumerable: false,\n configurable: true\n });\n }\n return router;\n}\nfunction useParams() {\n useDynamicRouteParams == null ? void 0 : useDynamicRouteParams('useParams()');\n return (0, _react.useContext)(_hooksclientcontextsharedruntime.PathParamsContext);\n}\n/** Get the canonical parameters from the current level to the leaf node. */ // Client components API\nfunction getSelectedLayoutSegmentPath(tree, parallelRouteKey, first, segmentPath) {\n if (first === void 0) first = true;\n if (segmentPath === void 0) segmentPath = [];\n let node;\n if (first) {\n // Use the provided parallel route key on the first parallel route\n node = tree[1][parallelRouteKey];\n } else {\n // After first parallel route prefer children, if there's no children pick the first parallel route.\n const parallelRoutes = tree[1];\n var _parallelRoutes_children;\n node = (_parallelRoutes_children = parallelRoutes.children) != null ? _parallelRoutes_children : Object.values(parallelRoutes)[0];\n }\n if (!node) return segmentPath;\n const segment = node[0];\n let segmentValue = (0, _getsegmentvalue.getSegmentValue)(segment);\n if (!segmentValue || segmentValue.startsWith(_segment.PAGE_SEGMENT_KEY)) {\n return segmentPath;\n }\n segmentPath.push(segmentValue);\n return getSelectedLayoutSegmentPath(node, parallelRouteKey, false, segmentPath);\n}\nfunction useSelectedLayoutSegments(parallelRouteKey) {\n if (parallelRouteKey === void 0) parallelRouteKey = 'children';\n useDynamicRouteParams == null ? void 0 : useDynamicRouteParams('useSelectedLayoutSegments()');\n const context = (0, _react.useContext)(_approutercontextsharedruntime.LayoutRouterContext);\n // @ts-expect-error This only happens in `pages`. Type is overwritten in navigation.d.ts\n if (!context) return null;\n return getSelectedLayoutSegmentPath(context.parentTree, parallelRouteKey);\n}\nfunction useSelectedLayoutSegment(parallelRouteKey) {\n if (parallelRouteKey === void 0) parallelRouteKey = 'children';\n useDynamicRouteParams == null ? void 0 : useDynamicRouteParams('useSelectedLayoutSegment()');\n const selectedLayoutSegments = useSelectedLayoutSegments(parallelRouteKey);\n if (!selectedLayoutSegments || selectedLayoutSegments.length === 0) {\n return null;\n }\n const selectedLayoutSegment = parallelRouteKey === 'children' ? selectedLayoutSegments[0] : selectedLayoutSegments[selectedLayoutSegments.length - 1];\n // if the default slot is showing, we return null since it's not technically \"selected\" (it's a fallback)\n // and returning an internal value like `__DEFAULT__` would be confusing.\n return selectedLayoutSegment === _segment.DEFAULT_SEGMENT_KEY ? null : selectedLayoutSegment;\n}\n\nif ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {\n Object.defineProperty(exports.default, '__esModule', { value: true });\n Object.assign(exports.default, exports);\n module.exports = exports.default;\n}\n\n//# sourceMappingURL=navigation.js.map"],"names":["exports","require$$0","require$$1","require$$2","require$$3","require$$4","require$$5","require$$6","require$$7","require$$8","bailoutToClientRendering","require$$9"],"mappings":"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","x_google_ignoreList":[0]}
|