@k-4u/resource-mapper-core 0.0.1
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/.aws-icons-last-updated +1 -0
- package/.svelte-kit/ambient.d.ts +263 -0
- package/.svelte-kit/generated/client/app.js +31 -0
- package/.svelte-kit/generated/client/matchers.js +1 -0
- package/.svelte-kit/generated/client/nodes/0.js +1 -0
- package/.svelte-kit/generated/client/nodes/1.js +1 -0
- package/.svelte-kit/generated/client/nodes/2.js +3 -0
- package/.svelte-kit/generated/client/nodes/3.js +3 -0
- package/.svelte-kit/generated/client-optimized/app.js +31 -0
- package/.svelte-kit/generated/client-optimized/matchers.js +1 -0
- package/.svelte-kit/generated/client-optimized/nodes/0.js +1 -0
- package/.svelte-kit/generated/client-optimized/nodes/1.js +1 -0
- package/.svelte-kit/generated/client-optimized/nodes/2.js +3 -0
- package/.svelte-kit/generated/client-optimized/nodes/3.js +3 -0
- package/.svelte-kit/generated/root.js +3 -0
- package/.svelte-kit/generated/root.svelte +68 -0
- package/.svelte-kit/generated/server/internal.js +53 -0
- package/.svelte-kit/non-ambient.d.ts +43 -0
- package/.svelte-kit/output/client/.vite/manifest.json +175 -0
- package/.svelte-kit/output/client/_app/immutable/assets/0.Czt_67iE.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/assets/TeamContactCard.Dxj5nUCr.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/assets/helpers.ysDrpaDf.css +1 -0
- package/.svelte-kit/output/client/_app/immutable/assets/libavoid.DQJapW5w.wasm +0 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/BlLuv0eP.js +46 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/CSBHmwYv.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/CTCi5ueQ.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/CfOzjaik.js +2 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/D4PdvFNs.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/DXgP-QUS.js +2 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/DlbDC5An.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/chunks/wRWe7aK9.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/entry/app.ConrMuHl.js +2 -0
- package/.svelte-kit/output/client/_app/immutable/entry/start.Bm6FyGme.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/0.d3cL-ETU.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/1.D6z9rPGv.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/2.CLD-8chl.js +1 -0
- package/.svelte-kit/output/client/_app/immutable/nodes/3.DXYeBoel.js +1 -0
- package/.svelte-kit/output/client/_app/version.json +1 -0
- package/.svelte-kit/output/client/libavoid.wasm +0 -0
- package/.svelte-kit/output/client/static/robots.txt +3 -0
- package/.svelte-kit/output/prerendered/dependencies/_app/env.js +1 -0
- package/.svelte-kit/output/server/.vite/manifest.json +224 -0
- package/.svelte-kit/output/server/_app/immutable/assets/LoadingOverlay.DBbe6V8W.css +1 -0
- package/.svelte-kit/output/server/_app/immutable/assets/_layout.Czt_67iE.css +1 -0
- package/.svelte-kit/output/server/_app/immutable/assets/_page.D9P41uDZ.css +1 -0
- package/.svelte-kit/output/server/chunks/ErrorDisplay.js +59 -0
- package/.svelte-kit/output/server/chunks/LoadingOverlay.js +12 -0
- package/.svelte-kit/output/server/chunks/LoadingOverlay.svelte_svelte_type_style_lang.js +1671 -0
- package/.svelte-kit/output/server/chunks/connections.js +33 -0
- package/.svelte-kit/output/server/chunks/diagram.js +7 -0
- package/.svelte-kit/output/server/chunks/environment.js +34 -0
- package/.svelte-kit/output/server/chunks/equality.js +57 -0
- package/.svelte-kit/output/server/chunks/exports.js +174 -0
- package/.svelte-kit/output/server/chunks/false.js +4 -0
- package/.svelte-kit/output/server/chunks/index.js +59 -0
- package/.svelte-kit/output/server/chunks/index2.js +2939 -0
- package/.svelte-kit/output/server/chunks/index3.js +20 -0
- package/.svelte-kit/output/server/chunks/internal.js +1017 -0
- package/.svelte-kit/output/server/chunks/shared.js +770 -0
- package/.svelte-kit/output/server/chunks/utils.js +43 -0
- package/.svelte-kit/output/server/entries/pages/_error.svelte.js +64 -0
- package/.svelte-kit/output/server/entries/pages/_layout.svelte.js +65 -0
- package/.svelte-kit/output/server/entries/pages/_page.svelte.js +3991 -0
- package/.svelte-kit/output/server/entries/pages/_page.ts.js +30 -0
- package/.svelte-kit/output/server/entries/pages/group/_groupId_/_page.svelte.js +67 -0
- package/.svelte-kit/output/server/entries/pages/group/_groupId_/_page.ts.js +47 -0
- package/.svelte-kit/output/server/index.js +3747 -0
- package/.svelte-kit/output/server/internal.js +13 -0
- package/.svelte-kit/output/server/manifest-full.js +47 -0
- package/.svelte-kit/output/server/manifest.js +47 -0
- package/.svelte-kit/output/server/nodes/0.js +8 -0
- package/.svelte-kit/output/server/nodes/1.js +8 -0
- package/.svelte-kit/output/server/nodes/2.js +10 -0
- package/.svelte-kit/output/server/nodes/3.js +10 -0
- package/.svelte-kit/output/server/remote-entry.js +557 -0
- package/.svelte-kit/tsconfig.json +61 -0
- package/.svelte-kit/types/route_meta_data.json +8 -0
- package/.svelte-kit/types/src/routes/$types.d.ts +26 -0
- package/.svelte-kit/types/src/routes/group/[groupId]/$types.d.ts +21 -0
- package/.svelte-kit/types/src/routes/group/[groupId]/proxy+page.ts +49 -0
- package/.svelte-kit/types/src/routes/proxy+page.ts +33 -0
- package/build/_app/env.js +1 -0
- package/build/_app/env.js.br +1 -0
- package/build/_app/env.js.gz +0 -0
- package/build/_app/immutable/assets/0.Czt_67iE.css +1 -0
- package/build/_app/immutable/assets/0.Czt_67iE.css.br +0 -0
- package/build/_app/immutable/assets/0.Czt_67iE.css.gz +0 -0
- package/build/_app/immutable/assets/TeamContactCard.Dxj5nUCr.css +1 -0
- package/build/_app/immutable/assets/TeamContactCard.Dxj5nUCr.css.br +0 -0
- package/build/_app/immutable/assets/TeamContactCard.Dxj5nUCr.css.gz +0 -0
- package/build/_app/immutable/assets/helpers.ysDrpaDf.css +1 -0
- package/build/_app/immutable/assets/helpers.ysDrpaDf.css.br +0 -0
- package/build/_app/immutable/assets/helpers.ysDrpaDf.css.gz +0 -0
- package/build/_app/immutable/assets/libavoid.DQJapW5w.wasm +0 -0
- package/build/_app/immutable/assets/libavoid.DQJapW5w.wasm.br +0 -0
- package/build/_app/immutable/assets/libavoid.DQJapW5w.wasm.gz +0 -0
- package/build/_app/immutable/chunks/BlLuv0eP.js +46 -0
- package/build/_app/immutable/chunks/BlLuv0eP.js.br +0 -0
- package/build/_app/immutable/chunks/BlLuv0eP.js.gz +0 -0
- package/build/_app/immutable/chunks/CSBHmwYv.js +1 -0
- package/build/_app/immutable/chunks/CSBHmwYv.js.br +0 -0
- package/build/_app/immutable/chunks/CSBHmwYv.js.gz +0 -0
- package/build/_app/immutable/chunks/CTCi5ueQ.js +1 -0
- package/build/_app/immutable/chunks/CTCi5ueQ.js.br +0 -0
- package/build/_app/immutable/chunks/CTCi5ueQ.js.gz +0 -0
- package/build/_app/immutable/chunks/CfOzjaik.js +2 -0
- package/build/_app/immutable/chunks/CfOzjaik.js.br +0 -0
- package/build/_app/immutable/chunks/CfOzjaik.js.gz +0 -0
- package/build/_app/immutable/chunks/D4PdvFNs.js +1 -0
- package/build/_app/immutable/chunks/D4PdvFNs.js.br +0 -0
- package/build/_app/immutable/chunks/D4PdvFNs.js.gz +0 -0
- package/build/_app/immutable/chunks/DXgP-QUS.js +2 -0
- package/build/_app/immutable/chunks/DXgP-QUS.js.br +0 -0
- package/build/_app/immutable/chunks/DXgP-QUS.js.gz +0 -0
- package/build/_app/immutable/chunks/DlbDC5An.js +1 -0
- package/build/_app/immutable/chunks/DlbDC5An.js.br +0 -0
- package/build/_app/immutable/chunks/DlbDC5An.js.gz +0 -0
- package/build/_app/immutable/chunks/wRWe7aK9.js +1 -0
- package/build/_app/immutable/chunks/wRWe7aK9.js.br +0 -0
- package/build/_app/immutable/chunks/wRWe7aK9.js.gz +0 -0
- package/build/_app/immutable/entry/app.ConrMuHl.js +2 -0
- package/build/_app/immutable/entry/app.ConrMuHl.js.br +0 -0
- package/build/_app/immutable/entry/app.ConrMuHl.js.gz +0 -0
- package/build/_app/immutable/entry/start.Bm6FyGme.js +1 -0
- package/build/_app/immutable/entry/start.Bm6FyGme.js.br +2 -0
- package/build/_app/immutable/entry/start.Bm6FyGme.js.gz +0 -0
- package/build/_app/immutable/nodes/0.d3cL-ETU.js +1 -0
- package/build/_app/immutable/nodes/0.d3cL-ETU.js.br +0 -0
- package/build/_app/immutable/nodes/0.d3cL-ETU.js.gz +0 -0
- package/build/_app/immutable/nodes/1.D6z9rPGv.js +1 -0
- package/build/_app/immutable/nodes/1.D6z9rPGv.js.br +0 -0
- package/build/_app/immutable/nodes/1.D6z9rPGv.js.gz +0 -0
- package/build/_app/immutable/nodes/2.CLD-8chl.js +1 -0
- package/build/_app/immutable/nodes/2.CLD-8chl.js.br +0 -0
- package/build/_app/immutable/nodes/2.CLD-8chl.js.gz +0 -0
- package/build/_app/immutable/nodes/3.DXYeBoel.js +1 -0
- package/build/_app/immutable/nodes/3.DXYeBoel.js.br +0 -0
- package/build/_app/immutable/nodes/3.DXYeBoel.js.gz +0 -0
- package/build/_app/version.json +1 -0
- package/build/_app/version.json.br +0 -0
- package/build/_app/version.json.gz +0 -0
- package/build/index.html +34 -0
- package/build/index.html.br +0 -0
- package/build/index.html.gz +0 -0
- package/build/libavoid.wasm +0 -0
- package/build/libavoid.wasm.br +0 -0
- package/build/libavoid.wasm.gz +0 -0
- package/build/static/robots.txt +3 -0
- package/coverage/coverage-final.json +6 -0
- package/coverage/coverage-summary.json +7 -0
- package/coverage/junit.xml +57 -0
- package/coverage/lcov-report/base.css +224 -0
- package/coverage/lcov-report/block-navigation.js +87 -0
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +131 -0
- package/coverage/lcov-report/prettify.css +1 -0
- package/coverage/lcov-report/prettify.js +2 -0
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +210 -0
- package/coverage/lcov-report/stores/index.html +116 -0
- package/coverage/lcov-report/stores/routingStore.ts.html +781 -0
- package/coverage/lcov-report/utils/flow/helpers.ts.html +127 -0
- package/coverage/lcov-report/utils/flow/index.html +161 -0
- package/coverage/lcov-report/utils/flow/layout.ts.html +805 -0
- package/coverage/lcov-report/utils/flow/serviceIds.ts.html +97 -0
- package/coverage/lcov-report/utils/flow/servicesGraph.ts.html +859 -0
- package/coverage/lcov.info +646 -0
- package/coverage/test-results.json +1 -0
- package/data/services/api/api-gateway.yaml +18 -0
- package/data/services/api/group-info.yaml +7 -0
- package/data/services/api/lambda-orders.yaml +21 -0
- package/data/services/api/lambda-products.yaml +15 -0
- package/data/services/api/lambda-users.yaml +15 -0
- package/data/services/compute/alb.yaml +15 -0
- package/data/services/compute/ecs-inventory.yaml +16 -0
- package/data/services/compute/ecs-notification.yaml +15 -0
- package/data/services/compute/group-info.yaml +7 -0
- package/data/services/data/dynamodb-notifications.yaml +12 -0
- package/data/services/data/dynamodb-orders.yaml +9 -0
- package/data/services/data/dynamodb-products.yaml +9 -0
- package/data/services/data/dynamodb-users.yaml +9 -0
- package/data/services/data/group-info.yaml +7 -0
- package/data/services/data/rds-postgres.yaml +9 -0
- package/data/services/data/redis.yaml +10 -0
- package/data/services/frontend/cloudfront.yaml +12 -0
- package/data/services/frontend/group-info.yaml +7 -0
- package/data/services/frontend/route53.yaml +15 -0
- package/data/services/frontend/s3-website.yaml +9 -0
- package/data/teams/cloud-shepherds.yaml +15 -0
- package/data/teams/data-wizards.yaml +15 -0
- package/data/teams/interface-architects.yaml +19 -0
- package/e2e/demo.test.ts +54 -0
- package/e2e/header-toolbar.simple.spec.ts +0 -0
- package/e2e/header-toolbar.spec.ts +53 -0
- package/e2e/layout.spec.ts +30 -0
- package/package.json +69 -0
- package/playwright.config.ts +10 -0
- package/plugins/mapper-data-plugin.ts +32 -0
- package/project.json +23 -0
- package/src/app.css +125 -0
- package/src/app.d.ts +31 -0
- package/src/app.html +11 -0
- package/src/lib/assets/favicon.svg +19 -0
- package/src/lib/components/EmptyState.svelte +37 -0
- package/src/lib/components/ErrorDisplay.svelte +82 -0
- package/src/lib/components/FlowCanvas.svelte +223 -0
- package/src/lib/components/GenericSidebarCard.svelte +44 -0
- package/src/lib/components/GroupDetailSidebar.svelte +31 -0
- package/src/lib/components/Header.svelte +57 -0
- package/src/lib/components/Legend.svelte +25 -0
- package/src/lib/components/LoadingOverlay.svelte +42 -0
- package/src/lib/components/LoadingSpinner.svelte +10 -0
- package/src/lib/components/ServiceDetailSidebar.svelte +90 -0
- package/src/lib/components/TeamContactCard.svelte +166 -0
- package/src/lib/components/flow/ExternalNode.svelte +45 -0
- package/src/lib/components/flow/MainGroupNode.svelte +24 -0
- package/src/lib/components/flow/ServiceGroupNode.svelte +17 -0
- package/src/lib/components/flow/ServiceNode.svelte +40 -0
- package/src/lib/components/flow/SnakeEdge.svelte +206 -0
- package/src/lib/components/flow/index.ts +6 -0
- package/src/lib/components/index.ts +12 -0
- package/src/lib/data/connections.ts +26 -0
- package/src/lib/data/groups.ts +11 -0
- package/src/lib/data/services.ts +12 -0
- package/src/lib/data/teams.ts +11 -0
- package/src/lib/index.ts +1 -0
- package/src/lib/state/theme.svelte.ts +21 -0
- package/src/lib/stores/diagram.ts +6 -0
- package/src/lib/stores/routingStore.test.ts +133 -0
- package/src/lib/stores/routingStore.ts +232 -0
- package/src/lib/utils/awsIcons.ts +117 -0
- package/src/lib/utils/flow/groupOverviewGraph.ts +73 -0
- package/src/lib/utils/flow/helpers.ts +14 -0
- package/src/lib/utils/flow/layout.test.ts +271 -0
- package/src/lib/utils/flow/layout.ts +240 -0
- package/src/lib/utils/flow/serviceIds.ts +5 -0
- package/src/lib/utils/flow/servicesGraph.test.ts +119 -0
- package/src/lib/utils/flow/servicesGraph.ts +258 -0
- package/src/routes/+error.svelte +36 -0
- package/src/routes/+layout.svelte +27 -0
- package/src/routes/+page.svelte +81 -0
- package/src/routes/+page.ts +31 -0
- package/src/routes/group/[groupId]/+page.svelte +102 -0
- package/src/routes/group/[groupId]/+page.ts +48 -0
- package/src/routes/layout.css +0 -0
- package/static/static/robots.txt +3 -0
- package/svelte.config.js +28 -0
- package/tailwind.config.js +12 -0
- package/tsconfig.json +22 -0
- package/vite.config.ts +81 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2026-02-25T22:22:43.802Z
|
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
|
|
2
|
+
// this file is generated — do not edit it
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/// <reference types="@sveltejs/kit" />
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Environment variables [loaded by Vite](https://vitejs.dev/guide/env-and-mode.html#env-files) from `.env` files and `process.env`. Like [`$env/dynamic/private`](https://svelte.dev/docs/kit/$env-dynamic-private), this module cannot be imported into client-side code. This module only includes variables that _do not_ begin with [`config.kit.env.publicPrefix`](https://svelte.dev/docs/kit/configuration#env) _and do_ start with [`config.kit.env.privatePrefix`](https://svelte.dev/docs/kit/configuration#env) (if configured).
|
|
9
|
+
*
|
|
10
|
+
* _Unlike_ [`$env/dynamic/private`](https://svelte.dev/docs/kit/$env-dynamic-private), the values exported from this module are statically injected into your bundle at build time, enabling optimisations like dead code elimination.
|
|
11
|
+
*
|
|
12
|
+
* ```ts
|
|
13
|
+
* import { API_KEY } from '$env/static/private';
|
|
14
|
+
* ```
|
|
15
|
+
*
|
|
16
|
+
* Note that all environment variables referenced in your code should be declared (for example in an `.env` file), even if they don't have a value until the app is deployed:
|
|
17
|
+
*
|
|
18
|
+
* ```
|
|
19
|
+
* MY_FEATURE_FLAG=""
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* You can override `.env` values from the command line like so:
|
|
23
|
+
*
|
|
24
|
+
* ```sh
|
|
25
|
+
* MY_FEATURE_FLAG="enabled" npm run dev
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
declare module '$env/static/private' {
|
|
29
|
+
export const ALLUSERSPROFILE: string;
|
|
30
|
+
export const APPDATA: string;
|
|
31
|
+
export const BASE_URL: string;
|
|
32
|
+
export const CAMLIBS: string;
|
|
33
|
+
export const ChocolateyInstall: string;
|
|
34
|
+
export const ChocolateyLastPathUpdate: string;
|
|
35
|
+
export const COLOR: string;
|
|
36
|
+
export const CommonProgramFiles: string;
|
|
37
|
+
export const CommonProgramW6432: string;
|
|
38
|
+
export const COMPUTERNAME: string;
|
|
39
|
+
export const ComSpec: string;
|
|
40
|
+
export const DEV: string;
|
|
41
|
+
export const DriverData: string;
|
|
42
|
+
export const EDITOR: string;
|
|
43
|
+
export const EFC_15136_1592913036: string;
|
|
44
|
+
export const FORCE_COLOR: string;
|
|
45
|
+
export const HOME: string;
|
|
46
|
+
export const HOMEDRIVE: string;
|
|
47
|
+
export const HOMEPATH: string;
|
|
48
|
+
export const INIT_CWD: string;
|
|
49
|
+
export const IOLIBS: string;
|
|
50
|
+
export const LERNA_PACKAGE_NAME: string;
|
|
51
|
+
export const LEVEL_ZERO_V1_SDK_PATH: string;
|
|
52
|
+
export const LOCALAPPDATA: string;
|
|
53
|
+
export const LOGONSERVER: string;
|
|
54
|
+
export const MODE: string;
|
|
55
|
+
export const MOZ_PLUGIN_PATH: string;
|
|
56
|
+
export const NODE: string;
|
|
57
|
+
export const NODE_ENV: string;
|
|
58
|
+
export const npm_command: string;
|
|
59
|
+
export const npm_config_cache: string;
|
|
60
|
+
export const npm_config_engine_strict: string;
|
|
61
|
+
export const npm_config_globalconfig: string;
|
|
62
|
+
export const npm_config_global_prefix: string;
|
|
63
|
+
export const npm_config_init_module: string;
|
|
64
|
+
export const npm_config_local_prefix: string;
|
|
65
|
+
export const npm_config_node_gyp: string;
|
|
66
|
+
export const npm_config_noproxy: string;
|
|
67
|
+
export const npm_config_npm_version: string;
|
|
68
|
+
export const npm_config_prefix: string;
|
|
69
|
+
export const npm_config_userconfig: string;
|
|
70
|
+
export const npm_config_user_agent: string;
|
|
71
|
+
export const npm_execpath: string;
|
|
72
|
+
export const npm_lifecycle_event: string;
|
|
73
|
+
export const npm_lifecycle_script: string;
|
|
74
|
+
export const npm_node_execpath: string;
|
|
75
|
+
export const npm_package_engines_node: string;
|
|
76
|
+
export const npm_package_json: string;
|
|
77
|
+
export const npm_package_name: string;
|
|
78
|
+
export const npm_package_version: string;
|
|
79
|
+
export const NUMBER_OF_PROCESSORS: string;
|
|
80
|
+
export const NX_CLI_SET: string;
|
|
81
|
+
export const NX_LOAD_DOT_ENV_FILES: string;
|
|
82
|
+
export const NX_SKIP_NX_CACHE: string;
|
|
83
|
+
export const NX_TASK_HASH: string;
|
|
84
|
+
export const NX_TASK_TARGET_PROJECT: string;
|
|
85
|
+
export const NX_TASK_TARGET_TARGET: string;
|
|
86
|
+
export const NX_TERMINAL_CAPTURE_STDERR: string;
|
|
87
|
+
export const NX_TUI: string;
|
|
88
|
+
export const NX_VERBOSE_LOGGING: string;
|
|
89
|
+
export const NX_WORKSPACE_ROOT: string;
|
|
90
|
+
export const OneDrive: string;
|
|
91
|
+
export const OS: string;
|
|
92
|
+
export const Path: string;
|
|
93
|
+
export const PATHEXT: string;
|
|
94
|
+
export const PROCESSOR_ARCHITECTURE: string;
|
|
95
|
+
export const PROCESSOR_IDENTIFIER: string;
|
|
96
|
+
export const PROCESSOR_LEVEL: string;
|
|
97
|
+
export const PROCESSOR_REVISION: string;
|
|
98
|
+
export const PROD: string;
|
|
99
|
+
export const ProgramData: string;
|
|
100
|
+
export const ProgramFiles: string;
|
|
101
|
+
export const ProgramW6432: string;
|
|
102
|
+
export const PROMPT: string;
|
|
103
|
+
export const PSExecutionPolicyPreference: string;
|
|
104
|
+
export const PSModulePath: string;
|
|
105
|
+
export const PUBLIC: string;
|
|
106
|
+
export const PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS: string;
|
|
107
|
+
export const SESSIONNAME: string;
|
|
108
|
+
export const SystemDrive: string;
|
|
109
|
+
export const SystemRoot: string;
|
|
110
|
+
export const TEMP: string;
|
|
111
|
+
export const TERMINAL_EMULATOR: string;
|
|
112
|
+
export const TERM_SESSION_ID: string;
|
|
113
|
+
export const TEST: string;
|
|
114
|
+
export const TMP: string;
|
|
115
|
+
export const USERDOMAIN: string;
|
|
116
|
+
export const USERDOMAIN_ROAMINGPROFILE: string;
|
|
117
|
+
export const USERNAME: string;
|
|
118
|
+
export const USERPROFILE: string;
|
|
119
|
+
export const VITEST: string;
|
|
120
|
+
export const windir: string;
|
|
121
|
+
export const ZES_ENABLE_SYSMAN: string;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* Similar to [`$env/static/private`](https://svelte.dev/docs/kit/$env-static-private), except that it only includes environment variables that begin with [`config.kit.env.publicPrefix`](https://svelte.dev/docs/kit/configuration#env) (which defaults to `PUBLIC_`), and can therefore safely be exposed to client-side code.
|
|
126
|
+
*
|
|
127
|
+
* Values are replaced statically at build time.
|
|
128
|
+
*
|
|
129
|
+
* ```ts
|
|
130
|
+
* import { PUBLIC_BASE_URL } from '$env/static/public';
|
|
131
|
+
* ```
|
|
132
|
+
*/
|
|
133
|
+
declare module '$env/static/public' {
|
|
134
|
+
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* This module provides access to runtime environment variables, as defined by the platform you're running on. For example if you're using [`adapter-node`](https://github.com/sveltejs/kit/tree/main/packages/adapter-node) (or running [`vite preview`](https://svelte.dev/docs/kit/cli)), this is equivalent to `process.env`. This module only includes variables that _do not_ begin with [`config.kit.env.publicPrefix`](https://svelte.dev/docs/kit/configuration#env) _and do_ start with [`config.kit.env.privatePrefix`](https://svelte.dev/docs/kit/configuration#env) (if configured).
|
|
139
|
+
*
|
|
140
|
+
* This module cannot be imported into client-side code.
|
|
141
|
+
*
|
|
142
|
+
* ```ts
|
|
143
|
+
* import { env } from '$env/dynamic/private';
|
|
144
|
+
* console.log(env.DEPLOYMENT_SPECIFIC_VARIABLE);
|
|
145
|
+
* ```
|
|
146
|
+
*
|
|
147
|
+
* > [!NOTE] In `dev`, `$env/dynamic` always includes environment variables from `.env`. In `prod`, this behavior will depend on your adapter.
|
|
148
|
+
*/
|
|
149
|
+
declare module '$env/dynamic/private' {
|
|
150
|
+
export const env: {
|
|
151
|
+
ALLUSERSPROFILE: string;
|
|
152
|
+
APPDATA: string;
|
|
153
|
+
BASE_URL: string;
|
|
154
|
+
CAMLIBS: string;
|
|
155
|
+
ChocolateyInstall: string;
|
|
156
|
+
ChocolateyLastPathUpdate: string;
|
|
157
|
+
COLOR: string;
|
|
158
|
+
CommonProgramFiles: string;
|
|
159
|
+
CommonProgramW6432: string;
|
|
160
|
+
COMPUTERNAME: string;
|
|
161
|
+
ComSpec: string;
|
|
162
|
+
DEV: string;
|
|
163
|
+
DriverData: string;
|
|
164
|
+
EDITOR: string;
|
|
165
|
+
EFC_15136_1592913036: string;
|
|
166
|
+
FORCE_COLOR: string;
|
|
167
|
+
HOME: string;
|
|
168
|
+
HOMEDRIVE: string;
|
|
169
|
+
HOMEPATH: string;
|
|
170
|
+
INIT_CWD: string;
|
|
171
|
+
IOLIBS: string;
|
|
172
|
+
LERNA_PACKAGE_NAME: string;
|
|
173
|
+
LEVEL_ZERO_V1_SDK_PATH: string;
|
|
174
|
+
LOCALAPPDATA: string;
|
|
175
|
+
LOGONSERVER: string;
|
|
176
|
+
MODE: string;
|
|
177
|
+
MOZ_PLUGIN_PATH: string;
|
|
178
|
+
NODE: string;
|
|
179
|
+
NODE_ENV: string;
|
|
180
|
+
npm_command: string;
|
|
181
|
+
npm_config_cache: string;
|
|
182
|
+
npm_config_engine_strict: string;
|
|
183
|
+
npm_config_globalconfig: string;
|
|
184
|
+
npm_config_global_prefix: string;
|
|
185
|
+
npm_config_init_module: string;
|
|
186
|
+
npm_config_local_prefix: string;
|
|
187
|
+
npm_config_node_gyp: string;
|
|
188
|
+
npm_config_noproxy: string;
|
|
189
|
+
npm_config_npm_version: string;
|
|
190
|
+
npm_config_prefix: string;
|
|
191
|
+
npm_config_userconfig: string;
|
|
192
|
+
npm_config_user_agent: string;
|
|
193
|
+
npm_execpath: string;
|
|
194
|
+
npm_lifecycle_event: string;
|
|
195
|
+
npm_lifecycle_script: string;
|
|
196
|
+
npm_node_execpath: string;
|
|
197
|
+
npm_package_engines_node: string;
|
|
198
|
+
npm_package_json: string;
|
|
199
|
+
npm_package_name: string;
|
|
200
|
+
npm_package_version: string;
|
|
201
|
+
NUMBER_OF_PROCESSORS: string;
|
|
202
|
+
NX_CLI_SET: string;
|
|
203
|
+
NX_LOAD_DOT_ENV_FILES: string;
|
|
204
|
+
NX_SKIP_NX_CACHE: string;
|
|
205
|
+
NX_TASK_HASH: string;
|
|
206
|
+
NX_TASK_TARGET_PROJECT: string;
|
|
207
|
+
NX_TASK_TARGET_TARGET: string;
|
|
208
|
+
NX_TERMINAL_CAPTURE_STDERR: string;
|
|
209
|
+
NX_TUI: string;
|
|
210
|
+
NX_VERBOSE_LOGGING: string;
|
|
211
|
+
NX_WORKSPACE_ROOT: string;
|
|
212
|
+
OneDrive: string;
|
|
213
|
+
OS: string;
|
|
214
|
+
Path: string;
|
|
215
|
+
PATHEXT: string;
|
|
216
|
+
PROCESSOR_ARCHITECTURE: string;
|
|
217
|
+
PROCESSOR_IDENTIFIER: string;
|
|
218
|
+
PROCESSOR_LEVEL: string;
|
|
219
|
+
PROCESSOR_REVISION: string;
|
|
220
|
+
PROD: string;
|
|
221
|
+
ProgramData: string;
|
|
222
|
+
ProgramFiles: string;
|
|
223
|
+
ProgramW6432: string;
|
|
224
|
+
PROMPT: string;
|
|
225
|
+
PSExecutionPolicyPreference: string;
|
|
226
|
+
PSModulePath: string;
|
|
227
|
+
PUBLIC: string;
|
|
228
|
+
PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS: string;
|
|
229
|
+
SESSIONNAME: string;
|
|
230
|
+
SystemDrive: string;
|
|
231
|
+
SystemRoot: string;
|
|
232
|
+
TEMP: string;
|
|
233
|
+
TERMINAL_EMULATOR: string;
|
|
234
|
+
TERM_SESSION_ID: string;
|
|
235
|
+
TEST: string;
|
|
236
|
+
TMP: string;
|
|
237
|
+
USERDOMAIN: string;
|
|
238
|
+
USERDOMAIN_ROAMINGPROFILE: string;
|
|
239
|
+
USERNAME: string;
|
|
240
|
+
USERPROFILE: string;
|
|
241
|
+
VITEST: string;
|
|
242
|
+
windir: string;
|
|
243
|
+
ZES_ENABLE_SYSMAN: string;
|
|
244
|
+
[key: `PUBLIC_${string}`]: undefined;
|
|
245
|
+
[key: `${string}`]: string | undefined;
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* Similar to [`$env/dynamic/private`](https://svelte.dev/docs/kit/$env-dynamic-private), but only includes variables that begin with [`config.kit.env.publicPrefix`](https://svelte.dev/docs/kit/configuration#env) (which defaults to `PUBLIC_`), and can therefore safely be exposed to client-side code.
|
|
251
|
+
*
|
|
252
|
+
* Note that public dynamic environment variables must all be sent from the server to the client, causing larger network requests — when possible, use `$env/static/public` instead.
|
|
253
|
+
*
|
|
254
|
+
* ```ts
|
|
255
|
+
* import { env } from '$env/dynamic/public';
|
|
256
|
+
* console.log(env.PUBLIC_DEPLOYMENT_SPECIFIC_VARIABLE);
|
|
257
|
+
* ```
|
|
258
|
+
*/
|
|
259
|
+
declare module '$env/dynamic/public' {
|
|
260
|
+
export const env: {
|
|
261
|
+
[key: `PUBLIC_${string}`]: string | undefined;
|
|
262
|
+
}
|
|
263
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export { matchers } from './matchers.js';
|
|
2
|
+
|
|
3
|
+
export const nodes = [
|
|
4
|
+
() => import('./nodes/0'),
|
|
5
|
+
() => import('./nodes/1'),
|
|
6
|
+
() => import('./nodes/2'),
|
|
7
|
+
() => import('./nodes/3')
|
|
8
|
+
];
|
|
9
|
+
|
|
10
|
+
export const server_loads = [];
|
|
11
|
+
|
|
12
|
+
export const dictionary = {
|
|
13
|
+
"/": [2],
|
|
14
|
+
"/group/[groupId]": [3]
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export const hooks = {
|
|
18
|
+
handleError: (({ error }) => { console.error(error) }),
|
|
19
|
+
|
|
20
|
+
reroute: (() => {}),
|
|
21
|
+
transport: {}
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export const decoders = Object.fromEntries(Object.entries(hooks.transport).map(([k, v]) => [k, v.decode]));
|
|
25
|
+
export const encoders = Object.fromEntries(Object.entries(hooks.transport).map(([k, v]) => [k, v.encode]));
|
|
26
|
+
|
|
27
|
+
export const hash = false;
|
|
28
|
+
|
|
29
|
+
export const decode = (type, value) => decoders[type](value);
|
|
30
|
+
|
|
31
|
+
export { default as root } from '../root.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const matchers = {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as component } from "../../../../src/routes/+layout.svelte";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as component } from "../../../../src/routes/+error.svelte";
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export { matchers } from './matchers.js';
|
|
2
|
+
|
|
3
|
+
export const nodes = [
|
|
4
|
+
() => import('./nodes/0'),
|
|
5
|
+
() => import('./nodes/1'),
|
|
6
|
+
() => import('./nodes/2'),
|
|
7
|
+
() => import('./nodes/3')
|
|
8
|
+
];
|
|
9
|
+
|
|
10
|
+
export const server_loads = [];
|
|
11
|
+
|
|
12
|
+
export const dictionary = {
|
|
13
|
+
"/": [2],
|
|
14
|
+
"/group/[groupId]": [3]
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export const hooks = {
|
|
18
|
+
handleError: (({ error }) => { console.error(error) }),
|
|
19
|
+
|
|
20
|
+
reroute: (() => {}),
|
|
21
|
+
transport: {}
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export const decoders = Object.fromEntries(Object.entries(hooks.transport).map(([k, v]) => [k, v.decode]));
|
|
25
|
+
export const encoders = Object.fromEntries(Object.entries(hooks.transport).map(([k, v]) => [k, v.encode]));
|
|
26
|
+
|
|
27
|
+
export const hash = false;
|
|
28
|
+
|
|
29
|
+
export const decode = (type, value) => decoders[type](value);
|
|
30
|
+
|
|
31
|
+
export { default as root } from '../root.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const matchers = {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as component } from "../../../../src/routes/+layout.svelte";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as component } from "../../../../src/routes/+error.svelte";
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
<!-- This file is generated by @sveltejs/kit — do not edit it! -->
|
|
2
|
+
<svelte:options runes={true} />
|
|
3
|
+
<script>
|
|
4
|
+
import { setContext, onMount, tick } from 'svelte';
|
|
5
|
+
import { browser } from '$app/environment';
|
|
6
|
+
|
|
7
|
+
// stores
|
|
8
|
+
let { stores, page, constructors, components = [], form, data_0 = null, data_1 = null } = $props();
|
|
9
|
+
|
|
10
|
+
if (!browser) {
|
|
11
|
+
// svelte-ignore state_referenced_locally
|
|
12
|
+
setContext('__svelte__', stores);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
if (browser) {
|
|
16
|
+
$effect.pre(() => stores.page.set(page));
|
|
17
|
+
} else {
|
|
18
|
+
// svelte-ignore state_referenced_locally
|
|
19
|
+
stores.page.set(page);
|
|
20
|
+
}
|
|
21
|
+
$effect(() => {
|
|
22
|
+
stores;page;constructors;components;form;data_0;data_1;
|
|
23
|
+
stores.page.notify();
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
let mounted = $state(false);
|
|
27
|
+
let navigated = $state(false);
|
|
28
|
+
let title = $state(null);
|
|
29
|
+
|
|
30
|
+
onMount(() => {
|
|
31
|
+
const unsubscribe = stores.page.subscribe(() => {
|
|
32
|
+
if (mounted) {
|
|
33
|
+
navigated = true;
|
|
34
|
+
tick().then(() => {
|
|
35
|
+
title = document.title || 'untitled page';
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
mounted = true;
|
|
41
|
+
return unsubscribe;
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
const Pyramid_1=$derived(constructors[1])
|
|
45
|
+
</script>
|
|
46
|
+
|
|
47
|
+
{#if constructors[1]}
|
|
48
|
+
{@const Pyramid_0 = constructors[0]}
|
|
49
|
+
<!-- svelte-ignore binding_property_non_reactive -->
|
|
50
|
+
<Pyramid_0 bind:this={components[0]} data={data_0} {form} params={page.params}>
|
|
51
|
+
<!-- svelte-ignore binding_property_non_reactive -->
|
|
52
|
+
<Pyramid_1 bind:this={components[1]} data={data_1} {form} params={page.params} />
|
|
53
|
+
</Pyramid_0>
|
|
54
|
+
|
|
55
|
+
{:else}
|
|
56
|
+
{@const Pyramid_0 = constructors[0]}
|
|
57
|
+
<!-- svelte-ignore binding_property_non_reactive -->
|
|
58
|
+
<Pyramid_0 bind:this={components[0]} data={data_0} {form} params={page.params} />
|
|
59
|
+
|
|
60
|
+
{/if}
|
|
61
|
+
|
|
62
|
+
{#if mounted}
|
|
63
|
+
<div id="svelte-announcer" aria-live="assertive" aria-atomic="true" style="position: absolute; left: 0; top: 0; clip: rect(0 0 0 0); clip-path: inset(50%); overflow: hidden; white-space: nowrap; width: 1px; height: 1px">
|
|
64
|
+
{#if navigated}
|
|
65
|
+
{title}
|
|
66
|
+
{/if}
|
|
67
|
+
</div>
|
|
68
|
+
{/if}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
|
|
2
|
+
import root from '../root.js';
|
|
3
|
+
import { set_building, set_prerendering } from '__sveltekit/environment';
|
|
4
|
+
import { set_assets } from '$app/paths/internal/server';
|
|
5
|
+
import { set_manifest, set_read_implementation } from '__sveltekit/server';
|
|
6
|
+
import { set_private_env, set_public_env } from '../../../../../node_modules/@sveltejs/kit/src/runtime/shared-server.js';
|
|
7
|
+
|
|
8
|
+
export const options = {
|
|
9
|
+
app_template_contains_nonce: false,
|
|
10
|
+
async: false,
|
|
11
|
+
csp: {"mode":"auto","directives":{"upgrade-insecure-requests":false,"block-all-mixed-content":false},"reportOnly":{"upgrade-insecure-requests":false,"block-all-mixed-content":false}},
|
|
12
|
+
csrf_check_origin: true,
|
|
13
|
+
csrf_trusted_origins: [],
|
|
14
|
+
embedded: false,
|
|
15
|
+
env_public_prefix: 'PUBLIC_',
|
|
16
|
+
env_private_prefix: '',
|
|
17
|
+
hash_routing: false,
|
|
18
|
+
hooks: null, // added lazily, via `get_hooks`
|
|
19
|
+
preload_strategy: "modulepreload",
|
|
20
|
+
root,
|
|
21
|
+
service_worker: false,
|
|
22
|
+
service_worker_options: undefined,
|
|
23
|
+
templates: {
|
|
24
|
+
app: ({ head, body, assets, nonce, env }) => "<!doctype html>\r\n<html lang=\"en\">\r\n\t<head>\r\n\t\t<meta charset=\"utf-8\" />\r\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\r\n\t\t" + head + "\r\n\t</head>\r\n\t<body data-sveltekit-preload-data=\"hover\" class=\"bg-white dark:bg-gray-900\">\r\n\t\t<div style=\"display: contents\">" + body + "</div>\r\n\t</body>\r\n</html>\r\n",
|
|
25
|
+
error: ({ status, message }) => "<!doctype html>\n<html lang=\"en\">\n\t<head>\n\t\t<meta charset=\"utf-8\" />\n\t\t<title>" + message + "</title>\n\n\t\t<style>\n\t\t\tbody {\n\t\t\t\t--bg: white;\n\t\t\t\t--fg: #222;\n\t\t\t\t--divider: #ccc;\n\t\t\t\tbackground: var(--bg);\n\t\t\t\tcolor: var(--fg);\n\t\t\t\tfont-family:\n\t\t\t\t\tsystem-ui,\n\t\t\t\t\t-apple-system,\n\t\t\t\t\tBlinkMacSystemFont,\n\t\t\t\t\t'Segoe UI',\n\t\t\t\t\tRoboto,\n\t\t\t\t\tOxygen,\n\t\t\t\t\tUbuntu,\n\t\t\t\t\tCantarell,\n\t\t\t\t\t'Open Sans',\n\t\t\t\t\t'Helvetica Neue',\n\t\t\t\t\tsans-serif;\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\tjustify-content: center;\n\t\t\t\theight: 100vh;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\t.error {\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\tmax-width: 32rem;\n\t\t\t\tmargin: 0 1rem;\n\t\t\t}\n\n\t\t\t.status {\n\t\t\t\tfont-weight: 200;\n\t\t\t\tfont-size: 3rem;\n\t\t\t\tline-height: 1;\n\t\t\t\tposition: relative;\n\t\t\t\ttop: -0.05rem;\n\t\t\t}\n\n\t\t\t.message {\n\t\t\t\tborder-left: 1px solid var(--divider);\n\t\t\t\tpadding: 0 0 0 1rem;\n\t\t\t\tmargin: 0 0 0 1rem;\n\t\t\t\tmin-height: 2.5rem;\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t}\n\n\t\t\t.message h1 {\n\t\t\t\tfont-weight: 400;\n\t\t\t\tfont-size: 1em;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\t@media (prefers-color-scheme: dark) {\n\t\t\t\tbody {\n\t\t\t\t\t--bg: #222;\n\t\t\t\t\t--fg: #ddd;\n\t\t\t\t\t--divider: #666;\n\t\t\t\t}\n\t\t\t}\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<div class=\"error\">\n\t\t\t<span class=\"status\">" + status + "</span>\n\t\t\t<div class=\"message\">\n\t\t\t\t<h1>" + message + "</h1>\n\t\t\t</div>\n\t\t</div>\n\t</body>\n</html>\n"
|
|
26
|
+
},
|
|
27
|
+
version_hash: "1h69x6f"
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export async function get_hooks() {
|
|
31
|
+
let handle;
|
|
32
|
+
let handleFetch;
|
|
33
|
+
let handleError;
|
|
34
|
+
let handleValidationError;
|
|
35
|
+
let init;
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
let reroute;
|
|
39
|
+
let transport;
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
return {
|
|
43
|
+
handle,
|
|
44
|
+
handleFetch,
|
|
45
|
+
handleError,
|
|
46
|
+
handleValidationError,
|
|
47
|
+
init,
|
|
48
|
+
reroute,
|
|
49
|
+
transport
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export { set_assets, set_building, set_manifest, set_prerendering, set_private_env, set_public_env, set_read_implementation };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
|
|
2
|
+
// this file is generated — do not edit it
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
declare module "svelte/elements" {
|
|
6
|
+
export interface HTMLAttributes<T> {
|
|
7
|
+
'data-sveltekit-keepfocus'?: true | '' | 'off' | undefined | null;
|
|
8
|
+
'data-sveltekit-noscroll'?: true | '' | 'off' | undefined | null;
|
|
9
|
+
'data-sveltekit-preload-code'?:
|
|
10
|
+
| true
|
|
11
|
+
| ''
|
|
12
|
+
| 'eager'
|
|
13
|
+
| 'viewport'
|
|
14
|
+
| 'hover'
|
|
15
|
+
| 'tap'
|
|
16
|
+
| 'off'
|
|
17
|
+
| undefined
|
|
18
|
+
| null;
|
|
19
|
+
'data-sveltekit-preload-data'?: true | '' | 'hover' | 'tap' | 'off' | undefined | null;
|
|
20
|
+
'data-sveltekit-reload'?: true | '' | 'off' | undefined | null;
|
|
21
|
+
'data-sveltekit-replacestate'?: true | '' | 'off' | undefined | null;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export {};
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
declare module "$app/types" {
|
|
29
|
+
export interface AppTypes {
|
|
30
|
+
RouteId(): "/" | "/group" | "/group/[groupId]";
|
|
31
|
+
RouteParams(): {
|
|
32
|
+
"/group/[groupId]": { groupId: string }
|
|
33
|
+
};
|
|
34
|
+
LayoutParams(): {
|
|
35
|
+
"/": { groupId?: string };
|
|
36
|
+
"/group": { groupId?: string };
|
|
37
|
+
"/group/[groupId]": { groupId: string }
|
|
38
|
+
};
|
|
39
|
+
Pathname(): "/" | "/group" | "/group/" | `/group/${string}` & {} | `/group/${string}/` & {};
|
|
40
|
+
ResolvedPathname(): `${"" | `/${string}`}${ReturnType<AppTypes['Pathname']>}`;
|
|
41
|
+
Asset(): "/icons/.gitignore" | "/icons/aws/Analytics/Athena.svg" | "/icons/aws/Analytics/Clean-Rooms.svg" | "/icons/aws/Analytics/CloudSearch.svg" | "/icons/aws/Analytics/Data-Exchange.svg" | "/icons/aws/Analytics/Data-Pipeline.svg" | "/icons/aws/Analytics/DataZone.svg" | "/icons/aws/Analytics/EMR.svg" | "/icons/aws/Analytics/FinSpace.svg" | "/icons/aws/Analytics/Glue-DataBrew.svg" | "/icons/aws/Analytics/Glue-Elastic-Views.svg" | "/icons/aws/Analytics/Glue.svg" | "/icons/aws/Analytics/Kinesis-Data-Analytics.svg" | "/icons/aws/Analytics/Kinesis-Data-Streams.svg" | "/icons/aws/Analytics/Kinesis-Firehose.svg" | "/icons/aws/Analytics/Kinesis-Video-Streams.svg" | "/icons/aws/Analytics/Kinesis.svg" | "/icons/aws/Analytics/Lake-Formation.svg" | "/icons/aws/Analytics/Managed-Streaming-for-Apache-Kafka.svg" | "/icons/aws/Analytics/OpenSearch-Service.svg" | "/icons/aws/Analytics/QuickSight.svg" | "/icons/aws/Analytics/Redshift.svg" | "/icons/aws/App-Integration/API-Gateway.svg" | "/icons/aws/App-Integration/AppFlow.svg" | "/icons/aws/App-Integration/AppSync.svg" | "/icons/aws/App-Integration/Console-Mobile-Application.svg" | "/icons/aws/App-Integration/EventBridge.svg" | "/icons/aws/App-Integration/Express-Workflows.svg" | "/icons/aws/App-Integration/Managed-Workflows-for-Apache-Airflow.svg" | "/icons/aws/App-Integration/MQ.svg" | "/icons/aws/App-Integration/Simple-Notification-Service.svg" | "/icons/aws/App-Integration/Simple-Queue-Service.svg" | "/icons/aws/App-Integration/Step-Functions.svg" | "/icons/aws/Blockchain/Managed-Blockchain.svg" | "/icons/aws/Blockchain/Quantum-Ledger-Database.svg" | "/icons/aws/Business-Applications/Alexa-For-Business.svg" | "/icons/aws/Business-Applications/Chime-SDK.svg" | "/icons/aws/Business-Applications/Chime-Voice-Connector.svg" | "/icons/aws/Business-Applications/Chime.svg" | "/icons/aws/Business-Applications/Connect.svg" | "/icons/aws/Business-Applications/Honeycode.svg" | "/icons/aws/Business-Applications/Pinpoint-APIs.svg" | "/icons/aws/Business-Applications/Pinpoint.svg" | "/icons/aws/Business-Applications/Simple-Email-Service.svg" | "/icons/aws/Business-Applications/Supply-Chain.svg" | "/icons/aws/Business-Applications/Wickr.svg" | "/icons/aws/Business-Applications/WorkDocs-SDK.svg" | "/icons/aws/Business-Applications/WorkDocs.svg" | "/icons/aws/Business-Applications/WorkMail.svg" | "/icons/aws/Cloud-Financial-Management/Application-Cost-Profiler.svg" | "/icons/aws/Cloud-Financial-Management/Billing-Conductor.svg" | "/icons/aws/Cloud-Financial-Management/Budgets.svg" | "/icons/aws/Cloud-Financial-Management/Cost-and-Usage-Report.svg" | "/icons/aws/Cloud-Financial-Management/Cost-Explorer.svg" | "/icons/aws/Cloud-Financial-Management/Reserved-Instance-Reporting.svg" | "/icons/aws/Cloud-Financial-Management/Savings-Plans.svg" | "/icons/aws/Compute/App-Runner.svg" | "/icons/aws/Compute/Application-Auto-Scaling.svg" | "/icons/aws/Compute/Batch.svg" | "/icons/aws/Compute/Bottlerocket.svg" | "/icons/aws/Compute/Compute-Optimizer.svg" | "/icons/aws/Compute/EC2-Auto-Scaling.svg" | "/icons/aws/Compute/EC2-Image-Builder.svg" | "/icons/aws/Compute/EC2.svg" | "/icons/aws/Compute/Elastic-Beanstalk.svg" | "/icons/aws/Compute/Elastic-Fabric-Adapter.svg" | "/icons/aws/Compute/Fargate.svg" | "/icons/aws/Compute/Genomics-CLI.svg" | "/icons/aws/Compute/Lambda.svg" | "/icons/aws/Compute/Lightsail.svg" | "/icons/aws/Compute/Local-Zones.svg" | "/icons/aws/Compute/NICE-DCV.svg" | "/icons/aws/Compute/NICE-EnginFrame.svg" | "/icons/aws/Compute/Nitro-Enclaves.svg" | "/icons/aws/Compute/Outposts-family.svg" | "/icons/aws/Compute/Outposts-rack.svg" | "/icons/aws/Compute/Outposts-servers.svg" | "/icons/aws/Compute/ParallelCluster.svg" | "/icons/aws/Compute/Serverless-Application-Repository.svg" | "/icons/aws/Compute/SimSpace-Weaver.svg" | "/icons/aws/Compute/Thinkbox-Deadline.svg" | "/icons/aws/Compute/Thinkbox-Frost.svg" | "/icons/aws/Compute/Thinkbox-Krakatoa.svg" | "/icons/aws/Compute/Thinkbox-Sequoia.svg" | "/icons/aws/Compute/Thinkbox-Stoke.svg" | "/icons/aws/Compute/Thinkbox-XMesh.svg" | "/icons/aws/Compute/VMware-Cloud-on-AWS.svg" | "/icons/aws/Compute/Wavelength.svg" | "/icons/aws/Containers/ECS-Anywhere.svg" | "/icons/aws/Containers/EKS-Anywhere.svg" | "/icons/aws/Containers/EKS-Cloud.svg" | "/icons/aws/Containers/EKS-Distro.svg" | "/icons/aws/Containers/Elastic-Container-Registry.svg" | "/icons/aws/Containers/Elastic-Container-Service.svg" | "/icons/aws/Containers/Elastic-Kubernetes-Service.svg" | "/icons/aws/Containers/Fargate.svg" | "/icons/aws/Containers/Red-Hat-OpenShift-Service-on-AWS.svg" | "/icons/aws/Customer-Enablement/Activate.svg" | "/icons/aws/Customer-Enablement/IQ.svg" | "/icons/aws/Customer-Enablement/Managed-Services.svg" | "/icons/aws/Customer-Enablement/Professional-Services.svg" | "/icons/aws/Customer-Enablement/rePost.svg" | "/icons/aws/Customer-Enablement/Support.svg" | "/icons/aws/Customer-Enablement/Training-Certification.svg" | "/icons/aws/Database/Aurora.svg" | "/icons/aws/Database/Database-Migration-Service.svg" | "/icons/aws/Database/DocumentDB.svg" | "/icons/aws/Database/DynamoDB.svg" | "/icons/aws/Database/ElastiCache.svg" | "/icons/aws/Database/Keyspaces.svg" | "/icons/aws/Database/MemoryDB-for-Redis.svg" | "/icons/aws/Database/Neptune.svg" | "/icons/aws/Database/RDS-on-VMware.svg" | "/icons/aws/Database/RDS.svg" | "/icons/aws/Database/Timestream.svg" | "/icons/aws/Developer-Tools/Application-Composer.svg" | "/icons/aws/Developer-Tools/Cloud-Control-API.svg" | "/icons/aws/Developer-Tools/Cloud-Development-Kit.svg" | "/icons/aws/Developer-Tools/Cloud9.svg" | "/icons/aws/Developer-Tools/CloudShell.svg" | "/icons/aws/Developer-Tools/CodeArtifact.svg" | "/icons/aws/Developer-Tools/CodeBuild.svg" | "/icons/aws/Developer-Tools/CodeCatalyst.svg" | "/icons/aws/Developer-Tools/CodeCommit.svg" | "/icons/aws/Developer-Tools/CodeDeploy.svg" | "/icons/aws/Developer-Tools/CodePipeline.svg" | "/icons/aws/Developer-Tools/CodeStar.svg" | "/icons/aws/Developer-Tools/Command-Line-Interface.svg" | "/icons/aws/Developer-Tools/Corretto.svg" | "/icons/aws/Developer-Tools/Tools-and-SDKs.svg" | "/icons/aws/Developer-Tools/X-Ray.svg" | "/icons/aws/End-User-Computing/AppStream.svg" | "/icons/aws/End-User-Computing/WorkLink.svg" | "/icons/aws/End-User-Computing/WorkSpaces-Family.svg" | "/icons/aws/Front-End-Web-Mobile/Amplify.svg" | "/icons/aws/Front-End-Web-Mobile/Device-Farm.svg" | "/icons/aws/Front-End-Web-Mobile/Location-Service.svg" | "/icons/aws/Games/GameKit.svg" | "/icons/aws/Games/GameLift.svg" | "/icons/aws/Games/GameSparks.svg" | "/icons/aws/Games/Lumberyard.svg" | "/icons/aws/Games/Open-3D-Engine.svg" | "/icons/aws/General-Icons/Marketplace_Dark.svg" | "/icons/aws/General-Icons/Marketplace_Light.svg" | "/icons/aws/Internet-of-Things/FreeRTOS.svg" | "/icons/aws/Internet-of-Things/IoT-1-Click.svg" | "/icons/aws/Internet-of-Things/IoT-Analytics.svg" | "/icons/aws/Internet-of-Things/IoT-Button.svg" | "/icons/aws/Internet-of-Things/IoT-Core.svg" | "/icons/aws/Internet-of-Things/IoT-Device-Defender.svg" | "/icons/aws/Internet-of-Things/IoT-Device-Management.svg" | "/icons/aws/Internet-of-Things/IoT-EduKit.svg" | "/icons/aws/Internet-of-Things/IoT-Events.svg" | "/icons/aws/Internet-of-Things/IoT-ExpressLink.svg" | "/icons/aws/Internet-of-Things/IoT-FleetWise.svg" | "/icons/aws/Internet-of-Things/IoT-Greengrass.svg" | "/icons/aws/Internet-of-Things/IoT-RoboRunner.svg" | "/icons/aws/Internet-of-Things/IoT-SiteWise.svg" | "/icons/aws/Internet-of-Things/IoT-Things-Graph.svg" | "/icons/aws/Internet-of-Things/IoT-TwinMaker.svg" | "/icons/aws/Machine-Learning/Apache-MXNet-on-AWS.svg" | "/icons/aws/Machine-Learning/Augmented-AI-A2I.svg" | "/icons/aws/Machine-Learning/CodeGuru.svg" | "/icons/aws/Machine-Learning/CodeWhisperer.svg" | "/icons/aws/Machine-Learning/Comprehend-Medical.svg" | "/icons/aws/Machine-Learning/Comprehend.svg" | "/icons/aws/Machine-Learning/Deep-Learning-AMIs.svg" | "/icons/aws/Machine-Learning/Deep-Learning-Containers.svg" | "/icons/aws/Machine-Learning/DeepComposer.svg" | "/icons/aws/Machine-Learning/DeepLens.svg" | "/icons/aws/Machine-Learning/DeepRacer.svg" | "/icons/aws/Machine-Learning/DevOps-Guru.svg" | "/icons/aws/Machine-Learning/Elastic-Inference.svg" | "/icons/aws/Machine-Learning/Forecast.svg" | "/icons/aws/Machine-Learning/Fraud-Detector.svg" | "/icons/aws/Machine-Learning/HealthLake.svg" | "/icons/aws/Machine-Learning/Kendra.svg" | "/icons/aws/Machine-Learning/Lex.svg" | "/icons/aws/Machine-Learning/Lookout-for-Equipment.svg" | "/icons/aws/Machine-Learning/Lookout-for-Metrics.svg" | "/icons/aws/Machine-Learning/Lookout-for-Vision.svg" | "/icons/aws/Machine-Learning/Monitron.svg" | "/icons/aws/Machine-Learning/Neuron.svg" | "/icons/aws/Machine-Learning/Omics.svg" | "/icons/aws/Machine-Learning/Panorama.svg" | "/icons/aws/Machine-Learning/Personalize.svg" | "/icons/aws/Machine-Learning/Polly.svg" | "/icons/aws/Machine-Learning/Rekognition.svg" | "/icons/aws/Machine-Learning/SageMaker-Ground-Truth.svg" | "/icons/aws/Machine-Learning/SageMaker-Studio-Lab.svg" | "/icons/aws/Machine-Learning/SageMaker.svg" | "/icons/aws/Machine-Learning/TensorFlow-on-AWS.svg" | "/icons/aws/Machine-Learning/Textract.svg" | "/icons/aws/Machine-Learning/TorchServe.svg" | "/icons/aws/Machine-Learning/Transcribe.svg" | "/icons/aws/Machine-Learning/Translate.svg" | "/icons/aws/Management-Governance/AppConfig.svg" | "/icons/aws/Management-Governance/Application-Auto-Scaling.svg" | "/icons/aws/Management-Governance/Auto-Scaling.svg" | "/icons/aws/Management-Governance/Backint-Agent.svg" | "/icons/aws/Management-Governance/Chatbot.svg" | "/icons/aws/Management-Governance/CloudFormation.svg" | "/icons/aws/Management-Governance/CloudTrail.svg" | "/icons/aws/Management-Governance/CloudWatch.svg" | "/icons/aws/Management-Governance/Config.svg" | "/icons/aws/Management-Governance/Control-Tower.svg" | "/icons/aws/Management-Governance/Distro-for-OpenTelemetry.svg" | "/icons/aws/Management-Governance/Fault-Injection-Simulator.svg" | "/icons/aws/Management-Governance/Launch-Wizard.svg" | "/icons/aws/Management-Governance/License-Manager.svg" | "/icons/aws/Management-Governance/Managed-Grafana.svg" | "/icons/aws/Management-Governance/Managed-Service-for-Prometheus.svg" | "/icons/aws/Management-Governance/Management-Console.svg" | "/icons/aws/Management-Governance/OpsWorks.svg" | "/icons/aws/Management-Governance/Organizations.svg" | "/icons/aws/Management-Governance/Personal-Health-Dashboard.svg" | "/icons/aws/Management-Governance/Proton.svg" | "/icons/aws/Management-Governance/Resilience-Hub.svg" | "/icons/aws/Management-Governance/Resource-Explorer.svg" | "/icons/aws/Management-Governance/Service-Catalog.svg" | "/icons/aws/Management-Governance/Service-Management-Connector.svg" | "/icons/aws/Management-Governance/Systems-Manager.svg" | "/icons/aws/Management-Governance/Trusted-Advisor.svg" | "/icons/aws/Management-Governance/Well-Architected-Tool.svg" | "/icons/aws/Media-Services/Elastic-Transcoder.svg" | "/icons/aws/Media-Services/Elemental-Appliances-&-Software.svg" | "/icons/aws/Media-Services/Elemental-Conductor.svg" | "/icons/aws/Media-Services/Elemental-Delta.svg" | "/icons/aws/Media-Services/Elemental-Link.svg" | "/icons/aws/Media-Services/Elemental-Live.svg" | "/icons/aws/Media-Services/Elemental-MediaConnect.svg" | "/icons/aws/Media-Services/Elemental-MediaConvert.svg" | "/icons/aws/Media-Services/Elemental-MediaLive.svg" | "/icons/aws/Media-Services/Elemental-MediaPackage.svg" | "/icons/aws/Media-Services/Elemental-MediaStore.svg" | "/icons/aws/Media-Services/Elemental-MediaTailor.svg" | "/icons/aws/Media-Services/Elemental-Server.svg" | "/icons/aws/Media-Services/Interactive-Video-Service.svg" | "/icons/aws/Media-Services/Kinesis-Video-Streams.svg" | "/icons/aws/Media-Services/Nimble-Studio.svg" | "/icons/aws/Migration-Transfer/Application-Discovery-Service.svg" | "/icons/aws/Migration-Transfer/Application-Migration-Service.svg" | "/icons/aws/Migration-Transfer/DataSync.svg" | "/icons/aws/Migration-Transfer/Mainframe-Modernization.svg" | "/icons/aws/Migration-Transfer/Migration-Evaluator.svg" | "/icons/aws/Migration-Transfer/Migration-Hub.svg" | "/icons/aws/Migration-Transfer/Server-Migration-Service.svg" | "/icons/aws/Migration-Transfer/Transfer-Family.svg" | "/icons/aws/Networking-Content-Delivery/App-Mesh.svg" | "/icons/aws/Networking-Content-Delivery/Client-VPN.svg" | "/icons/aws/Networking-Content-Delivery/Cloud-Directory.svg" | "/icons/aws/Networking-Content-Delivery/Cloud-Map.svg" | "/icons/aws/Networking-Content-Delivery/Cloud-WAN.svg" | "/icons/aws/Networking-Content-Delivery/CloudFront.svg" | "/icons/aws/Networking-Content-Delivery/Direct-Connect.svg" | "/icons/aws/Networking-Content-Delivery/Elastic-Load-Balancing.svg" | "/icons/aws/Networking-Content-Delivery/Global-Accelerator.svg" | "/icons/aws/Networking-Content-Delivery/Private-5G.svg" | "/icons/aws/Networking-Content-Delivery/PrivateLink.svg" | "/icons/aws/Networking-Content-Delivery/Route-53.svg" | "/icons/aws/Networking-Content-Delivery/Site-to-Site-VPN.svg" | "/icons/aws/Networking-Content-Delivery/Transit-Gateway.svg" | "/icons/aws/Networking-Content-Delivery/Verified-Access.svg" | "/icons/aws/Networking-Content-Delivery/Virtual-Private-Cloud.svg" | "/icons/aws/Networking-Content-Delivery/VPC-Lattice.svg" | "/icons/aws/Quantum-Technologies/Braket.svg" | "/icons/aws/Robotics/RoboMaker.svg" | "/icons/aws/Satellite/Ground-Station.svg" | "/icons/aws/Security-Identity-Compliance/Artifact.svg" | "/icons/aws/Security-Identity-Compliance/Audit-Manager.svg" | "/icons/aws/Security-Identity-Compliance/Certificate-Manager.svg" | "/icons/aws/Security-Identity-Compliance/Cloud-Directory.svg" | "/icons/aws/Security-Identity-Compliance/CloudHSM.svg" | "/icons/aws/Security-Identity-Compliance/Cognito.svg" | "/icons/aws/Security-Identity-Compliance/Detective.svg" | "/icons/aws/Security-Identity-Compliance/Directory-Service.svg" | "/icons/aws/Security-Identity-Compliance/Firewall-Manager.svg" | "/icons/aws/Security-Identity-Compliance/GuardDuty.svg" | "/icons/aws/Security-Identity-Compliance/IAM-Identity-Center.svg" | "/icons/aws/Security-Identity-Compliance/Identity-and-Access-Management.svg" | "/icons/aws/Security-Identity-Compliance/Inspector.svg" | "/icons/aws/Security-Identity-Compliance/Key-Management-Service.svg" | "/icons/aws/Security-Identity-Compliance/Macie.svg" | "/icons/aws/Security-Identity-Compliance/Network-Firewall.svg" | "/icons/aws/Security-Identity-Compliance/Private-Certificate-Authority.svg" | "/icons/aws/Security-Identity-Compliance/Resource-Access-Manager.svg" | "/icons/aws/Security-Identity-Compliance/Secrets-Manager.svg" | "/icons/aws/Security-Identity-Compliance/Security-Hub.svg" | "/icons/aws/Security-Identity-Compliance/Security-Lake.svg" | "/icons/aws/Security-Identity-Compliance/Shield.svg" | "/icons/aws/Security-Identity-Compliance/Signer.svg" | "/icons/aws/Security-Identity-Compliance/Verified-Permissions.svg" | "/icons/aws/Security-Identity-Compliance/WAF.svg" | "/icons/aws/Storage/Backup.svg" | "/icons/aws/Storage/EFS.svg" | "/icons/aws/Storage/Elastic-Block-Store.svg" | "/icons/aws/Storage/Elastic-Disaster-Recovery.svg" | "/icons/aws/Storage/File-Cache.svg" | "/icons/aws/Storage/FSx-for-Lustre.svg" | "/icons/aws/Storage/FSx-for-NetApp-ONTAP.svg" | "/icons/aws/Storage/FSx-for-OpenZFS.svg" | "/icons/aws/Storage/FSx-for-WFS.svg" | "/icons/aws/Storage/FSx.svg" | "/icons/aws/Storage/S3-on-Outposts.svg" | "/icons/aws/Storage/Simple-Storage-Service-Glacier.svg" | "/icons/aws/Storage/Simple-Storage-Service.svg" | "/icons/aws/Storage/Snowball-Edge.svg" | "/icons/aws/Storage/Snowball.svg" | "/icons/aws/Storage/Snowcone.svg" | "/icons/aws/Storage/Snowmobile.svg" | "/icons/aws/Storage/Storage-Gateway.svg" | "/icons/aws/VR-AR/Sumerian.svg" | "/static/robots.txt" | string & {};
|
|
42
|
+
}
|
|
43
|
+
}
|