lkd-web-kit 0.0.9 → 0.0.10
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/_virtual/link.cjs +1 -0
- package/dist/_virtual/link.js +7 -0
- package/dist/_virtual/navigation.cjs +1 -0
- package/dist/_virtual/navigation.js +5 -0
- package/dist/components/EmptyState/index.cjs +1 -0
- package/dist/{index2.js → components/EmptyState/index.js} +1 -1
- package/dist/components/NavItems.cjs +1 -0
- package/dist/{index5.js → components/NavItems.js} +11 -10
- package/dist/components/SelectInfinity/index.cjs +1 -0
- package/dist/{index4.js → components/SelectInfinity/index.js} +22 -21
- package/dist/contexts/NavigationHistoryContext/index.cjs +1 -0
- package/dist/{index8.js → contexts/NavigationHistoryContext/index.js} +1 -1
- package/dist/hocs/withForm.cjs +1 -0
- package/dist/{index14.js → hocs/withForm.js} +1 -1
- package/dist/hocs/withModalManager.cjs +1 -0
- package/dist/hocs/withModalManager.js +28 -0
- package/dist/hooks/useFetchNextPageOnScroll.cjs +1 -0
- package/dist/{index16.js → hooks/useFetchNextPageOnScroll.js} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +26 -26
- package/dist/node_modules/@swc/helpers/cjs/_interop_require_default.cjs +1 -0
- package/dist/{index57.js → node_modules/@swc/helpers/cjs/_interop_require_default.js} +1 -1
- package/dist/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs +1 -0
- package/dist/{index44.js → node_modules/@swc/helpers/cjs/_interop_require_wildcard.js} +1 -1
- package/dist/node_modules/next/dist/client/add-base-path.cjs +1 -0
- package/dist/{index53.js → node_modules/next/dist/client/add-base-path.js} +3 -3
- package/dist/node_modules/next/dist/client/add-locale.cjs +1 -0
- package/dist/{index49.js → node_modules/next/dist/client/add-locale.js} +3 -3
- package/dist/node_modules/next/dist/client/components/app-router-headers.cjs +1 -0
- package/dist/{index121.js → node_modules/next/dist/client/components/app-router-headers.js} +1 -1
- package/dist/node_modules/next/dist/client/components/bailout-to-client-rendering.cjs +1 -0
- package/dist/{index42.js → node_modules/next/dist/client/components/bailout-to-client-rendering.js} +3 -3
- package/dist/node_modules/next/dist/client/components/forbidden.cjs +1 -0
- package/dist/{index65.js → node_modules/next/dist/client/components/forbidden.js} +2 -2
- package/dist/node_modules/next/dist/client/components/hooks-server-context.cjs +1 -0
- package/dist/{index70.js → node_modules/next/dist/client/components/hooks-server-context.js} +1 -1
- package/dist/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.cjs +1 -0
- package/dist/{index108.js → node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js} +1 -1
- package/dist/node_modules/next/dist/client/components/is-next-router-error.cjs +1 -0
- package/dist/{index151.js → node_modules/next/dist/client/components/is-next-router-error.js} +3 -3
- package/dist/node_modules/next/dist/client/components/navigation.cjs +1 -0
- package/dist/{index33.js → node_modules/next/dist/client/components/navigation.js} +9 -9
- package/dist/{index39.cjs → node_modules/next/dist/client/components/navigation.react-server.cjs} +1 -1
- package/dist/{index39.js → node_modules/next/dist/client/components/navigation.react-server.js} +7 -7
- package/dist/node_modules/next/dist/client/components/not-found.cjs +1 -0
- package/dist/{index64.js → node_modules/next/dist/client/components/not-found.js} +2 -2
- package/dist/node_modules/next/dist/client/components/redirect-error.cjs +1 -0
- package/dist/{index63.js → node_modules/next/dist/client/components/redirect-error.js} +2 -2
- package/dist/node_modules/next/dist/client/components/redirect-status-code.cjs +1 -0
- package/dist/{index104.js → node_modules/next/dist/client/components/redirect-status-code.js} +1 -1
- package/dist/node_modules/next/dist/client/components/redirect.cjs +1 -0
- package/dist/{index62.js → node_modules/next/dist/client/components/redirect.js} +4 -4
- package/dist/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.cjs +1 -0
- package/dist/{index37.js → node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js} +1 -1
- package/dist/node_modules/next/dist/client/components/static-generation-bailout.cjs +1 -0
- package/dist/{index71.js → node_modules/next/dist/client/components/static-generation-bailout.js} +1 -1
- package/dist/node_modules/next/dist/client/components/unauthorized.cjs +1 -0
- package/dist/{index66.js → node_modules/next/dist/client/components/unauthorized.js} +2 -2
- package/dist/node_modules/next/dist/client/components/unstable-rethrow.browser.cjs +1 -0
- package/dist/{index113.js → node_modules/next/dist/client/components/unstable-rethrow.browser.js} +3 -3
- package/dist/node_modules/next/dist/client/components/unstable-rethrow.cjs +1 -0
- package/dist/{index67.js → node_modules/next/dist/client/components/unstable-rethrow.js} +3 -3
- package/dist/node_modules/next/dist/client/components/unstable-rethrow.server.cjs +1 -0
- package/dist/{index112.js → node_modules/next/dist/client/components/unstable-rethrow.server.js} +7 -7
- package/dist/node_modules/next/dist/client/detect-domain-locale.cjs +1 -0
- package/dist/{index97.js → node_modules/next/dist/client/detect-domain-locale.js} +2 -2
- package/dist/node_modules/next/dist/client/get-domain-locale.cjs +1 -0
- package/dist/{index52.js → node_modules/next/dist/client/get-domain-locale.js} +4 -4
- package/dist/node_modules/next/dist/client/has-base-path.cjs +1 -0
- package/dist/{index87.js → node_modules/next/dist/client/has-base-path.js} +2 -2
- package/dist/{index31.cjs → node_modules/next/dist/client/link.cjs} +1 -1
- package/dist/{index31.js → node_modules/next/dist/client/link.js} +13 -13
- package/dist/node_modules/next/dist/client/normalize-locale-path.cjs +1 -0
- package/dist/{index96.js → node_modules/next/dist/client/normalize-locale-path.js} +2 -2
- package/dist/node_modules/next/dist/client/normalize-trailing-slash.cjs +1 -0
- package/dist/{index83.js → node_modules/next/dist/client/normalize-trailing-slash.js} +3 -3
- package/dist/node_modules/next/dist/client/request-idle-callback.cjs +1 -0
- package/dist/{index94.js → node_modules/next/dist/client/request-idle-callback.js} +1 -1
- package/dist/node_modules/next/dist/client/resolve-href.cjs +1 -0
- package/dist/{index45.js → node_modules/next/dist/client/resolve-href.js} +9 -9
- package/dist/node_modules/next/dist/client/use-intersection.cjs +1 -0
- package/dist/{index51.js → node_modules/next/dist/client/use-intersection.js} +2 -2
- package/dist/node_modules/next/dist/client/use-merged-ref.cjs +1 -0
- package/dist/{index54.js → node_modules/next/dist/client/use-merged-ref.js} +1 -1
- package/dist/node_modules/next/dist/lib/constants.cjs +1 -0
- package/dist/{index164.js → node_modules/next/dist/lib/constants.js} +1 -1
- package/dist/node_modules/next/dist/lib/metadata/metadata-constants.cjs +1 -0
- package/dist/{index75.js → node_modules/next/dist/lib/metadata/metadata-constants.js} +1 -1
- package/dist/node_modules/next/dist/lib/scheduler.cjs +1 -0
- package/dist/{index76.js → node_modules/next/dist/lib/scheduler.js} +1 -1
- package/dist/node_modules/next/dist/server/app-render/action-async-storage-instance.cjs +1 -0
- package/dist/{index147.js → node_modules/next/dist/server/app-render/action-async-storage-instance.js} +2 -2
- package/dist/{index105.cjs → node_modules/next/dist/server/app-render/action-async-storage.external.cjs} +1 -1
- package/dist/{index105.js → node_modules/next/dist/server/app-render/action-async-storage.external.js} +2 -2
- package/dist/node_modules/next/dist/server/app-render/async-local-storage.cjs +1 -0
- package/dist/{index154.js → node_modules/next/dist/server/app-render/async-local-storage.js} +1 -1
- package/dist/node_modules/next/dist/server/app-render/dynamic-rendering.cjs +4 -0
- package/dist/{index41.js → node_modules/next/dist/server/app-render/dynamic-rendering.js} +8 -8
- package/dist/node_modules/next/dist/server/app-render/work-async-storage-instance.cjs +1 -0
- package/dist/{index116.js → node_modules/next/dist/server/app-render/work-async-storage-instance.js} +2 -2
- package/dist/node_modules/next/dist/server/app-render/work-async-storage.external.cjs +1 -0
- package/dist/{index73.js → node_modules/next/dist/server/app-render/work-async-storage.external.js} +2 -2
- package/dist/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.cjs +1 -0
- package/dist/{index120.js → node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js} +2 -2
- package/dist/node_modules/next/dist/server/app-render/work-unit-async-storage.external.cjs +1 -0
- package/dist/{index72.js → node_modules/next/dist/server/app-render/work-unit-async-storage.external.js} +3 -3
- package/dist/node_modules/next/dist/server/dynamic-rendering-utils.cjs +1 -0
- package/dist/{index74.js → node_modules/next/dist/server/dynamic-rendering-utils.js} +1 -1
- package/dist/node_modules/next/dist/server/lib/router-utils/is-postpone.cjs +1 -0
- package/dist/{index150.js → node_modules/next/dist/server/lib/router-utils/is-postpone.js} +1 -1
- package/dist/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.cjs +1 -0
- package/dist/{index35.js → node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js} +2 -2
- package/dist/node_modules/next/dist/shared/lib/escape-regexp.cjs +1 -0
- package/dist/{index165.js → node_modules/next/dist/shared/lib/escape-regexp.js} +1 -1
- package/dist/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.cjs +1 -0
- package/dist/{index36.js → node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js} +1 -1
- package/dist/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.cjs +1 -0
- package/dist/{index143.js → node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js} +1 -1
- package/dist/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.cjs +1 -0
- package/dist/{index141.js → node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js} +1 -1
- package/dist/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.cjs +1 -0
- package/dist/{index78.js → node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js} +1 -1
- package/dist/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.cjs +1 -0
- package/dist/{index178.js → node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js} +1 -1
- package/dist/node_modules/next/dist/shared/lib/router/utils/add-locale.cjs +1 -0
- package/dist/{index91.js → node_modules/next/dist/shared/lib/router/utils/add-locale.js} +3 -3
- package/dist/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.cjs +1 -0
- package/dist/{index99.js → node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js} +2 -2
- package/dist/node_modules/next/dist/shared/lib/router/utils/app-paths.cjs +1 -0
- package/dist/{index174.js → node_modules/next/dist/shared/lib/router/utils/app-paths.js} +3 -3
- package/dist/node_modules/next/dist/shared/lib/router/utils/format-url.cjs +1 -0
- package/dist/{index47.js → node_modules/next/dist/shared/lib/router/utils/format-url.js} +3 -3
- package/dist/node_modules/next/dist/shared/lib/router/utils/index.cjs +1 -0
- package/dist/{index84.js → node_modules/next/dist/shared/lib/router/utils/index.js} +3 -3
- package/dist/node_modules/next/dist/shared/lib/router/utils/interception-routes.cjs +1 -0
- package/dist/{index161.js → node_modules/next/dist/shared/lib/router/utils/interception-routes.js} +2 -2
- package/dist/node_modules/next/dist/shared/lib/router/utils/interpolate-as.cjs +1 -0
- package/dist/{index85.js → node_modules/next/dist/shared/lib/router/utils/interpolate-as.js} +3 -3
- package/dist/node_modules/next/dist/shared/lib/router/utils/is-dynamic.cjs +1 -0
- package/dist/{index132.js → node_modules/next/dist/shared/lib/router/utils/is-dynamic.js} +2 -2
- package/dist/node_modules/next/dist/shared/lib/router/utils/is-local-url.cjs +1 -0
- package/dist/{index46.js → node_modules/next/dist/shared/lib/router/utils/is-local-url.js} +3 -3
- package/dist/node_modules/next/dist/shared/lib/router/utils/omit.cjs +1 -0
- package/dist/{index82.js → node_modules/next/dist/shared/lib/router/utils/omit.js} +1 -1
- package/dist/node_modules/next/dist/shared/lib/router/utils/parse-path.cjs +1 -0
- package/dist/{index129.js → node_modules/next/dist/shared/lib/router/utils/parse-path.js} +1 -1
- package/dist/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.cjs +1 -0
- package/dist/{index137.js → node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js} +2 -2
- package/dist/node_modules/next/dist/shared/lib/router/utils/querystring.cjs +1 -0
- package/dist/{index81.js → node_modules/next/dist/shared/lib/router/utils/querystring.js} +1 -1
- package/dist/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.cjs +1 -0
- package/dist/{index128.js → node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js} +1 -1
- package/dist/node_modules/next/dist/shared/lib/router/utils/route-matcher.cjs +1 -0
- package/dist/{index134.js → node_modules/next/dist/shared/lib/router/utils/route-matcher.js} +2 -2
- package/dist/node_modules/next/dist/shared/lib/router/utils/route-regex.cjs +1 -0
- package/dist/{index135.js → node_modules/next/dist/shared/lib/router/utils/route-regex.js} +5 -5
- package/dist/node_modules/next/dist/shared/lib/router/utils/sorted-routes.cjs +1 -0
- package/dist/{index131.js → node_modules/next/dist/shared/lib/router/utils/sorted-routes.js} +1 -1
- package/dist/node_modules/next/dist/shared/lib/router-context.shared-runtime.cjs +1 -0
- package/dist/{index50.js → node_modules/next/dist/shared/lib/router-context.shared-runtime.js} +2 -2
- package/dist/node_modules/next/dist/shared/lib/segment.cjs +1 -0
- package/dist/{index38.js → node_modules/next/dist/shared/lib/segment.js} +1 -1
- package/dist/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.cjs +1 -0
- package/dist/{index40.js → node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js} +2 -2
- package/dist/node_modules/next/dist/shared/lib/utils/error-once.cjs +1 -0
- package/dist/{index55.js → node_modules/next/dist/shared/lib/utils/error-once.js} +1 -1
- package/dist/node_modules/next/dist/shared/lib/utils.cjs +1 -0
- package/dist/{index48.js → node_modules/next/dist/shared/lib/utils.js} +1 -1
- package/dist/node_modules/next/link.cjs +1 -0
- package/dist/{index30.js → node_modules/next/link.js} +1 -1
- package/dist/node_modules/next/navigation.cjs +1 -0
- package/dist/{index32.js → node_modules/next/navigation.js} +1 -1
- package/dist/utils/ky/addBodyJsonHook.cjs +1 -0
- package/dist/{index22.js → utils/ky/addBodyJsonHook.js} +1 -1
- package/package.json +1 -1
- package/dist/index104.cjs +0 -1
- package/dist/index108.cjs +0 -1
- package/dist/index112.cjs +0 -1
- package/dist/index113.cjs +0 -1
- package/dist/index116.cjs +0 -1
- package/dist/index120.cjs +0 -1
- package/dist/index121.cjs +0 -1
- package/dist/index128.cjs +0 -1
- package/dist/index129.cjs +0 -1
- package/dist/index131.cjs +0 -1
- package/dist/index132.cjs +0 -1
- package/dist/index134.cjs +0 -1
- package/dist/index135.cjs +0 -1
- package/dist/index137.cjs +0 -1
- package/dist/index14.cjs +0 -1
- package/dist/index141.cjs +0 -1
- package/dist/index143.cjs +0 -1
- package/dist/index147.cjs +0 -1
- package/dist/index15.cjs +0 -1
- package/dist/index15.js +0 -20
- package/dist/index150.cjs +0 -1
- package/dist/index151.cjs +0 -1
- package/dist/index154.cjs +0 -1
- package/dist/index16.cjs +0 -1
- package/dist/index161.cjs +0 -1
- package/dist/index164.cjs +0 -1
- package/dist/index165.cjs +0 -1
- package/dist/index174.cjs +0 -1
- package/dist/index178.cjs +0 -1
- package/dist/index18.cjs +0 -1
- package/dist/index18.js +0 -5
- package/dist/index2.cjs +0 -1
- package/dist/index22.cjs +0 -1
- package/dist/index29.cjs +0 -1
- package/dist/index29.js +0 -7
- package/dist/index30.cjs +0 -1
- package/dist/index32.cjs +0 -1
- package/dist/index33.cjs +0 -1
- package/dist/index35.cjs +0 -1
- package/dist/index36.cjs +0 -1
- package/dist/index37.cjs +0 -1
- package/dist/index38.cjs +0 -1
- package/dist/index4.cjs +0 -1
- package/dist/index40.cjs +0 -1
- package/dist/index41.cjs +0 -4
- package/dist/index42.cjs +0 -1
- package/dist/index44.cjs +0 -1
- package/dist/index45.cjs +0 -1
- package/dist/index46.cjs +0 -1
- package/dist/index47.cjs +0 -1
- package/dist/index48.cjs +0 -1
- package/dist/index49.cjs +0 -1
- package/dist/index5.cjs +0 -1
- package/dist/index50.cjs +0 -1
- package/dist/index51.cjs +0 -1
- package/dist/index52.cjs +0 -1
- package/dist/index53.cjs +0 -1
- package/dist/index54.cjs +0 -1
- package/dist/index55.cjs +0 -1
- package/dist/index57.cjs +0 -1
- package/dist/index62.cjs +0 -1
- package/dist/index63.cjs +0 -1
- package/dist/index64.cjs +0 -1
- package/dist/index65.cjs +0 -1
- package/dist/index66.cjs +0 -1
- package/dist/index67.cjs +0 -1
- package/dist/index70.cjs +0 -1
- package/dist/index71.cjs +0 -1
- package/dist/index72.cjs +0 -1
- package/dist/index73.cjs +0 -1
- package/dist/index74.cjs +0 -1
- package/dist/index75.cjs +0 -1
- package/dist/index76.cjs +0 -1
- package/dist/index78.cjs +0 -1
- package/dist/index8.cjs +0 -1
- package/dist/index81.cjs +0 -1
- package/dist/index82.cjs +0 -1
- package/dist/index83.cjs +0 -1
- package/dist/index84.cjs +0 -1
- package/dist/index85.cjs +0 -1
- package/dist/index87.cjs +0 -1
- package/dist/index91.cjs +0 -1
- package/dist/index94.cjs +0 -1
- package/dist/index96.cjs +0 -1
- package/dist/index97.cjs +0 -1
- package/dist/index99.cjs +0 -1
- /package/dist/{index180.cjs → _virtual/_commonjsHelpers.cjs} +0 -0
- /package/dist/{index180.js → _virtual/_commonjsHelpers.js} +0 -0
- /package/dist/{index101.cjs → _virtual/_interop_require_default.cjs} +0 -0
- /package/dist/{index102.js → _virtual/_interop_require_default.js} +0 -0
- /package/dist/{index102.cjs → _virtual/_interop_require_wildcard.cjs} +0 -0
- /package/dist/{index101.js → _virtual/_interop_require_wildcard.js} +0 -0
- /package/dist/{index114.cjs → _virtual/action-async-storage-instance.cjs} +0 -0
- /package/dist/{index123.js → _virtual/action-async-storage-instance.js} +0 -0
- /package/dist/{index115.cjs → _virtual/action-async-storage.external.cjs} +0 -0
- /package/dist/{index138.js → _virtual/action-async-storage.external.js} +0 -0
- /package/dist/{index100.cjs → _virtual/add-base-path.cjs} +0 -0
- /package/dist/{index127.js → _virtual/add-base-path.js} +0 -0
- /package/dist/{index103.cjs → _virtual/add-locale.cjs} +0 -0
- /package/dist/{index136.js → _virtual/add-locale.js} +0 -0
- /package/dist/{index119.cjs → _virtual/add-locale2.cjs} +0 -0
- /package/dist/{index144.js → _virtual/add-locale2.js} +0 -0
- /package/dist/{index122.cjs → _virtual/add-path-prefix.cjs} +0 -0
- /package/dist/{index146.js → _virtual/add-path-prefix.js} +0 -0
- /package/dist/{index124.cjs → _virtual/app-paths.cjs} +0 -0
- /package/dist/{index158.js → _virtual/app-paths.js} +0 -0
- /package/dist/{index125.cjs → _virtual/app-router-context.shared-runtime.cjs} +0 -0
- /package/dist/{index122.js → _virtual/app-router-context.shared-runtime.js} +0 -0
- /package/dist/{index106.cjs → _virtual/app-router-headers.cjs} +0 -0
- /package/dist/{index100.js → _virtual/app-router-headers.js} +0 -0
- /package/dist/{index126.cjs → _virtual/async-local-storage.cjs} +0 -0
- /package/dist/{index160.js → _virtual/async-local-storage.js} +0 -0
- /package/dist/{index107.cjs → _virtual/bailout-to-client-rendering.cjs} +0 -0
- /package/dist/{index103.js → _virtual/bailout-to-client-rendering.js} +0 -0
- /package/dist/{index130.cjs → _virtual/bailout-to-csr.cjs} +0 -0
- /package/dist/{index114.js → _virtual/bailout-to-csr.js} +0 -0
- /package/dist/{index123.cjs → _virtual/constants.cjs} +0 -0
- /package/dist/{index175.js → _virtual/constants.js} +0 -0
- /package/dist/{index109.cjs → _virtual/detect-domain-locale.cjs} +0 -0
- /package/dist/{index109.js → _virtual/detect-domain-locale.js} +0 -0
- /package/dist/{index133.cjs → _virtual/detect-domain-locale2.cjs} +0 -0
- /package/dist/{index124.js → _virtual/detect-domain-locale2.js} +0 -0
- /package/dist/{index138.cjs → _virtual/dynamic-rendering-utils.cjs} +0 -0
- /package/dist/{index133.js → _virtual/dynamic-rendering-utils.js} +0 -0
- /package/dist/{index144.cjs → _virtual/dynamic-rendering.cjs} +0 -0
- /package/dist/{index159.js → _virtual/dynamic-rendering.js} +0 -0
- /package/dist/{index146.cjs → _virtual/ensure-leading-slash.cjs} +0 -0
- /package/dist/{index163.js → _virtual/ensure-leading-slash.js} +0 -0
- /package/dist/{index153.cjs → _virtual/error-once.cjs} +0 -0
- /package/dist/{index115.js → _virtual/error-once.js} +0 -0
- /package/dist/{index155.cjs → _virtual/escape-regexp.cjs} +0 -0
- /package/dist/{index169.js → _virtual/escape-regexp.js} +0 -0
- /package/dist/{index110.cjs → _virtual/forbidden.cjs} +0 -0
- /package/dist/{index110.js → _virtual/forbidden.js} +0 -0
- /package/dist/{index157.cjs → _virtual/format-url.cjs} +0 -0
- /package/dist/{index119.js → _virtual/format-url.js} +0 -0
- /package/dist/{index111.cjs → _virtual/get-domain-locale.cjs} +0 -0
- /package/dist/{index111.js → _virtual/get-domain-locale.js} +0 -0
- /package/dist/{index117.cjs → _virtual/get-segment-value.cjs} +0 -0
- /package/dist/{index117.js → _virtual/get-segment-value.js} +0 -0
- /package/dist/{index118.cjs → _virtual/has-base-path.cjs} +0 -0
- /package/dist/{index140.js → _virtual/has-base-path.js} +0 -0
- /package/dist/{index158.cjs → _virtual/hooks-client-context.shared-runtime.cjs} +0 -0
- /package/dist/{index173.js → _virtual/hooks-client-context.shared-runtime.js} +0 -0
- /package/dist/{index127.cjs → _virtual/hooks-server-context.cjs} +0 -0
- /package/dist/{index139.js → _virtual/hooks-server-context.js} +0 -0
- /package/dist/{index136.cjs → _virtual/http-access-fallback.cjs} +0 -0
- /package/dist/{index148.js → _virtual/http-access-fallback.js} +0 -0
- /package/dist/{index159.cjs → _virtual/index.cjs} +0 -0
- /package/dist/{index125.js → _virtual/index.js} +0 -0
- /package/dist/{index160.cjs → _virtual/interception-routes.cjs} +0 -0
- /package/dist/{index176.js → _virtual/interception-routes.js} +0 -0
- /package/dist/{index162.cjs → _virtual/interpolate-as.cjs} +0 -0
- /package/dist/{index179.js → _virtual/interpolate-as.js} +0 -0
- /package/dist/{index163.cjs → _virtual/is-dynamic.cjs} +0 -0
- /package/dist/{index166.js → _virtual/is-dynamic.js} +0 -0
- /package/dist/{index166.cjs → _virtual/is-local-url.cjs} +0 -0
- /package/dist/{index130.js → _virtual/is-local-url.js} +0 -0
- /package/dist/{index139.cjs → _virtual/is-next-router-error.cjs} +0 -0
- /package/dist/{index106.js → _virtual/is-next-router-error.js} +0 -0
- /package/dist/{index167.cjs → _virtual/is-postpone.cjs} +0 -0
- /package/dist/{index126.js → _virtual/is-postpone.js} +0 -0
- /package/dist/{index140.cjs → _virtual/link2.cjs} +0 -0
- /package/dist/{index142.js → _virtual/link2.js} +0 -0
- /package/dist/{index175.cjs → _virtual/metadata-constants.cjs} +0 -0
- /package/dist/{index167.js → _virtual/metadata-constants.js} +0 -0
- /package/dist/{index142.cjs → _virtual/navigation.react-server.cjs} +0 -0
- /package/dist/{index145.js → _virtual/navigation.react-server.js} +0 -0
- /package/dist/{index145.cjs → _virtual/navigation2.cjs} +0 -0
- /package/dist/{index34.js → _virtual/navigation2.js} +0 -0
- /package/dist/{index148.cjs → _virtual/normalize-locale-path.cjs} +0 -0
- /package/dist/{index90.js → _virtual/normalize-locale-path.js} +0 -0
- /package/dist/{index168.cjs → _virtual/normalize-locale-path2.cjs} +0 -0
- /package/dist/{index168.js → _virtual/normalize-locale-path2.js} +0 -0
- /package/dist/{index149.cjs → _virtual/normalize-trailing-slash.cjs} +0 -0
- /package/dist/{index98.js → _virtual/normalize-trailing-slash.js} +0 -0
- /package/dist/{index152.cjs → _virtual/not-found.cjs} +0 -0
- /package/dist/{index107.js → _virtual/not-found.js} +0 -0
- /package/dist/{index169.cjs → _virtual/omit.cjs} +0 -0
- /package/dist/{index170.js → _virtual/omit.js} +0 -0
- /package/dist/{index170.cjs → _virtual/parse-path.cjs} +0 -0
- /package/dist/{index172.js → _virtual/parse-path.js} +0 -0
- /package/dist/{index172.cjs → _virtual/path-has-prefix.cjs} +0 -0
- /package/dist/{index177.js → _virtual/path-has-prefix.js} +0 -0
- /package/dist/{index173.cjs → _virtual/querystring.cjs} +0 -0
- /package/dist/{index153.js → _virtual/querystring.js} +0 -0
- /package/dist/{index156.cjs → _virtual/redirect-error.cjs} +0 -0
- /package/dist/{index171.js → _virtual/redirect-error.js} +0 -0
- /package/dist/{index171.cjs → _virtual/redirect-status-code.cjs} +0 -0
- /package/dist/{index149.js → _virtual/redirect-status-code.js} +0 -0
- /package/dist/{index34.cjs → _virtual/redirect.cjs} +0 -0
- /package/dist/{index152.js → _virtual/redirect.js} +0 -0
- /package/dist/{index176.cjs → _virtual/remove-trailing-slash.cjs} +0 -0
- /package/dist/{index155.js → _virtual/remove-trailing-slash.js} +0 -0
- /package/dist/{index43.cjs → _virtual/request-idle-callback.cjs} +0 -0
- /package/dist/{index156.js → _virtual/request-idle-callback.js} +0 -0
- /package/dist/{index59.cjs → _virtual/resolve-href.cjs} +0 -0
- /package/dist/{index43.js → _virtual/resolve-href.js} +0 -0
- /package/dist/{index177.cjs → _virtual/route-matcher.cjs} +0 -0
- /package/dist/{index157.js → _virtual/route-matcher.js} +0 -0
- /package/dist/{index179.cjs → _virtual/route-regex.cjs} +0 -0
- /package/dist/{index56.js → _virtual/route-regex.js} +0 -0
- /package/dist/{index56.cjs → _virtual/router-context.shared-runtime.cjs} +0 -0
- /package/dist/{index58.js → _virtual/router-context.shared-runtime.js} +0 -0
- /package/dist/{index58.cjs → _virtual/scheduler.cjs} +0 -0
- /package/dist/{index60.js → _virtual/scheduler.js} +0 -0
- /package/dist/{index60.cjs → _virtual/segment.cjs} +0 -0
- /package/dist/{index68.js → _virtual/segment.js} +0 -0
- /package/dist/{index68.cjs → _virtual/server-inserted-html.shared-runtime.cjs} +0 -0
- /package/dist/{index69.js → _virtual/server-inserted-html.shared-runtime.js} +0 -0
- /package/dist/{index69.cjs → _virtual/sorted-routes.cjs} +0 -0
- /package/dist/{index92.js → _virtual/sorted-routes.js} +0 -0
- /package/dist/{index61.cjs → _virtual/static-generation-bailout.cjs} +0 -0
- /package/dist/{index118.js → _virtual/static-generation-bailout.js} +0 -0
- /package/dist/{index77.cjs → _virtual/unauthorized.cjs} +0 -0
- /package/dist/{index59.js → _virtual/unauthorized.js} +0 -0
- /package/dist/{index80.cjs → _virtual/unstable-rethrow.browser.cjs} +0 -0
- /package/dist/{index61.js → _virtual/unstable-rethrow.browser.js} +0 -0
- /package/dist/{index90.cjs → _virtual/unstable-rethrow.cjs} +0 -0
- /package/dist/{index77.js → _virtual/unstable-rethrow.js} +0 -0
- /package/dist/{index93.cjs → _virtual/unstable-rethrow.server.cjs} +0 -0
- /package/dist/{index80.js → _virtual/unstable-rethrow.server.js} +0 -0
- /package/dist/{index95.cjs → _virtual/use-intersection.cjs} +0 -0
- /package/dist/{index93.js → _virtual/use-intersection.js} +0 -0
- /package/dist/{index98.cjs → _virtual/use-merged-ref.cjs} +0 -0
- /package/dist/{index95.js → _virtual/use-merged-ref.js} +0 -0
- /package/dist/{index79.cjs → _virtual/utils.cjs} +0 -0
- /package/dist/{index162.js → _virtual/utils.js} +0 -0
- /package/dist/{index86.cjs → _virtual/work-async-storage-instance.cjs} +0 -0
- /package/dist/{index79.js → _virtual/work-async-storage-instance.js} +0 -0
- /package/dist/{index88.cjs → _virtual/work-async-storage.external.cjs} +0 -0
- /package/dist/{index86.js → _virtual/work-async-storage.external.js} +0 -0
- /package/dist/{index89.cjs → _virtual/work-unit-async-storage-instance.cjs} +0 -0
- /package/dist/{index88.js → _virtual/work-unit-async-storage-instance.js} +0 -0
- /package/dist/{index92.cjs → _virtual/work-unit-async-storage.external.cjs} +0 -0
- /package/dist/{index89.js → _virtual/work-unit-async-storage.external.js} +0 -0
- /package/dist/{index28.cjs → components/Icon.cjs} +0 -0
- /package/dist/{index28.js → components/Icon.js} +0 -0
- /package/dist/{index3.cjs → components/InfinityLoader/index.cjs} +0 -0
- /package/dist/{index3.js → components/InfinityLoader/index.js} +0 -0
- /package/dist/{index6.cjs → consts/http-status.cjs} +0 -0
- /package/dist/{index6.js → consts/http-status.js} +0 -0
- /package/dist/{index7.cjs → consts/revalidate.cjs} +0 -0
- /package/dist/{index7.js → consts/revalidate.js} +0 -0
- /package/dist/{index9.cjs → contexts/PageDataContext/index.cjs} +0 -0
- /package/dist/{index9.js → contexts/PageDataContext/index.js} +0 -0
- /package/dist/{index10.cjs → form/Form.cjs} +0 -0
- /package/dist/{index10.js → form/Form.js} +0 -0
- /package/dist/{index11.cjs → form/FormButtonSubmit.cjs} +0 -0
- /package/dist/{index11.js → form/FormButtonSubmit.js} +0 -0
- /package/dist/{index13.cjs → form/utils/nullableInput.cjs} +0 -0
- /package/dist/{index13.js → form/utils/nullableInput.js} +0 -0
- /package/dist/{index12.cjs → form/utils/zodValidator.cjs} +0 -0
- /package/dist/{index12.js → form/utils/zodValidator.js} +0 -0
- /package/dist/{index17.cjs → hooks/useOnScrollProgress.cjs} +0 -0
- /package/dist/{index17.js → hooks/useOnScrollProgress.js} +0 -0
- /package/dist/{index19.cjs → mantine/breakpointsWithPx.cjs} +0 -0
- /package/dist/{index19.js → mantine/breakpointsWithPx.js} +0 -0
- /package/dist/{index20.cjs → mantine/toTailwindColors.cjs} +0 -0
- /package/dist/{index20.js → mantine/toTailwindColors.js} +0 -0
- /package/dist/{index24.cjs → utils/array/groupBy.cjs} +0 -0
- /package/dist/{index24.js → utils/array/groupBy.js} +0 -0
- /package/dist/{index25.cjs → utils/array/shuffleArray.cjs} +0 -0
- /package/dist/{index25.js → utils/array/shuffleArray.js} +0 -0
- /package/dist/{index21.cjs → utils/formatBytes.cjs} +0 -0
- /package/dist/{index21.js → utils/formatBytes.js} +0 -0
- /package/dist/{index27.cjs → utils/isInfinityEmpty.cjs} +0 -0
- /package/dist/{index27.js → utils/isInfinityEmpty.js} +0 -0
- /package/dist/{index23.cjs → utils/ky/parseJson.cjs} +0 -0
- /package/dist/{index23.js → utils/ky/parseJson.js} +0 -0
- /package/dist/{index26.cjs → utils/newHref.cjs} +0 -0
- /package/dist/{index26.js → utils/newHref.js} +0 -0
package/dist/{index35.js → node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { __exports as e } from "
|
|
2
|
-
import { __require as x } from "
|
|
1
|
+
import { __exports as e } from "../../../../../_virtual/app-router-context.shared-runtime.js";
|
|
2
|
+
import { __require as x } from "../../../../@swc/helpers/cjs/_interop_require_default.js";
|
|
3
3
|
import _ from "react";
|
|
4
4
|
var p;
|
|
5
5
|
function y() {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../../../../../_virtual/escape-regexp.cjs");var n;function i(){return n||(n=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"escapeStringRegexp",{enumerable:!0,get:function(){return c}});const u=/[|\\{}()[\]^$+*?.-]/,p=/[|\\{}()[\]^$+*?.-]/g;function c(e){return u.test(e)?e.replace(p,"\\$&"):e}}(r.__exports)),r.__exports}exports.__require=i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../../../../../_virtual/hooks-client-context.shared-runtime.cjs"),C=require("react");var s;function l(){return s||(s=1,function(n){"use client";Object.defineProperty(n,"__esModule",{value:!0});function c(x,u){for(var i in u)Object.defineProperty(x,i,{enumerable:!0,get:u[i]})}c(n,{PathParamsContext:function(){return a},PathnameContext:function(){return o},SearchParamsContext:function(){return r}});const e=C,r=(0,e.createContext)(null),o=(0,e.createContext)(null),a=(0,e.createContext)(null);process.env.NODE_ENV!=="production"&&(r.displayName="SearchParamsContext",o.displayName="PathnameContext",a.displayName="PathParamsContext")}(t.__exports)),t.__exports}exports.__require=l;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../../../../../../_virtual/detect-domain-locale2.cjs");var a;function m(){return a||(a=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"detectDomainLocale",{enumerable:!0,get:function(){return s}});function s(n,c,e){if(n){e&&(e=e.toLowerCase());for(const o of n){var i,u;const f=(i=o.domain)==null?void 0:i.split(":",1)[0].toLowerCase();if(c===f||e===o.defaultLocale.toLowerCase()||(u=o.locales)!=null&&u.some(l=>l.toLowerCase()===e))return o}}}}(r.__exports)),r.__exports}exports.__require=m;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("../../../../../../_virtual/normalize-locale-path2.cjs");var l;function _(){return l||(l=1,function(i){Object.defineProperty(i,"__esModule",{value:!0}),Object.defineProperty(i,"normalizeLocalePath",{enumerable:!0,get:function(){return a}});const u=new WeakMap;function a(e,r){if(!r)return{pathname:e};let t=u.get(r);t||(t=r.map(d=>d.toLowerCase()),u.set(r,t));let o;const c=e.split("/",2);if(!c[1])return{pathname:e};const f=c[1].toLowerCase(),s=t.indexOf(f);return s<0?{pathname:e}:(o=r[s],e=e.slice(o.length+1)||"/",{pathname:e,detectedLocale:o})}}(n.__exports)),n.__exports}exports.__require=_;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../../../../../../_virtual/bailout-to-csr.cjs");var n;function _(){return n||(n=1,function(o){Object.defineProperty(o,"__esModule",{value:!0});function s(r,e){for(var u in e)Object.defineProperty(r,u,{enumerable:!0,get:e[u]})}s(o,{BailoutToCSRError:function(){return c},isBailoutToCSRError:function(){return l}});const i="BAILOUT_TO_CLIENT_SIDE_RENDERING";class c extends Error{constructor(e){super("Bail out to client-side rendering: "+e),this.reason=e,this.digest=i}}function l(r){return typeof r!="object"||r===null||!("digest"in r)?!1:r.digest===i}}(t.__exports)),t.__exports}exports.__require=_;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../../../../../../_virtual/ensure-leading-slash.cjs");var t;function i(){return t||(t=1,function(n){Object.defineProperty(n,"__esModule",{value:!0}),Object.defineProperty(n,"ensureLeadingSlash",{enumerable:!0,get:function(){return u}});function u(e){return e.startsWith("/")?e:"/"+e}}(r.__exports)),r.__exports}exports.__require=i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../../../../../../../_virtual/add-locale2.cjs"),c=require("./add-path-prefix.cjs"),_=require("./path-has-prefix.cjs");var o;function P(){return o||(o=1,function(i){Object.defineProperty(i,"__esModule",{value:!0}),Object.defineProperty(i,"addLocale",{enumerable:!0,get:function(){return d}});const a=c.__require(),u=_.__require();function d(e,r,f,s){if(!r||r===f)return e;const n=e.toLowerCase();return!s&&((0,u.pathHasPrefix)(n,"/api")||(0,u.pathHasPrefix)(n,"/"+r.toLowerCase()))?e:(0,a.addPathPrefix)(e,"/"+r)}}(t.__exports)),t.__exports}exports.__require=P;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { __exports as t } from "
|
|
2
|
-
import { __require as _ } from "./
|
|
3
|
-
import { __require as c } from "./
|
|
1
|
+
import { __exports as t } from "../../../../../../../_virtual/add-locale2.js";
|
|
2
|
+
import { __require as _ } from "./add-path-prefix.js";
|
|
3
|
+
import { __require as c } from "./path-has-prefix.js";
|
|
4
4
|
var u;
|
|
5
5
|
function m() {
|
|
6
6
|
return u ? t : (u = 1, function(i) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../../../../../../../_virtual/add-path-prefix.cjs"),P=require("./parse-path.cjs");var n;function f(){return n||(n=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"addPathPrefix",{enumerable:!0,get:function(){return i}});const a=P.__require();function i(e,u){if(!e.startsWith("/")||!u)return e;const{pathname:o,query:d,hash:s}=(0,a.parsePath)(e);return""+u+o+d+s}}(r.__exports)),r.__exports}exports.__require=f;
|
package/dist/{index99.js → node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { __exports as r } from "
|
|
2
|
-
import { __require as o } from "./
|
|
1
|
+
import { __exports as r } from "../../../../../../../_virtual/add-path-prefix.js";
|
|
2
|
+
import { __require as o } from "./parse-path.js";
|
|
3
3
|
var i;
|
|
4
4
|
function _() {
|
|
5
5
|
return i ? r : (i = 1, function(t) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("../../../../../../../_virtual/app-paths.cjs"),l=require("../../page-path/ensure-leading-slash.cjs"),d=require("../../segment.cjs");var i;function q(){return i||(i=1,function(u){Object.defineProperty(u,"__esModule",{value:!0});function o(t,e){for(var r in e)Object.defineProperty(t,r,{enumerable:!0,get:e[r]})}o(u,{normalizeAppPath:function(){return _},normalizeRscURL:function(){return f}});const s=l.__require(),c=d.__require();function _(t){return(0,s.ensureLeadingSlash)(t.split("/").reduce((e,r,p,a)=>!r||(0,c.isGroupSegment)(r)||r[0]==="@"||(r==="page"||r==="route")&&p===a.length-1?e:e+"/"+r,""))}function f(t){return t.replace(/\.rsc($|\?)/,"$1")}}(n.__exports)),n.__exports}exports.__require=q;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { __exports as n } from "
|
|
2
|
-
import { __require as l } from "
|
|
3
|
-
import { __require as d } from "
|
|
1
|
+
import { __exports as n } from "../../../../../../../_virtual/app-paths.js";
|
|
2
|
+
import { __require as l } from "../../page-path/ensure-leading-slash.js";
|
|
3
|
+
import { __require as d } from "../../segment.js";
|
|
4
4
|
var t;
|
|
5
5
|
function R() {
|
|
6
6
|
return t ? n : (t = 1, function(i) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const f=require("../../../../../../../_virtual/format-url.cjs"),y=require("../../../../../../@swc/helpers/cjs/_interop_require_wildcard.cjs"),g=require("./querystring.cjs");var p;function U(){return p||(p=1,function(u){Object.defineProperty(u,"__esModule",{value:!0});function _(e,t){for(var o in t)Object.defineProperty(e,o,{enumerable:!0,get:t[o]})}_(u,{formatUrl:function(){return h},formatWithValidation:function(){return q},urlObjectKeys:function(){return l}});const d=y.__require()._(g.__require()),m=/https?|ftp|gopher|file/;function h(e){let{auth:t,hostname:o}=e,s=e.protocol||"",n=e.pathname||"",c=e.hash||"",a=e.query||"",r=!1;t=t?encodeURIComponent(t).replace(/%3A/i,":")+"@":"",e.host?r=t+e.host:o&&(r=t+(~o.indexOf(":")?"["+o+"]":o),e.port&&(r+=":"+e.port)),a&&typeof a=="object"&&(a=String(d.urlQueryToSearchParams(a)));let i=e.search||a&&"?"+a||"";return s&&!s.endsWith(":")&&(s+=":"),e.slashes||(!s||m.test(s))&&r!==!1?(r="//"+(r||""),n&&n[0]!=="/"&&(n="/"+n)):r||(r=""),c&&c[0]!=="#"&&(c="#"+c),i&&i[0]!=="?"&&(i="?"+i),n=n.replace(/[?#]/g,encodeURIComponent),i=i.replace("#","%23"),""+s+r+n+i+c}const l=["auth","hash","host","hostname","href","path","pathname","port","protocol","query","search","slashes"];function q(e){return process.env.NODE_ENV==="development"&&e!==null&&typeof e=="object"&&Object.keys(e).forEach(t=>{l.includes(t)||console.warn("Unknown key passed via urlObject into url.format: "+t)}),h(e)}}(f.__exports)),f.__exports}exports.__require=U;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { __exports as c } from "
|
|
2
|
-
import { __require as y } from "
|
|
3
|
-
import { __require as U } from "./
|
|
1
|
+
import { __exports as c } from "../../../../../../../_virtual/format-url.js";
|
|
2
|
+
import { __require as y } from "../../../../../../@swc/helpers/cjs/_interop_require_wildcard.js";
|
|
3
|
+
import { __require as U } from "./querystring.js";
|
|
4
4
|
var l;
|
|
5
5
|
function x() {
|
|
6
6
|
return l ? c : (l = 1, function(h) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../../../../../../_virtual/index.cjs"),_=require("./sorted-routes.cjs"),d=require("./is-dynamic.cjs");var i;function f(){return i||(i=1,function(t){Object.defineProperty(t,"__esModule",{value:!0});function n(c,o){for(var u in o)Object.defineProperty(c,u,{enumerable:!0,get:o[u]})}n(t,{getSortedRouteObjects:function(){return r.getSortedRouteObjects},getSortedRoutes:function(){return r.getSortedRoutes},isDynamicRoute:function(){return s.isDynamicRoute}});const r=_.__require(),s=d.__require()}(e.__exports)),e.__exports}exports.__require=f;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { __exports as e } from "
|
|
2
|
-
import { __require as f } from "./
|
|
3
|
-
import { __require as _ } from "./
|
|
1
|
+
import { __exports as e } from "../../../../../../../_virtual/index.js";
|
|
2
|
+
import { __require as f } from "./sorted-routes.js";
|
|
3
|
+
import { __require as _ } from "./is-dynamic.js";
|
|
4
4
|
var i;
|
|
5
5
|
function R() {
|
|
6
6
|
return i ? e : (i = 1, function(r) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("../../../../../../../_virtual/interception-routes.cjs"),R=require("./app-paths.cjs");var c;function E(){return c||(c=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});function s(n,e){for(var r in e)Object.defineProperty(n,r,{enumerable:!0,get:e[r]})}s(a,{INTERCEPTION_ROUTE_MARKERS:function(){return i},extractInterceptionRouteInformation:function(){return p},isInterceptionRouteAppPath:function(){return f}});const l=R.__require(),i=["(..)(..)","(.)","(..)","(...)"];function f(n){return n.split("/").find(e=>i.find(r=>e.startsWith(r)))!==void 0}function p(n){let e,r,t;for(const o of n.split("/"))if(r=i.find(_=>o.startsWith(_)),r){[e,t]=n.split(r,2);break}if(!e||!r||!t)throw Object.defineProperty(new Error("Invalid interception route: "+n+". Must be in the format /<intercepting route>/(..|...|..)(..)/<intercepted route>"),"__NEXT_ERROR_CODE",{value:"E269",enumerable:!1,configurable:!0});switch(e=(0,l.normalizeAppPath)(e),r){case"(.)":e==="/"?t="/"+t:t=e+"/"+t;break;case"(..)":if(e==="/")throw Object.defineProperty(new Error("Invalid interception route: "+n+". Cannot use (..) marker at the root level, use (.) instead."),"__NEXT_ERROR_CODE",{value:"E207",enumerable:!1,configurable:!0});t=e.split("/").slice(0,-1).concat(t).join("/");break;case"(...)":t="/"+t;break;case"(..)(..)":const o=e.split("/");if(o.length<=2)throw Object.defineProperty(new Error("Invalid interception route: "+n+". Cannot use (..)(..) marker at the root level or one level up."),"__NEXT_ERROR_CODE",{value:"E486",enumerable:!1,configurable:!0});t=o.slice(0,-2).concat(t).join("/");break;default:throw Object.defineProperty(new Error("Invariant: unexpected marker"),"__NEXT_ERROR_CODE",{value:"E112",enumerable:!1,configurable:!0})}return{interceptingRoute:e,interceptedRoute:t}}}(u.__exports)),u.__exports}exports.__require=E;
|
package/dist/{index161.js → node_modules/next/dist/shared/lib/router/utils/interception-routes.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { __exports as u } from "
|
|
2
|
-
import { __require as _ } from "./
|
|
1
|
+
import { __exports as u } from "../../../../../../../_virtual/interception-routes.js";
|
|
2
|
+
import { __require as _ } from "./app-paths.js";
|
|
3
3
|
var c;
|
|
4
4
|
function d() {
|
|
5
5
|
return c ? u : (c = 1, function(a) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("../../../../../../../_virtual/interpolate-as.cjs"),b=require("./route-matcher.cjs"),m=require("./route-regex.cjs");var f;function x(){return f||(f=1,function(c){Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"interpolateAs",{enumerable:!0,get:function(){return R}});const y=b.__require(),g=m.__require();function R(n,s,q){let t="";const a=(0,g.getRouteRegex)(n),l=a.groups,p=(s!==n?(0,y.getRouteMatcher)(a)(s):"")||q;t=n;const _=Object.keys(l);return _.every(r=>{let e=p[r]||"";const{repeat:o,optional:d}=l[r];let u="["+(o?"...":"")+r+"]";return d&&(u=(e?"":"/")+"["+u+"]"),o&&!Array.isArray(e)&&(e=[e]),(d||r in p)&&(t=t.replace(u,o?e.map(A=>encodeURIComponent(A)).join("/"):encodeURIComponent(e))||"/")})||(t=""),{params:_,result:t}}}(i.__exports)),i.__exports}exports.__require=x;
|
package/dist/{index85.js → node_modules/next/dist/shared/lib/router/utils/interpolate-as.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { __exports as u } from "
|
|
2
|
-
import { __require as A } from "./
|
|
3
|
-
import { __require as x } from "./
|
|
1
|
+
import { __exports as u } from "../../../../../../../_virtual/interpolate-as.js";
|
|
2
|
+
import { __require as A } from "./route-matcher.js";
|
|
3
|
+
import { __require as x } from "./route-regex.js";
|
|
4
4
|
var d;
|
|
5
5
|
function v() {
|
|
6
6
|
return d ? u : (d = 1, function(c) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("../../../../../../../_virtual/is-dynamic.cjs"),_=require("./interception-routes.cjs");var o;function a(){return o||(o=1,function(r){Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isDynamicRoute",{enumerable:!0,get:function(){return s}});const i=_.__require(),u=/\/[^/]*\[[^/]+\][^/]*(?=\/|$)/,c=/\/\[[^/]+\](?=\/|$)/;function s(e,t){return t===void 0&&(t=!0),(0,i.isInterceptionRouteAppPath)(e)&&(e=(0,i.extractInterceptionRouteInformation)(e).interceptedRoute),t?c.test(e):u.test(e)}}(n.__exports)),n.__exports}exports.__require=a;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { __exports as n } from "
|
|
2
|
-
import { __require as a } from "./
|
|
1
|
+
import { __exports as n } from "../../../../../../../_virtual/is-dynamic.js";
|
|
2
|
+
import { __require as a } from "./interception-routes.js";
|
|
3
3
|
var o;
|
|
4
4
|
function _() {
|
|
5
5
|
return o ? n : (o = 1, function(r) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../../../../../../../_virtual/is-local-url.cjs"),c=require("../../utils.cjs"),l=require("../../../../client/has-base-path.cjs");var s;function _(){return s||(s=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"isLocalURL",{enumerable:!0,get:function(){return a}});const i=c.__require(),u=l.__require();function a(n){if(!(0,i.isAbsoluteUrl)(n))return!0;try{const e=(0,i.getLocationOrigin)(),o=new URL(n,e);return o.origin===e&&(0,u.hasBasePath)(o.pathname)}catch{return!1}}}(r.__exports)),r.__exports}exports.__require=_;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { __exports as r } from "
|
|
2
|
-
import { __require as c } from "
|
|
3
|
-
import { __require as l } from "
|
|
1
|
+
import { __exports as r } from "../../../../../../../_virtual/is-local-url.js";
|
|
2
|
+
import { __require as c } from "../../utils.js";
|
|
3
|
+
import { __require as l } from "../../../../client/has-base-path.js";
|
|
4
4
|
var n;
|
|
5
5
|
function h() {
|
|
6
6
|
return n ? r : (n = 1, function(t) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../../../../../../../_virtual/omit.cjs");var n;function f(){return n||(n=1,function(r){Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"omit",{enumerable:!0,get:function(){return o}});function o(i,c){const u={};return Object.keys(i).forEach(e=>{c.includes(e)||(u[e]=i[e])}),u}}(t.__exports)),t.__exports}exports.__require=f;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("../../../../../../../_virtual/parse-path.cjs");var i;function o(){return i||(i=1,function(s){Object.defineProperty(s,"__esModule",{value:!0}),Object.defineProperty(s,"parsePath",{enumerable:!0,get:function(){return a}});function a(r){const e=r.indexOf("#"),n=r.indexOf("?"),t=n>-1&&(e<0||n<e);return t||e>-1?{pathname:r.substring(0,t?n:e),query:t?r.substring(n,e>-1?e:void 0):"",hash:e>-1?r.slice(e):""}:{pathname:r,query:"",hash:""}}}(u.__exports)),u.__exports}exports.__require=o;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../../../../../../_virtual/path-has-prefix.cjs"),o=require("./parse-path.cjs");var i;function f(){return i||(i=1,function(r){Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"pathHasPrefix",{enumerable:!0,get:function(){return s}});const u=o.__require();function s(t,a){if(typeof t!="string")return!1;const{pathname:n}=(0,u.parsePath)(t);return n===a||n.startsWith(a+"/")}}(e.__exports)),e.__exports}exports.__require=f;
|
package/dist/{index137.js → node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { __exports as e } from "
|
|
2
|
-
import { __require as f } from "./
|
|
1
|
+
import { __exports as e } from "../../../../../../../_virtual/path-has-prefix.js";
|
|
2
|
+
import { __require as f } from "./parse-path.js";
|
|
3
3
|
var n;
|
|
4
4
|
function p() {
|
|
5
5
|
return n ? e : (n = 1, function(r) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("../../../../../../../_virtual/querystring.cjs");var c;function p(){return c||(c=1,function(i){Object.defineProperty(i,"__esModule",{value:!0});function a(e,r){for(var n in r)Object.defineProperty(e,n,{enumerable:!0,get:r[n]})}a(i,{assign:function(){return g},searchParamsToUrlQuery:function(){return y},urlQueryToSearchParams:function(){return l}});function y(e){const r={};for(const[n,t]of e.entries()){const o=r[n];typeof o>"u"?r[n]=t:Array.isArray(o)?o.push(t):r[n]=[o,t]}return r}function f(e){return typeof e=="string"?e:typeof e=="number"&&!isNaN(e)||typeof e=="boolean"?String(e):""}function l(e){const r=new URLSearchParams;for(const[n,t]of Object.entries(e))if(Array.isArray(t))for(const o of t)r.append(n,f(o));else r.set(n,f(t));return r}function g(e){for(var r=arguments.length,n=new Array(r>1?r-1:0),t=1;t<r;t++)n[t-1]=arguments[t];for(const o of n){for(const u of o.keys())e.delete(u);for(const[u,d]of o.entries())e.append(u,d)}return e}}(s.__exports)),s.__exports}exports.__require=p;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../../../../../../_virtual/remove-trailing-slash.cjs");var i;function u(){return i||(i=1,function(r){Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"removeTrailingSlash",{enumerable:!0,get:function(){return t}});function t(n){return n.replace(/\/$/,"")||"/"}}(e.__exports)),e.__exports}exports.__require=u;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("../../../../../../../_virtual/route-matcher.cjs"),b=require("../../utils.cjs");var a;function R(){return a||(a=1,function(n){Object.defineProperty(n,"__esModule",{value:!0}),Object.defineProperty(n,"getRouteMatcher",{enumerable:!0,get:function(){return f}});const s=b.__require();function f(d){let{re:l,groups:_}=d;return p=>{const c=l.exec(p);if(!c)return!1;const i=e=>{try{return decodeURIComponent(e)}catch{throw Object.defineProperty(new s.DecodeError("failed to decode param"),"__NEXT_ERROR_CODE",{value:"E528",enumerable:!1,configurable:!0})}},r={};for(const[e,t]of Object.entries(_)){const o=c[t.pos];o!==void 0&&(t.repeat?r[e]=o.split("/").map(h=>i(h)):r[e]=i(o))}return r}}}(u.__exports)),u.__exports}exports.__require=R;
|
package/dist/{index134.js → node_modules/next/dist/shared/lib/router/utils/route-matcher.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { __exports as u } from "
|
|
2
|
-
import { __require as h } from "
|
|
1
|
+
import { __exports as u } from "../../../../../../../_virtual/route-matcher.js";
|
|
2
|
+
import { __require as h } from "../../utils.js";
|
|
3
3
|
var i;
|
|
4
4
|
function M() {
|
|
5
5
|
return i ? u : (i = 1, function(n) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const h=require("../../../../../../../_virtual/route-regex.cjs"),b=require("../../../../lib/constants.cjs"),O=require("./interception-routes.cjs"),j=require("../../escape-regexp.cjs"),z=require("./remove-trailing-slash.cjs");var N;function W(){return N||(N=1,function(_){Object.defineProperty(_,"__esModule",{value:!0});function k(r,e){for(var n in e)Object.defineProperty(r,n,{enumerable:!0,get:e[n]})}k(_,{getNamedMiddlewareRegex:function(){return I},getNamedRouteRegex:function(){return v},getRouteRegex:function(){return E},parseParameter:function(){return q}});const m=b.__require(),S=O.__require(),g=j.__require(),y=z.__require(),x=/^([^[]*)\[((?:\[[^\]]*\])|[^\]]+)\](.*)$/;function q(r){const e=r.match(x);return p(e?e[2]:r)}function p(r){const e=r.startsWith("[")&&r.endsWith("]");e&&(r=r.slice(1,-1));const n=r.startsWith("...");return n&&(r=r.slice(3)),{key:r,repeat:n,optional:e}}function P(r,e,n){const o={};let u=1;const i=[];for(const c of(0,y.removeTrailingSlash)(r).slice(1).split("/")){const a=S.INTERCEPTION_ROUTE_MARKERS.find(f=>c.startsWith(f)),s=c.match(x);if(a&&s&&s[2]){const{key:f,optional:t,repeat:l}=p(s[2]);o[f]={pos:u++,repeat:l,optional:t},i.push("/"+(0,g.escapeStringRegexp)(a)+"([^/]+?)")}else if(s&&s[2]){const{key:f,repeat:t,optional:l}=p(s[2]);o[f]={pos:u++,repeat:t,optional:l},n&&s[1]&&i.push("/"+(0,g.escapeStringRegexp)(s[1]));let R=t?l?"(?:/(.+?))?":"/(.+?)":"/([^/]+?)";n&&s[1]&&(R=R.substring(1)),i.push(R)}else i.push("/"+(0,g.escapeStringRegexp)(c));e&&s&&s[3]&&i.push((0,g.escapeStringRegexp)(s[3]))}return{parameterizedRoute:i.join(""),groups:o}}function E(r,e){let{includeSuffix:n=!1,includePrefix:o=!1,excludeOptionalTrailingSlash:u=!1}=e===void 0?{}:e;const{parameterizedRoute:i,groups:c}=P(r,n,o);let a=i;return u||(a+="(?:/)?"),{re:new RegExp("^"+a+"$"),groups:c}}function A(){let r=0;return()=>{let e="",n=++r;for(;n>0;)e+=String.fromCharCode(97+(n-1)%26),n=Math.floor((n-1)/26);return e}}function T(r){let{interceptionMarker:e,getSafeRouteKey:n,segment:o,routeKeys:u,keyPrefix:i,backreferenceDuplicateKeys:c}=r;const{key:a,optional:s,repeat:f}=p(o);let t=a.replace(/\W/g,"");i&&(t=""+i+t);let l=!1;(t.length===0||t.length>30)&&(l=!0),isNaN(parseInt(t.slice(0,1)))||(l=!0),l&&(t=n());const R=t in u;i?u[t]=""+i+a:u[t]=a;const M=e?(0,g.escapeStringRegexp)(e):"";let d;return R&&c?d="\\k<"+t+">":f?d="(?<"+t+">.+?)":d="(?<"+t+">[^/]+?)",s?"(?:/"+M+d+")?":"/"+M+d}function K(r,e,n,o,u){const i=A(),c={},a=[];for(const s of(0,y.removeTrailingSlash)(r).slice(1).split("/")){const f=S.INTERCEPTION_ROUTE_MARKERS.some(l=>s.startsWith(l)),t=s.match(x);if(f&&t&&t[2])a.push(T({getSafeRouteKey:i,interceptionMarker:t[1],segment:t[2],routeKeys:c,keyPrefix:e?m.NEXT_INTERCEPTION_MARKER_PREFIX:void 0,backreferenceDuplicateKeys:u}));else if(t&&t[2]){o&&t[1]&&a.push("/"+(0,g.escapeStringRegexp)(t[1]));let l=T({getSafeRouteKey:i,segment:t[2],routeKeys:c,keyPrefix:e?m.NEXT_QUERY_PARAM_PREFIX:void 0,backreferenceDuplicateKeys:u});o&&t[1]&&(l=l.substring(1)),a.push(l)}else a.push("/"+(0,g.escapeStringRegexp)(s));n&&t&&t[3]&&a.push((0,g.escapeStringRegexp)(t[3]))}return{namedParameterizedRoute:a.join(""),routeKeys:c}}function v(r,e){var n,o,u;const i=K(r,e.prefixRouteKeys,(n=e.includeSuffix)!=null?n:!1,(o=e.includePrefix)!=null?o:!1,(u=e.backreferenceDuplicateKeys)!=null?u:!1);let c=i.namedParameterizedRoute;return e.excludeOptionalTrailingSlash||(c+="(?:/)?"),{...E(r,e),namedRegex:"^"+c+"$",routeKeys:i.routeKeys}}function I(r,e){const{parameterizedRoute:n}=P(r,!1,!1),{catchAll:o=!0}=e;if(n==="/")return{namedRegex:"^/"+(o?".*":"")+"$"};const{namedParameterizedRoute:u}=K(r,!1,!1,!1,!1);let i=o?"(?:(/.*)?)":"";return{namedRegex:"^"+u+i+"$"}}}(h.__exports)),h.__exports}exports.__require=W;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { __exports as h } from "
|
|
2
|
-
import { __require as O } from "
|
|
3
|
-
import { __require as b } from "./
|
|
4
|
-
import { __require as z } from "
|
|
5
|
-
import { __require as C } from "./
|
|
1
|
+
import { __exports as h } from "../../../../../../../_virtual/route-regex.js";
|
|
2
|
+
import { __require as O } from "../../../../lib/constants.js";
|
|
3
|
+
import { __require as b } from "./interception-routes.js";
|
|
4
|
+
import { __require as z } from "../../escape-regexp.js";
|
|
5
|
+
import { __require as C } from "./remove-trailing-slash.js";
|
|
6
6
|
var N;
|
|
7
7
|
function F() {
|
|
8
8
|
return N ? h : (N = 1, function(x) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const f=require("../../../../../../../_virtual/sorted-routes.cjs");var _;function g(){return _||(_=1,function(d){Object.defineProperty(d,"__esModule",{value:!0});function E(o,t){for(var n in t)Object.defineProperty(o,n,{enumerable:!0,get:t[n]})}E(d,{getSortedRouteObjects:function(){return R},getSortedRoutes:function(){return m}});class l{insert(t){this._insert(t.split("/").filter(Boolean),[],!1)}smoosh(){return this._smoosh()}_smoosh(t){t===void 0&&(t="/");const n=[...this.children.keys()].sort();this.slugName!==null&&n.splice(n.indexOf("[]"),1),this.restSlugName!==null&&n.splice(n.indexOf("[...]"),1),this.optionalRestSlugName!==null&&n.splice(n.indexOf("[[...]]"),1);const s=n.map(r=>this.children.get(r)._smoosh(""+t+r+"/")).reduce((r,e)=>[...r,...e],[]);if(this.slugName!==null&&s.push(...this.children.get("[]")._smoosh(t+"["+this.slugName+"]/")),!this.placeholder){const r=t==="/"?"/":t.slice(0,-1);if(this.optionalRestSlugName!=null)throw Object.defineProperty(new Error('You cannot define a route with the same specificity as a optional catch-all route ("'+r+'" and "'+r+"[[..."+this.optionalRestSlugName+']]").'),"__NEXT_ERROR_CODE",{value:"E458",enumerable:!1,configurable:!0});s.unshift(r)}return this.restSlugName!==null&&s.push(...this.children.get("[...]")._smoosh(t+"[..."+this.restSlugName+"]/")),this.optionalRestSlugName!==null&&s.push(...this.children.get("[[...]]")._smoosh(t+"[[..."+this.optionalRestSlugName+"]]/")),s}_insert(t,n,s){if(t.length===0){this.placeholder=!1;return}if(s)throw Object.defineProperty(new Error("Catch-all must be the last part of the URL."),"__NEXT_ERROR_CODE",{value:"E392",enumerable:!1,configurable:!0});let r=t[0];if(r.startsWith("[")&&r.endsWith("]")){let u=function(h,a){if(h!==null&&h!==a)throw Object.defineProperty(new Error("You cannot use different slug names for the same dynamic path ('"+h+"' !== '"+a+"')."),"__NEXT_ERROR_CODE",{value:"E337",enumerable:!1,configurable:!0});n.forEach(c=>{if(c===a)throw Object.defineProperty(new Error('You cannot have the same slug name "'+a+'" repeat within a single dynamic path'),"__NEXT_ERROR_CODE",{value:"E247",enumerable:!1,configurable:!0});if(c.replace(/\W/g,"")===r.replace(/\W/g,""))throw Object.defineProperty(new Error('You cannot have the slug names "'+c+'" and "'+a+'" differ only by non-word symbols within a single dynamic path'),"__NEXT_ERROR_CODE",{value:"E499",enumerable:!1,configurable:!0})}),n.push(a)},e=r.slice(1,-1),i=!1;if(e.startsWith("[")&&e.endsWith("]")&&(e=e.slice(1,-1),i=!0),e.startsWith("…"))throw Object.defineProperty(new Error("Detected a three-dot character ('…') at ('"+e+"'). Did you mean ('...')?"),"__NEXT_ERROR_CODE",{value:"E147",enumerable:!1,configurable:!0});if(e.startsWith("...")&&(e=e.substring(3),s=!0),e.startsWith("[")||e.endsWith("]"))throw Object.defineProperty(new Error("Segment names may not start or end with extra brackets ('"+e+"')."),"__NEXT_ERROR_CODE",{value:"E421",enumerable:!1,configurable:!0});if(e.startsWith("."))throw Object.defineProperty(new Error("Segment names may not start with erroneous periods ('"+e+"')."),"__NEXT_ERROR_CODE",{value:"E288",enumerable:!1,configurable:!0});if(s)if(i){if(this.restSlugName!=null)throw Object.defineProperty(new Error('You cannot use both an required and optional catch-all route at the same level ("[...'+this.restSlugName+']" and "'+t[0]+'" ).'),"__NEXT_ERROR_CODE",{value:"E299",enumerable:!1,configurable:!0});u(this.optionalRestSlugName,e),this.optionalRestSlugName=e,r="[[...]]"}else{if(this.optionalRestSlugName!=null)throw Object.defineProperty(new Error('You cannot use both an optional and required catch-all route at the same level ("[[...'+this.optionalRestSlugName+']]" and "'+t[0]+'").'),"__NEXT_ERROR_CODE",{value:"E300",enumerable:!1,configurable:!0});u(this.restSlugName,e),this.restSlugName=e,r="[...]"}else{if(i)throw Object.defineProperty(new Error('Optional route parameters are not yet supported ("'+t[0]+'").'),"__NEXT_ERROR_CODE",{value:"E435",enumerable:!1,configurable:!0});u(this.slugName,e),this.slugName=e,r="[]"}}this.children.has(r)||this.children.set(r,new l),this.children.get(r)._insert(t.slice(1),n,s)}constructor(){this.placeholder=!0,this.children=new Map,this.slugName=null,this.restSlugName=null,this.optionalRestSlugName=null}}function m(o){const t=new l;return o.forEach(n=>t.insert(n)),t.smoosh()}function R(o,t){const n={},s=[];for(let e=0;e<o.length;e++){const i=t(o[e]);n[i]=e,s[e]=i}return m(s).map(e=>o[n[e]])}}(f.__exports)),f.__exports}exports.__require=g;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../../../../_virtual/router-context.shared-runtime.cjs"),o=require("../../../../@swc/helpers/cjs/_interop_require_default.cjs"),n=require("react");var u;function i(){return u||(u=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"RouterContext",{enumerable:!0,get:function(){return r}});const r=o.__require()._(n).default.createContext(null);process.env.NODE_ENV!=="production"&&(r.displayName="RouterContext")}(e.__exports)),e.__exports}exports.__require=i;
|
package/dist/{index50.js → node_modules/next/dist/shared/lib/router-context.shared-runtime.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { __exports as e } from "
|
|
2
|
-
import { __require as u } from "
|
|
1
|
+
import { __exports as e } from "../../../../../_virtual/router-context.shared-runtime.js";
|
|
2
|
+
import { __require as u } from "../../../../@swc/helpers/cjs/_interop_require_default.js";
|
|
3
3
|
import n from "react";
|
|
4
4
|
var o;
|
|
5
5
|
function c() {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("../../../../../_virtual/segment.cjs");var _;function E(){return _||(_=1,function(i){Object.defineProperty(i,"__esModule",{value:!0});function c(e,t){for(var n in t)Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}c(i,{DEFAULT_SEGMENT_KEY:function(){return S},PAGE_SEGMENT_KEY:function(){return r},addSearchParamsIfPageSegment:function(){return f},isGroupSegment:function(){return s},isParallelRouteSegment:function(){return a}});function s(e){return e[0]==="("&&e.endsWith(")")}function a(e){return e.startsWith("@")&&e!=="@children"}function f(e,t){if(e.includes(r)){const o=JSON.stringify(t);return o!=="{}"?r+"?"+o:r}return e}const r="__PAGE__",S="__DEFAULT__"}(u.__exports)),u.__exports}exports.__require=E;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../../../../../_virtual/server-inserted-html.shared-runtime.cjs"),c=require("../../../../@swc/helpers/cjs/_interop_require_wildcard.cjs"),a=require("react");var s;function l(){return s||(s=1,function(n){"use client";Object.defineProperty(n,"__esModule",{value:!0});function _(r,e){for(var o in e)Object.defineProperty(r,o,{enumerable:!0,get:e[o]})}_(n,{ServerInsertedHTMLContext:function(){return i},useServerInsertedHTML:function(){return d}});const u=c.__require()._(a),i=u.default.createContext(null);function d(r){const e=(0,u.useContext)(i);e&&e(r)}}(t.__exports)),t.__exports}exports.__require=l;
|
package/dist/{index40.js → node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { __exports as t } from "
|
|
2
|
-
import { __require as c } from "
|
|
1
|
+
import { __exports as t } from "../../../../../_virtual/server-inserted-html.shared-runtime.js";
|
|
2
|
+
import { __require as c } from "../../../../@swc/helpers/cjs/_interop_require_wildcard.js";
|
|
3
3
|
import a from "react";
|
|
4
4
|
var s;
|
|
5
5
|
function p() {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("../../../../../../_virtual/error-once.cjs");var u;function c(){return u||(u=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"errorOnce",{enumerable:!0,get:function(){return n}});let n=e=>{};if(process.env.NODE_ENV!=="production"){const e=new Set;n=r=>{e.has(r)||console.error(r),e.add(r)}}}(o.__exports)),o.__exports}exports.__require=c;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("../../../../../_virtual/utils.cjs");var g;function I(){return g||(g=1,function(a){Object.defineProperty(a,"__esModule",{value:!0});function m(e,r){for(var t in r)Object.defineProperty(e,t,{enumerable:!0,get:r[t]})}m(a,{DecodeError:function(){return _},MiddlewareNotFoundError:function(){return v},MissingStaticPage:function(){return w},NormalizeError:function(){return b},PageNotFoundError:function(){return S},SP:function(){return d},ST:function(){return O},WEB_VITALS:function(){return p},execOnce:function(){return E},getDisplayName:function(){return s},getLocationOrigin:function(){return c},getURL:function(){return N},isAbsoluteUrl:function(){return h},isResSent:function(){return l},loadGetInitialProps:function(){return f},normalizeRepeatedSlashes:function(){return y},stringifyError:function(){return R}});const p=["CLS","FCP","FID","INP","LCP","TTFB"];function E(e){let r=!1,t;return function(){for(var i=arguments.length,n=new Array(i),o=0;o<i;o++)n[o]=arguments[o];return r||(r=!0,t=e(...n)),t}}const P=/^[a-zA-Z][a-zA-Z\d+\-.]*?:/,h=e=>P.test(e);function c(){const{protocol:e,hostname:r,port:t}=window.location;return e+"//"+r+(t?":"+t:"")}function N(){const{href:e}=window.location,r=c();return e.substring(r.length)}function s(e){return typeof e=="string"?e:e.displayName||e.name||"Unknown"}function l(e){return e.finished||e.headersSent}function y(e){const r=e.split("?");return r[0].replace(/\\/g,"/").replace(/\/\/+/g,"/")+(r[1]?"?"+r.slice(1).join("?"):"")}async function f(e,r){if(process.env.NODE_ENV!=="production"){var t;if((t=e.prototype)!=null&&t.getInitialProps){const o='"'+s(e)+'.getInitialProps()" is defined as an instance method - visit https://nextjs.org/docs/messages/get-initial-props-as-an-instance-method for more information.';throw Object.defineProperty(new Error(o),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0})}}const i=r.res||r.ctx&&r.ctx.res;if(!e.getInitialProps)return r.ctx&&r.Component?{pageProps:await f(r.Component,r.ctx)}:{};const n=await e.getInitialProps(r);if(i&&l(i))return n;if(!n){const o='"'+s(e)+'.getInitialProps()" should resolve to an object. But found "'+n+'" instead.';throw Object.defineProperty(new Error(o),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0})}return process.env.NODE_ENV!=="production"&&Object.keys(n).length===0&&!r.ctx&&console.warn(""+s(e)+" returned an empty object from `getInitialProps`. This de-optimizes and prevents automatic static optimization. https://nextjs.org/docs/messages/empty-object-getInitialProps"),n}const d=typeof performance<"u",O=d&&["mark","measure","getEntriesByName"].every(e=>typeof performance[e]=="function");class _ extends Error{}class b extends Error{}class S extends Error{constructor(r){super(),this.code="ENOENT",this.name="PageNotFoundError",this.message="Cannot find module for page: "+r}}class w extends Error{constructor(r,t){super(),this.message="Failed to load static file for page: "+r+" "+t}}class v extends Error{constructor(){super(),this.code="ENOENT",this.message="Cannot find the middleware module"}}function R(e){return JSON.stringify({message:e.message,stack:e.stack})}}(u.__exports)),u.__exports}exports.__require=I;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./dist/client/link.cjs");var e,r;function n(){return r||(r=1,e=i.__require()),e}exports.__require=n;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./dist/client/components/navigation.cjs");var e,r;function t(){return r||(r=1,e=i.__require()),e}exports.__require=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./parseJson.cjs"),e=async o=>(o.response.bodyJson=await s.parseJSON(o.response),o);exports.addBodyJsonHook=e;
|
package/package.json
CHANGED
package/dist/index104.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index145.cjs");var u;function f(){return u||(u=1,function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"RedirectStatusCode",{enumerable:!0,get:function(){return d}});var d=function(r){return r[r.SeeOther=303]="SeeOther",r[r.TemporaryRedirect=307]="TemporaryRedirect",r[r.PermanentRedirect=308]="PermanentRedirect",r}({});(typeof e.default=="function"||typeof e.default=="object"&&e.default!==null)&&typeof e.default.__esModule>"u"&&(Object.defineProperty(e.default,"__esModule",{value:!0}),Object.assign(e.default,e),n.exports=e.default)}(t.__module,t.__module.exports)),t.__module.exports}exports.__require=f;
|
package/dist/index108.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./index148.cjs");var a;function T(){return a||(a=1,function(l,t){Object.defineProperty(t,"__esModule",{value:!0});function i(e,u){for(var c in u)Object.defineProperty(e,c,{enumerable:!0,get:u[c]})}i(t,{HTTPAccessErrorStatus:function(){return r},HTTP_ERROR_FALLBACK_ERROR_CODE:function(){return s},getAccessFallbackErrorTypeByStatus:function(){return _},getAccessFallbackHTTPStatus:function(){return d},isHTTPAccessFallbackError:function(){return f}});const r={NOT_FOUND:404,FORBIDDEN:403,UNAUTHORIZED:401},o=new Set(Object.values(r)),s="NEXT_HTTP_ERROR_FALLBACK";function f(e){if(typeof e!="object"||e===null||!("digest"in e)||typeof e.digest!="string")return!1;const[u,c]=e.digest.split(";");return u===s&&o.has(Number(c))}function d(e){const u=e.digest.split(";")[1];return Number(u)}function _(e){switch(e){case 401:return"unauthorized";case 403:return"forbidden";case 404:return"not-found";default:return}}(typeof t.default=="function"||typeof t.default=="object"&&t.default!==null)&&typeof t.default.__esModule>"u"&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),l.exports=t.default)}(n.__module,n.__module.exports)),n.__module.exports}exports.__require=T;
|
package/dist/index112.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index149.cjs"),d=require("./index74.cjs"),f=require("./index150.cjs"),q=require("./index78.cjs"),b=require("./index151.cjs"),y=require("./index41.cjs"),m=require("./index70.cjs");var i;function g(){return i||(i=1,function(o,e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"unstable_rethrow",{enumerable:!0,get:function(){return n}});const u=d.__require(),s=f.__require(),_=q.__require(),c=b.__require(),a=y.__require(),l=m.__require();function n(t){if((0,c.isNextRouterError)(t)||(0,_.isBailoutToCSRError)(t)||(0,l.isDynamicServerError)(t)||(0,a.isDynamicPostpone)(t)||(0,s.isPostpone)(t)||(0,u.isHangingPromiseRejectionError)(t))throw t;t instanceof Error&&"cause"in t&&n(t.cause)}(typeof e.default=="function"||typeof e.default=="object"&&e.default!==null)&&typeof e.default.__esModule>"u"&&(Object.defineProperty(e.default,"__esModule",{value:!0}),Object.assign(e.default,e),o.exports=e.default)}(r.__module,r.__module.exports)),r.__module.exports}exports.__require=g;
|
package/dist/index113.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("./index152.cjs"),_=require("./index78.cjs"),a=require("./index151.cjs");var o;function f(){return o||(o=1,function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"unstable_rethrow",{enumerable:!0,get:function(){return r}});const i=_.__require(),l=a.__require();function r(t){if((0,l.isNextRouterError)(t)||(0,i.isBailoutToCSRError)(t))throw t;t instanceof Error&&"cause"in t&&r(t.cause)}(typeof e.default=="function"||typeof e.default=="object"&&e.default!==null)&&typeof e.default.__esModule>"u"&&(Object.defineProperty(e.default,"__esModule",{value:!0}),Object.assign(e.default,e),n.exports=e.default)}(u.__module,u.__module.exports)),u.__module.exports}exports.__require=f;
|
package/dist/index116.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index153.cjs"),o=require("./index154.cjs");var t;function c(){return t||(t=1,function(r){Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"workAsyncStorageInstance",{enumerable:!0,get:function(){return n}});const n=(0,o.__require().createAsyncLocalStorage)()}(e.__exports)),e.__exports}exports.__require=c;
|
package/dist/index120.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index155.cjs"),o=require("./index154.cjs");var t;function c(){return t||(t=1,function(r){Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"workUnitAsyncStorageInstance",{enumerable:!0,get:function(){return n}});const n=(0,o.__require().createAsyncLocalStorage)()}(e.__exports)),e.__exports}exports.__require=c;
|
package/dist/index121.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index156.cjs");var o;function P(){return o||(o=1,function(H,E){Object.defineProperty(E,"__esModule",{value:!0});function N(l,u){for(var T in u)Object.defineProperty(l,T,{enumerable:!0,get:u[T]})}N(E,{ACTION_HEADER:function(){return c},FLIGHT_HEADERS:function(){return s},NEXT_DID_POSTPONE_HEADER:function(){return d},NEXT_HMR_REFRESH_HASH_COOKIE:function(){return f},NEXT_HMR_REFRESH_HEADER:function(){return r},NEXT_IS_PRERENDER_HEADER:function(){return a},NEXT_REWRITTEN_PATH_HEADER:function(){return O},NEXT_REWRITTEN_QUERY_HEADER:function(){return X},NEXT_ROUTER_PREFETCH_HEADER:function(){return n},NEXT_ROUTER_SEGMENT_PREFETCH_HEADER:function(){return R},NEXT_ROUTER_STALE_TIME_HEADER:function(){return S},NEXT_ROUTER_STATE_TREE_HEADER:function(){return _},NEXT_RSC_UNION_QUERY:function(){return D},NEXT_URL:function(){return i},RSC_CONTENT_TYPE_HEADER:function(){return A},RSC_HEADER:function(){return t}});const t="RSC",c="Next-Action",_="Next-Router-State-Tree",n="Next-Router-Prefetch",R="Next-Router-Segment-Prefetch",r="Next-HMR-Refresh",f="__next_hmr_refresh_hash__",i="Next-Url",A="text/x-component",s=[t,_,n,r,R],D="_rsc",S="x-nextjs-stale-time",d="x-nextjs-postponed",O="x-nextjs-rewritten-path",X="x-nextjs-rewritten-query",a="x-nextjs-prerender";(typeof E.default=="function"||typeof E.default=="object"&&E.default!==null)&&typeof E.default.__esModule>"u"&&(Object.defineProperty(E.default,"__esModule",{value:!0}),Object.assign(E.default,E),H.exports=E.default)}(e.__module,e.__module.exports)),e.__module.exports}exports.__require=P;
|
package/dist/index128.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index157.cjs");var i;function u(){return i||(i=1,function(r){Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"removeTrailingSlash",{enumerable:!0,get:function(){return t}});function t(n){return n.replace(/\/$/,"")||"/"}}(e.__exports)),e.__exports}exports.__require=u;
|
package/dist/index129.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("./index158.cjs");var i;function o(){return i||(i=1,function(s){Object.defineProperty(s,"__esModule",{value:!0}),Object.defineProperty(s,"parsePath",{enumerable:!0,get:function(){return a}});function a(r){const e=r.indexOf("#"),n=r.indexOf("?"),t=n>-1&&(e<0||n<e);return t||e>-1?{pathname:r.substring(0,t?n:e),query:t?r.substring(n,e>-1?e:void 0):"",hash:e>-1?r.slice(e):""}:{pathname:r,query:"",hash:""}}}(u.__exports)),u.__exports}exports.__require=o;
|
package/dist/index131.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const f=require("./index159.cjs");var _;function g(){return _||(_=1,function(d){Object.defineProperty(d,"__esModule",{value:!0});function E(o,t){for(var n in t)Object.defineProperty(o,n,{enumerable:!0,get:t[n]})}E(d,{getSortedRouteObjects:function(){return R},getSortedRoutes:function(){return m}});class l{insert(t){this._insert(t.split("/").filter(Boolean),[],!1)}smoosh(){return this._smoosh()}_smoosh(t){t===void 0&&(t="/");const n=[...this.children.keys()].sort();this.slugName!==null&&n.splice(n.indexOf("[]"),1),this.restSlugName!==null&&n.splice(n.indexOf("[...]"),1),this.optionalRestSlugName!==null&&n.splice(n.indexOf("[[...]]"),1);const s=n.map(r=>this.children.get(r)._smoosh(""+t+r+"/")).reduce((r,e)=>[...r,...e],[]);if(this.slugName!==null&&s.push(...this.children.get("[]")._smoosh(t+"["+this.slugName+"]/")),!this.placeholder){const r=t==="/"?"/":t.slice(0,-1);if(this.optionalRestSlugName!=null)throw Object.defineProperty(new Error('You cannot define a route with the same specificity as a optional catch-all route ("'+r+'" and "'+r+"[[..."+this.optionalRestSlugName+']]").'),"__NEXT_ERROR_CODE",{value:"E458",enumerable:!1,configurable:!0});s.unshift(r)}return this.restSlugName!==null&&s.push(...this.children.get("[...]")._smoosh(t+"[..."+this.restSlugName+"]/")),this.optionalRestSlugName!==null&&s.push(...this.children.get("[[...]]")._smoosh(t+"[[..."+this.optionalRestSlugName+"]]/")),s}_insert(t,n,s){if(t.length===0){this.placeholder=!1;return}if(s)throw Object.defineProperty(new Error("Catch-all must be the last part of the URL."),"__NEXT_ERROR_CODE",{value:"E392",enumerable:!1,configurable:!0});let r=t[0];if(r.startsWith("[")&&r.endsWith("]")){let u=function(h,a){if(h!==null&&h!==a)throw Object.defineProperty(new Error("You cannot use different slug names for the same dynamic path ('"+h+"' !== '"+a+"')."),"__NEXT_ERROR_CODE",{value:"E337",enumerable:!1,configurable:!0});n.forEach(c=>{if(c===a)throw Object.defineProperty(new Error('You cannot have the same slug name "'+a+'" repeat within a single dynamic path'),"__NEXT_ERROR_CODE",{value:"E247",enumerable:!1,configurable:!0});if(c.replace(/\W/g,"")===r.replace(/\W/g,""))throw Object.defineProperty(new Error('You cannot have the slug names "'+c+'" and "'+a+'" differ only by non-word symbols within a single dynamic path'),"__NEXT_ERROR_CODE",{value:"E499",enumerable:!1,configurable:!0})}),n.push(a)},e=r.slice(1,-1),i=!1;if(e.startsWith("[")&&e.endsWith("]")&&(e=e.slice(1,-1),i=!0),e.startsWith("…"))throw Object.defineProperty(new Error("Detected a three-dot character ('…') at ('"+e+"'). Did you mean ('...')?"),"__NEXT_ERROR_CODE",{value:"E147",enumerable:!1,configurable:!0});if(e.startsWith("...")&&(e=e.substring(3),s=!0),e.startsWith("[")||e.endsWith("]"))throw Object.defineProperty(new Error("Segment names may not start or end with extra brackets ('"+e+"')."),"__NEXT_ERROR_CODE",{value:"E421",enumerable:!1,configurable:!0});if(e.startsWith("."))throw Object.defineProperty(new Error("Segment names may not start with erroneous periods ('"+e+"')."),"__NEXT_ERROR_CODE",{value:"E288",enumerable:!1,configurable:!0});if(s)if(i){if(this.restSlugName!=null)throw Object.defineProperty(new Error('You cannot use both an required and optional catch-all route at the same level ("[...'+this.restSlugName+']" and "'+t[0]+'" ).'),"__NEXT_ERROR_CODE",{value:"E299",enumerable:!1,configurable:!0});u(this.optionalRestSlugName,e),this.optionalRestSlugName=e,r="[[...]]"}else{if(this.optionalRestSlugName!=null)throw Object.defineProperty(new Error('You cannot use both an optional and required catch-all route at the same level ("[[...'+this.optionalRestSlugName+']]" and "'+t[0]+'").'),"__NEXT_ERROR_CODE",{value:"E300",enumerable:!1,configurable:!0});u(this.restSlugName,e),this.restSlugName=e,r="[...]"}else{if(i)throw Object.defineProperty(new Error('Optional route parameters are not yet supported ("'+t[0]+'").'),"__NEXT_ERROR_CODE",{value:"E435",enumerable:!1,configurable:!0});u(this.slugName,e),this.slugName=e,r="[]"}}this.children.has(r)||this.children.set(r,new l),this.children.get(r)._insert(t.slice(1),n,s)}constructor(){this.placeholder=!0,this.children=new Map,this.slugName=null,this.restSlugName=null,this.optionalRestSlugName=null}}function m(o){const t=new l;return o.forEach(n=>t.insert(n)),t.smoosh()}function R(o,t){const n={},s=[];for(let e=0;e<o.length;e++){const i=t(o[e]);n[i]=e,s[e]=i}return m(s).map(e=>o[n[e]])}}(f.__exports)),f.__exports}exports.__require=g;
|
package/dist/index132.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./index160.cjs"),_=require("./index161.cjs");var o;function a(){return o||(o=1,function(r){Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isDynamicRoute",{enumerable:!0,get:function(){return s}});const i=_.__require(),u=/\/[^/]*\[[^/]+\][^/]*(?=\/|$)/,c=/\/\[[^/]+\](?=\/|$)/;function s(e,t){return t===void 0&&(t=!0),(0,i.isInterceptionRouteAppPath)(e)&&(e=(0,i.extractInterceptionRouteInformation)(e).interceptedRoute),t?c.test(e):u.test(e)}}(n.__exports)),n.__exports}exports.__require=a;
|
package/dist/index134.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("./index162.cjs"),b=require("./index48.cjs");var a;function R(){return a||(a=1,function(n){Object.defineProperty(n,"__esModule",{value:!0}),Object.defineProperty(n,"getRouteMatcher",{enumerable:!0,get:function(){return f}});const s=b.__require();function f(d){let{re:l,groups:_}=d;return p=>{const c=l.exec(p);if(!c)return!1;const i=e=>{try{return decodeURIComponent(e)}catch{throw Object.defineProperty(new s.DecodeError("failed to decode param"),"__NEXT_ERROR_CODE",{value:"E528",enumerable:!1,configurable:!0})}},r={};for(const[e,t]of Object.entries(_)){const o=c[t.pos];o!==void 0&&(t.repeat?r[e]=o.split("/").map(h=>i(h)):r[e]=i(o))}return r}}}(u.__exports)),u.__exports}exports.__require=R;
|
package/dist/index135.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const h=require("./index163.cjs"),b=require("./index164.cjs"),O=require("./index161.cjs"),j=require("./index165.cjs"),z=require("./index128.cjs");var N;function W(){return N||(N=1,function(_){Object.defineProperty(_,"__esModule",{value:!0});function k(r,e){for(var n in e)Object.defineProperty(r,n,{enumerable:!0,get:e[n]})}k(_,{getNamedMiddlewareRegex:function(){return I},getNamedRouteRegex:function(){return v},getRouteRegex:function(){return E},parseParameter:function(){return q}});const m=b.__require(),S=O.__require(),g=j.__require(),y=z.__require(),x=/^([^[]*)\[((?:\[[^\]]*\])|[^\]]+)\](.*)$/;function q(r){const e=r.match(x);return p(e?e[2]:r)}function p(r){const e=r.startsWith("[")&&r.endsWith("]");e&&(r=r.slice(1,-1));const n=r.startsWith("...");return n&&(r=r.slice(3)),{key:r,repeat:n,optional:e}}function P(r,e,n){const o={};let u=1;const i=[];for(const c of(0,y.removeTrailingSlash)(r).slice(1).split("/")){const a=S.INTERCEPTION_ROUTE_MARKERS.find(f=>c.startsWith(f)),s=c.match(x);if(a&&s&&s[2]){const{key:f,optional:t,repeat:l}=p(s[2]);o[f]={pos:u++,repeat:l,optional:t},i.push("/"+(0,g.escapeStringRegexp)(a)+"([^/]+?)")}else if(s&&s[2]){const{key:f,repeat:t,optional:l}=p(s[2]);o[f]={pos:u++,repeat:t,optional:l},n&&s[1]&&i.push("/"+(0,g.escapeStringRegexp)(s[1]));let R=t?l?"(?:/(.+?))?":"/(.+?)":"/([^/]+?)";n&&s[1]&&(R=R.substring(1)),i.push(R)}else i.push("/"+(0,g.escapeStringRegexp)(c));e&&s&&s[3]&&i.push((0,g.escapeStringRegexp)(s[3]))}return{parameterizedRoute:i.join(""),groups:o}}function E(r,e){let{includeSuffix:n=!1,includePrefix:o=!1,excludeOptionalTrailingSlash:u=!1}=e===void 0?{}:e;const{parameterizedRoute:i,groups:c}=P(r,n,o);let a=i;return u||(a+="(?:/)?"),{re:new RegExp("^"+a+"$"),groups:c}}function A(){let r=0;return()=>{let e="",n=++r;for(;n>0;)e+=String.fromCharCode(97+(n-1)%26),n=Math.floor((n-1)/26);return e}}function T(r){let{interceptionMarker:e,getSafeRouteKey:n,segment:o,routeKeys:u,keyPrefix:i,backreferenceDuplicateKeys:c}=r;const{key:a,optional:s,repeat:f}=p(o);let t=a.replace(/\W/g,"");i&&(t=""+i+t);let l=!1;(t.length===0||t.length>30)&&(l=!0),isNaN(parseInt(t.slice(0,1)))||(l=!0),l&&(t=n());const R=t in u;i?u[t]=""+i+a:u[t]=a;const M=e?(0,g.escapeStringRegexp)(e):"";let d;return R&&c?d="\\k<"+t+">":f?d="(?<"+t+">.+?)":d="(?<"+t+">[^/]+?)",s?"(?:/"+M+d+")?":"/"+M+d}function K(r,e,n,o,u){const i=A(),c={},a=[];for(const s of(0,y.removeTrailingSlash)(r).slice(1).split("/")){const f=S.INTERCEPTION_ROUTE_MARKERS.some(l=>s.startsWith(l)),t=s.match(x);if(f&&t&&t[2])a.push(T({getSafeRouteKey:i,interceptionMarker:t[1],segment:t[2],routeKeys:c,keyPrefix:e?m.NEXT_INTERCEPTION_MARKER_PREFIX:void 0,backreferenceDuplicateKeys:u}));else if(t&&t[2]){o&&t[1]&&a.push("/"+(0,g.escapeStringRegexp)(t[1]));let l=T({getSafeRouteKey:i,segment:t[2],routeKeys:c,keyPrefix:e?m.NEXT_QUERY_PARAM_PREFIX:void 0,backreferenceDuplicateKeys:u});o&&t[1]&&(l=l.substring(1)),a.push(l)}else a.push("/"+(0,g.escapeStringRegexp)(s));n&&t&&t[3]&&a.push((0,g.escapeStringRegexp)(t[3]))}return{namedParameterizedRoute:a.join(""),routeKeys:c}}function v(r,e){var n,o,u;const i=K(r,e.prefixRouteKeys,(n=e.includeSuffix)!=null?n:!1,(o=e.includePrefix)!=null?o:!1,(u=e.backreferenceDuplicateKeys)!=null?u:!1);let c=i.namedParameterizedRoute;return e.excludeOptionalTrailingSlash||(c+="(?:/)?"),{...E(r,e),namedRegex:"^"+c+"$",routeKeys:i.routeKeys}}function I(r,e){const{parameterizedRoute:n}=P(r,!1,!1),{catchAll:o=!0}=e;if(n==="/")return{namedRegex:"^/"+(o?".*":"")+"$"};const{namedParameterizedRoute:u}=K(r,!1,!1,!1,!1);let i=o?"(?:(/.*)?)":"";return{namedRegex:"^"+u+i+"$"}}}(h.__exports)),h.__exports}exports.__require=W;
|
package/dist/index137.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index166.cjs"),o=require("./index129.cjs");var i;function f(){return i||(i=1,function(r){Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"pathHasPrefix",{enumerable:!0,get:function(){return s}});const u=o.__require();function s(t,a){if(typeof t!="string")return!1;const{pathname:n}=(0,u.parsePath)(t);return n===a||n.startsWith(a+"/")}}(e.__exports)),e.__exports}exports.__require=f;
|
package/dist/index14.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react/jsx-runtime"),b=require("react-hook-form");require("@mantine/core");const f=require("./index12.cjs");require("zod");const h=(i,a)=>{const t=e=>{const{validate:l,name:d="",placeholder:s,label:u,description:c,...n}=e;return o.jsx(b.Controller,{name:d,defaultValue:"",rules:{validate:l&&!e.disabled?f.zodValidator(l):void 0},disabled:e.disabled,...a?.(e),render:r=>{const{fieldState:{isTouched:q,error:m}}=r,F={...r,props:{...e,validate:void 0},field:{...r.field,label:u,placeholder:s,description:c,error:m?.message},...n};return o.jsx(i,{...F})}})};return t.displayName=`withForm(${i.displayName})`,t};exports.withForm=h;
|
package/dist/index141.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./index167.cjs");var l;function _(){return l||(l=1,function(i){Object.defineProperty(i,"__esModule",{value:!0}),Object.defineProperty(i,"normalizeLocalePath",{enumerable:!0,get:function(){return a}});const u=new WeakMap;function a(e,r){if(!r)return{pathname:e};let t=u.get(r);t||(t=r.map(d=>d.toLowerCase()),u.set(r,t));let o;const c=e.split("/",2);if(!c[1])return{pathname:e};const f=c[1].toLowerCase(),s=t.indexOf(f);return s<0?{pathname:e}:(o=r[s],e=e.slice(o.length+1)||"/",{pathname:e,detectedLocale:o})}}(n.__exports)),n.__exports}exports.__require=_;
|
package/dist/index143.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index169.cjs");var a;function m(){return a||(a=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"detectDomainLocale",{enumerable:!0,get:function(){return s}});function s(n,c,e){if(n){e&&(e=e.toLowerCase());for(const o of n){var i,u;const f=(i=o.domain)==null?void 0:i.split(":",1)[0].toLowerCase();if(c===f||e===o.defaultLocale.toLowerCase()||(u=o.locales)!=null&&u.some(l=>l.toLowerCase()===e))return o}}}}(r.__exports)),r.__exports}exports.__require=m;
|