@equinor/echo-cli 5.0.0-beta-r19-0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +415 -415
- package/lib/echo-dev-host/README.md +121 -121
- package/lib/echo-dev-host/babel.config.js +10 -10
- package/lib/echo-dev-host/jest.config.js +21 -21
- package/lib/echo-dev-host/package-lock.json +14618 -14710
- package/lib/echo-dev-host/package.json +13 -7
- package/lib/echo-dev-host/public/env-config.js +17 -17
- package/lib/echo-dev-host/public/index.html +21 -21
- package/lib/echo-dev-host/tsconfig.json +21 -21
- package/lib/echo-dev-host/webpack.config.js +154 -154
- package/package.json +127 -122
- package/lib/config/common/echoModuleId.d.ts +0 -5
- package/lib/config/common/echoModuleId.js +0 -15
- package/lib/config/common/echoModuleId.js.map +0 -1
- package/lib/config/common/updateEnv.d.ts +0 -6
- package/lib/config/common/updateEnv.js +0 -16
- package/lib/config/common/updateEnv.js.map +0 -1
- package/lib/echo-create.d.ts +0 -16
- package/lib/echo-create.js +0 -35
- package/lib/echo-create.js.map +0 -1
- package/lib/echo-dev-host/echo-dev-host-build/d2d97a9feca22f12a8c8c7413d7867ac.jpg +0 -0
- package/lib/echo-dev-host/echo-dev-host-build/env-config.js +0 -1
- package/lib/echo-dev-host/echo-dev-host-build/index.css +0 -60
- package/lib/echo-dev-host/echo-dev-host-build/index.html +0 -21
- package/lib/echo-dev-host/echo-dev-host-build/main.echo.bundle.js +0 -3
- package/lib/echo-dev-host/echo-dev-host-build/main.echo.bundle.js.LICENSE.txt +0 -97
- package/lib/echo-dev-host/echo-dev-host-build/main.echo.bundle.js.map +0 -1
- package/lib/echo-dev-host/echo-dev-host-build/vendors-node_modules_babel_polyfill_lib_index_js-node_modules_react-dom_client_js-node_module-972289.echo.bundle.js +0 -3
- package/lib/echo-dev-host/echo-dev-host-build/vendors-node_modules_babel_polyfill_lib_index_js-node_modules_react-dom_client_js-node_module-972289.echo.bundle.js.LICENSE.txt +0 -2887
- package/lib/echo-dev-host/echo-dev-host-build/vendors-node_modules_babel_polyfill_lib_index_js-node_modules_react-dom_client_js-node_module-972289.echo.bundle.js.map +0 -1
- package/lib/sync-echo-dev-versions.d.ts +0 -6
- package/lib/sync-echo-dev-versions.js +0 -43
- package/lib/sync-echo-dev-versions.js.map +0 -1
- package/lib/tools/buildScripts/buildAndCopyDevHost.test.d.ts +0 -1
- package/lib/tools/buildScripts/buildAndCopyDevHost.test.js +0 -500
- package/lib/tools/buildScripts/buildAndCopyDevHost.test.js.map +0 -1
- package/lib/tools/create/copyFile.d.ts +0 -2
- package/lib/tools/create/copyFile.js +0 -16
- package/lib/tools/create/copyFile.js.map +0 -1
- package/lib/tools/create/createProject.d.ts +0 -2
- package/lib/tools/create/createProject.js +0 -83
- package/lib/tools/create/createProject.js.map +0 -1
- package/lib/tools/create/createSetTargetDirectory.d.ts +0 -1
- package/lib/tools/create/createSetTargetDirectory.js +0 -12
- package/lib/tools/create/createSetTargetDirectory.js.map +0 -1
- package/lib/tools/create/getAppTemplateName.d.ts +0 -1
- package/lib/tools/create/getAppTemplateName.js +0 -22
- package/lib/tools/create/getAppTemplateName.js.map +0 -1
- package/lib/tools/create/gitInit.d.ts +0 -1
- package/lib/tools/create/gitInit.js +0 -19
- package/lib/tools/create/gitInit.js.map +0 -1
- package/lib/tools/create/promptOptions.d.ts +0 -2
- package/lib/tools/create/promptOptions.js +0 -88
- package/lib/tools/create/promptOptions.js.map +0 -1
- package/lib/tools/create/updatePackageConfig.d.ts +0 -2
- package/lib/tools/create/updatePackageConfig.js +0 -28
- package/lib/tools/create/updatePackageConfig.js.map +0 -1
- package/lib/tools/create/updateReadme.d.ts +0 -2
- package/lib/tools/create/updateReadme.js +0 -23
- package/lib/tools/create/updateReadme.js.map +0 -1
- package/lib/tools/releaseWorkflow/bump-version.d.ts +0 -27
- package/lib/tools/releaseWorkflow/bump-version.js +0 -81
- package/lib/tools/releaseWorkflow/bump-version.js.map +0 -1
- package/lib/types/createTypes.d.ts +0 -23
- package/lib/types/createTypes.js +0 -2
- package/lib/types/createTypes.js.map +0 -1
- package/lib/utils/merge.test.d.ts +0 -1
- package/lib/utils/merge.test.js +0 -29
- package/lib/utils/merge.test.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,122 +1,127 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@equinor/echo-cli",
|
|
3
|
-
"version": "5.0.0
|
|
4
|
-
"description": "Command line interface for Echo Apps",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"source": "src/test.js",
|
|
7
|
-
"typings": "dist/index.d.ts",
|
|
8
|
-
"type": "module",
|
|
9
|
-
"repository": {
|
|
10
|
-
"url": "git+https://github.com/equinor/EchoCli.git"
|
|
11
|
-
},
|
|
12
|
-
"scripts": {
|
|
13
|
-
"echo-publish": "npm publish --access public",
|
|
14
|
-
"echo-publish-beta": "npm publish --access public --tag beta",
|
|
15
|
-
"echo-publish-next": "npm publish --access public --tag next",
|
|
16
|
-
"echo-test": "npm ci & jest --watchAll",
|
|
17
|
-
"echo-update": "echo-update",
|
|
18
|
-
"echo-update-version": "echo-update -v",
|
|
19
|
-
"echo-update-next": "echo-update -c",
|
|
20
|
-
"echo-update-all": "echo-update -a",
|
|
21
|
-
"test": "tsc && tsc --project tsconfig.test.json && jest",
|
|
22
|
-
"build": "tsc && node copy-dev-host.cjs",
|
|
23
|
-
"lint": "eslint --color",
|
|
24
|
-
"check-deps": "node check-dev-host-deps.cjs",
|
|
25
|
-
"build:release-tools": "tsc --project src/tools/releaseWorkflow/tsconfig.json",
|
|
26
|
-
"align-deps": "node lib/tools/releaseWorkflow/align-echo-dev-host-deps.js",
|
|
27
|
-
"verify-libs": "node lib/tools/releaseWorkflow/verify-echo-libs-published.js",
|
|
28
|
-
"bump-version": "node lib/tools/releaseWorkflow/bump-echo-cli-version.js",
|
|
29
|
-
"cli-publish": "npm run build",
|
|
30
|
-
"postcli-publish": "npm run echo-publish"
|
|
31
|
-
},
|
|
32
|
-
"keywords": [],
|
|
33
|
-
"author": "Echo Core",
|
|
34
|
-
"license": "MIT",
|
|
35
|
-
"module": "node",
|
|
36
|
-
"bin": {
|
|
37
|
-
"echo-build": "./lib/echo-build.js",
|
|
38
|
-
"echo-manifest": "./lib/echo-manifest.js",
|
|
39
|
-
"build-echo-dev-host": "./lib/echo-build-dev-host.js",
|
|
40
|
-
"update-echo-libs": "./lib/update-echo-libs.js",
|
|
41
|
-
"sync-dev-host-to-app": "./lib/sync-dev-host-to-app.js"
|
|
42
|
-
},
|
|
43
|
-
"files": [
|
|
44
|
-
"lib"
|
|
45
|
-
],
|
|
46
|
-
"dependencies": {
|
|
47
|
-
"@babel/core": "7.29.0",
|
|
48
|
-
"@babel/preset-env": "7.29.2",
|
|
49
|
-
"@babel/preset-react": "7.28.5",
|
|
50
|
-
"@babel/preset-typescript": "7.28.5",
|
|
51
|
-
"@equinor/echo-scripts": "0.1.5",
|
|
52
|
-
"@oclif/core": "4.10.5",
|
|
53
|
-
"@svgr/webpack": "8.1.0",
|
|
54
|
-
"assert": "2.1.0",
|
|
55
|
-
"autoprefixer": "10.4.27",
|
|
56
|
-
"babel-loader": "10.1.1",
|
|
57
|
-
"babel-polyfill": "6.26.0",
|
|
58
|
-
"chalk": "5.6.2",
|
|
59
|
-
"css-loader": "7.1.4",
|
|
60
|
-
"dotenv-webpack": "9.0.0",
|
|
61
|
-
"express": "5.2.1",
|
|
62
|
-
"figlet": "1.11.0",
|
|
63
|
-
"file-loader": "6.2.0",
|
|
64
|
-
"fs-extra": "11.3.4",
|
|
65
|
-
"html-webpack-plugin": "5.6.6",
|
|
66
|
-
"listr2": "10.2.1",
|
|
67
|
-
"ncp": "2.0.0",
|
|
68
|
-
"ora": "9.3.0",
|
|
69
|
-
"package-directory": "8.2.0",
|
|
70
|
-
"pem": "1.14.8",
|
|
71
|
-
"postcss": "8.5.9",
|
|
72
|
-
"react": "19.2.4",
|
|
73
|
-
"replace-in-file-webpack-plugin": "1.0.6",
|
|
74
|
-
"strip-ansi": "7.2.0",
|
|
75
|
-
"style-loader": "4.0.0",
|
|
76
|
-
"terser-webpack-plugin": "5.4.0",
|
|
77
|
-
"ts-loader": "9.5.7",
|
|
78
|
-
"typescript": "5.9.3",
|
|
79
|
-
"url-loader": "4.1.1",
|
|
80
|
-
"webpack": "5.106.0",
|
|
81
|
-
"webpack-bundle-analyzer": "5.3.0",
|
|
82
|
-
"webpack-dev-middleware": "7.4.2",
|
|
83
|
-
"webpack-dev-server": "5.2.3",
|
|
84
|
-
"webpack-hot-middleware": "2.26.1",
|
|
85
|
-
"webpack-merge": "6.0.1",
|
|
86
|
-
"webpackbar": "7.0.0"
|
|
87
|
-
},
|
|
88
|
-
"devDependencies": {
|
|
89
|
-
"@microsoft/microsoft-graph-types": "2.43.1",
|
|
90
|
-
"@types/express": "5.0.6",
|
|
91
|
-
"@types/jest": "30.0.0",
|
|
92
|
-
"@types/listr": "0.14.10",
|
|
93
|
-
"@types/node": "25.0.9",
|
|
94
|
-
"@types/pem": "1.14.4",
|
|
95
|
-
"@types/react": "19.2.14",
|
|
96
|
-
"@types/webpack-bundle-analyzer": "4.7.0",
|
|
97
|
-
"@types/webpack-dev-middleware": "5.3.0",
|
|
98
|
-
"@types/webpack-dev-server": "4.7.2",
|
|
99
|
-
"@types/webpack-hot-middleware": "2.25.12",
|
|
100
|
-
"@typescript-eslint/eslint-plugin": "8.58.1",
|
|
101
|
-
"@typescript-eslint/parser": "8.58.1",
|
|
102
|
-
"babel-jest": "30.3.0",
|
|
103
|
-
"eslint": "10.2.0",
|
|
104
|
-
"eslint-config-prettier": "10.1.8",
|
|
105
|
-
"eslint-plugin-prettier": "5.5.5",
|
|
106
|
-
"jest": "30.3.0",
|
|
107
|
-
"prettier": "3.8.1"
|
|
108
|
-
},
|
|
109
|
-
"overrides": {
|
|
110
|
-
"minimatch@3": "3.1.4",
|
|
111
|
-
"minimatch@5": "5.1.8",
|
|
112
|
-
"lodash@4": "4.18.1",
|
|
113
|
-
"picomatch@2": "2.3.2",
|
|
114
|
-
"picomatch@4": "4.0.4",
|
|
115
|
-
"path-to-regexp@0": "0.1.13",
|
|
116
|
-
"path-to-regexp@8": "8.4.0",
|
|
117
|
-
"brace-expansion@1": "1.1.13",
|
|
118
|
-
"brace-expansion@2": "2.0.3",
|
|
119
|
-
"qs@6": "6.14.2",
|
|
120
|
-
"flatted@3": "3.4.2"
|
|
121
|
-
|
|
122
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@equinor/echo-cli",
|
|
3
|
+
"version": "5.0.0",
|
|
4
|
+
"description": "Command line interface for Echo Apps",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"source": "src/test.js",
|
|
7
|
+
"typings": "dist/index.d.ts",
|
|
8
|
+
"type": "module",
|
|
9
|
+
"repository": {
|
|
10
|
+
"url": "git+https://github.com/equinor/EchoCli.git"
|
|
11
|
+
},
|
|
12
|
+
"scripts": {
|
|
13
|
+
"echo-publish": "npm publish --access public",
|
|
14
|
+
"echo-publish-beta": "npm publish --access public --tag beta",
|
|
15
|
+
"echo-publish-next": "npm publish --access public --tag next",
|
|
16
|
+
"echo-test": "npm ci & jest --watchAll",
|
|
17
|
+
"echo-update": "echo-update",
|
|
18
|
+
"echo-update-version": "echo-update -v",
|
|
19
|
+
"echo-update-next": "echo-update -c",
|
|
20
|
+
"echo-update-all": "echo-update -a",
|
|
21
|
+
"test": "tsc && tsc --project tsconfig.test.json && jest",
|
|
22
|
+
"build": "tsc && node copy-dev-host.cjs",
|
|
23
|
+
"lint": "eslint --color",
|
|
24
|
+
"check-deps": "node check-dev-host-deps.cjs",
|
|
25
|
+
"build:release-tools": "tsc --project src/tools/releaseWorkflow/tsconfig.json",
|
|
26
|
+
"align-deps": "node lib/tools/releaseWorkflow/align-echo-dev-host-deps.js",
|
|
27
|
+
"verify-libs": "node lib/tools/releaseWorkflow/verify-echo-libs-published.js",
|
|
28
|
+
"bump-version": "node lib/tools/releaseWorkflow/bump-echo-cli-version.js",
|
|
29
|
+
"cli-publish": "npm run build",
|
|
30
|
+
"postcli-publish": "npm run echo-publish"
|
|
31
|
+
},
|
|
32
|
+
"keywords": [],
|
|
33
|
+
"author": "Echo Core",
|
|
34
|
+
"license": "MIT",
|
|
35
|
+
"module": "node",
|
|
36
|
+
"bin": {
|
|
37
|
+
"echo-build": "./lib/echo-build.js",
|
|
38
|
+
"echo-manifest": "./lib/echo-manifest.js",
|
|
39
|
+
"build-echo-dev-host": "./lib/echo-build-dev-host.js",
|
|
40
|
+
"update-echo-libs": "./lib/update-echo-libs.js",
|
|
41
|
+
"sync-dev-host-to-app": "./lib/sync-dev-host-to-app.js"
|
|
42
|
+
},
|
|
43
|
+
"files": [
|
|
44
|
+
"lib"
|
|
45
|
+
],
|
|
46
|
+
"dependencies": {
|
|
47
|
+
"@babel/core": "7.29.0",
|
|
48
|
+
"@babel/preset-env": "7.29.2",
|
|
49
|
+
"@babel/preset-react": "7.28.5",
|
|
50
|
+
"@babel/preset-typescript": "7.28.5",
|
|
51
|
+
"@equinor/echo-scripts": "0.1.5",
|
|
52
|
+
"@oclif/core": "4.10.5",
|
|
53
|
+
"@svgr/webpack": "8.1.0",
|
|
54
|
+
"assert": "2.1.0",
|
|
55
|
+
"autoprefixer": "10.4.27",
|
|
56
|
+
"babel-loader": "10.1.1",
|
|
57
|
+
"babel-polyfill": "6.26.0",
|
|
58
|
+
"chalk": "5.6.2",
|
|
59
|
+
"css-loader": "7.1.4",
|
|
60
|
+
"dotenv-webpack": "9.0.0",
|
|
61
|
+
"express": "5.2.1",
|
|
62
|
+
"figlet": "1.11.0",
|
|
63
|
+
"file-loader": "6.2.0",
|
|
64
|
+
"fs-extra": "11.3.4",
|
|
65
|
+
"html-webpack-plugin": "5.6.6",
|
|
66
|
+
"listr2": "10.2.1",
|
|
67
|
+
"ncp": "2.0.0",
|
|
68
|
+
"ora": "9.3.0",
|
|
69
|
+
"package-directory": "8.2.0",
|
|
70
|
+
"pem": "1.14.8",
|
|
71
|
+
"postcss": "8.5.9",
|
|
72
|
+
"react": "19.2.4",
|
|
73
|
+
"replace-in-file-webpack-plugin": "1.0.6",
|
|
74
|
+
"strip-ansi": "7.2.0",
|
|
75
|
+
"style-loader": "4.0.0",
|
|
76
|
+
"terser-webpack-plugin": "5.4.0",
|
|
77
|
+
"ts-loader": "9.5.7",
|
|
78
|
+
"typescript": "5.9.3",
|
|
79
|
+
"url-loader": "4.1.1",
|
|
80
|
+
"webpack": "5.106.0",
|
|
81
|
+
"webpack-bundle-analyzer": "5.3.0",
|
|
82
|
+
"webpack-dev-middleware": "7.4.2",
|
|
83
|
+
"webpack-dev-server": "5.2.3",
|
|
84
|
+
"webpack-hot-middleware": "2.26.1",
|
|
85
|
+
"webpack-merge": "6.0.1",
|
|
86
|
+
"webpackbar": "7.0.0"
|
|
87
|
+
},
|
|
88
|
+
"devDependencies": {
|
|
89
|
+
"@microsoft/microsoft-graph-types": "2.43.1",
|
|
90
|
+
"@types/express": "5.0.6",
|
|
91
|
+
"@types/jest": "30.0.0",
|
|
92
|
+
"@types/listr": "0.14.10",
|
|
93
|
+
"@types/node": "25.0.9",
|
|
94
|
+
"@types/pem": "1.14.4",
|
|
95
|
+
"@types/react": "19.2.14",
|
|
96
|
+
"@types/webpack-bundle-analyzer": "4.7.0",
|
|
97
|
+
"@types/webpack-dev-middleware": "5.3.0",
|
|
98
|
+
"@types/webpack-dev-server": "4.7.2",
|
|
99
|
+
"@types/webpack-hot-middleware": "2.25.12",
|
|
100
|
+
"@typescript-eslint/eslint-plugin": "8.58.1",
|
|
101
|
+
"@typescript-eslint/parser": "8.58.1",
|
|
102
|
+
"babel-jest": "30.3.0",
|
|
103
|
+
"eslint": "10.2.0",
|
|
104
|
+
"eslint-config-prettier": "10.1.8",
|
|
105
|
+
"eslint-plugin-prettier": "5.5.5",
|
|
106
|
+
"jest": "30.3.0",
|
|
107
|
+
"prettier": "3.8.1"
|
|
108
|
+
},
|
|
109
|
+
"overrides": {
|
|
110
|
+
"minimatch@3": "3.1.4",
|
|
111
|
+
"minimatch@5": "5.1.8",
|
|
112
|
+
"lodash@4": "4.18.1",
|
|
113
|
+
"picomatch@2": "2.3.2",
|
|
114
|
+
"picomatch@4": "4.0.4",
|
|
115
|
+
"path-to-regexp@0": "0.1.13",
|
|
116
|
+
"path-to-regexp@8": "8.4.0",
|
|
117
|
+
"brace-expansion@1": "1.1.13",
|
|
118
|
+
"brace-expansion@2": "2.0.3",
|
|
119
|
+
"qs@6": "6.14.2",
|
|
120
|
+
"flatted@3": "3.4.2",
|
|
121
|
+
"svgo@3": "3.3.3",
|
|
122
|
+
"follow-redirects@1": "1.16.0",
|
|
123
|
+
"ajv@8": "8.18.0",
|
|
124
|
+
"ajv@6": "6.14.0",
|
|
125
|
+
"js-yaml@4": "4.1.1"
|
|
126
|
+
}
|
|
127
|
+
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as fs from 'fs';
|
|
2
|
-
import { ECHO_MODULE_ID_PATH } from '../../const/common.js';
|
|
3
|
-
export async function createEchoModuleId(options) {
|
|
4
|
-
const filePath = `${options.targetDirectory}${ECHO_MODULE_ID_PATH}`;
|
|
5
|
-
try {
|
|
6
|
-
const newModuleConfig = {
|
|
7
|
-
moduleId: '<<------Insert moduleId here ------>>'
|
|
8
|
-
};
|
|
9
|
-
fs.writeFileSync(filePath, JSON.stringify(newModuleConfig, null, 4));
|
|
10
|
-
}
|
|
11
|
-
catch (error) {
|
|
12
|
-
console.error(error);
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=echoModuleId.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"echoModuleId.js","sourceRoot":"","sources":["../../../src/config/common/echoModuleId.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,IAAI,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAO5D,MAAM,CAAC,KAAK,UAAU,kBAAkB,CAAC,OAAoB;IACzD,MAAM,QAAQ,GAAG,GAAG,OAAO,CAAC,eAAe,GAAG,mBAAmB,EAAE,CAAC;IAEpE,IAAI,CAAC;QACD,MAAM,eAAe,GAAiB;YAClC,QAAQ,EAAE,uCAAuC;SACpD,CAAC;QAEF,EAAE,CAAC,aAAa,CAAC,QAAQ,EAAE,IAAI,CAAC,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC;IACzE,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACb,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;IACzB,CAAC;AACL,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as fs from 'fs';
|
|
2
|
-
import { ECHO_MODULE_ID_PATH } from '../../const/common.js';
|
|
3
|
-
export async function createEchoModuleId(options) {
|
|
4
|
-
const filePath = `${options.targetDirectory}${ECHO_MODULE_ID_PATH}`;
|
|
5
|
-
try {
|
|
6
|
-
const newModuleConfig = {
|
|
7
|
-
moduleId: '<<------Insert moduleId here ------>>'
|
|
8
|
-
};
|
|
9
|
-
fs.writeFileSync(filePath, JSON.stringify(newModuleConfig, null, 4));
|
|
10
|
-
}
|
|
11
|
-
catch (error) {
|
|
12
|
-
console.error(error);
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
export async function updateEnvFile() { }
|
|
16
|
-
//# sourceMappingURL=updateEnv.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"updateEnv.js","sourceRoot":"","sources":["../../../src/config/common/updateEnv.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,IAAI,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAO5D,MAAM,CAAC,KAAK,UAAU,kBAAkB,CAAC,OAAoB;IACzD,MAAM,QAAQ,GAAG,GAAG,OAAO,CAAC,eAAe,GAAG,mBAAmB,EAAE,CAAC;IAEpE,IAAI,CAAC;QACD,MAAM,eAAe,GAAiB;YAClC,QAAQ,EAAE,uCAAuC;SACpD,CAAC;QAEF,EAAE,CAAC,aAAa,CAAC,QAAQ,EAAE,IAAI,CAAC,SAAS,CAAC,eAAe,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC;IACzE,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACb,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;IACzB,CAAC;AACL,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,aAAa,KAAI,CAAC"}
|
package/lib/echo-create.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
import { Command } from '@oclif/core';
|
|
3
|
-
export default class CreateApp extends Command {
|
|
4
|
-
static description: string;
|
|
5
|
-
static flags: {
|
|
6
|
-
description: import("@oclif/core/lib/interfaces/parser.js").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
|
|
7
|
-
git: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag<boolean>;
|
|
8
|
-
help: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag<void>;
|
|
9
|
-
install: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag<boolean>;
|
|
10
|
-
key: import("@oclif/core/lib/interfaces/parser.js").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
|
|
11
|
-
name: import("@oclif/core/lib/interfaces/parser.js").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
|
|
12
|
-
shortName: import("@oclif/core/lib/interfaces/parser.js").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
|
|
13
|
-
templateName: import("@oclif/core/lib/interfaces/parser.js").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
|
|
14
|
-
};
|
|
15
|
-
run(): Promise<void>;
|
|
16
|
-
}
|
package/lib/echo-create.js
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
import { Command, Flags } from '@oclif/core';
|
|
3
|
-
import { createProject } from './tools/create/createProject.js';
|
|
4
|
-
import { promptForMissingOptions } from './tools/create/promptOptions.js';
|
|
5
|
-
import { echoCliLogo } from './utils/logo.js';
|
|
6
|
-
export default class CreateApp extends Command {
|
|
7
|
-
static description = 'Creates a new Echo app';
|
|
8
|
-
static flags = {
|
|
9
|
-
description: Flags.string({ char: 'd', description: 'App description' }),
|
|
10
|
-
git: Flags.boolean({ char: 'g', description: 'Initialize git repository' }),
|
|
11
|
-
help: Flags.help({ char: 'h' }),
|
|
12
|
-
install: Flags.boolean({
|
|
13
|
-
char: 'i',
|
|
14
|
-
description: 'Install dev dependencies'
|
|
15
|
-
}),
|
|
16
|
-
key: Flags.string({ char: 'k', description: 'Key for app/tile' }),
|
|
17
|
-
name: Flags.string({
|
|
18
|
-
char: 'n',
|
|
19
|
-
description: 'Name for app/tile(use quotes for spaces)'
|
|
20
|
-
}),
|
|
21
|
-
shortName: Flags.string({ char: 'N', description: 'App short name' }),
|
|
22
|
-
templateName: Flags.string({
|
|
23
|
-
char: 't',
|
|
24
|
-
description: 'App template to use'
|
|
25
|
-
})
|
|
26
|
-
};
|
|
27
|
-
async run() {
|
|
28
|
-
const parsed = await this.parse(CreateApp);
|
|
29
|
-
echoCliLogo();
|
|
30
|
-
const options = await promptForMissingOptions(parsed.flags);
|
|
31
|
-
await createProject(options);
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
CreateApp.run();
|
|
35
|
-
//# sourceMappingURL=echo-create.js.map
|
package/lib/echo-create.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"echo-create.js","sourceRoot":"","sources":["../src/echo-create.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC1E,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAE9C,MAAM,CAAC,OAAO,OAAO,SAAU,SAAQ,OAAO;IACnC,MAAM,CAAC,WAAW,GAAG,wBAAwB,CAAC;IAE9C,MAAM,CAAC,KAAK,GAAG;QAClB,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,WAAW,EAAE,iBAAiB,EAAE,CAAC;QACxE,GAAG,EAAE,KAAK,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,WAAW,EAAE,2BAA2B,EAAE,CAAC;QAC3E,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC;QAC/B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;YACnB,IAAI,EAAE,GAAG;YACT,WAAW,EAAE,0BAA0B;SAC1C,CAAC;QACF,GAAG,EAAE,KAAK,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,WAAW,EAAE,kBAAkB,EAAE,CAAC;QACjE,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC;YACf,IAAI,EAAE,GAAG;YACT,WAAW,EAAE,0CAA0C;SAC1D,CAAC;QACF,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,WAAW,EAAE,gBAAgB,EAAE,CAAC;QACrE,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC;YACvB,IAAI,EAAE,GAAG;YACT,WAAW,EAAE,qBAAqB;SACrC,CAAC;KACL,CAAC;IAEK,KAAK,CAAC,GAAG;QACZ,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;QAC3C,WAAW,EAAE,CAAC;QACd,MAAM,OAAO,GAAG,MAAM,uBAAuB,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QAC5D,MAAM,aAAa,CAAC,OAAO,CAAC,CAAC;IACjC,CAAC;;AAGL,SAAS,CAAC,GAAG,EAAE,CAAC"}
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
window._env_={HTTPS:"true",GENERATE_SOURCEMAP:"true",INLINE_RUNTIME_CHUNK:"false",WEBSITE_HOSTNAME:"localhost:3000;",REACT_APP_DEFAULT_CACHE_LOCATION:"localstorage",REACT_APP_API_URL:"https://dt-echopedia-api-dev.azurewebsites.net",REACT_APP_WEB_URL:"https://dt-echopedia-web-dev.azurewebsites.net",REACT_APP_WEB_PROD_URL:"https://echo.equinor.com",REACT_APP_AZURE_AD_TENNANT:"StatoilSRM.onmicrosoft.com",REACT_APP_AZURE_AD_TENNANT_ID:"3aa4a235-b6e2-48d5-9195-7fcf05b459b0",REACT_APP_AZURE_AD_CLIENT_ID:"751d2504-0b66-4b78-9807-4b60525a14c6",REACT_APP_API_CLIENT_ID:"aef35d97-53d4-4fd0-adaf-c5a514b38436",REACT_APP_APPINSIGHTS_CONNECTION_STRING:"InstrumentationKey=e5299075-a00d-4012-96f9-42861e8d8a9e;IngestionEndpoint=https://northeurope-3.in.applicationinsights.azure.com/;LiveEndpoint=https://northeurope.livediagnostics.monitor.azure.com/;ApplicationId=a9b64222-d4a9-42e6-a615-7428fe1a26af",REACT_APP_AZURE_BUILD_NUMBER:"0.8.dev.9",REACT_APP_LOGGER_ACTIVE:"false"};
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
body {
|
|
2
|
-
overflow: hidden;
|
|
3
|
-
margin: 0;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.highlightedText {
|
|
7
|
-
background: yellow;
|
|
8
|
-
color: black;
|
|
9
|
-
padding: 0;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
#rootloading {
|
|
13
|
-
display: flex;
|
|
14
|
-
flex-direction: column;
|
|
15
|
-
color: #ff1243;
|
|
16
|
-
justify-content: center;
|
|
17
|
-
align-items: center;
|
|
18
|
-
text-align: center;
|
|
19
|
-
position: absolute;
|
|
20
|
-
width: 100%;
|
|
21
|
-
height: 100%;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.loaderContainer {
|
|
25
|
-
margin: 8px auto;
|
|
26
|
-
display: flex;
|
|
27
|
-
flex-direction: column;
|
|
28
|
-
padding-top: 0;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.productLogo {
|
|
32
|
-
flex: 1;
|
|
33
|
-
margin-bottom: 4rem;
|
|
34
|
-
text-align: left;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.productLogoImg {
|
|
38
|
-
display: inline-block;
|
|
39
|
-
vertical-align: baseline;
|
|
40
|
-
width: 122px;
|
|
41
|
-
animation: fadeIn 0.5s;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.equinorLogo {
|
|
45
|
-
margin: 0 auto;
|
|
46
|
-
display: inline-block;
|
|
47
|
-
vertical-align: baseline;
|
|
48
|
-
width: 64px;
|
|
49
|
-
height: 64px;
|
|
50
|
-
animation: fadeIn 0.5s;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
@keyframes fadeIn {
|
|
54
|
-
0% {
|
|
55
|
-
opacity: 0;
|
|
56
|
-
}
|
|
57
|
-
100% {
|
|
58
|
-
opacity: 1;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8" />
|
|
5
|
-
<script type="application/javascript" src="./env-config.js"></script>
|
|
6
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
7
|
-
<meta
|
|
8
|
-
name="viewport"
|
|
9
|
-
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover"
|
|
10
|
-
/>
|
|
11
|
-
<link href="./index.css" rel="stylesheet" />
|
|
12
|
-
<link rel="stylesheet" href="https://cdn.eds.equinor.com/font/equinor-font.css" />
|
|
13
|
-
<link rel="preconnect" href="https://login.microsoftonline.com" />
|
|
14
|
-
<link rel="preconnect" href="https://dc.services.visualstudio.com" />
|
|
15
|
-
<link rel="preconnect" href="https://cdn.eds.equinor.com" />
|
|
16
|
-
<title>Echo | Development</title>
|
|
17
|
-
<script defer src="/vendors-node_modules_babel_polyfill_lib_index_js-node_modules_react-dom_client_js-node_module-972289.echo.bundle.js"></script><script defer src="/main.echo.bundle.js"></script></head>
|
|
18
|
-
<body data-color-scheme="light">
|
|
19
|
-
<div id="root"></div>
|
|
20
|
-
</body>
|
|
21
|
-
</html>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! For license information please see main.echo.bundle.js.LICENSE.txt */
|
|
2
|
-
(()=>{var e,n,t,o={"./node_modules/css-loader/dist/cjs.js!./src/app.css"(e,n,t){"use strict";t.r(n),t.d(n,{default:()=>l});var o=t("./node_modules/css-loader/dist/runtime/sourceMaps.js"),r=t.n(o),s=t("./node_modules/css-loader/dist/runtime/api.js"),i=t.n(s)()(r());i.push([e.id,"/* Applied in echo application by bootstrap so it should exist here to */\n*,\n:after,\n:before {\n box-sizing: border-box;\n}\n\n#root {\n height: 100%;\n overflow: hidden;\n width: 100%;\n}\n","",{version:3,sources:["webpack://./src/app.css"],names:[],mappings:"AAAA,wEAAwE;AACxE;;;IAGI,sBAAsB;AAC1B;;AAEA;IACI,YAAY;IACZ,gBAAgB;IAChB,WAAW;AACf",sourcesContent:["/* Applied in echo application by bootstrap so it should exist here to */\n*,\n:after,\n:before {\n box-sizing: border-box;\n}\n\n#root {\n height: 100%;\n overflow: hidden;\n width: 100%;\n}\n"],sourceRoot:""}]);const l=i},"./node_modules/css-loader/dist/cjs.js!./src/style-reset.css"(e,n,t){"use strict";t.r(n),t.d(n,{default:()=>l});var o=t("./node_modules/css-loader/dist/runtime/sourceMaps.js"),r=t.n(o),s=t("./node_modules/css-loader/dist/runtime/api.js"),i=t.n(s)()(r());i.push([e.id,"/* Mimicking style reset found in echopediaWeb */\nmenu,\nul,\nli {\n padding-inline: 0;\n list-style: none;\n margin-block: 0;\n}\n","",{version:3,sources:["webpack://./src/style-reset.css"],names:[],mappings:"AAAA,gDAAgD;AAChD;;;IAGI,iBAAiB;IACjB,gBAAgB;IAChB,eAAe;AACnB",sourcesContent:["/* Mimicking style reset found in echopediaWeb */\nmenu,\nul,\nli {\n padding-inline: 0;\n list-style: none;\n margin-block: 0;\n}\n"],sourceRoot:""}]);const l=i},"./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./src/components/Home/home.module.css"(e,n,t){"use strict";t.r(n),t.d(n,{default:()=>l});var o=t("./node_modules/css-loader/dist/runtime/sourceMaps.js"),r=t.n(o),s=t("./node_modules/css-loader/dist/runtime/api.js"),i=t.n(s)()(r());i.push([e.id,".echo-Home__home-pPNVd {\n display: grid;\n grid-template-rows: 30% 100px auto 56px;\n gap: 1rem;\n height: 100%;\n width: 100%;\n}\n\n.echo-Home__plantSelector-AlrNf {\n display: flex;\n justify-content: center;\n align-items: baseline;\n align-self: center;\n flex-flow: wrap;\n}\n\n.echo-Home__heading-vnGkQ {\n padding-left: 18px;\n}\n\n.echo-Home__brandSliderContainer-qt0N4 {\n display: flex;\n flex: 1 1;\n flex-flow: column-reverse;\n margin: 0;\n width: 100%;\n overflow: hidden;\n object-fit: cover;\n}\n\n.echo-Home__appBar-XBn9u {\n margin: 0 auto 48px;\n display: flex;\n flex-wrap: wrap;\n justify-content: center;\n align-items: flex-start;\n}\n\n","",{version:3,sources:["webpack://./src/components/Home/home.module.css"],names:[],mappings:"AAAA;IACI,aAAa;IACb,uCAAuC;IACvC,SAAS;IACT,YAAY;IACZ,WAAW;AACf;;AAEA;IACI,aAAa;IACb,uBAAuB;IACvB,qBAAqB;IACrB,kBAAkB;IAClB,eAAe;AACnB;;AAEA;IACI,kBAAkB;AACtB;;AAEA;IACI,aAAa;IACb,SAAS;IACT,yBAAyB;IACzB,SAAS;IACT,WAAW;IACX,gBAAgB;IAChB,iBAAiB;AACrB;;AAEA;IACI,mBAAmB;IACnB,aAAa;IACb,eAAe;IACf,uBAAuB;IACvB,uBAAuB;AAC3B",sourcesContent:[".home {\n display: grid;\n grid-template-rows: 30% 100px auto 56px;\n gap: 1rem;\n height: 100%;\n width: 100%;\n}\n\n.plantSelector {\n display: flex;\n justify-content: center;\n align-items: baseline;\n align-self: center;\n flex-flow: wrap;\n}\n\n.heading {\n padding-left: 18px;\n}\n\n.brandSliderContainer {\n display: flex;\n flex: 1 1;\n flex-flow: column-reverse;\n margin: 0;\n width: 100%;\n overflow: hidden;\n object-fit: cover;\n}\n\n.appBar {\n margin: 0 auto 48px;\n display: flex;\n flex-wrap: wrap;\n justify-content: center;\n align-items: flex-start;\n}\n\n"],sourceRoot:""}]),i.locals={home:"echo-Home__home-pPNVd",plantSelector:"echo-Home__plantSelector-AlrNf",heading:"echo-Home__heading-vnGkQ",brandSliderContainer:"echo-Home__brandSliderContainer-qt0N4",appBar:"echo-Home__appBar-XBn9u"};const l=i},"./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./src/components/dummySearchPanel/dummySearchPanel.module.css"(e,n,t){"use strict";t.r(n),t.d(n,{default:()=>l});var o=t("./node_modules/css-loader/dist/runtime/sourceMaps.js"),r=t.n(o),s=t("./node_modules/css-loader/dist/runtime/api.js"),i=t.n(s)()(r());i.push([e.id,".echo-dummySearchPanel__panel-tKXOK {\n padding: var(--small);\n}\n\n.echo-dummySearchPanel__wrapper-CEsYp {\n display: flex;\n flex-direction: column;\n margin: 10px;\n}\n\n.echo-dummySearchPanel__close-rcjVi {\n align-self: end;\n}\n","",{version:3,sources:["webpack://./src/components/dummySearchPanel/dummySearchPanel.module.css"],names:[],mappings:"AAAA;IACI,qBAAqB;AACzB;;AAEA;IACI,aAAa;IACb,sBAAsB;IACtB,YAAY;AAChB;;AAEA;IACI,eAAe;AACnB",sourcesContent:[".panel {\n padding: var(--small);\n}\n\n.wrapper {\n display: flex;\n flex-direction: column;\n margin: 10px;\n}\n\n.close {\n align-self: end;\n}\n"],sourceRoot:""}]),i.locals={panel:"echo-dummySearchPanel__panel-tKXOK",wrapper:"echo-dummySearchPanel__wrapper-CEsYp",close:"echo-dummySearchPanel__close-rcjVi"};const l=i},"./src/images/frontpage-brand-placeholder.jpg"(e,n,t){"use strict";t.r(n),t.d(n,{default:()=>o});const o=t.p+"d2d97a9feca22f12a8c8c7413d7867ac.jpg"},"./node_modules/react-datepicker/dist sync recursive"(e){function n(e){var n=new Error("Cannot find module '"+e+"'");throw n.code="MODULE_NOT_FOUND",n}n.keys=()=>[],n.resolve=n,n.id="./node_modules/react-datepicker/dist sync recursive",e.exports=n},"./src/app.css"(e,n,t){"use strict";t.r(n),t.d(n,{default:()=>y});var o=t("./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"),r=t.n(o),s=t("./node_modules/style-loader/dist/runtime/styleDomAPI.js"),i=t.n(s),l=t("./node_modules/style-loader/dist/runtime/insertBySelector.js"),a=t.n(l),d=t("./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js"),u=t.n(d),c=t("./node_modules/style-loader/dist/runtime/insertStyleElement.js"),m=t.n(c),p=t("./node_modules/style-loader/dist/runtime/styleTagTransform.js"),h=t.n(p),f=t("./node_modules/css-loader/dist/cjs.js!./src/app.css"),A={};A.styleTagTransform=h(),A.setAttributes=u(),A.insert=a().bind(null,"head"),A.domAPI=i(),A.insertStyleElement=m(),r()(f.default,A);const y=f.default&&f.default.locals?f.default.locals:void 0},"./src/style-reset.css"(e,n,t){"use strict";t.r(n),t.d(n,{default:()=>y});var o=t("./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"),r=t.n(o),s=t("./node_modules/style-loader/dist/runtime/styleDomAPI.js"),i=t.n(s),l=t("./node_modules/style-loader/dist/runtime/insertBySelector.js"),a=t.n(l),d=t("./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js"),u=t.n(d),c=t("./node_modules/style-loader/dist/runtime/insertStyleElement.js"),m=t.n(c),p=t("./node_modules/style-loader/dist/runtime/styleTagTransform.js"),h=t.n(p),f=t("./node_modules/css-loader/dist/cjs.js!./src/style-reset.css"),A={};A.styleTagTransform=h(),A.setAttributes=u(),A.insert=a().bind(null,"head"),A.domAPI=i(),A.insertStyleElement=m(),r()(f.default,A);const y=f.default&&f.default.locals?f.default.locals:void 0},"./src/components/Home/home.module.css"(e,n,t){"use strict";t.r(n),t.d(n,{default:()=>y});var o=t("./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"),r=t.n(o),s=t("./node_modules/style-loader/dist/runtime/styleDomAPI.js"),i=t.n(s),l=t("./node_modules/style-loader/dist/runtime/insertBySelector.js"),a=t.n(l),d=t("./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js"),u=t.n(d),c=t("./node_modules/style-loader/dist/runtime/insertStyleElement.js"),m=t.n(c),p=t("./node_modules/style-loader/dist/runtime/styleTagTransform.js"),h=t.n(p),f=t("./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./src/components/Home/home.module.css"),A={};A.styleTagTransform=h(),A.setAttributes=u(),A.insert=a().bind(null,"head"),A.domAPI=i(),A.insertStyleElement=m(),r()(f.default,A);const y=f.default&&f.default.locals?f.default.locals:void 0},"./src/components/dummySearchPanel/dummySearchPanel.module.css"(e,n,t){"use strict";t.r(n),t.d(n,{default:()=>y});var o=t("./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"),r=t.n(o),s=t("./node_modules/style-loader/dist/runtime/styleDomAPI.js"),i=t.n(s),l=t("./node_modules/style-loader/dist/runtime/insertBySelector.js"),a=t.n(l),d=t("./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js"),u=t.n(d),c=t("./node_modules/style-loader/dist/runtime/insertStyleElement.js"),m=t.n(c),p=t("./node_modules/style-loader/dist/runtime/styleTagTransform.js"),h=t.n(p),f=t("./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./src/components/dummySearchPanel/dummySearchPanel.module.css"),A={};A.styleTagTransform=h(),A.setAttributes=u(),A.insert=a().bind(null,"head"),A.domAPI=i(),A.insertStyleElement=m(),r()(f.default,A);const y=f.default&&f.default.locals?f.default.locals:void 0},"./src/api/api-plants.ts"(e,n,t){"use strict";var o=this&&this.__awaiter||function(e,n,t,o){return new(t||(t=Promise))((function(r,s){function i(e){try{a(o.next(e))}catch(e){s(e)}}function l(e){try{a(o.throw(e))}catch(e){s(e)}}function a(e){var n;e.done?r(e.value):(n=e.value,n instanceof t?n:new t((function(e){e(n)}))).then(i,l)}a((o=o.apply(e,n||[])).next())}))},r=this&&this.__generator||function(e,n){var t,o,r,s={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]},i=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return i.next=l(0),i.throw=l(1),i.return=l(2),"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function l(l){return function(a){return function(l){if(t)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(s=0)),s;)try{if(t=1,o&&(r=2&l[0]?o.return:l[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,l[1])).done)return r;switch(o=0,r&&(l=[2&l[0],r.value]),l[0]){case 0:case 1:r=l;break;case 4:return s.label++,{value:l[1],done:!1};case 5:s.label++,o=l[1],l=[0];continue;case 7:l=s.ops.pop(),s.trys.pop();continue;default:if(!((r=(r=s.trys).length>0&&r[r.length-1])||6!==l[0]&&2!==l[0])){s=0;continue}if(3===l[0]&&(!r||l[1]>r[0]&&l[1]<r[3])){s.label=l[1];break}if(6===l[0]&&s.label<r[1]){s.label=r[1],r=l;break}if(r&&s.label<r[2]){s.label=r[2],s.ops.push(l);break}r[2]&&s.ops.pop(),s.trys.pop();continue}l=n.call(e,s)}catch(e){l=[6,e],o=0}finally{t=r=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,a])}}};Object.defineProperty(n,"__esModule",{value:!0}),n.getCorePlants=function(){return o(this,void 0,void 0,(function(){var e,n,t;return r(this,(function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),[4,i()];case 1:return(e=null!==(t=o.sent())&&void 0!==t?t:[])&&e.length>0&&(0,s.setPlantsData)({plants:e}),[3,3];case 2:return n=o.sent(),console.error(n),[3,3];case 3:return[2]}}))}))};var s=t("./node_modules/@equinor/echo-core/index.cjs.js");function i(){return o(this,void 0,void 0,(function(){var e;return r(this,(function(n){return e="".concat(s.EchoEnv.env().REACT_APP_API_URL,"/plants"),[2,(0,s.request)({url:e,cache:{timeInSeconds:14400}})]}))}))}},"./src/app.tsx"(e,n,t){"use strict";var o=this&&this.__awaiter||function(e,n,t,o){return new(t||(t=Promise))((function(r,s){function i(e){try{a(o.next(e))}catch(e){s(e)}}function l(e){try{a(o.throw(e))}catch(e){s(e)}}function a(e){var n;e.done?r(e.value):(n=e.value,n instanceof t?n:new t((function(e){e(n)}))).then(i,l)}a((o=o.apply(e,n||[])).next())}))},r=this&&this.__generator||function(e,n){var t,o,r,s={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]},i=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return i.next=l(0),i.throw=l(1),i.return=l(2),"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function l(l){return function(a){return function(l){if(t)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(s=0)),s;)try{if(t=1,o&&(r=2&l[0]?o.return:l[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,l[1])).done)return r;switch(o=0,r&&(l=[2&l[0],r.value]),l[0]){case 0:case 1:r=l;break;case 4:return s.label++,{value:l[1],done:!1};case 5:s.label++,o=l[1],l=[0];continue;case 7:l=s.ops.pop(),s.trys.pop();continue;default:if(!((r=(r=s.trys).length>0&&r[r.length-1])||6!==l[0]&&2!==l[0])){s=0;continue}if(3===l[0]&&(!r||l[1]>r[0]&&l[1]<r[3])){s.label=l[1];break}if(6===l[0]&&s.label<r[1]){s.label=r[1],r=l;break}if(r&&s.label<r[2]){s.label=r[2],s.ops.push(l);break}r[2]&&s.ops.pop(),s.trys.pop();continue}l=n.call(e,s)}catch(e){l=[6,e],o=0}finally{t=r=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,a])}}};Object.defineProperty(n,"__esModule",{value:!0}),n.EchoApp=void 0;var s=t("./node_modules/react/jsx-runtime.js"),i=t("./node_modules/@equinor/echo-core/index.cjs.js"),l=t("./node_modules/@equinor/echo-framework/index.cjs.js"),a=t("./node_modules/@equinor/echo-search/index.cjs.js"),d=t("./src/api/api-plants.ts");t("./src/app.css");var u=t("./src/components/Home/Home.tsx"),c=t("./src/components/legend.tsx");n.EchoApp=function(){return(0,i.useInitial)((function(){return o(void 0,void 0,void 0,(function(){return r(this,(function(e){switch(e.label){case 0:return[4,a.Syncer.configuration.setApiBaseUrl(i.EchoEnv.env().REACT_APP_API_URL)];case 1:return e.sent(),n=d.getCorePlants,t={userFriendlyErrorMessage:"[echo-dev-host][app.tsx] Failed to load plants data",displayToast:!0},n().catch((function(e){console.error(e,t.userFriendlyErrorMessage),t.displayToast&&(0,l.displayToast)({message:t.userFriendlyErrorMessage})})),[2]}var n,t}))}))})),(0,s.jsx)(l.EchoEventHandler,{children:(0,s.jsxs)(l.EchoContent,{Legend:c.Legend,isOnboardingCompleted:!0,children:[(0,s.jsx)(l.EchoRoutes,{homeComponent:u.Home}),(0,s.jsx)(l.Toasters,{})]})})}},"./src/components/Home/Home.tsx"(e,n,t){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(n,"__esModule",{value:!0}),n.Home=void 0;var r=t("./node_modules/react/jsx-runtime.js"),s=t("./node_modules/@equinor/echo-framework/index.cjs.js"),i=o(t("./src/images/frontpage-brand-placeholder.jpg")),l=o(t("./src/components/Home/home.module.css"));n.Home=function(){return(0,r.jsxs)("main",{className:l.default.home,children:[(0,r.jsxs)("div",{className:l.default.plantSelector,children:[(0,r.jsx)("div",{children:(0,r.jsx)(s.EchoLogo,{})}),(0,r.jsx)(s.PlantSelector,{})]}),(0,r.jsx)(s.AppLinks,{}),(0,r.jsx)("div",{className:l.default.brandSliderContainer,children:(0,r.jsx)("img",{src:i.default,alt:"Application Echo on tablet"})})]})}},"./src/components/dummySearchPanel/DummySearchPanel.tsx"(e,n,t){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(n,"__esModule",{value:!0}),n.dummySearchPanel=void 0;var r=t("./node_modules/react/jsx-runtime.js"),s=t("./node_modules/@equinor/echo-core/index.cjs.js"),i=o(t("./src/components/dummySearchPanel/dummySearchPanel.module.css"));n.dummySearchPanel={component:function(){return(0,r.jsx)("div",{className:i.default.wrapper,children:(0,r.jsxs)("div",{className:i.default.panel,children:[(0,r.jsx)("h3",{children:"SearchMenu"}),(0,r.jsxs)("p",{children:["You're running your echo app in ",(0,r.jsx)("b",{children:"echo-dev-host"}),", a host application for echo apps / modules."]}),(0,r.jsxs)("p",{children:[(0,r.jsx)("b",{children:"echo-dev-host"})," is a bare-bones version of the original app, echopediaWeb. The purpose of it is to help echo teams to develop their app independently from echopediaWeb itself."]})]})})},panelType:s.PanelType.left,key:s.ECHO_CORE_SEARCH,icon:"search",label:"Search"}},"./src/components/legend.tsx"(e,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.Legend=void 0,n.Legend=function(){return null}},"./src/index.tsx"(e,n,t){"use strict";var o,r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var n,t=1,o=arguments.length;t<o;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},r.apply(this,arguments)},s=this&&this.__createBinding||(Object.create?function(e,n,t,o){void 0===o&&(o=t);var r=Object.getOwnPropertyDescriptor(n,t);r&&!("get"in r?!n.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return n[t]}}),Object.defineProperty(e,o,r)}:function(e,n,t,o){void 0===o&&(o=t),e[o]=n[t]}),i=this&&this.__setModuleDefault||(Object.create?function(e,n){Object.defineProperty(e,"default",{enumerable:!0,value:n})}:function(e,n){e.default=n}),l=this&&this.__importStar||(o=function(e){return o=Object.getOwnPropertyNames||function(e){var n=[];for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[n.length]=t);return n},o(e)},function(e){if(e&&e.__esModule)return e;var n={};if(null!=e)for(var t=o(e),r=0;r<t.length;r++)"default"!==t[r]&&s(n,e,t[r]);return i(n,e),n});Object.defineProperty(n,"__esModule",{value:!0});var a=t("./node_modules/react/jsx-runtime.js"),d=l(t("./node_modules/@equinor/echo-core/index.cjs.js")),u=t("./node_modules/@equinor/echo-framework/index.cjs.js"),c=t("./node_modules/@equinor/eds-core-react/dist/esm/index.js"),m=l(t("./node_modules/@equinor/eds-icons/dist/esm/index.js")),p=t("./src/utils/setupSkipAuth.ts");t("./src/style-reset.css");var h=t("./node_modules/@tanstack/react-query/build/modern/index.cjs"),f=t("./node_modules/react-dom/client.js"),A=t("./node_modules/react-router-dom/dist/index.js"),y=t("./src/app.tsx"),_=t("./src/components/dummySearchPanel/DummySearchPanel.tsx");if(window===window.parent||window.opener){var j=document.getElementById("root");(0,f.createRoot)(j).render((0,a.jsx)((function(){(0,p.initForE2ETests)();var e=d.default.useEchoSetup({leftPanels:[_.dummySearchPanel],rightPanel:u.mainMenu});c.Icon.add(r({},m));var n={createApi:(0,d.createEchoAppModuleApi)(),dependencies:{react:t("./node_modules/react/index.js"),"react-dom":t("./node_modules/react-dom/index.js"),"react-router-dom":t("./node_modules/react-router-dom/dist/index.js"),"@equinor/echo-core":t("./node_modules/@equinor/echo-core/index.cjs.js"),"@equinor/echo-framework":t("./node_modules/@equinor/echo-framework/index.cjs.js"),"@equinor/echo-utils":t("./node_modules/@equinor/echo-utils/index.esm.js"),"@equinor/echo-components":t("./node_modules/@equinor/echo-components/index.cjs.js"),"@equinor/echo-base":t("./node_modules/@equinor/echo-base/index.cjs.js"),"@equinor/echo-search":t("./node_modules/@equinor/echo-search/index.cjs.js"),"@equinor/eds-core-react":t("./node_modules/@equinor/eds-core-react/dist/esm/index.js"),"@equinor/eds-icons":t("./node_modules/@equinor/eds-icons/dist/esm/index.js"),"styled-components":t("./node_modules/styled-components/dist/styled-components.browser.esm.js"),classnames:t("./node_modules/classnames/index.js"),lodash:t("./node_modules/lodash/lodash.js"),zustand:t("./node_modules/zustand/esm/index.js")},fetchModules:function(){return new Promise((function(e){fetch("/echoModuleManifest.json").then((function(n){n.json().then((function(n){n.forEach((function(e){e.fileUri="/index.js"})),e(n)}))}))}))}};return(0,a.jsx)(a.Fragment,{children:e&&(0,a.jsx)(d.default.AuthProviderComponent,{children:(0,a.jsx)(h.QueryClientProvider,{client:d.queryClient,children:(0,a.jsxs)(d.EventHubProvider,{children:[(0,a.jsx)(u.Mediator,{options:n}),(0,a.jsx)(A.BrowserRouter,{future:{v7_relativeSplatPath:!0,v7_startTransition:!0},children:(0,a.jsx)(y.EchoApp,{})})]})})})})}),{}))}},"./src/utils/setupSkipAuth.ts"(e,n,t){"use strict";var o=this&&this.__awaiter||function(e,n,t,o){return new(t||(t=Promise))((function(r,s){function i(e){try{a(o.next(e))}catch(e){s(e)}}function l(e){try{a(o.throw(e))}catch(e){s(e)}}function a(e){var n;e.done?r(e.value):(n=e.value,n instanceof t?n:new t((function(e){e(n)}))).then(i,l)}a((o=o.apply(e,n||[])).next())}))},r=this&&this.__generator||function(e,n){var t,o,r,s={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]},i=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return i.next=l(0),i.throw=l(1),i.return=l(2),"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function l(l){return function(a){return function(l){if(t)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(s=0)),s;)try{if(t=1,o&&(r=2&l[0]?o.return:l[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,l[1])).done)return r;switch(o=0,r&&(l=[2&l[0],r.value]),l[0]){case 0:case 1:r=l;break;case 4:return s.label++,{value:l[1],done:!1};case 5:s.label++,o=l[1],l=[0];continue;case 7:l=s.ops.pop(),s.trys.pop();continue;default:if(!((r=(r=s.trys).length>0&&r[r.length-1])||6!==l[0]&&2!==l[0])){s=0;continue}if(3===l[0]&&(!r||l[1]>r[0]&&l[1]<r[3])){s.label=l[1];break}if(6===l[0]&&s.label<r[1]){s.label=r[1],r=l;break}if(r&&s.label<r[2]){s.label=r[2],s.ops.push(l);break}r[2]&&s.ops.pop(),s.trys.pop();continue}l=n.call(e,s)}catch(e){l=[6,e],o=0}finally{t=r=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,a])}}},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(n,"__esModule",{value:!0}),n.initForE2ETests=function(){var e=(0,l.getDeepLinkParams)(["skipAuth"]).skipAuth;"true"===(null==e?void 0:e.toLowerCase())&&d()},n.setupSkipAuth=d;var i=s(t("./node_modules/@equinor/echo-core/index.cjs.js")),l=t("./node_modules/@equinor/echo-utils/index.esm.js"),a=function(){i.default.EchoAuthProvider.isAuthenticated=!0,i.default.EchoAuthProvider.userProperties={account:{homeAccountId:"homeAccountId",environment:"testingEnvironment",tenantId:"tenantId",username:"tester",localAccountId:"tester123"}}};function d(){var e=this;i.default.EchoAuthProvider.isAuthenticated=!0,i.default.EchoAuthProvider.handleLogin=function(n){return o(e,void 0,void 0,(function(){return r(this,(function(e){return a(),[2,Promise.resolve(void 0)]}))}))},i.default.EchoAuthProvider.ssoSilentOrRedirectToAuthenticate=function(){return o(e,void 0,void 0,(function(){return r(this,(function(e){return a(),[2,Promise.resolve(void 0)]}))}))},i.default.EchoAuthProvider.aquireTokenSilentOrRedirectToAuthenticate=function(){return o(e,void 0,void 0,(function(){return r(this,(function(e){return a(),[2,null]}))}))},i.default.EchoAuthProvider.login=function(){return o(e,void 0,void 0,(function(){return r(this,(function(e){return a(),[2,Promise.resolve()]}))}))}}}},r={};function s(e){var n=r[e];if(void 0!==n)return n.exports;var t=r[e]={id:e,loaded:!1,exports:{}};if(!(e in o)){delete r[e];var i=new Error("Cannot find module '"+e+"'");throw i.code="MODULE_NOT_FOUND",i}return o[e].call(t.exports,t,t.exports,s),t.loaded=!0,t.exports}s.m=o,e=[],s.O=(n,t,o,r)=>{if(!t){var i=1/0;for(u=0;u<e.length;u++){for(var[t,o,r]=e[u],l=!0,a=0;a<t.length;a++)(!1&r||i>=r)&&Object.keys(s.O).every((e=>s.O[e](t[a])))?t.splice(a--,1):(l=!1,r<i&&(i=r));if(l){e.splice(u--,1);var d=o();void 0!==d&&(n=d)}}return n}r=r||0;for(var u=e.length;u>0&&e[u-1][2]>r;u--)e[u]=e[u-1];e[u]=[t,o,r]},s.n=e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return s.d(n,{a:n}),n},t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,s.t=function(e,o){if(1&o&&(e=this(e)),8&o)return e;if("object"==typeof e&&e){if(4&o&&e.__esModule)return e;if(16&o&&"function"==typeof e.then)return e}var r=Object.create(null);s.r(r);var i={};n=n||[null,t({}),t([]),t(t)];for(var l=2&o&&e;("object"==typeof l||"function"==typeof l)&&!~n.indexOf(l);l=t(l))Object.getOwnPropertyNames(l).forEach((n=>i[n]=()=>e[n]));return i.default=()=>e,s.d(r,i),r},s.d=(e,n)=>{for(var t in n)s.o(n,t)&&!s.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:n[t]})},s.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),s.o=(e,n)=>Object.prototype.hasOwnProperty.call(e,n),s.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},s.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),s.p="/",(()=>{var e={main:0};s.O.j=n=>0===e[n];var n=(n,t)=>{var o,r,[i,l,a]=t,d=0;if(i.some((n=>0!==e[n]))){for(o in l)s.o(l,o)&&(s.m[o]=l[o]);if(a)var u=a(s)}for(n&&n(t);d<i.length;d++)r=i[d],s.o(e,r)&&e[r]&&e[r][0](),e[r]=0;return s.O(u)},t=self.webpackChunk_equinor_echo_dev_host=self.webpackChunk_equinor_echo_dev_host||[];t.forEach(n.bind(null,0)),t.push=n.bind(null,t.push.bind(t))})(),s.nc=void 0,s.O(void 0,["vendors-node_modules_babel_polyfill_lib_index_js-node_modules_react-dom_client_js-node_module-972289"],(()=>s("./node_modules/@babel/polyfill/lib/index.js")));var i=s.O(void 0,["vendors-node_modules_babel_polyfill_lib_index_js-node_modules_react-dom_client_js-node_module-972289"],(()=>s("./src/index.tsx")));i=s.O(i)})();
|
|
3
|
-
//# sourceMappingURL=main.echo.bundle.js.map
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
/*! !!../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./dummySearchPanel.module.css */
|
|
2
|
-
|
|
3
|
-
/*! !!../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./home.module.css */
|
|
4
|
-
|
|
5
|
-
/*! !!../node_modules/css-loader/dist/cjs.js!./app.css */
|
|
6
|
-
|
|
7
|
-
/*! !!../node_modules/css-loader/dist/cjs.js!./style-reset.css */
|
|
8
|
-
|
|
9
|
-
/*! !../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js */
|
|
10
|
-
|
|
11
|
-
/*! !../../../node_modules/style-loader/dist/runtime/insertBySelector.js */
|
|
12
|
-
|
|
13
|
-
/*! !../../../node_modules/style-loader/dist/runtime/insertStyleElement.js */
|
|
14
|
-
|
|
15
|
-
/*! !../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js */
|
|
16
|
-
|
|
17
|
-
/*! !../../../node_modules/style-loader/dist/runtime/styleDomAPI.js */
|
|
18
|
-
|
|
19
|
-
/*! !../../../node_modules/style-loader/dist/runtime/styleTagTransform.js */
|
|
20
|
-
|
|
21
|
-
/*! !../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js */
|
|
22
|
-
|
|
23
|
-
/*! !../node_modules/style-loader/dist/runtime/insertBySelector.js */
|
|
24
|
-
|
|
25
|
-
/*! !../node_modules/style-loader/dist/runtime/insertStyleElement.js */
|
|
26
|
-
|
|
27
|
-
/*! !../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js */
|
|
28
|
-
|
|
29
|
-
/*! !../node_modules/style-loader/dist/runtime/styleDomAPI.js */
|
|
30
|
-
|
|
31
|
-
/*! !../node_modules/style-loader/dist/runtime/styleTagTransform.js */
|
|
32
|
-
|
|
33
|
-
/*! ../../../node_modules/css-loader/dist/runtime/api.js */
|
|
34
|
-
|
|
35
|
-
/*! ../../../node_modules/css-loader/dist/runtime/sourceMaps.js */
|
|
36
|
-
|
|
37
|
-
/*! ../../images/frontpage-brand-placeholder.jpg */
|
|
38
|
-
|
|
39
|
-
/*! ../node_modules/css-loader/dist/runtime/api.js */
|
|
40
|
-
|
|
41
|
-
/*! ../node_modules/css-loader/dist/runtime/sourceMaps.js */
|
|
42
|
-
|
|
43
|
-
/*! ./api/api-plants */
|
|
44
|
-
|
|
45
|
-
/*! ./app */
|
|
46
|
-
|
|
47
|
-
/*! ./app.css */
|
|
48
|
-
|
|
49
|
-
/*! ./components/Home/Home */
|
|
50
|
-
|
|
51
|
-
/*! ./components/dummySearchPanel/DummySearchPanel */
|
|
52
|
-
|
|
53
|
-
/*! ./components/legend */
|
|
54
|
-
|
|
55
|
-
/*! ./dummySearchPanel.module.css */
|
|
56
|
-
|
|
57
|
-
/*! ./home.module.css */
|
|
58
|
-
|
|
59
|
-
/*! ./style-reset.css */
|
|
60
|
-
|
|
61
|
-
/*! ./utils/setupSkipAuth */
|
|
62
|
-
|
|
63
|
-
/*! @equinor/echo-base */
|
|
64
|
-
|
|
65
|
-
/*! @equinor/echo-components */
|
|
66
|
-
|
|
67
|
-
/*! @equinor/echo-core */
|
|
68
|
-
|
|
69
|
-
/*! @equinor/echo-framework */
|
|
70
|
-
|
|
71
|
-
/*! @equinor/echo-search */
|
|
72
|
-
|
|
73
|
-
/*! @equinor/echo-utils */
|
|
74
|
-
|
|
75
|
-
/*! @equinor/eds-core-react */
|
|
76
|
-
|
|
77
|
-
/*! @equinor/eds-icons */
|
|
78
|
-
|
|
79
|
-
/*! @tanstack/react-query */
|
|
80
|
-
|
|
81
|
-
/*! classnames */
|
|
82
|
-
|
|
83
|
-
/*! lodash */
|
|
84
|
-
|
|
85
|
-
/*! react */
|
|
86
|
-
|
|
87
|
-
/*! react-dom */
|
|
88
|
-
|
|
89
|
-
/*! react-dom/client */
|
|
90
|
-
|
|
91
|
-
/*! react-router-dom */
|
|
92
|
-
|
|
93
|
-
/*! react/jsx-runtime */
|
|
94
|
-
|
|
95
|
-
/*! styled-components */
|
|
96
|
-
|
|
97
|
-
/*! zustand */
|