@techdocs/cli 0.0.0-nightly-20260728031313 → 0.0.0-nightly-20260729031221
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/CHANGELOG.md +5 -3
- package/dist/embedded-app/.config-schema.json +46 -46
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/{123.17ba74344cfb.chunk.js → 123.5ad0882dc443.chunk.js} +2 -2
- package/dist/embedded-app/static/{123.17ba74344cfb.chunk.js.map → 123.5ad0882dc443.chunk.js.map} +1 -1
- package/dist/embedded-app/static/{1659.7703569164e7.chunk.js → 1659.ab865786f24e.chunk.js} +2 -2
- package/dist/embedded-app/static/{1659.7703569164e7.chunk.js.map → 1659.ab865786f24e.chunk.js.map} +1 -1
- package/dist/embedded-app/static/{4587.a32560fdf4bd.chunk.js → 4587.e73a3334fde1.chunk.js} +2 -2
- package/dist/embedded-app/static/{4587.a32560fdf4bd.chunk.js.map → 4587.e73a3334fde1.chunk.js.map} +1 -1
- package/dist/embedded-app/static/7632.3917bed33d55.chunk.js +2 -0
- package/dist/embedded-app/static/7632.3917bed33d55.chunk.js.map +1 -0
- package/dist/embedded-app/static/{runtime.5df310fca0d4.js → runtime.a6345c2dd0cd.js} +2 -2
- package/dist/embedded-app/static/{runtime.5df310fca0d4.js.map → runtime.a6345c2dd0cd.js.map} +1 -1
- package/dist/package.json.cjs.js +1 -1
- package/package.json +4 -4
- package/dist/embedded-app/static/7632.d2fd37a3ce88.chunk.js +0 -2
- package/dist/embedded-app/static/7632.d2fd37a3ce88.chunk.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20260729031221
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/backend-defaults@0.0.0-nightly-
|
|
9
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
8
|
+
- @backstage/backend-defaults@0.0.0-nightly-20260729031221
|
|
9
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20260729031221
|
|
10
|
+
- @backstage/catalog-model@1.9.0
|
|
11
|
+
- @backstage/cli-common@0.3.0
|
|
10
12
|
- @backstage/config@1.3.8
|
|
11
13
|
|
|
12
14
|
## 1.11.3-next.0
|
|
@@ -131,52 +131,6 @@
|
|
|
131
131
|
},
|
|
132
132
|
"packageName": "@backstage/plugin-permission-common"
|
|
133
133
|
},
|
|
134
|
-
{
|
|
135
|
-
"path": "../core-components/config.d.ts",
|
|
136
|
-
"value": {
|
|
137
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
138
|
-
"type": "object",
|
|
139
|
-
"properties": {
|
|
140
|
-
"auth": {
|
|
141
|
-
"type": "object",
|
|
142
|
-
"properties": {
|
|
143
|
-
"autologout": {
|
|
144
|
-
"type": "object",
|
|
145
|
-
"properties": {
|
|
146
|
-
"enabled": {
|
|
147
|
-
"type": "boolean",
|
|
148
|
-
"description": "Enable or disable the autologout feature",
|
|
149
|
-
"visibility": "frontend"
|
|
150
|
-
},
|
|
151
|
-
"idleTimeoutMinutes": {
|
|
152
|
-
"type": "number",
|
|
153
|
-
"description": "Number of minutes after which the inactive user is logged out automatically. Default is 60 minutes (1 hour)",
|
|
154
|
-
"visibility": "frontend"
|
|
155
|
-
},
|
|
156
|
-
"promptBeforeIdleSeconds": {
|
|
157
|
-
"type": "number",
|
|
158
|
-
"description": "Number of seconds before the idle timeout where the user will be asked if it's still active. A dialog will be shown. Default is 10 seconds. Set to 0 seconds to disable the prompt.",
|
|
159
|
-
"visibility": "frontend"
|
|
160
|
-
},
|
|
161
|
-
"useWorkerTimers": {
|
|
162
|
-
"type": "boolean",
|
|
163
|
-
"description": "Enable/disable the usage of worker thread timers instead of main thread timers. Default is true. If you experience some browser incompatibility, you may try to set this to false.",
|
|
164
|
-
"visibility": "frontend"
|
|
165
|
-
},
|
|
166
|
-
"logoutIfDisconnected": {
|
|
167
|
-
"type": "boolean",
|
|
168
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open. Default is true.",
|
|
169
|
-
"visibility": "frontend"
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
"description": "Autologout feature configuration"
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
},
|
|
178
|
-
"packageName": "@backstage/core-components"
|
|
179
|
-
},
|
|
180
134
|
{
|
|
181
135
|
"path": "../core-app-api/config.d.ts",
|
|
182
136
|
"value": {
|
|
@@ -404,6 +358,52 @@
|
|
|
404
358
|
},
|
|
405
359
|
"packageName": "@backstage/core-app-api"
|
|
406
360
|
},
|
|
361
|
+
{
|
|
362
|
+
"path": "../core-components/config.d.ts",
|
|
363
|
+
"value": {
|
|
364
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
365
|
+
"type": "object",
|
|
366
|
+
"properties": {
|
|
367
|
+
"auth": {
|
|
368
|
+
"type": "object",
|
|
369
|
+
"properties": {
|
|
370
|
+
"autologout": {
|
|
371
|
+
"type": "object",
|
|
372
|
+
"properties": {
|
|
373
|
+
"enabled": {
|
|
374
|
+
"type": "boolean",
|
|
375
|
+
"description": "Enable or disable the autologout feature",
|
|
376
|
+
"visibility": "frontend"
|
|
377
|
+
},
|
|
378
|
+
"idleTimeoutMinutes": {
|
|
379
|
+
"type": "number",
|
|
380
|
+
"description": "Number of minutes after which the inactive user is logged out automatically. Default is 60 minutes (1 hour)",
|
|
381
|
+
"visibility": "frontend"
|
|
382
|
+
},
|
|
383
|
+
"promptBeforeIdleSeconds": {
|
|
384
|
+
"type": "number",
|
|
385
|
+
"description": "Number of seconds before the idle timeout where the user will be asked if it's still active. A dialog will be shown. Default is 10 seconds. Set to 0 seconds to disable the prompt.",
|
|
386
|
+
"visibility": "frontend"
|
|
387
|
+
},
|
|
388
|
+
"useWorkerTimers": {
|
|
389
|
+
"type": "boolean",
|
|
390
|
+
"description": "Enable/disable the usage of worker thread timers instead of main thread timers. Default is true. If you experience some browser incompatibility, you may try to set this to false.",
|
|
391
|
+
"visibility": "frontend"
|
|
392
|
+
},
|
|
393
|
+
"logoutIfDisconnected": {
|
|
394
|
+
"type": "boolean",
|
|
395
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open. Default is true.",
|
|
396
|
+
"visibility": "frontend"
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
"description": "Autologout feature configuration"
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
},
|
|
405
|
+
"packageName": "@backstage/core-components"
|
|
406
|
+
},
|
|
407
407
|
{
|
|
408
408
|
"path": "../../plugins/techdocs/config.d.ts",
|
|
409
409
|
"value": {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="color-scheme" content="light dark"/><meta name="description" content="Backstage is an open source framework for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="color-scheme" content="light dark"/><meta name="description" content="Backstage is an open source framework for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.a6345c2dd0cd.js"></script><script defer="defer" src="/static/module-react-aria.84a78dd1e874.js"></script><script defer="defer" src="/static/module-material-ui.0bea4977e580.js"></script><script defer="defer" src="/static/module-motion-dom.3c999f2a9b4e.js"></script><script defer="defer" src="/static/module-lodash.abe41c34b13d.js"></script><script defer="defer" src="/static/module-zod.bc4245f82c69.js"></script><script defer="defer" src="/static/module-ajv.1cd135f79aa8.js"></script><script defer="defer" src="/static/module-framer-motion.f34ff33a9d5f.js"></script><script defer="defer" src="/static/module-mui.9c07ad9e010f.js"></script><script defer="defer" src="/static/module-react-stately.3db88231cc18.js"></script><script defer="defer" src="/static/module-react-aria-components.edebf589ec05.js"></script><script defer="defer" src="/static/module-micromark-core-commonmark.d049c8fc059e.js"></script><script defer="defer" src="/static/module-parse5.94980036c2b0.js"></script><script defer="defer" src="/static/module-react-dom.c631e87dd2a2.js"></script><script defer="defer" src="/static/module-react-hook-form.2803e955e58c.js"></script><script defer="defer" src="/static/module-i18next.c154323c180d.js"></script><script defer="defer" src="/static/module-dompurify.d7a7bc89aacb.js"></script><script defer="defer" src="/static/module-remixicon.4e40b5b6bde1.js"></script><script defer="defer" src="/static/module-remix-run.0c80eb31316a.js"></script><script defer="defer" src="/static/vendor.b20c39624bca.js"></script><script defer="defer" src="/static/main.003afd0d9660.js"></script><link href="/static/main.24d2ac7d6fef.css" rel="stylesheet"><script type="backstage.io/config">[
|
|
2
2
|
{
|
|
3
3
|
"context": "app-config.yaml",
|
|
4
4
|
"data": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
color="#5bbad5"
|
|
44
44
|
/>
|
|
45
45
|
<title><%= config.getString('app.title') %></title>
|
|
46
|
-
<meta name="backstage-app-mode" content="public"><meta name="backstage-public-path" content="<%= publicPath %>/"><script defer src="<%= publicPath %>/static/runtime.
|
|
46
|
+
<meta name="backstage-app-mode" content="public"><meta name="backstage-public-path" content="<%= publicPath %>/"><script defer src="<%= publicPath %>/static/runtime.a6345c2dd0cd.js"></script><script defer src="<%= publicPath %>/static/module-react-aria.84a78dd1e874.js"></script><script defer src="<%= publicPath %>/static/module-material-ui.0bea4977e580.js"></script><script defer src="<%= publicPath %>/static/module-motion-dom.3c999f2a9b4e.js"></script><script defer src="<%= publicPath %>/static/module-lodash.abe41c34b13d.js"></script><script defer src="<%= publicPath %>/static/module-zod.bc4245f82c69.js"></script><script defer src="<%= publicPath %>/static/module-ajv.1cd135f79aa8.js"></script><script defer src="<%= publicPath %>/static/module-framer-motion.f34ff33a9d5f.js"></script><script defer src="<%= publicPath %>/static/module-mui.9c07ad9e010f.js"></script><script defer src="<%= publicPath %>/static/module-react-stately.3db88231cc18.js"></script><script defer src="<%= publicPath %>/static/module-react-aria-components.edebf589ec05.js"></script><script defer src="<%= publicPath %>/static/module-micromark-core-commonmark.d049c8fc059e.js"></script><script defer src="<%= publicPath %>/static/module-parse5.94980036c2b0.js"></script><script defer src="<%= publicPath %>/static/module-react-dom.c631e87dd2a2.js"></script><script defer src="<%= publicPath %>/static/module-react-hook-form.2803e955e58c.js"></script><script defer src="<%= publicPath %>/static/module-i18next.c154323c180d.js"></script><script defer src="<%= publicPath %>/static/module-dompurify.d7a7bc89aacb.js"></script><script defer src="<%= publicPath %>/static/module-remixicon.4e40b5b6bde1.js"></script><script defer src="<%= publicPath %>/static/module-remix-run.0c80eb31316a.js"></script><script defer src="<%= publicPath %>/static/vendor.b20c39624bca.js"></script><script defer src="<%= publicPath %>/static/main.003afd0d9660.js"></script><link href="<%= publicPath %>/static/main.24d2ac7d6fef.css" rel="stylesheet"></head>
|
|
47
47
|
<body>
|
|
48
48
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
49
49
|
<div id="root"></div>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";(self.webpackChunktechdocs_cli_embedded_app=self.webpackChunktechdocs_cli_embedded_app||[]).push([["123"],{79894(a){a.exports=JSON.parse('{"name":"@backstage/plugin-catalog","version":"0.0.0-nightly-
|
|
2
|
-
//# sourceMappingURL=123.
|
|
1
|
+
"use strict";(self.webpackChunktechdocs_cli_embedded_app=self.webpackChunktechdocs_cli_embedded_app||[]).push([["123"],{79894(a){a.exports=JSON.parse('{"name":"@backstage/plugin-catalog","version":"0.0.0-nightly-20260729031221","description":"The Backstage plugin for browsing the Backstage catalog","backstage":{"role":"frontend-plugin","pluginId":"catalog","pluginPackages":["@backstage/plugin-catalog","@backstage/plugin-catalog-backend","@backstage/plugin-catalog-common","@backstage/plugin-catalog-node","@backstage/plugin-catalog-react"]},"publishConfig":{"access":"public"},"keywords":["backstage"],"homepage":"https://backstage.io","repository":{"type":"git","url":"https://github.com/backstage/backstage","directory":"plugins/catalog"},"license":"Apache-2.0","sideEffects":false,"exports":{".":"./src/index.ts","./alpha":"./src/alpha/index.ts","./package.json":"./package.json"},"main":"src/index.ts","types":"src/index.ts","typesVersions":{"*":{"alpha":["src/alpha/index.ts"],"package.json":["package.json"]}},"files":["dist","config.d.ts"],"scripts":{"build":"backstage-cli package build","clean":"backstage-cli package clean","lint":"backstage-cli package lint","prepack":"backstage-cli package prepack","postpack":"backstage-cli package postpack","start":"backstage-cli package start","test":"backstage-cli package test"},"dependencies":{"@backstage/catalog-client":"workspace:*","@backstage/catalog-model":"workspace:*","@backstage/core-compat-api":"workspace:*","@backstage/core-components":"workspace:*","@backstage/core-plugin-api":"workspace:*","@backstage/errors":"workspace:*","@backstage/frontend-plugin-api":"workspace:*","@backstage/integration-react":"workspace:*","@backstage/plugin-catalog-common":"workspace:*","@backstage/plugin-catalog-react":"workspace:*","@backstage/plugin-permission-react":"workspace:*","@backstage/plugin-scaffolder-common":"workspace:*","@backstage/plugin-search-common":"workspace:*","@backstage/plugin-search-react":"workspace:*","@backstage/plugin-techdocs-common":"workspace:*","@backstage/plugin-techdocs-react":"workspace:*","@backstage/types":"workspace:*","@backstage/ui":"workspace:*","@backstage/version-bridge":"workspace:*","@material-ui/core":"^4.12.2","@material-ui/icons":"^4.9.1","@material-ui/lab":"4.0.0-alpha.61","@mui/utils":"^5.14.15","@remixicon/react":"^4.6.0","classnames":"^2.3.1","csv-stringify":"^5.6.5","dataloader":"^2.0.0","lodash":"^4.17.21","pluralize":"^8.0.0","react-helmet":"6.1.0","react-use":"^17.2.4","zen-observable":"^0.10.0","zod":"^4.0.0"},"devDependencies":{"@backstage/cli":"workspace:*","@backstage/core-app-api":"workspace:*","@backstage/dev-utils":"workspace:*","@backstage/frontend-test-utils":"workspace:*","@backstage/plugin-permission-common":"workspace:*","@backstage/test-utils":"workspace:*","@testing-library/dom":"^10.0.0","@testing-library/jest-dom":"^6.0.0","@testing-library/react":"^16.0.0","@testing-library/user-event":"^14.0.0","@types/pluralize":"^0.0.33","@types/react":"^18.0.0","react":"^18.0.2","react-dom":"^18.0.2","react-router-dom":"^6.30.2","swr":"^2.2.5"},"peerDependencies":{"@types/react":"^17.0.0 || ^18.0.0","react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","react-router-dom":"^6.30.2"},"peerDependenciesMeta":{"@types/react":{"optional":true}},"configSchema":"config.d.ts"}')}}]);
|
|
2
|
+
//# sourceMappingURL=123.5ad0882dc443.chunk.js.map
|
package/dist/embedded-app/static/{123.17ba74344cfb.chunk.js.map → 123.5ad0882dc443.chunk.js.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"static/123.
|
|
1
|
+
{"version":3,"file":"static/123.5ad0882dc443.chunk.js","sources":["webpack://techdocs-cli-embedded-app/json|/home/runner/work/publishing/publishing/plugins/catalog/package.json"],"sourcesContent":["module.exports = JSON.parse('{\"name\":\"@backstage/plugin-catalog\",\"version\":\"0.0.0-nightly-20260729031221\",\"description\":\"The Backstage plugin for browsing the Backstage catalog\",\"backstage\":{\"role\":\"frontend-plugin\",\"pluginId\":\"catalog\",\"pluginPackages\":[\"@backstage/plugin-catalog\",\"@backstage/plugin-catalog-backend\",\"@backstage/plugin-catalog-common\",\"@backstage/plugin-catalog-node\",\"@backstage/plugin-catalog-react\"]},\"publishConfig\":{\"access\":\"public\"},\"keywords\":[\"backstage\"],\"homepage\":\"https://backstage.io\",\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/backstage/backstage\",\"directory\":\"plugins/catalog\"},\"license\":\"Apache-2.0\",\"sideEffects\":false,\"exports\":{\".\":\"./src/index.ts\",\"./alpha\":\"./src/alpha/index.ts\",\"./package.json\":\"./package.json\"},\"main\":\"src/index.ts\",\"types\":\"src/index.ts\",\"typesVersions\":{\"*\":{\"alpha\":[\"src/alpha/index.ts\"],\"package.json\":[\"package.json\"]}},\"files\":[\"dist\",\"config.d.ts\"],\"scripts\":{\"build\":\"backstage-cli package build\",\"clean\":\"backstage-cli package clean\",\"lint\":\"backstage-cli package lint\",\"prepack\":\"backstage-cli package prepack\",\"postpack\":\"backstage-cli package postpack\",\"start\":\"backstage-cli package start\",\"test\":\"backstage-cli package test\"},\"dependencies\":{\"@backstage/catalog-client\":\"workspace:*\",\"@backstage/catalog-model\":\"workspace:*\",\"@backstage/core-compat-api\":\"workspace:*\",\"@backstage/core-components\":\"workspace:*\",\"@backstage/core-plugin-api\":\"workspace:*\",\"@backstage/errors\":\"workspace:*\",\"@backstage/frontend-plugin-api\":\"workspace:*\",\"@backstage/integration-react\":\"workspace:*\",\"@backstage/plugin-catalog-common\":\"workspace:*\",\"@backstage/plugin-catalog-react\":\"workspace:*\",\"@backstage/plugin-permission-react\":\"workspace:*\",\"@backstage/plugin-scaffolder-common\":\"workspace:*\",\"@backstage/plugin-search-common\":\"workspace:*\",\"@backstage/plugin-search-react\":\"workspace:*\",\"@backstage/plugin-techdocs-common\":\"workspace:*\",\"@backstage/plugin-techdocs-react\":\"workspace:*\",\"@backstage/types\":\"workspace:*\",\"@backstage/ui\":\"workspace:*\",\"@backstage/version-bridge\":\"workspace:*\",\"@material-ui/core\":\"^4.12.2\",\"@material-ui/icons\":\"^4.9.1\",\"@material-ui/lab\":\"4.0.0-alpha.61\",\"@mui/utils\":\"^5.14.15\",\"@remixicon/react\":\"^4.6.0\",\"classnames\":\"^2.3.1\",\"csv-stringify\":\"^5.6.5\",\"dataloader\":\"^2.0.0\",\"lodash\":\"^4.17.21\",\"pluralize\":\"^8.0.0\",\"react-helmet\":\"6.1.0\",\"react-use\":\"^17.2.4\",\"zen-observable\":\"^0.10.0\",\"zod\":\"^4.0.0\"},\"devDependencies\":{\"@backstage/cli\":\"workspace:*\",\"@backstage/core-app-api\":\"workspace:*\",\"@backstage/dev-utils\":\"workspace:*\",\"@backstage/frontend-test-utils\":\"workspace:*\",\"@backstage/plugin-permission-common\":\"workspace:*\",\"@backstage/test-utils\":\"workspace:*\",\"@testing-library/dom\":\"^10.0.0\",\"@testing-library/jest-dom\":\"^6.0.0\",\"@testing-library/react\":\"^16.0.0\",\"@testing-library/user-event\":\"^14.0.0\",\"@types/pluralize\":\"^0.0.33\",\"@types/react\":\"^18.0.0\",\"react\":\"^18.0.2\",\"react-dom\":\"^18.0.2\",\"react-router-dom\":\"^6.30.2\",\"swr\":\"^2.2.5\"},\"peerDependencies\":{\"@types/react\":\"^17.0.0 || ^18.0.0\",\"react\":\"^17.0.0 || ^18.0.0\",\"react-dom\":\"^17.0.0 || ^18.0.0\",\"react-router-dom\":\"^6.30.2\"},\"peerDependenciesMeta\":{\"@types/react\":{\"optional\":true}},\"configSchema\":\"config.d.ts\"}')"],"names":["JSON"],"mappings":"iIAAA,EAAO,OAAO,CAAGA,KAAK,KAAK,CAAC,imG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";(self.webpackChunktechdocs_cli_embedded_app=self.webpackChunktechdocs_cli_embedded_app||[]).push([["1659"],{23494(e){e.exports=JSON.parse('{"name":"@backstage/plugin-techdocs","version":"0.0.0-nightly-
|
|
2
|
-
//# sourceMappingURL=1659.
|
|
1
|
+
"use strict";(self.webpackChunktechdocs_cli_embedded_app=self.webpackChunktechdocs_cli_embedded_app||[]).push([["1659"],{23494(e){e.exports=JSON.parse('{"name":"@backstage/plugin-techdocs","version":"0.0.0-nightly-20260729031221","description":"The Backstage plugin that renders technical documentation for your components","backstage":{"role":"frontend-plugin","pluginId":"techdocs","pluginPackages":["@backstage/plugin-techdocs","@backstage/plugin-techdocs-backend","@backstage/plugin-techdocs-common","@backstage/plugin-techdocs-node","@backstage/plugin-techdocs-react"]},"publishConfig":{"access":"public"},"keywords":["backstage","techdocs"],"homepage":"https://backstage.io","repository":{"type":"git","url":"https://github.com/backstage/backstage","directory":"plugins/techdocs"},"license":"Apache-2.0","sideEffects":false,"exports":{".":"./src/index.ts","./alpha":"./src/alpha/index.tsx","./package.json":"./package.json"},"main":"src/index.ts","types":"src/index.ts","typesVersions":{"*":{"alpha":["src/alpha/index.tsx"],"package.json":["package.json"]}},"files":["dist","config.d.ts"],"scripts":{"build":"backstage-cli package build","clean":"backstage-cli package clean","lint":"backstage-cli package lint","prepack":"backstage-cli package prepack","postpack":"backstage-cli package postpack","start":"backstage-cli package start","test":"backstage-cli package test"},"dependencies":{"@backstage/catalog-client":"workspace:*","@backstage/catalog-model":"workspace:*","@backstage/config":"workspace:*","@backstage/core-components":"workspace:*","@backstage/core-plugin-api":"workspace:*","@backstage/errors":"workspace:*","@backstage/frontend-plugin-api":"workspace:*","@backstage/integration":"workspace:*","@backstage/integration-react":"workspace:*","@backstage/plugin-auth-react":"workspace:*","@backstage/plugin-catalog-react":"workspace:*","@backstage/plugin-search-common":"workspace:*","@backstage/plugin-search-react":"workspace:*","@backstage/plugin-techdocs-common":"workspace:*","@backstage/plugin-techdocs-react":"workspace:*","@backstage/theme":"workspace:*","@backstage/ui":"workspace:*","@material-ui/core":"^4.12.2","@material-ui/icons":"^4.9.1","@material-ui/lab":"4.0.0-alpha.61","@material-ui/styles":"^4.10.0","@microsoft/fetch-event-source":"^2.0.1","@remixicon/react":">=4.6.0 <4.9.0","dompurify":"^3.4.12","git-url-parse":"^15.0.0","lodash":"^4.17.21","react-helmet":"6.1.0","react-use":"^17.2.4","zod":"^4.0.0"},"devDependencies":{"@backstage/cli":"workspace:*","@backstage/core-app-api":"workspace:*","@backstage/dev-utils":"workspace:*","@backstage/plugin-catalog":"workspace:*","@backstage/plugin-techdocs-module-addons-contrib":"workspace:*","@backstage/test-utils":"workspace:*","@testing-library/dom":"^10.0.0","@testing-library/jest-dom":"^6.0.0","@testing-library/react":"^16.0.0","@testing-library/user-event":"^14.0.0","@types/dompurify":"^3.0.0","@types/react":"^18.0.0","react":"^18.0.2","react-dom":"^18.0.2","react-router-dom":"^6.30.2"},"peerDependencies":{"@types/react":"^17.0.0 || ^18.0.0","react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","react-router-dom":"^6.30.2"},"peerDependenciesMeta":{"@types/react":{"optional":true}},"configSchema":"config.d.ts"}')}}]);
|
|
2
|
+
//# sourceMappingURL=1659.ab865786f24e.chunk.js.map
|
package/dist/embedded-app/static/{1659.7703569164e7.chunk.js.map → 1659.ab865786f24e.chunk.js.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"static/1659.
|
|
1
|
+
{"version":3,"file":"static/1659.ab865786f24e.chunk.js","sources":["webpack://techdocs-cli-embedded-app/json|/home/runner/work/publishing/publishing/plugins/techdocs/package.json"],"sourcesContent":["module.exports = JSON.parse('{\"name\":\"@backstage/plugin-techdocs\",\"version\":\"0.0.0-nightly-20260729031221\",\"description\":\"The Backstage plugin that renders technical documentation for your components\",\"backstage\":{\"role\":\"frontend-plugin\",\"pluginId\":\"techdocs\",\"pluginPackages\":[\"@backstage/plugin-techdocs\",\"@backstage/plugin-techdocs-backend\",\"@backstage/plugin-techdocs-common\",\"@backstage/plugin-techdocs-node\",\"@backstage/plugin-techdocs-react\"]},\"publishConfig\":{\"access\":\"public\"},\"keywords\":[\"backstage\",\"techdocs\"],\"homepage\":\"https://backstage.io\",\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/backstage/backstage\",\"directory\":\"plugins/techdocs\"},\"license\":\"Apache-2.0\",\"sideEffects\":false,\"exports\":{\".\":\"./src/index.ts\",\"./alpha\":\"./src/alpha/index.tsx\",\"./package.json\":\"./package.json\"},\"main\":\"src/index.ts\",\"types\":\"src/index.ts\",\"typesVersions\":{\"*\":{\"alpha\":[\"src/alpha/index.tsx\"],\"package.json\":[\"package.json\"]}},\"files\":[\"dist\",\"config.d.ts\"],\"scripts\":{\"build\":\"backstage-cli package build\",\"clean\":\"backstage-cli package clean\",\"lint\":\"backstage-cli package lint\",\"prepack\":\"backstage-cli package prepack\",\"postpack\":\"backstage-cli package postpack\",\"start\":\"backstage-cli package start\",\"test\":\"backstage-cli package test\"},\"dependencies\":{\"@backstage/catalog-client\":\"workspace:*\",\"@backstage/catalog-model\":\"workspace:*\",\"@backstage/config\":\"workspace:*\",\"@backstage/core-components\":\"workspace:*\",\"@backstage/core-plugin-api\":\"workspace:*\",\"@backstage/errors\":\"workspace:*\",\"@backstage/frontend-plugin-api\":\"workspace:*\",\"@backstage/integration\":\"workspace:*\",\"@backstage/integration-react\":\"workspace:*\",\"@backstage/plugin-auth-react\":\"workspace:*\",\"@backstage/plugin-catalog-react\":\"workspace:*\",\"@backstage/plugin-search-common\":\"workspace:*\",\"@backstage/plugin-search-react\":\"workspace:*\",\"@backstage/plugin-techdocs-common\":\"workspace:*\",\"@backstage/plugin-techdocs-react\":\"workspace:*\",\"@backstage/theme\":\"workspace:*\",\"@backstage/ui\":\"workspace:*\",\"@material-ui/core\":\"^4.12.2\",\"@material-ui/icons\":\"^4.9.1\",\"@material-ui/lab\":\"4.0.0-alpha.61\",\"@material-ui/styles\":\"^4.10.0\",\"@microsoft/fetch-event-source\":\"^2.0.1\",\"@remixicon/react\":\">=4.6.0 <4.9.0\",\"dompurify\":\"^3.4.12\",\"git-url-parse\":\"^15.0.0\",\"lodash\":\"^4.17.21\",\"react-helmet\":\"6.1.0\",\"react-use\":\"^17.2.4\",\"zod\":\"^4.0.0\"},\"devDependencies\":{\"@backstage/cli\":\"workspace:*\",\"@backstage/core-app-api\":\"workspace:*\",\"@backstage/dev-utils\":\"workspace:*\",\"@backstage/plugin-catalog\":\"workspace:*\",\"@backstage/plugin-techdocs-module-addons-contrib\":\"workspace:*\",\"@backstage/test-utils\":\"workspace:*\",\"@testing-library/dom\":\"^10.0.0\",\"@testing-library/jest-dom\":\"^6.0.0\",\"@testing-library/react\":\"^16.0.0\",\"@testing-library/user-event\":\"^14.0.0\",\"@types/dompurify\":\"^3.0.0\",\"@types/react\":\"^18.0.0\",\"react\":\"^18.0.2\",\"react-dom\":\"^18.0.2\",\"react-router-dom\":\"^6.30.2\"},\"peerDependencies\":{\"@types/react\":\"^17.0.0 || ^18.0.0\",\"react\":\"^17.0.0 || ^18.0.0\",\"react-dom\":\"^17.0.0 || ^18.0.0\",\"react-router-dom\":\"^6.30.2\"},\"peerDependenciesMeta\":{\"@types/react\":{\"optional\":true}},\"configSchema\":\"config.d.ts\"}')"],"names":["JSON"],"mappings":"kIAAA,EAAO,OAAO,CAAGA,KAAK,KAAK,CAAC,igG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";(self.webpackChunktechdocs_cli_embedded_app=self.webpackChunktechdocs_cli_embedded_app||[]).push([["4587"],{20534(e){e.exports=JSON.parse('{"name":"@backstage/plugin-app","version":"0.0.0-nightly-
|
|
2
|
-
//# sourceMappingURL=4587.
|
|
1
|
+
"use strict";(self.webpackChunktechdocs_cli_embedded_app=self.webpackChunktechdocs_cli_embedded_app||[]).push([["4587"],{20534(e){e.exports=JSON.parse('{"name":"@backstage/plugin-app","version":"0.0.0-nightly-20260729031221","backstage":{"role":"frontend-plugin","pluginId":"app","pluginPackages":["@backstage/plugin-app","@backstage/plugin-app-backend","@backstage/plugin-app-node","@backstage/plugin-app-react"]},"publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/backstage/backstage","directory":"plugins/app"},"license":"Apache-2.0","sideEffects":false,"exports":{".":"./src/index.ts","./alpha":"./src/alpha/index.ts","./package.json":"./package.json"},"main":"src/index.ts","types":"src/index.ts","typesVersions":{"*":{"alpha":["src/alpha/index.ts"],"package.json":["package.json"]}},"files":["dist"],"scripts":{"build":"backstage-cli package build","clean":"backstage-cli package clean","lint":"backstage-cli package lint","prepack":"backstage-cli package prepack","postpack":"backstage-cli package postpack","start":"backstage-cli package start","test":"backstage-cli package test"},"dependencies":{"@backstage/core-components":"workspace:*","@backstage/core-plugin-api":"workspace:*","@backstage/filter-predicates":"workspace:*","@backstage/frontend-plugin-api":"workspace:*","@backstage/integration-react":"workspace:*","@backstage/plugin-app-react":"workspace:*","@backstage/plugin-permission-react":"workspace:*","@backstage/theme":"workspace:*","@backstage/types":"workspace:*","@backstage/ui":"workspace:*","@backstage/version-bridge":"workspace:*","@material-ui/core":"^4.9.13","@material-ui/icons":"^4.9.1","@material-ui/lab":"^4.0.0-alpha.61","@react-hookz/web":"^24.0.0","@remixicon/react":">=4.6.0 <4.9.0","motion":"^12.0.0","react-aria":"~3.48.0","react-stately":"~3.46.0","react-use":"^17.2.4","zen-observable":"^0.10.0","zod":"^4.0.0"},"devDependencies":{"@backstage/cli":"workspace:*","@backstage/dev-utils":"workspace:*","@backstage/frontend-defaults":"workspace:*","@backstage/frontend-test-utils":"workspace:*","@backstage/test-utils":"workspace:*","@testing-library/jest-dom":"^6.0.0","@testing-library/react":"^16.0.0","@testing-library/user-event":"^14.0.0","@types/react":"^18.0.0","react":"^18.0.2","react-dom":"^18.0.2","react-router-dom":"^6.30.2"},"peerDependencies":{"@types/react":"^17.0.0 || ^18.0.0","react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","react-router-dom":"^6.30.2"},"peerDependenciesMeta":{"@types/react":{"optional":true}}}')}}]);
|
|
2
|
+
//# sourceMappingURL=4587.e73a3334fde1.chunk.js.map
|
package/dist/embedded-app/static/{4587.a32560fdf4bd.chunk.js.map → 4587.e73a3334fde1.chunk.js.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"static/4587.
|
|
1
|
+
{"version":3,"file":"static/4587.e73a3334fde1.chunk.js","sources":["webpack://techdocs-cli-embedded-app/json|/home/runner/work/publishing/publishing/plugins/app/package.json"],"sourcesContent":["module.exports = JSON.parse('{\"name\":\"@backstage/plugin-app\",\"version\":\"0.0.0-nightly-20260729031221\",\"backstage\":{\"role\":\"frontend-plugin\",\"pluginId\":\"app\",\"pluginPackages\":[\"@backstage/plugin-app\",\"@backstage/plugin-app-backend\",\"@backstage/plugin-app-node\",\"@backstage/plugin-app-react\"]},\"publishConfig\":{\"access\":\"public\"},\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/backstage/backstage\",\"directory\":\"plugins/app\"},\"license\":\"Apache-2.0\",\"sideEffects\":false,\"exports\":{\".\":\"./src/index.ts\",\"./alpha\":\"./src/alpha/index.ts\",\"./package.json\":\"./package.json\"},\"main\":\"src/index.ts\",\"types\":\"src/index.ts\",\"typesVersions\":{\"*\":{\"alpha\":[\"src/alpha/index.ts\"],\"package.json\":[\"package.json\"]}},\"files\":[\"dist\"],\"scripts\":{\"build\":\"backstage-cli package build\",\"clean\":\"backstage-cli package clean\",\"lint\":\"backstage-cli package lint\",\"prepack\":\"backstage-cli package prepack\",\"postpack\":\"backstage-cli package postpack\",\"start\":\"backstage-cli package start\",\"test\":\"backstage-cli package test\"},\"dependencies\":{\"@backstage/core-components\":\"workspace:*\",\"@backstage/core-plugin-api\":\"workspace:*\",\"@backstage/filter-predicates\":\"workspace:*\",\"@backstage/frontend-plugin-api\":\"workspace:*\",\"@backstage/integration-react\":\"workspace:*\",\"@backstage/plugin-app-react\":\"workspace:*\",\"@backstage/plugin-permission-react\":\"workspace:*\",\"@backstage/theme\":\"workspace:*\",\"@backstage/types\":\"workspace:*\",\"@backstage/ui\":\"workspace:*\",\"@backstage/version-bridge\":\"workspace:*\",\"@material-ui/core\":\"^4.9.13\",\"@material-ui/icons\":\"^4.9.1\",\"@material-ui/lab\":\"^4.0.0-alpha.61\",\"@react-hookz/web\":\"^24.0.0\",\"@remixicon/react\":\">=4.6.0 <4.9.0\",\"motion\":\"^12.0.0\",\"react-aria\":\"~3.48.0\",\"react-stately\":\"~3.46.0\",\"react-use\":\"^17.2.4\",\"zen-observable\":\"^0.10.0\",\"zod\":\"^4.0.0\"},\"devDependencies\":{\"@backstage/cli\":\"workspace:*\",\"@backstage/dev-utils\":\"workspace:*\",\"@backstage/frontend-defaults\":\"workspace:*\",\"@backstage/frontend-test-utils\":\"workspace:*\",\"@backstage/test-utils\":\"workspace:*\",\"@testing-library/jest-dom\":\"^6.0.0\",\"@testing-library/react\":\"^16.0.0\",\"@testing-library/user-event\":\"^14.0.0\",\"@types/react\":\"^18.0.0\",\"react\":\"^18.0.2\",\"react-dom\":\"^18.0.2\",\"react-router-dom\":\"^6.30.2\"},\"peerDependencies\":{\"@types/react\":\"^17.0.0 || ^18.0.0\",\"react\":\"^17.0.0 || ^18.0.0\",\"react-dom\":\"^17.0.0 || ^18.0.0\",\"react-router-dom\":\"^6.30.2\"},\"peerDependenciesMeta\":{\"@types/react\":{\"optional\":true}}}')"],"names":["JSON"],"mappings":"kIAAA,EAAO,OAAO,CAAGA,KAAK,KAAK,CAAC,w0E"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";(self.webpackChunktechdocs_cli_embedded_app=self.webpackChunktechdocs_cli_embedded_app||[]).push([["7632"],{6659(e,t,r){r.d(t,{DependencyGraph:()=>P});var n=r(31085),a=r(14041),i=r(37238),l=r(53373),s=r.n(l),d=r(45250),u=r(68510),o=r(67566),c=r(41809),h=r(57586),f=r.n(h),m=r(12784),g=r.n(m),x=r(6033),p=r(22249),k=r(58837);let w=(0,k.A)(e=>({node:{fill:e.palette.primary.light,stroke:e.palette.primary.light},text:{fill:e.palette.primary.contrastText}}),{name:"BackstageDependencyGraphDefaultNode"});function b({node:{id:e}}){let t=w(),[r,i]=(0,a.useState)(0),[l,s]=(0,a.useState)(0),d=(0,a.useRef)(null);(0,a.useLayoutEffect)(()=>{if(d.current){let{height:e,width:t}=d.current.getBBox();e=Math.round(e),t=Math.round(t),(e!==l||t!==r)&&(i(t),s(e))}},[r,l]);let u=r+20,o=l+20;return(0,n.jsxs)("g",{children:[(0,n.jsx)("rect",{className:t.node,width:u,height:o,rx:10}),(0,n.jsx)("text",{ref:d,className:t.text,y:o/2,x:u/2,textAnchor:"middle",alignmentBaseline:"middle",children:e})]})}let y=(0,p.default)(e=>({node:{transition:`${e.transitions.duration.shortest}ms`}}),{name:"BackstageDependencyGraphNode"}),v=e=>(0,n.jsx)(b,{...e});function j({render:e=v,setNode:t,node:r}){let{width:i,height:l,x:s=0,y:d=0}=r,u=y(),o=(0,a.useRef)(null);return(0,a.useLayoutEffect)(()=>{if(o.current){let{height:e,width:n}=o.current.getBBox();e=Math.round(e),n=Math.round(n),(e!==l||n!==i)&&t(r.id,{...r,height:e,width:n})}},[r,i,l,t]),(0,n.jsx)("g",{ref:o,"data-testid":"node",className:u.node,transform:`translate(${s-i/2},${d-l/2})`,children:e({node:r})})}var M=r(1121),E=r(12895),B=r(20644),N=r.n(B);let $="arrow-marker",S=(0,p.default)(e=>({text:{fill:e.palette.textContrast}}),{name:"BackstageDependencyGraphDefaultLabel"});function A({edge:{label:e}}){let t=S();return(0,n.jsx)("text",{className:t.text,textAnchor:"middle",children:e})}let R=(0,p.default)(e=>({path:{strokeWidth:1.3,stroke:e.palette.textSubtle,fill:"none",transition:`${e.transitions.duration.shortest}ms`},label:{transition:`${e.transitions.duration.shortest}ms`}}),{name:"BackstageDependencyGraphEdge"}),D=e=>(0,n.jsx)(A,{...e});function H({render:e=D,setEdge:t,id:r,edge:i,curve:l,showArrowHeads:s}){let{x:d=0,y:u=0,width:o,height:c,points:h}=i,f=R(),m=(0,a.useRef)(null);(0,a.useLayoutEffect)(()=>{if(m.current){let{height:e,width:n}=m.current.getBBox();e=Math.round(e),n=Math.round(n),(e!==c||n!==o)&&t(r,{...i,height:e,width:n})}},[i,c,o,t,r]);let g="",x=(0,a.useMemo)(()=>M.A().x(e=>e.x).y(e=>e.y).curve(E[l]),[l]);return h&&(g=x(h.filter(e=>N()(e.x)&&N()(e.y)))||""),(0,n.jsxs)(n.Fragment,{children:[g&&(0,n.jsx)("path",{"data-testid":"edge",className:f.path,markerEnd:s?`url(#${$})`:void 0,d:g}),i.label?(0,n.jsx)("g",{ref:m,"data-testid":"label",className:f.label,transform:`translate(${d},${u})`,children:e({edge:i})}):null]})}var C=r(29365),G=r(25828),T=r(63988),W=r(14112),_=r(71677),L=r(89595),O=r(89332);let q=(0,k.A)(e=>({fullscreenButton:{position:"absolute",right:0},root:{overflow:"hidden",minHeight:"100%",minWidth:"100%"},fixedHeight:{maxHeight:"100%"},fullscreen:{backgroundColor:e.palette.background.paper}})),F="workspace",I="dependency-graph";function P(e){let{edges:t,nodes:r,renderNode:l,direction:h=x.D.Direction.TOP_BOTTOM,align:m,nodeMargin:p=50,edgeMargin:k=10,rankMargin:w=50,paddingX:b=0,paddingY:y=0,acyclicer:v,ranker:M=x.D.Ranker.NETWORK_SIMPLEX,labelPosition:E=x.D.LabelPosition.RIGHT,labelOffset:B=10,edgeRanks:N=1,edgeWeight:S=1,renderEdge:A,renderLabel:R,defs:D,zoom:P="enabled",curve:X="curveMonotoneX",showArrowHeads:z=!1,fit:K="grow",allowFullscreen:U=!0,...V}=e,Y=(0,c.default)(),[J,Q]=(0,a.useState)(100),[Z,ee]=(0,a.useState)(100),et=(0,W.V)(),er=q(),{t:en}=(0,L.i)(O.O),ea=(0,a.useRef)(new(f()).graphlib.Graph),[ei,el]=(0,a.useState)(ea.current.graph()?.width||0),[es,ed]=(0,a.useState)(ea.current.graph()?.height||0),[eu,eo]=(0,a.useState)([]),[ec,eh]=(0,a.useState)([]),[ef,em]=(0,a.useState)(!1),[eg,ex]=(0,a.useState)(!1),ep=(0,a.useRef)(!1),ek=(0,a.useRef)(!1),ew=(0,a.useRef)(0);(0,a.useEffect)(()=>{if(ef&&!eg){let e=requestAnimationFrame(()=>{ex(!0)});return()=>cancelAnimationFrame(e)}},[ef,eg]),(0,a.useEffect)(()=>{if(eu.length>0&&!ep.current){let e=setTimeout(()=>{ep.current||(ep.current=!0,em(!0))},500);return()=>clearTimeout(e)}},[eu]);let eb=Math.max(ei,J),ey=Math.max(es,Z),ev=(0,a.useRef)({containerWidth:J,containerHeight:Z,maxWidth:eb,maxHeight:ey});ev.current={containerWidth:J,containerHeight:Z,maxWidth:eb,maxHeight:ey};let[ej]=(0,i.A)(),eM=(0,d.once)(ej),eE="grow"!==K||et.active?"100%":ey,eB=(0,a.useMemo)(()=>g()(e=>{if(!e)return;eM(e);let t=e.querySelector(`svg#${I}`);if(!t)return;let r=o.A(t),n=o.A(t.getElementById(F));function a(){r.call(u.s_().scaleExtent([1,1/0]).on("zoom",e=>{let t=ev.current;e.transform.x=Math.min(0,Math.max(e.transform.x,t.maxWidth-t.maxWidth*e.transform.k)),e.transform.y=Math.min(0,Math.max(e.transform.y,t.maxHeight-t.maxHeight*e.transform.k)),n.attr("transform",e.transform)}))}"enabled"===P?a():"enable-on-click"===P&&r.on("click",()=>a());let{width:i,height:l}=e.getBoundingClientRect(),s=ev.current;s.containerWidth!==i&&i<=s.maxWidth&&Q(i),s.containerHeight!==l&&l<=s.maxHeight&&ee(l)},100),[eM,P]),eN=(0,a.useCallback)(()=>{let e=ea.current.nodes(),n=ea.current.edges();e.forEach(e=>{r.some(t=>t.id===e)||ea.current.removeNode(e)}),n.forEach(e=>{t.some(t=>t.from===e.v&&t.to===e.w)||ea.current.removeEdge(e.v,e.w)}),r.forEach(e=>{let t=ea.current.nodes().find(t=>e.id===t);if(t&&ea.current.node(t)){let{width:r,height:n,x:a,y:i}=ea.current.node(t);ea.current.setNode(t,{...e,width:r,height:n,x:a,y:i})}else ea.current.setNode(e.id,{...e,width:0,height:0})}),t.forEach(e=>{ea.current.setEdge(e.from,e.to,{...e,label:e.label,width:0,height:0,labelpos:E,labeloffset:B,weight:S,minlen:N})})},[t,r,E,B,S,N]),e$=(0,a.useMemo)(()=>g()(()=>{f().layout(ea.current);let{height:e,width:t}=ea.current.graph(),r=Math.max(0,e||0);if(el(Math.max(0,t||0)),ed(r),eo(ea.current.nodes()),eh(ea.current.edges()),!ep.current){let e=ea.current.nodes();e.length>0&&e.some(e=>{let t=ea.current.node(e);return t&&t.width>0&&t.height>0})&&(ew.current+=1),(ew.current>=2||0===e.length)&&(ep.current=!0,em(!0))}},250,{leading:!0}),[]);(0,a.useEffect)(()=>(ea.current.setGraph({rankdir:h,align:m,nodesep:p,edgesep:k,ranksep:w,marginx:b,marginy:y,acyclicer:v,ranker:M}),eN(),e$(),e$.cancel),[v,m,h,k,b,y,p,w,M,eN,e$]);let eS=(0,a.useCallback)((e,t)=>(ea.current.setNode(e,t),e$(),ep.current||ek.current||(ek.current=!0,queueMicrotask(()=>{ek.current=!1,e$.flush()})),ea.current),[e$]),eA=(0,a.useCallback)((e,t)=>(ea.current.setEdge(e,t),e$(),ea.current),[e$]);return(0,n.jsxs)(W.m,{handle:et,className:s()(et.active?er.fullscreen:er.root),children:[U&&(0,n.jsx)(_.Ay,{title:en("dependencyGraph.fullscreenTooltip"),children:(0,n.jsx)(C.A,{className:er.fullscreenButton,onClick:et.active?et.exit:et.enter,children:et.active?(0,n.jsx)(T.default,{}):(0,n.jsx)(G.default,{})})}),(0,n.jsx)("div",{ref:eB,style:{width:"100%",height:"100%",visibility:ef?"visible":"hidden"},children:(0,n.jsxs)("svg",{...V,width:"100%",height:eE,viewBox:`0 0 ${eb} ${ey}`,id:I,children:[(0,n.jsxs)("defs",{children:[(0,n.jsx)("marker",{id:$,viewBox:"0 0 24 24",markerWidth:"14",markerHeight:"14",refX:"16",refY:"12",orient:"auto",markerUnits:"strokeWidth",children:(0,n.jsx)("path",{fill:Y.palette.textSubtle,d:"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"})}),D]}),!eg&&(0,n.jsx)("style",{children:`#${I} * { transition: none !important; }`}),(0,n.jsx)("g",{id:F,children:(0,n.jsxs)("svg",{width:ei,height:es,y:ey/2-es/2,x:eb/2-ei/2,viewBox:`0 0 ${ei} ${es}`,children:[ec.map(e=>{let t=ea.current.edge(e);return t?A?A({edge:t,id:e}):(0,n.jsx)(H,{id:e,setEdge:eA,render:R,edge:t,curve:X,showArrowHeads:z},`${e.v}-${e.w}`):null}),eu.map(e=>{let t=ea.current.node(e);return t?(0,n.jsx)(j,{setNode:eS,render:l,node:t},e):null})]})})]})})]})}}}]);
|
|
2
|
+
//# sourceMappingURL=7632.3917bed33d55.chunk.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"static/7632.3917bed33d55.chunk.js","sources":["webpack://techdocs-cli-embedded-app/../core-components/src/components/DependencyGraph/DefaultNode.tsx","webpack://techdocs-cli-embedded-app/../core-components/src/components/DependencyGraph/Node.tsx","webpack://techdocs-cli-embedded-app/../core-components/src/components/DependencyGraph/constants.ts","webpack://techdocs-cli-embedded-app/../core-components/src/components/DependencyGraph/DefaultLabel.tsx","webpack://techdocs-cli-embedded-app/../core-components/src/components/DependencyGraph/Edge.tsx","webpack://techdocs-cli-embedded-app/../core-components/src/components/DependencyGraph/DependencyGraphContent.tsx"],"sourcesContent":["/*\n * Copyright 2020 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { useState, useRef, useLayoutEffect } from 'react';\nimport { makeStyles } from '@material-ui/core/styles';\nimport { DependencyGraphTypes as Types } from './types';\n\n/** @public */\nexport type DependencyGraphDefaultNodeClassKey = 'node' | 'text';\n\nconst useStyles = makeStyles(\n theme => ({\n node: {\n fill: theme.palette.primary.light,\n stroke: theme.palette.primary.light,\n },\n text: {\n fill: theme.palette.primary.contrastText,\n },\n }),\n { name: 'BackstageDependencyGraphDefaultNode' },\n);\n\n/** @public */\nexport function DefaultNode({ node: { id } }: Types.RenderNodeProps) {\n const classes = useStyles();\n const [width, setWidth] = useState(0);\n const [height, setHeight] = useState(0);\n const idRef = useRef<SVGTextElement | null>(null);\n\n useLayoutEffect(() => {\n // set the width to the length of the ID\n if (idRef.current) {\n let { height: renderedHeight, width: renderedWidth } =\n idRef.current.getBBox();\n renderedHeight = Math.round(renderedHeight);\n renderedWidth = Math.round(renderedWidth);\n\n if (renderedHeight !== height || renderedWidth !== width) {\n setWidth(renderedWidth);\n setHeight(renderedHeight);\n }\n }\n }, [width, height]);\n\n const padding = 10;\n const paddedWidth = width + padding * 2;\n const paddedHeight = height + padding * 2;\n\n return (\n <g>\n <rect\n className={classes.node}\n width={paddedWidth}\n height={paddedHeight}\n rx={10}\n />\n <text\n ref={idRef}\n className={classes.text}\n y={paddedHeight / 2}\n x={paddedWidth / 2}\n textAnchor=\"middle\"\n alignmentBaseline=\"middle\"\n >\n {id}\n </text>\n </g>\n );\n}\n","/*\n * Copyright 2020 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { useRef, useLayoutEffect } from 'react';\nimport makeStyles from '@material-ui/core/styles/makeStyles';\nimport { DefaultNode } from './DefaultNode';\nimport { DependencyGraphTypes as Types } from './types';\nimport { NODE_TEST_ID } from './constants';\nimport dagre from '@dagrejs/dagre';\n\n/** @public */\nexport type DependencyGraphNodeClassKey = 'node';\n\nconst useStyles = makeStyles(\n theme => ({\n node: {\n transition: `${theme.transitions.duration.shortest}ms`,\n },\n }),\n { name: 'BackstageDependencyGraphNode' },\n);\n\nexport type GraphNode<T> = dagre.Node<Types.DependencyNode<T>>;\n\nexport type NodeComponentProps<T> = {\n node: GraphNode<T>;\n render?: Types.RenderNodeFunction<T>;\n setNode: dagre.graphlib.Graph['setNode'];\n};\n\nconst renderDefault = (props: Types.RenderNodeProps) => (\n <DefaultNode {...props} />\n);\n\nexport function Node<T>({\n render = renderDefault,\n setNode,\n node,\n}: NodeComponentProps<T>) {\n const { width, height, x = 0, y = 0 } = node;\n const nodeProps: Types.DependencyNode<T> = node;\n const classes = useStyles();\n const nodeRef = useRef<SVGGElement | null>(null);\n\n useLayoutEffect(() => {\n // set the node width to the actual rendered width to properly layout graph\n if (nodeRef.current) {\n let { height: renderedHeight, width: renderedWidth } =\n nodeRef.current.getBBox();\n renderedHeight = Math.round(renderedHeight);\n renderedWidth = Math.round(renderedWidth);\n\n if (renderedHeight !== height || renderedWidth !== width) {\n setNode(node.id, {\n ...node,\n height: renderedHeight,\n width: renderedWidth,\n });\n }\n }\n }, [node, width, height, setNode]);\n\n return (\n <g\n ref={nodeRef}\n data-testid={NODE_TEST_ID}\n className={classes.node}\n transform={`translate(${x - width / 2},${y - height / 2})`}\n >\n {render({ node: nodeProps })}\n </g>\n );\n}\n","/*\n * Copyright 2020 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport const ARROW_MARKER_ID = 'arrow-marker';\n\nexport const NODE_TEST_ID = 'node';\nexport const EDGE_TEST_ID = 'edge';\nexport const LABEL_TEST_ID = 'label';\n","/*\n * Copyright 2020 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport makeStyles from '@material-ui/core/styles/makeStyles';\nimport { DependencyGraphTypes as Types } from './types';\n\n/** @public */\nexport type DependencyGraphDefaultLabelClassKey = 'text';\n\nconst useStyles = makeStyles(\n theme => ({\n text: {\n fill: theme.palette.textContrast,\n },\n }),\n { name: 'BackstageDependencyGraphDefaultLabel' },\n);\n\n/** @public */\nexport function DefaultLabel({ edge: { label } }: Types.RenderLabelProps) {\n const classes = useStyles();\n return (\n <text className={classes.text} textAnchor=\"middle\">\n {label}\n </text>\n );\n}\n","/*\n * Copyright 2020 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { useRef, useLayoutEffect, useMemo } from 'react';\nimport * as d3Shape from 'd3-shape';\nimport isFinite from 'lodash/isFinite';\nimport makeStyles from '@material-ui/core/styles/makeStyles';\nimport { DependencyGraphTypes as Types } from './types';\nimport { ARROW_MARKER_ID, EDGE_TEST_ID, LABEL_TEST_ID } from './constants';\nimport { DefaultLabel } from './DefaultLabel';\nimport dagre from '@dagrejs/dagre';\n\n/* Based on: https://github.com/dagrejs/dagre/wiki#configuring-the-layout */\nexport type EdgeProperties = {\n label?: string;\n width?: number;\n height?: number;\n labeloffset?: number;\n labelpos?: Types.LabelPosition;\n minlen?: number;\n weight?: number;\n};\nexport type GraphEdge<T> = Types.DependencyEdge<T> &\n dagre.GraphEdge &\n EdgeProperties;\n\n/** @public */\nexport type DependencyGraphEdgeClassKey = 'path' | 'label';\n\nconst useStyles = makeStyles(\n theme => ({\n path: {\n strokeWidth: 1.3,\n stroke: theme.palette.textSubtle,\n fill: 'none',\n transition: `${theme.transitions.duration.shortest}ms`,\n },\n label: {\n transition: `${theme.transitions.duration.shortest}ms`,\n },\n }),\n { name: 'BackstageDependencyGraphEdge' },\n);\n\ntype EdgePoint = dagre.GraphEdge['points'][0];\n\n/** @public */\nexport type EdgeComponentProps<T = unknown> = {\n id: dagre.Edge;\n edge: GraphEdge<T>;\n render?: Types.RenderLabelFunction<T>;\n setEdge: (\n id: dagre.Edge,\n edge: Types.DependencyEdge<T>,\n ) => dagre.graphlib.Graph<{}>;\n curve: 'curveStepBefore' | 'curveMonotoneX';\n showArrowHeads?: boolean;\n};\n\nconst renderDefault = (props: Types.RenderLabelProps<unknown>) => (\n <DefaultLabel {...props} />\n);\n\nexport function Edge<EdgeData>({\n render = renderDefault,\n setEdge,\n id,\n edge,\n curve,\n showArrowHeads,\n}: EdgeComponentProps<EdgeData>) {\n const { x = 0, y = 0, width, height, points } = edge;\n const labelProps: Types.DependencyEdge<EdgeData> = edge;\n const classes = useStyles();\n\n const labelRef = useRef<SVGGElement>(null);\n\n useLayoutEffect(() => {\n // set the label width to the actual rendered width to properly layout graph\n if (labelRef.current) {\n let { height: renderedHeight, width: renderedWidth } =\n labelRef.current.getBBox();\n renderedHeight = Math.round(renderedHeight);\n renderedWidth = Math.round(renderedWidth);\n\n if (renderedHeight !== height || renderedWidth !== width) {\n setEdge(id, {\n ...edge,\n height: renderedHeight,\n width: renderedWidth,\n });\n }\n }\n }, [edge, height, width, setEdge, id]);\n\n let path: string = '';\n\n const createPath = useMemo(\n () =>\n d3Shape\n .line<EdgePoint>()\n .x(d => d.x)\n .y(d => d.y)\n .curve(d3Shape[curve]),\n [curve],\n );\n\n if (points) {\n const finitePoints = points.filter(\n (point: EdgePoint) => isFinite(point.x) && isFinite(point.y),\n );\n path = createPath(finitePoints) || '';\n }\n\n return (\n <>\n {path && (\n <path\n data-testid={EDGE_TEST_ID}\n className={classes.path}\n markerEnd={showArrowHeads ? `url(#${ARROW_MARKER_ID})` : undefined}\n d={path}\n />\n )}\n {labelProps.label ? (\n <g\n ref={labelRef}\n data-testid={LABEL_TEST_ID}\n className={classes.label}\n transform={`translate(${x},${y})`}\n >\n {render({ edge: labelProps })}\n </g>\n ) : null}\n </>\n );\n}\n","/*\n * Copyright 2020 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n SVGProps,\n useCallback,\n useEffect,\n useMemo,\n useRef,\n useState,\n} from 'react';\nimport useMeasure from 'react-use/esm/useMeasure';\nimport classNames from 'classnames';\nimport { once } from 'lodash';\nimport * as d3Zoom from 'd3-zoom';\nimport * as d3Selection from 'd3-selection';\nimport useTheme from '@material-ui/core/styles/useTheme';\nimport dagre from '@dagrejs/dagre';\nimport debounce from 'lodash/debounce';\nimport { DependencyGraphTypes as Types } from './types';\nimport { Node } from './Node';\nimport { Edge, GraphEdge } from './Edge';\nimport { ARROW_MARKER_ID } from './constants';\nimport IconButton from '@material-ui/core/IconButton';\nimport FullscreenIcon from '@material-ui/icons/Fullscreen';\nimport FullscreenExitIcon from '@material-ui/icons/FullscreenExit';\nimport { FullScreen, useFullScreenHandle } from 'react-full-screen';\nimport { makeStyles, Theme } from '@material-ui/core/styles';\nimport Tooltip from '@material-ui/core/Tooltip';\nimport { useTranslationRef } from '@backstage/core-plugin-api/alpha';\nimport { coreComponentsTranslationRef } from '../../translation';\n\nconst useStyles = makeStyles((theme: Theme) => ({\n fullscreenButton: {\n position: 'absolute',\n right: 0,\n },\n root: {\n overflow: 'hidden',\n minHeight: '100%',\n minWidth: '100%',\n },\n fixedHeight: {\n maxHeight: '100%',\n },\n fullscreen: {\n backgroundColor: theme.palette.background.paper,\n },\n}));\n\n/**\n * Properties of {@link DependencyGraph}\n *\n * @public\n * @remarks\n * `<NodeData>` and `<EdgeData>` are useful when rendering custom or edge labels\n */\nexport interface DependencyGraphProps<NodeData, EdgeData>\n extends SVGProps<SVGSVGElement> {\n /**\n * Edges of graph\n */\n edges: Types.DependencyEdge<EdgeData>[];\n /**\n * Nodes of Graph\n */\n nodes: Types.DependencyNode<NodeData>[];\n /**\n * Graph {@link DependencyGraphTypes.(Direction:namespace) | direction}\n *\n * @remarks\n *\n * Default: `DependencyGraphTypes.Direction.TOP_BOTTOM`\n */\n direction?: Types.Direction;\n /**\n * Node {@link DependencyGraphTypes.(Alignment:namespace) | alignment}\n */\n align?: Types.Alignment;\n /**\n * Margin between nodes on each rank\n *\n * @remarks\n *\n * Default: 50\n */\n nodeMargin?: number;\n /**\n * Margin between edges\n *\n * @remarks\n *\n * Default: 10\n */\n edgeMargin?: number;\n /**\n * Margin between each rank\n *\n * @remarks\n *\n * Default: 50\n */\n rankMargin?: number;\n /**\n * Margin on left and right of whole graph\n *\n * @remarks\n *\n * Default: 0\n */\n paddingX?: number;\n /**\n * Margin on top and bottom of whole graph\n *\n * @remarks\n *\n * Default: 0\n */\n paddingY?: number;\n /**\n * Heuristic used to find set of edges that will make graph acyclic\n */\n acyclicer?: 'greedy';\n /**\n * {@link DependencyGraphTypes.(Ranker:namespace) | Algorithm} used to rank nodes\n *\n * @remarks\n *\n * Default: `DependencyGraphTypes.Ranker.NETWORK_SIMPLEX`\n */\n ranker?: Types.Ranker;\n /**\n * {@link DependencyGraphTypes.(LabelPosition:namespace) | Position} of label in relation to edge\n *\n * @remarks\n *\n * Default: `DependencyGraphTypes.LabelPosition.RIGHT`\n */\n labelPosition?: Types.LabelPosition;\n /**\n * How much to move label away from edge\n *\n * @remarks\n *\n * Applies only when {@link DependencyGraphProps.labelPosition} is `DependencyGraphTypes.LabelPosition.LEFT` or\n * `DependencyGraphTypes.LabelPosition.RIGHT`\n */\n labelOffset?: number;\n /**\n * Minimum number of ranks to keep between connected nodes\n */\n edgeRanks?: number;\n /**\n * Weight applied to edges in graph\n */\n edgeWeight?: number;\n /**\n * Custom edge rendering component\n */\n renderEdge?: Types.RenderEdgeFunction<EdgeData>;\n /**\n * Custom node rendering component\n */\n renderNode?: Types.RenderNodeFunction<NodeData>;\n /**\n * Custom label rendering component\n */\n renderLabel?: Types.RenderLabelFunction<EdgeData>;\n /**\n * {@link https://developer.mozilla.org/en-US/docs/Web/SVG/Element/defs | Defs} shared by rendered SVG to be used by\n * {@link DependencyGraphProps.renderNode} and/or {@link DependencyGraphProps.renderLabel}\n */\n defs?: JSX.Element | JSX.Element[];\n /**\n * Controls zoom behavior of graph\n *\n * @remarks\n *\n * Default: `enabled`\n */\n zoom?: 'enabled' | 'disabled' | 'enable-on-click';\n /**\n * A factory for curve generators addressing both lines and areas.\n *\n * @remarks\n *\n * Default: 'curveMonotoneX'\n */\n curve?: 'curveStepBefore' | 'curveMonotoneX';\n /**\n * Controls if the arrow heads should be rendered or not.\n *\n * Default: false\n */\n showArrowHeads?: boolean;\n /**\n * Controls if the graph should be contained or grow\n *\n * @remarks\n *\n * Default: 'grow'\n */\n fit?: 'grow' | 'contain';\n /**\n * Controls if user can toggle fullscreen mode\n *\n * @remarks\n *\n * Default: true\n */\n allowFullscreen?: boolean;\n}\n\nconst WORKSPACE_ID = 'workspace';\nconst DEPENDENCY_GRAPH_SVG = 'dependency-graph';\n\n/**\n * Graph component used to visualize relations between entities\n *\n * @public\n */\nexport function DependencyGraph<NodeData, EdgeData>(\n props: DependencyGraphProps<NodeData, EdgeData>,\n) {\n const {\n edges,\n nodes,\n renderNode,\n direction = Types.Direction.TOP_BOTTOM,\n align,\n nodeMargin = 50,\n edgeMargin = 10,\n rankMargin = 50,\n paddingX = 0,\n paddingY = 0,\n acyclicer,\n ranker = Types.Ranker.NETWORK_SIMPLEX,\n labelPosition = Types.LabelPosition.RIGHT,\n labelOffset = 10,\n edgeRanks = 1,\n edgeWeight = 1,\n renderEdge,\n renderLabel,\n defs,\n zoom = 'enabled',\n curve = 'curveMonotoneX',\n showArrowHeads = false,\n fit = 'grow',\n allowFullscreen = true,\n ...svgProps\n } = props;\n const theme = useTheme();\n const [containerWidth, setContainerWidth] = useState<number>(100);\n const [containerHeight, setContainerHeight] = useState<number>(100);\n const fullScreenHandle = useFullScreenHandle();\n const styles = useStyles();\n const { t } = useTranslationRef(coreComponentsTranslationRef);\n\n const graph = useRef<dagre.graphlib.Graph<Types.DependencyNode<NodeData>>>(\n new dagre.graphlib.Graph(),\n );\n const [graphWidth, setGraphWidth] = useState<number>(\n graph.current.graph()?.width || 0,\n );\n const [graphHeight, setGraphHeight] = useState<number>(\n graph.current.graph()?.height || 0,\n );\n const [graphNodes, setGraphNodes] = useState<string[]>([]);\n const [graphEdges, setGraphEdges] = useState<dagre.Edge[]>([]);\n const [settled, setSettled] = useState(false);\n const [transitionsReady, setTransitionsReady] = useState(false);\n const settledRef = useRef(false);\n const pendingInitialFlush = useRef(false);\n const measuredLayoutCount = useRef(0);\n\n useEffect(() => {\n if (settled && !transitionsReady) {\n const frame = requestAnimationFrame(() => {\n setTransitionsReady(true);\n });\n return () => cancelAnimationFrame(frame);\n }\n return undefined;\n }, [settled, transitionsReady]);\n\n // Fallback: if getBBox() returns zero dimensions (e.g. in jsdom or hidden\n // containers), setNode is never called and the normal settlement path never\n // triggers. This timeout ensures the graph still becomes visible.\n useEffect(() => {\n if (graphNodes.length > 0 && !settledRef.current) {\n const timeout = setTimeout(() => {\n if (!settledRef.current) {\n settledRef.current = true;\n setSettled(true);\n }\n }, 500);\n return () => clearTimeout(timeout);\n }\n return undefined;\n }, [graphNodes]);\n\n const maxWidth = Math.max(graphWidth, containerWidth);\n const maxHeight = Math.max(graphHeight, containerHeight);\n\n const dimensionsRef = useRef({\n containerWidth,\n containerHeight,\n maxWidth,\n maxHeight,\n });\n dimensionsRef.current = {\n containerWidth,\n containerHeight,\n maxWidth,\n maxHeight,\n };\n\n const [_measureRef] = useMeasure();\n const measureRef = once(_measureRef);\n\n const scalableHeight =\n fit === 'grow' && !fullScreenHandle.active ? maxHeight : '100%';\n\n const containerRef = useMemo(\n () =>\n debounce((root: HTMLDivElement) => {\n if (!root) {\n return;\n }\n measureRef(root);\n\n // Set up zooming + panning\n const node: SVGSVGElement = root.querySelector(\n `svg#${DEPENDENCY_GRAPH_SVG}`,\n ) as SVGSVGElement;\n if (!node) {\n return;\n }\n const container = d3Selection.select<SVGSVGElement, null>(node);\n const workspace = d3Selection.select(node.getElementById(WORKSPACE_ID));\n\n function enableZoom() {\n container.call(\n d3Zoom\n .zoom<SVGSVGElement, null>()\n .scaleExtent([1, Infinity])\n .on('zoom', event => {\n const dims = dimensionsRef.current;\n event.transform.x = Math.min(\n 0,\n Math.max(\n event.transform.x,\n dims.maxWidth - dims.maxWidth * event.transform.k,\n ),\n );\n event.transform.y = Math.min(\n 0,\n Math.max(\n event.transform.y,\n dims.maxHeight - dims.maxHeight * event.transform.k,\n ),\n );\n workspace.attr('transform', event.transform);\n }),\n );\n }\n\n if (zoom === 'enabled') {\n enableZoom();\n } else if (zoom === 'enable-on-click') {\n container.on('click', () => enableZoom());\n }\n\n const { width: newContainerWidth, height: newContainerHeight } =\n root.getBoundingClientRect();\n const dims = dimensionsRef.current;\n if (\n dims.containerWidth !== newContainerWidth &&\n newContainerWidth <= dims.maxWidth\n ) {\n setContainerWidth(newContainerWidth);\n }\n if (\n dims.containerHeight !== newContainerHeight &&\n newContainerHeight <= dims.maxHeight\n ) {\n setContainerHeight(newContainerHeight);\n }\n }, 100),\n [measureRef, zoom],\n );\n\n const setNodesAndEdges = useCallback(() => {\n // Cleaning up lingering nodes and edges\n const currentGraphNodes = graph.current.nodes();\n const currentGraphEdges = graph.current.edges();\n\n currentGraphNodes.forEach(nodeId => {\n const remainingNode = nodes.some(node => node.id === nodeId);\n if (!remainingNode) {\n graph.current.removeNode(nodeId);\n }\n });\n\n currentGraphEdges.forEach(e => {\n const remainingEdge = edges.some(\n edge => edge.from === e.v && edge.to === e.w,\n );\n if (!remainingEdge) {\n graph.current.removeEdge(e.v, e.w);\n }\n });\n\n // Adding/updating nodes and edges\n nodes.forEach(node => {\n const existingNode = graph.current\n .nodes()\n .find(nodeId => node.id === nodeId);\n\n if (existingNode && graph.current.node(existingNode)) {\n const { width, height, x, y } = graph.current.node(existingNode);\n graph.current.setNode(existingNode, { ...node, width, height, x, y });\n } else {\n graph.current.setNode(node.id, { ...node, width: 0, height: 0 });\n }\n });\n\n edges.forEach(e => {\n graph.current.setEdge(e.from, e.to, {\n ...e,\n label: e.label,\n width: 0,\n height: 0,\n labelpos: labelPosition,\n labeloffset: labelOffset,\n weight: edgeWeight,\n minlen: edgeRanks,\n });\n });\n }, [edges, nodes, labelPosition, labelOffset, edgeWeight, edgeRanks]);\n\n const updateGraph = useMemo(\n () =>\n debounce(\n () => {\n dagre.layout(graph.current);\n const { height, width } = graph.current.graph();\n const newHeight = Math.max(0, height || 0);\n const newWidth = Math.max(0, width || 0);\n setGraphWidth(newWidth);\n setGraphHeight(newHeight);\n\n setGraphNodes(graph.current.nodes());\n setGraphEdges(graph.current.edges());\n\n if (!settledRef.current) {\n const nodeIds = graph.current.nodes();\n const hasMeasuredNodes =\n nodeIds.length > 0 &&\n nodeIds.some(id => {\n const n = graph.current.node(id);\n return n && n.width > 0 && n.height > 0;\n });\n if (hasMeasuredNodes) {\n measuredLayoutCount.current += 1;\n }\n if (measuredLayoutCount.current >= 2 || nodeIds.length === 0) {\n settledRef.current = true;\n setSettled(true);\n }\n }\n },\n 250,\n { leading: true },\n ),\n [],\n );\n\n useEffect(() => {\n graph.current.setGraph({\n rankdir: direction,\n align,\n nodesep: nodeMargin,\n edgesep: edgeMargin,\n ranksep: rankMargin,\n marginx: paddingX,\n marginy: paddingY,\n acyclicer,\n ranker,\n });\n\n setNodesAndEdges();\n updateGraph();\n\n return updateGraph.cancel;\n }, [\n acyclicer,\n align,\n direction,\n edgeMargin,\n paddingX,\n paddingY,\n nodeMargin,\n rankMargin,\n ranker,\n setNodesAndEdges,\n updateGraph,\n ]);\n\n const setNode = useCallback(\n (id: string, node: Types.DependencyNode<NodeData>) => {\n graph.current.setNode(id, node);\n updateGraph();\n if (!settledRef.current && !pendingInitialFlush.current) {\n pendingInitialFlush.current = true;\n queueMicrotask(() => {\n pendingInitialFlush.current = false;\n updateGraph.flush();\n });\n }\n return graph.current;\n },\n [updateGraph],\n );\n\n const setEdge = useCallback(\n (id: dagre.Edge, edge: Types.DependencyEdge<EdgeData>) => {\n graph.current.setEdge(id, edge);\n updateGraph();\n return graph.current;\n },\n [updateGraph],\n );\n\n return (\n <FullScreen\n handle={fullScreenHandle}\n className={classNames(\n fullScreenHandle.active ? styles.fullscreen : styles.root,\n )}\n >\n {allowFullscreen && (\n <Tooltip title={t('dependencyGraph.fullscreenTooltip')}>\n <IconButton\n className={styles.fullscreenButton}\n onClick={\n fullScreenHandle.active\n ? fullScreenHandle.exit\n : fullScreenHandle.enter\n }\n >\n {fullScreenHandle.active ? (\n <FullscreenExitIcon />\n ) : (\n <FullscreenIcon />\n )}\n </IconButton>\n </Tooltip>\n )}\n\n <div\n ref={containerRef}\n style={{\n width: '100%',\n height: '100%',\n visibility: settled ? 'visible' : 'hidden',\n }}\n >\n <svg\n {...svgProps}\n width=\"100%\"\n height={scalableHeight}\n viewBox={`0 0 ${maxWidth} ${maxHeight}`}\n id={DEPENDENCY_GRAPH_SVG}\n >\n <defs>\n <marker\n id={ARROW_MARKER_ID}\n viewBox=\"0 0 24 24\"\n markerWidth=\"14\"\n markerHeight=\"14\"\n refX=\"16\"\n refY=\"12\"\n orient=\"auto\"\n markerUnits=\"strokeWidth\"\n >\n <path\n fill={theme.palette.textSubtle}\n d=\"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z\"\n />\n </marker>\n {defs}\n </defs>\n {!transitionsReady && (\n <style>{`#${DEPENDENCY_GRAPH_SVG} * { transition: none !important; }`}</style>\n )}\n <g id={WORKSPACE_ID}>\n <svg\n width={graphWidth}\n height={graphHeight}\n y={maxHeight / 2 - graphHeight / 2}\n x={maxWidth / 2 - graphWidth / 2}\n viewBox={`0 0 ${graphWidth} ${graphHeight}`}\n >\n {graphEdges.map(e => {\n const edge = graph.current.edge(e) as GraphEdge<EdgeData>;\n if (!edge) return null;\n if (renderEdge) return renderEdge({ edge, id: e });\n\n return (\n <Edge\n key={`${e.v}-${e.w}`}\n id={e}\n setEdge={setEdge}\n render={renderLabel}\n edge={edge}\n curve={curve}\n showArrowHeads={showArrowHeads}\n />\n );\n })}\n {graphNodes.map((id: string) => {\n const node = graph.current.node(id);\n if (!node) return null;\n return (\n <Node\n key={id}\n setNode={setNode}\n render={renderNode}\n node={node}\n />\n );\n })}\n </svg>\n </g>\n </svg>\n </div>\n </FullScreen>\n );\n}\n"],"names":["useStyles","makeStyles","theme","DefaultNode","id","classes","width","setWidth","useState","height","setHeight","idRef","useRef","useLayoutEffect","renderedHeight","renderedWidth","Math","paddedWidth","padding","paddedHeight","renderDefault","props","Node","render","setNode","node","x","y","nodeRef","NODE_TEST_ID","ARROW_MARKER_ID","DefaultLabel","label","Edge","setEdge","edge","curve","showArrowHeads","points","labelRef","path","createPath","useMemo","d3Shape","d","point","isFinite","EDGE_TEST_ID","undefined","labelProps","LABEL_TEST_ID","WORKSPACE_ID","DEPENDENCY_GRAPH_SVG","DependencyGraph","edges","nodes","renderNode","direction","Types","align","nodeMargin","edgeMargin","rankMargin","paddingX","paddingY","acyclicer","ranker","labelPosition","labelOffset","edgeRanks","edgeWeight","renderEdge","renderLabel","defs","zoom","fit","allowFullscreen","svgProps","useTheme","containerWidth","setContainerWidth","containerHeight","setContainerHeight","fullScreenHandle","useFullScreenHandle","styles","t","useTranslationRef","coreComponentsTranslationRef","graph","dagre","graphWidth","setGraphWidth","graphHeight","setGraphHeight","graphNodes","setGraphNodes","graphEdges","setGraphEdges","settled","setSettled","transitionsReady","setTransitionsReady","settledRef","pendingInitialFlush","measuredLayoutCount","useEffect","frame","requestAnimationFrame","cancelAnimationFrame","timeout","setTimeout","clearTimeout","maxWidth","maxHeight","dimensionsRef","_measureRef","useMeasure","measureRef","once","scalableHeight","containerRef","debounce","root","container","d3Selection","workspace","enableZoom","d3Zoom","Infinity","event","dims","newContainerWidth","newContainerHeight","setNodesAndEdges","useCallback","currentGraphNodes","currentGraphEdges","nodeId","e","existingNode","updateGraph","newHeight","nodeIds","hasMeasuredNodes","n","queueMicrotask","FullScreen","classNames","Tooltip","IconButton","FullscreenExitIcon","FullscreenIcon"],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(()=>{"use strict";var h,g,a,e,t,i,l,r,_={},n={};function s(h){var g=n[h];if(void 0!==g)return g.exports;var a=n[h]={id:h,loaded:!1,exports:{}};return _[h].call(a.exports,a,a.exports,s),a.loaded=!0,a.exports}if(s.m=_,s.n=h=>{var g=h&&h.__esModule?()=>h.default:()=>h;return s.d(g,{a:g}),g},g=Object.getPrototypeOf?h=>Object.getPrototypeOf(h):h=>h.__proto__,s.t=function(a,e){if(1&e&&(a=this(a)),8&e||"object"==typeof a&&a&&(4&e&&a.__esModule||16&e&&"function"==typeof a.then))return a;var t=Object.create(null);s.r(t);var i={};h=h||[null,g({}),g([]),g(g)];for(var l=2&e&&a;("object"==typeof l||"function"==typeof l)&&!~h.indexOf(l);l=g(l))Object.getOwnPropertyNames(l).forEach(h=>{i[h]=()=>a[h]});return i.default=()=>a,s.d(t,i),t},s.d=(h,g)=>{for(var a in g)s.o(g,a)&&!s.o(h,a)&&Object.defineProperty(h,a,{enumerable:!0,get:g[a]})},s.f={},s.e=h=>Promise.all(Object.keys(s.f).reduce((g,a)=>(s.f[a](h,g),g),[])),s.u=h=>"static/"+(({1009:"react-syntax-highlighter_languages_highlight_bnf",1028:"react-syntax-highlighter_languages_highlight_oxygene",1107:"react-syntax-highlighter_languages_highlight_accesslog",1155:"react-syntax-highlighter_languages_highlight_xl",1313:"react-syntax-highlighter_languages_highlight_fortran",1331:"react-syntax-highlighter_languages_highlight_scss",135:"react-syntax-highlighter_languages_highlight_smali",1365:"react-syntax-highlighter_languages_highlight_fsharp",1436:"react-syntax-highlighter_languages_highlight_yaml",1497:"react-syntax-highlighter_languages_highlight_crystal",1553:"react-syntax-highlighter_languages_highlight_ini",160:"react-syntax-highlighter_languages_highlight_step21",168:"react-syntax-highlighter_languages_highlight_nsis",1822:"react-syntax-highlighter_languages_highlight_julia",1872:"react-syntax-highlighter_languages_highlight_erlang",1926:"react-syntax-highlighter_languages_highlight_ruleslanguage",1928:"react-syntax-highlighter_languages_highlight_swift",1980:"react-syntax-highlighter_languages_highlight_elixir",1981:"react-syntax-highlighter_languages_highlight_avrasm",203:"react-syntax-highlighter_languages_highlight_ocaml",2056:"react-syntax-highlighter_languages_highlight_hsp",2098:"react-syntax-highlighter_languages_highlight_sqlMore",211:"react-syntax-highlighter_languages_highlight_vim",2176:"react-syntax-highlighter_languages_highlight_ldif",220:"react-syntax-highlighter_languages_highlight_vbscript",2203:"react-syntax-highlighter_languages_highlight_nginx",221:"react-syntax-highlighter_languages_highlight_pf",2249:"react-syntax-highlighter_languages_highlight_haml",2350:"react-syntax-highlighter_languages_highlight_rib",2352:"react-syntax-highlighter_languages_highlight_erb",2377:"react-syntax-highlighter_languages_highlight_erlangRepl",2380:"react-syntax-highlighter_languages_highlight_axapta",2429:"react-syntax-highlighter_languages_highlight_lasso",2554:"react-syntax-highlighter_languages_highlight_nodeRepl",2587:"react-syntax-highlighter_languages_highlight_gcode",2766:"react-syntax-highlighter_languages_highlight_stata",278:"react-syntax-highlighter_languages_highlight_livescript",2813:"react-syntax-highlighter_languages_highlight_autoit",2866:"react-syntax-highlighter_languages_highlight_xml",2894:"react-syntax-highlighter_languages_highlight_gauss",3036:"react-syntax-highlighter_languages_highlight_htmlbars",3052:"react-syntax-highlighter_languages_highlight_q",3075:"react-syntax-highlighter_languages_highlight_juliaRepl",3147:"react-syntax-highlighter_languages_highlight_php",3151:"react-syntax-highlighter_languages_highlight_sml",3156:"react-syntax-highlighter_languages_highlight_crmsh",317:"react-syntax-highlighter_languages_highlight_phpTemplate",3192:"react-syntax-highlighter_languages_highlight_lsl",3237:"react-syntax-highlighter_languages_highlight_groovy",3248:"react-syntax-highlighter_languages_highlight_fix",3310:"react-syntax-highlighter_languages_highlight_actionscript",3321:"react-syntax-highlighter_languages_highlight_dos",3323:"react-syntax-highlighter_languages_highlight_haxe",3356:"react-syntax-highlighter_languages_highlight_typescript",3383:"react-syntax-highlighter_languages_highlight_latex",3400:"react-syntax-highlighter_languages_highlight_maxima",3414:"react-syntax-highlighter_languages_highlight_dts",3528:"react-syntax-highlighter_languages_highlight_routeros",3583:"react-syntax-highlighter_languages_highlight_mathematica",3587:"react-syntax-highlighter_languages_highlight_delphi",3600:"react-syntax-highlighter_languages_highlight_pgsql",3664:"react-syntax-highlighter_languages_highlight_applescript",368:"react-syntax-highlighter_languages_highlight_brainfuck",3724:"react-syntax-highlighter_languages_highlight_abnf",3730:"react-syntax-highlighter_languages_highlight_sas",3978:"react-syntax-highlighter_languages_highlight_coq",4163:"react-syntax-highlighter_languages_highlight_gml",4268:"react-syntax-highlighter_languages_highlight_asciidoc",4389:"react-syntax-highlighter_languages_highlight_vala",4442:"react-syntax-highlighter_languages_highlight_taggerscript",4532:"react-syntax-highlighter_languages_highlight_dsconfig",4533:"react-syntax-highlighter_languages_highlight_basic",4575:"react-syntax-highlighter_languages_highlight_objectivec",4667:"react-syntax-highlighter_languages_highlight_subunit",4702:"react-syntax-highlighter_languages_highlight_x86asm",4762:"react-syntax-highlighter_languages_highlight_markdown",4765:"react-syntax-highlighter_languages_highlight_bash",477:"react-syntax-highlighter_languages_highlight_mipsasm",5031:"react-syntax-highlighter_languages_highlight_parser3",506:"react-syntax-highlighter_languages_highlight_clean",5091:"react-syntax-highlighter_languages_highlight_tcl",514:"react-syntax-highlighter_languages_highlight_perl",5191:"react-syntax-highlighter_languages_highlight_pony",5197:"react-syntax-highlighter_languages_highlight_cLike",5204:"react-syntax-highlighter_languages_highlight_scheme",5261:"react-syntax-highlighter_languages_highlight_aspectj",5275:"react-syntax-highlighter_languages_highlight_nim",5287:"react-syntax-highlighter_languages_highlight_lisp",531:"react-syntax-highlighter_languages_highlight_leaf",5328:"react-syntax-highlighter_languages_highlight_plaintext",5374:"react-syntax-highlighter_languages_highlight_llvm",5430:"react-syntax-highlighter_languages_highlight_autohotkey",5431:"react-syntax-highlighter_languages_highlight_ada",552:"react-syntax-highlighter_languages_highlight_dns",5583:"react-syntax-highlighter_languages_highlight_java",5623:"react-syntax-highlighter_languages_highlight_arcade",5747:"react-syntax-highlighter_languages_highlight_cal",5860:"react-syntax-highlighter_languages_highlight_flix",5911:"react-syntax-highlighter_languages_highlight_livecodeserver",592:"react-syntax-highlighter_languages_highlight_hy",5944:"react-syntax-highlighter_languages_highlight_jbossCli",5982:"react-syntax-highlighter_languages_highlight_mojolicious",5998:"react-syntax-highlighter_languages_highlight_awk",6032:"react-syntax-highlighter_languages_highlight_django",6119:"react-syntax-highlighter_languages_highlight_d",6215:"react-syntax-highlighter_languages_highlight_ceylon",6267:"react-syntax-highlighter_languages_highlight_makefile",6324:"react-syntax-highlighter_languages_highlight_processing",6378:"react-syntax-highlighter_languages_highlight_reasonml",6441:"react-syntax-highlighter_languages_highlight_scala",6566:"react-syntax-highlighter_languages_highlight_c",6579:"react-syntax-highlighter_languages_highlight_tp",66:"react-syntax-highlighter_languages_highlight_powershell",6601:"react-syntax-highlighter_languages_highlight_stylus",6657:"react-syntax-highlighter_languages_highlight_gherkin",6689:"react-syntax-highlighter_languages_highlight_python",6690:"react-syntax-highlighter_languages_highlight_monkey",6735:"react-syntax-highlighter_languages_highlight_clojure",6775:"react-syntax-highlighter_languages_highlight_xquery",6798:"react-syntax-highlighter_languages_highlight_kotlin",6872:"react-syntax-highlighter_languages_highlight_openscad",6899:"react-syntax-highlighter_languages_highlight_glsl",6908:"react-syntax-highlighter_languages_highlight_golo",6924:"react-syntax-highlighter_languages_highlight_pythonRepl",6940:"react-syntax-highlighter_languages_highlight_css",6968:"react-syntax-highlighter_languages_highlight_gradle",6983:"react-syntax-highlighter_languages_highlight_arduino",7016:"react-syntax-highlighter_languages_highlight_coffeescript",7072:"react-syntax-highlighter_languages_highlight_vbnet",7082:"react-syntax-highlighter_languages_highlight_mercury",7134:"react-syntax-highlighter_languages_highlight_cpp",7197:"react-syntax-highlighter_languages_highlight_csp",7200:"react-syntax-highlighter_languages_highlight_prolog",7282:"react-syntax-highlighter_languages_highlight_twig",7301:"react-syntax-highlighter_languages_highlight_rust",7399:"react-syntax-highlighter_languages_highlight_capnproto",7472:"react-syntax-highlighter_languages_highlight_excel",7529:"react-syntax-highlighter_languages_highlight_shell",7702:"react-syntax-highlighter_languages_highlight_less",7781:"react-syntax-highlighter_languages_highlight_apache",7795:"react-syntax-highlighter_languages_highlight_sql",7830:"react-syntax-highlighter_languages_highlight_armasm",7855:"react-syntax-highlighter_languages_highlight_dust",7923:"react-syntax-highlighter_languages_highlight_handlebars",7941:"react-syntax-highlighter_languages_highlight_sqf",7991:"react-syntax-highlighter_languages_highlight_purebasic",7997:"react-syntax-highlighter_languages_highlight_isbl",8011:"react-syntax-highlighter_languages_highlight_stan",8138:"react-syntax-highlighter_languages_highlight_matlab",8183:"react-syntax-highlighter_languages_highlight_ruby",8190:"react-syntax-highlighter_languages_highlight_oneC",8280:"react-syntax-highlighter_languages_highlight_thrift",8317:"react-syntax-highlighter_languages_highlight_angelscript",8332:"react-syntax-highlighter_languages_highlight_mizar",8441:"react-syntax-highlighter_languages_highlight_vhdl",8508:"react-syntax-highlighter/lowlight-import",8568:"react-syntax-highlighter_languages_highlight_nix",8599:"react-syntax-highlighter_languages_highlight_haskell",8614:"react-syntax-highlighter_languages_highlight_smalltalk",8646:"react-syntax-highlighter_languages_highlight_tap",8698:"react-syntax-highlighter_languages_highlight_dart",8736:"react-syntax-highlighter_languages_highlight_cos",8856:"react-syntax-highlighter_languages_highlight_protobuf",8858:"react-syntax-highlighter_languages_highlight_rsl",9047:"react-syntax-highlighter_languages_highlight_gams",9108:"react-syntax-highlighter_languages_highlight_cmake",9142:"react-syntax-highlighter_languages_highlight_clojureRepl",9146:"react-syntax-highlighter_languages_highlight_properties",9169:"react-syntax-highlighter_languages_highlight_verilog",9281:"react-syntax-highlighter_languages_highlight_mel",9285:"react-syntax-highlighter_languages_highlight_go",9352:"react-syntax-highlighter_languages_highlight_ebnf",9404:"react-syntax-highlighter_languages_highlight_csharp",9453:"react-syntax-highlighter_languages_highlight_inform7",9457:"react-syntax-highlighter_languages_highlight_json",9517:"react-syntax-highlighter_languages_highlight_qml",9573:"react-syntax-highlighter_languages_highlight_dockerfile",9655:"react-syntax-highlighter_languages_highlight_scilab",9661:"react-syntax-highlighter_languages_highlight_r",9676:"react-syntax-highlighter_languages_highlight_diff",97:"react-syntax-highlighter_languages_highlight_lua",9751:"react-syntax-highlighter_languages_highlight_elm",9829:"react-syntax-highlighter_languages_highlight_zephir",9842:"react-syntax-highlighter_languages_highlight_profile",9860:"react-syntax-highlighter_languages_highlight_javascript",987:"react-syntax-highlighter_languages_highlight_irpf90",9873:"react-syntax-highlighter_languages_highlight_roboconf",9893:"react-syntax-highlighter_languages_highlight_puppet",9927:"react-syntax-highlighter_languages_highlight_n1ql",9935:"react-syntax-highlighter_languages_highlight_http",9969:"react-syntax-highlighter_languages_highlight_vbscriptHtml",9989:"react-syntax-highlighter_languages_highlight_moonscript"})[h]||h)+"."+({1009:"5a42db9cce03",1028:"84f111a648b8",1107:"f8bbce944c21",1134:"cdfeb48e4304",1155:"695e8d550051",123:"17ba74344cfb",1313:"04b2a5a556a5",1331:"aec8272c1cb4",1335:"2ae279ef8d31",135:"23044050c6f2",1365:"7988ed4e38b5",1419:"9c40a78092e8",1435:"8322a7d8da03",1436:"42a553dec40d",1497:"509d9146841c",1553:"bbce5871036d",160:"7b906f472300",1659:"7703569164e7",168:"3218ede70cfc",1749:"88362feb3025",1822:"9885cff1199a",1872:"38aea23578c2",1926:"106aee32f0a7",1928:"7ec06b76407d",1980:"c15933736b83",1981:"62553f079d2a",1994:"9aa1aebaec2f",203:"f213d3155bd8",2056:"5376ef0db5a2",2098:"c0ac00fdd92b",211:"571a802572fb",2176:"b25091568616",220:"1fbe4ca6d20a",2203:"8361beb98470",221:"25c9c64b8a9c",2249:"25035dee0024",2295:"028515e97333",2350:"3eed6b26610f",2352:"807b2491f11a",2377:"ff80b030ddff",2380:"dd2c7ea9bfd3",2429:"ec6e896db3eb",2504:"8ccb0af5b422",2554:"512f4397faef",2587:"e9d5fd8a4d51",2766:"e15d3bb82c4d",278:"c8af0788c576",2813:"87830bba8110",2866:"dc546b6bf37e",2894:"e70abd35ff73",3036:"b043aee3ca86",3052:"6caef90ee963",3075:"c09fc097a58f",3147:"b8b5953006ba",3151:"51aa8d3a11eb",3156:"a469352487f8",317:"cfefbc3112bc",3192:"67f363570b7f",3237:"208e2d62777c",3248:"2f15661f2ecd",3310:"6726db370e9f",3321:"5861997af0ea",3323:"9e166cca5c01",3356:"8653b4a629ea",3383:"bd1a8b41909a",3400:"20948c02295a",3414:"c5715c3e4527",346:"eaa587ff6d0a",3528:"fb8760642d74",3554:"74db42b72e63",3583:"117845edf5ec",3587:"8692a983b1fe",3600:"812620113154",3641:"3c249272db15",3664:"a0c299f83c27",368:"c008e73778f3",3724:"9c1dacedf303",3730:"8c803b5a4feb",3978:"34f2fc77c29a",4068:"1e59fc00958d",4163:"8de1087f905c",4210:"8b97525a6ddc",4268:"82e98604ec86",4389:"e3532263cec1",4424:"e6c1b7a79f04",4442:"e27e3a9a6afb",4498:"cf9b7a68936e",4532:"7f103a537cac",4533:"547acf001b45",4575:"119077ab1aca",4587:"a32560fdf4bd",4591:"b5ae39667626",4648:"6f92a6abe9a6",4667:"2cfab47a0477",4702:"cc8038f80e2f",4762:"db3eb474d913",4765:"e2c937be905c",477:"b934b994688f",4923:"4e90c656282c",5031:"6d38143f9e50",506:"680b7355826c",5091:"137683cb47d5",514:"41d231da6e25",5191:"1d706cf325c7",5197:"718b171e1ee3",5204:"45e5a986c029",5261:"f770a55f1b9a",5275:"5297c5851e8d",5287:"3eb8a9e5451b",531:"eb126217252c",5328:"dc10adc4e18d",5374:"5677a2cc24ce",5430:"1e15c7a3ee5d",5431:"4cb74386e6aa",5443:"43dc15308f28",552:"ac9459097819",5583:"d820666e3975",5588:"e2ec3ec3c5bd",5623:"fb1536b024c0",5635:"6c38cedeb9ed",5747:"8a36a3e2f464",5860:"1dc1946e27af",5911:"37def0172147",592:"49c1291f2b45",5937:"300a8121fbeb",5944:"2643a231d7cc",5954:"fa4f85ba1dfd",5982:"623b3bb446a5",5998:"b79bf0457fab",6032:"b2788b0e9cd2",6119:"d5c74330692c",6138:"1ca1ddf4e4b2",6215:"3b77e5c81767",6267:"970d597952ac",6270:"58897fc165db",6324:"6a466425d322",6378:"f082d166af31",6441:"3e132cc3f609",6566:"75a9cfd844bc",6579:"a295397365e8",66:"7696b3bfe9bf",6601:"e02017dbb912",6657:"f4eb0069661b",6689:"d8bdb3a79ab7",6690:"527768b465b2",6718:"89aeb24410af",6735:"585fab193132",6765:"828c416f661a",6775:"6d560659353c",6798:"fdc8ce17f4c3",6872:"15fa0de28faf",6899:"acaa4ce80ac5",6908:"500674c538b0",6924:"e79d537fd142",6940:"11a2843d2baa",6968:"4c9f89b539fe",6983:"87dd8e99d3dc",7016:"00b6361daa7f",7072:"e382e2cc9383",7082:"cbc4bd7d6fcd",7134:"20911cec65d4",7197:"f2adfdd0d881",7200:"c451793f1ce7",7203:"b379d4185674",7226:"07a43ca65ff9",7227:"69beafefd075",7282:"ecdc80807a55",7301:"80fbc32c3af0",7346:"83cd59830e4d",7399:"f72803cae5f9",7472:"9809922bf0d9",7529:"996444a24125",7632:"d2fd37a3ce88",7702:"9d03ef0a63a7",7781:"e7bd7efc934b",7795:"cb93c2cb15cc",7830:"c972ff57bb65",7855:"166885be9b91",7923:"fe762f4ec7dd",7941:"50423da17e52",7991:"ea9d0965cc26",7997:"3253c949b5ab",7998:"75a90b89c056",8011:"ace548cef066",8125:"350b517e81f9",8138:"08778bdbea4a",8183:"e50ee49a54f0",8190:"6715f639fde0",8280:"8bb31405701c",8292:"48ee1553aa14",8317:"5040ff26bf89",8332:"f93e74f0e9f8",8441:"91465c7dfb08",8461:"22328d76cc09",8508:"df3f7284ae55",8568:"d023795f2232",8599:"9e5904ba69fd",8614:"a5cf17fe548d",8646:"de91701e3b1f",8698:"ed5e5df0cc95",8736:"c426021ef7f9",8856:"c305a87f0e3d",8858:"19462c98d50f",8877:"a5adc2d15b56",9047:"f4292e3ed90f",9050:"a4c1629cc066",9108:"423051f693bd",9142:"724c4e36930d",9146:"30098c921506",9169:"b95a853ea85f",9230:"9bee58f48b03",9281:"e8d9851881e0",9285:"75253bb6dcc1",9352:"091b0e611c95",9404:"70dfbffa8231",9453:"80199420fb4c",9457:"00120d614ce1",9517:"1975f43afc80",9573:"77f7430b8713",9655:"3f4d7a7c4828",9661:"92d735982fc5",9676:"e5d645df2933",97:"55e057e9ef1b",9751:"a34b1a378cb2",9829:"ed4cc03db02d",9842:"ed584f1fa704",9860:"67fa755c71e7",987:"626f4fc67e04",9873:"13f37d9c55ee",9893:"f343a63e662e",9927:"3b7230fc54f1",9935:"678d2ab3ea48",9969:"451a5484ce00",9989:"0712f7e67e91"})[h]+".chunk.js",s.miniCssF=h=>"static/"+h+"."+h+"."+({1749:"0ed282b2400c",1994:"e10220c536b1",2295:"23bcabf398d2",3641:"4b26282c57d7",4648:"580b4d75b06d",5443:"804cbe3e4731",5954:"08de64e2b55b",6138:"c6fd421470ad",7203:"67b3a0f0c8f1",9050:"20ad0d6233b6",9230:"342166022d0b"})[h]+".css",s.g=(()=>{if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(h){if("object"==typeof window)return window}})(),s.o=(h,g)=>Object.prototype.hasOwnProperty.call(h,g),a={},e="techdocs-cli-embedded-app:",s.l=function(h,g,t,i){if(a[h])return void a[h].push(g);if(void 0!==t)for(var l,r,_=document.getElementsByTagName("script"),n=0;n<_.length;n++){var c=_[n];if(c.getAttribute("src")==h||c.getAttribute("data-rspack")==e+t){l=c;break}}l||(r=!0,(l=document.createElement("script")).timeout=120,s.nc&&l.setAttribute("nonce",s.nc),l.setAttribute("data-rspack",e+t),l.src=h),a[h]=[g];var u=function(g,e){l.onerror=l.onload=null,clearTimeout(f);var t=a[h];if(delete a[h],l.parentNode&&l.parentNode.removeChild(l),t&&t.forEach(function(h){return h(e)}),g)return g(e)},f=setTimeout(u.bind(null,void 0,{type:"timeout",target:l}),12e4);l.onerror=u.bind(null,l.onerror),l.onload=u.bind(null,l.onload),r&&document.head.appendChild(l)},s.r=h=>{"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(h,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(h,"__esModule",{value:!0})},s.nmd=h=>(h.paths=[],h.children||(h.children=[]),h),t=[],s.O=(h,g,a,e)=>{if(g){e=e||0;for(var i=t.length;i>0&&t[i-1][2]>e;i--)t[i]=t[i-1];t[i]=[g,a,e];return}for(var l=1/0,i=0;i<t.length;i++){for(var g=t[i][0],a=t[i][1],e=t[i][2],r=!0,_=0;_<g.length;_++)(!1&e||l>=e)&&Object.keys(s.O).every(h=>s.O[h](g[_]))?g.splice(_--,1):(r=!1,e<l&&(l=e));if(r){t.splice(i--,1);var n=a();void 0!==n&&(h=n)}}return h},s.p="/",s.rv=()=>"1.7.11","u">typeof document){var c=function(h,g,a,e,t){let i,l;var r=document.createElement("link");return r.rel="stylesheet",r.type="text/css",s.nc&&(r.nonce=s.nc),r.href=g,r.onerror=r.onload=function(a){if(r.onerror=r.onload=null,"load"===a.type)e();else{var i=a&&("load"===a.type?"missing":a.type),l=a&&a.target&&a.target.href||g,_=Error("Loading CSS chunk "+h+" failed.\\n("+l+")");_.code="CSS_CHUNK_LOAD_FAILED",_.type=i,_.request=l,r.parentNode&&r.parentNode.removeChild(r),t(_)}},(l=(i=document.head).querySelector("style[data-jss]"))?i.insertBefore(r,l):i.appendChild(r),r},u=function(h,g){for(var a=document.getElementsByTagName("link"),e=0;e<a.length;e++){var t=a[e],i=t.getAttribute("data-href")||t.getAttribute("href");if(i&&(i=i.split("?")[0]),"stylesheet"===t.rel&&(i===h||i===g))return t}for(var l=document.getElementsByTagName("style"),e=0;e<l.length;e++){var t=l[e],i=t.getAttribute("data-href");if(i===h||i===g)return t}},f={3146:0};s.f.miniCss=function(h,g){if(f[h])g.push(f[h]);else 0!==f[h]&&({1749:1,1994:1,2295:1,3641:1,4648:1,5443:1,5954:1,6138:1,7203:1,9050:1,9230:1})[h]&&g.push(f[h]=new Promise(function(g,a){var e=s.miniCssF(h),t=s.p+e;if(u(e,t))return g();c(h,t,null,g,a)}).then(function(){f[h]=0},function(g){throw delete f[h],g}))}}i={3146:0},s.f.j=function(h,g){var a=s.o(i,h)?i[h]:void 0;if(0!==a)if(a)g.push(a[2]);else if(3146!=h){var e=new Promise((g,e)=>a=i[h]=[g,e]);g.push(a[2]=e);var t=s.p+s.u(h),l=Error();s.l(t,function(g){if(s.o(i,h)&&(0!==(a=i[h])&&(i[h]=void 0),a)){var e=g&&("load"===g.type?"missing":g.type),t=g&&g.target&&g.target.src;l.message="Loading chunk "+h+" failed.\n("+e+": "+t+")",l.name="ChunkLoadError",l.type=e,l.request=t,a[1](l)}},"chunk-"+h,h)}else i[h]=0},s.O.j=h=>0===i[h],l=(h,g)=>{var a,e,t=g[0],l=g[1],r=g[2],_=0;if(t.some(h=>0!==i[h])){for(a in l)s.o(l,a)&&(s.m[a]=l[a]);if(r)var n=r(s)}for(h&&h(g);_<t.length;_++)e=t[_],s.o(i,e)&&i[e]&&i[e][0](),i[e]=0;return s.O(n)},(r=self.webpackChunktechdocs_cli_embedded_app=self.webpackChunktechdocs_cli_embedded_app||[]).forEach(l.bind(null,0)),r.push=l.bind(null,r.push.bind(r)),s.ruid="bundler=rspack@1.7.11"})();
|
|
2
|
-
//# sourceMappingURL=runtime.
|
|
1
|
+
(()=>{"use strict";var h,g,a,e,t,i,l,r,_={},n={};function s(h){var g=n[h];if(void 0!==g)return g.exports;var a=n[h]={id:h,loaded:!1,exports:{}};return _[h].call(a.exports,a,a.exports,s),a.loaded=!0,a.exports}if(s.m=_,s.n=h=>{var g=h&&h.__esModule?()=>h.default:()=>h;return s.d(g,{a:g}),g},g=Object.getPrototypeOf?h=>Object.getPrototypeOf(h):h=>h.__proto__,s.t=function(a,e){if(1&e&&(a=this(a)),8&e||"object"==typeof a&&a&&(4&e&&a.__esModule||16&e&&"function"==typeof a.then))return a;var t=Object.create(null);s.r(t);var i={};h=h||[null,g({}),g([]),g(g)];for(var l=2&e&&a;("object"==typeof l||"function"==typeof l)&&!~h.indexOf(l);l=g(l))Object.getOwnPropertyNames(l).forEach(h=>{i[h]=()=>a[h]});return i.default=()=>a,s.d(t,i),t},s.d=(h,g)=>{for(var a in g)s.o(g,a)&&!s.o(h,a)&&Object.defineProperty(h,a,{enumerable:!0,get:g[a]})},s.f={},s.e=h=>Promise.all(Object.keys(s.f).reduce((g,a)=>(s.f[a](h,g),g),[])),s.u=h=>"static/"+(({1009:"react-syntax-highlighter_languages_highlight_bnf",1028:"react-syntax-highlighter_languages_highlight_oxygene",1107:"react-syntax-highlighter_languages_highlight_accesslog",1155:"react-syntax-highlighter_languages_highlight_xl",1313:"react-syntax-highlighter_languages_highlight_fortran",1331:"react-syntax-highlighter_languages_highlight_scss",135:"react-syntax-highlighter_languages_highlight_smali",1365:"react-syntax-highlighter_languages_highlight_fsharp",1436:"react-syntax-highlighter_languages_highlight_yaml",1497:"react-syntax-highlighter_languages_highlight_crystal",1553:"react-syntax-highlighter_languages_highlight_ini",160:"react-syntax-highlighter_languages_highlight_step21",168:"react-syntax-highlighter_languages_highlight_nsis",1822:"react-syntax-highlighter_languages_highlight_julia",1872:"react-syntax-highlighter_languages_highlight_erlang",1926:"react-syntax-highlighter_languages_highlight_ruleslanguage",1928:"react-syntax-highlighter_languages_highlight_swift",1980:"react-syntax-highlighter_languages_highlight_elixir",1981:"react-syntax-highlighter_languages_highlight_avrasm",203:"react-syntax-highlighter_languages_highlight_ocaml",2056:"react-syntax-highlighter_languages_highlight_hsp",2098:"react-syntax-highlighter_languages_highlight_sqlMore",211:"react-syntax-highlighter_languages_highlight_vim",2176:"react-syntax-highlighter_languages_highlight_ldif",220:"react-syntax-highlighter_languages_highlight_vbscript",2203:"react-syntax-highlighter_languages_highlight_nginx",221:"react-syntax-highlighter_languages_highlight_pf",2249:"react-syntax-highlighter_languages_highlight_haml",2350:"react-syntax-highlighter_languages_highlight_rib",2352:"react-syntax-highlighter_languages_highlight_erb",2377:"react-syntax-highlighter_languages_highlight_erlangRepl",2380:"react-syntax-highlighter_languages_highlight_axapta",2429:"react-syntax-highlighter_languages_highlight_lasso",2554:"react-syntax-highlighter_languages_highlight_nodeRepl",2587:"react-syntax-highlighter_languages_highlight_gcode",2766:"react-syntax-highlighter_languages_highlight_stata",278:"react-syntax-highlighter_languages_highlight_livescript",2813:"react-syntax-highlighter_languages_highlight_autoit",2866:"react-syntax-highlighter_languages_highlight_xml",2894:"react-syntax-highlighter_languages_highlight_gauss",3036:"react-syntax-highlighter_languages_highlight_htmlbars",3052:"react-syntax-highlighter_languages_highlight_q",3075:"react-syntax-highlighter_languages_highlight_juliaRepl",3147:"react-syntax-highlighter_languages_highlight_php",3151:"react-syntax-highlighter_languages_highlight_sml",3156:"react-syntax-highlighter_languages_highlight_crmsh",317:"react-syntax-highlighter_languages_highlight_phpTemplate",3192:"react-syntax-highlighter_languages_highlight_lsl",3237:"react-syntax-highlighter_languages_highlight_groovy",3248:"react-syntax-highlighter_languages_highlight_fix",3310:"react-syntax-highlighter_languages_highlight_actionscript",3321:"react-syntax-highlighter_languages_highlight_dos",3323:"react-syntax-highlighter_languages_highlight_haxe",3356:"react-syntax-highlighter_languages_highlight_typescript",3383:"react-syntax-highlighter_languages_highlight_latex",3400:"react-syntax-highlighter_languages_highlight_maxima",3414:"react-syntax-highlighter_languages_highlight_dts",3528:"react-syntax-highlighter_languages_highlight_routeros",3583:"react-syntax-highlighter_languages_highlight_mathematica",3587:"react-syntax-highlighter_languages_highlight_delphi",3600:"react-syntax-highlighter_languages_highlight_pgsql",3664:"react-syntax-highlighter_languages_highlight_applescript",368:"react-syntax-highlighter_languages_highlight_brainfuck",3724:"react-syntax-highlighter_languages_highlight_abnf",3730:"react-syntax-highlighter_languages_highlight_sas",3978:"react-syntax-highlighter_languages_highlight_coq",4163:"react-syntax-highlighter_languages_highlight_gml",4268:"react-syntax-highlighter_languages_highlight_asciidoc",4389:"react-syntax-highlighter_languages_highlight_vala",4442:"react-syntax-highlighter_languages_highlight_taggerscript",4532:"react-syntax-highlighter_languages_highlight_dsconfig",4533:"react-syntax-highlighter_languages_highlight_basic",4575:"react-syntax-highlighter_languages_highlight_objectivec",4667:"react-syntax-highlighter_languages_highlight_subunit",4702:"react-syntax-highlighter_languages_highlight_x86asm",4762:"react-syntax-highlighter_languages_highlight_markdown",4765:"react-syntax-highlighter_languages_highlight_bash",477:"react-syntax-highlighter_languages_highlight_mipsasm",5031:"react-syntax-highlighter_languages_highlight_parser3",506:"react-syntax-highlighter_languages_highlight_clean",5091:"react-syntax-highlighter_languages_highlight_tcl",514:"react-syntax-highlighter_languages_highlight_perl",5191:"react-syntax-highlighter_languages_highlight_pony",5197:"react-syntax-highlighter_languages_highlight_cLike",5204:"react-syntax-highlighter_languages_highlight_scheme",5261:"react-syntax-highlighter_languages_highlight_aspectj",5275:"react-syntax-highlighter_languages_highlight_nim",5287:"react-syntax-highlighter_languages_highlight_lisp",531:"react-syntax-highlighter_languages_highlight_leaf",5328:"react-syntax-highlighter_languages_highlight_plaintext",5374:"react-syntax-highlighter_languages_highlight_llvm",5430:"react-syntax-highlighter_languages_highlight_autohotkey",5431:"react-syntax-highlighter_languages_highlight_ada",552:"react-syntax-highlighter_languages_highlight_dns",5583:"react-syntax-highlighter_languages_highlight_java",5623:"react-syntax-highlighter_languages_highlight_arcade",5747:"react-syntax-highlighter_languages_highlight_cal",5860:"react-syntax-highlighter_languages_highlight_flix",5911:"react-syntax-highlighter_languages_highlight_livecodeserver",592:"react-syntax-highlighter_languages_highlight_hy",5944:"react-syntax-highlighter_languages_highlight_jbossCli",5982:"react-syntax-highlighter_languages_highlight_mojolicious",5998:"react-syntax-highlighter_languages_highlight_awk",6032:"react-syntax-highlighter_languages_highlight_django",6119:"react-syntax-highlighter_languages_highlight_d",6215:"react-syntax-highlighter_languages_highlight_ceylon",6267:"react-syntax-highlighter_languages_highlight_makefile",6324:"react-syntax-highlighter_languages_highlight_processing",6378:"react-syntax-highlighter_languages_highlight_reasonml",6441:"react-syntax-highlighter_languages_highlight_scala",6566:"react-syntax-highlighter_languages_highlight_c",6579:"react-syntax-highlighter_languages_highlight_tp",66:"react-syntax-highlighter_languages_highlight_powershell",6601:"react-syntax-highlighter_languages_highlight_stylus",6657:"react-syntax-highlighter_languages_highlight_gherkin",6689:"react-syntax-highlighter_languages_highlight_python",6690:"react-syntax-highlighter_languages_highlight_monkey",6735:"react-syntax-highlighter_languages_highlight_clojure",6775:"react-syntax-highlighter_languages_highlight_xquery",6798:"react-syntax-highlighter_languages_highlight_kotlin",6872:"react-syntax-highlighter_languages_highlight_openscad",6899:"react-syntax-highlighter_languages_highlight_glsl",6908:"react-syntax-highlighter_languages_highlight_golo",6924:"react-syntax-highlighter_languages_highlight_pythonRepl",6940:"react-syntax-highlighter_languages_highlight_css",6968:"react-syntax-highlighter_languages_highlight_gradle",6983:"react-syntax-highlighter_languages_highlight_arduino",7016:"react-syntax-highlighter_languages_highlight_coffeescript",7072:"react-syntax-highlighter_languages_highlight_vbnet",7082:"react-syntax-highlighter_languages_highlight_mercury",7134:"react-syntax-highlighter_languages_highlight_cpp",7197:"react-syntax-highlighter_languages_highlight_csp",7200:"react-syntax-highlighter_languages_highlight_prolog",7282:"react-syntax-highlighter_languages_highlight_twig",7301:"react-syntax-highlighter_languages_highlight_rust",7399:"react-syntax-highlighter_languages_highlight_capnproto",7472:"react-syntax-highlighter_languages_highlight_excel",7529:"react-syntax-highlighter_languages_highlight_shell",7702:"react-syntax-highlighter_languages_highlight_less",7781:"react-syntax-highlighter_languages_highlight_apache",7795:"react-syntax-highlighter_languages_highlight_sql",7830:"react-syntax-highlighter_languages_highlight_armasm",7855:"react-syntax-highlighter_languages_highlight_dust",7923:"react-syntax-highlighter_languages_highlight_handlebars",7941:"react-syntax-highlighter_languages_highlight_sqf",7991:"react-syntax-highlighter_languages_highlight_purebasic",7997:"react-syntax-highlighter_languages_highlight_isbl",8011:"react-syntax-highlighter_languages_highlight_stan",8138:"react-syntax-highlighter_languages_highlight_matlab",8183:"react-syntax-highlighter_languages_highlight_ruby",8190:"react-syntax-highlighter_languages_highlight_oneC",8280:"react-syntax-highlighter_languages_highlight_thrift",8317:"react-syntax-highlighter_languages_highlight_angelscript",8332:"react-syntax-highlighter_languages_highlight_mizar",8441:"react-syntax-highlighter_languages_highlight_vhdl",8508:"react-syntax-highlighter/lowlight-import",8568:"react-syntax-highlighter_languages_highlight_nix",8599:"react-syntax-highlighter_languages_highlight_haskell",8614:"react-syntax-highlighter_languages_highlight_smalltalk",8646:"react-syntax-highlighter_languages_highlight_tap",8698:"react-syntax-highlighter_languages_highlight_dart",8736:"react-syntax-highlighter_languages_highlight_cos",8856:"react-syntax-highlighter_languages_highlight_protobuf",8858:"react-syntax-highlighter_languages_highlight_rsl",9047:"react-syntax-highlighter_languages_highlight_gams",9108:"react-syntax-highlighter_languages_highlight_cmake",9142:"react-syntax-highlighter_languages_highlight_clojureRepl",9146:"react-syntax-highlighter_languages_highlight_properties",9169:"react-syntax-highlighter_languages_highlight_verilog",9281:"react-syntax-highlighter_languages_highlight_mel",9285:"react-syntax-highlighter_languages_highlight_go",9352:"react-syntax-highlighter_languages_highlight_ebnf",9404:"react-syntax-highlighter_languages_highlight_csharp",9453:"react-syntax-highlighter_languages_highlight_inform7",9457:"react-syntax-highlighter_languages_highlight_json",9517:"react-syntax-highlighter_languages_highlight_qml",9573:"react-syntax-highlighter_languages_highlight_dockerfile",9655:"react-syntax-highlighter_languages_highlight_scilab",9661:"react-syntax-highlighter_languages_highlight_r",9676:"react-syntax-highlighter_languages_highlight_diff",97:"react-syntax-highlighter_languages_highlight_lua",9751:"react-syntax-highlighter_languages_highlight_elm",9829:"react-syntax-highlighter_languages_highlight_zephir",9842:"react-syntax-highlighter_languages_highlight_profile",9860:"react-syntax-highlighter_languages_highlight_javascript",987:"react-syntax-highlighter_languages_highlight_irpf90",9873:"react-syntax-highlighter_languages_highlight_roboconf",9893:"react-syntax-highlighter_languages_highlight_puppet",9927:"react-syntax-highlighter_languages_highlight_n1ql",9935:"react-syntax-highlighter_languages_highlight_http",9969:"react-syntax-highlighter_languages_highlight_vbscriptHtml",9989:"react-syntax-highlighter_languages_highlight_moonscript"})[h]||h)+"."+({1009:"5a42db9cce03",1028:"84f111a648b8",1107:"f8bbce944c21",1134:"cdfeb48e4304",1155:"695e8d550051",123:"5ad0882dc443",1313:"04b2a5a556a5",1331:"aec8272c1cb4",1335:"2ae279ef8d31",135:"23044050c6f2",1365:"7988ed4e38b5",1419:"9c40a78092e8",1435:"8322a7d8da03",1436:"42a553dec40d",1497:"509d9146841c",1553:"bbce5871036d",160:"7b906f472300",1659:"ab865786f24e",168:"3218ede70cfc",1749:"88362feb3025",1822:"9885cff1199a",1872:"38aea23578c2",1926:"106aee32f0a7",1928:"7ec06b76407d",1980:"c15933736b83",1981:"62553f079d2a",1994:"9aa1aebaec2f",203:"f213d3155bd8",2056:"5376ef0db5a2",2098:"c0ac00fdd92b",211:"571a802572fb",2176:"b25091568616",220:"1fbe4ca6d20a",2203:"8361beb98470",221:"25c9c64b8a9c",2249:"25035dee0024",2295:"028515e97333",2350:"3eed6b26610f",2352:"807b2491f11a",2377:"ff80b030ddff",2380:"dd2c7ea9bfd3",2429:"ec6e896db3eb",2504:"8ccb0af5b422",2554:"512f4397faef",2587:"e9d5fd8a4d51",2766:"e15d3bb82c4d",278:"c8af0788c576",2813:"87830bba8110",2866:"dc546b6bf37e",2894:"e70abd35ff73",3036:"b043aee3ca86",3052:"6caef90ee963",3075:"c09fc097a58f",3147:"b8b5953006ba",3151:"51aa8d3a11eb",3156:"a469352487f8",317:"cfefbc3112bc",3192:"67f363570b7f",3237:"208e2d62777c",3248:"2f15661f2ecd",3310:"6726db370e9f",3321:"5861997af0ea",3323:"9e166cca5c01",3356:"8653b4a629ea",3383:"bd1a8b41909a",3400:"20948c02295a",3414:"c5715c3e4527",346:"eaa587ff6d0a",3528:"fb8760642d74",3554:"74db42b72e63",3583:"117845edf5ec",3587:"8692a983b1fe",3600:"812620113154",3641:"3c249272db15",3664:"a0c299f83c27",368:"c008e73778f3",3724:"9c1dacedf303",3730:"8c803b5a4feb",3978:"34f2fc77c29a",4068:"1e59fc00958d",4163:"8de1087f905c",4210:"8b97525a6ddc",4268:"82e98604ec86",4389:"e3532263cec1",4424:"e6c1b7a79f04",4442:"e27e3a9a6afb",4498:"cf9b7a68936e",4532:"7f103a537cac",4533:"547acf001b45",4575:"119077ab1aca",4587:"e73a3334fde1",4591:"b5ae39667626",4648:"6f92a6abe9a6",4667:"2cfab47a0477",4702:"cc8038f80e2f",4762:"db3eb474d913",4765:"e2c937be905c",477:"b934b994688f",4923:"4e90c656282c",5031:"6d38143f9e50",506:"680b7355826c",5091:"137683cb47d5",514:"41d231da6e25",5191:"1d706cf325c7",5197:"718b171e1ee3",5204:"45e5a986c029",5261:"f770a55f1b9a",5275:"5297c5851e8d",5287:"3eb8a9e5451b",531:"eb126217252c",5328:"dc10adc4e18d",5374:"5677a2cc24ce",5430:"1e15c7a3ee5d",5431:"4cb74386e6aa",5443:"43dc15308f28",552:"ac9459097819",5583:"d820666e3975",5588:"e2ec3ec3c5bd",5623:"fb1536b024c0",5635:"6c38cedeb9ed",5747:"8a36a3e2f464",5860:"1dc1946e27af",5911:"37def0172147",592:"49c1291f2b45",5937:"300a8121fbeb",5944:"2643a231d7cc",5954:"fa4f85ba1dfd",5982:"623b3bb446a5",5998:"b79bf0457fab",6032:"b2788b0e9cd2",6119:"d5c74330692c",6138:"1ca1ddf4e4b2",6215:"3b77e5c81767",6267:"970d597952ac",6270:"58897fc165db",6324:"6a466425d322",6378:"f082d166af31",6441:"3e132cc3f609",6566:"75a9cfd844bc",6579:"a295397365e8",66:"7696b3bfe9bf",6601:"e02017dbb912",6657:"f4eb0069661b",6689:"d8bdb3a79ab7",6690:"527768b465b2",6718:"89aeb24410af",6735:"585fab193132",6765:"828c416f661a",6775:"6d560659353c",6798:"fdc8ce17f4c3",6872:"15fa0de28faf",6899:"acaa4ce80ac5",6908:"500674c538b0",6924:"e79d537fd142",6940:"11a2843d2baa",6968:"4c9f89b539fe",6983:"87dd8e99d3dc",7016:"00b6361daa7f",7072:"e382e2cc9383",7082:"cbc4bd7d6fcd",7134:"20911cec65d4",7197:"f2adfdd0d881",7200:"c451793f1ce7",7203:"b379d4185674",7226:"07a43ca65ff9",7227:"69beafefd075",7282:"ecdc80807a55",7301:"80fbc32c3af0",7346:"83cd59830e4d",7399:"f72803cae5f9",7472:"9809922bf0d9",7529:"996444a24125",7632:"3917bed33d55",7702:"9d03ef0a63a7",7781:"e7bd7efc934b",7795:"cb93c2cb15cc",7830:"c972ff57bb65",7855:"166885be9b91",7923:"fe762f4ec7dd",7941:"50423da17e52",7991:"ea9d0965cc26",7997:"3253c949b5ab",7998:"75a90b89c056",8011:"ace548cef066",8125:"350b517e81f9",8138:"08778bdbea4a",8183:"e50ee49a54f0",8190:"6715f639fde0",8280:"8bb31405701c",8292:"48ee1553aa14",8317:"5040ff26bf89",8332:"f93e74f0e9f8",8441:"91465c7dfb08",8461:"22328d76cc09",8508:"df3f7284ae55",8568:"d023795f2232",8599:"9e5904ba69fd",8614:"a5cf17fe548d",8646:"de91701e3b1f",8698:"ed5e5df0cc95",8736:"c426021ef7f9",8856:"c305a87f0e3d",8858:"19462c98d50f",8877:"a5adc2d15b56",9047:"f4292e3ed90f",9050:"a4c1629cc066",9108:"423051f693bd",9142:"724c4e36930d",9146:"30098c921506",9169:"b95a853ea85f",9230:"9bee58f48b03",9281:"e8d9851881e0",9285:"75253bb6dcc1",9352:"091b0e611c95",9404:"70dfbffa8231",9453:"80199420fb4c",9457:"00120d614ce1",9517:"1975f43afc80",9573:"77f7430b8713",9655:"3f4d7a7c4828",9661:"92d735982fc5",9676:"e5d645df2933",97:"55e057e9ef1b",9751:"a34b1a378cb2",9829:"ed4cc03db02d",9842:"ed584f1fa704",9860:"67fa755c71e7",987:"626f4fc67e04",9873:"13f37d9c55ee",9893:"f343a63e662e",9927:"3b7230fc54f1",9935:"678d2ab3ea48",9969:"451a5484ce00",9989:"0712f7e67e91"})[h]+".chunk.js",s.miniCssF=h=>"static/"+h+"."+h+"."+({1749:"0ed282b2400c",1994:"e10220c536b1",2295:"23bcabf398d2",3641:"4b26282c57d7",4648:"580b4d75b06d",5443:"804cbe3e4731",5954:"08de64e2b55b",6138:"c6fd421470ad",7203:"67b3a0f0c8f1",9050:"20ad0d6233b6",9230:"342166022d0b"})[h]+".css",s.g=(()=>{if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(h){if("object"==typeof window)return window}})(),s.o=(h,g)=>Object.prototype.hasOwnProperty.call(h,g),a={},e="techdocs-cli-embedded-app:",s.l=function(h,g,t,i){if(a[h])return void a[h].push(g);if(void 0!==t)for(var l,r,_=document.getElementsByTagName("script"),n=0;n<_.length;n++){var c=_[n];if(c.getAttribute("src")==h||c.getAttribute("data-rspack")==e+t){l=c;break}}l||(r=!0,(l=document.createElement("script")).timeout=120,s.nc&&l.setAttribute("nonce",s.nc),l.setAttribute("data-rspack",e+t),l.src=h),a[h]=[g];var u=function(g,e){l.onerror=l.onload=null,clearTimeout(f);var t=a[h];if(delete a[h],l.parentNode&&l.parentNode.removeChild(l),t&&t.forEach(function(h){return h(e)}),g)return g(e)},f=setTimeout(u.bind(null,void 0,{type:"timeout",target:l}),12e4);l.onerror=u.bind(null,l.onerror),l.onload=u.bind(null,l.onload),r&&document.head.appendChild(l)},s.r=h=>{"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(h,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(h,"__esModule",{value:!0})},s.nmd=h=>(h.paths=[],h.children||(h.children=[]),h),t=[],s.O=(h,g,a,e)=>{if(g){e=e||0;for(var i=t.length;i>0&&t[i-1][2]>e;i--)t[i]=t[i-1];t[i]=[g,a,e];return}for(var l=1/0,i=0;i<t.length;i++){for(var g=t[i][0],a=t[i][1],e=t[i][2],r=!0,_=0;_<g.length;_++)(!1&e||l>=e)&&Object.keys(s.O).every(h=>s.O[h](g[_]))?g.splice(_--,1):(r=!1,e<l&&(l=e));if(r){t.splice(i--,1);var n=a();void 0!==n&&(h=n)}}return h},s.p="/",s.rv=()=>"1.7.11","u">typeof document){var c=function(h,g,a,e,t){let i,l;var r=document.createElement("link");return r.rel="stylesheet",r.type="text/css",s.nc&&(r.nonce=s.nc),r.href=g,r.onerror=r.onload=function(a){if(r.onerror=r.onload=null,"load"===a.type)e();else{var i=a&&("load"===a.type?"missing":a.type),l=a&&a.target&&a.target.href||g,_=Error("Loading CSS chunk "+h+" failed.\\n("+l+")");_.code="CSS_CHUNK_LOAD_FAILED",_.type=i,_.request=l,r.parentNode&&r.parentNode.removeChild(r),t(_)}},(l=(i=document.head).querySelector("style[data-jss]"))?i.insertBefore(r,l):i.appendChild(r),r},u=function(h,g){for(var a=document.getElementsByTagName("link"),e=0;e<a.length;e++){var t=a[e],i=t.getAttribute("data-href")||t.getAttribute("href");if(i&&(i=i.split("?")[0]),"stylesheet"===t.rel&&(i===h||i===g))return t}for(var l=document.getElementsByTagName("style"),e=0;e<l.length;e++){var t=l[e],i=t.getAttribute("data-href");if(i===h||i===g)return t}},f={3146:0};s.f.miniCss=function(h,g){if(f[h])g.push(f[h]);else 0!==f[h]&&({1749:1,1994:1,2295:1,3641:1,4648:1,5443:1,5954:1,6138:1,7203:1,9050:1,9230:1})[h]&&g.push(f[h]=new Promise(function(g,a){var e=s.miniCssF(h),t=s.p+e;if(u(e,t))return g();c(h,t,null,g,a)}).then(function(){f[h]=0},function(g){throw delete f[h],g}))}}i={3146:0},s.f.j=function(h,g){var a=s.o(i,h)?i[h]:void 0;if(0!==a)if(a)g.push(a[2]);else if(3146!=h){var e=new Promise((g,e)=>a=i[h]=[g,e]);g.push(a[2]=e);var t=s.p+s.u(h),l=Error();s.l(t,function(g){if(s.o(i,h)&&(0!==(a=i[h])&&(i[h]=void 0),a)){var e=g&&("load"===g.type?"missing":g.type),t=g&&g.target&&g.target.src;l.message="Loading chunk "+h+" failed.\n("+e+": "+t+")",l.name="ChunkLoadError",l.type=e,l.request=t,a[1](l)}},"chunk-"+h,h)}else i[h]=0},s.O.j=h=>0===i[h],l=(h,g)=>{var a,e,t=g[0],l=g[1],r=g[2],_=0;if(t.some(h=>0!==i[h])){for(a in l)s.o(l,a)&&(s.m[a]=l[a]);if(r)var n=r(s)}for(h&&h(g);_<t.length;_++)e=t[_],s.o(i,e)&&i[e]&&i[e][0](),i[e]=0;return s.O(n)},(r=self.webpackChunktechdocs_cli_embedded_app=self.webpackChunktechdocs_cli_embedded_app||[]).forEach(l.bind(null,0)),r.push=l.bind(null,r.push.bind(r)),s.ruid="bundler=rspack@1.7.11"})();
|
|
2
|
+
//# sourceMappingURL=runtime.a6345c2dd0cd.js.map
|
package/dist/embedded-app/static/{runtime.5df310fca0d4.js.map → runtime.a6345c2dd0cd.js.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"static/runtime.5df310fca0d4.js","sources":["webpack://techdocs-cli-embedded-app/webpack/runtime/create_fake_namespace_object","webpack://techdocs-cli-embedded-app/webpack/runtime/load_script","webpack://techdocs-cli-embedded-app/webpack/runtime/on_chunk_loaded","webpack://techdocs-cli-embedded-app/webpack/runtime/jsonp_chunk_loading","webpack://techdocs-cli-embedded-app/webpack/runtime/css loading","webpack://techdocs-cli-embedded-app/webpack/runtime/compat_get_default_export","webpack://techdocs-cli-embedded-app/webpack/runtime/define_property_getters","webpack://techdocs-cli-embedded-app/webpack/runtime/ensure_chunk","webpack://techdocs-cli-embedded-app/webpack/runtime/get javascript chunk filename","webpack://techdocs-cli-embedded-app/webpack/runtime/get mini-css chunk filename","webpack://techdocs-cli-embedded-app/webpack/runtime/global","webpack://techdocs-cli-embedded-app/webpack/runtime/has_own_property","webpack://techdocs-cli-embedded-app/webpack/runtime/make_namespace_object","webpack://techdocs-cli-embedded-app/webpack/runtime/node_module_decorator","webpack://techdocs-cli-embedded-app/webpack/runtime/public_path","webpack://techdocs-cli-embedded-app/webpack/runtime/rspack_version","webpack://techdocs-cli-embedded-app/webpack/runtime/rspack_unique_id"],"sourcesContent":["var getProto = Object.getPrototypeOf ? (obj) => (Object.getPrototypeOf(obj)) : (obj) => (obj.__proto__);\nvar leafPrototypes;\n// create a fake namespace object\n// mode & 1: value is a module id, require it\n// mode & 2: merge all properties of value into the ns\n// mode & 4: return value when already ns object\n// mode & 16: return value when it's Promise-like\n// mode & 8|1: behave like require\n__webpack_require__.t = function(value, mode) {\n\tif(mode & 1) value = this(value);\n\tif(mode & 8) return value;\n\tif(typeof value === 'object' && value) {\n\t\tif((mode & 4) && value.__esModule) return value;\n\t\tif((mode & 16) && typeof value.then === 'function') return value;\n\t}\n\tvar ns = Object.create(null);\n __webpack_require__.r(ns);\n\tvar def = {};\n\tleafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];\n\tfor(var current = mode & 2 && value; (typeof current == 'object' || typeof current == 'function') && !~leafPrototypes.indexOf(current); current = getProto(current)) {\n\t\tObject.getOwnPropertyNames(current).forEach((key) => { def[key] = () => (value[key]) });\n\t}\n\tdef['default'] = () => (value);\n\t__webpack_require__.d(ns, def);\n\treturn ns;\n};","var inProgress = {};\n\nvar uniqueName = \"techdocs-cli-embedded-app:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = function (url, done, key, chunkId) {\n\tif (inProgress[url]) {\n\t\tinProgress[url].push(done);\n\t\treturn;\n\t}\n\tvar script, needAttach;\n\tif (key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor (var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif (s.getAttribute(\"src\") == url || s.getAttribute(\"data-rspack\") == uniqueName + key) {\n\t\t\t\tscript = s;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\tif (!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\nscript.timeout = 120;\nif (__webpack_require__.nc) {\n script.setAttribute(\"nonce\", __webpack_require__.nc);\n}\n\nscript.setAttribute(\"data-rspack\", uniqueName + key);\n\n\n\nscript.src = url;\n\n\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = function (prev, event) {\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns &&\n\t\t\tdoneFns.forEach(function (fn) {\n\t\t\t\treturn fn(event);\n\t\t\t});\n\t\tif (prev) return prev(event);\n\t};\n\tvar timeout = setTimeout(\n\t\tonScriptComplete.bind(null, undefined, {\n\t\t\ttype: 'timeout',\n\t\t\ttarget: script\n\t\t}),\n\t\t120000\n\t);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};\n","var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif (chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor (var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--)\n\t\t\tdeferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar chunkIds = deferred[i][0];\nvar fn = deferred[i][1];\nvar priority = deferred[i][2];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif (\n\t\t\t\t(priority & (1 === 0) || notFulfilled >= priority) &&\n\t\t\t\tObject.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))\n\t\t\t) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif (priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif (fulfilled) {\n\t\t\tdeferred.splice(i--, 1);\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};\n","\n // object to store loaded and loading chunks\n // undefined = chunk not loaded, null = chunk preloaded/prefetched\n // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\n var installedChunks = {\"3146\": 0,};\n \n __webpack_require__.f.j = function (chunkId, promises) {\n // JSONP chunk loading for javascript\nvar installedChunkData = __webpack_require__.o(installedChunks, chunkId)\n\t? installedChunks[chunkId]\n\t: undefined;\nif (installedChunkData !== 0) {\n\t// 0 means \"already installed\".\n\n\t// a Promise means \"currently loading\".\n\tif (installedChunkData) {\n\t\tpromises.push(installedChunkData[2]);\n\t} else {\n\t\tif (3146 != chunkId) {\n\t\t\t// setup Promise in chunk cache\n\t\t\tvar promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));\n\t\t\tpromises.push((installedChunkData[2] = promise));\n\n\t\t\t// start chunk loading\n\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\tvar error = new Error();\n\t\t\tvar loadingEnded = function (event) {\n\t\t\t\tif (__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\tif (installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\tif (installedChunkData) {\n\t\t\t\t\t\tvar errorType =\n\t\t\t\t\t\t\tevent && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\terror.message =\n\t\t\t\t\t\t\t'Loading chunk ' +\n\t\t\t\t\t\t\tchunkId +\n\t\t\t\t\t\t\t' failed.\\n(' +\n\t\t\t\t\t\t\terrorType +\n\t\t\t\t\t\t\t': ' +\n\t\t\t\t\t\t\trealSrc +\n\t\t\t\t\t\t\t')';\n\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t};\n\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t} else installedChunks[chunkId] = 0; \n\t}\n}\n\n }\n __webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);\n// install a JSONP callback for chunk loading\nvar __rspack_jsonp = (parentChunkLoadingFunction, data) => {\n\tvar chunkIds = data[0];\nvar moreModules = data[1];\nvar runtime = data[2];\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif (chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor (moduleId in moreModules) {\n\t\t\tif (__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif (runtime) var result = runtime(__webpack_require__);\n\t}\n\tif (parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor (; i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif (\n\t\t\t__webpack_require__.o(installedChunks, chunkId) &&\n\t\t\tinstalledChunks[chunkId]\n\t\t) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\t\n\treturn __webpack_require__.O(result);\n\t\n};\n\nvar chunkLoadingGlobal = self[\"webpackChunktechdocs_cli_embedded_app\"] = self[\"webpackChunktechdocs_cli_embedded_app\"] || [];\nchunkLoadingGlobal.forEach(__rspack_jsonp.bind(null, 0));\nchunkLoadingGlobal.push = __rspack_jsonp.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));\n","if (typeof document === \"undefined\") return;\nvar createStylesheet = function (\n\tchunkId, fullhref, oldTag, resolve, reject\n) {\n\tvar linkTag = document.createElement(\"link\");\n\nlinkTag.rel = \"stylesheet\";\n\nlinkTag.type = \"text/css\";\n\nif (__webpack_require__.nc) {\n linkTag.nonce = __webpack_require__.nc;\n}\nlinkTag.href = fullhref;\n\n\tvar onLinkComplete = function (event) {\n\t\t// avoid mem leaks.\n\t\tlinkTag.onerror = linkTag.onload = null;\n\t\tif (event.type === 'load') {\n\t\t\tresolve();\n\t\t} else {\n\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\tvar realHref = event && event.target && event.target.href || fullhref;\n\t\t\tvar err = new Error(\"Loading CSS chunk \" + chunkId + \" failed.\\\\n(\" + realHref + \")\");\n\t\t\terr.code = \"CSS_CHUNK_LOAD_FAILED\";\n\t\t\terr.type = errorType;\n\t\t\terr.request = realHref;\n\t\t\tif (linkTag.parentNode) linkTag.parentNode.removeChild(linkTag)\n\t\t\treject(err);\n\t\t}\n\t}\n\tlinkTag.onerror = linkTag.onload = onLinkComplete;\n\t(function insertBeforeJssStyles(element) {\n const head = document.head;\n // This makes sure that any style elements we insert get put before the\n // dynamic styles from JSS, such as the ones from `makeStyles()`.\n // TODO(Rugvip): This will likely break in material-ui v5, keep an eye on it.\n const firstJssNode = head.querySelector('style[data-jss]');\n if (!firstJssNode) {\n head.appendChild(element);\n } else {\n head.insertBefore(element, firstJssNode);\n }\n })(linkTag);\n\treturn linkTag;\n}\nvar findStylesheet = function (href, fullhref) {\n\tvar existingLinkTags = document.getElementsByTagName(\"link\");\n\tfor (var i = 0; i < existingLinkTags.length; i++) {\n\t\tvar tag = existingLinkTags[i];\n\t\tvar dataHref = tag.getAttribute(\"data-href\") || tag.getAttribute(\"href\");\n\t\tif (dataHref) {\n\t\t\tdataHref = dataHref.split('?')[0]\n\t\t}\n\t\tif (tag.rel === \"stylesheet\" && (dataHref === href || dataHref === fullhref)) return tag;\n\t}\n\n\tvar existingStyleTags = document.getElementsByTagName(\"style\");\n\tfor (var i = 0; i < existingStyleTags.length; i++) {\n\t\tvar tag = existingStyleTags[i];\n\t\tvar dataHref = tag.getAttribute(\"data-href\");\n\t\tif (dataHref === href || dataHref === fullhref) return tag;\n\t}\n}\n\nvar loadStylesheet = function (chunkId) {\n\treturn new Promise(function (resolve, reject) {\n\t\tvar href = __webpack_require__.miniCssF(chunkId);\n\t\tvar fullhref = __webpack_require__.p + href;\n\t\tif (findStylesheet(href, fullhref)) return resolve();\n\t\tcreateStylesheet(chunkId, fullhref, null, resolve, reject);\n\t})\n}\n\n// object to store loaded CSS chunks\nvar installedCssChunks = {\n\t\"3146\": 0,\n\n};\n\n__webpack_require__.f.miniCss = function (chunkId, promises) {\n\tvar cssChunks = {\n\"1749\": 1,\n\"1994\": 1,\n\"2295\": 1,\n\"3641\": 1,\n\"4648\": 1,\n\"5443\": 1,\n\"5954\": 1,\n\"6138\": 1,\n\"7203\": 1,\n\"9050\": 1,\n\"9230\": 1,\n\n};\n\tif (installedCssChunks[chunkId]) promises.push(installedCssChunks[chunkId])\n\telse if (installedCssChunks[chunkId] !== 0 && cssChunks[chunkId])\n\t\tpromises.push(\n\t\t\tinstalledCssChunks[chunkId] = loadStylesheet(chunkId).then(\n\t\t\t\tfunction () {\n\t\t\t\t\tinstalledCssChunks[chunkId] = 0;\n\t\t\t\t},\n\t\t\t\tfunction (e) {\n\t\t\t\t\tdelete installedCssChunks[chunkId];\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\t\t\t)\n\t\t)\n}\n\n// no hmr\n// no prefetch\n// no preload","// getDefaultExport function for compatibility with non-ESM modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};\n","__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n }\n }\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(\n\t\tObject.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t\t__webpack_require__.f[key](chunkId, promises);\n\t\t\treturn promises;\n\t\t}, [])\n\t);\n};","// This function allow to reference chunks\n__webpack_require__.u = (chunkId) => {\n // return url for filenames not based on template\n \n // return url for filenames based on template\n return \"static/\" + ({\"1009\": \"react-syntax-highlighter_languages_highlight_bnf\",\"1028\": \"react-syntax-highlighter_languages_highlight_oxygene\",\"1107\": \"react-syntax-highlighter_languages_highlight_accesslog\",\"1155\": \"react-syntax-highlighter_languages_highlight_xl\",\"1313\": \"react-syntax-highlighter_languages_highlight_fortran\",\"1331\": \"react-syntax-highlighter_languages_highlight_scss\",\"135\": \"react-syntax-highlighter_languages_highlight_smali\",\"1365\": \"react-syntax-highlighter_languages_highlight_fsharp\",\"1436\": \"react-syntax-highlighter_languages_highlight_yaml\",\"1497\": \"react-syntax-highlighter_languages_highlight_crystal\",\"1553\": \"react-syntax-highlighter_languages_highlight_ini\",\"160\": \"react-syntax-highlighter_languages_highlight_step21\",\"168\": \"react-syntax-highlighter_languages_highlight_nsis\",\"1822\": \"react-syntax-highlighter_languages_highlight_julia\",\"1872\": \"react-syntax-highlighter_languages_highlight_erlang\",\"1926\": \"react-syntax-highlighter_languages_highlight_ruleslanguage\",\"1928\": \"react-syntax-highlighter_languages_highlight_swift\",\"1980\": \"react-syntax-highlighter_languages_highlight_elixir\",\"1981\": \"react-syntax-highlighter_languages_highlight_avrasm\",\"203\": \"react-syntax-highlighter_languages_highlight_ocaml\",\"2056\": \"react-syntax-highlighter_languages_highlight_hsp\",\"2098\": \"react-syntax-highlighter_languages_highlight_sqlMore\",\"211\": \"react-syntax-highlighter_languages_highlight_vim\",\"2176\": \"react-syntax-highlighter_languages_highlight_ldif\",\"220\": \"react-syntax-highlighter_languages_highlight_vbscript\",\"2203\": \"react-syntax-highlighter_languages_highlight_nginx\",\"221\": \"react-syntax-highlighter_languages_highlight_pf\",\"2249\": \"react-syntax-highlighter_languages_highlight_haml\",\"2350\": \"react-syntax-highlighter_languages_highlight_rib\",\"2352\": \"react-syntax-highlighter_languages_highlight_erb\",\"2377\": \"react-syntax-highlighter_languages_highlight_erlangRepl\",\"2380\": \"react-syntax-highlighter_languages_highlight_axapta\",\"2429\": \"react-syntax-highlighter_languages_highlight_lasso\",\"2554\": \"react-syntax-highlighter_languages_highlight_nodeRepl\",\"2587\": \"react-syntax-highlighter_languages_highlight_gcode\",\"2766\": \"react-syntax-highlighter_languages_highlight_stata\",\"278\": \"react-syntax-highlighter_languages_highlight_livescript\",\"2813\": \"react-syntax-highlighter_languages_highlight_autoit\",\"2866\": \"react-syntax-highlighter_languages_highlight_xml\",\"2894\": \"react-syntax-highlighter_languages_highlight_gauss\",\"3036\": \"react-syntax-highlighter_languages_highlight_htmlbars\",\"3052\": \"react-syntax-highlighter_languages_highlight_q\",\"3075\": \"react-syntax-highlighter_languages_highlight_juliaRepl\",\"3147\": \"react-syntax-highlighter_languages_highlight_php\",\"3151\": \"react-syntax-highlighter_languages_highlight_sml\",\"3156\": \"react-syntax-highlighter_languages_highlight_crmsh\",\"317\": \"react-syntax-highlighter_languages_highlight_phpTemplate\",\"3192\": \"react-syntax-highlighter_languages_highlight_lsl\",\"3237\": \"react-syntax-highlighter_languages_highlight_groovy\",\"3248\": \"react-syntax-highlighter_languages_highlight_fix\",\"3310\": \"react-syntax-highlighter_languages_highlight_actionscript\",\"3321\": \"react-syntax-highlighter_languages_highlight_dos\",\"3323\": \"react-syntax-highlighter_languages_highlight_haxe\",\"3356\": \"react-syntax-highlighter_languages_highlight_typescript\",\"3383\": \"react-syntax-highlighter_languages_highlight_latex\",\"3400\": \"react-syntax-highlighter_languages_highlight_maxima\",\"3414\": \"react-syntax-highlighter_languages_highlight_dts\",\"3528\": \"react-syntax-highlighter_languages_highlight_routeros\",\"3583\": \"react-syntax-highlighter_languages_highlight_mathematica\",\"3587\": \"react-syntax-highlighter_languages_highlight_delphi\",\"3600\": \"react-syntax-highlighter_languages_highlight_pgsql\",\"3664\": \"react-syntax-highlighter_languages_highlight_applescript\",\"368\": \"react-syntax-highlighter_languages_highlight_brainfuck\",\"3724\": \"react-syntax-highlighter_languages_highlight_abnf\",\"3730\": \"react-syntax-highlighter_languages_highlight_sas\",\"3978\": \"react-syntax-highlighter_languages_highlight_coq\",\"4163\": \"react-syntax-highlighter_languages_highlight_gml\",\"4268\": \"react-syntax-highlighter_languages_highlight_asciidoc\",\"4389\": \"react-syntax-highlighter_languages_highlight_vala\",\"4442\": \"react-syntax-highlighter_languages_highlight_taggerscript\",\"4532\": \"react-syntax-highlighter_languages_highlight_dsconfig\",\"4533\": \"react-syntax-highlighter_languages_highlight_basic\",\"4575\": \"react-syntax-highlighter_languages_highlight_objectivec\",\"4667\": \"react-syntax-highlighter_languages_highlight_subunit\",\"4702\": \"react-syntax-highlighter_languages_highlight_x86asm\",\"4762\": \"react-syntax-highlighter_languages_highlight_markdown\",\"4765\": \"react-syntax-highlighter_languages_highlight_bash\",\"477\": \"react-syntax-highlighter_languages_highlight_mipsasm\",\"5031\": \"react-syntax-highlighter_languages_highlight_parser3\",\"506\": \"react-syntax-highlighter_languages_highlight_clean\",\"5091\": \"react-syntax-highlighter_languages_highlight_tcl\",\"514\": \"react-syntax-highlighter_languages_highlight_perl\",\"5191\": \"react-syntax-highlighter_languages_highlight_pony\",\"5197\": \"react-syntax-highlighter_languages_highlight_cLike\",\"5204\": \"react-syntax-highlighter_languages_highlight_scheme\",\"5261\": \"react-syntax-highlighter_languages_highlight_aspectj\",\"5275\": \"react-syntax-highlighter_languages_highlight_nim\",\"5287\": \"react-syntax-highlighter_languages_highlight_lisp\",\"531\": \"react-syntax-highlighter_languages_highlight_leaf\",\"5328\": \"react-syntax-highlighter_languages_highlight_plaintext\",\"5374\": \"react-syntax-highlighter_languages_highlight_llvm\",\"5430\": \"react-syntax-highlighter_languages_highlight_autohotkey\",\"5431\": \"react-syntax-highlighter_languages_highlight_ada\",\"552\": \"react-syntax-highlighter_languages_highlight_dns\",\"5583\": \"react-syntax-highlighter_languages_highlight_java\",\"5623\": \"react-syntax-highlighter_languages_highlight_arcade\",\"5747\": \"react-syntax-highlighter_languages_highlight_cal\",\"5860\": \"react-syntax-highlighter_languages_highlight_flix\",\"5911\": \"react-syntax-highlighter_languages_highlight_livecodeserver\",\"592\": \"react-syntax-highlighter_languages_highlight_hy\",\"5944\": \"react-syntax-highlighter_languages_highlight_jbossCli\",\"5982\": \"react-syntax-highlighter_languages_highlight_mojolicious\",\"5998\": \"react-syntax-highlighter_languages_highlight_awk\",\"6032\": \"react-syntax-highlighter_languages_highlight_django\",\"6119\": \"react-syntax-highlighter_languages_highlight_d\",\"6215\": \"react-syntax-highlighter_languages_highlight_ceylon\",\"6267\": \"react-syntax-highlighter_languages_highlight_makefile\",\"6324\": \"react-syntax-highlighter_languages_highlight_processing\",\"6378\": \"react-syntax-highlighter_languages_highlight_reasonml\",\"6441\": \"react-syntax-highlighter_languages_highlight_scala\",\"6566\": \"react-syntax-highlighter_languages_highlight_c\",\"6579\": \"react-syntax-highlighter_languages_highlight_tp\",\"66\": \"react-syntax-highlighter_languages_highlight_powershell\",\"6601\": \"react-syntax-highlighter_languages_highlight_stylus\",\"6657\": \"react-syntax-highlighter_languages_highlight_gherkin\",\"6689\": \"react-syntax-highlighter_languages_highlight_python\",\"6690\": \"react-syntax-highlighter_languages_highlight_monkey\",\"6735\": \"react-syntax-highlighter_languages_highlight_clojure\",\"6775\": \"react-syntax-highlighter_languages_highlight_xquery\",\"6798\": \"react-syntax-highlighter_languages_highlight_kotlin\",\"6872\": \"react-syntax-highlighter_languages_highlight_openscad\",\"6899\": \"react-syntax-highlighter_languages_highlight_glsl\",\"6908\": \"react-syntax-highlighter_languages_highlight_golo\",\"6924\": \"react-syntax-highlighter_languages_highlight_pythonRepl\",\"6940\": \"react-syntax-highlighter_languages_highlight_css\",\"6968\": \"react-syntax-highlighter_languages_highlight_gradle\",\"6983\": \"react-syntax-highlighter_languages_highlight_arduino\",\"7016\": \"react-syntax-highlighter_languages_highlight_coffeescript\",\"7072\": \"react-syntax-highlighter_languages_highlight_vbnet\",\"7082\": \"react-syntax-highlighter_languages_highlight_mercury\",\"7134\": \"react-syntax-highlighter_languages_highlight_cpp\",\"7197\": \"react-syntax-highlighter_languages_highlight_csp\",\"7200\": \"react-syntax-highlighter_languages_highlight_prolog\",\"7282\": \"react-syntax-highlighter_languages_highlight_twig\",\"7301\": \"react-syntax-highlighter_languages_highlight_rust\",\"7399\": \"react-syntax-highlighter_languages_highlight_capnproto\",\"7472\": \"react-syntax-highlighter_languages_highlight_excel\",\"7529\": \"react-syntax-highlighter_languages_highlight_shell\",\"7702\": \"react-syntax-highlighter_languages_highlight_less\",\"7781\": \"react-syntax-highlighter_languages_highlight_apache\",\"7795\": \"react-syntax-highlighter_languages_highlight_sql\",\"7830\": \"react-syntax-highlighter_languages_highlight_armasm\",\"7855\": \"react-syntax-highlighter_languages_highlight_dust\",\"7923\": \"react-syntax-highlighter_languages_highlight_handlebars\",\"7941\": \"react-syntax-highlighter_languages_highlight_sqf\",\"7991\": \"react-syntax-highlighter_languages_highlight_purebasic\",\"7997\": \"react-syntax-highlighter_languages_highlight_isbl\",\"8011\": \"react-syntax-highlighter_languages_highlight_stan\",\"8138\": \"react-syntax-highlighter_languages_highlight_matlab\",\"8183\": \"react-syntax-highlighter_languages_highlight_ruby\",\"8190\": \"react-syntax-highlighter_languages_highlight_oneC\",\"8280\": \"react-syntax-highlighter_languages_highlight_thrift\",\"8317\": \"react-syntax-highlighter_languages_highlight_angelscript\",\"8332\": \"react-syntax-highlighter_languages_highlight_mizar\",\"8441\": \"react-syntax-highlighter_languages_highlight_vhdl\",\"8508\": \"react-syntax-highlighter/lowlight-import\",\"8568\": \"react-syntax-highlighter_languages_highlight_nix\",\"8599\": \"react-syntax-highlighter_languages_highlight_haskell\",\"8614\": \"react-syntax-highlighter_languages_highlight_smalltalk\",\"8646\": \"react-syntax-highlighter_languages_highlight_tap\",\"8698\": \"react-syntax-highlighter_languages_highlight_dart\",\"8736\": \"react-syntax-highlighter_languages_highlight_cos\",\"8856\": \"react-syntax-highlighter_languages_highlight_protobuf\",\"8858\": \"react-syntax-highlighter_languages_highlight_rsl\",\"9047\": \"react-syntax-highlighter_languages_highlight_gams\",\"9108\": \"react-syntax-highlighter_languages_highlight_cmake\",\"9142\": \"react-syntax-highlighter_languages_highlight_clojureRepl\",\"9146\": \"react-syntax-highlighter_languages_highlight_properties\",\"9169\": \"react-syntax-highlighter_languages_highlight_verilog\",\"9281\": \"react-syntax-highlighter_languages_highlight_mel\",\"9285\": \"react-syntax-highlighter_languages_highlight_go\",\"9352\": \"react-syntax-highlighter_languages_highlight_ebnf\",\"9404\": \"react-syntax-highlighter_languages_highlight_csharp\",\"9453\": \"react-syntax-highlighter_languages_highlight_inform7\",\"9457\": \"react-syntax-highlighter_languages_highlight_json\",\"9517\": \"react-syntax-highlighter_languages_highlight_qml\",\"9573\": \"react-syntax-highlighter_languages_highlight_dockerfile\",\"9655\": \"react-syntax-highlighter_languages_highlight_scilab\",\"9661\": \"react-syntax-highlighter_languages_highlight_r\",\"9676\": \"react-syntax-highlighter_languages_highlight_diff\",\"97\": \"react-syntax-highlighter_languages_highlight_lua\",\"9751\": \"react-syntax-highlighter_languages_highlight_elm\",\"9829\": \"react-syntax-highlighter_languages_highlight_zephir\",\"9842\": \"react-syntax-highlighter_languages_highlight_profile\",\"9860\": \"react-syntax-highlighter_languages_highlight_javascript\",\"987\": \"react-syntax-highlighter_languages_highlight_irpf90\",\"9873\": \"react-syntax-highlighter_languages_highlight_roboconf\",\"9893\": \"react-syntax-highlighter_languages_highlight_puppet\",\"9927\": \"react-syntax-highlighter_languages_highlight_n1ql\",\"9935\": \"react-syntax-highlighter_languages_highlight_http\",\"9969\": \"react-syntax-highlighter_languages_highlight_vbscriptHtml\",\"9989\": \"react-syntax-highlighter_languages_highlight_moonscript\",}[chunkId] || chunkId) + \".\" + {\"1009\": \"5a42db9cce03\",\"1028\": \"84f111a648b8\",\"1107\": \"f8bbce944c21\",\"1134\": \"cdfeb48e4304\",\"1155\": \"695e8d550051\",\"123\": \"17ba74344cfb\",\"1313\": \"04b2a5a556a5\",\"1331\": \"aec8272c1cb4\",\"1335\": \"2ae279ef8d31\",\"135\": \"23044050c6f2\",\"1365\": \"7988ed4e38b5\",\"1419\": \"9c40a78092e8\",\"1435\": \"8322a7d8da03\",\"1436\": \"42a553dec40d\",\"1497\": \"509d9146841c\",\"1553\": \"bbce5871036d\",\"160\": \"7b906f472300\",\"1659\": \"7703569164e7\",\"168\": \"3218ede70cfc\",\"1749\": \"88362feb3025\",\"1822\": \"9885cff1199a\",\"1872\": \"38aea23578c2\",\"1926\": \"106aee32f0a7\",\"1928\": \"7ec06b76407d\",\"1980\": \"c15933736b83\",\"1981\": \"62553f079d2a\",\"1994\": \"9aa1aebaec2f\",\"203\": \"f213d3155bd8\",\"2056\": \"5376ef0db5a2\",\"2098\": \"c0ac00fdd92b\",\"211\": \"571a802572fb\",\"2176\": \"b25091568616\",\"220\": \"1fbe4ca6d20a\",\"2203\": \"8361beb98470\",\"221\": \"25c9c64b8a9c\",\"2249\": \"25035dee0024\",\"2295\": \"028515e97333\",\"2350\": \"3eed6b26610f\",\"2352\": \"807b2491f11a\",\"2377\": \"ff80b030ddff\",\"2380\": \"dd2c7ea9bfd3\",\"2429\": \"ec6e896db3eb\",\"2504\": \"8ccb0af5b422\",\"2554\": \"512f4397faef\",\"2587\": \"e9d5fd8a4d51\",\"2766\": \"e15d3bb82c4d\",\"278\": \"c8af0788c576\",\"2813\": \"87830bba8110\",\"2866\": \"dc546b6bf37e\",\"2894\": \"e70abd35ff73\",\"3036\": \"b043aee3ca86\",\"3052\": \"6caef90ee963\",\"3075\": \"c09fc097a58f\",\"3147\": \"b8b5953006ba\",\"3151\": \"51aa8d3a11eb\",\"3156\": \"a469352487f8\",\"317\": \"cfefbc3112bc\",\"3192\": \"67f363570b7f\",\"3237\": \"208e2d62777c\",\"3248\": \"2f15661f2ecd\",\"3310\": \"6726db370e9f\",\"3321\": \"5861997af0ea\",\"3323\": \"9e166cca5c01\",\"3356\": \"8653b4a629ea\",\"3383\": \"bd1a8b41909a\",\"3400\": \"20948c02295a\",\"3414\": \"c5715c3e4527\",\"346\": \"eaa587ff6d0a\",\"3528\": \"fb8760642d74\",\"3554\": \"74db42b72e63\",\"3583\": \"117845edf5ec\",\"3587\": \"8692a983b1fe\",\"3600\": \"812620113154\",\"3641\": \"3c249272db15\",\"3664\": \"a0c299f83c27\",\"368\": \"c008e73778f3\",\"3724\": \"9c1dacedf303\",\"3730\": \"8c803b5a4feb\",\"3978\": \"34f2fc77c29a\",\"4068\": \"1e59fc00958d\",\"4163\": \"8de1087f905c\",\"4210\": \"8b97525a6ddc\",\"4268\": \"82e98604ec86\",\"4389\": \"e3532263cec1\",\"4424\": \"e6c1b7a79f04\",\"4442\": \"e27e3a9a6afb\",\"4498\": \"cf9b7a68936e\",\"4532\": \"7f103a537cac\",\"4533\": \"547acf001b45\",\"4575\": \"119077ab1aca\",\"4587\": \"a32560fdf4bd\",\"4591\": \"b5ae39667626\",\"4648\": \"6f92a6abe9a6\",\"4667\": \"2cfab47a0477\",\"4702\": \"cc8038f80e2f\",\"4762\": \"db3eb474d913\",\"4765\": \"e2c937be905c\",\"477\": \"b934b994688f\",\"4923\": \"4e90c656282c\",\"5031\": \"6d38143f9e50\",\"506\": \"680b7355826c\",\"5091\": \"137683cb47d5\",\"514\": \"41d231da6e25\",\"5191\": \"1d706cf325c7\",\"5197\": \"718b171e1ee3\",\"5204\": \"45e5a986c029\",\"5261\": \"f770a55f1b9a\",\"5275\": \"5297c5851e8d\",\"5287\": \"3eb8a9e5451b\",\"531\": \"eb126217252c\",\"5328\": \"dc10adc4e18d\",\"5374\": \"5677a2cc24ce\",\"5430\": \"1e15c7a3ee5d\",\"5431\": \"4cb74386e6aa\",\"5443\": \"43dc15308f28\",\"552\": \"ac9459097819\",\"5583\": \"d820666e3975\",\"5588\": \"e2ec3ec3c5bd\",\"5623\": \"fb1536b024c0\",\"5635\": \"6c38cedeb9ed\",\"5747\": \"8a36a3e2f464\",\"5860\": \"1dc1946e27af\",\"5911\": \"37def0172147\",\"592\": \"49c1291f2b45\",\"5937\": \"300a8121fbeb\",\"5944\": \"2643a231d7cc\",\"5954\": \"fa4f85ba1dfd\",\"5982\": \"623b3bb446a5\",\"5998\": \"b79bf0457fab\",\"6032\": \"b2788b0e9cd2\",\"6119\": \"d5c74330692c\",\"6138\": \"1ca1ddf4e4b2\",\"6215\": \"3b77e5c81767\",\"6267\": \"970d597952ac\",\"6270\": \"58897fc165db\",\"6324\": \"6a466425d322\",\"6378\": \"f082d166af31\",\"6441\": \"3e132cc3f609\",\"6566\": \"75a9cfd844bc\",\"6579\": \"a295397365e8\",\"66\": \"7696b3bfe9bf\",\"6601\": \"e02017dbb912\",\"6657\": \"f4eb0069661b\",\"6689\": \"d8bdb3a79ab7\",\"6690\": \"527768b465b2\",\"6718\": \"89aeb24410af\",\"6735\": \"585fab193132\",\"6765\": \"828c416f661a\",\"6775\": \"6d560659353c\",\"6798\": \"fdc8ce17f4c3\",\"6872\": \"15fa0de28faf\",\"6899\": \"acaa4ce80ac5\",\"6908\": \"500674c538b0\",\"6924\": \"e79d537fd142\",\"6940\": \"11a2843d2baa\",\"6968\": \"4c9f89b539fe\",\"6983\": \"87dd8e99d3dc\",\"7016\": \"00b6361daa7f\",\"7072\": \"e382e2cc9383\",\"7082\": \"cbc4bd7d6fcd\",\"7134\": \"20911cec65d4\",\"7197\": \"f2adfdd0d881\",\"7200\": \"c451793f1ce7\",\"7203\": \"b379d4185674\",\"7226\": \"07a43ca65ff9\",\"7227\": \"69beafefd075\",\"7282\": \"ecdc80807a55\",\"7301\": \"80fbc32c3af0\",\"7346\": \"83cd59830e4d\",\"7399\": \"f72803cae5f9\",\"7472\": \"9809922bf0d9\",\"7529\": \"996444a24125\",\"7632\": \"d2fd37a3ce88\",\"7702\": \"9d03ef0a63a7\",\"7781\": \"e7bd7efc934b\",\"7795\": \"cb93c2cb15cc\",\"7830\": \"c972ff57bb65\",\"7855\": \"166885be9b91\",\"7923\": \"fe762f4ec7dd\",\"7941\": \"50423da17e52\",\"7991\": \"ea9d0965cc26\",\"7997\": \"3253c949b5ab\",\"7998\": \"75a90b89c056\",\"8011\": \"ace548cef066\",\"8125\": \"350b517e81f9\",\"8138\": \"08778bdbea4a\",\"8183\": \"e50ee49a54f0\",\"8190\": \"6715f639fde0\",\"8280\": \"8bb31405701c\",\"8292\": \"48ee1553aa14\",\"8317\": \"5040ff26bf89\",\"8332\": \"f93e74f0e9f8\",\"8441\": \"91465c7dfb08\",\"8461\": \"22328d76cc09\",\"8508\": \"df3f7284ae55\",\"8568\": \"d023795f2232\",\"8599\": \"9e5904ba69fd\",\"8614\": \"a5cf17fe548d\",\"8646\": \"de91701e3b1f\",\"8698\": \"ed5e5df0cc95\",\"8736\": \"c426021ef7f9\",\"8856\": \"c305a87f0e3d\",\"8858\": \"19462c98d50f\",\"8877\": \"a5adc2d15b56\",\"9047\": \"f4292e3ed90f\",\"9050\": \"a4c1629cc066\",\"9108\": \"423051f693bd\",\"9142\": \"724c4e36930d\",\"9146\": \"30098c921506\",\"9169\": \"b95a853ea85f\",\"9230\": \"9bee58f48b03\",\"9281\": \"e8d9851881e0\",\"9285\": \"75253bb6dcc1\",\"9352\": \"091b0e611c95\",\"9404\": \"70dfbffa8231\",\"9453\": \"80199420fb4c\",\"9457\": \"00120d614ce1\",\"9517\": \"1975f43afc80\",\"9573\": \"77f7430b8713\",\"9655\": \"3f4d7a7c4828\",\"9661\": \"92d735982fc5\",\"9676\": \"e5d645df2933\",\"97\": \"55e057e9ef1b\",\"9751\": \"a34b1a378cb2\",\"9829\": \"ed4cc03db02d\",\"9842\": \"ed584f1fa704\",\"9860\": \"67fa755c71e7\",\"987\": \"626f4fc67e04\",\"9873\": \"13f37d9c55ee\",\"9893\": \"f343a63e662e\",\"9927\": \"3b7230fc54f1\",\"9935\": \"678d2ab3ea48\",\"9969\": \"451a5484ce00\",\"9989\": \"0712f7e67e91\",}[chunkId] + \".chunk.js\"\n}","// This function allow to reference chunks\n__webpack_require__.miniCssF = (chunkId) => {\n // return url for filenames not based on template\n \n // return url for filenames based on template\n return \"static/\" + chunkId + \".\" + chunkId + \".\" + {\"1749\": \"0ed282b2400c\",\"1994\": \"e10220c536b1\",\"2295\": \"23bcabf398d2\",\"3641\": \"4b26282c57d7\",\"4648\": \"580b4d75b06d\",\"5443\": \"804cbe3e4731\",\"5954\": \"08de64e2b55b\",\"6138\": \"c6fd421470ad\",\"7203\": \"67b3a0f0c8f1\",\"9050\": \"20ad0d6233b6\",\"9230\": \"342166022d0b\",}[chunkId] + \".css\"\n}","__webpack_require__.g = (() => {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nmd = (module) => {\n module.paths = [];\n if (!module.children) module.children = [];\n return module;\n};","__webpack_require__.p = \"/\";","__webpack_require__.rv = () => (\"1.7.11\")","__webpack_require__.ruid = \"bundler=rspack@1.7.11\";"],"names":["g","i","Object","Promise","globalThis","Function","window","document","e","clearTimeout","setTimeout","Symbol","c","Error","h","t","r","self"],"mappings":"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AQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,IAAO,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,IAAO,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,GAAM,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,GAAM,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,IAAO,eAAe,KAAQ,eAAe,KAAQ,eAAe,KA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"}
|
|
1
|
+
{"version":3,"file":"static/runtime.a6345c2dd0cd.js","sources":["webpack://techdocs-cli-embedded-app/webpack/runtime/create_fake_namespace_object","webpack://techdocs-cli-embedded-app/webpack/runtime/load_script","webpack://techdocs-cli-embedded-app/webpack/runtime/on_chunk_loaded","webpack://techdocs-cli-embedded-app/webpack/runtime/jsonp_chunk_loading","webpack://techdocs-cli-embedded-app/webpack/runtime/css loading","webpack://techdocs-cli-embedded-app/webpack/runtime/compat_get_default_export","webpack://techdocs-cli-embedded-app/webpack/runtime/define_property_getters","webpack://techdocs-cli-embedded-app/webpack/runtime/ensure_chunk","webpack://techdocs-cli-embedded-app/webpack/runtime/get javascript chunk filename","webpack://techdocs-cli-embedded-app/webpack/runtime/get mini-css chunk filename","webpack://techdocs-cli-embedded-app/webpack/runtime/global","webpack://techdocs-cli-embedded-app/webpack/runtime/has_own_property","webpack://techdocs-cli-embedded-app/webpack/runtime/make_namespace_object","webpack://techdocs-cli-embedded-app/webpack/runtime/node_module_decorator","webpack://techdocs-cli-embedded-app/webpack/runtime/public_path","webpack://techdocs-cli-embedded-app/webpack/runtime/rspack_version","webpack://techdocs-cli-embedded-app/webpack/runtime/rspack_unique_id"],"sourcesContent":["var getProto = Object.getPrototypeOf ? (obj) => (Object.getPrototypeOf(obj)) : (obj) => (obj.__proto__);\nvar leafPrototypes;\n// create a fake namespace object\n// mode & 1: value is a module id, require it\n// mode & 2: merge all properties of value into the ns\n// mode & 4: return value when already ns object\n// mode & 16: return value when it's Promise-like\n// mode & 8|1: behave like require\n__webpack_require__.t = function(value, mode) {\n\tif(mode & 1) value = this(value);\n\tif(mode & 8) return value;\n\tif(typeof value === 'object' && value) {\n\t\tif((mode & 4) && value.__esModule) return value;\n\t\tif((mode & 16) && typeof value.then === 'function') return value;\n\t}\n\tvar ns = Object.create(null);\n __webpack_require__.r(ns);\n\tvar def = {};\n\tleafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];\n\tfor(var current = mode & 2 && value; (typeof current == 'object' || typeof current == 'function') && !~leafPrototypes.indexOf(current); current = getProto(current)) {\n\t\tObject.getOwnPropertyNames(current).forEach((key) => { def[key] = () => (value[key]) });\n\t}\n\tdef['default'] = () => (value);\n\t__webpack_require__.d(ns, def);\n\treturn ns;\n};","var inProgress = {};\n\nvar uniqueName = \"techdocs-cli-embedded-app:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = function (url, done, key, chunkId) {\n\tif (inProgress[url]) {\n\t\tinProgress[url].push(done);\n\t\treturn;\n\t}\n\tvar script, needAttach;\n\tif (key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor (var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif (s.getAttribute(\"src\") == url || s.getAttribute(\"data-rspack\") == uniqueName + key) {\n\t\t\t\tscript = s;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\tif (!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\nscript.timeout = 120;\nif (__webpack_require__.nc) {\n script.setAttribute(\"nonce\", __webpack_require__.nc);\n}\n\nscript.setAttribute(\"data-rspack\", uniqueName + key);\n\n\n\nscript.src = url;\n\n\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = function (prev, event) {\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns &&\n\t\t\tdoneFns.forEach(function (fn) {\n\t\t\t\treturn fn(event);\n\t\t\t});\n\t\tif (prev) return prev(event);\n\t};\n\tvar timeout = setTimeout(\n\t\tonScriptComplete.bind(null, undefined, {\n\t\t\ttype: 'timeout',\n\t\t\ttarget: script\n\t\t}),\n\t\t120000\n\t);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};\n","var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif (chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor (var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--)\n\t\t\tdeferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar chunkIds = deferred[i][0];\nvar fn = deferred[i][1];\nvar priority = deferred[i][2];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif (\n\t\t\t\t(priority & (1 === 0) || notFulfilled >= priority) &&\n\t\t\t\tObject.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))\n\t\t\t) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif (priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif (fulfilled) {\n\t\t\tdeferred.splice(i--, 1);\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};\n","\n // object to store loaded and loading chunks\n // undefined = chunk not loaded, null = chunk preloaded/prefetched\n // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\n var installedChunks = {\"3146\": 0,};\n \n __webpack_require__.f.j = function (chunkId, promises) {\n // JSONP chunk loading for javascript\nvar installedChunkData = __webpack_require__.o(installedChunks, chunkId)\n\t? installedChunks[chunkId]\n\t: undefined;\nif (installedChunkData !== 0) {\n\t// 0 means \"already installed\".\n\n\t// a Promise means \"currently loading\".\n\tif (installedChunkData) {\n\t\tpromises.push(installedChunkData[2]);\n\t} else {\n\t\tif (3146 != chunkId) {\n\t\t\t// setup Promise in chunk cache\n\t\t\tvar promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));\n\t\t\tpromises.push((installedChunkData[2] = promise));\n\n\t\t\t// start chunk loading\n\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\tvar error = new Error();\n\t\t\tvar loadingEnded = function (event) {\n\t\t\t\tif (__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\tif (installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\tif (installedChunkData) {\n\t\t\t\t\t\tvar errorType =\n\t\t\t\t\t\t\tevent && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\terror.message =\n\t\t\t\t\t\t\t'Loading chunk ' +\n\t\t\t\t\t\t\tchunkId +\n\t\t\t\t\t\t\t' failed.\\n(' +\n\t\t\t\t\t\t\terrorType +\n\t\t\t\t\t\t\t': ' +\n\t\t\t\t\t\t\trealSrc +\n\t\t\t\t\t\t\t')';\n\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t};\n\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t} else installedChunks[chunkId] = 0; \n\t}\n}\n\n }\n __webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);\n// install a JSONP callback for chunk loading\nvar __rspack_jsonp = (parentChunkLoadingFunction, data) => {\n\tvar chunkIds = data[0];\nvar moreModules = data[1];\nvar runtime = data[2];\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif (chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor (moduleId in moreModules) {\n\t\t\tif (__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif (runtime) var result = runtime(__webpack_require__);\n\t}\n\tif (parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor (; i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif (\n\t\t\t__webpack_require__.o(installedChunks, chunkId) &&\n\t\t\tinstalledChunks[chunkId]\n\t\t) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\t\n\treturn __webpack_require__.O(result);\n\t\n};\n\nvar chunkLoadingGlobal = self[\"webpackChunktechdocs_cli_embedded_app\"] = self[\"webpackChunktechdocs_cli_embedded_app\"] || [];\nchunkLoadingGlobal.forEach(__rspack_jsonp.bind(null, 0));\nchunkLoadingGlobal.push = __rspack_jsonp.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));\n","if (typeof document === \"undefined\") return;\nvar createStylesheet = function (\n\tchunkId, fullhref, oldTag, resolve, reject\n) {\n\tvar linkTag = document.createElement(\"link\");\n\nlinkTag.rel = \"stylesheet\";\n\nlinkTag.type = \"text/css\";\n\nif (__webpack_require__.nc) {\n linkTag.nonce = __webpack_require__.nc;\n}\nlinkTag.href = fullhref;\n\n\tvar onLinkComplete = function (event) {\n\t\t// avoid mem leaks.\n\t\tlinkTag.onerror = linkTag.onload = null;\n\t\tif (event.type === 'load') {\n\t\t\tresolve();\n\t\t} else {\n\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\tvar realHref = event && event.target && event.target.href || fullhref;\n\t\t\tvar err = new Error(\"Loading CSS chunk \" + chunkId + \" failed.\\\\n(\" + realHref + \")\");\n\t\t\terr.code = \"CSS_CHUNK_LOAD_FAILED\";\n\t\t\terr.type = errorType;\n\t\t\terr.request = realHref;\n\t\t\tif (linkTag.parentNode) linkTag.parentNode.removeChild(linkTag)\n\t\t\treject(err);\n\t\t}\n\t}\n\tlinkTag.onerror = linkTag.onload = onLinkComplete;\n\t(function insertBeforeJssStyles(element) {\n const head = document.head;\n // This makes sure that any style elements we insert get put before the\n // dynamic styles from JSS, such as the ones from `makeStyles()`.\n // TODO(Rugvip): This will likely break in material-ui v5, keep an eye on it.\n const firstJssNode = head.querySelector('style[data-jss]');\n if (!firstJssNode) {\n head.appendChild(element);\n } else {\n head.insertBefore(element, firstJssNode);\n }\n })(linkTag);\n\treturn linkTag;\n}\nvar findStylesheet = function (href, fullhref) {\n\tvar existingLinkTags = document.getElementsByTagName(\"link\");\n\tfor (var i = 0; i < existingLinkTags.length; i++) {\n\t\tvar tag = existingLinkTags[i];\n\t\tvar dataHref = tag.getAttribute(\"data-href\") || tag.getAttribute(\"href\");\n\t\tif (dataHref) {\n\t\t\tdataHref = dataHref.split('?')[0]\n\t\t}\n\t\tif (tag.rel === \"stylesheet\" && (dataHref === href || dataHref === fullhref)) return tag;\n\t}\n\n\tvar existingStyleTags = document.getElementsByTagName(\"style\");\n\tfor (var i = 0; i < existingStyleTags.length; i++) {\n\t\tvar tag = existingStyleTags[i];\n\t\tvar dataHref = tag.getAttribute(\"data-href\");\n\t\tif (dataHref === href || dataHref === fullhref) return tag;\n\t}\n}\n\nvar loadStylesheet = function (chunkId) {\n\treturn new Promise(function (resolve, reject) {\n\t\tvar href = __webpack_require__.miniCssF(chunkId);\n\t\tvar fullhref = __webpack_require__.p + href;\n\t\tif (findStylesheet(href, fullhref)) return resolve();\n\t\tcreateStylesheet(chunkId, fullhref, null, resolve, reject);\n\t})\n}\n\n// object to store loaded CSS chunks\nvar installedCssChunks = {\n\t\"3146\": 0,\n\n};\n\n__webpack_require__.f.miniCss = function (chunkId, promises) {\n\tvar cssChunks = {\n\"1749\": 1,\n\"1994\": 1,\n\"2295\": 1,\n\"3641\": 1,\n\"4648\": 1,\n\"5443\": 1,\n\"5954\": 1,\n\"6138\": 1,\n\"7203\": 1,\n\"9050\": 1,\n\"9230\": 1,\n\n};\n\tif (installedCssChunks[chunkId]) promises.push(installedCssChunks[chunkId])\n\telse if (installedCssChunks[chunkId] !== 0 && cssChunks[chunkId])\n\t\tpromises.push(\n\t\t\tinstalledCssChunks[chunkId] = loadStylesheet(chunkId).then(\n\t\t\t\tfunction () {\n\t\t\t\t\tinstalledCssChunks[chunkId] = 0;\n\t\t\t\t},\n\t\t\t\tfunction (e) {\n\t\t\t\t\tdelete installedCssChunks[chunkId];\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\t\t\t)\n\t\t)\n}\n\n// no hmr\n// no prefetch\n// no preload","// getDefaultExport function for compatibility with non-ESM modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};\n","__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n }\n }\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(\n\t\tObject.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t\t__webpack_require__.f[key](chunkId, promises);\n\t\t\treturn promises;\n\t\t}, [])\n\t);\n};","// This function allow to reference chunks\n__webpack_require__.u = (chunkId) => {\n // return url for filenames not based on template\n \n // return url for filenames based on template\n return \"static/\" + ({\"1009\": \"react-syntax-highlighter_languages_highlight_bnf\",\"1028\": \"react-syntax-highlighter_languages_highlight_oxygene\",\"1107\": \"react-syntax-highlighter_languages_highlight_accesslog\",\"1155\": \"react-syntax-highlighter_languages_highlight_xl\",\"1313\": \"react-syntax-highlighter_languages_highlight_fortran\",\"1331\": \"react-syntax-highlighter_languages_highlight_scss\",\"135\": \"react-syntax-highlighter_languages_highlight_smali\",\"1365\": \"react-syntax-highlighter_languages_highlight_fsharp\",\"1436\": \"react-syntax-highlighter_languages_highlight_yaml\",\"1497\": \"react-syntax-highlighter_languages_highlight_crystal\",\"1553\": \"react-syntax-highlighter_languages_highlight_ini\",\"160\": \"react-syntax-highlighter_languages_highlight_step21\",\"168\": \"react-syntax-highlighter_languages_highlight_nsis\",\"1822\": \"react-syntax-highlighter_languages_highlight_julia\",\"1872\": \"react-syntax-highlighter_languages_highlight_erlang\",\"1926\": \"react-syntax-highlighter_languages_highlight_ruleslanguage\",\"1928\": \"react-syntax-highlighter_languages_highlight_swift\",\"1980\": \"react-syntax-highlighter_languages_highlight_elixir\",\"1981\": \"react-syntax-highlighter_languages_highlight_avrasm\",\"203\": \"react-syntax-highlighter_languages_highlight_ocaml\",\"2056\": \"react-syntax-highlighter_languages_highlight_hsp\",\"2098\": \"react-syntax-highlighter_languages_highlight_sqlMore\",\"211\": \"react-syntax-highlighter_languages_highlight_vim\",\"2176\": \"react-syntax-highlighter_languages_highlight_ldif\",\"220\": \"react-syntax-highlighter_languages_highlight_vbscript\",\"2203\": \"react-syntax-highlighter_languages_highlight_nginx\",\"221\": \"react-syntax-highlighter_languages_highlight_pf\",\"2249\": \"react-syntax-highlighter_languages_highlight_haml\",\"2350\": \"react-syntax-highlighter_languages_highlight_rib\",\"2352\": \"react-syntax-highlighter_languages_highlight_erb\",\"2377\": \"react-syntax-highlighter_languages_highlight_erlangRepl\",\"2380\": \"react-syntax-highlighter_languages_highlight_axapta\",\"2429\": \"react-syntax-highlighter_languages_highlight_lasso\",\"2554\": \"react-syntax-highlighter_languages_highlight_nodeRepl\",\"2587\": \"react-syntax-highlighter_languages_highlight_gcode\",\"2766\": \"react-syntax-highlighter_languages_highlight_stata\",\"278\": \"react-syntax-highlighter_languages_highlight_livescript\",\"2813\": \"react-syntax-highlighter_languages_highlight_autoit\",\"2866\": \"react-syntax-highlighter_languages_highlight_xml\",\"2894\": \"react-syntax-highlighter_languages_highlight_gauss\",\"3036\": \"react-syntax-highlighter_languages_highlight_htmlbars\",\"3052\": \"react-syntax-highlighter_languages_highlight_q\",\"3075\": \"react-syntax-highlighter_languages_highlight_juliaRepl\",\"3147\": \"react-syntax-highlighter_languages_highlight_php\",\"3151\": \"react-syntax-highlighter_languages_highlight_sml\",\"3156\": \"react-syntax-highlighter_languages_highlight_crmsh\",\"317\": \"react-syntax-highlighter_languages_highlight_phpTemplate\",\"3192\": \"react-syntax-highlighter_languages_highlight_lsl\",\"3237\": \"react-syntax-highlighter_languages_highlight_groovy\",\"3248\": \"react-syntax-highlighter_languages_highlight_fix\",\"3310\": \"react-syntax-highlighter_languages_highlight_actionscript\",\"3321\": \"react-syntax-highlighter_languages_highlight_dos\",\"3323\": \"react-syntax-highlighter_languages_highlight_haxe\",\"3356\": \"react-syntax-highlighter_languages_highlight_typescript\",\"3383\": \"react-syntax-highlighter_languages_highlight_latex\",\"3400\": \"react-syntax-highlighter_languages_highlight_maxima\",\"3414\": \"react-syntax-highlighter_languages_highlight_dts\",\"3528\": \"react-syntax-highlighter_languages_highlight_routeros\",\"3583\": \"react-syntax-highlighter_languages_highlight_mathematica\",\"3587\": \"react-syntax-highlighter_languages_highlight_delphi\",\"3600\": \"react-syntax-highlighter_languages_highlight_pgsql\",\"3664\": \"react-syntax-highlighter_languages_highlight_applescript\",\"368\": \"react-syntax-highlighter_languages_highlight_brainfuck\",\"3724\": \"react-syntax-highlighter_languages_highlight_abnf\",\"3730\": \"react-syntax-highlighter_languages_highlight_sas\",\"3978\": \"react-syntax-highlighter_languages_highlight_coq\",\"4163\": \"react-syntax-highlighter_languages_highlight_gml\",\"4268\": \"react-syntax-highlighter_languages_highlight_asciidoc\",\"4389\": \"react-syntax-highlighter_languages_highlight_vala\",\"4442\": \"react-syntax-highlighter_languages_highlight_taggerscript\",\"4532\": \"react-syntax-highlighter_languages_highlight_dsconfig\",\"4533\": \"react-syntax-highlighter_languages_highlight_basic\",\"4575\": \"react-syntax-highlighter_languages_highlight_objectivec\",\"4667\": \"react-syntax-highlighter_languages_highlight_subunit\",\"4702\": \"react-syntax-highlighter_languages_highlight_x86asm\",\"4762\": \"react-syntax-highlighter_languages_highlight_markdown\",\"4765\": \"react-syntax-highlighter_languages_highlight_bash\",\"477\": \"react-syntax-highlighter_languages_highlight_mipsasm\",\"5031\": \"react-syntax-highlighter_languages_highlight_parser3\",\"506\": \"react-syntax-highlighter_languages_highlight_clean\",\"5091\": \"react-syntax-highlighter_languages_highlight_tcl\",\"514\": \"react-syntax-highlighter_languages_highlight_perl\",\"5191\": \"react-syntax-highlighter_languages_highlight_pony\",\"5197\": \"react-syntax-highlighter_languages_highlight_cLike\",\"5204\": \"react-syntax-highlighter_languages_highlight_scheme\",\"5261\": \"react-syntax-highlighter_languages_highlight_aspectj\",\"5275\": \"react-syntax-highlighter_languages_highlight_nim\",\"5287\": \"react-syntax-highlighter_languages_highlight_lisp\",\"531\": \"react-syntax-highlighter_languages_highlight_leaf\",\"5328\": \"react-syntax-highlighter_languages_highlight_plaintext\",\"5374\": \"react-syntax-highlighter_languages_highlight_llvm\",\"5430\": \"react-syntax-highlighter_languages_highlight_autohotkey\",\"5431\": \"react-syntax-highlighter_languages_highlight_ada\",\"552\": \"react-syntax-highlighter_languages_highlight_dns\",\"5583\": \"react-syntax-highlighter_languages_highlight_java\",\"5623\": \"react-syntax-highlighter_languages_highlight_arcade\",\"5747\": \"react-syntax-highlighter_languages_highlight_cal\",\"5860\": \"react-syntax-highlighter_languages_highlight_flix\",\"5911\": \"react-syntax-highlighter_languages_highlight_livecodeserver\",\"592\": \"react-syntax-highlighter_languages_highlight_hy\",\"5944\": \"react-syntax-highlighter_languages_highlight_jbossCli\",\"5982\": \"react-syntax-highlighter_languages_highlight_mojolicious\",\"5998\": \"react-syntax-highlighter_languages_highlight_awk\",\"6032\": \"react-syntax-highlighter_languages_highlight_django\",\"6119\": \"react-syntax-highlighter_languages_highlight_d\",\"6215\": \"react-syntax-highlighter_languages_highlight_ceylon\",\"6267\": \"react-syntax-highlighter_languages_highlight_makefile\",\"6324\": \"react-syntax-highlighter_languages_highlight_processing\",\"6378\": \"react-syntax-highlighter_languages_highlight_reasonml\",\"6441\": \"react-syntax-highlighter_languages_highlight_scala\",\"6566\": \"react-syntax-highlighter_languages_highlight_c\",\"6579\": \"react-syntax-highlighter_languages_highlight_tp\",\"66\": \"react-syntax-highlighter_languages_highlight_powershell\",\"6601\": \"react-syntax-highlighter_languages_highlight_stylus\",\"6657\": \"react-syntax-highlighter_languages_highlight_gherkin\",\"6689\": \"react-syntax-highlighter_languages_highlight_python\",\"6690\": \"react-syntax-highlighter_languages_highlight_monkey\",\"6735\": \"react-syntax-highlighter_languages_highlight_clojure\",\"6775\": \"react-syntax-highlighter_languages_highlight_xquery\",\"6798\": \"react-syntax-highlighter_languages_highlight_kotlin\",\"6872\": \"react-syntax-highlighter_languages_highlight_openscad\",\"6899\": \"react-syntax-highlighter_languages_highlight_glsl\",\"6908\": \"react-syntax-highlighter_languages_highlight_golo\",\"6924\": \"react-syntax-highlighter_languages_highlight_pythonRepl\",\"6940\": \"react-syntax-highlighter_languages_highlight_css\",\"6968\": \"react-syntax-highlighter_languages_highlight_gradle\",\"6983\": \"react-syntax-highlighter_languages_highlight_arduino\",\"7016\": \"react-syntax-highlighter_languages_highlight_coffeescript\",\"7072\": \"react-syntax-highlighter_languages_highlight_vbnet\",\"7082\": \"react-syntax-highlighter_languages_highlight_mercury\",\"7134\": \"react-syntax-highlighter_languages_highlight_cpp\",\"7197\": \"react-syntax-highlighter_languages_highlight_csp\",\"7200\": \"react-syntax-highlighter_languages_highlight_prolog\",\"7282\": \"react-syntax-highlighter_languages_highlight_twig\",\"7301\": \"react-syntax-highlighter_languages_highlight_rust\",\"7399\": \"react-syntax-highlighter_languages_highlight_capnproto\",\"7472\": \"react-syntax-highlighter_languages_highlight_excel\",\"7529\": \"react-syntax-highlighter_languages_highlight_shell\",\"7702\": \"react-syntax-highlighter_languages_highlight_less\",\"7781\": \"react-syntax-highlighter_languages_highlight_apache\",\"7795\": \"react-syntax-highlighter_languages_highlight_sql\",\"7830\": \"react-syntax-highlighter_languages_highlight_armasm\",\"7855\": \"react-syntax-highlighter_languages_highlight_dust\",\"7923\": \"react-syntax-highlighter_languages_highlight_handlebars\",\"7941\": \"react-syntax-highlighter_languages_highlight_sqf\",\"7991\": \"react-syntax-highlighter_languages_highlight_purebasic\",\"7997\": \"react-syntax-highlighter_languages_highlight_isbl\",\"8011\": \"react-syntax-highlighter_languages_highlight_stan\",\"8138\": \"react-syntax-highlighter_languages_highlight_matlab\",\"8183\": \"react-syntax-highlighter_languages_highlight_ruby\",\"8190\": \"react-syntax-highlighter_languages_highlight_oneC\",\"8280\": \"react-syntax-highlighter_languages_highlight_thrift\",\"8317\": \"react-syntax-highlighter_languages_highlight_angelscript\",\"8332\": \"react-syntax-highlighter_languages_highlight_mizar\",\"8441\": \"react-syntax-highlighter_languages_highlight_vhdl\",\"8508\": \"react-syntax-highlighter/lowlight-import\",\"8568\": \"react-syntax-highlighter_languages_highlight_nix\",\"8599\": \"react-syntax-highlighter_languages_highlight_haskell\",\"8614\": \"react-syntax-highlighter_languages_highlight_smalltalk\",\"8646\": \"react-syntax-highlighter_languages_highlight_tap\",\"8698\": \"react-syntax-highlighter_languages_highlight_dart\",\"8736\": \"react-syntax-highlighter_languages_highlight_cos\",\"8856\": \"react-syntax-highlighter_languages_highlight_protobuf\",\"8858\": \"react-syntax-highlighter_languages_highlight_rsl\",\"9047\": \"react-syntax-highlighter_languages_highlight_gams\",\"9108\": \"react-syntax-highlighter_languages_highlight_cmake\",\"9142\": \"react-syntax-highlighter_languages_highlight_clojureRepl\",\"9146\": \"react-syntax-highlighter_languages_highlight_properties\",\"9169\": \"react-syntax-highlighter_languages_highlight_verilog\",\"9281\": \"react-syntax-highlighter_languages_highlight_mel\",\"9285\": \"react-syntax-highlighter_languages_highlight_go\",\"9352\": \"react-syntax-highlighter_languages_highlight_ebnf\",\"9404\": \"react-syntax-highlighter_languages_highlight_csharp\",\"9453\": \"react-syntax-highlighter_languages_highlight_inform7\",\"9457\": \"react-syntax-highlighter_languages_highlight_json\",\"9517\": \"react-syntax-highlighter_languages_highlight_qml\",\"9573\": \"react-syntax-highlighter_languages_highlight_dockerfile\",\"9655\": \"react-syntax-highlighter_languages_highlight_scilab\",\"9661\": \"react-syntax-highlighter_languages_highlight_r\",\"9676\": \"react-syntax-highlighter_languages_highlight_diff\",\"97\": \"react-syntax-highlighter_languages_highlight_lua\",\"9751\": \"react-syntax-highlighter_languages_highlight_elm\",\"9829\": \"react-syntax-highlighter_languages_highlight_zephir\",\"9842\": \"react-syntax-highlighter_languages_highlight_profile\",\"9860\": \"react-syntax-highlighter_languages_highlight_javascript\",\"987\": \"react-syntax-highlighter_languages_highlight_irpf90\",\"9873\": \"react-syntax-highlighter_languages_highlight_roboconf\",\"9893\": \"react-syntax-highlighter_languages_highlight_puppet\",\"9927\": \"react-syntax-highlighter_languages_highlight_n1ql\",\"9935\": \"react-syntax-highlighter_languages_highlight_http\",\"9969\": \"react-syntax-highlighter_languages_highlight_vbscriptHtml\",\"9989\": \"react-syntax-highlighter_languages_highlight_moonscript\",}[chunkId] || chunkId) + \".\" + {\"1009\": \"5a42db9cce03\",\"1028\": \"84f111a648b8\",\"1107\": \"f8bbce944c21\",\"1134\": \"cdfeb48e4304\",\"1155\": \"695e8d550051\",\"123\": \"5ad0882dc443\",\"1313\": \"04b2a5a556a5\",\"1331\": \"aec8272c1cb4\",\"1335\": \"2ae279ef8d31\",\"135\": \"23044050c6f2\",\"1365\": \"7988ed4e38b5\",\"1419\": \"9c40a78092e8\",\"1435\": \"8322a7d8da03\",\"1436\": \"42a553dec40d\",\"1497\": \"509d9146841c\",\"1553\": \"bbce5871036d\",\"160\": \"7b906f472300\",\"1659\": \"ab865786f24e\",\"168\": \"3218ede70cfc\",\"1749\": \"88362feb3025\",\"1822\": \"9885cff1199a\",\"1872\": \"38aea23578c2\",\"1926\": \"106aee32f0a7\",\"1928\": \"7ec06b76407d\",\"1980\": \"c15933736b83\",\"1981\": \"62553f079d2a\",\"1994\": \"9aa1aebaec2f\",\"203\": \"f213d3155bd8\",\"2056\": \"5376ef0db5a2\",\"2098\": \"c0ac00fdd92b\",\"211\": \"571a802572fb\",\"2176\": \"b25091568616\",\"220\": \"1fbe4ca6d20a\",\"2203\": \"8361beb98470\",\"221\": \"25c9c64b8a9c\",\"2249\": \"25035dee0024\",\"2295\": \"028515e97333\",\"2350\": \"3eed6b26610f\",\"2352\": \"807b2491f11a\",\"2377\": \"ff80b030ddff\",\"2380\": \"dd2c7ea9bfd3\",\"2429\": \"ec6e896db3eb\",\"2504\": \"8ccb0af5b422\",\"2554\": \"512f4397faef\",\"2587\": \"e9d5fd8a4d51\",\"2766\": \"e15d3bb82c4d\",\"278\": \"c8af0788c576\",\"2813\": \"87830bba8110\",\"2866\": \"dc546b6bf37e\",\"2894\": \"e70abd35ff73\",\"3036\": \"b043aee3ca86\",\"3052\": \"6caef90ee963\",\"3075\": \"c09fc097a58f\",\"3147\": \"b8b5953006ba\",\"3151\": \"51aa8d3a11eb\",\"3156\": \"a469352487f8\",\"317\": \"cfefbc3112bc\",\"3192\": \"67f363570b7f\",\"3237\": \"208e2d62777c\",\"3248\": \"2f15661f2ecd\",\"3310\": \"6726db370e9f\",\"3321\": \"5861997af0ea\",\"3323\": \"9e166cca5c01\",\"3356\": \"8653b4a629ea\",\"3383\": \"bd1a8b41909a\",\"3400\": \"20948c02295a\",\"3414\": \"c5715c3e4527\",\"346\": \"eaa587ff6d0a\",\"3528\": \"fb8760642d74\",\"3554\": \"74db42b72e63\",\"3583\": \"117845edf5ec\",\"3587\": \"8692a983b1fe\",\"3600\": \"812620113154\",\"3641\": \"3c249272db15\",\"3664\": \"a0c299f83c27\",\"368\": \"c008e73778f3\",\"3724\": \"9c1dacedf303\",\"3730\": \"8c803b5a4feb\",\"3978\": \"34f2fc77c29a\",\"4068\": \"1e59fc00958d\",\"4163\": \"8de1087f905c\",\"4210\": \"8b97525a6ddc\",\"4268\": \"82e98604ec86\",\"4389\": \"e3532263cec1\",\"4424\": \"e6c1b7a79f04\",\"4442\": \"e27e3a9a6afb\",\"4498\": \"cf9b7a68936e\",\"4532\": \"7f103a537cac\",\"4533\": \"547acf001b45\",\"4575\": \"119077ab1aca\",\"4587\": \"e73a3334fde1\",\"4591\": \"b5ae39667626\",\"4648\": \"6f92a6abe9a6\",\"4667\": \"2cfab47a0477\",\"4702\": \"cc8038f80e2f\",\"4762\": \"db3eb474d913\",\"4765\": \"e2c937be905c\",\"477\": \"b934b994688f\",\"4923\": \"4e90c656282c\",\"5031\": \"6d38143f9e50\",\"506\": \"680b7355826c\",\"5091\": \"137683cb47d5\",\"514\": \"41d231da6e25\",\"5191\": \"1d706cf325c7\",\"5197\": \"718b171e1ee3\",\"5204\": \"45e5a986c029\",\"5261\": \"f770a55f1b9a\",\"5275\": \"5297c5851e8d\",\"5287\": \"3eb8a9e5451b\",\"531\": \"eb126217252c\",\"5328\": \"dc10adc4e18d\",\"5374\": \"5677a2cc24ce\",\"5430\": \"1e15c7a3ee5d\",\"5431\": \"4cb74386e6aa\",\"5443\": \"43dc15308f28\",\"552\": \"ac9459097819\",\"5583\": \"d820666e3975\",\"5588\": \"e2ec3ec3c5bd\",\"5623\": \"fb1536b024c0\",\"5635\": \"6c38cedeb9ed\",\"5747\": \"8a36a3e2f464\",\"5860\": \"1dc1946e27af\",\"5911\": \"37def0172147\",\"592\": \"49c1291f2b45\",\"5937\": \"300a8121fbeb\",\"5944\": \"2643a231d7cc\",\"5954\": \"fa4f85ba1dfd\",\"5982\": \"623b3bb446a5\",\"5998\": \"b79bf0457fab\",\"6032\": \"b2788b0e9cd2\",\"6119\": \"d5c74330692c\",\"6138\": \"1ca1ddf4e4b2\",\"6215\": \"3b77e5c81767\",\"6267\": \"970d597952ac\",\"6270\": \"58897fc165db\",\"6324\": \"6a466425d322\",\"6378\": \"f082d166af31\",\"6441\": \"3e132cc3f609\",\"6566\": \"75a9cfd844bc\",\"6579\": \"a295397365e8\",\"66\": \"7696b3bfe9bf\",\"6601\": \"e02017dbb912\",\"6657\": \"f4eb0069661b\",\"6689\": \"d8bdb3a79ab7\",\"6690\": \"527768b465b2\",\"6718\": \"89aeb24410af\",\"6735\": \"585fab193132\",\"6765\": \"828c416f661a\",\"6775\": \"6d560659353c\",\"6798\": \"fdc8ce17f4c3\",\"6872\": \"15fa0de28faf\",\"6899\": \"acaa4ce80ac5\",\"6908\": \"500674c538b0\",\"6924\": \"e79d537fd142\",\"6940\": \"11a2843d2baa\",\"6968\": \"4c9f89b539fe\",\"6983\": \"87dd8e99d3dc\",\"7016\": \"00b6361daa7f\",\"7072\": \"e382e2cc9383\",\"7082\": \"cbc4bd7d6fcd\",\"7134\": \"20911cec65d4\",\"7197\": \"f2adfdd0d881\",\"7200\": \"c451793f1ce7\",\"7203\": \"b379d4185674\",\"7226\": \"07a43ca65ff9\",\"7227\": \"69beafefd075\",\"7282\": \"ecdc80807a55\",\"7301\": \"80fbc32c3af0\",\"7346\": \"83cd59830e4d\",\"7399\": \"f72803cae5f9\",\"7472\": \"9809922bf0d9\",\"7529\": \"996444a24125\",\"7632\": \"3917bed33d55\",\"7702\": \"9d03ef0a63a7\",\"7781\": \"e7bd7efc934b\",\"7795\": \"cb93c2cb15cc\",\"7830\": \"c972ff57bb65\",\"7855\": \"166885be9b91\",\"7923\": \"fe762f4ec7dd\",\"7941\": \"50423da17e52\",\"7991\": \"ea9d0965cc26\",\"7997\": \"3253c949b5ab\",\"7998\": \"75a90b89c056\",\"8011\": \"ace548cef066\",\"8125\": \"350b517e81f9\",\"8138\": \"08778bdbea4a\",\"8183\": \"e50ee49a54f0\",\"8190\": \"6715f639fde0\",\"8280\": \"8bb31405701c\",\"8292\": \"48ee1553aa14\",\"8317\": \"5040ff26bf89\",\"8332\": \"f93e74f0e9f8\",\"8441\": \"91465c7dfb08\",\"8461\": \"22328d76cc09\",\"8508\": \"df3f7284ae55\",\"8568\": \"d023795f2232\",\"8599\": \"9e5904ba69fd\",\"8614\": \"a5cf17fe548d\",\"8646\": \"de91701e3b1f\",\"8698\": \"ed5e5df0cc95\",\"8736\": \"c426021ef7f9\",\"8856\": \"c305a87f0e3d\",\"8858\": \"19462c98d50f\",\"8877\": \"a5adc2d15b56\",\"9047\": \"f4292e3ed90f\",\"9050\": \"a4c1629cc066\",\"9108\": \"423051f693bd\",\"9142\": \"724c4e36930d\",\"9146\": \"30098c921506\",\"9169\": \"b95a853ea85f\",\"9230\": \"9bee58f48b03\",\"9281\": \"e8d9851881e0\",\"9285\": \"75253bb6dcc1\",\"9352\": \"091b0e611c95\",\"9404\": \"70dfbffa8231\",\"9453\": \"80199420fb4c\",\"9457\": \"00120d614ce1\",\"9517\": \"1975f43afc80\",\"9573\": \"77f7430b8713\",\"9655\": \"3f4d7a7c4828\",\"9661\": \"92d735982fc5\",\"9676\": \"e5d645df2933\",\"97\": \"55e057e9ef1b\",\"9751\": \"a34b1a378cb2\",\"9829\": \"ed4cc03db02d\",\"9842\": \"ed584f1fa704\",\"9860\": \"67fa755c71e7\",\"987\": \"626f4fc67e04\",\"9873\": \"13f37d9c55ee\",\"9893\": \"f343a63e662e\",\"9927\": \"3b7230fc54f1\",\"9935\": \"678d2ab3ea48\",\"9969\": \"451a5484ce00\",\"9989\": \"0712f7e67e91\",}[chunkId] + \".chunk.js\"\n}","// This function allow to reference chunks\n__webpack_require__.miniCssF = (chunkId) => {\n // return url for filenames not based on template\n \n // return url for filenames based on template\n return \"static/\" + chunkId + \".\" + chunkId + \".\" + {\"1749\": \"0ed282b2400c\",\"1994\": \"e10220c536b1\",\"2295\": \"23bcabf398d2\",\"3641\": \"4b26282c57d7\",\"4648\": \"580b4d75b06d\",\"5443\": \"804cbe3e4731\",\"5954\": \"08de64e2b55b\",\"6138\": \"c6fd421470ad\",\"7203\": \"67b3a0f0c8f1\",\"9050\": \"20ad0d6233b6\",\"9230\": \"342166022d0b\",}[chunkId] + \".css\"\n}","__webpack_require__.g = (() => {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nmd = (module) => {\n module.paths = [];\n if (!module.children) module.children = [];\n return module;\n};","__webpack_require__.p = \"/\";","__webpack_require__.rv = () => (\"1.7.11\")","__webpack_require__.ruid = \"bundler=rspack@1.7.11\";"],"names":["g","i","Object","Promise","globalThis","Function","window","document","e","clearTimeout","setTimeout","Symbol","c","Error","h","t","r","self"],"mappings":"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AQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,IAAO,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,IAAO,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,GAAM,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,GAAM,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,IAAO,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,cAAe,EAAC,CAAC,EAAQ,CAAG,YCJj2hB,EAAoB,QAAQ,CAAG,AAAC,GAIvB,UAAY,EAAU,IAAM,EAAU,IAAM,EAAC,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,eAAe,KAAQ,cAAe,EAAC,CAAC,EAAQ,CAAG,OCLhU,EAAoB,CAAC,CAAG,AAAC,MACxB,GAAI,AAAsB,UAAtB,OAAOE,WAAyB,OAAOA,WAC3C,GAAI,CACH,OAAO,IAAI,EAAI,AAAIC,SAAS,gBAC7B,CAAE,MAAO,EAAG,CACX,GAAI,AAAkB,UAAlB,OAAOC,OAAqB,OAAOA,MACxC,CACD,KCPA,EAAoB,CAAC,CAAG,CAAC,EAAK,IAAUJ,OAAO,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,EAAK,GVA9E,EAAa,CAAC,EAEd,EAAa,6BAEjB,EAAoB,CAAC,CAAG,SAAU,CAAG,CAAE,CAAI,CAAE,CAAG,CAAE,CAAO,EACxD,GAAI,CAAU,CAAC,EAAI,CAAE,YACpB,CAAU,CAAC,EAAI,CAAC,IAAI,CAAC,GAItB,GAAI,AAAQ,SAAR,EAEH,IAAK,IAHF,EAAQ,EAEP,EAAUK,SAAS,oBAAoB,CAAC,UACnC,EAAI,EAAG,EAAI,EAAQ,MAAM,CAAE,IAAK,CACxC,IAAI,EAAI,CAAO,CAAC,EAAE,CAClB,GAAI,EAAE,YAAY,CAAC,QAAU,GAAO,EAAE,YAAY,CAAC,gBAAkB,EAAa,EAAK,CACtF,EAAS,EACT,KACD,CACD,CAEI,IACJ,EAAa,GAIf,AAHE,GAASA,SAAS,aAAa,CAAC,SAAQ,EAGnC,OAAO,CAAG,IACb,EAAoB,EAAE,EACxB,EAAO,YAAY,CAAC,QAAS,EAAoB,EAAE,EAGrD,EAAO,YAAY,CAAC,cAAe,EAAa,GAIhD,EAAO,GAAG,CAAG,GAIZ,CAAU,CAAC,EAAI,CAAG,CAAC,EAAK,CACxB,IAAI,EAAmB,SAAU,CAAI,CAAEC,CAAK,EAC3C,EAAO,OAAO,CAAG,EAAO,MAAM,CAAG,KACjCC,aAAa,GACb,IAAI,EAAU,CAAU,CAAC,EAAI,CAO7B,GANA,OAAO,CAAU,CAAC,EAAI,CACtB,EAAO,UAAU,EAAI,EAAO,UAAU,CAAC,WAAW,CAAC,GACnD,GACC,EAAQ,OAAO,CAAC,SAAU,CAAE,EAC3B,OAAO,EAAGD,EACX,GACG,EAAM,OAAO,EAAKA,EACvB,EACI,EAAUE,WACb,EAAiB,IAAI,CAAC,KAAM,OAAW,CACtC,KAAM,UACN,OAAQ,CACT,GACA,KAED,GAAO,OAAO,CAAG,EAAiB,IAAI,CAAC,KAAM,EAAO,OAAO,EAC3D,EAAO,MAAM,CAAG,EAAiB,IAAI,CAAC,KAAM,EAAO,MAAM,EACzD,GAAcH,SAAS,IAAI,CAAC,WAAW,CAAC,EACzC,EW5DA,EAAoB,CAAC,CAAG,AAAC,IACrB,AAAkB,IAAlB,OAAOI,QAA0BA,OAAO,WAAW,EACrDT,OAAO,cAAc,CAAC,EAASS,OAAO,WAAW,CAAE,CAAE,MAAO,QAAS,GAEtET,OAAO,cAAc,CAAC,EAAS,aAAc,CAAE,MAAO,EAAK,EAC5D,ECNA,EAAoB,GAAG,CAAG,AAAC,IACzB,EAAO,KAAK,CAAG,EAAE,CACb,AAAC,EAAO,QAAQ,EAAE,GAAO,QAAQ,CAAG,EAAE,AAAD,EAClC,GXHL,EAAW,EAAE,CACjB,EAAoB,CAAC,CAAG,CAAC,EAAQ,EAAU,EAAI,KAC9C,GAAI,EAAU,CACb,EAAW,GAAY,EACvB,IAAK,IAAID,EAAI,EAAS,MAAM,CAAEA,EAAI,GAAK,CAAQ,CAACA,EAAI,EAAE,CAAC,EAAE,CAAG,EAAUA,IACrE,CAAQ,CAACA,EAAE,CAAG,CAAQ,CAACA,EAAI,EAAE,AAC9B,EAAQ,CAACA,EAAE,CAAG,CAAC,EAAU,EAAI,EAAS,CACtC,MACD,CAEA,IAAK,IADD,EAAe,IACVA,EAAI,EAAGA,EAAI,EAAS,MAAM,CAAEA,IAAK,CAKzC,IAAK,IAJD,EAAW,CAAQ,CAACA,EAAE,CAAC,EAAE,CAC3B,EAAK,CAAQ,CAACA,EAAE,CAAC,EAAE,CACnB,EAAW,CAAQ,CAACA,EAAE,CAAC,EAAE,CACvB,EAAY,GACP,EAAI,EAAG,EAAI,EAAS,MAAM,CAAE,IAEnC,AAAC,CAAY,GAAZ,GAAwB,GAAgB,CAAO,GAChDC,OAAO,IAAI,CAAC,EAAoB,CAAC,EAAE,KAAK,CAAC,AAAC,GAAS,EAAoB,CAAC,CAAC,EAAI,CAAC,CAAQ,CAAC,EAAE,GAEzF,EAAS,MAAM,CAAC,IAAK,IAErB,EAAY,GACR,EAAW,GAAc,GAAe,CAAO,GAGrD,GAAI,EAAW,CACd,EAAS,MAAM,CAACD,IAAK,GACrB,IAAI,EAAI,GACJ,AAAM,UAAN,GAAiB,GAAS,EAC/B,CACD,CACA,OAAO,CACR,EYjCA,EAAoB,CAAC,CAAG,ICAxB,EAAoB,EAAE,CAAG,IAAO,SXA5B,AAAoB,IAApB,OAAOM,UACX,IAAIK,EAAmB,SACtB,CAAO,CAAE,CAAQ,CAAE,CAAM,CAAE,CAAO,CAAE,CAAM,MA+B7B,EAIA,EAjCb,IAAI,EAAUL,SAAS,aAAa,CAAC,QAwCrC,OAtCD,EAAQ,GAAG,CAAG,aAEd,EAAQ,IAAI,CAAG,WAEX,EAAoB,EAAE,EACxB,GAAQ,KAAK,CAAG,EAAoB,EAAE,AAAD,EAEvC,EAAQ,IAAI,CAAG,EAkBd,EAAQ,OAAO,CAAG,EAAQ,MAAM,CAhBX,SAAU,CAAK,EAGnC,GADA,EAAQ,OAAO,CAAG,EAAQ,MAAM,CAAG,KAC/B,AAAe,SAAf,EAAM,IAAI,CACb,QACM,CACN,IAAI,EAAY,GAAU,CAAe,SAAf,EAAM,IAAI,CAAc,UAAY,EAAM,IAAI,AAAD,EACnE,EAAW,GAAS,EAAM,MAAM,EAAI,EAAM,MAAM,CAAC,IAAI,EAAI,EACzD,EAAM,AAAIM,MAAM,qBAAuB,EAAU,eAAiB,EAAW,IACjF,GAAI,IAAI,CAAG,wBACX,EAAI,IAAI,CAAG,EACX,EAAI,OAAO,CAAG,EACV,EAAQ,UAAU,EAAE,EAAQ,UAAU,CAAC,WAAW,CAAC,GACvD,EAAO,EACR,CACD,GAOa,EAAe,CAJf,EAAON,SAAS,IAAI,EAIA,aAAa,CAAC,oBAIpC,EAAK,YAAY,CAEtB,EAFgC,GAF3B,EAAK,WAAW,CAIrB,GACC,CACR,EACI,EAAiB,SAAUO,CAAI,CAAE,CAAQ,EAE5C,IAAK,IADD,EAAmBP,SAAS,oBAAoB,CAAC,QAC5C,EAAI,EAAG,EAAI,EAAiB,MAAM,CAAE,IAAK,CACjD,IAAIQ,EAAM,CAAgB,CAAC,EAAE,CACzB,EAAWA,EAAI,YAAY,CAAC,cAAgBA,EAAI,YAAY,CAAC,QAIjE,GAHI,GACH,GAAW,EAAS,KAAK,CAAC,IAAI,CAAC,EAAE,AAAD,EAE7BA,AAAY,eAAZA,EAAI,GAAG,EAAsB,KAAaD,GAAQ,IAAa,CAAO,EAAI,OAAOC,CACtF,CAGA,IAAK,IADD,EAAoBR,SAAS,oBAAoB,CAAC,SAC7C,EAAI,EAAG,EAAI,EAAkB,MAAM,CAAE,IAAK,CAClD,IAAIQ,EAAM,CAAiB,CAAC,EAAE,CAC1B,EAAWA,EAAI,YAAY,CAAC,aAChC,GAAI,IAAaD,GAAQ,IAAa,EAAU,OAAOC,CACxD,CACD,EAYI,EAAqB,CACxB,KAAQ,CAET,CAEA,GAAoB,CAAC,CAAC,OAAO,CAAG,SAAU,CAAO,CAAE,CAAQ,EAe1D,GAAI,CAAkB,CAAC,EAAQ,CAAE,EAAS,IAAI,CAAC,CAAkB,CAAC,EAAQ,OACjE,AAAgC,IAAhC,CAAkB,CAAC,EAAQ,EAAU,AAf9B,EACjB,KAAQ,EACR,KAAQ,EACR,KAAQ,EACR,KAAQ,EACR,KAAQ,EACR,KAAQ,EACR,KAAQ,EACR,KAAQ,EACR,KAAQ,EACR,KAAQ,EACR,KAAQ,CAER,EAEwD,CAAC,EAAQ,EAC/D,EAAS,IAAI,CACZ,CAAkB,CAAC,EAAQ,CAAG,AAhCzB,IAAIZ,QAAQ,SAAU,CAAO,CAAE,CAAM,EAC3C,IAAI,EAAO,EAAoB,QAAQ,CA+BO,GA9B1C,EAAW,EAAoB,CAAC,CAAG,EACvC,GAAI,EAAe,EAAM,GAAW,OAAO,IAC3CS,EA4B8C,EA5BpB,EAAU,KAAM,EAAS,EACpD,GA2BwD,IAAI,CACzD,WACC,CAAkB,CAAC,EAAQ,CAAG,CAC/B,EACA,SAAU,CAAC,EAEV,MADA,OAAO,CAAkB,CAAC,EAAQ,CAC5B,CACP,GAGJ,EDxGUX,EAAkB,CAAC,KAAQ,CAAE,EAE/B,EAAoB,CAAC,CAAC,CAAC,CAAG,SAAU,CAAO,CAAE,CAAQ,EAE7D,IAAI,EAAqB,EAAoB,CAAC,CAACA,EAAiB,GAC7DA,CAAe,CAAC,EAAQ,CACxB,OACH,GAAI,AAAuB,IAAvB,EAIH,GAAI,EACH,EAAS,IAAI,CAAC,CAAkB,CAAC,EAAE,OAEnC,GAAI,MAAQ,EAAS,CAEpB,IAAI,EAAU,IAAIE,QAAQ,CAAC,EAAS,IAAY,EAAqBF,CAAe,CAAC,EAAQ,CAAG,CAAC,EAAS,EAAO,EACjH,EAAS,IAAI,CAAE,CAAkB,CAAC,EAAE,CAAG,GAGvC,IAAI,EAAM,EAAoB,CAAC,CAAG,EAAoB,CAAC,CAAC,GAEpD,EAAQ,AAAIY,QAwBhB,EAAoB,CAAC,CAAC,EAvBH,SAAU,CAAK,EACjC,GAAI,EAAoB,CAAC,CAACZ,EAAiB,KAEtC,AAAuB,IAD3B,GAAqBA,CAAe,CAAC,EAAQ,AAAD,GACdA,CAAAA,CAAe,CAAC,EAAQ,CAAG,MAAQ,EAC7D,GAAoB,CACvB,IAAIO,EACH,GAAU,CAAe,SAAf,EAAM,IAAI,CAAc,UAAY,EAAM,IAAI,AAAD,EACpD,EAAU,GAAS,EAAM,MAAM,EAAI,EAAM,MAAM,CAAC,GAAG,AACvD,GAAM,OAAO,CACZ,iBACA,EACA,cACAA,EACA,KACA,EACA,IACD,EAAM,IAAI,CAAG,iBACb,EAAM,IAAI,CAAGA,EACb,EAAM,OAAO,CAAG,EAChB,CAAkB,CAAC,EAAE,CAAC,EACvB,CAEF,EACyC,SAAW,EAAS,EAC9D,MAAOP,CAAe,CAAC,EAAQ,CAAG,CAI5B,EACA,EAAoB,CAAC,CAAC,CAAC,CAAG,AAAC,GAAaA,AAA6B,IAA7BA,CAAe,CAAC,EAAQ,CAEpE,EAAiB,CAAC,EAA4B,KACjD,IAKI,EAAU,EALV,EAAW,CAAI,CAAC,EAAE,CACnB,EAAc,CAAI,CAAC,EAAE,CACrBe,EAAU,CAAI,CAAC,EAAE,CAGG,EAAI,EAC3B,GAAI,EAAS,IAAI,CAAC,AAAC,GAAQf,AAAwB,IAAxBA,CAAe,CAAC,EAAG,EAAU,CACvD,IAAK,KAAY,EACZ,EAAoB,CAAC,CAAC,EAAa,IACtC,GAAoB,CAAC,CAAC,EAAS,CAAG,CAAW,CAAC,EAAS,AAAD,EAGxD,GAAIe,EAAS,IAAI,EAASA,EAAQ,EACnC,CAEA,IADI,GAA4B,EAA2B,GACpD,EAAI,EAAS,MAAM,CAAE,IAC3B,EAAU,CAAQ,CAAC,EAAE,CAEpB,EAAoB,CAAC,CAACf,EAAiB,IACvCA,CAAe,CAAC,EAAQ,EAExBA,CAAe,CAAC,EAAQ,CAAC,EAAE,GAE5BA,CAAe,CAAC,EAAQ,CAAG,EAG5B,OAAO,EAAoB,CAAC,CAAC,EAE9B,EAGA,CADI,EAAqBgB,KAAK,qCAAwC,CAAGA,KAAK,qCAAwC,EAAI,EAAE,EACzG,OAAO,CAAC,EAAe,IAAI,CAAC,KAAM,IACrD,EAAmB,IAAI,CAAG,EAAe,IAAI,CAAC,KAAM,EAAmB,IAAI,CAAC,IAAI,CAAC,Ia3FjF,EAAoB,IAAI,CAAG,uB"}
|
package/dist/package.json.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techdocs/cli",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20260729031221",
|
|
4
4
|
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "cli"
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"watch": "./src"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@backstage/backend-defaults": "0.0.0-nightly-
|
|
47
|
+
"@backstage/backend-defaults": "0.0.0-nightly-20260729031221",
|
|
48
48
|
"@backstage/catalog-model": "1.9.0",
|
|
49
49
|
"@backstage/cli-common": "0.3.0",
|
|
50
50
|
"@backstage/config": "1.3.8",
|
|
51
|
-
"@backstage/plugin-techdocs-node": "0.0.0-nightly-
|
|
51
|
+
"@backstage/plugin-techdocs-node": "0.0.0-nightly-20260729031221",
|
|
52
52
|
"commander": "^14.0.3",
|
|
53
53
|
"fs-extra": "^11.0.0",
|
|
54
54
|
"http-proxy": "^1.18.1",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"winston": "^3.2.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@backstage/cli": "0.
|
|
60
|
+
"@backstage/cli": "0.0.0-nightly-20260729031221",
|
|
61
61
|
"@types/fs-extra": "^11.0.0",
|
|
62
62
|
"@types/http-proxy": "^1.17.4",
|
|
63
63
|
"@types/node": "^22.13.14",
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunktechdocs_cli_embedded_app=self.webpackChunktechdocs_cli_embedded_app||[]).push([["7632"],{6659(e,t,r){r.d(t,{DependencyGraph:()=>z});var n=r(31085),a=r(14041),l=r(37238),s=r(53373),i=r.n(s),d=r(45250),o=r(68510),c=r(67566),u=r(41809),h=r(57586),f=r.n(h),m=r(12784),g=r.n(m),x=r(6033),p=r(22249),k=r(58837);let w=(0,k.A)(e=>({node:{fill:e.palette.primary.light,stroke:e.palette.primary.light},text:{fill:e.palette.primary.contrastText}}),{name:"BackstageDependencyGraphDefaultNode"});function b({node:{id:e}}){let t=w(),[r,l]=(0,a.useState)(0),[s,i]=(0,a.useState)(0),d=(0,a.useRef)(null);(0,a.useLayoutEffect)(()=>{if(d.current){let{height:e,width:t}=d.current.getBBox();e=Math.round(e),t=Math.round(t),(e!==s||t!==r)&&(l(t),i(e))}},[r,s]);let o=r+20,c=s+20;return(0,n.jsxs)("g",{children:[(0,n.jsx)("rect",{className:t.node,width:o,height:c,rx:10}),(0,n.jsx)("text",{ref:d,className:t.text,y:c/2,x:o/2,textAnchor:"middle",alignmentBaseline:"middle",children:e})]})}let y=(0,p.default)(e=>({node:{transition:`${e.transitions.duration.shortest}ms`}}),{name:"BackstageDependencyGraphNode"}),j=e=>(0,n.jsx)(b,{...e});function v({render:e=j,setNode:t,node:r}){let{width:l,height:s,x:i=0,y:d=0}=r,o=y(),c=(0,a.useRef)(null);return(0,a.useLayoutEffect)(()=>{if(c.current){let{height:e,width:n}=c.current.getBBox();e=Math.round(e),n=Math.round(n),(e!==s||n!==l)&&t(r.id,{...r,height:e,width:n})}},[r,l,s,t]),(0,n.jsx)("g",{ref:c,"data-testid":"node",className:o.node,transform:`translate(${i-l/2},${d-s/2})`,children:e({node:r})})}var M=r(1121),B=r(12895),E=r(20644),N=r.n(E);let $="arrow-marker",S=(0,p.default)(e=>({text:{fill:e.palette.textContrast}}),{name:"BackstageDependencyGraphDefaultLabel"});function A({edge:{label:e}}){let t=S();return(0,n.jsx)("text",{className:t.text,textAnchor:"middle",children:e})}let D=(0,p.default)(e=>({path:{strokeWidth:1.3,stroke:e.palette.textSubtle,fill:"none",transition:`${e.transitions.duration.shortest}ms`},label:{transition:`${e.transitions.duration.shortest}ms`}}),{name:"BackstageDependencyGraphEdge"}),C=e=>(0,n.jsx)(A,{...e});function G({render:e=C,setEdge:t,id:r,edge:l,curve:s,showArrowHeads:i}){let{x:d=0,y:o=0,width:c,height:u,points:h}=l,f=D(),m=(0,a.useRef)(null);(0,a.useLayoutEffect)(()=>{if(m.current){let{height:e,width:n}=m.current.getBBox();e=Math.round(e),n=Math.round(n),(e!==u||n!==c)&&t(r,{...l,height:e,width:n})}},[l,u,c,t,r]);let g="",x=(0,a.useMemo)(()=>M.A().x(e=>e.x).y(e=>e.y).curve(B[s]),[s]);return h&&(g=x(h.filter(e=>N()(e.x)&&N()(e.y)))||""),(0,n.jsxs)(n.Fragment,{children:[g&&(0,n.jsx)("path",{"data-testid":"edge",className:f.path,markerEnd:i?`url(#${$})`:void 0,d:g}),l.label?(0,n.jsx)("g",{ref:m,"data-testid":"label",className:f.label,transform:`translate(${d},${o})`,children:e({edge:l})}):null]})}var _=r(29365),R=r(25828),L=r(63988),T=r(14112),H=r(71677),O=r(89595),W=r(89332);let I=(0,k.A)(e=>({fullscreenButton:{position:"absolute",right:0},root:{overflow:"hidden",minHeight:"100%",minWidth:"100%"},fixedHeight:{maxHeight:"100%"},fullscreen:{backgroundColor:e.palette.background.paper}})),P="workspace",X="dependency-graph";function z(e){let{edges:t,nodes:r,renderNode:s,direction:h=x.D.Direction.TOP_BOTTOM,align:m,nodeMargin:p=50,edgeMargin:k=10,rankMargin:w=50,paddingX:b=0,paddingY:y=0,acyclicer:j,ranker:M=x.D.Ranker.NETWORK_SIMPLEX,labelPosition:B=x.D.LabelPosition.RIGHT,labelOffset:E=10,edgeRanks:N=1,edgeWeight:S=1,renderEdge:A,renderLabel:D,defs:C,zoom:z="enabled",curve:q="curveMonotoneX",showArrowHeads:F=!1,fit:K="grow",allowFullscreen:U=!0,...V}=e,Y=(0,u.default)(),[J,Q]=(0,a.useState)(100),[Z,ee]=(0,a.useState)(100),et=(0,T.V)(),er=I(),{t:en}=(0,O.i)(W.O),ea=(0,a.useRef)(new(f()).graphlib.Graph),[el,es]=(0,a.useState)(ea.current.graph()?.width||0),[ei,ed]=(0,a.useState)(ea.current.graph()?.height||0),[eo,ec]=(0,a.useState)([]),[eu,eh]=(0,a.useState)([]),ef=Math.max(el,J),em=Math.max(ei,Z),[eg]=(0,l.A)(),ex=(0,d.once)(eg),ep="grow"!==K||et.active?"100%":em,ek=(0,a.useMemo)(()=>g()(e=>{if(!e)return;ex(e);let t=e.querySelector(`svg#${X}`);if(!t)return;let r=c.A(t),n=c.A(t.getElementById(P));function a(){r.call(o.s_().scaleExtent([1,1/0]).on("zoom",e=>{e.transform.x=Math.min(0,Math.max(e.transform.x,ef-ef*e.transform.k)),e.transform.y=Math.min(0,Math.max(e.transform.y,em-em*e.transform.k)),n.attr("transform",e.transform)}))}"enabled"===z?a():"enable-on-click"===z&&r.on("click",()=>a());let{width:l,height:s}=e.getBoundingClientRect();J!==l&&l<=ef&&Q(l),Z!==s&&s<=em&&ee(s)},100),[ex,Z,J,ef,em,z]),ew=(0,a.useCallback)(()=>{let e=ea.current.nodes(),n=ea.current.edges();e.forEach(e=>{r.some(t=>t.id===e)||ea.current.removeNode(e)}),n.forEach(e=>{t.some(t=>t.from===e.v&&t.to===e.w)||ea.current.removeEdge(e.v,e.w)}),r.forEach(e=>{let t=ea.current.nodes().find(t=>e.id===t);if(t&&ea.current.node(t)){let{width:r,height:n,x:a,y:l}=ea.current.node(t);ea.current.setNode(t,{...e,width:r,height:n,x:a,y:l})}else ea.current.setNode(e.id,{...e,width:0,height:0})}),t.forEach(e=>{ea.current.setEdge(e.from,e.to,{...e,label:e.label,width:0,height:0,labelpos:B,labeloffset:E,weight:S,minlen:N})})},[t,r,B,E,S,N]),eb=(0,a.useMemo)(()=>g()(()=>{f().layout(ea.current);let{height:e,width:t}=ea.current.graph(),r=Math.max(0,e||0);es(Math.max(0,t||0)),ed(r),ec(ea.current.nodes()),eh(ea.current.edges())},250,{leading:!0}),[]);(0,a.useEffect)(()=>(ea.current.setGraph({rankdir:h,align:m,nodesep:p,edgesep:k,ranksep:w,marginx:b,marginy:y,acyclicer:j,ranker:M}),ew(),eb(),eb.cancel),[j,m,h,k,b,y,p,w,M,ew,eb]);let ey=(0,a.useCallback)((e,t)=>(ea.current.setNode(e,t),eb(),ea.current),[eb]),ej=(0,a.useCallback)((e,t)=>(ea.current.setEdge(e,t),eb(),ea.current),[eb]);return(0,n.jsxs)(T.m,{handle:et,className:i()(et.active?er.fullscreen:er.root),children:[U&&(0,n.jsx)(H.Ay,{title:en("dependencyGraph.fullscreenTooltip"),children:(0,n.jsx)(_.A,{className:er.fullscreenButton,onClick:et.active?et.exit:et.enter,children:et.active?(0,n.jsx)(L.default,{}):(0,n.jsx)(R.default,{})})}),(0,n.jsx)("div",{ref:ek,style:{width:"100%",height:"100%"},children:(0,n.jsxs)("svg",{...V,width:"100%",height:ep,viewBox:`0 0 ${ef} ${em}`,id:X,children:[(0,n.jsxs)("defs",{children:[(0,n.jsx)("marker",{id:$,viewBox:"0 0 24 24",markerWidth:"14",markerHeight:"14",refX:"16",refY:"12",orient:"auto",markerUnits:"strokeWidth",children:(0,n.jsx)("path",{fill:Y.palette.textSubtle,d:"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"})}),C]}),(0,n.jsx)("g",{id:P,children:(0,n.jsxs)("svg",{width:el,height:ei,y:em/2-ei/2,x:ef/2-el/2,viewBox:`0 0 ${el} ${ei}`,children:[eu.map(e=>{let t=ea.current.edge(e);return t?A?A({edge:t,id:e}):(0,n.jsx)(G,{id:e,setEdge:ej,render:D,edge:t,curve:q,showArrowHeads:F},`${e.v}-${e.w}`):null}),eo.map(e=>{let t=ea.current.node(e);return t?(0,n.jsx)(v,{setNode:ey,render:s,node:t},e):null})]})})]})})]})}}}]);
|
|
2
|
-
//# sourceMappingURL=7632.d2fd37a3ce88.chunk.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"static/7632.d2fd37a3ce88.chunk.js","sources":["webpack://techdocs-cli-embedded-app/../core-components/src/components/DependencyGraph/DefaultNode.tsx","webpack://techdocs-cli-embedded-app/../core-components/src/components/DependencyGraph/Node.tsx","webpack://techdocs-cli-embedded-app/../core-components/src/components/DependencyGraph/constants.ts","webpack://techdocs-cli-embedded-app/../core-components/src/components/DependencyGraph/DefaultLabel.tsx","webpack://techdocs-cli-embedded-app/../core-components/src/components/DependencyGraph/Edge.tsx","webpack://techdocs-cli-embedded-app/../core-components/src/components/DependencyGraph/DependencyGraphContent.tsx"],"sourcesContent":["/*\n * Copyright 2020 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { useState, useRef, useLayoutEffect } from 'react';\nimport { makeStyles } from '@material-ui/core/styles';\nimport { DependencyGraphTypes as Types } from './types';\n\n/** @public */\nexport type DependencyGraphDefaultNodeClassKey = 'node' | 'text';\n\nconst useStyles = makeStyles(\n theme => ({\n node: {\n fill: theme.palette.primary.light,\n stroke: theme.palette.primary.light,\n },\n text: {\n fill: theme.palette.primary.contrastText,\n },\n }),\n { name: 'BackstageDependencyGraphDefaultNode' },\n);\n\n/** @public */\nexport function DefaultNode({ node: { id } }: Types.RenderNodeProps) {\n const classes = useStyles();\n const [width, setWidth] = useState(0);\n const [height, setHeight] = useState(0);\n const idRef = useRef<SVGTextElement | null>(null);\n\n useLayoutEffect(() => {\n // set the width to the length of the ID\n if (idRef.current) {\n let { height: renderedHeight, width: renderedWidth } =\n idRef.current.getBBox();\n renderedHeight = Math.round(renderedHeight);\n renderedWidth = Math.round(renderedWidth);\n\n if (renderedHeight !== height || renderedWidth !== width) {\n setWidth(renderedWidth);\n setHeight(renderedHeight);\n }\n }\n }, [width, height]);\n\n const padding = 10;\n const paddedWidth = width + padding * 2;\n const paddedHeight = height + padding * 2;\n\n return (\n <g>\n <rect\n className={classes.node}\n width={paddedWidth}\n height={paddedHeight}\n rx={10}\n />\n <text\n ref={idRef}\n className={classes.text}\n y={paddedHeight / 2}\n x={paddedWidth / 2}\n textAnchor=\"middle\"\n alignmentBaseline=\"middle\"\n >\n {id}\n </text>\n </g>\n );\n}\n","/*\n * Copyright 2020 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { useRef, useLayoutEffect } from 'react';\nimport makeStyles from '@material-ui/core/styles/makeStyles';\nimport { DefaultNode } from './DefaultNode';\nimport { DependencyGraphTypes as Types } from './types';\nimport { NODE_TEST_ID } from './constants';\nimport dagre from '@dagrejs/dagre';\n\n/** @public */\nexport type DependencyGraphNodeClassKey = 'node';\n\nconst useStyles = makeStyles(\n theme => ({\n node: {\n transition: `${theme.transitions.duration.shortest}ms`,\n },\n }),\n { name: 'BackstageDependencyGraphNode' },\n);\n\nexport type GraphNode<T> = dagre.Node<Types.DependencyNode<T>>;\n\nexport type NodeComponentProps<T> = {\n node: GraphNode<T>;\n render?: Types.RenderNodeFunction<T>;\n setNode: dagre.graphlib.Graph['setNode'];\n};\n\nconst renderDefault = (props: Types.RenderNodeProps) => (\n <DefaultNode {...props} />\n);\n\nexport function Node<T>({\n render = renderDefault,\n setNode,\n node,\n}: NodeComponentProps<T>) {\n const { width, height, x = 0, y = 0 } = node;\n const nodeProps: Types.DependencyNode<T> = node;\n const classes = useStyles();\n const nodeRef = useRef<SVGGElement | null>(null);\n\n useLayoutEffect(() => {\n // set the node width to the actual rendered width to properly layout graph\n if (nodeRef.current) {\n let { height: renderedHeight, width: renderedWidth } =\n nodeRef.current.getBBox();\n renderedHeight = Math.round(renderedHeight);\n renderedWidth = Math.round(renderedWidth);\n\n if (renderedHeight !== height || renderedWidth !== width) {\n setNode(node.id, {\n ...node,\n height: renderedHeight,\n width: renderedWidth,\n });\n }\n }\n }, [node, width, height, setNode]);\n\n return (\n <g\n ref={nodeRef}\n data-testid={NODE_TEST_ID}\n className={classes.node}\n transform={`translate(${x - width / 2},${y - height / 2})`}\n >\n {render({ node: nodeProps })}\n </g>\n );\n}\n","/*\n * Copyright 2020 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport const ARROW_MARKER_ID = 'arrow-marker';\n\nexport const NODE_TEST_ID = 'node';\nexport const EDGE_TEST_ID = 'edge';\nexport const LABEL_TEST_ID = 'label';\n","/*\n * Copyright 2020 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport makeStyles from '@material-ui/core/styles/makeStyles';\nimport { DependencyGraphTypes as Types } from './types';\n\n/** @public */\nexport type DependencyGraphDefaultLabelClassKey = 'text';\n\nconst useStyles = makeStyles(\n theme => ({\n text: {\n fill: theme.palette.textContrast,\n },\n }),\n { name: 'BackstageDependencyGraphDefaultLabel' },\n);\n\n/** @public */\nexport function DefaultLabel({ edge: { label } }: Types.RenderLabelProps) {\n const classes = useStyles();\n return (\n <text className={classes.text} textAnchor=\"middle\">\n {label}\n </text>\n );\n}\n","/*\n * Copyright 2020 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { useRef, useLayoutEffect, useMemo } from 'react';\nimport * as d3Shape from 'd3-shape';\nimport isFinite from 'lodash/isFinite';\nimport makeStyles from '@material-ui/core/styles/makeStyles';\nimport { DependencyGraphTypes as Types } from './types';\nimport { ARROW_MARKER_ID, EDGE_TEST_ID, LABEL_TEST_ID } from './constants';\nimport { DefaultLabel } from './DefaultLabel';\nimport dagre from '@dagrejs/dagre';\n\n/* Based on: https://github.com/dagrejs/dagre/wiki#configuring-the-layout */\nexport type EdgeProperties = {\n label?: string;\n width?: number;\n height?: number;\n labeloffset?: number;\n labelpos?: Types.LabelPosition;\n minlen?: number;\n weight?: number;\n};\nexport type GraphEdge<T> = Types.DependencyEdge<T> &\n dagre.GraphEdge &\n EdgeProperties;\n\n/** @public */\nexport type DependencyGraphEdgeClassKey = 'path' | 'label';\n\nconst useStyles = makeStyles(\n theme => ({\n path: {\n strokeWidth: 1.3,\n stroke: theme.palette.textSubtle,\n fill: 'none',\n transition: `${theme.transitions.duration.shortest}ms`,\n },\n label: {\n transition: `${theme.transitions.duration.shortest}ms`,\n },\n }),\n { name: 'BackstageDependencyGraphEdge' },\n);\n\ntype EdgePoint = dagre.GraphEdge['points'][0];\n\n/** @public */\nexport type EdgeComponentProps<T = unknown> = {\n id: dagre.Edge;\n edge: GraphEdge<T>;\n render?: Types.RenderLabelFunction<T>;\n setEdge: (\n id: dagre.Edge,\n edge: Types.DependencyEdge<T>,\n ) => dagre.graphlib.Graph<{}>;\n curve: 'curveStepBefore' | 'curveMonotoneX';\n showArrowHeads?: boolean;\n};\n\nconst renderDefault = (props: Types.RenderLabelProps<unknown>) => (\n <DefaultLabel {...props} />\n);\n\nexport function Edge<EdgeData>({\n render = renderDefault,\n setEdge,\n id,\n edge,\n curve,\n showArrowHeads,\n}: EdgeComponentProps<EdgeData>) {\n const { x = 0, y = 0, width, height, points } = edge;\n const labelProps: Types.DependencyEdge<EdgeData> = edge;\n const classes = useStyles();\n\n const labelRef = useRef<SVGGElement>(null);\n\n useLayoutEffect(() => {\n // set the label width to the actual rendered width to properly layout graph\n if (labelRef.current) {\n let { height: renderedHeight, width: renderedWidth } =\n labelRef.current.getBBox();\n renderedHeight = Math.round(renderedHeight);\n renderedWidth = Math.round(renderedWidth);\n\n if (renderedHeight !== height || renderedWidth !== width) {\n setEdge(id, {\n ...edge,\n height: renderedHeight,\n width: renderedWidth,\n });\n }\n }\n }, [edge, height, width, setEdge, id]);\n\n let path: string = '';\n\n const createPath = useMemo(\n () =>\n d3Shape\n .line<EdgePoint>()\n .x(d => d.x)\n .y(d => d.y)\n .curve(d3Shape[curve]),\n [curve],\n );\n\n if (points) {\n const finitePoints = points.filter(\n (point: EdgePoint) => isFinite(point.x) && isFinite(point.y),\n );\n path = createPath(finitePoints) || '';\n }\n\n return (\n <>\n {path && (\n <path\n data-testid={EDGE_TEST_ID}\n className={classes.path}\n markerEnd={showArrowHeads ? `url(#${ARROW_MARKER_ID})` : undefined}\n d={path}\n />\n )}\n {labelProps.label ? (\n <g\n ref={labelRef}\n data-testid={LABEL_TEST_ID}\n className={classes.label}\n transform={`translate(${x},${y})`}\n >\n {render({ edge: labelProps })}\n </g>\n ) : null}\n </>\n );\n}\n","/*\n * Copyright 2020 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n SVGProps,\n useCallback,\n useEffect,\n useMemo,\n useRef,\n useState,\n} from 'react';\nimport useMeasure from 'react-use/esm/useMeasure';\nimport classNames from 'classnames';\nimport { once } from 'lodash';\nimport * as d3Zoom from 'd3-zoom';\nimport * as d3Selection from 'd3-selection';\nimport useTheme from '@material-ui/core/styles/useTheme';\nimport dagre from '@dagrejs/dagre';\nimport debounce from 'lodash/debounce';\nimport { DependencyGraphTypes as Types } from './types';\nimport { Node } from './Node';\nimport { Edge, GraphEdge } from './Edge';\nimport { ARROW_MARKER_ID } from './constants';\nimport IconButton from '@material-ui/core/IconButton';\nimport FullscreenIcon from '@material-ui/icons/Fullscreen';\nimport FullscreenExitIcon from '@material-ui/icons/FullscreenExit';\nimport { FullScreen, useFullScreenHandle } from 'react-full-screen';\nimport { makeStyles, Theme } from '@material-ui/core/styles';\nimport Tooltip from '@material-ui/core/Tooltip';\nimport { useTranslationRef } from '@backstage/core-plugin-api/alpha';\nimport { coreComponentsTranslationRef } from '../../translation';\n\nconst useStyles = makeStyles((theme: Theme) => ({\n fullscreenButton: {\n position: 'absolute',\n right: 0,\n },\n root: {\n overflow: 'hidden',\n minHeight: '100%',\n minWidth: '100%',\n },\n fixedHeight: {\n maxHeight: '100%',\n },\n fullscreen: {\n backgroundColor: theme.palette.background.paper,\n },\n}));\n\n/**\n * Properties of {@link DependencyGraph}\n *\n * @public\n * @remarks\n * `<NodeData>` and `<EdgeData>` are useful when rendering custom or edge labels\n */\nexport interface DependencyGraphProps<NodeData, EdgeData>\n extends SVGProps<SVGSVGElement> {\n /**\n * Edges of graph\n */\n edges: Types.DependencyEdge<EdgeData>[];\n /**\n * Nodes of Graph\n */\n nodes: Types.DependencyNode<NodeData>[];\n /**\n * Graph {@link DependencyGraphTypes.(Direction:namespace) | direction}\n *\n * @remarks\n *\n * Default: `DependencyGraphTypes.Direction.TOP_BOTTOM`\n */\n direction?: Types.Direction;\n /**\n * Node {@link DependencyGraphTypes.(Alignment:namespace) | alignment}\n */\n align?: Types.Alignment;\n /**\n * Margin between nodes on each rank\n *\n * @remarks\n *\n * Default: 50\n */\n nodeMargin?: number;\n /**\n * Margin between edges\n *\n * @remarks\n *\n * Default: 10\n */\n edgeMargin?: number;\n /**\n * Margin between each rank\n *\n * @remarks\n *\n * Default: 50\n */\n rankMargin?: number;\n /**\n * Margin on left and right of whole graph\n *\n * @remarks\n *\n * Default: 0\n */\n paddingX?: number;\n /**\n * Margin on top and bottom of whole graph\n *\n * @remarks\n *\n * Default: 0\n */\n paddingY?: number;\n /**\n * Heuristic used to find set of edges that will make graph acyclic\n */\n acyclicer?: 'greedy';\n /**\n * {@link DependencyGraphTypes.(Ranker:namespace) | Algorithm} used to rank nodes\n *\n * @remarks\n *\n * Default: `DependencyGraphTypes.Ranker.NETWORK_SIMPLEX`\n */\n ranker?: Types.Ranker;\n /**\n * {@link DependencyGraphTypes.(LabelPosition:namespace) | Position} of label in relation to edge\n *\n * @remarks\n *\n * Default: `DependencyGraphTypes.LabelPosition.RIGHT`\n */\n labelPosition?: Types.LabelPosition;\n /**\n * How much to move label away from edge\n *\n * @remarks\n *\n * Applies only when {@link DependencyGraphProps.labelPosition} is `DependencyGraphTypes.LabelPosition.LEFT` or\n * `DependencyGraphTypes.LabelPosition.RIGHT`\n */\n labelOffset?: number;\n /**\n * Minimum number of ranks to keep between connected nodes\n */\n edgeRanks?: number;\n /**\n * Weight applied to edges in graph\n */\n edgeWeight?: number;\n /**\n * Custom edge rendering component\n */\n renderEdge?: Types.RenderEdgeFunction<EdgeData>;\n /**\n * Custom node rendering component\n */\n renderNode?: Types.RenderNodeFunction<NodeData>;\n /**\n * Custom label rendering component\n */\n renderLabel?: Types.RenderLabelFunction<EdgeData>;\n /**\n * {@link https://developer.mozilla.org/en-US/docs/Web/SVG/Element/defs | Defs} shared by rendered SVG to be used by\n * {@link DependencyGraphProps.renderNode} and/or {@link DependencyGraphProps.renderLabel}\n */\n defs?: JSX.Element | JSX.Element[];\n /**\n * Controls zoom behavior of graph\n *\n * @remarks\n *\n * Default: `enabled`\n */\n zoom?: 'enabled' | 'disabled' | 'enable-on-click';\n /**\n * A factory for curve generators addressing both lines and areas.\n *\n * @remarks\n *\n * Default: 'curveMonotoneX'\n */\n curve?: 'curveStepBefore' | 'curveMonotoneX';\n /**\n * Controls if the arrow heads should be rendered or not.\n *\n * Default: false\n */\n showArrowHeads?: boolean;\n /**\n * Controls if the graph should be contained or grow\n *\n * @remarks\n *\n * Default: 'grow'\n */\n fit?: 'grow' | 'contain';\n /**\n * Controls if user can toggle fullscreen mode\n *\n * @remarks\n *\n * Default: true\n */\n allowFullscreen?: boolean;\n}\n\nconst WORKSPACE_ID = 'workspace';\nconst DEPENDENCY_GRAPH_SVG = 'dependency-graph';\n\n/**\n * Graph component used to visualize relations between entities\n *\n * @public\n */\nexport function DependencyGraph<NodeData, EdgeData>(\n props: DependencyGraphProps<NodeData, EdgeData>,\n) {\n const {\n edges,\n nodes,\n renderNode,\n direction = Types.Direction.TOP_BOTTOM,\n align,\n nodeMargin = 50,\n edgeMargin = 10,\n rankMargin = 50,\n paddingX = 0,\n paddingY = 0,\n acyclicer,\n ranker = Types.Ranker.NETWORK_SIMPLEX,\n labelPosition = Types.LabelPosition.RIGHT,\n labelOffset = 10,\n edgeRanks = 1,\n edgeWeight = 1,\n renderEdge,\n renderLabel,\n defs,\n zoom = 'enabled',\n curve = 'curveMonotoneX',\n showArrowHeads = false,\n fit = 'grow',\n allowFullscreen = true,\n ...svgProps\n } = props;\n const theme = useTheme();\n const [containerWidth, setContainerWidth] = useState<number>(100);\n const [containerHeight, setContainerHeight] = useState<number>(100);\n const fullScreenHandle = useFullScreenHandle();\n const styles = useStyles();\n const { t } = useTranslationRef(coreComponentsTranslationRef);\n\n const graph = useRef<dagre.graphlib.Graph<Types.DependencyNode<NodeData>>>(\n new dagre.graphlib.Graph(),\n );\n const [graphWidth, setGraphWidth] = useState<number>(\n graph.current.graph()?.width || 0,\n );\n const [graphHeight, setGraphHeight] = useState<number>(\n graph.current.graph()?.height || 0,\n );\n const [graphNodes, setGraphNodes] = useState<string[]>([]);\n const [graphEdges, setGraphEdges] = useState<dagre.Edge[]>([]);\n\n const maxWidth = Math.max(graphWidth, containerWidth);\n const maxHeight = Math.max(graphHeight, containerHeight);\n\n const [_measureRef] = useMeasure();\n const measureRef = once(_measureRef);\n\n const scalableHeight =\n fit === 'grow' && !fullScreenHandle.active ? maxHeight : '100%';\n\n const containerRef = useMemo(\n () =>\n debounce((root: HTMLDivElement) => {\n if (!root) {\n return;\n }\n measureRef(root);\n\n // Set up zooming + panning\n const node: SVGSVGElement = root.querySelector(\n `svg#${DEPENDENCY_GRAPH_SVG}`,\n ) as SVGSVGElement;\n if (!node) {\n return;\n }\n const container = d3Selection.select<SVGSVGElement, null>(node);\n const workspace = d3Selection.select(node.getElementById(WORKSPACE_ID));\n\n function enableZoom() {\n container.call(\n d3Zoom\n .zoom<SVGSVGElement, null>()\n .scaleExtent([1, Infinity])\n .on('zoom', event => {\n event.transform.x = Math.min(\n 0,\n Math.max(\n event.transform.x,\n maxWidth - maxWidth * event.transform.k,\n ),\n );\n event.transform.y = Math.min(\n 0,\n Math.max(\n event.transform.y,\n maxHeight - maxHeight * event.transform.k,\n ),\n );\n workspace.attr('transform', event.transform);\n }),\n );\n }\n\n if (zoom === 'enabled') {\n enableZoom();\n } else if (zoom === 'enable-on-click') {\n container.on('click', () => enableZoom());\n }\n\n const { width: newContainerWidth, height: newContainerHeight } =\n root.getBoundingClientRect();\n if (\n containerWidth !== newContainerWidth &&\n newContainerWidth <= maxWidth\n ) {\n setContainerWidth(newContainerWidth);\n }\n if (\n containerHeight !== newContainerHeight &&\n newContainerHeight <= maxHeight\n ) {\n setContainerHeight(newContainerHeight);\n }\n }, 100),\n [measureRef, containerHeight, containerWidth, maxWidth, maxHeight, zoom],\n );\n\n const setNodesAndEdges = useCallback(() => {\n // Cleaning up lingering nodes and edges\n const currentGraphNodes = graph.current.nodes();\n const currentGraphEdges = graph.current.edges();\n\n currentGraphNodes.forEach(nodeId => {\n const remainingNode = nodes.some(node => node.id === nodeId);\n if (!remainingNode) {\n graph.current.removeNode(nodeId);\n }\n });\n\n currentGraphEdges.forEach(e => {\n const remainingEdge = edges.some(\n edge => edge.from === e.v && edge.to === e.w,\n );\n if (!remainingEdge) {\n graph.current.removeEdge(e.v, e.w);\n }\n });\n\n // Adding/updating nodes and edges\n nodes.forEach(node => {\n const existingNode = graph.current\n .nodes()\n .find(nodeId => node.id === nodeId);\n\n if (existingNode && graph.current.node(existingNode)) {\n const { width, height, x, y } = graph.current.node(existingNode);\n graph.current.setNode(existingNode, { ...node, width, height, x, y });\n } else {\n graph.current.setNode(node.id, { ...node, width: 0, height: 0 });\n }\n });\n\n edges.forEach(e => {\n graph.current.setEdge(e.from, e.to, {\n ...e,\n label: e.label,\n width: 0,\n height: 0,\n labelpos: labelPosition,\n labeloffset: labelOffset,\n weight: edgeWeight,\n minlen: edgeRanks,\n });\n });\n }, [edges, nodes, labelPosition, labelOffset, edgeWeight, edgeRanks]);\n\n const updateGraph = useMemo(\n () =>\n debounce(\n () => {\n dagre.layout(graph.current);\n const { height, width } = graph.current.graph();\n const newHeight = Math.max(0, height || 0);\n const newWidth = Math.max(0, width || 0);\n setGraphWidth(newWidth);\n setGraphHeight(newHeight);\n\n setGraphNodes(graph.current.nodes());\n setGraphEdges(graph.current.edges());\n },\n 250,\n { leading: true },\n ),\n [],\n );\n\n useEffect(() => {\n graph.current.setGraph({\n rankdir: direction,\n align,\n nodesep: nodeMargin,\n edgesep: edgeMargin,\n ranksep: rankMargin,\n marginx: paddingX,\n marginy: paddingY,\n acyclicer,\n ranker,\n });\n\n setNodesAndEdges();\n updateGraph();\n\n return updateGraph.cancel;\n }, [\n acyclicer,\n align,\n direction,\n edgeMargin,\n paddingX,\n paddingY,\n nodeMargin,\n rankMargin,\n ranker,\n setNodesAndEdges,\n updateGraph,\n ]);\n\n const setNode = useCallback(\n (id: string, node: Types.DependencyNode<NodeData>) => {\n graph.current.setNode(id, node);\n updateGraph();\n return graph.current;\n },\n [updateGraph],\n );\n\n const setEdge = useCallback(\n (id: dagre.Edge, edge: Types.DependencyEdge<EdgeData>) => {\n graph.current.setEdge(id, edge);\n updateGraph();\n return graph.current;\n },\n [updateGraph],\n );\n\n return (\n <FullScreen\n handle={fullScreenHandle}\n className={classNames(\n fullScreenHandle.active ? styles.fullscreen : styles.root,\n )}\n >\n {allowFullscreen && (\n <Tooltip title={t('dependencyGraph.fullscreenTooltip')}>\n <IconButton\n className={styles.fullscreenButton}\n onClick={\n fullScreenHandle.active\n ? fullScreenHandle.exit\n : fullScreenHandle.enter\n }\n >\n {fullScreenHandle.active ? (\n <FullscreenExitIcon />\n ) : (\n <FullscreenIcon />\n )}\n </IconButton>\n </Tooltip>\n )}\n\n <div ref={containerRef} style={{ width: '100%', height: '100%' }}>\n <svg\n {...svgProps}\n width=\"100%\"\n height={scalableHeight}\n viewBox={`0 0 ${maxWidth} ${maxHeight}`}\n id={DEPENDENCY_GRAPH_SVG}\n >\n <defs>\n <marker\n id={ARROW_MARKER_ID}\n viewBox=\"0 0 24 24\"\n markerWidth=\"14\"\n markerHeight=\"14\"\n refX=\"16\"\n refY=\"12\"\n orient=\"auto\"\n markerUnits=\"strokeWidth\"\n >\n <path\n fill={theme.palette.textSubtle}\n d=\"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z\"\n />\n </marker>\n {defs}\n </defs>\n <g id={WORKSPACE_ID}>\n <svg\n width={graphWidth}\n height={graphHeight}\n y={maxHeight / 2 - graphHeight / 2}\n x={maxWidth / 2 - graphWidth / 2}\n viewBox={`0 0 ${graphWidth} ${graphHeight}`}\n >\n {graphEdges.map(e => {\n const edge = graph.current.edge(e) as GraphEdge<EdgeData>;\n if (!edge) return null;\n if (renderEdge) return renderEdge({ edge, id: e });\n\n return (\n <Edge\n key={`${e.v}-${e.w}`}\n id={e}\n setEdge={setEdge}\n render={renderLabel}\n edge={edge}\n curve={curve}\n showArrowHeads={showArrowHeads}\n />\n );\n })}\n {graphNodes.map((id: string) => {\n const node = graph.current.node(id);\n if (!node) return null;\n return (\n <Node\n key={id}\n setNode={setNode}\n render={renderNode}\n node={node}\n />\n );\n })}\n </svg>\n </g>\n </svg>\n </div>\n </FullScreen>\n );\n}\n"],"names":["useStyles","makeStyles","theme","DefaultNode","id","classes","width","setWidth","useState","height","setHeight","idRef","useRef","useLayoutEffect","renderedHeight","renderedWidth","Math","paddedWidth","padding","paddedHeight","renderDefault","props","Node","render","setNode","node","x","y","nodeRef","NODE_TEST_ID","ARROW_MARKER_ID","DefaultLabel","label","Edge","setEdge","edge","curve","showArrowHeads","points","labelRef","path","createPath","useMemo","d3Shape","d","point","isFinite","EDGE_TEST_ID","undefined","labelProps","LABEL_TEST_ID","WORKSPACE_ID","DEPENDENCY_GRAPH_SVG","DependencyGraph","edges","nodes","renderNode","direction","Types","align","nodeMargin","edgeMargin","rankMargin","paddingX","paddingY","acyclicer","ranker","labelPosition","labelOffset","edgeRanks","edgeWeight","renderEdge","renderLabel","defs","zoom","fit","allowFullscreen","svgProps","useTheme","containerWidth","setContainerWidth","containerHeight","setContainerHeight","fullScreenHandle","useFullScreenHandle","styles","t","useTranslationRef","coreComponentsTranslationRef","graph","dagre","graphWidth","setGraphWidth","graphHeight","setGraphHeight","graphNodes","setGraphNodes","graphEdges","setGraphEdges","maxWidth","maxHeight","_measureRef","useMeasure","measureRef","once","scalableHeight","containerRef","debounce","root","container","d3Selection","workspace","enableZoom","d3Zoom","Infinity","event","newContainerWidth","newContainerHeight","setNodesAndEdges","useCallback","currentGraphNodes","currentGraphEdges","nodeId","e","existingNode","updateGraph","newHeight","useEffect","FullScreen","classNames","Tooltip","IconButton","FullscreenExitIcon","FullscreenIcon"],"mappings":"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"}
|