@shepai/cli 1.181.0 → 1.182.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/presentation/cli/commands/app/del.command.d.ts +14 -0
- package/dist/src/presentation/cli/commands/app/del.command.d.ts.map +1 -0
- package/dist/src/presentation/cli/commands/app/del.command.js +58 -0
- package/dist/src/presentation/cli/commands/app/index.d.ts +20 -0
- package/dist/src/presentation/cli/commands/app/index.d.ts.map +1 -0
- package/dist/src/presentation/cli/commands/app/index.js +33 -0
- package/dist/src/presentation/cli/commands/app/ls.command.d.ts +11 -0
- package/dist/src/presentation/cli/commands/app/ls.command.d.ts.map +1 -0
- package/dist/src/presentation/cli/commands/app/ls.command.js +74 -0
- package/dist/src/presentation/cli/commands/app/new.command.d.ts +17 -0
- package/dist/src/presentation/cli/commands/app/new.command.d.ts.map +1 -0
- package/dist/src/presentation/cli/commands/app/new.command.js +58 -0
- package/dist/src/presentation/cli/commands/app/resolve-application.d.ts +10 -0
- package/dist/src/presentation/cli/commands/app/resolve-application.d.ts.map +1 -0
- package/dist/src/presentation/cli/commands/app/resolve-application.js +33 -0
- package/dist/src/presentation/cli/commands/app/show.command.d.ts +11 -0
- package/dist/src/presentation/cli/commands/app/show.command.d.ts.map +1 -0
- package/dist/src/presentation/cli/commands/app/show.command.js +95 -0
- package/dist/src/presentation/cli/index.js +2 -0
- package/dist/translations/ar/cli.json +63 -0
- package/dist/translations/de/cli.json +63 -0
- package/dist/translations/en/cli.json +63 -0
- package/dist/translations/es/cli.json +63 -0
- package/dist/translations/fr/cli.json +63 -0
- package/dist/translations/he/cli.json +63 -0
- package/dist/translations/pt/cli.json +63 -0
- package/dist/translations/ru/cli.json +63 -0
- package/dist/translations/uk/cli.json +63 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/build-manifest.json +2 -2
- package/web/.next/fallback-build-manifest.json +2 -2
- package/web/.next/prerender-manifest.json +3 -3
- package/web/.next/required-server-files.js +2 -2
- package/web/.next/required-server-files.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page/server-reference-manifest.json +32 -32
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/chat/page/server-reference-manifest.json +30 -30
- package/web/.next/server/app/(dashboard)/@drawer/chat/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/chat/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +33 -33
- package/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/server-reference-manifest.json +41 -41
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +41 -41
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +31 -31
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +31 -31
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/chat/page/server-reference-manifest.json +30 -30
- package/web/.next/server/app/(dashboard)/chat/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/chat/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +33 -33
- package/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/server-reference-manifest.json +41 -41
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +41 -41
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +30 -30
- package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +31 -31
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +31 -31
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_global-error.html +2 -2
- package/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/server/app/_not-found/page/server-reference-manifest.json +7 -7
- package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/application/[id]/page/server-reference-manifest.json +15 -15
- package/web/.next/server/app/application/[id]/page.js.nft.json +1 -1
- package/web/.next/server/app/application/[id]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/features/page/server-reference-manifest.json +7 -7
- package/web/.next/server/app/features/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/settings/page/server-reference-manifest.json +10 -10
- package/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/skills/page/server-reference-manifest.json +15 -15
- package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/tools/page/server-reference-manifest.json +13 -13
- package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/version/page/server-reference-manifest.json +7 -7
- package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__a402b567._.js +1 -1
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js +1 -1
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js.map +1 -1
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_feature-drawer-client_tsx_e9755fc8._.js +2 -2
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_feature-drawer-client_tsx_e9755fc8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__013a0318._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__013a0318._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__17dadd08._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__17dadd08._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__1925bef0._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__1a9687c4._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__1a9687c4._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__24756fa9._.js +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__24756fa9._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__4ee8be85._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__70986695._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__70986695._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__a5ea76a6._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__a5ea76a6._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__bb391c45._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__bb391c45._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__dd3e834e._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__dd3e834e._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__e265da61._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__f3ca7bea._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__f3ca7bea._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_0277d3b5._.js +1 -1
- package/web/.next/server/chunks/ssr/_0277d3b5._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_da028026._.js → _177d29c6._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_da028026._.js.map → _177d29c6._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/{_5bb39227._.js → _21cc662b._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_5bb39227._.js.map → _21cc662b._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/{_655cc4fd._.js → _503102fc._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_655cc4fd._.js.map → _503102fc._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_56b9d60f._.js +1 -1
- package/web/.next/server/chunks/ssr/_56b9d60f._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_e5753970._.js → _575fe3ee._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_e5753970._.js.map → _575fe3ee._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_946a7fc6._.js +1 -1
- package/web/.next/server/chunks/ssr/_946a7fc6._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_fbf4db9c._.js → _a7184dfa._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_fbf4db9c._.js.map → _a7184dfa._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_eff1b518._.js +1 -1
- package/web/.next/server/chunks/ssr/_eff1b518._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_f227429a._.js +1 -1
- package/web/.next/server/chunks/ssr/_f227429a._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_f86fc1bf._.js +1 -1
- package/web/.next/server/chunks/ssr/_f86fc1bf._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_f8c55130._.js +1 -1
- package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js +1 -1
- package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/f3a1f_components_common_control-center-drawer_repository-drawer-client_tsx_39a00c03._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_36f2bc45._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_36f2bc45._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_486908de._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_486908de._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_5c3596bc._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_5c3596bc._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_6159fef8._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_6159fef8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_6326f81e._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_6326f81e._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_6b2fdcd8._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_6b2fdcd8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_74703c9f._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_74703c9f._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_a8056dac._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_a8056dac._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_ad42cc73._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_ad42cc73._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_baaca5d5._.js +3 -3
- package/web/.next/server/chunks/ssr/src_presentation_web_b00bfb08._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_b00bfb08._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_895e5bfa._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_895e5bfa._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_common_base-drawer_base-drawer_tsx_97dfbbc8._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_common_base-drawer_base-drawer_tsx_97dfbbc8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_skills_8a174cac._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_skills_8a174cac._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_f1edcf5e._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_f1edcf5e._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_f9436804._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_f9436804._.js.map +1 -1
- package/web/.next/server/pages/500.html +2 -2
- package/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/server/server-reference-manifest.json +54 -54
- package/web/.next/static/chunks/{be165be5db7a6054.js → 2424ab50273fe1d9.js} +1 -1
- package/web/.next/static/chunks/{443c0073e58878d8.js → 33dc7a1041f4ab64.js} +1 -1
- package/web/.next/static/chunks/{53f9385d4a447ad4.js → 6afd16b2fe544054.js} +2 -2
- package/web/.next/static/chunks/{b40755bc75789277.js → 7604027076448f2b.js} +1 -1
- package/web/.next/static/chunks/{ae94e98b7163890b.js → 87a0df5389e06641.js} +1 -1
- package/web/.next/static/chunks/{e65f14d14ad46a32.js → 8c9016ab8c1f6204.js} +1 -1
- package/web/.next/static/chunks/94e8559ae19a16e1.js +1 -0
- package/web/.next/static/chunks/a0cfca1e5fd467e9.js +1 -0
- package/web/.next/static/chunks/{7a9d8b705c0f8d2d.js → a2531137c7d36d54.js} +1 -1
- package/web/.next/static/chunks/{6ad23a3ac827b65b.js → ac22076c64634ac1.js} +1 -1
- package/web/.next/static/chunks/{e11508a76f5fca98.js → b4aa3a83f2451e07.js} +1 -1
- package/web/.next/static/chunks/{5635fe220632fced.js → b87904ecdddde972.js} +1 -1
- package/web/.next/static/chunks/{15951ad67a810e2c.js → be2e80436bc15812.js} +3 -3
- package/web/.next/static/chunks/{fe29d30a75e697ed.js → ceff12f8a2e5bc08.js} +1 -1
- package/web/.next/static/chunks/de7de1db2a8788dd.js +1 -0
- package/web/.next/static/chunks/{d8e96baa3feb79cb.js → e4f0ca20b62bd66f.js} +1 -1
- package/web/.next/static/chunks/25bbd99fa3dcc0b2.js +0 -1
- package/web/.next/static/chunks/b6ddc3e5f64bef7f.js +0 -1
- package/web/.next/static/chunks/d7310881615cb55b.js +0 -1
- /package/web/.next/static/{_PzlF7w3QzhaBsMnhT75_ → EVCmRtpgNX9ebXGb-bV1G}/_buildManifest.js +0 -0
- /package/web/.next/static/{_PzlF7w3QzhaBsMnhT75_ → EVCmRtpgNX9ebXGb-bV1G}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{_PzlF7w3QzhaBsMnhT75_ → EVCmRtpgNX9ebXGb-bV1G}/_ssgManifest.js +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,17840,e=>{"use strict";var t=e.i(79054),r=e.i(31406),n=e.i(60112),a=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),o=a((e,t)=>{var r=Object.defineProperty,n=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),a=(e,t,n)=>{let a;return(a="symbol"!=typeof t?t+"":t)in e?r(e,a,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[a]=n},o=n((e,t)=>{function r(e,t){e[t]?e[t]++:e[t]=1}function n(e,t){--e[t]||delete e[t]}function o(e,t,r,n){var a=""+t,o=""+r;if(!e&&a>o){var s=a;a=o,o=s}return a+"\x01"+o+"\x01"+(void 0===n?"\0":n)}function s(e,t){return o(e,t.v,t.w,t.name)}t.exports=class{constructor(e){a(this,"_isDirected",!0),a(this,"_isMultigraph",!1),a(this,"_isCompound",!1),a(this,"_label"),a(this,"_defaultNodeLabelFn",()=>{}),a(this,"_defaultEdgeLabelFn",()=>{}),a(this,"_nodes",{}),a(this,"_in",{}),a(this,"_preds",{}),a(this,"_out",{}),a(this,"_sucs",{}),a(this,"_edgeObjs",{}),a(this,"_edgeLabels",{}),a(this,"_nodeCount",0),a(this,"_edgeCount",0),a(this,"_parent"),a(this,"_children"),e&&(this._isDirected=!Object.hasOwn(e,"directed")||e.directed,this._isMultigraph=!!Object.hasOwn(e,"multigraph")&&e.multigraph,this._isCompound=!!Object.hasOwn(e,"compound")&&e.compound),this._isCompound&&(this._parent={},this._children={},this._children["\0"]={})}isDirected(){return this._isDirected}isMultigraph(){return this._isMultigraph}isCompound(){return this._isCompound}setGraph(e){return this._label=e,this}graph(){return this._label}setDefaultNodeLabel(e){return this._defaultNodeLabelFn=e,"function"!=typeof e&&(this._defaultNodeLabelFn=()=>e),this}nodeCount(){return this._nodeCount}nodes(){return Object.keys(this._nodes)}sources(){var e=this;return this.nodes().filter(t=>0===Object.keys(e._in[t]).length)}sinks(){var e=this;return this.nodes().filter(t=>0===Object.keys(e._out[t]).length)}setNodes(e,t){var r=arguments,n=this;return e.forEach(function(e){r.length>1?n.setNode(e,t):n.setNode(e)}),this}setNode(e,t){return Object.hasOwn(this._nodes,e)?arguments.length>1&&(this._nodes[e]=t):(this._nodes[e]=arguments.length>1?t:this._defaultNodeLabelFn(e),this._isCompound&&(this._parent[e]="\0",this._children[e]={},this._children["\0"][e]=!0),this._in[e]={},this._preds[e]={},this._out[e]={},this._sucs[e]={},++this._nodeCount),this}node(e){return this._nodes[e]}hasNode(e){return Object.hasOwn(this._nodes,e)}removeNode(e){var t=this;if(Object.hasOwn(this._nodes,e)){var r=e=>t.removeEdge(t._edgeObjs[e]);delete this._nodes[e],this._isCompound&&(this._removeFromParentsChildList(e),delete this._parent[e],this.children(e).forEach(function(e){t.setParent(e)}),delete this._children[e]),Object.keys(this._in[e]).forEach(r),delete this._in[e],delete this._preds[e],Object.keys(this._out[e]).forEach(r),delete this._out[e],delete this._sucs[e],--this._nodeCount}return this}setParent(e,t){if(!this._isCompound)throw Error("Cannot set parent in a non-compound graph");if(void 0===t)t="\0";else{t+="";for(var r=t;void 0!==r;r=this.parent(r))if(r===e)throw Error("Setting "+t+" as parent of "+e+" would create a cycle");this.setNode(t)}return this.setNode(e),this._removeFromParentsChildList(e),this._parent[e]=t,this._children[t][e]=!0,this}_removeFromParentsChildList(e){delete this._children[this._parent[e]][e]}parent(e){if(this._isCompound){var t=this._parent[e];if("\0"!==t)return t}}children(e="\0"){if(this._isCompound){var t=this._children[e];if(t)return Object.keys(t)}else{if("\0"===e)return this.nodes();if(this.hasNode(e))return[]}}predecessors(e){var t=this._preds[e];if(t)return Object.keys(t)}successors(e){var t=this._sucs[e];if(t)return Object.keys(t)}neighbors(e){var t=this.predecessors(e);if(t){let n=new Set(t);for(var r of this.successors(e))n.add(r);return Array.from(n.values())}}isLeaf(e){return 0===(this.isDirected()?this.successors(e):this.neighbors(e)).length}filterNodes(e){var t=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});t.setGraph(this.graph());var r=this;Object.entries(this._nodes).forEach(function([r,n]){e(r)&&t.setNode(r,n)}),Object.values(this._edgeObjs).forEach(function(e){t.hasNode(e.v)&&t.hasNode(e.w)&&t.setEdge(e,r.edge(e))});var n={};return this._isCompound&&t.nodes().forEach(e=>t.setParent(e,function e(a){var o=r.parent(a);return void 0===o||t.hasNode(o)?(n[a]=o,o):o in n?n[o]:e(o)}(e))),t}setDefaultEdgeLabel(e){return this._defaultEdgeLabelFn=e,"function"!=typeof e&&(this._defaultEdgeLabelFn=()=>e),this}edgeCount(){return this._edgeCount}edges(){return Object.values(this._edgeObjs)}setPath(e,t){var r=this,n=arguments;return e.reduce(function(e,a){return n.length>1?r.setEdge(e,a,t):r.setEdge(e,a),a}),this}setEdge(){var e,t,n,a,s=!1,i=arguments[0];"object"==typeof i&&null!==i&&"v"in i?(e=i.v,t=i.w,n=i.name,2==arguments.length&&(a=arguments[1],s=!0)):(e=i,t=arguments[1],n=arguments[3],arguments.length>2&&(a=arguments[2],s=!0)),e=""+e,t=""+t,void 0!==n&&(n=""+n);var l=o(this._isDirected,e,t,n);if(Object.hasOwn(this._edgeLabels,l))return s&&(this._edgeLabels[l]=a),this;if(void 0!==n&&!this._isMultigraph)throw Error("Cannot set a named edge when isMultigraph = false");this.setNode(e),this.setNode(t),this._edgeLabels[l]=s?a:this._defaultEdgeLabelFn(e,t,n);var d=function(e,t,r,n){var a=""+t,o=""+r;if(!e&&a>o){var s=a;a=o,o=s}var i={v:a,w:o};return n&&(i.name=n),i}(this._isDirected,e,t,n);return e=d.v,t=d.w,Object.freeze(d),this._edgeObjs[l]=d,r(this._preds[t],e),r(this._sucs[e],t),this._in[t][l]=d,this._out[e][l]=d,this._edgeCount++,this}edge(e,t,r){var n=1==arguments.length?s(this._isDirected,arguments[0]):o(this._isDirected,e,t,r);return this._edgeLabels[n]}edgeAsObj(){let e=this.edge(...arguments);return"object"!=typeof e?{label:e}:e}hasEdge(e,t,r){var n=1==arguments.length?s(this._isDirected,arguments[0]):o(this._isDirected,e,t,r);return Object.hasOwn(this._edgeLabels,n)}removeEdge(e,t,r){var a=1==arguments.length?s(this._isDirected,arguments[0]):o(this._isDirected,e,t,r),i=this._edgeObjs[a];return i&&(e=i.v,t=i.w,delete this._edgeLabels[a],delete this._edgeObjs[a],n(this._preds[t],e),n(this._sucs[e],t),delete this._in[t][a],delete this._out[e][a],this._edgeCount--),this}inEdges(e,t){return this.isDirected()?this.filterEdges(this._in[e],e,t):this.nodeEdges(e,t)}outEdges(e,t){return this.isDirected()?this.filterEdges(this._out[e],e,t):this.nodeEdges(e,t)}nodeEdges(e,t){if(e in this._nodes)return this.filterEdges({...this._in[e],...this._out[e]},e,t)}filterEdges(e,t,r){if(e){var n=Object.values(e);return r?n.filter(function(e){return e.v===t&&e.w===r||e.v===r&&e.w===t}):n}}}}),s=n((e,t)=>{t.exports="3.0.2"}),i=n((e,t)=>{t.exports={Graph:o(),version:s()}}),l=n((e,t)=>{var r=o();t.exports={write:function(e){var t,r,n={options:{directed:e.isDirected(),multigraph:e.isMultigraph(),compound:e.isCompound()},nodes:(t=e).nodes().map(function(e){var r=t.node(e),n=t.parent(e),a={v:e};return void 0!==r&&(a.value=r),void 0!==n&&(a.parent=n),a}),edges:(r=e).edges().map(function(e){var t=r.edge(e),n={v:e.v,w:e.w};return void 0!==e.name&&(n.name=e.name),void 0!==t&&(n.value=t),n})};return void 0!==e.graph()&&(n.value=structuredClone(e.graph())),n},read:function(e){var t=new r(e.options).setGraph(e.value);return e.nodes.forEach(function(e){t.setNode(e.v,e.value),e.parent&&t.setParent(e.v,e.parent)}),e.edges.forEach(function(e){t.setEdge({v:e.v,w:e.w,name:e.name},e.value)}),t}}}),d=n((e,t)=>{t.exports=function(e,t,n,a){return function(e,t,r,n){var a={},o=!0,s=0,i=e.nodes(),l=function(e){var t=r(e);a[e.v].distance+t<a[e.w].distance&&(a[e.w]={distance:a[e.v].distance+t,predecessor:e.v},o=!0)},d=function(){i.forEach(function(e){n(e).forEach(function(t){var r=t.v===e?t.v:t.w,n=r===t.v?t.w:t.v;l({v:r,w:n})})})};i.forEach(function(e){a[e]={distance:e===t?0:1/0}});for(var c=i.length,u=1;u<c&&(o=!1,s++,d(),o);u++);if(s===c-1&&(o=!1,d(),o))throw Error("The graph contains a negative weight cycle");return a}(e,String(t),n||r,a||function(t){return e.outEdges(t)})};var r=()=>1}),c=n((e,t)=>{t.exports=function(e){var t,r={},n=[];return e.nodes().forEach(function(a){t=[],function n(a){Object.hasOwn(r,a)||(r[a]=!0,t.push(a),e.successors(a).forEach(n),e.predecessors(a).forEach(n))}(a),t.length&&n.push(t)}),n}}),u=n((e,t)=>{t.exports=class{constructor(){a(this,"_arr",[]),a(this,"_keyIndices",{})}size(){return this._arr.length}keys(){return this._arr.map(function(e){return e.key})}has(e){return Object.hasOwn(this._keyIndices,e)}priority(e){var t=this._keyIndices[e];if(void 0!==t)return this._arr[t].priority}min(){if(0===this.size())throw Error("Queue underflow");return this._arr[0].key}add(e,t){var r=this._keyIndices;if(!Object.hasOwn(r,e=String(e))){var n=this._arr,a=n.length;return r[e]=a,n.push({key:e,priority:t}),this._decrease(a),!0}return!1}removeMin(){this._swap(0,this._arr.length-1);var e=this._arr.pop();return delete this._keyIndices[e.key],this._heapify(0),e.key}decrease(e,t){var r=this._keyIndices[e];if(t>this._arr[r].priority)throw Error("New priority is greater than current priority. Key: "+e+" Old: "+this._arr[r].priority+" New: "+t);this._arr[r].priority=t,this._decrease(r)}_heapify(e){var t=this._arr,r=2*e,n=r+1,a=e;r<t.length&&(a=t[r].priority<t[a].priority?r:a,n<t.length&&(a=t[n].priority<t[a].priority?n:a),a!==e&&(this._swap(e,a),this._heapify(a)))}_decrease(e){for(var t,r=this._arr,n=r[e].priority;0!==e&&!(r[t=e>>1].priority<n);)this._swap(e,t),e=t}_swap(e,t){var r=this._arr,n=this._keyIndices,a=r[e],o=r[t];r[e]=o,r[t]=a,n[o.key]=e,n[a.key]=t}}}),h=n((e,t)=>{var r=u();t.exports=function(e,t,a,o){return function(e,t,n,a){var o,s,i={},l=new r,d=function(e){var t=e.v!==o?e.v:e.w,r=i[t],a=n(e),d=s.distance+a;if(a<0)throw Error("dijkstra does not allow negative edge weights. Bad edge: "+e+" Weight: "+a);d<r.distance&&(r.distance=d,r.predecessor=o,l.decrease(t,d))};for(e.nodes().forEach(function(e){var r=e===t?0:1/0;i[e]={distance:r},l.add(e,r)});l.size()>0&&(s=i[o=l.removeMin()]).distance!==1/0;)a(o).forEach(d);return i}(e,String(t),a||n,o||function(t){return e.outEdges(t)})};var n=()=>1}),p=n((e,t)=>{var r=h();t.exports=function(e,t,n){return e.nodes().reduce(function(a,o){return a[o]=r(e,o,t,n),a},{})}}),f=n((e,t)=>{t.exports=function(e,t,r){if(void 0!==e[t].predecessor)throw Error("Invalid source vertex");if(void 0===e[r].predecessor&&r!==t)throw Error("Invalid destination vertex");return{weight:e[r].distance,path:function(e,t,r){for(var n=[],a=r;a!==t;)n.push(a),a=e[a].predecessor;return n.push(t),n.reverse()}(e,t,r)}}}),g=n((e,t)=>{t.exports=function(e){var t=0,r=[],n={},a=[];return e.nodes().forEach(function(o){Object.hasOwn(n,o)||function o(s){var i=n[s]={onStack:!0,lowlink:t,index:t++};if(r.push(s),e.successors(s).forEach(function(e){Object.hasOwn(n,e)?n[e].onStack&&(i.lowlink=Math.min(i.lowlink,n[e].index)):(o(e),i.lowlink=Math.min(i.lowlink,n[e].lowlink))}),i.lowlink===i.index){var l,d=[];do n[l=r.pop()].onStack=!1,d.push(l);while(s!==l)a.push(d)}}(o)}),a}}),m=n((e,t)=>{var r=g();t.exports=function(e){return r(e).filter(function(t){return t.length>1||1===t.length&&e.hasEdge(t[0],t[0])})}}),x=n((e,t)=>{t.exports=function(e,t,n){var a,o,s,i,l;return a=e,o=t||r,s=n||function(t){return e.outEdges(t)},i={},(l=a.nodes()).forEach(function(e){i[e]={},i[e][e]={distance:0},l.forEach(function(t){e!==t&&(i[e][t]={distance:1/0})}),s(e).forEach(function(t){var r=t.v===e?t.w:t.v,n=o(t);i[e][r]={distance:n,predecessor:e}})}),l.forEach(function(e){var t=i[e];l.forEach(function(r){var n=i[r];l.forEach(function(r){var a=n[e],o=t[r],s=n[r],i=a.distance+o.distance;i<s.distance&&(s.distance=i,s.predecessor=o.predecessor)})})}),i};var r=()=>1}),v=n((e,t)=>{function r(e){var t={},r={},a=[];if(e.sinks().forEach(function o(s){if(Object.hasOwn(r,s))throw new n;Object.hasOwn(t,s)||(r[s]=!0,t[s]=!0,e.predecessors(s).forEach(o),delete r[s],a.push(s))}),Object.keys(t).length!==e.nodeCount())throw new n;return a}var n=class extends Error{constructor(){super(...arguments)}};t.exports=r,r.CycleException=n}),b=n((e,t)=>{var r=v();t.exports=function(e){try{r(e)}catch(e){if(e instanceof r.CycleException)return!1;throw e}return!0}}),y=n((e,t)=>{t.exports=function(e,t,r,n,a){Array.isArray(t)||(t=[t]);var o=(e.isDirected()?e.successors:e.neighbors).bind(e),s={};return t.forEach(function(t){if(!e.hasNode(t))throw Error("Graph does not have node: "+t);a=function e(t,r,n,a,o,s,i){return Object.hasOwn(a,r)||(a[r]=!0,n||(i=s(i,r)),o(r).forEach(function(r){i=e(t,r,n,a,o,s,i)}),n&&(i=s(i,r))),i}(e,t,"post"===r,s,o,n,a)}),a}}),w=n((e,t)=>{var r=y();t.exports=function(e,t,n){return r(e,t,n,function(e,t){return e.push(t),e},[])}}),j=n((e,t)=>{var r=w();t.exports=function(e,t){return r(e,t,"post")}}),k=n((e,t)=>{var r=w();t.exports=function(e,t){return r(e,t,"pre")}}),N=n((e,t)=>{var r=o(),n=u();t.exports=function(e,t){var a,o=new r,s={},i=new n;function l(e){var r=e.v===a?e.w:e.v,n=i.priority(r);if(void 0!==n){var o=t(e);o<n&&(s[r]=a,i.decrease(r,o))}}if(0===e.nodeCount())return o;e.nodes().forEach(function(e){i.add(e,1/0),o.setNode(e)}),i.decrease(e.nodes()[0],0);for(var d=!1;i.size()>0;){if(Object.hasOwn(s,a=i.removeMin()))o.setEdge(a,s[a]);else{if(d)throw Error("Input graph is not connected: "+e);d=!0}e.nodeEdges(a).forEach(l)}return o}}),E=n((e,t)=>{var r=h(),n=d();t.exports=function(e,t,a,o){return function(e,t,a,o){if(void 0===a)return r(e,t,a,o);for(var s=!1,i=e.nodes(),l=0;l<i.length;l++){for(var d=o(i[l]),c=0;c<d.length;c++){var u=d[c],h=u.v===i[l]?u.v:u.w,p=h===u.v?u.w:u.v;0>a({v:h,w:p})&&(s=!0)}if(s)return n(e,t,a,o)}return r(e,t,a,o)}(e,t,a,o||function(t){return e.outEdges(t)})}}),C=n((e,t)=>{t.exports={bellmanFord:d(),components:c(),dijkstra:h(),dijkstraAll:p(),extractPath:f(),findCycles:m(),floydWarshall:x(),isAcyclic:b(),postorder:j(),preorder:k(),prim:N(),shortestPaths:E(),reduce:y(),tarjan:g(),topsort:v()}}),S=i();t.exports={Graph:S.Graph,json:l(),alg:C(),version:S.version}}),s=a((e,t)=>{function r(e){e._prev._next=e._next,e._next._prev=e._prev,delete e._next,delete e._prev}function n(e,t){if("_next"!==e&&"_prev"!==e)return t}t.exports=class{constructor(){let e={};e._next=e._prev=e,this._sentinel=e}dequeue(){let e=this._sentinel,t=e._prev;if(t!==e)return r(t),t}enqueue(e){let t=this._sentinel;e._prev&&e._next&&r(e),e._next=t._next,t._next._prev=e,t._next=e,e._prev=t}toString(){let e=[],t=this._sentinel,r=t._prev;for(;r!==t;)e.push(JSON.stringify(r,n)),r=r._prev;return"["+e.join(", ")+"]"}}}),i=a((e,t)=>{var r=o().Graph,n=s();t.exports=function(e,t){var o,s;let d,c,u,h,p;if(1>=e.nodeCount())return[];let f=(o=e,s=t||a,d=new r,c=0,u=0,o.nodes().forEach(e=>{d.setNode(e,{v:e,in:0,out:0})}),o.edges().forEach(e=>{let t=d.edge(e.v,e.w)||0,r=s(e);d.setEdge(e.v,e.w,t+r),u=Math.max(u,d.node(e.v).out+=r),c=Math.max(c,d.node(e.w).in+=r)}),h=(function(e){let t=[];for(let r=0;r<e;r++)t.push(r);return t})(u+c+3).map(()=>new n),p=c+1,d.nodes().forEach(e=>{l(h,p,d.node(e))}),{graph:d,buckets:h,zeroIdx:p});return(function(e,t,r){let n=[],a=t[t.length-1],o=t[0],s;for(;e.nodeCount();){for(;s=o.dequeue();)i(e,t,r,s);for(;s=a.dequeue();)i(e,t,r,s);if(e.nodeCount()){for(let a=t.length-2;a>0;--a)if(s=t[a].dequeue()){n=n.concat(i(e,t,r,s,!0));break}}}return n})(f.graph,f.buckets,f.zeroIdx).flatMap(t=>e.outEdges(t.v,t.w))};var a=()=>1;function i(e,t,r,n,a){let o=a?[]:void 0;return e.inEdges(n.v).forEach(n=>{let s=e.edge(n),i=e.node(n.v);a&&o.push({v:n.v,w:n.w}),i.out-=s,l(t,r,i)}),e.outEdges(n.v).forEach(n=>{let a=e.edge(n),o=n.w,s=e.node(o);s.in-=a,l(t,r,s)}),e.removeNode(n.v),o}function l(e,t,r){r.out?r.in?e[r.out-r.in+t].enqueue(r):e[e.length-1].enqueue(r):e[0].enqueue(r)}}),l=a((e,t)=>{var r=o().Graph;function n(e,t,r,n){for(var a=n;e.hasNode(a);)a=l(n);return r.dummy=t,e.setNode(a,r),a}t.exports={addBorderNode:function(e,t,r,a){let o={width:0,height:0};return arguments.length>=4&&(o.rank=r,o.order=a),n(e,"border",o,t)},addDummyNode:n,applyWithChunking:a,asNonCompoundGraph:function(e){let t=new r({multigraph:e.isMultigraph()}).setGraph(e.graph());return e.nodes().forEach(r=>{e.children(r).length||t.setNode(r,e.node(r))}),e.edges().forEach(r=>{t.setEdge(r,e.edge(r))}),t},buildLayerMatrix:function(e){let t=d(s(e)+1).map(()=>[]);return e.nodes().forEach(r=>{let n=e.node(r),a=n.rank;void 0!==a&&(t[a][n.order]=r)}),t},intersectRect:function(e,t){let r,n,a=e.x,o=e.y,s=t.x-a,i=t.y-o,l=e.width/2,d=e.height/2;if(!s&&!i)throw Error("Not possible to find intersection inside of the rectangle");return Math.abs(i)*l>Math.abs(s)*d?(i<0&&(d=-d),r=d*s/i,n=d):(s<0&&(l=-l),r=l,n=l*i/s),{x:a+r,y:o+n}},mapValues:function(e,t){let r=t;return"string"==typeof t&&(r=e=>e[t]),Object.entries(e).reduce((e,[t,n])=>(e[t]=r(n,t),e),{})},maxRank:s,normalizeRanks:function(e){let t=a(Math.min,e.nodes().map(t=>{let r=e.node(t).rank;return void 0===r?Number.MAX_VALUE:r}));e.nodes().forEach(r=>{let n=e.node(r);Object.hasOwn(n,"rank")&&(n.rank-=t)})},notime:function(e,t){return t()},partition:function(e,t){let r={lhs:[],rhs:[]};return e.forEach(e=>{t(e)?r.lhs.push(e):r.rhs.push(e)}),r},pick:function(e,t){let r={};for(let n of t)void 0!==e[n]&&(r[n]=e[n]);return r},predecessorWeights:function(e){let t=e.nodes().map(t=>{let r={};return e.inEdges(t).forEach(t=>{r[t.v]=(r[t.v]||0)+e.edge(t).weight}),r});return c(e.nodes(),t)},range:d,removeEmptyRanks:function(e){let t=a(Math.min,e.nodes().map(t=>e.node(t).rank).filter(e=>void 0!==e)),r=[];e.nodes().forEach(n=>{let a=e.node(n).rank-t;r[a]||(r[a]=[]),r[a].push(n)});let n=0,o=e.graph().nodeRankFactor;Array.from(r).forEach((t,r)=>{void 0===t&&r%o!=0?--n:void 0!==t&&n&&t.forEach(t=>e.node(t).rank+=n)})},simplify:function(e){let t=new r().setGraph(e.graph());return e.nodes().forEach(r=>t.setNode(r,e.node(r))),e.edges().forEach(r=>{let n=t.edge(r.v,r.w)||{weight:0,minlen:1},a=e.edge(r);t.setEdge(r.v,r.w,{weight:n.weight+a.weight,minlen:Math.max(n.minlen,a.minlen)})}),t},successorWeights:function(e){let t=e.nodes().map(t=>{let r={};return e.outEdges(t).forEach(t=>{r[t.w]=(r[t.w]||0)+e.edge(t).weight}),r});return c(e.nodes(),t)},time:function(e,t){let r=Date.now();try{return t()}finally{console.log(e+" time: "+(Date.now()-r)+"ms")}},uniqueId:l,zipObject:c};function a(e,t){if(!(t.length>65535))return e.apply(null,t);{let r=function(e,t=65535){let r=[];for(let n=0;n<e.length;n+=t){let a=e.slice(n,n+t);r.push(a)}return r}(t);return e.apply(null,r.map(t=>e.apply(null,t)))}}function s(e){return a(Math.max,e.nodes().map(t=>{let r=e.node(t).rank;return void 0===r?5e-324:r}))}var i=0;function l(e){return e+""+ ++i}function d(e,t,r=1){null==t&&(t=e,e=0);let n=e=>e<t;r<0&&(n=e=>t<e);let a=[];for(let t=e;n(t);t+=r)a.push(t);return a}function c(e,t){return e.reduce((e,r,n)=>(e[r]=t[n],e),{})}}),d=a((e,t)=>{var r=i(),n=l().uniqueId;t.exports={run:function(e){var t,a;let o,s,i;("greedy"===e.graph().acyclicer?r(e,(t=e,e=>t.edge(e).weight)):(o=[],s={},i={},(a=e).nodes().forEach(function e(t){Object.hasOwn(i,t)||(i[t]=!0,s[t]=!0,a.outEdges(t).forEach(t=>{Object.hasOwn(s,t.w)?o.push(t):e(t.w)}),delete s[t])}),o)).forEach(t=>{let r=e.edge(t);e.removeEdge(t),r.forwardName=t.name,r.reversed=!0,e.setEdge(t.w,t.v,r,n("rev"))})},undo:function(e){e.edges().forEach(t=>{let r=e.edge(t);if(r.reversed){e.removeEdge(t);let n=r.forwardName;delete r.reversed,delete r.forwardName,e.setEdge(t.w,t.v,r,n)}})}}}),c=a((e,t)=>{var r=l();t.exports={run:function(e){e.graph().dummyChains=[],e.edges().forEach(t=>(function(e,t){let n,a,o,s=t.v,i=e.node(s).rank,l=t.w,d=e.node(l).rank,c=t.name,u=e.edge(t),h=u.labelRank;if(d!==i+1){for(e.removeEdge(t),o=0,++i;i<d;++o,++i)u.points=[],a={width:0,height:0,edgeLabel:u,edgeObj:t,rank:i},n=r.addDummyNode(e,"edge",a,"_d"),i===h&&(a.width=u.width,a.height=u.height,a.dummy="edge-label",a.labelpos=u.labelpos),e.setEdge(s,n,{weight:u.weight},c),0===o&&e.graph().dummyChains.push(n),s=n;e.setEdge(s,l,{weight:u.weight},c)}})(e,t))},undo:function(e){e.graph().dummyChains.forEach(t=>{let r=e.node(t),n=r.edgeLabel,a;for(e.setEdge(r.edgeObj,n);r.dummy;)a=e.successors(t)[0],e.removeNode(t),n.points.push({x:r.x,y:r.y}),"edge-label"===r.dummy&&(n.x=r.x,n.y=r.y,n.width=r.width,n.height=r.height),t=a,r=e.node(t)})}}}),u=a((e,t)=>{var{applyWithChunking:r}=l();t.exports={longestPath:function(e){var t={};e.sources().forEach(function n(a){var o=e.node(a);if(Object.hasOwn(t,a))return o.rank;t[a]=!0;var s=r(Math.min,e.outEdges(a).map(t=>null==t?1/0:n(t.w)-e.edge(t).minlen));return s===1/0&&(s=0),o.rank=s})},slack:function(e,t){return e.node(t.w).rank-e.node(t.v).rank-e.edge(t).minlen}}}),h=a((e,t)=>{var r=o().Graph,n=u().slack;t.exports=function(e){var t,a,o,s,i=new r({directed:!1}),l=e.nodes()[0],d=e.nodeCount();for(i.setNode(l,{});t=i,a=e,t.nodes().forEach(function e(r){a.nodeEdges(r).forEach(o=>{var s=o.v,i=r===s?o.w:s;t.hasNode(i)||n(a,o)||(t.setNode(i,{}),t.setEdge(r,i,{}),e(i))})}),t.nodeCount()<d;)o=function(e,t){return t.edges().reduce((r,a)=>{let o=1/0;return e.hasNode(a.v)!==e.hasNode(a.w)&&(o=n(t,a)),o<r[0]?[o,a]:r},[1/0,null])[1]}(i,e),s=i.hasNode(o.v)?n(e,o):-n(e,o),function(e,t,r){e.nodes().forEach(e=>t.node(e).rank+=r)}(i,e,s);return i}}),p=a((e,t)=>{var r=h(),n=u().slack,a=u().longestPath,s=o().alg.preorder,i=o().alg.postorder,d=l().simplify;function c(e){a(e=d(e));var t,n,o=r(e);for(g(o),p(o,e);t=m(o);)n=x(o,e,t),v(o,e,t,n)}function p(e,t){var r=i(e,e.nodes());(r=r.slice(0,r.length-1)).forEach(r=>{var n,a,o,s;return n=e,a=t,o=r,s=n.node(o).parent,void(n.edge(o,s).cutvalue=f(n,a,o))})}function f(e,t,r){var n=e.node(r).parent,a=!0,o=t.edge(r,n),s=0;return o||(a=!1,o=t.edge(n,r)),s=o.weight,t.nodeEdges(r).forEach(o=>{var i=o.v===r,l=i?o.w:o.v;if(l!==n){var d,c,u,h=i===a,p=t.edge(o).weight;if(s+=h?p:-p,d=e,c=r,u=l,d.hasEdge(c,u)){var f=e.edge(r,l).cutvalue;s+=h?-f:f}}}),s}function g(e,t){arguments.length<2&&(t=e.nodes()[0]),function e(t,r,n,a,o){var s=n,i=t.node(a);return r[a]=!0,t.neighbors(a).forEach(o=>{Object.hasOwn(r,o)||(n=e(t,r,n,o,a))}),i.low=s,i.lim=n++,o?i.parent=o:delete i.parent,n}(e,{},1,t)}function m(e){return e.edges().find(t=>e.edge(t).cutvalue<0)}function x(e,t,r){var a=r.v,o=r.w;t.hasEdge(a,o)||(a=r.w,o=r.v);var s=e.node(a),i=e.node(o),l=s,d=!1;return s.lim>i.lim&&(l=i,d=!0),t.edges().filter(t=>d===b(e,e.node(t.v),l)&&d!==b(e,e.node(t.w),l)).reduce((e,r)=>n(t,r)<n(t,e)?r:e)}function v(e,t,r,n){var a,o,i,l,d=r.v,c=r.w;e.removeEdge(d,c),e.setEdge(n.v,n.w,{}),g(e),p(e,t),a=e,o=t,i=a.nodes().find(e=>!o.node(e).parent),(l=(l=s(a,i)).slice(1)).forEach(e=>{var t=a.node(e).parent,r=o.edge(e,t),n=!1;r||(r=o.edge(t,e),n=!0),o.node(e).rank=o.node(t).rank+(n?r.minlen:-r.minlen)})}function b(e,t,r){return r.low<=t.lim&&t.lim<=r.lim}t.exports=c,c.initLowLimValues=g,c.initCutValues=p,c.calcCutValue=f,c.leaveEdge=m,c.enterEdge=x,c.exchangeEdges=v}),f=a((e,t)=>{var r=u().longestPath,n=h(),a=p();t.exports=function(e){var t,s=e.graph().ranker;if(s instanceof Function)return s(e);switch(e.graph().ranker){case"network-simplex":default:a(e);break;case"tight-tree":r(t=e),n(t);break;case"longest-path":o(e);case"none":}};var o=r}),g=a((e,t)=>{t.exports=function(e){var t;let r,n,a=(r={},n=0,(t=e).children().forEach(function e(a){let o=n;t.children(a).forEach(e),r[a]={low:o,lim:n++}}),r);e.graph().dummyChains.forEach(t=>{let r=e.node(t),n=r.edgeObj,o=function(e,t,r,n){let a=[],o=[],s=Math.min(t[r].low,t[n].low),i=Math.max(t[r].lim,t[n].lim),l,d;l=r;do a.push(l=e.parent(l));while(l&&(t[l].low>s||i>t[l].lim))for(d=l,l=n;(l=e.parent(l))!==d;)o.push(l);return{path:a.concat(o.reverse()),lca:d}}(e,a,n.v,n.w),s=o.path,i=o.lca,l=0,d=s[0],c=!0;for(;t!==n.w;){if(r=e.node(t),c){for(;(d=s[l])!==i&&e.node(d).maxRank<r.rank;)l++;d===i&&(c=!1)}if(!c){for(;l<s.length-1&&e.node(d=s[l+1]).minRank<=r.rank;)l++;d=s[l]}e.setParent(t,d),t=e.successors(t)[0]}})}}),m=a((e,t)=>{var r=l();t.exports={run:function(e){var t,n,a;let o=r.addDummyNode(e,"root",{},"_root"),s=(n={},(t=e).children().forEach(e=>(function e(r,a){var o=t.children(r);o&&o.length&&o.forEach(t=>e(t,a+1)),n[r]=a})(e,1)),n),i=Object.values(s),l=r.applyWithChunking(Math.max,i)-1,d=2*l+1;e.graph().nestingRoot=o,e.edges().forEach(t=>e.edge(t).minlen*=d);let c=(a=e).edges().reduce((e,t)=>e+a.edge(t).weight,0)+1;e.children().forEach(t=>(function e(t,n,a,o,s,i,l){let d=t.children(l);if(!d.length){l!==n&&t.setEdge(n,l,{weight:0,minlen:a});return}let c=r.addBorderNode(t,"_bt"),u=r.addBorderNode(t,"_bb"),h=t.node(l);t.setParent(c,l),h.borderTop=c,t.setParent(u,l),h.borderBottom=u,d.forEach(r=>{e(t,n,a,o,s,i,r);let d=t.node(r),h=d.borderTop?d.borderTop:r,p=d.borderBottom?d.borderBottom:r,f=d.borderTop?o:2*o,g=h!==p?1:s-i[l]+1;t.setEdge(c,h,{weight:f,minlen:g,nestingEdge:!0}),t.setEdge(p,u,{weight:f,minlen:g,nestingEdge:!0})}),t.parent(l)||t.setEdge(n,c,{weight:0,minlen:s+i[l]})})(e,o,d,c,l,s,t)),e.graph().nodeRankFactor=d},cleanup:function(e){var t=e.graph();e.removeNode(t.nestingRoot),delete t.nestingRoot,e.edges().forEach(t=>{e.edge(t).nestingEdge&&e.removeEdge(t)})}}}),x=a((e,t)=>{var r=l();function n(e,t,n,a,o,s){let i=o[t][s-1],l=r.addDummyNode(e,"border",{width:0,height:0,rank:s,borderType:t},n);o[t][s]=l,e.setParent(l,a),i&&e.setEdge(i,l,{weight:1})}t.exports=function(e){e.children().forEach(function t(r){let a=e.children(r),o=e.node(r);if(a.length&&a.forEach(t),Object.hasOwn(o,"minRank")){o.borderLeft=[],o.borderRight=[];for(let t=o.minRank,a=o.maxRank+1;t<a;++t)n(e,"borderLeft","_bl",r,o,t),n(e,"borderRight","_br",r,o,t)}})}}),v=a((e,t)=>{function r(e){e.nodes().forEach(t=>n(e.node(t))),e.edges().forEach(t=>n(e.edge(t)))}function n(e){let t=e.width;e.width=e.height,e.height=t}function a(e){e.y=-e.y}function o(e){let t=e.x;e.x=e.y,e.y=t}t.exports={adjust:function(e){let t=e.graph().rankdir.toLowerCase();("lr"===t||"rl"===t)&&r(e)},undo:function(e){var t,n;let s=e.graph().rankdir.toLowerCase();("bt"===s||"rl"===s)&&((t=e).nodes().forEach(e=>a(t.node(e))),t.edges().forEach(e=>{let r=t.edge(e);r.points.forEach(a),Object.hasOwn(r,"y")&&a(r)})),("lr"===s||"rl"===s)&&((n=e).nodes().forEach(e=>o(n.node(e))),n.edges().forEach(e=>{let t=n.edge(e);t.points.forEach(o),Object.hasOwn(t,"x")&&o(t)}),r(e))}}}),b=a((e,t)=>{var r=l();t.exports=function(e){let t={},n=e.nodes().filter(t=>!e.children(t).length),a=n.map(t=>e.node(t).rank),o=r.applyWithChunking(Math.max,a),s=r.range(o+1).map(()=>[]);return n.sort((t,r)=>e.node(t).rank-e.node(r).rank).forEach(function r(n){t[n]||(t[n]=!0,s[e.node(n).rank].push(n),e.successors(n).forEach(r))}),s}}),y=a((e,t)=>{var r=l().zipObject;t.exports=function(e,t){let n=0;for(let a=1;a<t.length;++a)n+=function(e,t,n){let a=r(n,n.map((e,t)=>t)),o=t.flatMap(t=>e.outEdges(t).map(t=>({pos:a[t.w],weight:e.edge(t).weight})).sort((e,t)=>e.pos-t.pos)),s=1;for(;s<n.length;)s<<=1;let i=2*s-1;s-=1;let l=Array(i).fill(0),d=0;return o.forEach(e=>{let t=e.pos+s;l[t]+=e.weight;let r=0;for(;t>0;)t%2&&(r+=l[t+1]),t=t-1>>1,l[t]+=e.weight;d+=e.weight*r}),d}(e,t[a-1],t[a]);return n}}),w=a((e,t)=>{t.exports=function(e,t=[]){return t.map(t=>{let r=e.inEdges(t);if(!r.length)return{v:t};{let n=r.reduce((t,r)=>{let n=e.edge(r),a=e.node(r.v);return{sum:t.sum+n.weight*a.order,weight:t.weight+n.weight}},{sum:0,weight:0});return{v:t,barycenter:n.sum/n.weight,weight:n.weight}}})}}),j=a((e,t)=>{var r=l();t.exports=function(e,t){let n={};return e.forEach((e,t)=>{let r=n[e.v]={indegree:0,in:[],out:[],vs:[e.v],i:t};void 0!==e.barycenter&&(r.barycenter=e.barycenter,r.weight=e.weight)}),t.edges().forEach(e=>{let t=n[e.v],r=n[e.w];void 0!==t&&void 0!==r&&(r.indegree++,t.out.push(n[e.w]))}),function(e){let t=[];for(;e.length;){let r=e.pop();t.push(r),r.in.reverse().forEach(function(e){return t=>{t.merged||(void 0===t.barycenter||void 0===e.barycenter||t.barycenter>=e.barycenter)&&function(e,t){let r=0,n=0;e.weight&&(r+=e.barycenter*e.weight,n+=e.weight),t.weight&&(r+=t.barycenter*t.weight,n+=t.weight),e.vs=t.vs.concat(e.vs),e.barycenter=r/n,e.weight=n,e.i=Math.min(t.i,e.i),t.merged=!0}(e,t)}}(r)),r.out.forEach(function(t){return r=>{r.in.push(t),0==--r.indegree&&e.push(r)}}(r))}return t.filter(e=>!e.merged).map(e=>r.pick(e,["vs","i","barycenter","weight"]))}(Object.values(n).filter(e=>!e.indegree))}}),k=a((e,t)=>{var r=l();function n(e,t,r){let n;for(;t.length&&(n=t[t.length-1]).i<=r;)t.pop(),e.push(n.vs),r++;return r}t.exports=function(e,t){var a;let o=r.partition(e,e=>Object.hasOwn(e,"barycenter")),s=o.lhs,i=o.rhs.sort((e,t)=>t.i-e.i),l=[],d=0,c=0,u=0;s.sort((a=!!t,(e,t)=>e.barycenter<t.barycenter?-1:e.barycenter>t.barycenter?1:a?t.i-e.i:e.i-t.i)),u=n(l,i,u),s.forEach(e=>{u+=e.vs.length,l.push(e.vs),d+=e.barycenter*e.weight,c+=e.weight,u=n(l,i,u)});let h={vs:l.flat(!0)};return c&&(h.barycenter=d/c,h.weight=c),h}}),N=a((e,t)=>{var r=w(),n=j(),a=k();t.exports=function e(t,o,s,i){var l,d;let c=t.children(o),u=t.node(o),h=u?u.borderLeft:void 0,p=u?u.borderRight:void 0,f={};h&&(c=c.filter(e=>e!==h&&e!==p));let g=r(t,c);g.forEach(r=>{if(t.children(r.v).length){var n,a;let o=e(t,r.v,s,i);f[r.v]=o,Object.hasOwn(o,"barycenter")&&(n=r,a=o,void 0!==n.barycenter?(n.barycenter=(n.barycenter*n.weight+a.barycenter*a.weight)/(n.weight+a.weight),n.weight+=a.weight):(n.barycenter=a.barycenter,n.weight=a.weight))}});let m=n(g,s);l=m,d=f,l.forEach(e=>{e.vs=e.vs.flatMap(e=>d[e]?d[e].vs:e)});let x=a(m,i);if(h&&(x.vs=[h,x.vs,p].flat(!0),t.predecessors(h).length)){let e=t.node(t.predecessors(h)[0]),r=t.node(t.predecessors(p)[0]);Object.hasOwn(x,"barycenter")||(x.barycenter=0,x.weight=0),x.barycenter=(x.barycenter*x.weight+e.order+r.order)/(x.weight+2),x.weight+=2}return x}}),E=a((e,t)=>{var r=o().Graph,n=l();t.exports=function(e,t,a,o){o||(o=e.nodes());let s=function(e){for(var t;e.hasNode(t=n.uniqueId("_root")););return t}(e),i=new r({compound:!0}).setGraph({root:s}).setDefaultNodeLabel(t=>e.node(t));return o.forEach(r=>{let n=e.node(r),o=e.parent(r);(n.rank===t||n.minRank<=t&&t<=n.maxRank)&&(i.setNode(r),i.setParent(r,o||s),e[a](r).forEach(t=>{let n=t.v===r?t.w:t.v,a=i.edge(n,r),o=void 0!==a?a.weight:0;i.setEdge(n,r,{weight:e.edge(t).weight+o})}),Object.hasOwn(n,"minRank")&&i.setNode(r,{borderLeft:n.borderLeft[t],borderRight:n.borderRight[t]}))}),i}}),C=a((e,t)=>{t.exports=function(e,t,r){let n={},a;r.forEach(r=>{let o=e.parent(r),s,i;for(;o;){if((s=e.parent(o))?(i=n[s],n[s]=o):(i=a,a=o),i&&i!==o)return void t.setEdge(i,o);o=s}})}}),S=a((e,t)=>{var r=b(),n=y(),a=N(),s=E(),i=C(),d=o().Graph,c=l();function u(e,t,r){let n=new Map,a=(e,t)=>{n.has(e)||n.set(e,[]),n.get(e).push(t)};for(let t of e.nodes()){let r=e.node(t);if("number"==typeof r.rank&&a(r.rank,t),"number"==typeof r.minRank&&"number"==typeof r.maxRank)for(let e=r.minRank;e<=r.maxRank;e++)e!==r.rank&&a(e,t)}return t.map(function(t){return s(e,t,r,n.get(t)||[])})}function h(e,t){Object.values(t).forEach(t=>t.forEach((t,r)=>e.node(t).order=r))}t.exports=function e(t,o={}){if("function"==typeof o.customOrder)return void o.customOrder(t,e);let s=c.maxRank(t),l=u(t,c.range(1,s+1),"inEdges"),p=u(t,c.range(s-1,-1,-1),"outEdges"),f=r(t);if(h(t,f),o.disableOptimalOrderHeuristic)return;let g=1/0,m,x=o.constraints||[];for(let e=0,r=0;r<4;++e,++r){(function(e,t,r){let n=new d;e.forEach(function(e){r.forEach(e=>n.setEdge(e.left,e.right));let o=e.graph().root,s=a(e,o,n,t);s.vs.forEach((t,r)=>e.node(t).order=r),i(e,n,s.vs)})})(e%2?l:p,e%4>=2,x),f=c.buildLayerMatrix(t);let o=n(t,f);o<g?(r=0,m=Object.assign({},f),g=o):o===g&&(m=structuredClone(f))}h(t,m)}}),_=a((e,t)=>{var r=o().Graph,n=l();function a(e,t){let r={};return t.length&&t.reduce(function(t,n){let a=0,o=0,s=t.length,l=n[n.length-1];return n.forEach((t,d)=>{let c=function(e,t){if(e.node(t).dummy)return e.predecessors(t).find(t=>e.node(t).dummy)}(e,t),u=c?e.node(c).order:s;(c||t===l)&&(n.slice(o,d+1).forEach(t=>{e.predecessors(t).forEach(n=>{let o=e.node(n),s=o.order;(s<a||u<s)&&!(o.dummy&&e.node(t).dummy)&&i(r,n,t)})}),o=d+1,a=u)}),n}),r}function s(e,t){let r={};function a(t,a,o,s,l){let d;n.range(a,o).forEach(n=>{d=t[n],e.node(d).dummy&&e.predecessors(d).forEach(t=>{let n=e.node(t);n.dummy&&(n.order<s||n.order>l)&&i(r,t,d)})})}return t.length&&t.reduce(function(t,r){let n=-1,o,s=0;return r.forEach((i,l)=>{if("border"===e.node(i).dummy){let t=e.predecessors(i);t.length&&(o=e.node(t[0]).order,a(r,s,l,n,o),s=l,n=o)}a(r,s,r.length,o,t.length)}),r}),r}function i(e,t,r){if(t>r){let e=t;t=r,r=e}let n=e[t];n||(e[t]=n={}),n[r]=!0}function d(e,t,r){if(t>r){let e=t;t=r,r=e}return!!e[t]&&Object.hasOwn(e[t],r)}function c(e,t,r,n){let a={},o={},s={};return t.forEach(e=>{e.forEach((e,t)=>{a[e]=e,o[e]=e,s[e]=t})}),t.forEach(e=>{let t=-1;e.forEach(e=>{let i=n(e);if(i.length){let n=((i=i.sort((e,t)=>s[e]-s[t])).length-1)/2;for(let l=Math.floor(n),c=Math.ceil(n);l<=c;++l){let n=i[l];o[e]===e&&t<s[n]&&!d(r,e,n)&&(o[n]=e,o[e]=a[e]=a[n],t=s[n])}}})}),{root:a,align:o}}function u(e,t,n,a,o){var s,i,l,d,c,u,h;let p,f,g,m={},x=(s=e,i=t,l=n,d=o,p=new r,g=(c=(f=s.graph()).nodesep,u=f.edgesep,h=d,(e,t,r)=>{let n=e.node(t),a=e.node(r),o,s;if(o=0+n.width/2,Object.hasOwn(n,"labelpos"))switch(n.labelpos.toLowerCase()){case"l":s=-n.width/2;break;case"r":s=n.width/2}if(s&&(o+=h?s:-s),s=0,o+=(n.dummy?u:c)/2,o+=(a.dummy?u:c)/2,o+=a.width/2,Object.hasOwn(a,"labelpos"))switch(a.labelpos.toLowerCase()){case"l":s=a.width/2;break;case"r":s=-a.width/2}return s&&(o+=h?s:-s),s=0,o}),i.forEach(e=>{let t;e.forEach(e=>{let r=l[e];if(p.setNode(r),t){var n=l[t],a=p.edge(n,r);p.setEdge(n,r,Math.max(g(s,e,t),a||0))}t=e})}),p),v=o?"borderLeft":"borderRight";function b(e,t){let r=x.nodes().slice(),n={},a=r.pop();for(;a;){if(n[a])e(a);else for(let e of(n[a]=!0,r.push(a),t(a)))r.push(e);a=r.pop()}}return b(function(e){m[e]=x.inEdges(e).reduce((e,t)=>Math.max(e,m[t.v]+x.edge(t)),0)},x.predecessors.bind(x)),b(function(t){let r=x.outEdges(t).reduce((e,t)=>Math.min(e,m[t.w]-x.edge(t)),1/0),n=e.node(t);r!==1/0&&n.borderType!==v&&(m[t]=Math.max(m[t],r))},x.successors.bind(x)),Object.keys(a).forEach(e=>m[e]=m[n[e]]),m}function h(e,t){return Object.values(t).reduce((t,r)=>{let n=-1/0,a=1/0;Object.entries(r).forEach(([t,r])=>{var o,s;let i=(o=e,s=t,o.node(s).width/2);n=Math.max(r+i,n),a=Math.min(r-i,a)});let o=n-a;return o<t[0]&&(t=[o,r]),t},[1/0,null])[1]}function p(e,t){let r=Object.values(t),a=n.applyWithChunking(Math.min,r),o=n.applyWithChunking(Math.max,r);["u","d"].forEach(r=>{["l","r"].forEach(s=>{let i=r+s,l=e[i];if(l===t)return;let d=Object.values(l),c=a-n.applyWithChunking(Math.min,d);"l"!==s&&(c=o-n.applyWithChunking(Math.max,d)),c&&(e[i]=n.mapValues(l,e=>e+c))})})}function f(e,t){return n.mapValues(e.ul,(r,n)=>{if(t)return e[t.toLowerCase()][n];{let t=Object.values(e).map(e=>e[n]).sort((e,t)=>e-t);return(t[1]+t[2])/2}})}t.exports={positionX:function(e){let t=n.buildLayerMatrix(e),r=Object.assign(a(e,t),s(e,t)),o={},i;["u","d"].forEach(a=>{i="u"===a?t:Object.values(t).reverse(),["l","r"].forEach(t=>{"r"===t&&(i=i.map(e=>Object.values(e).reverse()));let s=("u"===a?e.predecessors:e.successors).bind(e),l=c(e,i,r,s),d=u(e,i,l.root,l.align,"r"===t);"r"===t&&(d=n.mapValues(d,e=>-e)),o[a+t]=d})});let l=h(e,o);return p(o,l),f(o,e.graph().align)},findType1Conflicts:a,findType2Conflicts:s,addConflict:i,hasConflict:d,verticalAlignment:c,horizontalCompaction:u,alignCoordinates:p,findSmallestWidthAlignment:h,balance:f}}),D=a((e,t)=>{var r=l(),n=_().positionX;t.exports=function(e){var t;let a,o,s,i;t=e=r.asNonCompoundGraph(e),a=r.buildLayerMatrix(t),o=t.graph().ranksep,s=t.graph().rankalign,i=0,a.forEach(e=>{let r=e.reduce((e,r)=>{let n=t.node(r).height;return e>n?e:n},0);e.forEach(e=>{let n=t.node(e);"top"===s?n.y=i+n.height/2:"bottom"===s?n.y=i+r-n.height/2:n.y=i+r/2}),i+=r+o}),Object.entries(n(e)).forEach(([t,r])=>e.node(t).x=r)}}),M=a((e,t)=>{var r=d(),n=c(),a=f(),s=l().normalizeRanks,i=g(),u=l().removeEmptyRanks,h=m(),p=x(),b=v(),y=S(),w=D(),j=l(),k=o().Graph;t.exports=function(e,t={}){let o=t.debugTiming?j.time:j.notime;return o("layout",()=>{let l=o(" buildLayoutGraph",()=>{var t;let r,n;return t=e,r=new k({multigraph:!0,compound:!0}),n=A(t.graph()),r.setGraph(Object.assign({},E,I(n,N),j.pick(n,C))),t.nodes().forEach(e=>{let n=I(A(t.node(e)),_);Object.keys(M).forEach(e=>{void 0===n[e]&&(n[e]=M[e])}),r.setNode(e,n),r.setParent(e,t.parent(e))}),t.edges().forEach(e=>{let n=A(t.edge(e));r.setEdge(e,Object.assign({},O,I(n,P),j.pick(n,R)))}),r});return o(" runLayout",()=>{var e,d,c;return e=l,d=o,c=t,void(d(" makeSpaceForEdgeLabels",()=>{var t;let r;return r=(t=e).graph(),void(r.ranksep/=2,t.edges().forEach(e=>{let n=t.edge(e);n.minlen*=2,"c"!==n.labelpos.toLowerCase()&&("TB"===r.rankdir||"BT"===r.rankdir?n.width+=n.labeloffset:n.height+=n.labeloffset)}))}),d(" removeSelfEdges",()=>{var t;(t=e).edges().forEach(e=>{if(e.v===e.w){var r=t.node(e.v);r.selfEdges||(r.selfEdges=[]),r.selfEdges.push({e:e,label:t.edge(e)}),t.removeEdge(e)}})}),d(" acyclic",()=>r.run(e)),d(" nestingGraph.run",()=>h.run(e)),d(" rank",()=>a(j.asNonCompoundGraph(e))),d(" injectEdgeLabelProxies",()=>{var t;(t=e).edges().forEach(e=>{let r=t.edge(e);if(r.width&&r.height){let r=t.node(e.v),n={rank:(t.node(e.w).rank-r.rank)/2+r.rank,e:e};j.addDummyNode(t,"edge-proxy",n,"_ep")}})}),d(" removeEmptyRanks",()=>u(e)),d(" nestingGraph.cleanup",()=>h.cleanup(e)),d(" normalizeRanks",()=>s(e)),d(" assignRankMinMax",()=>{var t;let r;return r=0,void((t=e).nodes().forEach(e=>{let n=t.node(e);n.borderTop&&(n.minRank=t.node(n.borderTop).rank,n.maxRank=t.node(n.borderBottom).rank,r=Math.max(r,n.maxRank))}),t.graph().maxRank=r)}),d(" removeEdgeLabelProxies",()=>{var t;(t=e).nodes().forEach(e=>{let r=t.node(e);"edge-proxy"===r.dummy&&(t.edge(r.e).labelRank=r.rank,t.removeNode(e))})}),d(" normalize.run",()=>n.run(e)),d(" parentDummyChains",()=>i(e)),d(" addBorderSegments",()=>p(e)),d(" order",()=>y(e,c)),d(" insertSelfEdges",()=>{var t;return t=e,void j.buildLayerMatrix(t).forEach(e=>{var r=0;e.forEach((e,n)=>{var a=t.node(e);a.order=n+r,(a.selfEdges||[]).forEach(e=>{j.addDummyNode(t,"selfedge",{width:e.label.width,height:e.label.height,rank:a.rank,order:n+ ++r,e:e.e,label:e.label},"_se")}),delete a.selfEdges})})}),d(" adjustCoordinateSystem",()=>b.adjust(e)),d(" position",()=>w(e)),d(" positionSelfEdges",()=>{var t;(t=e).nodes().forEach(e=>{var r=t.node(e);if("selfedge"===r.dummy){var n=t.node(r.e.v),a=n.x+n.width/2,o=n.y,s=r.x-a,i=n.height/2;t.setEdge(r.e,r.label),t.removeNode(e),r.label.points=[{x:a+2*s/3,y:o-i},{x:a+5*s/6,y:o-i},{x:a+s,y:o},{x:a+5*s/6,y:o+i},{x:a+2*s/3,y:o+i}],r.label.x=r.x,r.label.y=r.y}})}),d(" removeBorderNodes",()=>{var t;(t=e).nodes().forEach(e=>{if(t.children(e).length){let r=t.node(e),n=t.node(r.borderTop),a=t.node(r.borderBottom),o=t.node(r.borderLeft[r.borderLeft.length-1]),s=t.node(r.borderRight[r.borderRight.length-1]);r.width=Math.abs(s.x-o.x),r.height=Math.abs(a.y-n.y),r.x=o.x+r.width/2,r.y=n.y+r.height/2}}),t.nodes().forEach(e=>{"border"===t.node(e).dummy&&t.removeNode(e)})}),d(" normalize.undo",()=>n.undo(e)),d(" fixupEdgeLabelCoords",()=>{var t;(t=e).edges().forEach(e=>{let r=t.edge(e);if(Object.hasOwn(r,"x"))switch(("l"===r.labelpos||"r"===r.labelpos)&&(r.width-=r.labeloffset),r.labelpos){case"l":r.x-=r.width/2+r.labeloffset;break;case"r":r.x+=r.width/2+r.labeloffset}})}),d(" undoCoordinateSystem",()=>b.undo(e)),d(" translateGraph",()=>(function(e){let t=1/0,r=0,n=1/0,a=0,o=e.graph(),s=o.marginx||0,i=o.marginy||0;function l(e){let o=e.x,s=e.y,i=e.width,l=e.height;t=Math.min(t,o-i/2),r=Math.max(r,o+i/2),n=Math.min(n,s-l/2),a=Math.max(a,s+l/2)}e.nodes().forEach(t=>l(e.node(t))),e.edges().forEach(t=>{let r=e.edge(t);Object.hasOwn(r,"x")&&l(r)}),t-=s,n-=i,e.nodes().forEach(r=>{let a=e.node(r);a.x-=t,a.y-=n}),e.edges().forEach(r=>{let a=e.edge(r);a.points.forEach(e=>{e.x-=t,e.y-=n}),Object.hasOwn(a,"x")&&(a.x-=t),Object.hasOwn(a,"y")&&(a.y-=n)}),o.width=r-t+s,o.height=a-n+i})(e)),d(" assignNodeIntersects",()=>{var t;(t=e).edges().forEach(e=>{let r=t.edge(e),n=t.node(e.v),a=t.node(e.w),o,s;r.points?(o=r.points[0],s=r.points[r.points.length-1]):(r.points=[],o=a,s=n),r.points.unshift(j.intersectRect(n,o)),r.points.push(j.intersectRect(a,s))})}),d(" reversePoints",()=>{var t;(t=e).edges().forEach(e=>{let r=t.edge(e);r.reversed&&r.points.reverse()})}),d(" acyclic.undo",()=>r.undo(e)))}),o(" updateInputGraph",()=>{var t,r;return t=e,r=l,void(t.nodes().forEach(e=>{let n=t.node(e),a=r.node(e);n&&(n.x=a.x,n.y=a.y,n.order=a.order,n.rank=a.rank,r.children(e).length&&(n.width=a.width,n.height=a.height))}),t.edges().forEach(e=>{let n=t.edge(e),a=r.edge(e);n.points=a.points,Object.hasOwn(a,"x")&&(n.x=a.x,n.y=a.y)}),t.graph().width=r.graph().width,t.graph().height=r.graph().height)}),l})};var N=["nodesep","edgesep","ranksep","marginx","marginy"],E={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb",rankalign:"center"},C=["acyclicer","ranker","rankdir","align","rankalign"],_=["width","height","rank"],M={width:0,height:0},P=["minlen","weight","width","height","labeloffset"],O={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},R=["labelpos"];function I(e,t){return j.mapValues(j.pick(e,t),Number)}function A(e){var t={};return e&&Object.entries(e).forEach(([e,r])=>{"string"==typeof e&&(e=e.toLowerCase()),t[e]=r}),t}}),P=a((e,t)=>{var r=l(),n=o().Graph;t.exports={debugOrdering:function(e){let t=r.buildLayerMatrix(e),a=new n({compound:!0,multigraph:!0}).setGraph({});return e.nodes().forEach(t=>{a.setNode(t,{label:t}),a.setParent(t,"layer"+e.node(t).rank)}),e.edges().forEach(e=>a.setEdge(e.v,e.w,{},e.name)),t.forEach((e,t)=>{a.setNode("layer"+t,{rank:"same"}),e.reduce((e,t)=>(a.setEdge(e,t,{style:"invis"}),t))}),a}}}),O=a((e,t)=>{t.exports="2.0.4"});let R=a((e,t)=>{t.exports={graphlib:o(),layout:M(),debug:P(),util:{time:l().time,notime:l().notime},version:O()}})(),I={direction:"LR",ranksep:200,nodesep:48};function A(e="ltr"){return{...I,direction:"rtl"===e?"RL":"LR"}}let F={featureNode:{width:388,height:140},repositoryNode:{width:400,height:140},applicationNode:{width:416,height:300}};function L(e,t){let r=e.data;return r&&"number"==typeof r.width&&"number"==typeof r.height?{width:r.width,height:r.height}:F[e.type??""]??t}function T(e,t,r={}){let{direction:n="TB",nodeSize:a={width:172,height:36},ranksep:o=80,nodesep:s=30}=r;if(0===e.length)return{nodes:[],edges:[]};let i=new R.graphlib.Graph({multigraph:!0});i.setDefaultEdgeLabel(()=>({})),i.setGraph({rankdir:n,ranksep:o,nodesep:s});let l=new Set;for(let e of t)l.add(e.source),l.add(e.target);let d=e.filter(e=>l.has(e.id)),c=e.filter(e=>!l.has(e.id));for(let e of d){let t=L(e,a);i.setNode(e.id,{width:t.width,height:t.height})}for(let e of t)i.hasNode(e.source)&&i.hasNode(e.target)&&i.setEdge(e.source,e.target,{},e.id);R.layout(i);let{targetPosition:u,sourcePosition:h}=function(e){switch(e){case"LR":return{targetPosition:"left",sourcePosition:"right"};case"RL":return{targetPosition:"right",sourcePosition:"left"};case"BT":return{targetPosition:"bottom",sourcePosition:"top"};default:return{targetPosition:"top",sourcePosition:"bottom"}}}(n),p="LR"===n||"RL"===n,f=new Map;for(let e of d){let t=i.node(e.id),r=L(e,a);f.set(e.id,{cx:t.x,cy:t.y,w:r.width,h:r.height})}let g=0;for(let e of f.values()){g=p?e.cx:e.cy;break}for(let e of c){let t=L(e,a);f.set(e.id,{cx:p?g:0,cy:p?0:g,w:t.width,h:t.height})}let m=new Map;for(let e of t)f.has(e.source)&&f.has(e.target)&&(m.has(e.source)||m.set(e.source,[]),m.get(e.source).push(e.target));let x=new Map;for(let t=0;t<e.length;t++)x.set(e[t].id,t);for(let[,e]of m)e.sort((e,t)=>(x.get(e)??0)-(x.get(t)??0));let v=new Set;for(let e of m.values())for(let t of e)v.add(t);let b=[...[...l].filter(e=>f.has(e)&&!v.has(e)),...c.map(e=>e.id)];b.sort((e,t)=>(x.get(e)??0)-(x.get(t)??0));let y=new Map;for(let e of b)!function e(t){if(y.has(t))return y.get(t);let r=f.get(t),n=p?r.h:r.w,a=m.get(t);if(!a||0===a.length)return y.set(t,n),n;let o=0;for(let t of a)o+=e(t);let i=Math.max(n,o+=(a.length-1)*s);return y.set(t,i),i}(e);let w=0;for(let e of b){let t=y.get(e)??0;!function e(t,r){let n=f.get(t);p?n.cy=r:n.cx=r;let a=m.get(t);if(!a||0===a.length)return;let o=0;for(let e of a)o+=y.get(e)??0;let i=r-(o+=(a.length-1)*s)/2;for(let t of a){let r=y.get(t)??0;e(t,i+r/2),i+=r+s}}(e,w+t/2),w+=t+s}let j=[];for(let t of e){let e=f.get(t.id);e&&j.push({...t,targetPosition:u,sourcePosition:h,position:{x:e.cx-e.w/2,y:e.cy-e.h/2}})}return{nodes:j,edges:[...t]}}var $=e.i(21023);let z=(0,$.createServerReference)("40adf0278807286a3192aa91cc969ad4bf34de24f3",$.callServer,void 0,$.findSourceMapURL,"archiveFeature"),B=(0,$.createServerReference)("788ed56ab07e66ef884d6ce0f77fa46b5034bcfed4",$.callServer,void 0,$.findSourceMapURL,"deleteFeature");var G=e.i(79466),W=e.i(7550),U=e.i(41889);let q=(0,$.createServerReference)("403a379924950f7ba0c0e57e7c3c960d0624062339",$.callServer,void 0,$.findSourceMapURL,"unarchiveFeature");var H=e.i(38074);let V=(0,$.createServerReference)("6066fc7a836c30765dbacbf5d8466865b5aa1f9640",$.callServer,void 0,$.findSourceMapURL,"deleteRepository"),K=(0,$.createServerReference)("40249dc44ff0bea67ac4b228d968dd1f704ee4b24f",$.callServer,void 0,$.findSourceMapURL,"deleteApplication"),X=(0,$.createServerReference)("40c7cc76af10154bd904315971383c0c513ef690f6",$.callServer,void 0,$.findSourceMapURL,"getFeatureMetadata");var J=e.i(39443),Y=e.i(73504),Z=e.i(8361),Q=e.i(18354),ee=e.i(99045);e.i(41001);var et=e.i(64780);function er(e,t){let r=new Map;for(let e of t)"dependencyEdge"===e.type&&r.set(e.target,e.source);let n=new Map,a=new Map,o=new Map;for(let t of e)"featureNode"===t.type?n.set(t.id,{nodeId:t.id,data:t.data,parentNodeId:r.get(t.id)}):"repositoryNode"===t.type?a.set(t.id,{nodeId:t.id,data:t.data}):"applicationNode"===t.type&&o.set(t.id,{nodeId:t.id,data:t.data});return{featureMap:n,repoMap:a,applicationMap:o}}function en(e,t){return(void 0===t.state||t.state===e.state)&&(void 0===t.lifecycle||t.lifecycle===e.lifecycle)&&(void 0===t.name||t.name===e.name)&&(void 0===t.description||t.description===e.description)}function ea(e,t){if(e.size!==t.size)return!1;for(let[r,n]of e){let e=t.get(r);if(!e||n.parentNodeId!==e.parentNodeId||n.data!==e.data&&JSON.stringify(n.data)!==JSON.stringify(e.data))return!1}return!0}let eo=(0,Q.createLogger)("[Polling]"),es=0,ei=0;function el(e,a){let o=(0,r.useRouter)(),s=(0,Z.useSoundAction)("delete"),i=(0,Z.useSoundAction)("create"),[l,d]=(0,t.useState)(!1),{nodes:c,edges:u,reconcile:h,updateFeature:p,addPendingFeature:f,removeFeature:g,restoreFeature:m,addRepository:x,removeRepository:v,replaceRepository:b,getFeatureRepositoryPath:y,getRepositoryData:w,getRepoMapSize:j,addApplication:k,removeApplication:N,setCallbacks:E,beginMutation:C,endMutation:S,isMutating:_}=function(e,r,n=!1){let{i18n:a}=(0,et.useTranslation)(),o=(0,t.useMemo)(()=>A(a.dir()),[a]),s=(0,t.useMemo)(()=>er(e,r),[]),[i,l]=(0,t.useState)(s.featureMap),[d,c]=(0,t.useState)(s.repoMap),[u,h]=(0,t.useState)(s.applicationMap),[p,f]=(0,t.useState)(new Map),g=(0,t.useRef)(new Map),m=(0,t.useRef)(new Set),x=(0,t.useRef)(0),v=(0,t.useRef)(new Set),b=(0,t.useRef)(new Set),y=(0,t.useRef)(new Set),w=(0,t.useRef)({}),j=(0,t.useMemo)(()=>({onNodeAction:e=>w.current.onNodeAction?.(e),onNodeSettings:e=>w.current.onNodeSettings?.(e),onFeatureDelete:(e,t,r,n)=>w.current.onFeatureDelete?.(e,t,r,n),onRepositoryAdd:e=>w.current.onRepositoryAdd?.(e),onRepositoryClick:e=>w.current.onRepositoryClick?.(e),onRepositoryDelete:e=>w.current.onRepositoryDelete?.(e),onRetryFeature:e=>w.current.onRetryFeature?.(e),onStartFeature:e=>w.current.onStartFeature?.(e),onArchiveFeature:e=>w.current.onArchiveFeature?.(e),onUnarchiveFeature:e=>w.current.onUnarchiveFeature?.(e),onApplicationClick:e=>w.current.onApplicationClick?.(e),onApplicationDelete:e=>w.current.onApplicationDelete?.(e)}),[]),k=(0,t.useRef)(i);k.current=i;let N=(0,t.useRef)(d);N.current=d;let E=(0,t.useMemo)(()=>{if(n)return i;let e=new Map;for(let[t,r]of i)"archived"!==r.data.state&&e.set(t,r);return e.size===i.size?i:e},[i,n]),C=(0,t.useMemo)(()=>(function(e,t,r,n,a){let o=[],s=[],i=e=>e.replace(/\\/g,"/"),l=new Map;for(let[e,r]of t)r.data.repositoryPath&&l.set(i(r.data.repositoryPath),e);let d=new Map;for(let[e,r]of[...t.entries()].sort((e,t)=>{let r=e[1].data.createdAt,n=t[1].data.createdAt;return("number"!=typeof r||Number.isNaN(r)?1/0:r)-("number"!=typeof n||Number.isNaN(n)?1/0:n)})){let t={...r.data,...n?.onRepositoryAdd&&{onAdd:()=>n.onRepositoryAdd(e)},...n?.onRepositoryClick&&{onClick:()=>n.onRepositoryClick(e)},...n?.onRepositoryDelete&&{onDelete:n.onRepositoryDelete}};o.push({id:e,type:"repositoryNode",position:{x:0,y:0},data:t})}for(let[t,a,c]of[...[...e.entries()].map(([e,t])=>[e,t,!1]),...[...r.entries()].filter(([t])=>!e.has(t)).map(([e,t])=>[e,t,!0])]){let u="creating"===a.data.state||c,h={...a.data,...!u&&n?.onNodeAction&&{onAction:()=>n.onNodeAction(t)},...!u&&n?.onNodeSettings&&{onSettings:()=>n.onNodeSettings(t)},...!u&&n?.onFeatureDelete&&{onDelete:n.onFeatureDelete},...!u&&"error"===a.data.state&&n?.onRetryFeature&&{onRetry:n.onRetryFeature},...!u&&"pending"===a.data.state&&n?.onStartFeature&&{onStart:n.onStartFeature},...!u&&("running"===a.data.state||"action-required"===a.data.state)&&n?.onStopFeature&&{onStop:n.onStopFeature},...!u&&"archived"!==a.data.state&&"deleting"!==a.data.state&&n?.onArchiveFeature&&{onArchive:n.onArchiveFeature},...!u&&"archived"===a.data.state&&n?.onUnarchiveFeature&&{onUnarchive:n.onUnarchiveFeature}};if(o.push({id:t,type:"featureNode",position:{x:0,y:0},data:h}),a.parentNodeId&&(e.has(a.parentNodeId)||r.has(a.parentNodeId)))s.push({id:`dep-${a.parentNodeId}-${t}`,source:a.parentNodeId,target:t,type:"dependencyEdge"});else{let e=i(a.data.repositoryPath),r=l.get(e)??function(e){if(d.has(e))return d.get(e);let t=`virtual-repo-${e}`,r=e.split("/").filter(Boolean).at(-1)??e;return o.push({id:t,type:"repositoryNode",position:{x:0,y:0},data:{name:r,repositoryPath:e}}),d.set(e,t),t}(e);s.push({id:`edge-${r}-${t}`,source:r,target:t,style:{strokeDasharray:"5 5"}})}}if(a)for(let[e,t]of a){let r={...t.data,...n?.onApplicationClick&&{onClick:()=>n.onApplicationClick(t.data.id)},...n?.onApplicationDelete&&{onDelete:n.onApplicationDelete}};if(o.push({id:e,type:"applicationNode",position:{x:0,y:0},data:r}),t.data.repositoryPath){let r=t.data.repositoryPath.replace(/\\/g,"/"),n=l.get(r);n&&s.push({id:`edge-${e}-${n}`,source:e,target:n,style:{strokeDasharray:"5 5"}})}}let c=new Set;for(let e of s)"dependencyEdge"===e.type&&c.add(e.source);let u=s.length>0;for(let e of o){let t=e.data;t.showHandles=u,"featureNode"===e.type&&(t.hasChildren=c.has(e.id))}return{nodes:o,edges:s}})(E,d,p,j,u),[E,d,p,j,u]),S=(0,t.useRef)({key:"",positions:new Map}),{nodes:_,edges:D}=(0,t.useMemo)(()=>{let e=C.nodes.map(e=>e.id).sort().join(","),t=C.edges.map(e=>`${e.source}-${e.target}`).sort().join(","),r=`${e}|${t}|${o.direction}`;if(r!==S.current.key){let e=T(C.nodes,C.edges,o),t=new Map;for(let r of e.nodes)t.set(r.id,{position:r.position,targetPosition:r.targetPosition,sourcePosition:r.sourcePosition});let n=S.current.positions;if(n.size>0){let r=0,a=0;for(let[e,o]of t){let t=n.get(e);if(t){r=t.position.x-o.position.x,a=t.position.y-o.position.y;break}}if(0!==r||0!==a){for(let e of t.values())e.position={x:e.position.x+r,y:e.position.y+a};for(let t of e.nodes)t.position={x:t.position.x+r,y:t.position.y+a}}}return S.current={key:r,positions:t},e}let{positions:n}=S.current;return{nodes:C.nodes.map(e=>{let t=n.get(e.id);return t?{...e,...t}:e}),edges:C.edges}},[C,o]),M=(0,t.useCallback)((e,t)=>{if(x.current>0)return;let{featureMap:r,repoMap:n}=er(e,t),a=new Set([...r.values()].map(e=>`${e.data.name}\0${e.data.repositoryPath}`));l(e=>{let t=[...e.entries()].filter(([,e])=>"creating"===e.data.state),n=new Map(r);for(let[e,r]of t){let t=`${r.data.name}\0${r.data.repositoryPath}`;a.has(t)||n.set(e,r)}let o=new Set;for(let[t,r]of e)"deleting"===r.data.state&&(n.has(t)?n.set(t,{...n.get(t),data:{...n.get(t).data,state:"deleting"}}):b.current.has(t)||(n.set(t,r),o.add(t)));for(let[e,t]of(b.current=o,g.current)){let r=n.get(e);r&&(n.set(e,{...r,data:{...r.data,...t}}),g.current.delete(e))}return ea(e,n)?e:n}),f(e=>{if(0===e.size)return e;let t=!1,r=new Map(e);for(let[n,o]of e){let e=`${o.data.name}\0${o.data.repositoryPath}`;a.has(e)&&(r.delete(n),t=!0)}return t?r:e}),c(e=>{let t=new Map(n);for(let e of y.current)t.has(e)?t.delete(e):y.current.delete(e);let r=new Set([...n.values()].map(e=>e.data.repositoryPath));for(let[n,a]of e){if(t.has(n)||r.has(a.data.repositoryPath)){m.current.delete(n);continue}(n.startsWith("repo-temp-")||m.current.has(n))&&t.set(n,a)}return ea(e,t)?e:t});let{applicationMap:o}=er(e,t);h(e=>ea(e,o)?e:o)},[]),P=(0,t.useCallback)((e,t)=>{l(r=>{let n=r.get(e);if(!n)return g.current.set(e,{...g.current.get(e),...t}),r;if(g.current.delete(e),en(n.data,t))return r;let a=new Map(r);return a.set(e,{...n,data:{...n.data,...t}}),a}),f(r=>{let n=r.get(e);if(!n||en(n.data,t))return r;let a=new Map(r);return a.set(e,{...n,data:{...n.data,...t}}),a})},[]),O=(0,t.useCallback)((e,t,r)=>{f(n=>{let a=new Map(n);return a.set(e,{nodeId:e,data:t,parentNodeId:r}),a})},[]),R=(0,t.useCallback)(e=>{f(t=>{if(!t.has(e))return t;let r=new Map(t);return r.delete(e),r})},[]),I=(0,t.useCallback)(e=>{l(t=>{if(!t.has(e))return t;let r=new Map(t);return r.delete(e),r})},[]),F=(0,t.useCallback)((e,t)=>{l(r=>{let n=new Map(r);return n.set(e,t),n})},[]),L=(0,t.useCallback)((e,t)=>{m.current.add(e),y.current.delete(e),c(r=>{let n=new Map(r);return n.set(e,{nodeId:e,data:t}),n})},[]),$=(0,t.useCallback)(e=>{m.current.delete(e),y.current.add(e),c(t=>{if(!t.has(e))return t;let r=new Map(t);return r.delete(e),r})},[]),z=(0,t.useCallback)((e,t,r)=>{m.current.delete(e),m.current.add(t),c(n=>{if(!n.has(e))return n;let a=new Map(n);return a.delete(e),a.set(t,{nodeId:t,data:r}),a})},[]),B=(0,t.useCallback)((e,t)=>{h(r=>{let n=new Map(r);return n.set(e,{nodeId:e,data:t}),n})},[]),G=(0,t.useCallback)(e=>{h(t=>{if(!t.has(e))return t;let r=new Map(t);return r.delete(e),r})},[]),W=(0,t.useCallback)(e=>k.current.get(e)?.data.repositoryPath,[]),U=(0,t.useCallback)(e=>N.current.get(e)?.data,[]),q=(0,t.useCallback)(()=>N.current.size,[]),H=(0,t.useCallback)(e=>{w.current=e},[]),V=(0,t.useCallback)(()=>{x.current++},[]),K=(0,t.useCallback)((e=3e3)=>{let t=setTimeout(()=>{x.current=Math.max(0,x.current-1),v.current.delete(t)},e);v.current.add(t)},[]),X=(0,t.useCallback)(()=>x.current>0,[]);return(0,t.useEffect)(()=>{let e=v.current;return()=>{for(let t of e)clearTimeout(t);e.clear()}},[]),{nodes:_,edges:D,reconcile:M,updateFeature:P,addPendingFeature:O,removePendingFeature:R,removeFeature:I,restoreFeature:F,addRepository:L,removeRepository:$,replaceRepository:z,getFeatureRepositoryPath:W,getRepositoryData:U,getRepoMapSize:q,addApplication:B,removeApplication:G,setCallbacks:H,beginMutation:V,endMutation:K,isMutating:X}}(e,a,l),D=(0,t.useRef)(c),M=(0,t.useRef)(u);(0,t.useEffect)(()=>{D.current=c,M.current=u},[c,u]);let P=(0,t.useMemo)(()=>e.map(e=>e.id).sort().join(","),[e]),O=(0,t.useMemo)(()=>e.filter(e=>"featureNode"===e.type).map(e=>{let t=e.data;return`${e.id}:${t.state}:${t.lifecycle}`}).sort().join(","),[e]),R=(0,t.useRef)("");(0,t.useEffect)(()=>{let t=`${P}|${O}`;t!==R.current&&(R.current=t,h(e,a))},[P,O,e,a,h]);let I=(0,t.useRef)(new Map),{events:F}=(0,J.useAgentEventsContext)(),{store:L}=(0,Y.useDeploymentStatusContext)();(0,t.useEffect)(()=>{let t=I.current;for(let r of e){if("featureNode"!==r.type)continue;let e=r.data,a=t.get(r.id);void 0!==a&&a!==e.state&&(F.some(t=>t.featureId===e.featureId&&(0,ee.mapEventTypeToState)(t.eventType)===e.state)||("done"===e.state?n.toast.success(e.name,{description:"Feature completed!"}):"action-required"===e.state?n.toast.warning(e.name,{description:"Waiting for your approval",action:{label:"Review",onClick:()=>o.push(`/feature/${e.featureId}`)}}):"error"===e.state&&n.toast.error(e.name,{description:e.errorMessage??"Agent failed"}))),t.set(r.id,e.state)}},[O,e,F,o]);let $=(0,t.useRef)(0);(0,t.useEffect)(()=>{if($.current>F.length&&($.current=0),F.length<=$.current)return;let e=F.slice($.current);for(let{featureId:t,state:r,lifecycle:n}of($.current=F.length,(0,ee.resolveSseEventUpdates)(e)))if(void 0!==r||void 0!==n){let e=`feat-${t}`,a=D.current.find(t=>t.id===e),o=a?a.data.state:void 0;if("deleting"===o||"error"===r&&_()&&"running"===o)continue;p(e,{...void 0!==r&&{state:r},...void 0!==n&&{lifecycle:n}})}},[F,p,_]),(0,t.useEffect)(()=>{let e=e=>{let{featureId:t}=e.detail;C(),p(`feat-${t}`,{state:"running"}),S()};return window.addEventListener("shep:feature-approved",e),()=>window.removeEventListener("shep:feature-approved",e)},[p,C,S]);let Q=(0,t.useRef)(new Set),el=(0,t.useRef)(0);(0,t.useEffect)(()=>{if(el.current>F.length&&(el.current=0),F.length<=el.current)return;let e=F.slice(el.current);for(let t of(el.current=F.length,e)){if("Feature metadata updated"!==t.message||Q.current.has(t.featureId))continue;Q.current.add(t.featureId);let e=`feat-${t.featureId}`;X(t.featureId).then(t=>{t&&p(e,{name:t.name,description:t.description})}).catch(()=>{})}},[F,p]),(0,t.useEffect)(()=>{eo.debug("polling enabled (15000ms interval)");let e=setInterval(async()=>{if(!document.hidden&&!_())try{let e=await fetch("/api/graph-data");if(!e.ok)throw Error(`status ${e.status}`);let{nodes:t,edges:r,deployments:n}=await e.json();h(t,r),Array.isArray(n)&&L.hydrate(n)}catch{eo.warn("poll fetch failed — will retry next interval")}},15e3);return()=>{eo.debug("polling disabled"),clearInterval(e)}},[h,_,L]);let ed=(0,t.useCallback)(e=>{},[]),ec=(0,t.useCallback)(e=>{},[]),eu=(0,t.useCallback)((e,t,r)=>{let n=t?.featureId?`feat-${t.featureId}`:`feature-${Date.now()}-${es++}`,a={name:t?.name??"New Feature",description:t?.description??"Describe what this feature does",featureId:t?.featureId??`#${n.slice(-4)}`,lifecycle:"requirements",state:t?.state??"running",progress:0,repositoryPath:t?.repositoryPath??"",branch:t?.branch??""};return f(n,a,"dependencyEdge"===r&&e?e:void 0),n},[f]),eh=(0,t.useCallback)(e=>{let t=`feat-${e}`;C(),p(t,{state:"running"}),(0,G.resumeFeature)(e).then(e=>{e.error?(p(t,{state:"error"}),n.toast.error(e.error)):n.toast.success("Feature resumed")}).catch(()=>{p(t,{state:"error"}),n.toast.error("Failed to resume feature")}).finally(()=>S())},[p,C,S]),ep=(0,t.useCallback)(e=>{let t=`feat-${e}`;C(),p(t,{state:"running"}),(0,W.startFeature)(e).then(e=>{e.error?(p(t,{state:"pending"}),n.toast.error(e.error)):n.toast.success("Feature started")}).catch(()=>{p(t,{state:"pending"}),n.toast.error("Failed to start feature")}).finally(()=>S())},[p,C,S]),ef=(0,t.useCallback)(e=>{C(),(0,U.stopFeature)(e).then(e=>{e.error?n.toast.error(e.error):n.toast.success("Agent stopped")}).catch(()=>{n.toast.error("Failed to stop agent")}).finally(()=>S())},[C,S]),eg=(0,t.useCallback)(e=>{let t=`feat-${e}`;C(),p(t,{state:"archived"}),z(e).then(e=>{e.error?(p(t,{state:"done"}),n.toast.error(e.error)):n.toast.success("Feature archived")}).catch(()=>{p(t,{state:"done"}),n.toast.error("Failed to archive feature")}).finally(()=>S())},[p,C,S]),em=(0,t.useCallback)(e=>{let t=`feat-${e}`;C(),p(t,{state:"done"}),q(e).then(e=>{e.error?(p(t,{state:"archived"}),n.toast.error(e.error)):n.toast.success("Feature unarchived")}).catch(()=>{p(t,{state:"archived"}),n.toast.error("Failed to unarchive feature")}).finally(()=>S())},[p,C,S]),ex=(0,t.useCallback)((e,t,r,a)=>{let i=`feat-${e}`,l=[];if(!0===r){let e=[i];for(;e.length>0;){let t=e.shift();for(let r of M.current)"dependencyEdge"===r.type&&r.source===t&&(l.push(r.target),e.push(r.target))}}let d=new Map;for(let e of[i,...l]){let t=D.current.find(t=>t.id===e);t&&d.set(e,t.data.state)}for(let e of(C(),p(i,{state:"deleting"}),l))p(e,{state:"deleting"});s.play(),o.push("/"),B(e,t,r,a).then(e=>{if(e.error){for(let[e,t]of d)t&&p(e,{state:t});n.toast.error(e.error)}else for(let e of(g(i),l))g(e)}).catch(()=>{for(let[e,t]of d)t&&p(e,{state:t});n.toast.error("Failed to delete feature")}).finally(()=>S())},[o,s,p,g,C,S]),ev=(0,t.useCallback)(async(e,t)=>{let r=`repo-${e}`,a=new Set(M.current.filter(e=>e.source===r).map(e=>e.target)),o=w(r),i=new Map;for(let e of a){let t=D.current.find(t=>t.id===e);t&&i.set(e,{nodeId:e,data:t.data})}let l=()=>{for(let[e,t]of(o&&x(r,o),i))m(e,t)};for(let e of(C(),v(r),a))g(e);try{let r=await V(e,{deleteFromDisk:t?.deleteFromDisk===!0});if(!r.success){n.toast.error(r.error??"Failed to remove repository"),l();return}s.play()}catch{n.toast.error("Failed to remove repository"),l()}finally{S()}},[s,v,g,x,m,w,C,S]),eb=(0,t.useCallback)(async e=>{let t=`app-${e}`;C(),N(t),s.play();try{let t=await K(e);t.error&&n.toast.error(t.error)}catch{n.toast.error("Failed to delete application")}finally{S()}},[s,N,C,S]),ey=(0,t.useCallback)(e=>{let t=T(D.current,M.current,{...A(),direction:e});h(t.nodes,t.edges)},[h]);return{nodes:c,edges:u,onNodesChange:ed,handleConnect:ec,handleAddRepository:(0,t.useCallback)(e=>{let t=0===j(),r=`repo-temp-${++ei}`,a=e.replace(/[\\/]+$/,"").split(/[\\/]/).pop()??e;return C(),x(r,{name:a,repositoryPath:e,id:r,createdAt:Date.now(),gitInfoStatus:"loading"}),(0,H.addRepository)({path:e,name:a}).then(e=>{if(e.error){v(r),n.toast.error(e.error);return}let t=e.repository;b(r,`repo-${t.id}`,{name:t.name,repositoryPath:t.path,id:t.id,createdAt:t.createdAt instanceof Date?t.createdAt.getTime():Number(t.createdAt)}),i.play()}).catch(()=>{v(r),n.toast.error("Failed to add repository")}).finally(()=>S()),{wasEmpty:t,repoPath:e,tempNodeId:r}},[x,v,b,i,j,C,S]),handleArchiveFeature:eg,handleLayout:ey,handleDeleteFeature:ex,handleRetryFeature:eh,handleStartFeature:ep,handleStopFeature:ef,handleUnarchiveFeature:em,handleDeleteRepository:ev,handleDeleteApplication:eb,createFeatureNode:eu,addApplication:k,showArchived:l,setShowArchived:d,getFeatureRepositoryPath:y,getRepositoryData:w,setCallbacks:E}}e.s(["useControlCenterState",()=>el],17840)},48246,e=>{"use strict";var t=e.i(20314),r=e.i(53271),n=e.i(92786),a=e.i(79054),o=e.i(31406),s=e.i(91925),i=e.i(3214);e.i(41001);var l=e.i(64780),d=e.i(31777),c=e.i(35364);e.i(54793);var u=e.i(7729);e.i(47506);var h=e.i(89313),p=e.i(92002),f=e.i(3645);let g=(0,f.default)("github",[["path",{d:"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4",key:"tonef"}],["path",{d:"M9 18c-4.51 2-5-2-7-2",key:"9comsn"}]]);var m=e.i(8986),x=e.i(38573),v=e.i(19933),b=e.i(67669),y=e.i(24042),w=e.i(6910),j=e.i(49228),k=e.i(48923),N=e.i(7311),E=e.i(94365),C=e.i(38227),S=e.i(48109),_=e.i(26960);e.i(81803);var D=e.i(72714),M=e.i(2287),P=e.i(74363),O=e.i(41957),R=e.i(2828),I=e.i(8537),A=e.i(75921),F=e.i(76852),L=e.i(57779),T=e.i(80554),$=e.i(80519);function z({data:e,selected:n}){let{t:s,i18n:u}=(0,l.useTranslation)("web"),h=(0,o.useRouter)(),f="rtl"===u.dir(),z=f?p.Position.Right:p.Position.Left,B=f?p.Position.Left:p.Position.Right,G=(0,A.useFeatureFlags)(),[W,U]=(0,a.useState)(!1),[q,H]=(0,a.useState)(!1);(0,a.useEffect)(()=>{W&&H(!1)},[W]);let V=e.id?`repo-${e.id}`:`repo-${e.name}`,K=(0,T.useTurnStatus)(V),X=(0,F.useRepositoryActions)(e.repositoryPath?{repositoryId:e.id,repositoryPath:e.repositoryPath}:null),J=(0,I.useDeployAction)(e.repositoryPath?{targetId:e.repositoryPath,targetType:"repository",repositoryPath:e.repositoryPath}:null),Y="Booting"===J.status||"Ready"===J.status,Z=(0,a.useCallback)((t,r)=>{if(!e.repositoryPath)return;let n=t.preview?t.preview.slice(0,200):"Unknown conversation",a=["Continue work from a previous agent session.","","## Session Context",`- Session ID: ${t.id}`,`- Messages: ${t.messageCount}`,t.lastMessageAt?`- Last active: ${t.lastMessageAt}`:"",`- Conversation file: ${r}`,"","## Session Preview",`> ${n}`,"","## Instructions","1. Read the full conversation history from the file above",`2. Analyze the current state of the repository — what was done, what remains`,"3. Create or update spec files to accurately reflect the current state and remaining work","4. Continue implementing any unfinished work from the conversation"].filter(Boolean).join("\n"),o=new URLSearchParams({repo:e.repositoryPath,prompt:a});h.push(`/create?${o.toString()}`)},[e.repositoryPath,h]);return(0,t.jsxs)("div",{className:(0,d.cn)("group relative",e.onDelete&&e.id&&"ps-10"),style:{direction:f?"rtl":"ltr"},children:[e.showHandles?(0,t.jsx)(r.Handle,{type:"target",position:z,isConnectable:!1,className:"opacity-0!",style:{top:70}}):null,e.onDelete&&e.id?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("div",{className:"absolute -start-3 top-1/2 -translate-y-1/2 opacity-0 transition-opacity group-hover:opacity-100",children:(0,t.jsx)(R.TooltipProvider,{children:(0,t.jsxs)(R.Tooltip,{children:[(0,t.jsx)(R.TooltipTrigger,{asChild:!0,children:(0,t.jsx)("button",{"aria-label":s("repositoryNode.removeRepository"),"data-testid":"repository-node-delete-button",onClick:e=>{e.stopPropagation(),U(!0)},className:"bg-card text-muted-foreground hover:border-destructive hover:text-destructive flex h-7 w-7 cursor-pointer items-center justify-center rounded-full border shadow-sm transition-colors",children:(0,t.jsx)(b.Trash2,{className:"h-3.5 w-3.5"})})}),(0,t.jsx)(R.TooltipContent,{children:s("repositoryNode.removeRepository")})]})})}),(0,t.jsx)(M.Dialog,{open:W,onOpenChange:U,children:(0,t.jsxs)(M.DialogContent,{className:"max-w-sm",children:[(0,t.jsxs)(M.DialogHeader,{children:[(0,t.jsx)(M.DialogTitle,{children:s("repositoryNode.removeConfirmTitle")}),(0,t.jsxs)(M.DialogDescription,{children:[(0,t.jsx)(_.Trans,{t:s,i18nKey:"repositoryNode.removeConfirmDescription",values:{name:e.name},components:{strong:(0,t.jsx)("strong",{})}})," ",s(q?"repositoryNode.removeConfirmDescriptionDeleteFiles":"repositoryNode.removeConfirmDescriptionKeepFiles")]})]}),(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)(P.Checkbox,{id:"repository-delete-from-disk",checked:q,onCheckedChange:e=>H(!0===e),"data-testid":"repository-node-delete-from-disk-checkbox","aria-label":s("repositoryNode.deleteFromDiskLabel")}),(0,t.jsx)(O.Label,{htmlFor:"repository-delete-from-disk",className:"cursor-pointer text-sm font-normal",children:s("repositoryNode.deleteFromDiskLabel")})]}),(0,t.jsxs)(M.DialogFooter,{className:"grid grid-cols-2 gap-2 sm:flex-none",children:[(0,t.jsx)(M.DialogClose,{asChild:!0,children:(0,t.jsx)(c.Button,{variant:"outline",children:s("repositoryNode.cancel")})}),(0,t.jsx)(c.Button,{variant:"destructive","data-testid":"repository-node-delete-confirm-button",onClick:()=>{U(!1),e.onDelete?.(e.id,{deleteFromDisk:q})},children:s("repositoryNode.remove")})]})]})})]}):null,(0,t.jsxs)("div",{role:"button",tabIndex:0,"data-testid":"repository-node-card","data-repo-name":e.name,onClick:t=>{t.stopPropagation(),e.onClick?.()},onKeyDown:t=>{("Enter"===t.key||" "===t.key)&&(t.preventDefault(),t.stopPropagation(),e.onClick?.())},className:(0,d.cn)("nodrag bg-card flex w-[26rem] cursor-pointer flex-col overflow-hidden rounded-xl border shadow-sm transition-[border-color,box-shadow] duration-200 dark:bg-neutral-800/80",n&&"border-blue-400 dark:border-amber-500/60"),children:[(0,t.jsxs)("div",{className:"flex items-center gap-3 px-4 py-3",children:[(0,t.jsx)(g,{className:"text-muted-foreground h-5 w-5 shrink-0"}),(0,t.jsx)("span",{"data-testid":"repository-node-name",className:"min-w-0 truncate text-sm font-medium",children:e.name}),(0,t.jsxs)("div",{className:(0,d.cn)("flex shrink-0 items-center gap-2",(e.repositoryPath??e.onAdd)&&"ms-auto"),onClick:e=>e.stopPropagation(),children:[e.repositoryPath?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(R.TooltipProvider,{children:(0,t.jsxs)(R.Tooltip,{children:[(0,t.jsx)(R.TooltipTrigger,{asChild:!0,children:(0,t.jsx)("span",{className:"flex items-center",children:(0,t.jsx)(D.ActionButton,{label:s("repositoryNode.openInIde"),onClick:X.openInIde,loading:X.ideLoading,error:!!X.ideError,icon:m.Code2,iconOnly:!0,variant:"ghost",size:"icon-xs"})})}),(0,t.jsx)(R.TooltipContent,{children:s("repositoryNode.openInIde")})]})}),(0,t.jsx)(R.TooltipProvider,{children:(0,t.jsxs)(R.Tooltip,{children:[(0,t.jsx)(R.TooltipTrigger,{asChild:!0,children:(0,t.jsx)("span",{className:"flex items-center",children:(0,t.jsx)(D.ActionButton,{label:s("repositoryNode.openInShell"),onClick:X.openInShell,loading:X.shellLoading,error:!!X.shellError,icon:x.Terminal,iconOnly:!0,variant:"ghost",size:"icon-xs"})})}),(0,t.jsx)(R.TooltipContent,{children:s("repositoryNode.openInShell")})]})}),(0,t.jsx)(R.TooltipProvider,{children:(0,t.jsxs)(R.Tooltip,{children:[(0,t.jsx)(R.TooltipTrigger,{asChild:!0,children:(0,t.jsx)("span",{className:"flex items-center",children:(0,t.jsx)(D.ActionButton,{label:s("repositoryNode.openFolder"),onClick:X.openFolder,loading:X.folderLoading,error:!!X.folderError,icon:v.FolderOpen,iconOnly:!0,variant:"ghost",size:"icon-xs"})})}),(0,t.jsx)(R.TooltipContent,{children:s("repositoryNode.openFolder")})]})}),(0,t.jsx)(R.TooltipProvider,{children:(0,t.jsxs)(R.Tooltip,{children:[(0,t.jsx)(R.TooltipTrigger,{asChild:!0,children:(0,t.jsxs)(c.Button,{variant:"ghost",size:"icon-xs","aria-label":s("repositoryNode.chatWithAgent"),onClick:t=>{t.stopPropagation(),e.id&&h.push(`/repository/${e.id}/chat`)},className:"nodrag relative cursor-pointer text-violet-500 hover:text-violet-600 dark:text-violet-400 dark:hover:text-violet-300",children:[(0,t.jsx)(S.MessageSquare,{className:"h-3 w-3"}),(0,t.jsx)(L.ChatDotIndicator,{status:K})]})}),(0,t.jsx)(R.TooltipContent,{children:s("repositoryNode.chatWithAgent")})]})}),(0,t.jsx)($.FeatureSessionsDropdown,{repositoryPath:e.repositoryPath,includeWorktrees:!0,onCreateFromSession:Z})]}):null,e.onAdd?(0,t.jsx)("div",{className:"ms-1.5"}):null,e.onAdd?(0,t.jsx)(R.TooltipProvider,{children:(0,t.jsxs)(R.Tooltip,{children:[(0,t.jsx)(R.TooltipTrigger,{asChild:!0,children:(0,t.jsxs)("button",{"aria-label":s("repositoryNode.newFeature"),"data-testid":"repository-node-add-button",onClick:t=>{t.stopPropagation(),e.onAdd?.()},className:(0,d.cn)("flex h-6 shrink-0 cursor-pointer items-center gap-0.5 rounded bg-blue-500 px-1.5 text-[11px] font-bold text-white transition-colors hover:bg-blue-600 dark:bg-amber-500 dark:hover:bg-amber-400",e.pulseAdd&&"animate-pulse-cta"),children:[(0,t.jsx)(i.Plus,{className:"h-3 w-3"}),(0,t.jsx)("span",{className:"translate-y-px",children:s("repositoryNode.new")})]})}),(0,t.jsx)(R.TooltipContent,{side:"top",children:s("repositoryNode.newFeature")})]})}):null]})]}),e.branch?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("div",{"data-testid":"repository-node-git-info",className:"text-muted-foreground border-border/50 border-t px-4 py-2",children:(0,t.jsxs)("div",{className:"flex items-center gap-3 text-xs",children:[(0,t.jsxs)("span",{className:"flex items-center gap-1 truncate","data-testid":"repository-node-branch",children:[(0,t.jsx)(j.GitBranch,{className:"h-3 w-3 shrink-0"}),(0,t.jsx)("span",{className:"truncate",children:e.branch})]}),null!=e.behindCount&&e.behindCount>0?(0,t.jsxs)("span",{className:"flex shrink-0 items-center gap-1 whitespace-nowrap text-amber-500","data-testid":"repository-node-behind",children:[(0,t.jsx)(N.ArrowDown,{className:"h-3 w-3 shrink-0"}),s("repositoryNode.behind",{count:e.behindCount})]}):null]})}),e.commitMessage?(0,t.jsx)("div",{"data-testid":"repository-node-commit-info",className:"text-muted-foreground border-border/50 border-t px-4 py-2",children:(0,t.jsxs)("div",{className:"flex items-center gap-2 text-xs",children:[(0,t.jsx)(k.GitCommitHorizontal,{className:"h-3 w-3 shrink-0"}),(0,t.jsx)("span",{className:"min-w-0 truncate","data-testid":"repository-node-commit-message",children:e.commitMessage}),e.committer?(0,t.jsxs)("span",{className:"text-muted-foreground/70 ms-auto flex shrink-0 items-center gap-1","data-testid":"repository-node-committer",children:[(0,t.jsx)(E.User,{className:"h-3 w-3 shrink-0"}),(0,t.jsx)("span",{children:e.committer})]}):null]})}):null]}):"not-a-repo"===e.gitInfoStatus?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("div",{"data-testid":"repository-node-not-repo",className:"text-muted-foreground border-border/50 border-t px-4 py-2",children:(0,t.jsxs)("div",{className:"flex items-center gap-2 text-xs",children:[(0,t.jsx)(v.FolderOpen,{className:"h-3 w-3 shrink-0"}),(0,t.jsx)("span",{className:"min-w-0 truncate opacity-60",children:e.repositoryPath??"Unknown path"})]})}),(0,t.jsx)("div",{className:"text-muted-foreground border-border/50 border-t px-4 py-2",children:(0,t.jsxs)("div",{className:"flex items-center gap-2 text-xs opacity-40",children:[(0,t.jsx)(j.GitBranch,{className:"h-3 w-3 shrink-0"}),(0,t.jsx)("span",{children:s("repositoryNode.notAGitRepository")})]})})]}):"ready"!==e.gitInfoStatus?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("div",{"data-testid":"repository-node-git-loading",className:"border-border/50 border-t px-4 py-2",children:(0,t.jsxs)("div",{className:"flex h-4 items-center gap-2 text-xs",children:[(0,t.jsx)(j.GitBranch,{className:"text-muted-foreground h-3 w-3 shrink-0"}),(0,t.jsx)("span",{className:"bg-muted h-3 w-20 animate-pulse rounded"})]})}),(0,t.jsx)("div",{className:"border-border/50 border-t px-4 py-2",children:(0,t.jsxs)("div",{className:"flex h-4 items-center gap-2 text-xs",children:[(0,t.jsx)(k.GitCommitHorizontal,{className:"text-muted-foreground h-3 w-3 shrink-0"}),(0,t.jsx)("span",{className:"bg-muted h-3 w-36 animate-pulse rounded"})]})})]}):null,G.envDeploy&&e.repositoryPath?(0,t.jsx)("div",{"data-testid":"repository-node-dev-preview",className:"border-border/50 border-t px-4 py-2",onClick:e=>e.stopPropagation(),children:(0,t.jsxs)("div",{className:"flex items-center gap-2 text-xs",children:[J.deployError?(0,t.jsx)("span",{className:"truncate text-xs text-red-500",children:J.deployError}):Y?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("span",{className:"me-0.5 inline-block h-2 w-2 shrink-0 rounded-full bg-green-500"}),J.url?(0,t.jsx)("a",{href:J.url,target:"_blank",rel:"noopener noreferrer",className:"truncate text-green-700 hover:underline dark:text-green-400",children:J.url}):(0,t.jsx)("span",{className:"text-muted-foreground",children:s("repositoryNode.starting")})]}):(0,t.jsxs)("span",{className:"text-muted-foreground inline-flex items-baseline gap-2",children:[(0,t.jsx)("span",{children:s("repositoryNode.run")}),(0,t.jsx)("span",{className:"text-muted-foreground/50 text-[10px]",children:s("repositoryNode.startLocalEnvironment")})]}),(0,t.jsx)(R.TooltipProvider,{children:(0,t.jsxs)(R.Tooltip,{children:[(0,t.jsx)(R.TooltipTrigger,{asChild:!0,children:(0,t.jsx)("span",{className:(0,d.cn)("ms-auto flex items-center",!Y&&!J.deployError&&"[&_button]:text-green-600 [&_button]:hover:text-green-700 dark:[&_button]:text-green-400 dark:[&_button]:hover:text-green-300"),children:(0,t.jsx)(D.ActionButton,{label:s(J.deployError?"repositoryNode.retry":Y?"repositoryNode.stopDevServer":"repositoryNode.startDevServer"),onClick:Y?J.stop:J.deploy,loading:J.deployLoading||J.stopLoading,error:!1,icon:J.deployError?C.RotateCcw:Y?w.Square:y.Play,iconOnly:!0,variant:"ghost",size:"icon-xs"})})}),(0,t.jsx)(R.TooltipContent,{children:s(Y?"repositoryNode.stopDevServer":"repositoryNode.startDevServer")})]})})]})}):null]}),e.onAdd||e.showHandles?(0,t.jsx)(r.Handle,{type:"source",position:B,isConnectable:!e.showHandles,className:"opacity-0!",style:{top:70}}):null]})}e.i(1650),e.i(45811),e.i(25235);var B=e.i(30702),G=e.i(42049),W=e.i(83428),U=e.i(70002),q=e.i(17406);function H({data:e,selected:n}){var o,s;let{i18n:i}=(0,l.useTranslation)("web"),u="rtl"===i.dir(),h=u?p.Position.Right:p.Position.Left,f=u?p.Position.Left:p.Position.Right,[g,m]=(0,a.useState)(!1),x=1+e.additionalPathCount,v=1===x?"1 repository":`${x} repositories`,j=(0,T.useTurnStatus)(`app-${e.id}`),k=(0,I.useDeployAction)({targetId:e.id,targetType:"application",repositoryPath:e.repositoryPath}),N=k.url,E=(o=e.status,s=N??void 0,"processing"===j?{label:"In Progress",dotClass:"bg-violet-500",pulse:!0}:"awaiting_input"===j?{label:"Warning",dotClass:"bg-amber-500",pulse:!0}:s?{label:"Live",dotClass:"bg-emerald-500",pulse:!0}:"Error"===o?{label:"Error",dotClass:"bg-red-500",pulse:!1}:{label:"Ready",dotClass:"bg-sky-500",pulse:!1}),C=(0,a.useCallback)(e=>{e.stopPropagation()},[]),S=(0,a.useCallback)(e=>{e.stopPropagation(),N&&window.open(N,"_blank","noopener,noreferrer")},[N]);return(0,t.jsxs)("div",{className:"group relative",style:{direction:u?"rtl":"ltr"},children:[(0,t.jsx)(r.Handle,{type:"target",position:h,isConnectable:!1,className:"opacity-0!",style:{top:70}}),e.onDelete&&e.id?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("div",{className:"absolute -start-14 top-0 bottom-0 flex items-center justify-center ps-4 pe-3 opacity-0 transition-opacity group-hover:opacity-100",onPointerDown:e=>e.stopPropagation(),children:(0,t.jsx)(R.TooltipProvider,{children:(0,t.jsxs)(R.Tooltip,{children:[(0,t.jsx)(R.TooltipTrigger,{asChild:!0,children:(0,t.jsx)("button",{"aria-label":"Remove application","data-testid":"application-node-delete-button",onClick:e=>{e.stopPropagation(),m(!0)},className:"bg-card text-muted-foreground hover:border-destructive hover:text-destructive flex h-7 w-7 cursor-pointer items-center justify-center rounded-full border shadow-sm transition-colors",children:(0,t.jsx)(b.Trash2,{className:"h-3.5 w-3.5"})})}),(0,t.jsx)(R.TooltipContent,{children:"Remove application"})]})})}),(0,t.jsx)(M.Dialog,{open:g,onOpenChange:m,children:(0,t.jsxs)(M.DialogContent,{className:"max-w-xs",children:[(0,t.jsxs)(M.DialogHeader,{children:[(0,t.jsx)(M.DialogTitle,{children:"Remove application?"}),(0,t.jsxs)(M.DialogDescription,{children:["This will remove ",(0,t.jsx)("strong",{children:e.name})," from your workspace."]})]}),(0,t.jsxs)(M.DialogFooter,{className:"grid grid-cols-2 gap-2 sm:flex-none",children:[(0,t.jsx)(M.DialogClose,{asChild:!0,children:(0,t.jsx)(c.Button,{variant:"outline",children:"Cancel"})}),(0,t.jsx)(c.Button,{variant:"destructive",onClick:()=>{m(!1),e.onDelete?.(e.id)},children:"Remove"})]})]})})]}):null,(0,t.jsxs)("div",{role:"button",tabIndex:0,"data-testid":"application-node-card","data-app-name":e.name,onClick:t=>{t.stopPropagation(),e.onClick?.()},onKeyDown:t=>{("Enter"===t.key||" "===t.key)&&(t.preventDefault(),t.stopPropagation(),e.onClick?.())},className:(0,d.cn)("nodrag bg-card flex w-[26rem] cursor-pointer flex-col overflow-hidden rounded-xl border shadow-sm transition-[border-color,box-shadow] duration-200 dark:bg-neutral-800/80",n&&"border-blue-400 dark:border-amber-500/60"),children:[(0,t.jsxs)("div",{className:"flex items-center gap-3 px-4 py-4",children:[(0,t.jsx)("div",{className:"flex h-8 w-8 shrink-0 items-center justify-center rounded-lg bg-gradient-to-br from-indigo-500 to-violet-500",children:(0,t.jsx)(G.LayoutGrid,{className:"h-4 w-4 text-white"})}),(0,t.jsx)("span",{"data-testid":"application-node-name",className:"min-w-0 truncate text-sm font-medium",children:e.name}),(0,t.jsxs)("span",{className:"ms-auto flex shrink-0 items-center gap-1.5",children:[(0,t.jsx)("span",{"data-testid":"application-node-status-dot",className:(0,d.cn)("relative flex h-2 w-2 items-center justify-center rounded-full",E.dotClass),children:E.pulse?(0,t.jsx)("span",{className:(0,d.cn)("absolute inline-flex h-full w-full animate-ping rounded-full opacity-60",E.dotClass)}):null}),(0,t.jsx)("span",{"data-testid":"application-node-status-text",className:"text-muted-foreground text-xs",children:E.label})]})]}),(0,t.jsx)("div",{className:"px-4 pb-4",children:(0,t.jsxs)("div",{className:"bg-muted group/preview relative overflow-hidden rounded-lg",style:{height:180},children:[N?(0,t.jsx)("iframe",{src:N,title:`${e.name} live preview`,className:"pointer-events-none absolute top-0 left-0 origin-top-left border-0 bg-white",style:{width:"250%",height:"250%",transform:"scale(0.4)"},sandbox:"allow-same-origin allow-scripts",loading:"lazy"}):(0,t.jsxs)("div",{className:"pointer-events-none absolute inset-0 opacity-50 grayscale",children:[(0,t.jsxs)("div",{className:"flex h-6 items-center gap-2 px-2",style:{background:"var(--muted)"},children:[(0,t.jsx)("div",{className:"bg-muted-foreground/10 h-2 w-2 rounded-full"}),(0,t.jsx)("div",{className:"bg-muted-foreground/10 h-2 w-2 rounded-full"}),(0,t.jsx)("div",{className:"bg-muted-foreground/10 h-2 w-2 rounded-full"}),(0,t.jsx)("div",{className:"bg-muted-foreground/10 ms-2 h-2 w-16 rounded"})]}),(0,t.jsxs)("div",{className:"flex h-[calc(100%-1.5rem)]",children:[(0,t.jsxs)("div",{className:"border-muted-foreground/5 flex w-[50px] flex-col gap-2 border-e p-2",children:[(0,t.jsx)("div",{className:"bg-muted-foreground/10 h-2 w-full rounded"}),(0,t.jsx)("div",{className:"bg-muted-foreground/10 h-2 w-3/4 rounded"}),(0,t.jsx)("div",{className:"bg-muted-foreground/10 h-2 w-full rounded"})]}),(0,t.jsxs)("div",{className:"flex flex-1 flex-col gap-2 p-3",children:[(0,t.jsx)("div",{className:"bg-muted-foreground/10 h-2.5 w-2/3 rounded"}),(0,t.jsx)("div",{className:"bg-muted-foreground/10 h-2 w-full rounded"}),(0,t.jsx)("div",{className:"bg-muted-foreground/10 h-2 w-5/6 rounded"}),(0,t.jsx)("div",{className:"bg-muted-foreground/10 h-2 w-3/4 rounded"}),(0,t.jsx)("div",{className:"bg-muted-foreground/10 h-2 w-2/3 rounded"})]})]})]}),k.status===q.DeploymentState.Ready&&N?(0,t.jsxs)("div",{className:"pointer-events-none absolute inset-0 flex items-center justify-center gap-2 bg-neutral-900/75 opacity-0 transition-opacity duration-150 group-hover/preview:pointer-events-auto group-hover/preview:opacity-100 dark:bg-neutral-950/80",onPointerDown:C,onClick:C,children:[(0,t.jsxs)("button",{type:"button",onClick:e=>{e.stopPropagation(),k.stop()},disabled:k.stopLoading,"aria-label":"Stop dev server",title:"Stop dev server",className:"inline-flex h-9 cursor-pointer items-center gap-1.5 rounded-md border border-neutral-300 bg-white px-3 text-xs font-semibold text-neutral-900 shadow-md transition-colors hover:border-red-500 hover:bg-red-50 hover:text-red-600 dark:border-neutral-700 dark:bg-neutral-900 dark:text-neutral-100 dark:hover:border-red-500 dark:hover:bg-red-950 dark:hover:text-red-400",children:[k.stopLoading?(0,t.jsx)(W.Loader2,{className:"h-3.5 w-3.5 animate-spin"}):(0,t.jsx)(w.Square,{className:"h-3.5 w-3.5 fill-current"}),(0,t.jsx)("span",{children:"Stop"})]}),(0,t.jsxs)("button",{type:"button",onClick:S,"aria-label":`Open ${e.name} in a new tab`,title:N,className:"inline-flex h-9 cursor-pointer items-center gap-1.5 rounded-md border border-neutral-300 bg-white px-3 text-xs font-semibold text-neutral-900 shadow-md transition-colors hover:bg-neutral-50 dark:border-neutral-700 dark:bg-neutral-900 dark:text-neutral-100 dark:hover:bg-neutral-800",children:[(0,t.jsx)(B.ExternalLink,{className:"h-3.5 w-3.5"}),(0,t.jsx)("span",{children:"Open"})]})]}):null,k.status===q.DeploymentState.Booting||k.deployLoading?(0,t.jsxs)("div",{className:"absolute inset-0 flex flex-col items-center justify-center gap-2 bg-neutral-100 dark:bg-neutral-900",children:[(0,t.jsx)(W.Loader2,{className:"h-8 w-8 animate-spin text-amber-500"}),(0,t.jsx)("span",{className:"text-foreground text-xs font-medium",children:"Starting…"})]}):null,k.stopLoading&&k.status===q.DeploymentState.Ready?(0,t.jsxs)("div",{className:"absolute inset-0 flex flex-col items-center justify-center gap-2 bg-neutral-900/75 dark:bg-neutral-950/80",children:[(0,t.jsx)(W.Loader2,{className:"h-8 w-8 animate-spin text-neutral-100"}),(0,t.jsx)("span",{className:"text-xs font-medium text-neutral-100",children:"Stopping…"})]}):null,k.deployLoading||k.stopLoading||k.status===q.DeploymentState.Booting||k.status===q.DeploymentState.Ready||!k.deployError?null:(0,t.jsxs)("button",{type:"button",onClick:e=>{e.stopPropagation(),k.deploy()},onPointerDown:C,className:"absolute inset-0 flex flex-col items-center justify-center gap-2 bg-neutral-100 transition-colors hover:bg-neutral-200 dark:bg-neutral-900 dark:hover:bg-neutral-800",children:[(0,t.jsx)(U.TriangleAlert,{className:"h-8 w-8 text-red-500"}),(0,t.jsx)("span",{className:"text-xs font-medium text-red-600 dark:text-red-400",children:"Failed — click to retry"})]}),!N&&!k.deployLoading&&k.status!==q.DeploymentState.Booting&&!k.deployError&&(0,t.jsx)("div",{className:"pointer-events-none absolute inset-0 flex items-center justify-center bg-neutral-900/75 opacity-0 transition-opacity duration-150 group-hover/preview:pointer-events-auto group-hover/preview:opacity-100 dark:bg-neutral-950/80",children:(0,t.jsxs)("button",{type:"button",onClick:e=>{e.stopPropagation(),k.deploy()},onPointerDown:C,className:"inline-flex h-9 items-center gap-2 rounded-md border border-violet-400 bg-gradient-to-br from-indigo-500 to-violet-600 px-4 text-xs font-semibold text-white shadow-md transition-[filter] hover:brightness-110","aria-label":"Start dev server preview",children:[(0,t.jsx)(y.Play,{className:"h-3.5 w-3.5 fill-current"}),(0,t.jsx)("span",{children:"Start Preview"})]})})]})}),(0,t.jsx)("div",{className:"px-4 pb-4",children:(0,t.jsx)("span",{"data-testid":"application-node-repo-count",className:"text-muted-foreground text-xs",children:v})})]}),(0,t.jsx)(r.Handle,{type:"source",position:f,isConnectable:!1,className:"opacity-0!",style:{top:70}})]})}function V(e){let[n]=(0,p.getBezierPath)({sourceX:e.sourceX,sourceY:e.sourceY,targetX:e.targetX,targetY:e.targetY,sourcePosition:e.sourcePosition,targetPosition:e.targetPosition});return(0,t.jsx)(r.BaseEdge,{id:e.id,path:n,style:{strokeDasharray:"5 5"}})}let K={x:30,y:30,zoom:.85};function X({nodes:e,edges:n,selectedFeatureId:o,selectedRepository:s,defaultViewport:p,onNodesChange:f,onAddFeature:g,onConnect:m,onNodeClick:x,onPaneClick:v,onCanvasDrag:b,onMoveEnd:y,toolbar:w,emptyState:j}){let{t:k}=(0,l.useTranslation)("web"),N=(0,a.useMemo)(()=>({featureNode:h.FeatureNode,repositoryNode:z,applicationNode:H}),[]),E=(0,a.useMemo)(()=>({dependencyEdge:V}),[]),C=(0,a.useMemo)(()=>{let t=null!=o,r=null!=s&&(null!=s.id||null!=s.path);return t||r?e.map(e=>{if(t&&"featureNode"===e.type&&e.data.featureId===o)return{...e,selected:!0};if(r&&"repositoryNode"===e.type){let t=e.data,r=null!=s.id&&(e.id===s.id||t.id===s.id),n=null!=s.path&&t.repositoryPath===s.path;if(r||n)return{...e,selected:!0}}return e}):e},[e,o,s]),S=0===e.length,[_,D]=(0,a.useState)(S),[M,P]=(0,a.useState)(!1),O=(0,a.useRef)(S);(0,a.useEffect)(()=>{if(O.current&&!S){P(!0);let e=setTimeout(()=>{D(!1),P(!1)},300);return O.current=S,()=>clearTimeout(e)}!O.current&&S&&D(!0),O.current=S},[S]);let R=S&&!j?(0,t.jsx)(u.EmptyState,{title:k("canvas.noFeatures"),description:k("canvas.noFeaturesDescription"),action:(0,t.jsxs)(c.Button,{onClick:g,children:[(0,t.jsx)(i.Plus,{className:"me-2 h-4 w-4"}),k("canvas.newFeature")]})}):null,I=j??R;return(0,t.jsxs)("div",{"data-testid":S?"features-canvas-empty":"features-canvas","data-no-drawer-close":!0,className:"dark:bg-background pointer-events-auto relative h-full w-full bg-[#f6f7f8]",children:[(0,t.jsxs)(r.ReactFlow,{nodes:C,edges:n,nodeTypes:N,edgeTypes:E,onConnect:m,onNodesChange:f,onNodeClick:x,onPaneClick:v,onMoveStart:b,onMoveEnd:y,defaultViewport:p??K,nodesDraggable:!1,nodesConnectable:!1,elementsSelectable:!1,proOptions:{hideAttribution:!0},className:"[&_.react-flow__pane]:!cursor-default",children:[(0,t.jsx)(r.Background,{variant:r.BackgroundVariant.Dots,gap:24,size:1,color:"#b8bcc4",className:"dark:[&_circle]:!fill-white/[0.1]"}),w&&!S?(0,t.jsx)(r.Panel,{position:"top-right",className:"!me-3 !mt-3",children:w}):null]}),_&&I?(0,t.jsx)("div",{className:(0,d.cn)("pointer-events-none absolute inset-0 z-10 flex items-center justify-center transition-opacity duration-300",M?"opacity-0":"animate-in fade-in opacity-100 duration-200"),children:(0,t.jsx)("div",{className:"pointer-events-auto h-full w-full",children:I})}):null,w&&S?(0,t.jsx)("div",{className:"pointer-events-auto absolute end-3 top-3 z-20",children:w}):null]})}var J=e.i(87889);let Y=(0,f.default)("eye-off",[["path",{d:"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",key:"ct8e1f"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242",key:"151rxh"}],["path",{d:"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",key:"13bj9a"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]),Z=(0,f.default)("zoom-in",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"11",x2:"11",y1:"8",y2:"14",key:"1vmskp"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]]),Q=(0,f.default)("zoom-out",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]]),ee=(0,f.default)("maximize",[["path",{d:"M8 3H5a2 2 0 0 0-2 2v3",key:"1dcmit"}],["path",{d:"M21 8V5a2 2 0 0 0-2-2h-3",key:"1e4gt3"}],["path",{d:"M3 16v3a2 2 0 0 0 2 2h3",key:"wsl5sc"}],["path",{d:"M16 21h3a2 2 0 0 0 2-2v-3",key:"18trek"}]]);function et({showArchived:e,onToggleArchived:n,onResetViewport:o,startSlot:s}){let{t:i}=(0,l.useTranslation)("web"),{zoomIn:d,zoomOut:c,fitView:u,setViewport:h}=(0,r.useReactFlow)(),p=(0,a.useCallback)(()=>{d({duration:200})},[d]),f=(0,a.useCallback)(()=>{c({duration:200})},[c]),g=(0,a.useCallback)(()=>{u({duration:400,padding:.3})},[u]),m=(0,a.useCallback)(()=>{o&&h(o(),{duration:400})},[o,h]);return(0,t.jsxs)("div",{className:"bg-background flex items-center gap-1 rounded-xl border px-2 py-1.5 shadow-md dark:bg-neutral-900",children:[s?(0,t.jsxs)(t.Fragment,{children:[s,(0,t.jsx)("div",{className:"bg-border mx-1 h-5 w-px"})]}):null,(0,t.jsx)(er,{onClick:n,title:i(e?"canvas.hideArchived":"canvas.showArchived"),active:e,label:i(e?"canvas.hideArchivedLabel":"canvas.showArchivedLabel"),children:e?(0,t.jsx)(J.Eye,{className:"h-4 w-4"}):(0,t.jsx)(Y,{className:"h-4 w-4"})}),(0,t.jsx)("div",{className:"bg-border mx-1 h-5 w-px"}),(0,t.jsx)(er,{onClick:f,title:i("canvas.zoomOut"),children:(0,t.jsx)(Q,{className:"h-4 w-4"})}),(0,t.jsx)(er,{onClick:p,title:i("canvas.zoomIn"),children:(0,t.jsx)(Z,{className:"h-4 w-4"})}),(0,t.jsx)(er,{onClick:g,title:i("canvas.fitView"),children:(0,t.jsx)(ee,{className:"h-4 w-4"})}),o?(0,t.jsx)(er,{onClick:m,title:i("canvas.resetView"),children:(0,t.jsx)(C.RotateCcw,{className:"h-4 w-4"})}):null]})}function er({children:e,onClick:r,title:n,label:a,active:o}){return(0,t.jsxs)("button",{type:"button",onClick:r,title:n,className:(0,d.cn)("inline-flex items-center gap-1.5 rounded-lg px-2 py-1.5 text-xs font-medium transition-colors","hover:bg-accent hover:text-accent-foreground",o?"text-primary bg-primary/10":"text-muted-foreground"),children:[e,a?(0,t.jsx)("span",{children:a}):null]})}var en=e.i(76874),ea=e.i(23925),eo=e.i(98798),es=e.i(13005),ei=e.i(70646);let el="shep:workspaces:v1",ed="default",ec={workspaces:[{id:ed,name:"Default",repoIds:[],featureIds:[]}],activeWorkspaceId:ed};function eu({workspaces:e,activeWorkspace:r,onSelect:n,onRequestCreate:o,onRequestRename:s,onRequestDelete:l,onManage:c}){let[u,h]=(0,a.useState)(!1),p=r.id===ed;return(0,t.jsxs)(ei.DropdownMenu,{open:u,onOpenChange:h,children:[(0,t.jsx)(ei.DropdownMenuTrigger,{asChild:!0,children:(0,t.jsxs)("button",{type:"button","data-testid":"workspace-selector-trigger",className:(0,d.cn)("inline-flex items-center gap-1.5 rounded-lg px-2 py-1.5 text-xs font-medium transition-colors","hover:bg-accent hover:text-accent-foreground",p?"text-muted-foreground":"text-primary bg-primary/10"),title:"Workspace",children:[(0,t.jsx)(en.Layers,{className:"h-4 w-4"}),(0,t.jsx)("span",{className:"max-w-[120px] truncate",children:r.name})]})}),(0,t.jsxs)(ei.DropdownMenuContent,{align:"start",className:"min-w-[220px]",children:[(0,t.jsx)(ei.DropdownMenuLabel,{children:"Workspaces"}),(0,t.jsx)(ei.DropdownMenuSeparator,{}),e.map(e=>{let a=e.id===r.id,o=e.id!==ed;return(0,t.jsxs)(ei.DropdownMenuItem,{onSelect:()=>n(e.id),className:"group/ws-row flex items-center justify-between gap-2",children:[(0,t.jsx)("span",{className:"truncate",children:e.name}),(0,t.jsxs)("span",{className:"flex shrink-0 items-center gap-1",children:[a?(0,t.jsx)(ea.Check,{className:"h-3.5 w-3.5"}):null,o?(0,t.jsx)("button",{type:"button","aria-label":`Delete workspace ${e.name}`,title:`Delete workspace ${e.name}`,onClick:t=>{t.preventDefault(),t.stopPropagation(),h(!1),l(e.id)},className:"text-muted-foreground hover:bg-destructive/10 hover:text-destructive rounded p-0.5 opacity-0 transition-opacity group-hover/ws-row:opacity-100 focus-visible:opacity-100",children:(0,t.jsx)(b.Trash2,{className:"h-3.5 w-3.5"})}):null]})]},e.id)}),(0,t.jsx)(ei.DropdownMenuSeparator,{}),(0,t.jsxs)(ei.DropdownMenuItem,{onSelect:o,children:[(0,t.jsx)(i.Plus,{className:"mr-2 h-3.5 w-3.5"}),"New workspace…"]}),(0,t.jsxs)(ei.DropdownMenuItem,{onSelect:c,disabled:p,children:[(0,t.jsx)(es.SlidersHorizontal,{className:"mr-2 h-3.5 w-3.5"}),"Manage items…"]}),(0,t.jsxs)(ei.DropdownMenuItem,{onSelect:s,disabled:p,children:[(0,t.jsx)(eo.Pencil,{className:"mr-2 h-3.5 w-3.5"}),"Rename"]})]})]})}var eh=e.i(53756);function ep({open:e,onOpenChange:r,workspace:n,allNodes:o,onSave:s}){let[i,l]=(0,a.useState)(new Set),[d,u]=(0,a.useState)(new Set);(0,a.useEffect)(()=>{e&&(l(new Set(n.repoIds)),u(new Set(n.featureIds)))},[e,n]);let h=(0,a.useMemo)(()=>{let e=[],t=new Map;for(let r of o){if("repositoryNode"!==r.type)continue;let n=r.data,a=n.repositoryPath??"",o={nodeId:r.id,name:n.name??a.split("/").filter(Boolean).pop()??a,features:[]};e.push(o),t.set(a,o)}for(let e of o){if("featureNode"!==e.type)continue;let r=e.data,n=t.get(r.repositoryPath??"");n&&n.features.push({nodeId:e.id,name:r.name})}return e},[o]);return(0,t.jsx)(M.Dialog,{open:e,onOpenChange:r,children:(0,t.jsxs)(M.DialogContent,{className:"max-h-[80vh] max-w-lg overflow-hidden",children:[(0,t.jsxs)(M.DialogHeader,{children:[(0,t.jsxs)(M.DialogTitle,{children:["Manage workspace: ",n.name]}),(0,t.jsx)(M.DialogDescription,{children:"Select the repositories and features that should appear on this workspace's canvas."})]}),(0,t.jsx)("div",{className:"-mx-6 max-h-[50vh] overflow-y-auto px-6",children:0===h.length?(0,t.jsx)("p",{className:"text-muted-foreground py-8 text-center text-sm",children:"No repositories on the canvas yet."}):(0,t.jsx)("ul",{className:"space-y-3 py-2",children:h.map(e=>(0,t.jsxs)("li",{children:[(0,t.jsxs)("label",{className:"hover:bg-accent/30 flex cursor-pointer items-center gap-2 rounded-md px-2 py-1.5",children:[(0,t.jsx)(P.Checkbox,{checked:i.has(e.nodeId),onCheckedChange:()=>{var t;return t=e.nodeId,void l(e=>{let r=new Set(e);return r.has(t)?r.delete(t):r.add(t),r})}}),(0,t.jsx)(j.GitBranch,{className:"text-muted-foreground h-4 w-4"}),(0,t.jsx)("span",{className:"text-sm font-medium",children:e.name})]}),e.features.length>0?(0,t.jsx)("ul",{className:"mt-1 ml-7 space-y-0.5",children:e.features.map(e=>(0,t.jsx)("li",{children:(0,t.jsxs)("label",{className:"hover:bg-accent/30 flex cursor-pointer items-center gap-2 rounded-md px-2 py-1",children:[(0,t.jsx)(P.Checkbox,{checked:d.has(e.nodeId),onCheckedChange:()=>{var t;return t=e.nodeId,void u(e=>{let r=new Set(e);return r.has(t)?r.delete(t):r.add(t),r})}}),(0,t.jsx)(eh.Sparkles,{className:"text-muted-foreground h-3.5 w-3.5"}),(0,t.jsx)("span",{className:"text-muted-foreground text-xs",children:e.name})]})},e.nodeId))}):null]},e.nodeId))})}),(0,t.jsxs)(M.DialogFooter,{children:[(0,t.jsx)(c.Button,{variant:"ghost",onClick:()=>r(!1),children:"Cancel"}),(0,t.jsx)(c.Button,{onClick:()=>{s({repoIds:Array.from(i),featureIds:Array.from(d)}),r(!1)},children:"Save"})]})]})})}var ef=e.i(98127);function eg({open:e,onOpenChange:r,title:n,description:o,initialValue:s="",confirmLabel:i,onConfirm:l}){let[d,u]=(0,a.useState)(s);return(0,a.useEffect)(()=>{e&&u(s)},[e,s]),(0,t.jsx)(M.Dialog,{open:e,onOpenChange:r,children:(0,t.jsx)(M.DialogContent,{className:"max-w-sm",children:(0,t.jsxs)("form",{onSubmit:e=>{e.preventDefault();let t=d.trim();t&&(l(t),r(!1))},children:[(0,t.jsxs)(M.DialogHeader,{children:[(0,t.jsx)(M.DialogTitle,{children:n}),o?(0,t.jsx)(M.DialogDescription,{children:o}):null]}),(0,t.jsx)("div",{className:"py-4",children:(0,t.jsx)(ef.Input,{autoFocus:!0,value:d,onChange:e=>u(e.target.value),placeholder:"Workspace name","data-testid":"workspace-name-input"})}),(0,t.jsxs)(M.DialogFooter,{children:[(0,t.jsx)(c.Button,{type:"button",variant:"ghost",onClick:()=>r(!1),children:"Cancel"}),(0,t.jsx)(c.Button,{type:"submit",disabled:!d.trim(),children:i})]})]})})})}var em=e.i(71326),ex=e.i(60253);function ev({actions:e,className:r,style:n}){let{t:o}=(0,l.useTranslation)("web"),[s,u]=(0,a.useState)(!1);return(0,a.useEffect)(()=>{if(s)return document.addEventListener("keydown",e),()=>document.removeEventListener("keydown",e);function e(e){"Escape"===e.key&&u(!1)}},[s]),(0,t.jsxs)(t.Fragment,{children:[s?(0,t.jsx)("div",{"data-testid":"fab-overlay",className:"fixed inset-0 z-40",onClick:()=>u(!1),"aria-hidden":"true"}):null,(0,t.jsxs)("div",{"data-testid":"floating-action-button",className:(0,d.cn)("relative z-50",r),style:n,children:[(0,t.jsx)("div",{className:(0,d.cn)("absolute start-0 bottom-[calc(100%+24px)] flex flex-col items-start gap-2",!s&&"pointer-events-none"),"data-testid":"fab-actions",children:e.map((r,n)=>{let a=(e.length-1-n)*50;return(0,t.jsxs)("button",{"data-testid":`fab-action-${r.id}`,"aria-label":r.label,disabled:r.disabled??r.loading,className:(0,d.cn)("flex h-10 items-center gap-2.5 rounded-full px-4","bg-background text-foreground shadow-md","border-border border","hover:bg-accent hover:text-accent-foreground","disabled:pointer-events-none disabled:opacity-50","text-sm font-medium whitespace-nowrap",s?"translate-y-0 opacity-100":"pointer-events-none translate-y-0 opacity-0"),style:{transition:`opacity ${s?250:120}ms ease-out ${s?a:0}ms, transform ${s?250:120}ms ease-out ${s?a:0}ms`},onClick:()=>{r.onClick(),u(!1)},children:[(0,t.jsx)("span",{className:"flex h-5 w-5 shrink-0 items-center justify-center",children:r.loading?(0,t.jsx)(W.Loader2,{className:"h-4 w-4 animate-spin"}):r.icon}),(0,t.jsx)("span",{children:r.label})]},r.id)})}),(0,t.jsxs)(c.Button,{size:"icon","data-testid":"fab-trigger","aria-label":o(s?"fab.closeActions":"fab.createNew"),className:(0,d.cn)("relative h-14 w-14 rounded-full shadow-lg","bg-indigo-500 text-white hover:bg-indigo-400 dark:bg-indigo-500 dark:hover:bg-indigo-400","transition-all duration-200 hover:scale-105 hover:shadow-xl active:scale-95"),onClick:()=>u(e=>!e),children:[(0,t.jsx)(i.Plus,{className:(0,d.cn)("absolute h-7 w-7 stroke-[2.5] transition-all",s?"scale-0 rotate-90 opacity-0":"scale-100 rotate-0 opacity-100"),style:{transitionDuration:"250ms"}}),(0,t.jsx)(ex.X,{className:(0,d.cn)("absolute h-6 w-6 stroke-[2.5] transition-all",s?"scale-100 rotate-0 opacity-100":"scale-0 -rotate-90 opacity-0"),style:{transitionDuration:"250ms"}})]})]})]})}var eb=e.i(5147),ey=e.i(8361),ew=e.i(30153);let ej="shep-canvas-viewport",ek={x:30,y:30,zoom:.85};var eN=e.i(57638),eE=e.i(62639),eC=e.i(11719),eS=e.i(35946),e_=e.i(53360),eD=e.i(41698),eM=e.i(99105),eP=e.i(21023);let eO=(0,eP.createServerReference)("4046888598d39ae43d75963d3ef3cd4e8016324d4b",eP.callServer,void 0,eP.findSourceMapURL,"createProjectAndFeature"),eR=(0,eP.createServerReference)("400962487c8ebd3b1f5ded2ca4a60f8a73406f4f3f",eP.callServer,void 0,eP.findSourceMapURL,"createApplication");var eI=e.i(41413);e.i(50032);var eA=e.i(86254);e.i(92233);var eF=e.i(10025),eL=e.i(31151);let eT=["application","fast","spec"],e$={application:{icon:G.LayoutGrid,label:"Application",placeholder:"Build a modern e-commerce storefront with product catalog...",suggestions:["A landing page with hero, features, and pricing sections","Full-stack SaaS app with auth, billing, and dashboard","Mobile-first social media app with real-time chat","Personal portfolio with blog and project showcase"]},fast:{icon:e_.Zap,label:"Fast",placeholder:"Add a dark mode toggle to the settings page...",suggestions:["Add pagination to the users list endpoint","Fix the broken logout redirect","Add input validation to the signup form","Refactor the API error handling middleware"]},spec:{icon:eD.ClipboardList,label:"Spec Driven",placeholder:"Implement a role-based access control system with audit logging...",suggestions:["OAuth2 authentication with SSO and MFA support","Event-driven notification system with email and push","REST API with versioning, rate limiting, and OpenAPI docs","Data pipeline with ETL, validation, and monitoring"]}};function ez({onRepositorySelect:e,onApplicationCreated:r,onClose:n,className:o}){let{t:s}=(0,l.useTranslation)("web"),[i,c]=(0,a.useState)(""),[u,h]=(0,a.useState)(void 0),[p,f]=(0,a.useState)(void 0),[g,m]=(0,a.useState)("application"),[x,v]=(0,a.useState)(!1),[b,y]=(0,a.useState)(null),[w,j]=(0,a.useState)(!1),k=(0,a.useRef)(null),N=(0,eL.useAttachments)(),E=(0,a.useCallback)(()=>{m(e=>{let t=eT.indexOf(e);return eT[(t+1)%eT.length]})},[]);(0,a.useEffect)(()=>{let e=e=>{"Escape"===e.key&&n&&n(),"Tab"===e.key&&e.shiftKey&&(e.preventDefault(),E())};return window.addEventListener("keydown",e),()=>window.removeEventListener("keydown",e)},[n,E]);let C=(0,a.useCallback)(async()=>{if(i.trim()&&!x){v(!0),y(null);try{if("application"===g){let e=await eR({description:i.trim(),agentType:u,modelOverride:p,initialPrompt:i.trim()});if(e.error){y(e.error),v(!1);return}e.application&&r?.(e.application.id)}else{let t=await eO({description:i.trim(),attachments:N.completedAttachments.map(e=>({path:e.path,name:e.name,notes:e.notes})),agentType:u,model:p,fast:"fast"===g});if(t.error){y(t.error),v(!1);return}t.repositoryPath&&e?.(t.repositoryPath),t.feature&&t.repositoryPath&&window.dispatchEvent(new CustomEvent("shep:feature-created",{detail:{featureId:t.feature.id,name:t.feature.name,description:t.feature.description,repositoryPath:t.repositoryPath}}))}}catch{y("Something went wrong. Please try again."),v(!1)}}},[i,x,g,N.completedAttachments,u,p,e,r]),S=(0,a.useCallback)(e=>{"Enter"===e.key&&(e.ctrlKey||e.metaKey)&&(e.preventDefault(),C())},[C]),_=(0,a.useCallback)(async()=>{try{let e=await fetch("/api/dialog/pick-files");if(!e.ok)return;let t=await e.json();if(!t.paths?.length)return;for(let e of t.paths){let t=await fetch("/api/attachments/upload-from-path",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:e,sessionId:"onboarding"})});if(!t.ok)continue;let r=await t.json();N.addAttachment(r)}}catch{}},[N.addAttachment]),D=(0,a.useCallback)(e=>{c(e),k.current?.focus()},[]),M=e$[g],P=M.icon;return(0,t.jsxs)("div",{"data-testid":"control-center-empty-state",className:(0,d.cn)("relative flex h-full w-full flex-col items-center justify-center overflow-hidden px-8",o),children:[(0,t.jsx)("div",{className:"onboard-bg pointer-events-none absolute inset-0 animate-[onboard-fade-in_1.2s_ease-out_both]"}),n?(0,t.jsx)("button",{type:"button",onClick:n,"aria-label":"Close",className:"text-muted-foreground hover:text-foreground hover:bg-accent/50 absolute top-4 right-4 z-10 cursor-pointer rounded p-1.5 transition-colors",children:(0,t.jsx)(ex.X,{className:"h-5 w-5"})}):null,(0,t.jsxs)("div",{className:"relative flex w-full max-w-2xl flex-col items-center",children:[(0,t.jsx)("div",{className:"mb-6 animate-[onboard-logo_0.8s_cubic-bezier(0.16,1,0.3,1)_both]",style:{animationDelay:"0ms"},children:(0,t.jsx)(eF.ShepLogo,{size:72,className:"text-foreground"})}),(0,t.jsx)("h1",{className:"text-foreground animate-[onboard-fade-up_0.7s_cubic-bezier(0.16,1,0.3,1)_both] text-center text-5xl font-extralight tracking-tight",style:{animationDelay:"120ms"},children:"What do you want to build?"}),(0,t.jsx)("p",{className:"text-muted-foreground mt-3 animate-[onboard-fade-up_0.7s_cubic-bezier(0.16,1,0.3,1)_both] text-center text-lg leading-relaxed font-light",style:{animationDelay:"220ms"},children:"Describe your idea and Shep creates the project for you."}),(0,t.jsxs)("div",{className:"mt-10 w-full animate-[onboard-fade-up_0.7s_cubic-bezier(0.16,1,0.3,1)_both]",style:{animationDelay:"350ms"},children:[(0,t.jsxs)("div",{onFocus:()=>j(!0),onBlur:()=>j(!1),onDragEnter:N.handleDragEnter,onDragLeave:N.handleDragLeave,onDragOver:N.handleDragOver,onDrop:N.handleDrop,className:(0,d.cn)("flex flex-col rounded-xl border transition-all duration-200","border-border/60 bg-background shadow-sm dark:border-white/10 dark:bg-white/[0.04]",w&&"ring-ring/50 border-ring shadow-md ring-[3px] dark:border-orange-500/40 dark:ring-orange-500/25",N.isDragOver&&"border-primary/50 bg-primary/5",x&&"opacity-70"),children:[(0,t.jsx)("textarea",{ref:k,rows:2,autoFocus:!0,value:i,onChange:e=>c(e.target.value),onKeyDown:S,onPaste:N.handlePaste,placeholder:M.placeholder,disabled:x,className:"text-foreground placeholder:text-muted-foreground/60 max-h-[10rem] min-h-[4.5rem] w-full resize-none border-0 bg-transparent px-4 py-3.5 text-sm leading-relaxed focus:outline-none disabled:cursor-not-allowed"}),N.attachments.length>0?(0,t.jsx)("div",{className:"flex shrink-0 items-center gap-2.5 overflow-x-auto overflow-y-visible px-5 pt-2 pb-2",children:N.attachments.map(e=>(0,t.jsx)(eA.AttachmentChip,{name:e.name,size:e.size,mimeType:e.mimeType,path:e.path,onRemove:()=>N.removeAttachment(e.id),loading:e.loading,notes:e.notes,onNotesChange:t=>N.updateNotes(e.id,t)},e.id))}):null,N.uploadError?(0,t.jsx)("p",{className:"text-destructive px-4 pb-2 text-xs",children:N.uploadError}):null,(0,t.jsxs)("div",{className:"border-border/60 flex shrink-0 items-center gap-3 border-t px-3 py-2 dark:border-white/10",children:[(0,t.jsx)(eI.AgentModelPicker,{initialAgentType:u??"claude-code",initialModel:p??"claude-sonnet-4-6",mode:"override",showInstallStatus:!0,onAgentModelChange:(e,t)=>{h(e),f(t)},className:"w-55"}),(0,t.jsx)("div",{className:"flex-1"}),(0,t.jsxs)(ei.DropdownMenu,{children:[(0,t.jsx)(ei.DropdownMenuTrigger,{asChild:!0,children:(0,t.jsxs)("button",{type:"button","data-testid":"build-mode-selector",className:"text-muted-foreground hover:text-foreground hover:bg-accent/50 flex cursor-pointer items-center gap-1.5 rounded-md px-2 py-1 text-xs transition-colors",children:[(0,t.jsxs)("span",{className:"flex animate-[onboard-fade-up_0.25s_ease-out_both] items-center gap-1.5",children:[(0,t.jsx)(P,{className:"h-3.5 w-3.5"}),M.label]},g),(0,t.jsx)(eM.ChevronDown,{className:"h-3 w-3 opacity-50"})]})}),(0,t.jsx)(ei.DropdownMenuContent,{align:"end",className:"min-w-[160px]",children:eT.map(e=>{let r=e$[e],n=r.icon,a=g===e;return(0,t.jsxs)(ei.DropdownMenuItem,{onClick:()=>m(e),"data-testid":`build-mode-${e}`,className:"flex items-center gap-2",children:[(0,t.jsx)(n,{className:"h-3.5 w-3.5"}),(0,t.jsx)("span",{className:"flex-1",children:r.label}),a?(0,t.jsx)(ea.Check,{className:"text-foreground h-3.5 w-3.5"}):null]},e)})})]}),(0,t.jsxs)(R.Tooltip,{children:[(0,t.jsx)(R.TooltipTrigger,{asChild:!0,children:(0,t.jsx)("button",{type:"button",onClick:_,disabled:x,"aria-label":s("chat.attachFiles"),className:"text-muted-foreground hover:text-foreground cursor-pointer rounded p-1 transition-colors disabled:opacity-50",children:(0,t.jsx)(eS.Paperclip,{className:"h-4 w-4"})})}),(0,t.jsx)(R.TooltipContent,{side:"top",children:s("chat.attachFiles")})]}),(0,t.jsx)("button",{type:"button",onClick:C,disabled:!i.trim()||x,className:(0,d.cn)("bg-foreground text-background inline-flex h-8 w-8 shrink-0 cursor-pointer items-center justify-center rounded-lg","hover:bg-foreground/90 disabled:pointer-events-none disabled:opacity-30","transition-all duration-150"),children:x?(0,t.jsx)(W.Loader2,{className:"h-3.5 w-3.5 animate-spin"}):(0,t.jsx)(eC.SendHorizontal,{className:"h-3.5 w-3.5"})})]})]}),b?(0,t.jsx)("p",{className:"text-destructive mt-2 text-center text-sm",children:b}):null]}),(0,t.jsx)("div",{className:"mt-6 flex animate-[onboard-fade-up_0.4s_ease-out_both] flex-wrap justify-center gap-2",children:M.suggestions.map(e=>(0,t.jsx)("button",{type:"button",onClick:()=>D(e),disabled:x,className:"text-muted-foreground hover:text-foreground border-border/60 hover:border-border hover:bg-accent/50 cursor-pointer rounded-full border px-3.5 py-1.5 text-xs transition-all duration-150 disabled:opacity-50 dark:border-white/10 dark:hover:border-white/20 dark:hover:bg-white/[0.06]",children:e},e))},g)]})]})}let eB=(0,eP.createServerReference)("40699d7542c74323d1335bc9d1238c872989b4ff95",eP.callServer,void 0,eP.findSourceMapURL,"createProjectFolder");function eG({open:e,onOpenChange:r,onCreated:n}){let[o,s]=(0,a.useState)(""),[i,l]=(0,a.useState)(!1),[d,u]=(0,a.useState)(null);(0,a.useEffect)(()=>{e&&(s(""),l(!1),u(null))},[e]);let h=async e=>{e.preventDefault();let t=o.trim();if(!t||i)return;l(!0),u(null);let a=await eB(t);if(!a.ok||!a.path){u(a.error??"Failed to create project."),l(!1);return}n(a.path),r(!1)};return(0,t.jsx)(M.Dialog,{open:e,onOpenChange:r,children:(0,t.jsx)(M.DialogContent,{className:"max-w-sm",children:(0,t.jsxs)("form",{onSubmit:h,children:[(0,t.jsxs)(M.DialogHeader,{children:[(0,t.jsx)(M.DialogTitle,{children:"New project"}),(0,t.jsx)(M.DialogDescription,{children:"Create an empty project folder inside your Shep home directory. Git will be initialised automatically when the project is added."})]}),(0,t.jsxs)("div",{className:"py-4",children:[(0,t.jsx)(ef.Input,{autoFocus:!0,value:o,onChange:e=>{s(e.target.value),d&&u(null)},placeholder:"my-prototype",disabled:i,"data-testid":"new-project-name-input"}),d?(0,t.jsx)("p",{className:"text-destructive mt-2 text-xs",role:"alert",children:d}):null]}),(0,t.jsxs)(M.DialogFooter,{children:[(0,t.jsx)(c.Button,{type:"button",variant:"ghost",onClick:()=>r(!1),disabled:i,children:"Cancel"}),(0,t.jsx)(c.Button,{type:"submit",disabled:!o.trim()||i,children:i?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(W.Loader2,{className:"mr-2 h-4 w-4 animate-spin"}),"Creating…"]}):"Create project"})]})]})})})}var eW=e.i(17840);let eU={maxZoom:1,padding:.5,duration:500},eq={maxZoom:1,padding:.5,duration:500};function eH({initialNodes:e,initialEdges:n}){let d,u,h,p,f,m,x=(0,o.useRouter)(),b=(0,o.usePathname)(),y=(d=(0,o.usePathname)().match(/^\/feature\/([^/]+)/),d?.[1]??null),w=(u=(0,o.usePathname)(),h=(0,o.useSearchParams)(),p=u.match(/^\/repository\/([^/]+)/),{id:p?.[1]??null,path:u.startsWith("/create")?h.get("repo"):null}),k=(0,ey.useSoundAction)("click"),{guardedNavigate:N}=(0,ew.useDrawerCloseGuard)(),{fitView:E}=(0,r.useReactFlow)(),C=(0,a.useRef)(null),{defaultViewport:S,onMoveEnd:_,resetViewport:D}=(f=(0,a.useRef)(function(){try{let e=localStorage.getItem(ej);if(null==e)return ek;let t=JSON.parse(e);return!(null==t||"object"!=typeof t||Array.isArray(t))&&"number"==typeof t.x&&"number"==typeof t.y&&"number"==typeof t.zoom&&Number.isFinite(t.x)&&Number.isFinite(t.y)&&Number.isFinite(t.zoom)&&t.zoom>0?t:ek}catch{return ek}}()).current,m=(0,a.useRef)(null),(0,a.useEffect)(()=>()=>{null!=m.current&&clearTimeout(m.current)},[]),{defaultViewport:f,onMoveEnd:(0,a.useCallback)(e=>{null!=m.current&&clearTimeout(m.current),m.current=setTimeout(()=>{try{localStorage.setItem(ej,JSON.stringify(e))}catch{}},500)},[]),resetViewport:(0,a.useCallback)(()=>{try{localStorage.removeItem(ej)}catch{}return ek},[])}),{nodes:M,edges:P,onNodesChange:O,handleConnect:R,handleAddRepository:I,handleArchiveFeature:F,handleDeleteFeature:L,handleRetryFeature:T,handleStartFeature:$,handleStopFeature:z,handleUnarchiveFeature:B,handleDeleteRepository:W,handleDeleteApplication:U,createFeatureNode:q,showArchived:H,setShowArchived:V,setCallbacks:K}=(0,eW.useControlCenterState)(e,n),{workspaces:J,activeWorkspace:Y,isDefaultActive:Z,setActiveWorkspace:Q,createWorkspace:ee,renameWorkspace:er,deleteWorkspace:ea,setWorkspaceMembers:eo,addToActiveWorkspace:es}=function(){let[e,t]=(0,a.useState)(ec);(0,a.useEffect)(()=>{t(function(){try{let e=window.localStorage.getItem(el);if(!e)return ec;let t=JSON.parse(e);if(!t.workspaces||!Array.isArray(t.workspaces))return ec;return{workspaces:t.workspaces.some(e=>e.id===ed)?t.workspaces:[ec.workspaces[0],...t.workspaces],activeWorkspaceId:t.activeWorkspaceId??ed}}catch{return ec}}())},[]),(0,a.useEffect)(()=>{try{window.localStorage.setItem(el,JSON.stringify(e))}catch{}},[e]);let r=(0,a.useCallback)(e=>{t(t=>t.workspaces.some(t=>t.id===e)?{...t,activeWorkspaceId:e}:t)},[]),n=(0,a.useCallback)(e=>{let r=e.trim()||"Untitled workspace",n={id:`ws-${Date.now().toString(36)}-${Math.random().toString(36).slice(2,8)}`,name:r,repoIds:[],featureIds:[]};return t(e=>({workspaces:[...e.workspaces,n],activeWorkspaceId:n.id})),n},[]),o=(0,a.useCallback)((e,r)=>{if(e===ed)return;let n=r.trim();n&&t(t=>({...t,workspaces:t.workspaces.map(t=>t.id===e?{...t,name:n}:t)}))},[]),s=(0,a.useCallback)(e=>{e!==ed&&t(t=>({workspaces:t.workspaces.filter(t=>t.id!==e),activeWorkspaceId:t.activeWorkspaceId===e?ed:t.activeWorkspaceId}))},[]),i=(0,a.useCallback)((e,r)=>{e!==ed&&t(t=>({...t,workspaces:t.workspaces.map(t=>t.id===e?{...t,repoIds:[...r.repoIds],featureIds:[...r.featureIds]}:t)}))},[]),l=(0,a.useCallback)((e,r)=>{t(t=>t.activeWorkspaceId===ed?t:{...t,workspaces:t.workspaces.map(n=>{if(n.id!==t.activeWorkspaceId)return n;let a="repo"===e?n.repoIds:n.featureIds,o=a.includes(r)?a.filter(e=>e!==r):[...a,r];return"repo"===e?{...n,repoIds:o}:{...n,featureIds:o}})})},[]),d=(0,a.useCallback)(e=>l("repo",e),[l]),c=(0,a.useCallback)(e=>l("feature",e),[l]),u=(0,a.useCallback)(e=>{let r=e.repoIds??[],n=e.featureIds??[];(0!==r.length||0!==n.length)&&t(e=>e.activeWorkspaceId===ed?e:{...e,workspaces:e.workspaces.map(t=>{if(t.id!==e.activeWorkspaceId)return t;let a=new Set(t.repoIds);for(let e of r)a.add(e);let o=new Set(t.featureIds);for(let e of n)o.add(e);return a.size===t.repoIds.length&&o.size===t.featureIds.length?t:{...t,repoIds:Array.from(a),featureIds:Array.from(o)}})})},[]),h=e.workspaces.find(t=>t.id===e.activeWorkspaceId)??e.workspaces[0];return{workspaces:e.workspaces,activeWorkspace:h,activeWorkspaceId:e.activeWorkspaceId,isDefaultActive:e.activeWorkspaceId===ed,setActiveWorkspace:r,createWorkspace:n,renameWorkspace:o,deleteWorkspace:s,setWorkspaceMembers:i,toggleRepoInActive:d,toggleFeatureInActive:c,addToActiveWorkspace:u}}(),ei=(0,a.useRef)(new Set),[ef,ex]=(0,a.useState)(!1),[ev,eN]=(0,a.useState)(!1),[eE,eC]=(0,a.useState)(!1),[eS,e_]=(0,a.useState)(!1),[eD,eM]=(0,a.useState)(null),[eP,eO]=(0,a.useState)(!1),{setFeatures:eR,setHasRepositories:eI}=(0,eb.useSidebarFeaturesContext)(),eA=(0,a.useMemo)(()=>M.filter(e=>"featureNode"===e.type),[M]),eF=(0,a.useMemo)(()=>eA.map(e=>{let t=e.data;return`${t.featureId}:${t.state}:${t.name}:${t.repositoryPath}`}).sort().join(","),[eA]);(0,a.useEffect)(()=>{eR(eA.map(e=>{let t=e.data,r=(0,eb.mapNodeStateToSidebarStatus)(t.state);if(!r)return null;let n=t.repositoryPath??"";return{featureId:t.featureId,name:t.name,status:r,repositoryPath:n,repositoryName:t.repositoryName??n.split("/").filter(Boolean).pop()??n,...null!=t.startedAt&&{startedAt:t.startedAt},...null!=t.runtime&&{duration:t.runtime},...t.agentType&&{agentType:t.agentType},...t.modelId&&{modelId:t.modelId}}}).filter(Boolean))},[eF,eA,eR]);let eL=(0,a.useCallback)(e=>{N(()=>x.push(`/application/${e}`))},[x,N]),eT=(0,a.useCallback)((e,t)=>{if("featureNode"===t.type){let r=t.data;"creating"!==r.state&&"deleting"!==r.state&&e.target.closest('[data-testid="feature-node-card"]')&&N(()=>{k.play(),x.push(`/feature/${r.featureId}`)})}},[x,k,N]),e$=(0,a.useCallback)(()=>{k.play(),x.push("/create")},[x,k]),eB=(0,a.useCallback)(e=>{k.play();let t=M.find(t=>t.id===e),r=t?.data?.repositoryPath;r?x.push(`/create?repo=${encodeURIComponent(r)}`):x.push("/create")},[M,x,k]),eH=(0,a.useCallback)(e=>{let t=e.startsWith("feat-")?e.slice(5):e,r=P.find(t=>t.target===e),n=r?M.find(e=>e.id===r.source):null,a=n?.data?.repositoryPath;k.play();let o=new URLSearchParams;a&&o.set("repo",a),o.set("parent",t),x.push(`/create?${o.toString()}`)},[M,P,x,k]),eK=(0,a.useCallback)(e=>{let t=M.find(t=>t.id===e);if(t?.type==="repositoryNode"){let e=t.data;e.id&&N(()=>x.push(`/repository/${e.id}`))}},[M,x,N]),eX=(0,a.useCallback)(()=>{"/"!==b&&N(()=>x.push("/"))},[x,b,N]),eJ=(0,a.useCallback)(e=>{setTimeout(()=>{E(eq),C.current=setTimeout(()=>{N(()=>x.push(`/create?repo=${encodeURIComponent(e)}`))},600)},0)},[E,N,x]),eY=(0,a.useCallback)(e=>{setTimeout(()=>{E({nodes:[{id:e}],maxZoom:1,padding:.4,duration:600})},0)},[E]),eZ=(0,a.useCallback)(e=>{let{wasEmpty:t,repoPath:r,tempNodeId:n}=I(e);t?eJ(r):eY(n)},[I,eJ,eY]);!function(e){let{addRepoAndFocus:t,createFeatureNode:r,nodes:n,handleDeleteFeature:o,handleArchiveFeature:s,handleUnarchiveFeature:i}=e;(0,a.useEffect)(()=>{let e=e=>{t(e.detail.path)};return window.addEventListener("shep:add-repository",e),()=>window.removeEventListener("shep:add-repository",e)},[t]),(0,a.useEffect)(()=>{let e=e=>{let t=e.detail;if(t.parentId)return void r(`feat-${t.parentId}`,{state:"creating",featureId:t.featureId,name:t.name,description:t.description,repositoryPath:t.repositoryPath},"dependencyEdge");let a=n.find(e=>"repositoryNode"===e.type&&e.data.repositoryPath===t.repositoryPath);r(a?.id??null,{state:"running",featureId:t.featureId,name:t.name,description:t.description,repositoryPath:t.repositoryPath})};return window.addEventListener("shep:feature-created",e),()=>window.removeEventListener("shep:feature-created",e)},[n,r]),(0,a.useEffect)(()=>{let e=e=>{let{featureId:t,cleanup:r,cascadeDelete:n,closePr:a}=e.detail;o(t,r,n,a)};return window.addEventListener("shep:feature-delete-requested",e),()=>window.removeEventListener("shep:feature-delete-requested",e)},[o]),(0,a.useEffect)(()=>{let e=e=>{let{featureId:t}=e.detail;s(t)};return window.addEventListener("shep:feature-archive-requested",e),()=>window.removeEventListener("shep:feature-archive-requested",e)},[s]),(0,a.useEffect)(()=>{let e=e=>{let{featureId:t}=e.detail;i(t)};return window.addEventListener("shep:feature-unarchive-requested",e),()=>window.removeEventListener("shep:feature-unarchive-requested",e)},[i])}({addRepoAndFocus:eZ,createFeatureNode:q,nodes:M,handleDeleteFeature:L,handleArchiveFeature:F,handleUnarchiveFeature:B}),(0,a.useEffect)(()=>()=>{null!=C.current&&clearTimeout(C.current)},[]),(0,a.useEffect)(()=>{K({onNodeAction:eH,onFeatureDelete:L,onRetryFeature:T,onStartFeature:$,onStopFeature:z,onArchiveFeature:F,onUnarchiveFeature:B,onRepositoryAdd:eB,onRepositoryClick:eK,onRepositoryDelete:W,onApplicationClick:eL,onApplicationDelete:U})},[K,eH,F,L,T,$,z,B,eB,eK,W,eL,U]);let eQ=(0,a.useCallback)((e,t)=>{_(t)},[_]),e0=M.some(e=>"repositoryNode"===e.type),e1=e0||M.some(e=>"applicationNode"===e.type);(0,a.useEffect)(()=>{eI(e0)},[e0,eI]);let[e2,e5]=(0,a.useState)(e1),e3=(0,a.useRef)(null);(0,a.useEffect)(()=>(e1?(e3.current&&(clearTimeout(e3.current),e3.current=null),e5(!0)):e2&&(D(),e3.current=setTimeout(()=>{e5(!1),e3.current=null},500)),()=>{e3.current&&clearTimeout(e3.current)}),[e1,e2,D]),(0,a.useEffect)(()=>{let e=ei.current,t=[],r=[];for(let n of M)e.has(n.id)||(e.add(n.id),"repositoryNode"===n.type?t.push(n.id):"featureNode"===n.type&&r.push(n.id));Z||(0!==t.length||0!==r.length)&&es({repoIds:t,featureIds:r})},[M,Z,es]);let e4=(0,a.useMemo)(()=>{if(Z)return M;let e=new Set(Y.repoIds),t=new Set(Y.featureIds);return M.filter(r=>"repositoryNode"===r.type?e.has(r.id):"featureNode"!==r.type||t.has(r.id))},[M,Z,Y]),e6=(0,a.useMemo)(()=>{if(Z)return P;let e=new Set(e4.map(e=>e.id));return P.filter(t=>e.has(t.source)&&e.has(t.target))},[P,Z,e4]),e8=b.startsWith("/create"),e7=(0,a.useMemo)(()=>{let e=e4.filter(e=>"repositoryNode"===e.type),t=e4.some(e=>"featureNode"===e.type);return 1!==e.length||t||e8?e4:e4.map(e=>"repositoryNode"===e.type?{...e,data:{...e.data,pulseAdd:!0}}:e)},[e4,e8]),e9=(0,a.useCallback)(()=>{window.dispatchEvent(new CustomEvent("shep:pick-folder"))},[]);!function(e){let{activeWorkspace:t,isDefaultActive:r,workspaceFilteredNodes:n,fitView:o}=e,s=(0,a.useMemo)(()=>{if(r)return"default";let e=n.map(e=>e.id).sort().join(",");return`${t.id}:${e}`},[r,t.id,n]),i=(0,a.useRef)(null);(0,a.useEffect)(()=>{let e=i.current;if(i.current=s,null===e||e===s||r||0===n.length)return;let t=setTimeout(()=>{o(eU)},0);return()=>clearTimeout(t)},[s,r,n.length,o])}({activeWorkspace:Y,isDefaultActive:Z,workspaceFilteredNodes:e4,fitView:E});let te=e1&&!Z&&0===e4.length?(0,t.jsxs)("div",{className:"pointer-events-auto flex h-full w-full flex-col items-center justify-center px-8",children:[(0,t.jsx)("div",{className:"bg-primary/10 text-primary mb-5 flex h-12 w-12 items-center justify-center rounded-2xl",children:(0,t.jsx)(en.Layers,{className:"h-6 w-6"})}),(0,t.jsx)("h2",{className:"text-foreground/90 text-center text-2xl font-light tracking-tight",children:"This workspace is empty"}),(0,t.jsx)("p",{className:"text-muted-foreground mt-2 max-w-sm text-center text-sm leading-relaxed",children:"Add repositories or features from the canvas, or switch back to the default workspace to see everything."}),(0,t.jsxs)("div",{className:"mt-6 flex items-center gap-2",children:[(0,t.jsxs)(c.Button,{size:"sm",onClick:()=>eO(!0),className:"bg-blue-500 text-white hover:bg-blue-600",children:[(0,t.jsx)(s.FolderPlus,{className:"me-1.5 h-3.5 w-3.5"}),"New project"]}),(0,t.jsxs)(c.Button,{variant:"outline",size:"sm",onClick:()=>ex(!0),children:[(0,t.jsx)(i.Plus,{className:"me-1.5 h-3.5 w-3.5"}),"Manage items"]}),(0,t.jsx)(c.Button,{variant:"ghost",size:"sm",onClick:()=>Q(ed),children:"Switch to Default"})]})]}):(0,t.jsx)(ez,{onRepositorySelect:eZ,onApplicationCreated:e=>{x.push(`/application/${e}`)}}),[tt,tr]=(0,a.useState)(!1),tn=function({router:e,clickSound:r,guardedNavigate:n,handlePickFolder:o,onNewProject:i,onNewApplication:d,featureFlags:c}){let{t:u}=(0,l.useTranslation)("web");return(0,a.useMemo)(()=>{let a=[{id:"new-project",label:"New project",icon:(0,t.jsx)(s.FolderPlus,{className:"h-4 w-4"}),onClick:()=>{r.play(),i()}},{id:"new-feature",label:u("fab.newFeature"),icon:(0,t.jsx)(eh.Sparkles,{className:"h-4 w-4"}),onClick:()=>{r.play(),n(()=>e.push("/create"))}},{id:"add-local-repo",label:u("fab.localFolder"),icon:(0,t.jsx)(v.FolderOpen,{className:"h-4 w-4"}),onClick:o},{id:"new-application",label:u("fab.newApplication"),icon:(0,t.jsx)(G.LayoutGrid,{className:"h-4 w-4"}),onClick:d}];return c.adoptBranch&&a.push({id:"adopt-branch",label:u("fab.adoptBranch"),icon:(0,t.jsx)(j.GitBranch,{className:"h-4 w-4"}),onClick:()=>{n(()=>e.push("/adopt"))}}),c.githubImport&&a.push({id:"add-github-repo",label:u("fab.fromGithub"),icon:(0,t.jsx)(g,{className:"h-4 w-4"}),onClick:()=>{window.dispatchEvent(new CustomEvent("shep:open-github-import"))}}),a},[u,r,n,e,o,i,d,c.adoptBranch,c.githubImport])}({router:x,clickSound:k,guardedNavigate:N,handlePickFolder:e9,onNewProject:()=>eO(!0),onNewApplication:()=>tr(!0),featureFlags:(0,A.useFeatureFlags)()}),ta=(0,t.jsx)(et,{showArchived:H,onToggleArchived:()=>V(!H),onResetViewport:D,startSlot:(0,t.jsx)(eu,{workspaces:J,activeWorkspace:Y,onSelect:Q,onRequestCreate:()=>eN(!0),onRequestRename:()=>eC(!0),onRequestDelete:e=>{eM(e),e_(!0)},onManage:()=>ex(!0)})});return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(X,{nodes:e2?e7:[],edges:e2?e6:[],selectedFeatureId:y,selectedRepository:w,defaultViewport:S,onNodesChange:O,onConnect:R,onAddFeature:e$,onNodeClick:eT,onPaneClick:eX,onMoveEnd:eQ,toolbar:ta,emptyState:te}),e2?(0,t.jsx)(eV,{actions:tn}):null,(0,t.jsx)(eG,{open:eP,onOpenChange:eO,onCreated:e=>eZ(e)}),(0,t.jsx)(ep,{open:ef,onOpenChange:ex,workspace:Y,allNodes:M,onSave:e=>eo(Y.id,e)}),(0,t.jsx)(eg,{open:ev,onOpenChange:eN,title:"New workspace",description:"Create a workspace to filter the canvas to a specific set of repositories and features.",confirmLabel:"Create",onConfirm:e=>{ee(e),ex(!0)}}),(0,t.jsx)(eg,{open:eE,onOpenChange:eC,title:"Rename workspace",initialValue:Y.name,confirmLabel:"Rename",onConfirm:e=>er(Y.id,e)}),(0,t.jsx)(em.AlertDialog,{open:eS,onOpenChange:e=>{e_(e),e||eM(null)},children:(0,t.jsxs)(em.AlertDialogContent,{children:[(0,t.jsxs)(em.AlertDialogHeader,{children:[(0,t.jsx)(em.AlertDialogTitle,{children:"Delete workspace?"}),(0,t.jsxs)(em.AlertDialogDescription,{children:["This will permanently remove the workspace “",J.find(e=>e.id===eD)?.name??Y.name,"”. The repositories and features themselves are not affected."]})]}),(0,t.jsxs)(em.AlertDialogFooter,{children:[(0,t.jsx)(em.AlertDialogCancel,{children:"Cancel"}),(0,t.jsx)(em.AlertDialogAction,{variant:"destructive",onClick:()=>{eD&&(ea(eD),eM(null))},children:"Delete"})]})]})}),tt?(0,t.jsx)("div",{className:"absolute inset-0 z-50",children:(0,t.jsx)(ez,{onRepositorySelect:e=>{tr(!1),eZ(e)},onApplicationCreated:e=>{tr(!1),x.push(`/application/${e}`)},onClose:()=>tr(!1),className:"bg-background"})}):null]})}function eV({actions:e}){let{state:r}=(0,eN.useSidebar)(),{i18n:n}=(0,l.useTranslation)("web"),{swapPosition:a}=(0,eE.useFabLayout)(),o="rtl"===n.dir();if(a)return(0,t.jsx)(ev,{actions:e,className:"!fixed bottom-6",style:o?{left:"calc(var(--sidebar-width-icon) + 32px)",transition:"left 200ms ease-in-out"}:{right:"32px",transition:"right 200ms ease-in-out"}});let s="expanded"===r?"calc(var(--sidebar-width) + 32px)":"calc(var(--sidebar-width-icon) + 32px)";return(0,t.jsx)(ev,{actions:e,className:"!fixed bottom-6",style:o?{right:s,transition:"right 200ms ease-in-out"}:{left:s,transition:"left 200ms ease-in-out"}})}function eK({initialNodes:e,initialEdges:a,drawer:o}){return(0,t.jsxs)("div",{"data-testid":"control-center",className:"h-full w-full",children:[(0,t.jsx)(n.SessionsProvider,{children:(0,t.jsx)(r.ReactFlowProvider,{children:(0,t.jsx)(eH,{initialNodes:e,initialEdges:a})})}),(0,t.jsx)("div",{children:o},"drawer")]})}e.s(["ControlCenter",()=>eK],48246)}]);
|
|
File without changes
|
|
File without changes
|
|
File without changes
|