super-time-tracker-ui 0.1.16 → 0.1.19
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/bin/stt-ui.js +51 -2
- package/dist/standalone/next-output/BUILD_ID +1 -1
- package/dist/standalone/next-output/app-path-routes-manifest.json +9 -0
- package/dist/standalone/next-output/build-manifest.json +3 -3
- package/dist/standalone/next-output/prerender-manifest.json +0 -96
- package/dist/standalone/next-output/routes-manifest.json +54 -0
- package/dist/standalone/next-output/server/app/_global-error/page.js +1 -1
- package/dist/standalone/next-output/server/app/_global-error/page.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/_global-error.html +1 -1
- package/dist/standalone/next-output/server/app/_global-error.rsc +1 -1
- package/dist/standalone/next-output/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/dist/standalone/next-output/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/dist/standalone/next-output/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/dist/standalone/next-output/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/dist/standalone/next-output/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/dist/standalone/next-output/server/app/_not-found/page.js +2 -2
- package/dist/standalone/next-output/server/app/_not-found/page.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/standalone/next-output/server/app/_not-found.html +1 -1
- package/dist/standalone/next-output/server/app/_not-found.rsc +25 -22
- package/dist/standalone/next-output/server/app/_not-found.segments/_full.segment.rsc +25 -22
- package/dist/standalone/next-output/server/app/_not-found.segments/_head.segment.rsc +4 -4
- package/dist/standalone/next-output/server/app/_not-found.segments/_index.segment.rsc +10 -8
- package/dist/standalone/next-output/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/dist/standalone/next-output/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
- package/dist/standalone/next-output/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/dist/standalone/next-output/server/app/api/auth/signout/route/app-paths-manifest.json +3 -0
- package/dist/standalone/next-output/server/app/api/auth/signout/route/build-manifest.json +9 -0
- package/dist/standalone/next-output/server/app/api/auth/signout/route/server-reference-manifest.json +4 -0
- package/dist/standalone/next-output/server/app/api/auth/signout/route.js +7 -0
- package/dist/standalone/next-output/server/app/api/auth/signout/route.js.nft.json +1 -0
- package/dist/standalone/next-output/server/app/api/auth/signout/route_client-reference-manifest.js +3 -0
- package/dist/standalone/next-output/server/app/api/backup/route.js +2 -1
- package/dist/standalone/next-output/server/app/api/backup/route.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/api/entry/delete-bulk/route.js +3 -1
- package/dist/standalone/next-output/server/app/api/entry/delete-bulk/route.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/api/entry/move/route.js +3 -1
- package/dist/standalone/next-output/server/app/api/entry/move/route.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/api/entry/move-bulk/route.js +3 -1
- package/dist/standalone/next-output/server/app/api/entry/move-bulk/route.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/api/entry/route.js +3 -2
- package/dist/standalone/next-output/server/app/api/entry/route.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/api/in/route.js +3 -2
- package/dist/standalone/next-output/server/app/api/in/route.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/api/note/route.js +3 -2
- package/dist/standalone/next-output/server/app/api/note/route.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/api/out/route.js +3 -2
- package/dist/standalone/next-output/server/app/api/out/route.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/api/sheet/route.js +3 -1
- package/dist/standalone/next-output/server/app/api/sheet/route.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/api/state/route.js +3 -1
- package/dist/standalone/next-output/server/app/api/state/route.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/api/sync/import/route/app-paths-manifest.json +3 -0
- package/dist/standalone/next-output/server/app/api/sync/import/route/build-manifest.json +9 -0
- package/dist/standalone/next-output/server/app/api/sync/import/route/server-reference-manifest.json +4 -0
- package/dist/standalone/next-output/server/app/api/sync/import/route.js +7 -0
- package/dist/standalone/next-output/server/app/api/sync/import/route.js.nft.json +1 -0
- package/dist/standalone/next-output/server/app/api/sync/import/route_client-reference-manifest.js +3 -0
- package/dist/standalone/next-output/server/app/api/sync/pull/route/app-paths-manifest.json +3 -0
- package/dist/standalone/next-output/server/app/api/sync/pull/route/build-manifest.json +9 -0
- package/dist/standalone/next-output/server/app/api/sync/pull/route/server-reference-manifest.json +4 -0
- package/dist/standalone/next-output/server/app/api/sync/pull/route.js +7 -0
- package/dist/standalone/next-output/server/app/api/sync/pull/route.js.nft.json +1 -0
- package/dist/standalone/next-output/server/app/api/sync/pull/route_client-reference-manifest.js +3 -0
- package/dist/standalone/next-output/server/app/api/sync/push/route/app-paths-manifest.json +3 -0
- package/dist/standalone/next-output/server/app/api/sync/push/route/build-manifest.json +9 -0
- package/dist/standalone/next-output/server/app/api/sync/push/route/server-reference-manifest.json +4 -0
- package/dist/standalone/next-output/server/app/api/sync/push/route.js +7 -0
- package/dist/standalone/next-output/server/app/api/sync/push/route.js.nft.json +1 -0
- package/dist/standalone/next-output/server/app/api/sync/push/route_client-reference-manifest.js +3 -0
- package/dist/standalone/next-output/server/app/api/sync/status/route/app-paths-manifest.json +3 -0
- package/dist/standalone/next-output/server/app/api/sync/status/route/build-manifest.json +9 -0
- package/dist/standalone/next-output/server/app/api/sync/status/route/server-reference-manifest.json +4 -0
- package/dist/standalone/next-output/server/app/api/sync/status/route.js +7 -0
- package/dist/standalone/next-output/server/app/api/sync/status/route.js.nft.json +1 -0
- package/dist/standalone/next-output/server/app/api/sync/status/route_client-reference-manifest.js +3 -0
- package/dist/standalone/next-output/server/app/api/tags/route.js +2 -1
- package/dist/standalone/next-output/server/app/api/tags/route.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/api/ui-preferences/route/app-paths-manifest.json +3 -0
- package/dist/standalone/next-output/server/app/api/ui-preferences/route/build-manifest.json +9 -0
- package/dist/standalone/next-output/server/app/api/ui-preferences/route/server-reference-manifest.json +4 -0
- package/dist/standalone/next-output/server/app/api/ui-preferences/route.js +7 -0
- package/dist/standalone/next-output/server/app/api/ui-preferences/route.js.nft.json +1 -0
- package/dist/standalone/next-output/server/app/api/ui-preferences/route_client-reference-manifest.js +3 -0
- package/dist/standalone/next-output/server/app/auth/callback/route/app-paths-manifest.json +3 -0
- package/dist/standalone/next-output/server/app/auth/callback/route/build-manifest.json +9 -0
- package/dist/standalone/next-output/server/app/auth/callback/route/server-reference-manifest.json +4 -0
- package/dist/standalone/next-output/server/app/auth/callback/route.js +7 -0
- package/dist/standalone/next-output/server/app/auth/callback/route.js.nft.json +1 -0
- package/dist/standalone/next-output/server/app/auth/callback/route_client-reference-manifest.js +3 -0
- package/dist/standalone/next-output/server/app/login/page/app-paths-manifest.json +3 -0
- package/dist/standalone/next-output/server/app/login/page/build-manifest.json +17 -0
- package/dist/standalone/next-output/server/app/login/page/next-font-manifest.json +11 -0
- package/dist/standalone/next-output/server/app/login/page/react-loadable-manifest.json +1 -0
- package/dist/standalone/next-output/server/app/login/page/server-reference-manifest.json +4 -0
- package/dist/standalone/next-output/server/app/login/page.js +14 -0
- package/dist/standalone/next-output/server/app/login/page.js.nft.json +1 -0
- package/dist/standalone/next-output/server/app/login/page_client-reference-manifest.js +3 -0
- package/dist/standalone/next-output/server/app/page.js +4 -4
- package/dist/standalone/next-output/server/app/page.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/page_client-reference-manifest.js +1 -1
- package/dist/standalone/next-output/server/app/register/page/app-paths-manifest.json +3 -0
- package/dist/standalone/next-output/server/app/register/page/build-manifest.json +17 -0
- package/dist/standalone/next-output/server/app/register/page/next-font-manifest.json +11 -0
- package/dist/standalone/next-output/server/app/register/page/react-loadable-manifest.json +1 -0
- package/dist/standalone/next-output/server/app/register/page/server-reference-manifest.json +4 -0
- package/dist/standalone/next-output/server/app/register/page.js +14 -0
- package/dist/standalone/next-output/server/app/register/page.js.nft.json +1 -0
- package/dist/standalone/next-output/server/app/register/page_client-reference-manifest.js +3 -0
- package/dist/standalone/next-output/server/app/reporting/page.js +5 -4
- package/dist/standalone/next-output/server/app/reporting/page.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/reporting/page_client-reference-manifest.js +1 -1
- package/dist/standalone/next-output/server/app/settings/data/page.js +5 -4
- package/dist/standalone/next-output/server/app/settings/data/page.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/settings/data/page_client-reference-manifest.js +1 -1
- package/dist/standalone/next-output/server/app/settings/display/page.js +3 -3
- package/dist/standalone/next-output/server/app/settings/display/page.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/settings/display/page_client-reference-manifest.js +1 -1
- package/dist/standalone/next-output/server/app/settings/display.html +1 -1
- package/dist/standalone/next-output/server/app/settings/display.rsc +41 -40
- package/dist/standalone/next-output/server/app/settings/display.segments/_full.segment.rsc +41 -40
- package/dist/standalone/next-output/server/app/settings/display.segments/_head.segment.rsc +4 -4
- package/dist/standalone/next-output/server/app/settings/display.segments/_index.segment.rsc +10 -8
- package/dist/standalone/next-output/server/app/settings/display.segments/_tree.segment.rsc +2 -2
- package/dist/standalone/next-output/server/app/settings/display.segments/settings/display/__PAGE__.segment.rsc +19 -20
- package/dist/standalone/next-output/server/app/settings/display.segments/settings/display.segment.rsc +3 -3
- package/dist/standalone/next-output/server/app/settings/display.segments/settings.segment.rsc +3 -3
- package/dist/standalone/next-output/server/app/settings/page.js +5 -4
- package/dist/standalone/next-output/server/app/settings/page.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/settings/page_client-reference-manifest.js +1 -1
- package/dist/standalone/next-output/server/app/settings/tags/page.js +5 -4
- package/dist/standalone/next-output/server/app/settings/tags/page.js.nft.json +1 -1
- package/dist/standalone/next-output/server/app/settings/tags/page_client-reference-manifest.js +1 -1
- package/dist/standalone/next-output/server/app-paths-manifest.json +9 -0
- package/dist/standalone/next-output/server/chunks/0z~i_next_dist_esm_build_templates_app-route_0213rdf.js +3 -0
- package/dist/standalone/next-output/server/chunks/0z~i_next_dist_esm_build_templates_app-route_03g03g4.js +3 -0
- package/dist/standalone/next-output/server/chunks/0z~i_next_dist_esm_build_templates_app-route_03tgdq_.js +3 -0
- package/dist/standalone/next-output/server/chunks/0z~i_next_dist_esm_build_templates_app-route_04pkg4k.js +3 -0
- package/dist/standalone/next-output/server/chunks/0z~i_next_dist_esm_build_templates_app-route_04xu.yc.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0-vx9fd._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0.pes14._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__01gv623._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__02~w0lb._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__07steou._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0_iol1b._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0czppph._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0j0740e._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0jcl8sd._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0jki.34._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0p-frp1._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0p1kxjf._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0rqulo~._.js +3 -0
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__12h-035._.js +3 -0
- package/dist/standalone/next-output/server/chunks/_0--hi7m._.js +61 -0
- package/dist/standalone/next-output/server/chunks/_0..mseh._.js +3 -0
- package/dist/standalone/next-output/server/chunks/_0900_l.._.js +3 -0
- package/dist/standalone/next-output/server/chunks/_0_wbuqv._.js +61 -0
- package/dist/standalone/next-output/server/chunks/_0it7w3b._.js +3 -0
- package/dist/standalone/next-output/server/chunks/_0oz1whe._.js +3 -0
- package/dist/standalone/next-output/server/chunks/_13eeory._.js +61 -0
- package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_auth_signout_route_actions_00gx.76.js +3 -0
- package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_sync_import_route_actions_0apc8p9.js +3 -0
- package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_sync_pull_route_actions_0zi~i0m.js +3 -0
- package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_sync_push_route_actions_0sag.tp.js +3 -0
- package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_sync_status_route_actions_0zvttty.js +3 -0
- package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_ui-preferences_route_actions_0t0uiaq.js +3 -0
- package/dist/standalone/next-output/server/chunks/_next-internal_server_app_auth_callback_route_actions_09jr~mp.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_04bpslp._.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0-2k5eh.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0194h-6.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_040c8th.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_04kdnd9.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0eyb0.j.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0gpy3lz.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0pw4c6_.js +4 -0
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0r_137h.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0wy5eu6.js +4 -0
- package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_12a781y.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__00t2myd._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__01coapr._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__045~xw2._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0mc.wxv._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0mjp16u._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/{[root-of-the-server]__0n8s9zq._.js → [root-of-the-server]__0p74awc._.js} +2 -2
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0urz1s3._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0uw_dut._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0wm37im._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__113akjz._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__13dr511._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_0.-wxz~._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_01xe83y._.js +64 -0
- package/dist/standalone/next-output/server/chunks/ssr/_02np35c._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_03kx6a3._.js +64 -0
- package/dist/standalone/next-output/server/chunks/ssr/_06.f~a.._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_06yb2en._.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/_0iqbilg._.js +64 -0
- package/dist/standalone/next-output/server/chunks/ssr/_0j.-r89._.js +64 -0
- package/dist/standalone/next-output/server/chunks/ssr/_0ox~9uu._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_0s1f~0y._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/{_02_~c39._.js → _0vrl3h2._.js} +2 -2
- package/dist/standalone/next-output/server/chunks/ssr/_0x1bw~i._.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/_0ykqba1._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_0zp.x0b._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_login_page_actions_02kefem.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_register_page_actions_0zq7ka0.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/components_0mwejmt._.js +3 -0
- package/dist/standalone/next-output/server/chunks/ssr/components_109-aj4._.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/components_reporting-view_tsx_0-0ofcv._.js +1 -1
- package/dist/standalone/next-output/server/chunks/ssr/components_tracker-app_tsx_0qs9.7y._.js +1 -1
- package/dist/standalone/next-output/server/edge/chunks/0txu_next_dist_esm_build_templates_edge-wrapper_07qltvv.js +3 -0
- package/dist/standalone/next-output/server/edge/chunks/0z~i_next_dist_esm_build_templates_edge-wrapper_0pdy9p0.js +3 -0
- package/dist/standalone/next-output/server/edge/chunks/[root-of-the-server]__0t9u~vh._.js +69 -0
- package/dist/standalone/next-output/server/middleware-build-manifest.js +3 -3
- package/dist/standalone/next-output/server/middleware-manifest.json +30 -2
- package/dist/standalone/next-output/server/next-font-manifest.js +1 -1
- package/dist/standalone/next-output/server/next-font-manifest.json +8 -0
- package/dist/standalone/next-output/server/pages/404.html +1 -1
- package/dist/standalone/next-output/server/pages/500.html +1 -1
- package/dist/standalone/next-output/static/DquhSHeykhjs4ylW6BQ87/_clientMiddlewareManifest.js +6 -0
- package/dist/standalone/next-output/static/chunks/04i7.d4zi~oe6.js +59 -0
- package/dist/standalone/next-output/static/chunks/0_ksz4lai0fyf.js +1 -0
- package/dist/standalone/next-output/static/chunks/0b41d5ys.-f0z.js +1 -0
- package/dist/standalone/next-output/static/chunks/0dap7q~qaakti.js +1 -0
- package/dist/standalone/next-output/static/chunks/0e9-u5vmtujdj.js +1 -0
- package/dist/standalone/next-output/static/chunks/0pyyx.xdi5hi-.js +1 -0
- package/dist/standalone/next-output/static/chunks/0t2dqc8t4.4r~.js +1 -0
- package/dist/standalone/next-output/static/chunks/0wf_vm8b1-jq3.js +1 -0
- package/dist/standalone/next-output/static/chunks/0y833~et3ssz2.js +1 -0
- package/dist/standalone/next-output/static/chunks/0yxiwfqfaqly7.css +3 -0
- package/dist/standalone/next-output/static/chunks/10ey~m_2o0rlr.js +1 -0
- package/dist/standalone/package.json +11 -9
- package/package.json +11 -9
- package/dist/standalone/next-output/server/app/reporting.html +0 -1
- package/dist/standalone/next-output/server/app/reporting.meta +0 -15
- package/dist/standalone/next-output/server/app/reporting.rsc +0 -27
- package/dist/standalone/next-output/server/app/reporting.segments/_full.segment.rsc +0 -27
- package/dist/standalone/next-output/server/app/reporting.segments/_head.segment.rsc +0 -6
- package/dist/standalone/next-output/server/app/reporting.segments/_index.segment.rsc +0 -9
- package/dist/standalone/next-output/server/app/reporting.segments/_tree.segment.rsc +0 -4
- package/dist/standalone/next-output/server/app/reporting.segments/reporting/__PAGE__.segment.rsc +0 -6
- package/dist/standalone/next-output/server/app/reporting.segments/reporting.segment.rsc +0 -5
- package/dist/standalone/next-output/server/app/settings/data.html +0 -1
- package/dist/standalone/next-output/server/app/settings/data.meta +0 -16
- package/dist/standalone/next-output/server/app/settings/data.rsc +0 -31
- package/dist/standalone/next-output/server/app/settings/data.segments/_full.segment.rsc +0 -31
- package/dist/standalone/next-output/server/app/settings/data.segments/_head.segment.rsc +0 -6
- package/dist/standalone/next-output/server/app/settings/data.segments/_index.segment.rsc +0 -9
- package/dist/standalone/next-output/server/app/settings/data.segments/_tree.segment.rsc +0 -4
- package/dist/standalone/next-output/server/app/settings/data.segments/settings/data/__PAGE__.segment.rsc +0 -10
- package/dist/standalone/next-output/server/app/settings/data.segments/settings/data.segment.rsc +0 -5
- package/dist/standalone/next-output/server/app/settings/data.segments/settings.segment.rsc +0 -5
- package/dist/standalone/next-output/server/app/settings/tags.html +0 -1
- package/dist/standalone/next-output/server/app/settings/tags.meta +0 -16
- package/dist/standalone/next-output/server/app/settings/tags.rsc +0 -28
- package/dist/standalone/next-output/server/app/settings/tags.segments/_full.segment.rsc +0 -28
- package/dist/standalone/next-output/server/app/settings/tags.segments/_head.segment.rsc +0 -6
- package/dist/standalone/next-output/server/app/settings/tags.segments/_index.segment.rsc +0 -9
- package/dist/standalone/next-output/server/app/settings/tags.segments/_tree.segment.rsc +0 -4
- package/dist/standalone/next-output/server/app/settings/tags.segments/settings/tags/__PAGE__.segment.rsc +0 -6
- package/dist/standalone/next-output/server/app/settings/tags.segments/settings/tags.segment.rsc +0 -5
- package/dist/standalone/next-output/server/app/settings/tags.segments/settings.segment.rsc +0 -5
- package/dist/standalone/next-output/server/app/settings.html +0 -1
- package/dist/standalone/next-output/server/app/settings.meta +0 -15
- package/dist/standalone/next-output/server/app/settings.rsc +0 -33
- package/dist/standalone/next-output/server/app/settings.segments/_full.segment.rsc +0 -33
- package/dist/standalone/next-output/server/app/settings.segments/_head.segment.rsc +0 -6
- package/dist/standalone/next-output/server/app/settings.segments/_index.segment.rsc +0 -9
- package/dist/standalone/next-output/server/app/settings.segments/_tree.segment.rsc +0 -4
- package/dist/standalone/next-output/server/app/settings.segments/settings/__PAGE__.segment.rsc +0 -12
- package/dist/standalone/next-output/server/app/settings.segments/settings.segment.rsc +0 -5
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0_m2-.j._.js +0 -3
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0_vmm81._.js +0 -3
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0cilf~z._.js +0 -3
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0d03d53._.js +0 -3
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0iro0~o._.js +0 -3
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0t5kq87._.js +0 -3
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0v47vl-._.js +0 -3
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0w4.p-d._.js +0 -3
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0wl05me._.js +0 -3
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0y8pcoc._.js +0 -3
- package/dist/standalone/next-output/server/chunks/[root-of-the-server]__11gwx7w._.js +0 -3
- package/dist/standalone/next-output/server/chunks/_0.5g2bo._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__088a_hy._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0e~6l8-._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0nm8f2e._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0rtwdhy._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0v0ekip._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0wb6zuo._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__12d3b~-._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__12t9r.i._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/_02-gx7.._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/_0g2i.tc._.js +0 -6
- package/dist/standalone/next-output/server/chunks/ssr/_0hg~x6b._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/_0ll5ibs._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/_0pmaq6o._.js +0 -6
- package/dist/standalone/next-output/server/chunks/ssr/_0ui3u54._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/_0w8k735._.js +0 -3
- package/dist/standalone/next-output/server/chunks/ssr/_12t56ma._.js +0 -3
- package/dist/standalone/next-output/static/5wsd9KksdO0ECkcDBtP80/_clientMiddlewareManifest.js +0 -1
- package/dist/standalone/next-output/static/chunks/00.k03cz57mm8.js +0 -1
- package/dist/standalone/next-output/static/chunks/00gppo5nrk9ov.js +0 -1
- package/dist/standalone/next-output/static/chunks/04~lsgqjxciw_.js +0 -1
- package/dist/standalone/next-output/static/chunks/0e8tmpq~qz.dz.js +0 -1
- package/dist/standalone/next-output/static/chunks/0js9~7rlpndqf.js +0 -1
- package/dist/standalone/next-output/static/chunks/0rk2ns_n18t3d.js +0 -1
- package/dist/standalone/next-output/static/chunks/0x1v_z9lxx._v.css +0 -3
- package/dist/standalone/next-output/static/chunks/0ytd28-7d8.21.js +0 -1
- package/dist/standalone/next-output/static/chunks/14dlpcnjaw-zw.js +0 -1
- /package/dist/standalone/next-output/static/{5wsd9KksdO0ECkcDBtP80 → DquhSHeykhjs4ylW6BQ87}/_buildManifest.js +0 -0
- /package/dist/standalone/next-output/static/{5wsd9KksdO0ECkcDBtP80 → DquhSHeykhjs4ylW6BQ87}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["chunks/0txu_next_dist_esm_build_templates_edge-wrapper_07qltvv.js",{otherChunks:["chunks/0z~i_next_dist_esm_build_templates_edge-wrapper_0pdy9p0.js","chunks/[root-of-the-server]__0t9u~vh._.js"],runtimeModuleIds:[13730]}]),(()=>{let e;if(!Array.isArray(globalThis.TURBOPACK))return;let t=["NEXT_DEPLOYMENT_ID","NEXT_CLIENT_ASSET_SUFFIX"];var r,n=((r=n||{})[r.Runtime=0]="Runtime",r[r.Parent=1]="Parent",r[r.Update=2]="Update",r);let o=new WeakMap;function u(e,t){this.m=e,this.e=t}let l=u.prototype,i=Object.prototype.hasOwnProperty,a="u">typeof Symbol&&Symbol.toStringTag;function s(e,t,r){i.call(e,t)||Object.defineProperty(e,t,r)}function c(e,t){let r=e[t];return r||(r=f(t),e[t]=r),r}function f(e){return{exports:{},error:void 0,id:e,namespaceObject:void 0}}function h(e,t){s(e,"__esModule",{value:!0}),a&&s(e,a,{value:"Module"});let r=0;for(;r<t.length;){let n=t[r++],o=t[r++];if("number"==typeof o)if(0===o)s(e,n,{value:t[r++],enumerable:!0,writable:!1});else throw Error(`unexpected tag: ${o}`);else"function"==typeof t[r]?s(e,n,{get:o,set:t[r++],enumerable:!0}):s(e,n,{get:o,enumerable:!0})}Object.seal(e)}function d(e,t){(null!=t?c(this.c,t):this.m).exports=e}l.s=function(e,t){let r,n;null!=t?n=(r=c(this.c,t)).exports:(r=this.m,n=this.e),r.namespaceObject=n,h(n,e)},l.j=function(e,t){var r,n;let u,l,a;null!=t?l=(u=c(this.c,t)).exports:(u=this.m,l=this.e);let s=(r=u,n=l,(a=o.get(r))||(o.set(r,a=[]),r.exports=r.namespaceObject=new Proxy(n,{get(e,t){if(i.call(e,t)||"default"===t||"__esModule"===t)return Reflect.get(e,t);for(let e of a){let r=Reflect.get(e,t);if(void 0!==r)return r}},ownKeys(e){let t=Reflect.ownKeys(e);for(let e of a)for(let r of Reflect.ownKeys(e))"default"===r||t.includes(r)||t.push(r);return t}})),a);"object"==typeof e&&null!==e&&s.push(e)},l.v=d,l.n=function(e,t){let r;(r=null!=t?c(this.c,t):this.m).exports=r.namespaceObject=e};let p=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,m=[null,p({}),p([]),p(p)];function b(e,t,r){let n=[],o=-1;for(let t=e;("object"==typeof t||"function"==typeof t)&&!m.includes(t);t=p(t))for(let r of Object.getOwnPropertyNames(t))n.push(r,function(e,t){return()=>e[t]}(e,r)),-1===o&&"default"===r&&(o=n.length-1);return r&&o>=0||(o>=0?n.splice(o,1,0,e):n.push("default",0,e)),h(t,n),t}function y(e){return"function"==typeof e?function(...t){return e.apply(this,t)}:Object.create(null)}function g(e){let t=K(e,this.m);if(t.namespaceObject)return t.namespaceObject;let r=t.exports;return t.namespaceObject=b(r,y(r),r&&r.__esModule)}function w(e){let t=e.indexOf("#");-1!==t&&(e=e.substring(0,t));let r=e.indexOf("?");return -1!==r&&(e=e.substring(0,r)),e}function O(e){return"string"==typeof e?e:e.path}function _(){let e,t;return{promise:new Promise((r,n)=>{t=n,e=r}),resolve:e,reject:t}}l.i=g,l.A=function(e){return this.r(e)(g.bind(this))},l.t="function"==typeof require?require:function(){throw Error("Unexpected use of runtime require")},l.r=function(e){return K(e,this.m).exports},l.f=function(e){function t(t){if(t=w(t),i.call(e,t))return e[t].module();let r=Error(`Cannot find module '${t}'`);throw r.code="MODULE_NOT_FOUND",r}return t.keys=()=>Object.keys(e),t.resolve=t=>{if(t=w(t),i.call(e,t))return e[t].id();let r=Error(`Cannot find module '${t}'`);throw r.code="MODULE_NOT_FOUND",r},t.import=async e=>await t(e),t};let k=Symbol("turbopack queues"),j=Symbol("turbopack exports"),v=Symbol("turbopack error");function C(e){e&&1!==e.status&&(e.status=1,e.forEach(e=>e.queueCount--),e.forEach(e=>e.queueCount--?e.queueCount++:e()))}l.a=function(e,t){let r=this.m,n=t?Object.assign([],{status:-1}):void 0,o=new Set,{resolve:u,reject:l,promise:i}=_(),a=Object.assign(i,{[j]:r.exports,[k]:e=>{n&&e(n),o.forEach(e),a.catch(()=>{})}}),s={get:()=>a,set(e){e!==a&&(a[j]=e)}};Object.defineProperty(r,"exports",s),Object.defineProperty(r,"namespaceObject",s),e(function(e){let t=e.map(e=>{if(null!==e&&"object"==typeof e){if(k in e)return e;if(null!=e&&"object"==typeof e&&"then"in e&&"function"==typeof e.then){let t=Object.assign([],{status:0}),r={[j]:{},[k]:e=>e(t)};return e.then(e=>{r[j]=e,C(t)},e=>{r[v]=e,C(t)}),r}}return{[j]:e,[k]:()=>{}}}),r=()=>t.map(e=>{if(e[v])throw e[v];return e[j]}),{promise:u,resolve:l}=_(),i=Object.assign(()=>l(r),{queueCount:0});function a(e){e!==n&&!o.has(e)&&(o.add(e),e&&0===e.status&&(i.queueCount++,e.push(i)))}return t.map(e=>e[k](a)),i.queueCount?u:r()},function(e){e?l(a[v]=e):u(a[j]),C(n)}),n&&-1===n.status&&(n.status=0)};let P=function(e){let t=new URL(e,"x:/"),r={};for(let e in t)r[e]=t[e];for(let t in r.href=e,r.pathname=e.replace(/[?#].*/,""),r.origin=r.protocol="",r.toString=r.toJSON=(...t)=>e,r)Object.defineProperty(this,t,{enumerable:!0,configurable:!0,value:r[t]})};function E(e,t){throw Error(`Invariant: ${t(e)}`)}P.prototype=URL.prototype,l.U=P,l.z=function(e){throw Error("dynamic usage of require is not supported")},l.g=globalThis;let U=u.prototype,x=new Map;l.M=x;let R=new Map,M=new Map;async function $(e,t,r){let n;if("string"==typeof r)return q(e,t,A(r));let o=r.included||[],u=o.map(e=>!!x.has(e)||R.get(e));if(u.length>0&&u.every(e=>e))return void await Promise.all(u);let l=r.moduleChunks||[],i=l.map(e=>M.get(e)).filter(e=>e);if(i.length>0){if(i.length===l.length)return void await Promise.all(i);let r=new Set;for(let e of l)M.has(e)||r.add(e);for(let n of r){let r=q(e,t,A(n));M.set(n,r),i.push(r)}n=Promise.all(i)}else{for(let o of(n=q(e,t,A(r.path)),l))M.has(o)||M.set(o,n)}for(let e of o)R.has(e)||R.set(e,n);await n}U.l=function(e){return $(n.Parent,this.m.id,e)};let T=Promise.resolve(void 0),S=new WeakMap;function q(t,r,o){let u=e.loadChunkCached(t,o),l=S.get(u);if(void 0===l){let e=S.set.bind(S,u,T);l=u.then(e).catch(e=>{let u;switch(t){case n.Runtime:u=`as a runtime dependency of chunk ${r}`;break;case n.Parent:u=`from module ${r}`;break;case n.Update:u="from an HMR update";break;default:E(t,e=>`Unknown source type: ${e}`)}let l=Error(`Failed to load chunk ${o} ${u}${e?`: ${e}`:""}`,e?{cause:e}:void 0);throw l.name="ChunkLoadError",l}),S.set(u,l)}return l}function A(e){return`${e.split("/").map(e=>encodeURIComponent(e)).join("/")}`}U.L=function(e){return q(n.Parent,this.m.id,e)},U.R=function(e){let t=this.r(e);return t?.default??t},U.P=function(e){return`/ROOT/${e??""}`},U.q=function(e,t){d.call(this,`${e}`,t)},U.b=function(e,r,n,o){let u="SharedWorker"===e.name,l=[n.map(e=>A(e)).reverse(),""];for(let e of t)l.push(globalThis[e]);let i=new URL(A(r),location.origin),a=JSON.stringify(l);return u?i.searchParams.set("params",a):i.hash="#params="+encodeURIComponent(a),new e(i,o?{...o,type:void 0}:void 0)};let N=/\.js(?:\?[^#]*)?(?:#.*)?$/;l.w=function(t,r,o){return e.loadWebAssembly(n.Parent,this.m.id,t,r,o)},l.u=function(t,r){return e.loadWebAssemblyModule(n.Parent,this.m.id,t,r)};let I={};l.c=I;let K=(e,t)=>{let r=I[e];if(r){if(r.error)throw r.error;return r}return L(e,n.Parent,t.id)};function L(e,t,r){let n=x.get(e);if("function"!=typeof n)throw Error(function(e,t,r){let n;switch(t){case 0:n=`as a runtime entry of chunk ${r}`;break;case 1:n=`because it was required from module ${r}`;break;case 2:n="because of an HMR update";break;default:E(t,e=>`Unknown source type: ${e}`)}return`Module ${e} was instantiated ${n}, but the module factory is not available.`}(e,t,r));let o=f(e),l=o.exports;I[e]=o;let i=new u(o,l);try{n(i,o,l)}catch(e){throw o.error=e,e}return o.namespaceObject&&o.exports!==o.namespaceObject&&b(o.exports,o.namespaceObject),o}function W(t){let r,n=function(e){if("string"==typeof e)return e;if(e)return{src:e.getAttribute("src")};if("u">typeof TURBOPACK_NEXT_CHUNK_URLS)return{src:TURBOPACK_NEXT_CHUNK_URLS.pop()};throw Error("chunk path empty but not in a worker")}(t[0]);return 2===t.length?r=t[1]:(r=void 0,!function(e,t){let r=1;for(;r<e.length;){let n,o=r+1;for(;o<e.length&&"function"!=typeof e[o];)o++;if(o===e.length)throw Error("malformed chunk format, expected a factory function");let u=e[o];for(let u=r;u<o;u++){let r=e[u],o=t.get(r);if(o){n=o;break}}let l=n??u,i=!1;for(let n=r;n<o;n++){let r=e[n];t.has(r)||(i||(l===u&&Object.defineProperty(u,"name",{value:"module evaluation"}),i=!0),t.set(r,l))}r=o+1}}(t,x)),e.registerChunk(n,r)}function B(e,t,r=!1){let n;try{n=t()}catch(t){throw Error(`Failed to load external module ${e}: ${t}`)}return!r||n.__esModule?n:b(n,y(n),!0)}l.y=async function(e){let t;try{t=await import(e)}catch(t){throw Error(`Failed to load external module ${e}: ${t}`)}return t&&t.__esModule&&t.default&&"default"in t.default?b(t.default,y(t),!0):t},B.resolve=(e,t)=>require.resolve(e,t),l.x=B,e={registerChunk(e,t){let r=function(e){if("string"==typeof e)return e;let t=decodeURIComponent(e.src.replace(/[?#].*$/,""));return t.startsWith("")?t.slice(0):t}(e);F.add(r),function(e){let t=D.get(e);if(null!=t){for(let r of t)r.requiredChunks.delete(e),0===r.requiredChunks.size&&X(r.runtimeModuleIds,r.chunkPath);D.delete(e)}}(r),null!=t&&(0===t.otherChunks.length?X(t.runtimeModuleIds,r):function(e,t,r){let n=new Set,o={runtimeModuleIds:r,chunkPath:e,requiredChunks:n};for(let e of t){let t=O(e);if(F.has(t))continue;n.add(t);let r=D.get(t);null==r&&(r=new Set,D.set(t,r)),r.add(o)}0===o.requiredChunks.size&&X(o.runtimeModuleIds,o.chunkPath)}(r,t.otherChunks.filter(e=>{var t;return t=O(e),N.test(t)}),t.runtimeModuleIds))},loadChunkCached(e,t){throw Error("chunk loading is not supported")},async loadWebAssembly(e,t,r,n,o){let u=await z(r,n);return await WebAssembly.instantiate(u,o)},loadWebAssemblyModule:async(e,t,r,n)=>z(r,n)};let F=new Set,D=new Map;function X(e,t){for(let r of e)!function(e,t){let r=I[t];if(r){if(r.error)throw r.error;return}L(t,n.Runtime,e)}(t,r)}async function z(e,t){let r;try{r=t()}catch(e){}if(!r)throw Error(`dynamically loading WebAssembly is not supported in this runtime as global was not injected for chunk '${e}'`);return r}let H=globalThis.TURBOPACK;globalThis.TURBOPACK={push:W},H.forEach(W)})();
|
|
2
|
+
|
|
3
|
+
//# sourceMappingURL=0z~i_next_dist_esm_build_templates_edge-wrapper_07qltvv.js.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["chunks/0z~i_next_dist_esm_build_templates_edge-wrapper_0pdy9p0.js",13730,(e,t,l)=>{self._ENTRIES||={};let h=Promise.resolve().then(()=>e.i(94826));h.catch(()=>{}),self._ENTRIES.middleware_middleware=new Proxy(h,{get(e,t){if("then"===t)return(t,l)=>e.then(t,l);let l=(...l)=>e.then(e=>(0,e[t])(...l));return l.then=(l,h)=>e.then(e=>e[t]).then(l,h),l}})}]);
|
|
2
|
+
|
|
3
|
+
//# sourceMappingURL=0z~i_next_dist_esm_build_templates_edge-wrapper_0pdy9p0.js.map
|