farming-code 2.2.7 → 2.2.11

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.
Files changed (102) hide show
  1. package/README.md +110 -199
  2. package/README.zh_cn.md +106 -237
  3. package/THIRD_PARTY_NOTICES.md +11 -2
  4. package/backend/acp-checkpoint-store.js +198 -0
  5. package/backend/acp-runtime.js +306 -83
  6. package/backend/acp-session-state.js +202 -6
  7. package/backend/acp-transcript.js +112 -0
  8. package/backend/agent-activity.js +6 -157
  9. package/backend/agent-manager.js +1496 -737
  10. package/backend/agent-provider-session.js +17 -242
  11. package/backend/agent-runtime-binding.js +219 -0
  12. package/backend/agent-session-history.js +66 -1
  13. package/backend/auth.js +79 -6
  14. package/backend/codex-models.js +81 -84
  15. package/backend/codex-session-archive.js +45 -0
  16. package/backend/codex-terminal-profile.js +500 -0
  17. package/backend/codex-transcript-sanitizer.js +12 -0
  18. package/backend/codex-transcript.js +230 -8
  19. package/backend/config-manager.js +30 -0
  20. package/backend/control-api.js +192 -17
  21. package/backend/farming-net-pass.js +285 -0
  22. package/backend/farming-net-registry.js +112 -0
  23. package/backend/farming-net-server.js +298 -0
  24. package/backend/farming-session-store.js +5 -13
  25. package/backend/git-worktree-info.js +181 -0
  26. package/backend/local-session-engine.js +411 -186
  27. package/backend/main-page-session.js +5 -2
  28. package/backend/native-pty-controller-generation.js +106 -0
  29. package/backend/native-pty-host-client.js +275 -7
  30. package/backend/native-pty-host-identity.js +86 -0
  31. package/backend/native-pty-host.js +813 -114
  32. package/backend/native-session-engine.js +100 -28
  33. package/backend/packaged-node-pty.js +22 -2
  34. package/backend/provider-adapters.js +253 -0
  35. package/backend/provider-session-service.js +241 -0
  36. package/backend/runtime-observation.js +81 -0
  37. package/backend/server.js +294 -86
  38. package/backend/session-engine-bridge.js +21 -2
  39. package/backend/session-engine-router.js +1 -1
  40. package/backend/session-engine.js +1 -1
  41. package/backend/session-stream-protocol.js +185 -0
  42. package/backend/storage-layout.js +55 -0
  43. package/backend/terminal-attach-checkpoint.js +74 -0
  44. package/backend/terminal-exit-quiescence.js +39 -0
  45. package/backend/terminal-reducer-flow-control.js +97 -0
  46. package/backend/terminal-screen-state.js +11 -2
  47. package/backend/terminal-screen-worker-pool.js +59 -6
  48. package/backend/terminal-screen-worker-thread.js +97 -57
  49. package/backend/terminal-screen-worker.js +133 -51
  50. package/backend/terminal-state-serialization.js +127 -0
  51. package/backend/terminal-status.js +23 -4
  52. package/backend/usage-monitor.js +81 -4
  53. package/backend/workspace-directory.js +152 -0
  54. package/backend/workspace-file-router.js +182 -76
  55. package/backend/workspace-file-service.js +319 -4
  56. package/backend/workspace-root-registry.js +164 -0
  57. package/dist/assets/App-CHYpgECZ.js +208 -0
  58. package/dist/assets/{FileEditorMarkdownPreview-elKWc8Im.js → FileEditorMarkdownPreview--Cri80nQ.js} +92 -92
  59. package/dist/assets/FileEditorPane-DGJlEKdf.js +2 -0
  60. package/dist/assets/IconGlyphs-Cc14sepw.js +1 -0
  61. package/dist/assets/ProjectFilesSection-Cz1wG4NT.js +12 -0
  62. package/dist/assets/{ReviewPage-BaXu1ZdX.js → ReviewPage-LonRc6Fz.js} +1 -1
  63. package/dist/assets/code-dark-B1pAtO_P.css +1 -0
  64. package/dist/assets/file-icons-Bw2qd5iT.js +1 -0
  65. package/dist/assets/{index-B8SHldPE.js → index-miO2r9IZ.js} +3 -3
  66. package/dist/assets/main-DNe0jPw-.css +1 -0
  67. package/dist/assets/workspace-editor-model-BQol4qbA.js +1 -0
  68. package/dist/assets/workspace-editor-monaco-5gFbeDPF.js +1 -0
  69. package/dist/assets/workspace-editor-monaco-xPv8JzHH.js +4 -0
  70. package/dist/assets/workspace-view-state-DvYG_9PH.js +7 -0
  71. package/dist/assets/workspace-working-copy-D8-s_Sgh.js +1 -0
  72. package/dist/index.html +1 -1
  73. package/frontend/farming-net/app.css +625 -0
  74. package/frontend/farming-net/app.js +268 -0
  75. package/frontend/farming-net/index.html +86 -0
  76. package/frontend/reading-anchor.js +198 -0
  77. package/frontend/session-bridge.js +12 -3
  78. package/frontend/session-modal-bridge.js +5 -12
  79. package/frontend/skins/crt/app.js +1976 -793
  80. package/frontend/skins/crt/index.html +313 -23
  81. package/frontend/skins/crt/styles/billing.css +294 -223
  82. package/frontend/skins/crt/styles/monochrome-green.css +7 -2
  83. package/frontend/terminal-replay.js +372 -0
  84. package/package.json +10 -3
  85. package/shared/browser-protocol.d.ts +5 -0
  86. package/shared/browser-protocol.js +130 -0
  87. package/dist/assets/App-iA2BU9P6.js +0 -124
  88. package/dist/assets/FileEditorPane-RWiFD2cq.js +0 -5
  89. package/dist/assets/IconGlyphs-DfL0EBnj.js +0 -1
  90. package/dist/assets/ProjectFilesSection-Q4PDsWmM.js +0 -12
  91. package/dist/assets/code-dark-CDkOQAtK.css +0 -1
  92. package/dist/assets/file-icons-EFUGSSwf.js +0 -1
  93. package/dist/assets/main-DpYuBonn.css +0 -1
  94. package/dist/assets/qoder-C9LmmOSf.svg +0 -1
  95. package/dist/assets/qoder-Cf9gl0Y5.svg +0 -1
  96. package/dist/assets/qoder-gHCinseV.svg +0 -1
  97. package/dist/assets/workspace-view-state-CTyDzk2D.js +0 -1
  98. package/dist/assets/zsh-CLpveKlF.svg +0 -1
  99. package/dist/assets/zsh-FxSpMPbz.svg +0 -1
  100. /package/dist/assets/{api-D1lyBYIQ.js → api-D8nyOEbz.js} +0 -0
  101. /package/dist/assets/{core-ZlAPicox.js → core-D0LFJkDt.js} +0 -0
  102. /package/dist/assets/{useWorkspaceMenuKeyboard-CneKAZUJ.js → useWorkspaceMenuKeyboard-Brws6Ar9.js} +0 -0
@@ -0,0 +1,2 @@
1
+ import{r as e}from"./chunk-DECur_0Z.js";import{i as t,t as n}from"./jsx-runtime-BthL93pI.js";import{c as r,s as i}from"./editor.api2-B9h6iFPK.js";import{C as a,E as o,T as s,b as c,g as l,k as u,l as d,m as f,n as p,o as m,r as h,s as g,u as _,v}from"./file-icons-Bw2qd5iT.js";import{g as y}from"./IconGlyphs-Cc14sepw.js";import{d as b,t as x}from"./FileEditorMarkdownPreview--Cri80nQ.js";import{i as S,l as C,n as w,p as T,r as E,t as D,u as O}from"./workspace-working-copy-D8-s_Sgh.js";import{A as k,C as A,D as j,E as M,M as N,O as ee,_ as P,a as F,b as I,d as te,f as L,g as R,h as z,j as B,k as ne,m as V,n as re,o as ie,p as H,r as ae,t as oe,u as se,v as ce,w as U,y as le}from"./workspace-editor-model-BQol4qbA.js";import{t as ue}from"./useWorkspaceMenuKeyboard-Brws6Ar9.js";import{a as de,c as fe,d as pe,f as me,h as he,l as W,m as ge,n as _e,r as ve,s as ye,t as G,u as K}from"./workspace-editor-monaco-xPv8JzHH.js";var q=e(t()),J=n();function be({previewOpen:e}){return e?(0,J.jsx)(`svg`,{className:`code-file-editor-action-svg`,width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,children:(0,J.jsx)(`path`,{d:`M9 3.5V11.5C9 11.776 8.776 12 8.5 12C8.224 12 8 11.776 8 11.5V4.831L5.376 7.83C5.187 8.048 4.814 8.048 4.624 7.83L2 4.831V11.5C2 11.776 1.776 12 1.5 12C1.224 12 1 11.776 1 11.5V3.5C1 3.292 1.129 3.105 1.324 3.032C1.521 2.96 1.74 3.014 1.876 3.171L5 6.741L8.124 3.171C8.261 3.014 8.478 2.959 8.676 3.032C8.871 3.105 9 3.292 9 3.5ZM14.854 9.146C14.659 8.951 14.342 8.951 14.147 9.146L13.001 10.292V3.5C13.001 3.224 12.777 3 12.501 3C12.225 3 12.001 3.224 12.001 3.5V10.293L10.855 9.147C10.66 8.952 10.343 8.952 10.148 9.147C9.953 9.342 9.953 9.659 10.148 9.854L12.148 11.854C12.246 11.952 12.757 11.952 12.855 11.854L14.855 9.854C15.05 9.659 15.05 9.342 14.855 9.147L14.854 9.146Z`})}):(0,J.jsx)(`svg`,{className:`code-file-editor-action-svg`,width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,children:(0,J.jsx)(`path`,{d:`M12.5 1H3.5C2.122 1 1 2.122 1 3.5V12.5C1 13.878 2.122 15 3.5 15H12.5C13.878 15 15 13.878 15 12.5V3.5C15 2.122 13.878 1 12.5 1ZM14 12.5C14 13.327 13.327 14 12.5 14H3.5C2.673 14 2 13.327 2 12.5V3.5C2 2.673 2.673 2 3.5 2H12.5C13.327 2 14 2.673 14 3.5V12.5ZM12 3H4C3.448 3 3 3.448 3 4V6C3 6.552 3.448 7 4 7H12C12.552 7 13 6.552 13 6V4C13 3.448 12.552 3 12 3ZM12 6H4V4H12V6ZM12 8H9C8.448 8 8 8.448 8 9V12C8 12.552 8.448 13 9 13H12C12.552 13 13 12.552 13 12V9C13 8.448 12.552 8 12 8ZM12 12H9V9H12V12ZM7 8.5C7 8.776 6.776 9 6.5 9H3.5C3.224 9 3 8.776 3 8.5C3 8.224 3.224 8 3.5 8H6.5C6.776 8 7 8.224 7 8.5ZM7 10.5C7 10.776 6.776 11 6.5 11H3.5C3.224 11 3 10.776 3 10.5C3 10.224 3.224 10 3.5 10H6.5C6.776 10 7 10.224 7 10.5ZM7 12.5C7 12.776 6.776 13 6.5 13H3.5C3.224 13 3 12.776 3 12.5C3 12.224 3.224 12 3.5 12H6.5C6.776 12 7 12.224 7 12.5Z`})})}function xe(){return(0,J.jsx)(`svg`,{className:`code-file-editor-action-svg`,width:`16`,height:`16`,viewBox:`0 0 16 16`,xmlns:`http://www.w3.org/2000/svg`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,children:(0,J.jsx)(`path`,{d:`M5.5 2H2.5C1.673 2 1 2.673 1 3.5V12.5C1 13.327 1.673 14 2.5 14H5.5C6.327 14 7 13.327 7 12.5V3.5C7 2.673 6.327 2 5.5 2ZM2.5 3H5.5C5.775 3 6 3.224 6 3.5V5H2V3.5C2 3.224 2.225 3 2.5 3ZM5.5 13H2.5C2.225 13 2 12.776 2 12.5V6H6V12.5C6 12.776 5.775 13 5.5 13ZM13.5 2H10.5C9.673 2 9 2.673 9 3.5V12.5C9 13.327 9.673 14 10.5 14H13.5C14.327 14 15 13.327 15 12.5V3.5C15 2.673 14.327 2 13.5 2ZM10.5 3H13.5C13.775 3 14 3.224 14 3.5V8H10V3.5C10 3.224 10.225 3 10.5 3ZM13.5 13H10.5C10.225 13 10 12.776 10 12.5V10H14V12.5C14 12.776 13.775 13 13.5 13Z`})})}function Y(){return(0,J.jsx)(`svg`,{className:`code-file-editor-action-svg`,width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,children:(0,J.jsx)(`path`,{d:`M2.5 2C1.673 2 1 2.673 1 3.5V12.5C1 13.327 1.673 14 2.5 14H13.5C14.327 14 15 13.327 15 12.5V3.5C15 2.673 14.327 2 13.5 2H2.5ZM2 3.5C2 3.224 2.225 3 2.5 3H7.5V13H2.5C2.225 13 2 12.776 2 12.5V3.5ZM8.5 13V3H13.5C13.775 3 14 3.224 14 3.5V12.5C14 12.776 13.775 13 13.5 13H8.5ZM3.5 5H6V6H3.5V5ZM3.5 7H6V8H3.5V7ZM10 5H12.5V6H10V5ZM10 7H12.5V8H10V7ZM10 9H12.5V10H10V9Z`})})}function Se(){return(0,J.jsxs)(`svg`,{className:`code-file-editor-action-svg`,width:`16`,height:`16`,viewBox:`0 0 16 16`,xmlns:`http://www.w3.org/2000/svg`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,children:[(0,J.jsx)(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M5 6.5V3.75C5 2.765 4.121 2.25 3.251 2.25C2.363 2.25 1.99 2.553 1.897 2.646C1.702 2.841 1.688 3.17 1.883 3.365C2.077 3.561 2.38 3.573 2.576 3.378C2.588 3.37 2.773 3.25 3.25 3.25C3.28 3.25 4 3.256 4 3.75V4.056C3.796 4.023 3.552 4 3.25 4C1.937 4 1.25 4.754 1.25 5.5C1.25 6.246 1.937 7 3.25 7C3.622 7 3.911 6.937 4.145 6.851C4.236 6.943 4.361 7 4.5 7C4.776 7 5 6.776 5 6.5ZM3.251 5C3.623 5 3.857 5.038 4.001 5.074V5.811C3.908 5.885 3.698 6 3.251 6C2.602 6 2.251 5.742 2.251 5.5C2.251 5.258 2.602 5 3.251 5Z`}),(0,J.jsx)(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M8.001 7C9.104 7 10.001 5.991 10.001 4.75C10.001 3.509 9.104 2.5 8.001 2.5C7.635 2.5 7.296 2.619 7.001 2.813V1.5C7.001 1.224 6.777 1 6.501 1C6.225 1 6.001 1.224 6.001 1.5V6.5C6.001 6.776 6.225 7 6.501 7C6.718 7 6.898 6.86 6.967 6.666C7.27 6.873 7.621 7 8.001 7ZM8.001 3.5C8.553 3.5 9.001 4.061 9.001 4.75C9.001 5.439 8.553 6 8.001 6C7.449 6 7.001 5.439 7.001 4.75C7.001 4.061 7.449 3.5 8.001 3.5Z`}),(0,J.jsx)(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M4.539 13.653C4.31 13.857 3.699 13.976 3.33 13.514C3.117 13.248 3 12.888 3 12.5C3 12.112 3.118 11.752 3.33 11.486C3.701 11.022 4.311 11.141 4.54 11.347C4.744 11.533 5.06 11.515 5.246 11.311C5.431 11.106 5.415 10.79 5.209 10.605C4.422 9.895 3.233 10.009 2.549 10.861C2.195 11.305 2 11.886 2 12.5C2 13.114 2.195 13.696 2.549 14.139C2.93 14.613 3.445 14.875 4 14.875C4.441 14.875 4.859 14.709 5.208 14.395C5.413 14.21 5.43 13.894 5.245 13.689C5.059 13.484 4.743 13.466 4.539 13.653Z`}),(0,J.jsx)(`path`,{d:`M12.5 4H11.5C11.224 4 11 4.224 11 4.5C11 4.776 11.224 5 11.5 5H12.5C12.775 5 13 5.224 13 5.5V11.499C13 11.775 12.775 11.999 12.5 11.999H8.707L9.853 10.853C10.048 10.658 10.048 10.341 9.853 10.146C9.658 9.951 9.341 9.951 9.146 10.146L7.146 12.146C7.049 12.244 7 12.372 7 12.5C7 12.628 7.048 12.756 7.146 12.854L9.146 14.854C9.341 15.049 9.658 15.049 9.853 14.854C10.048 14.659 10.048 14.342 9.853 14.147L8.707 13.001H12.5C13.327 13.001 14 12.328 14 11.501V5.5C14 4.673 13.327 4 12.5 4Z`})]})}function X(e,t,n){return e.showMarkdownPreview?n?t.showMarkdownSource:t.openMarkdownPreview:n?t.showFileSource:t.openFilePreview}function Ce({actions:e,copy:t,diffOpen:n,markdownSplitOpen:r,openFile:i,sourcePreviewOpen:a,wordWrapEnabled:o,statusText:s,onReload:c,onSave:l,onToggleMarkdownSplit:u,onToggleSourcePreview:d,onToggleWordWrap:f,onToggleDiff:p}){let m=e.showMarkdownPreview||e.showSourcePreview,h=X(e,t,a),g=r?t.closeMarkdownSplitPreview:t.openMarkdownSplitPreview;return(0,J.jsxs)(`div`,{className:`code-file-editor-actions`,children:[e.showStatus&&s&&(0,J.jsx)(`span`,{className:`code-file-editor-status ${i.externalChanged?`warning`:``}`,children:s}),e.showSave&&(0,J.jsx)(`button`,{type:`button`,className:`code-file-editor-action save`,onClick:()=>l(!1),disabled:i.saving,"aria-label":t.saveFile,title:t.saveFile}),e.showDiff&&(0,J.jsx)(`button`,{type:`button`,className:`code-file-editor-action diff ${n?`active`:``}`,onClick:p,disabled:i.saving,"aria-label":n?t.closeDiff:t.openFileDiff,title:n?t.closeDiff:t.openFileDiff,children:(0,J.jsx)(xe,{})}),m&&(0,J.jsx)(`button`,{type:`button`,className:`code-file-editor-action source-preview`,onClick:d,disabled:i.saving,"aria-label":h,title:h,children:(0,J.jsx)(be,{previewOpen:a})}),e.showMarkdownPreview&&(0,J.jsx)(`button`,{type:`button`,className:`code-file-editor-action markdown-split ${r?`active`:``}`,onClick:u,disabled:i.saving,"aria-label":g,title:g,children:(0,J.jsx)(Y,{})}),e.showWordWrap&&(0,J.jsx)(`button`,{type:`button`,className:`code-file-editor-action word-wrap ${o?`active`:``}`,onClick:f,disabled:i.saving,"aria-pressed":o,"aria-label":o?t.disableWordWrap:t.enableWordWrap,title:o?t.disableWordWrap:t.enableWordWrap,children:(0,J.jsx)(Se,{})}),e.showReload&&(0,J.jsx)(`button`,{type:`button`,className:`code-file-editor-action reload`,onClick:c,disabled:i.saving,"aria-label":t.reloadFile,title:t.reloadFile}),e.showOverwrite&&(0,J.jsx)(`button`,{type:`button`,className:`code-file-editor-action overwrite`,onClick:()=>l(!0),disabled:i.saving,"aria-label":t.overwriteChangedFile,title:t.overwriteChangedFile,children:(0,J.jsx)(y,{className:`code-file-editor-action-svg`})})]})}function we({openFile:e,copy:t,onRevealInExplorer:n}){let r=(0,q.useMemo)(()=>M(e.file.path),[e.file.path]);return r.length<=1?(0,J.jsx)(`span`,{"aria-hidden":`true`}):(0,J.jsx)(`nav`,{className:`code-file-editor-breadcrumbs`,title:e.file.path,"aria-label":t.filePath,children:r.map((r,i,a)=>{let o=i===a.length-1,s=j(a,i);return(0,J.jsxs)(`button`,{type:`button`,className:`code-file-editor-breadcrumb ${o?`current`:``}`,onClick:()=>n(e.agentId,s,o?`file`:`directory`),"aria-label":t.revealInExplorer(s),children:[(0,J.jsx)(`span`,{className:`code-file-editor-breadcrumb-name`,children:r}),!o&&(0,J.jsx)(`span`,{className:`code-file-editor-breadcrumb-separator`,"aria-hidden":`true`})]},`${i}-${r}`)})})}function Z(){return(0,J.jsx)(`svg`,{className:`code-file-editor-action-svg`,width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,children:(0,J.jsx)(`path`,{d:`M13.5 8.00023H3.70701L7.85301 3.85423C8.04801 3.65923 8.04801 3.34223 7.85301 3.14723C7.65801 2.95223 7.34101 2.95223 7.14601 3.14723L2.14601 8.14723C1.95101 8.34223 1.95101 8.65923 2.14601 8.85423L7.14601 13.8542C7.24401 13.9522 7.37201 14.0002 7.50001 14.0002C7.62801 14.0002 7.75601 13.9512 7.85401 13.8542C8.04901 13.6592 8.04901 13.3422 7.85401 13.1472L3.70801 9.00123H13.501C13.777 9.00123 14.001 8.77723 14.001 8.50123C14.001 8.22523 13.777 8.00123 13.501 8.00123L13.5 8.00023Z`})})}function Te(){return(0,J.jsx)(`svg`,{className:`code-file-editor-action-svg`,width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,children:(0,J.jsx)(`path`,{d:`M13.854 8.14576L8.854 3.14576C8.659 2.95076 8.342 2.95076 8.147 3.14576C7.952 3.34076 7.952 3.65776 8.147 3.85276L12.293 7.99876H2.5C2.224 7.99876 2 8.22276 2 8.49876C2 8.77476 2.224 8.99876 2.5 8.99876H12.293L8.147 13.1448C7.952 13.3398 7.952 13.6568 8.147 13.8518C8.245 13.9498 8.373 13.9978 8.501 13.9978C8.629 13.9978 8.757 13.9488 8.855 13.8518L13.855 8.85176C14.05 8.65676 14.05 8.33976 13.855 8.14476L13.854 8.14576Z`})})}function Ee(){return(0,J.jsx)(`svg`,{className:`code-file-editor-action-svg`,width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,children:(0,J.jsx)(`path`,{d:`M13 13.5C13 13.776 12.776 14 12.5 14C9.46198 14 6.99998 11.538 6.99998 8.50001V3.70701L4.35398 6.35301C4.15898 6.54801 3.84198 6.54801 3.64698 6.35301C3.45198 6.15801 3.45198 5.84101 3.64698 5.64601L7.14698 2.14601C7.34198 1.95101 7.65898 1.95101 7.85398 2.14601L11.354 5.64601C11.549 5.84101 11.549 6.15801 11.354 6.35301C11.159 6.54801 10.842 6.54801 10.647 6.35301L8.00098 3.70701V8.50001C8.00098 10.985 10.016 13 12.501 13C12.777 13 13.001 13.224 13.001 13.5H13Z`})})}function De({openFile:e,openFiles:t,copy:n,onBackToAgent:r,onSelectOpenFile:i,canNavigateBack:a,canNavigateForward:o,onNavigateHistory:s,onSetTabRef:c,onOpenTabContextMenu:l,onTabAuxClick:u,onTabKeyDown:d,onCloseTab:f}){return(0,J.jsxs)(`div`,{className:`code-file-editor-tab-strip`,children:[(0,J.jsxs)(`div`,{className:`code-file-editor-navigation`,children:[e.sourceAgentId&&(0,J.jsxs)(J.Fragment,{children:[(0,J.jsx)(`button`,{type:`button`,className:`code-file-editor-action code-file-editor-agent-return`,onClick:()=>r(e.sourceAgentId),"aria-label":n.backToAgent,title:n.backToAgent,"data-testid":`code-file-editor-back`,children:(0,J.jsx)(Ee,{})}),(0,J.jsx)(`span`,{className:`code-file-editor-navigation-divider`,"aria-hidden":`true`})]}),(0,J.jsx)(`button`,{type:`button`,className:`code-file-editor-action code-file-editor-history-back`,onClick:()=>{s(-1)},disabled:!a,"aria-label":n.goBack,title:n.goBack,"data-testid":`code-file-editor-history-back`,children:(0,J.jsx)(Z,{})}),(0,J.jsx)(`button`,{type:`button`,className:`code-file-editor-action code-file-editor-history-forward`,onClick:()=>{s(1)},disabled:!o,"aria-label":n.goForward,title:n.goForward,"data-testid":`code-file-editor-history-forward`,children:(0,J.jsx)(Te,{})})]}),(0,J.jsx)(`div`,{className:`code-file-editor-tabs`,role:`tablist`,children:t.map((t,r)=>{let a=U(t),o=a===U(e),s=T(t),m=O(t);return(0,J.jsxs)(`div`,{id:k(t),ref:e=>c(a,e),className:`code-file-editor-tab ${o?`active`:``} ${s}`.trim(),title:t.file.path,role:`tab`,"aria-selected":o,"aria-controls":`code-file-editor-panel`,"aria-label":B(t),tabIndex:o?0:-1,onClick:()=>i(t.agentId,t.file.path),onContextMenu:e=>l(e,r),onAuxClick:e=>u(e,r),onKeyDown:e=>d(e,r),children:[(0,J.jsx)(`img`,{className:`code-file-type-icon file`,src:p(t.file.path),alt:``,"aria-hidden":`true`}),(0,J.jsx)(`span`,{className:`code-file-editor-tab-name`,children:H(t.file.path)}),(0,J.jsxs)(`span`,{className:`code-file-editor-tab-tail`,children:[m&&(0,J.jsx)(`span`,{className:`code-file-editor-dirty`,title:m===`external`?n.changedOnDisk:n.unsavedChanges}),(0,J.jsx)(`button`,{type:`button`,tabIndex:-1,className:`code-file-editor-close`,onClick:e=>{e.stopPropagation(),f(r)},"aria-label":n.closeFile(t.file.path)})]})]},a)})})]})}function Oe({openFile:e,openFiles:t,editorMode:n,copy:r,statusText:i,onBackToAgent:a,onSelectOpenFile:o,canNavigateBack:s,canNavigateForward:c,onNavigateHistory:l,onSetTabRef:u,onOpenTabContextMenu:d,onTabAuxClick:f,onTabKeyDown:p,onCloseTab:m,onRevealInExplorer:h,onSave:g,onReload:_,onToggleSourcePreview:v,onToggleMarkdownSplit:y,onToggleWordWrap:b,onToggleDiff:x,canPreviewMarkdown:S,canPreviewSource:C,diffOpen:w,markdownSplitOpen:T,sourcePreviewOpen:E,wordWrapEnabled:D}){let O=L(e,n,{canPreviewMarkdown:S,canPreviewSource:C,statusText:i,showBreadcrumbs:e.file.path.includes(`/`)});return(0,J.jsxs)(`header`,{className:`code-file-editor-header`,children:[(0,J.jsx)(De,{openFile:e,openFiles:t,copy:r,onBackToAgent:a,onSelectOpenFile:o,canNavigateBack:s,canNavigateForward:c,onNavigateHistory:l,onSetTabRef:u,onOpenTabContextMenu:d,onTabAuxClick:f,onTabKeyDown:p,onCloseTab:m}),O.showBar&&(0,J.jsxs)(`div`,{className:`code-file-editor-bar`,children:[(0,J.jsx)(we,{openFile:e,copy:r,onRevealInExplorer:h}),(0,J.jsx)(Ce,{actions:O,copy:r,diffOpen:w,openFile:e,markdownSplitOpen:T,sourcePreviewOpen:E,wordWrapEnabled:D,statusText:i,onReload:_,onSave:g,onToggleMarkdownSplit:y,onToggleSourcePreview:v,onToggleWordWrap:b,onToggleDiff:x})]})]})}function ke({blame:e,loading:t,error:n,copy:r}){return!t&&!n&&(!e||e.isGitRepo&&e.lines.length>0)?null:(0,J.jsx)(`div`,{className:`code-file-blame-toast ${n?`error`:``}`,"data-testid":`code-file-blame-state`,children:t?r.loadingBlame:n||(e&&!e.isGitRepo?r.notGitRepository:r.noCommittedLines)})}function Q({x:e,y:t,copy:n,blameOpen:r,readOnly:i,showBlameContextAction:a,showLineChangesContextActions:o,onClose:s,onRunAction:c}){let l=(0,q.useRef)(null),u=ue({menuOpen:!0,menuRef:l,onClose:s});return(0,J.jsxs)(`div`,{ref:l,className:`code-editor-context-menu`,"data-testid":`code-editor-context-menu`,role:`menu`,style:{left:e,top:t},onKeyDown:u,onMouseDown:e=>e.stopPropagation(),children:[a&&(0,J.jsxs)(J.Fragment,{children:[(0,J.jsx)(`button`,{type:`button`,role:`menuitem`,onClick:()=>c(`toggle-blame`),children:r?n.hideBlame:n.annotateWithBlame}),(0,J.jsx)(`div`,{className:`code-editor-context-separator`,role:`separator`})]}),o&&(0,J.jsxs)(J.Fragment,{children:[(0,J.jsx)(`button`,{type:`button`,role:`menuitem`,onClick:()=>c(`line-changes-previous`),children:n.openLineChangesWithPreviousRevision}),(0,J.jsx)(`button`,{type:`button`,role:`menuitem`,onClick:()=>c(`line-changes-working`),children:n.openLineChangesWithWorkingFile}),(0,J.jsx)(`div`,{className:`code-editor-context-separator`,role:`separator`})]}),(0,J.jsx)(`button`,{type:`button`,role:`menuitem`,onClick:()=>c(`cut`),disabled:i,children:n.cut}),(0,J.jsx)(`button`,{type:`button`,role:`menuitem`,onClick:()=>c(`copy`),children:n.copy}),(0,J.jsx)(`button`,{type:`button`,role:`menuitem`,onClick:()=>c(`paste`),disabled:i,children:n.paste}),(0,J.jsx)(`button`,{type:`button`,role:`menuitem`,onClick:()=>c(`select-all`),children:n.selectAll})]})}function Ae({label:e,saving:t,copy:n,onConfirmSave:r,onDiscard:i,onCancel:a}){return(0,J.jsx)(`div`,{className:`code-file-save-confirm-backdrop`,"data-testid":`code-file-save-confirm`,role:`presentation`,onMouseDown:e=>e.stopPropagation(),children:(0,J.jsxs)(`div`,{className:`code-file-save-confirm-dialog`,role:`dialog`,"aria-modal":`true`,"aria-labelledby":`code-file-save-confirm-title`,"aria-describedby":`code-file-save-confirm-description`,onKeyDown:e=>{e.key===`Escape`&&!t&&(e.preventDefault(),a())},children:[(0,J.jsx)(`div`,{className:`code-file-save-confirm-brand`,"aria-hidden":`true`,children:`F`}),(0,J.jsx)(`h2`,{id:`code-file-save-confirm-title`,children:n.saveBeforeCloseTitle(e)}),(0,J.jsx)(`p`,{id:`code-file-save-confirm-description`,children:n.saveBeforeCloseDescription}),(0,J.jsxs)(`div`,{className:`code-file-save-confirm-actions`,children:[(0,J.jsx)(`button`,{type:`button`,className:`primary`,onClick:r,disabled:t,children:t?n.savingFile:n.save}),(0,J.jsx)(`button`,{type:`button`,onClick:i,disabled:t,children:n.dontSave}),(0,J.jsx)(`button`,{type:`button`,onClick:a,disabled:t,children:n.cancel})]})]})})}function je({menu:e,openFiles:t,copy:n,onRunAction:r}){return(0,J.jsxs)(`div`,{className:`code-context-menu code-file-tab-context-menu`,"data-testid":`code-file-tab-context-menu`,role:`menu`,style:{left:e.x,top:e.y},children:[(0,J.jsx)(`button`,{type:`button`,role:`menuitem`,onClick:()=>r(`close`),children:n.close}),(0,J.jsx)(`button`,{type:`button`,role:`menuitem`,onClick:()=>r(`close-others`),disabled:t.length<=1,children:n.closeOthers}),(0,J.jsx)(`button`,{type:`button`,role:`menuitem`,onClick:()=>r(`close-right`),disabled:e.index>=t.length-1,children:n.closeToRight}),(0,J.jsx)(`button`,{type:`button`,role:`menuitem`,onClick:()=>r(`close-saved`),disabled:!D(t),children:n.closeSaved}),(0,J.jsx)(`div`,{className:`code-context-menu-separator`,role:`separator`}),(0,J.jsx)(`button`,{type:`button`,role:`menuitem`,onClick:()=>r(`close-all`),children:n.closeAll})]})}function Me({blame:e,blameError:t,blameLoading:n,blameOpen:r,copy:i,editorContextMenu:a,readOnly:o,openFiles:s,pendingCloseOpen:c,pendingCloseLabel:l,pendingCloseSaving:u,showBlameContextAction:d,showLineChangesContextActions:f,tabContextMenu:p,onCancelPendingClose:m,onCloseEditorContextMenu:h,onConfirmSaveAndClose:g,onDiscardAndClose:_,onRunEditorContextAction:v,onRunTabContextAction:y}){return(0,J.jsxs)(J.Fragment,{children:[a&&(0,J.jsx)(Q,{x:a.x,y:a.y,copy:i,blameOpen:r,readOnly:o,showBlameContextAction:d,showLineChangesContextActions:f,onClose:h,onRunAction:e=>void v(e)}),p&&(0,J.jsx)(je,{menu:p,openFiles:s,copy:i,onRunAction:y}),c&&(0,J.jsx)(Ae,{label:l,saving:u,copy:i,onConfirmSave:()=>void g(),onDiscard:_,onCancel:m}),r&&(0,J.jsx)(ke,{blame:e,loading:n,error:t,copy:i})]})}function Ne({filePath:e,line:t,authorProfileUrl:n,copy:r,onClose:i}){return(0,J.jsxs)(`section`,{className:`code-file-blame-detail`,"data-testid":`code-file-blame-detail`,"aria-label":r.gitBlameDetails,children:[(0,J.jsxs)(`div`,{className:`code-file-blame-detail-main`,children:[(0,J.jsxs)(`div`,{className:`code-file-blame-detail-title`,children:[(0,J.jsx)(`strong`,{children:t.summary||t.shortCommit}),(0,J.jsx)(`code`,{title:t.commit,children:t.shortCommit})]}),(0,J.jsx)(`div`,{className:`code-file-blame-detail-subtitle`,children:e})]}),(0,J.jsxs)(`div`,{className:`code-file-blame-detail-rows`,children:[(0,J.jsxs)(`div`,{className:`code-file-blame-detail-row`,children:[(0,J.jsx)(`span`,{children:r.author}),n?(0,J.jsx)(`a`,{href:n,target:`_blank`,rel:`noreferrer`,children:t.author}):(0,J.jsx)(`strong`,{children:t.author||r.unknown})]}),(0,J.jsxs)(`div`,{className:`code-file-blame-detail-row`,children:[(0,J.jsx)(`span`,{children:r.commit}),(0,J.jsx)(`strong`,{title:t.commit,children:t.shortCommit})]}),(0,J.jsxs)(`div`,{className:`code-file-blame-detail-row`,children:[(0,J.jsx)(`span`,{children:r.date}),(0,J.jsx)(`strong`,{children:re(t.authorTime)||r.uncommitted})]}),(0,J.jsxs)(`div`,{className:`code-file-blame-detail-row`,children:[(0,J.jsx)(`span`,{children:r.line}),(0,J.jsx)(`strong`,{children:t.lineNumber})]})]}),(0,J.jsx)(`button`,{type:`button`,className:`code-file-blame-detail-close`,onClick:i,"aria-label":r.closeBlameDetails})]})}function Pe(e,t){if(e.loading)return t.loadingDiff;if(e.error)return e.error;let n=e.diff;return n?n.isGitRepo?n.binary?t.binaryDiffUnavailable:n.truncated?t.diffTooLarge:n.patch.trim()?typeof n.originalContent!=`string`||typeof n.modifiedContent!=`string`?t.diffUnavailable:``:t.noFileDiff:t.notGitRepository:``}function Fe(e){let t=e.diff;return!!(t&&t.isGitRepo&&!t.binary&&!t.truncated&&t.patch.trim()&&typeof t.originalContent==`string`&&typeof t.modifiedContent==`string`)}function Ie(e,t){let n=C(e.file.path,e.workspaceRoot);return i.from({scheme:`farming-diff`,path:n.startsWith(`/`)?n:`/${n}`,query:t})}function Le(e,t,n,i){let a=Ie(e,t);return r.getModel(a)?.dispose(),r.createModel(n,i,a)}function Re({openFile:e,diffState:t,copy:n,onClose:i}){let a=(0,q.useRef)(null),o=(0,q.useRef)(null),s=(0,q.useRef)(null),c=(0,q.useRef)(null),l=Fe(t),d=(0,q.useMemo)(()=>Pe(t,n),[n,t]);return(0,q.useEffect)(()=>{if(!l)return;let e=a.current;if(!e)return;_e(),G();let t=r.createDiffEditor(e,{theme:ge(),automaticLayout:!1,renderSideBySide:!u(),originalEditable:!1,readOnly:!0,minimap:{enabled:!1},scrollBeyondLastLine:!1,fixedOverflowWidgets:!0,renderOverviewRuler:!0,enableSplitViewResizing:!u(),ignoreTrimWhitespace:!1,glyphMargin:!0,lineNumbersMinChars:4,unicodeHighlight:{ambiguousCharacters:!1,invisibleCharacters:!0,nonBasicASCII:!1}});o.current=t;let n=new ResizeObserver(()=>t.layout());n.observe(e);let i=new MutationObserver(()=>G(t));return i.observe(document.body,{attributes:!0,attributeFilter:[`data-appearance`]}),window.requestAnimationFrame(()=>t.layout()),()=>{n.disconnect(),i.disconnect(),t.dispose(),s.current?.dispose(),c.current?.dispose(),s.current=null,c.current=null,o.current=null}},[l]),(0,q.useEffect)(()=>{if(!l||!t.diff)return;let n=o.current;if(!n)return;s.current?.dispose(),c.current?.dispose();let r=pe(e.file.path,t.diff.modifiedContent),i=Le(e,`original`,t.diff.originalContent??``,r),a=Le(e,`modified`,t.diff.modifiedContent??``,r);s.current=i,c.current=a,n.setModel({original:i,modified:a}),window.requestAnimationFrame(()=>n.layout())},[t.diff,e,l]),(0,J.jsxs)(`section`,{className:`code-file-diff-view`,"data-testid":`code-file-diff-view`,"aria-label":n.fileDiff,children:[(0,J.jsxs)(`header`,{className:`code-file-diff-header`,children:[(0,J.jsxs)(`div`,{className:`code-file-diff-title`,children:[(0,J.jsx)(`strong`,{children:n.fileDiff}),(0,J.jsx)(`span`,{children:e.file.path})]}),(0,J.jsx)(`button`,{type:`button`,className:`code-file-diff-close`,"aria-label":n.closeDiff,onClick:i})]}),d&&(0,J.jsx)(`div`,{className:`code-file-diff-state ${t.error?`error`:``}`,children:d}),(0,J.jsx)(`div`,{ref:a,className:`code-file-diff-monaco ${l?``:`hidden`}`,"data-testid":`code-file-diff-monaco`})]})}function ze({left:e,width:t,rows:n,copy:r,onShowDetail:i}){return n.length===0?null:(0,J.jsx)(`div`,{className:`code-file-inline-blame-layer`,"aria-label":r.gitBlameAnnotations,children:n.map(({line:n,top:a})=>(0,J.jsx)(`button`,{type:`button`,className:`code-file-inline-blame ${n.uncommitted?`uncommitted`:``}`,style:{left:e,top:a,width:t},title:`${n.shortCommit} ${n.author||r.unknown} ${n.summary}`,onClick:e=>{e.preventDefault(),e.stopPropagation(),i(n)},children:te(n)},`${n.lineNumber}-${n.commit}-${n.author}`))})}function Be(e,t){return e===`previous`?t.openLineChangesWithPreviousRevision:t.openLineChangesWithWorkingFile}function Ve({mode:e,lineNumber:t,loading:n,error:r,changes:i,copy:a,onClose:o}){let s=i?.commit?`${i.commit.shortHash} ${i.commit.summary||``}`.trim():``,c=n?a.loadingLineChanges:r||(i&&!i.available?a.noLineChanges:``),l=i?.patch?i.patch.split(`
2
+ `):[];return(0,J.jsxs)(`div`,{className:`code-file-line-changes-panel`,"data-testid":`code-file-line-changes-panel`,children:[(0,J.jsxs)(`div`,{className:`code-file-line-changes-main`,children:[(0,J.jsxs)(`div`,{className:`code-file-line-changes-title`,children:[(0,J.jsx)(`strong`,{children:Be(e,a)}),(0,J.jsxs)(`code`,{children:[a.line,` `,t]})]}),s&&(0,J.jsx)(`div`,{className:`code-file-line-changes-subtitle`,children:s}),c&&(0,J.jsx)(`div`,{className:`code-file-line-changes-state ${r?`error`:``}`,children:c}),!n&&!r&&i?.available&&(0,J.jsx)(`pre`,{className:`code-file-line-changes-patch`,"aria-label":a.lineChanges,children:l.map((e,t)=>(0,J.jsx)(`span`,{className:`code-file-line-changes-line ${I(e)}`,children:e||` `},`${t}-${e}`))})]}),(0,J.jsx)(`button`,{type:`button`,className:`code-file-line-changes-close`,"aria-label":a.closeLineChanges,onClick:o})]})}function He({openFile:e,activeTabDomId:t,copy:n,sourcePreviewOpen:r}){let i=e.file.preview??null,a=r&&ie(e.file.path)?{kind:`image`,mediaType:`image/svg+xml`}:null,o=i?.kind===`image`?i:a,s=i?.kind===`pdf`?i:null,c=i?.kind===`binary`?i:null;return o?(0,J.jsx)(`section`,{className:`code-file-preview-panel`,"data-testid":`code-file-preview-panel`,role:`tabpanel`,"aria-labelledby":t,tabIndex:-1,children:(0,J.jsx)(`div`,{className:`code-file-image-preview-frame`,children:(0,J.jsx)(`img`,{className:`code-file-image-preview`,"data-testid":`code-file-image-preview`,src:l(e.agentId,e.file.path,e.file.sha1),alt:H(e.file.path),draggable:!1})})}):s?(0,J.jsx)(`section`,{className:`code-file-preview-panel`,"data-testid":`code-file-preview-panel`,role:`tabpanel`,"aria-labelledby":t,tabIndex:-1,children:(0,J.jsx)(`iframe`,{className:`code-file-pdf-preview`,"data-testid":`code-file-pdf-preview`,src:l(e.agentId,e.file.path,e.file.sha1),title:n.previewFor(e.file.path)})}):c?(0,J.jsx)(`section`,{className:`code-file-preview-panel metadata`,"data-testid":`code-file-preview-panel`,role:`tabpanel`,"aria-labelledby":t,"aria-label":n.previewFor(e.file.path),tabIndex:-1,children:(0,J.jsx)(`img`,{className:`code-file-metadata-preview-icon`,"data-testid":`code-file-metadata-preview-icon`,src:p(e.file.path),alt:``,"aria-hidden":`true`,draggable:!1})}):null}function Ue({activeTabDomId:e,blame:t,blameAuthorProfileUrl:n,blameDetailLine:r,blameOpen:i,blameOverlay:a,copy:o,cursorPosition:s,diffState:c,editorMode:l,editorHostRef:u,lineChanges:d,markdownSplitOpen:f,markdownPreviewOpen:p,sourcePreviewOpen:m,openFile:h,onClearBlameDetail:g,onCloseLineChanges:_,onCloseDiff:v,onOpenFilePath:y,onShowBlameDetail:b}){let S=ne({diffOnly:l.diffOnly,diffOpen:c.open,markdownSplitOpen:f,markdownPreviewOpen:p,sourcePreviewOpen:m,visualPreview:l.visualPreview}),C=(0,q.useRef)(null),w=S.showEditorOverlays||S.showMarkdownPreview;return(0,J.jsxs)(J.Fragment,{children:[S.showDiffView&&(0,J.jsx)(Re,{openFile:h,diffState:c,copy:o,onClose:v}),(0,J.jsxs)(`div`,{className:`code-file-editor-source-region ${S.showMarkdownSplit?`markdown-split`:``} ${S.showMonaco||S.showMarkdownSplit?``:`hidden`}`.trim(),"data-testid":S.showMarkdownSplit?`code-file-markdown-split`:void 0,children:[(0,J.jsx)(`div`,{id:`code-file-editor-panel`,ref:u,className:`code-file-monaco`,"data-testid":`code-file-monaco`,role:`tabpanel`,"aria-labelledby":e,tabIndex:-1}),S.showMarkdownSplit&&(0,J.jsx)(x,{ref:C,activeTabDomId:e,openFile:h,onOpenFilePath:y,copy:o})]}),S.showDiffOnlyPreview&&(0,J.jsx)(`section`,{className:`code-file-preview-panel metadata`,"data-testid":`code-file-preview-panel`,role:`tabpanel`,"aria-labelledby":e,tabIndex:-1,children:(0,J.jsx)(`div`,{className:`code-file-diff-state`,children:o.deletedFileDiffOnly})}),S.showMarkdownPreview&&(0,J.jsx)(x,{activeTabDomId:e,openFile:h,onOpenFilePath:y,copy:o}),S.showEditorOverlays&&i&&t?.isGitRepo&&(0,J.jsx)(ze,{left:a.left,width:a.width,rows:a.rows,copy:o,onShowDetail:b}),(0,J.jsx)(He,{openFile:h,activeTabDomId:e,copy:o,sourcePreviewOpen:S.showSourcePreview}),S.showEditorOverlays&&i&&r&&(0,J.jsx)(Ne,{filePath:h.file.path,line:r,authorProfileUrl:n,copy:o,onClose:g}),S.showEditorOverlays&&d&&(0,J.jsx)(Ve,{mode:d.mode,lineNumber:d.lineNumber,loading:d.loading,error:d.error,changes:d.changes,copy:o,onClose:_}),w&&(0,J.jsx)(`div`,{className:`code-file-editor-statusbar`,"data-testid":`code-file-editor-statusbar`,children:(0,J.jsx)(`span`,{className:`code-file-editor-cursor-position`,children:o.cursorPosition(s.lineNumber,s.column)})})]})}function We(e){return e instanceof h&&ae(e.status)}function Ge({openFile:e,disabled:t,onRevealLine:n}){let r=(0,q.useRef)(0),i=(0,q.useRef)(U(e)),[a,o]=(0,q.useState)(!1),[s,c]=(0,q.useState)(!1),[l,u]=(0,q.useState)(null),[d,f]=(0,q.useState)(null),[p,h]=(0,q.useState)(`unknown`),[_,v]=(0,q.useState)(null);i.current=U(e);let y=(0,q.useMemo)(()=>{let e=l?.lines??[];return{compact:oe(e,!0),regular:oe(e,!1)}},[l]),b=(0,q.useCallback)(()=>{v(null)},[]),x=(0,q.useCallback)(async()=>{if(t)return h(`unavailable`),null;c(!0),f(null);try{let t=await m(e.agentId,e.file.path);return u(t),h(t.isGitRepo&&t.lines.length>0?`available`:`unavailable`),t}catch(e){return u(null),f(e instanceof Error?e.message:`Failed to load blame`),h(We(e)?`unavailable`:`unknown`),null}finally{c(!1)}},[t,e.agentId,e.file.path,e.file.sha1]),S=(0,q.useCallback)(async()=>{if(t)return h(`unavailable`),`unavailable`;let n=U(e),a=r.current+1;r.current=a;try{let t=await g(e.agentId,e.file.path);if(r.current!==a||i.current!==n)return null;let o=t.available?`available`:`unavailable`;return h(o),o}catch{return r.current!==a||i.current!==n?null:(h(`unavailable`),`unavailable`)}},[t,e]),C=(0,q.useCallback)(async()=>{if(!t){if(a){o(!1),v(null);return}(p===`unknown`?await S():p)!==`unavailable`&&o(!0)}},[p,a,S,t]),w=(0,q.useCallback)(e=>{n(e.lineNumber,{focusEditor:!1}),v({line:e})},[n]);return(0,q.useEffect)(()=>{u(null),f(null),h(t?`unavailable`:`unknown`)},[t,e.agentId,e.file]),(0,q.useEffect)(()=>{t&&(o(!1),u(null),f(null),h(`unavailable`))},[t,e.agentId,e.file.path]),(0,q.useEffect)(()=>{if(!a)return;let e=!1;return x().then(t=>{e||(!t?.isGitRepo||t.lines.length===0)&&(o(!1),v(null))}),()=>{e=!0}},[a,x]),(0,q.useEffect)(()=>{v(null)},[a,e.agentId,e.file.path]),{blameOpen:a,blameLoading:s,blame:l,blameError:d,blameCapability:p,blameDetail:_,blameLabelWidths:y,checkBlameCapability:S,toggleBlame:C,showBlameDetail:w,clearBlameDetail:b}}function Ke({blame:e,blameLabelWidths:t,blameOpen:n,editorHostRef:i,editorRef:a,disabled:o}){let[s,c]=(0,q.useState)({left:0,width:112,rows:[]}),l=(0,q.useCallback)(()=>{let s=a.current,l=i.current;if(!s||!l||!n||!e?.isGitRepo||o){c({left:0,width:112,rows:[]}),s?.updateOptions({lineDecorationsWidth:10});return}let u=l.clientWidth<=520?t.compact:t.regular;s.updateOptions({lineDecorationsWidth:u+12});let d=s.getLayoutInfo(),f=l.offsetTop,p=s.getScrollTop(),m=s.getOption(r.EditorOption.lineHeight),h=l.offsetLeft+Math.max(0,d.contentLeft-u-8),g=N({visibleRanges:s.getVisibleRanges(),scrollTop:p,hostHeight:l.clientHeight,lineHeight:m});c({left:h,width:u,rows:V(e.lines,{...g,hostTop:f,scrollTop:p,hostHeight:l.clientHeight,lineHeight:m,getTopForLineNumber:e=>s.getTopForLineNumber(e)})})},[e,t,n,o,i,a]);return(0,q.useEffect)(()=>{let e=a.current;if(!e)return;l();let t=e.onDidScrollChange(l),n=e.onDidLayoutChange(l),r=window.requestAnimationFrame(l);return()=>{t.dispose(),n.dispose(),window.cancelAnimationFrame(r)}},[a,l]),{blameOverlay:s}}function qe({blameCapability:e,blameOpen:t,canShowBlame:n,canShowLineChanges:i,editorRef:a,readOnly:o,onCheckBlameCapability:s,onClearBlameDetail:c,onCloseTabContextMenu:l,onOpenLineChanges:u,onToggleBlame:d}){let[f,p]=(0,q.useState)(null),m=(0,q.useCallback)(()=>{p(null)},[]),h=(0,q.useCallback)(e=>{let i=e.target.type,o=new Set([r.MouseTargetType.GUTTER_GLYPH_MARGIN,r.MouseTargetType.GUTTER_LINE_NUMBERS,r.MouseTargetType.GUTTER_LINE_DECORATIONS,r.MouseTargetType.GUTTER_VIEW_ZONE]),u=e.target.position?.lineNumber??a.current?.getPosition()?.lineNumber??1,d=o.has(i)?`gutter`:`editor`;e.event.preventDefault(),e.event.stopPropagation(),c(),l();let f={x:Math.max(8,Math.min(e.event.posx,window.innerWidth-220)),y:Math.max(8,Math.min(e.event.posy,window.innerHeight-230)),kind:d,lineNumber:u};if(d===`gutter`&&n&&!t){s().then(e=>{e!==null&&p(f)});return}p(f)},[t,n,a,s,c,l]),g=(0,q.useCallback)(async e=>{let t=a.current,r=f;if(m(),!t)return;let s=t.getModel(),c=t.getSelection();if(e===`toggle-blame`){if(!n)return;await d();return}if(e===`line-changes-previous`||e===`line-changes-working`){if(!i)return;let n=r?.lineNumber??t.getPosition()?.lineNumber??1;await u(e===`line-changes-previous`?`previous`:`working`,n);return}if(e===`select-all`&&s){t.setSelection(s.getFullModelRange()),t.focus();return}if(!(!s||!c)){if(e===`copy`||e===`cut`){let n=s.getValueInRange(c);n&&await navigator.clipboard?.writeText(n).catch(()=>{}),e===`cut`&&n&&!o&&t.executeEdits(`farming-context-menu`,[{range:c,text:``,forceMoveMarkers:!0}]),t.focus();return}if(e===`paste`&&!o){let e=await navigator.clipboard?.readText().catch(()=>``)??``;e&&t.executeEdits(`farming-context-menu`,[{range:c,text:e,forceMoveMarkers:!0}]),t.focus()}}},[n,i,m,f,a,u,d,o]),_=!!(f&&f.kind===`gutter`&&n&&(t||e===`available`)),v=!!(f&&f.kind===`gutter`&&i);return(0,q.useEffect)(()=>{let e=e=>{let t=e.target;t instanceof Element&&t.closest(`.code-editor-context-menu, .code-file-tab-context-menu, .code-file-blame-detail, .code-file-inline-blame, .code-file-line-changes-panel`)||(p(null),l())},t=e=>{e.key===`Escape`&&(p(null),l())};return document.addEventListener(`mousedown`,e,!0),document.addEventListener(`keydown`,t,!0),()=>{document.removeEventListener(`mousedown`,e,!0),document.removeEventListener(`keydown`,t,!0)}},[l]),{editorContextMenu:f,closeEditorContextMenu:m,openEditorContextMenu:h,runEditorContextAction:g,showBlameContextAction:_,showLineChangesContextActions:v}}function Je({openFile:e,diffDisabled:t,onClearBlameDetail:n}){let r=(0,q.useRef)(0),i=(0,q.useRef)(void 0),a=(0,q.useRef)(U(e)),[o,s]=(0,q.useState)({open:!1,loading:!1,error:null,diff:null});a.current=U(e);let c=(0,q.useCallback)(()=>{r.current+=1,s({open:!1,loading:!1,error:null,diff:null})},[]),l=(0,q.useCallback)(async()=>{if(t)return;let i=r.current+1,o=U(e);r.current=i,n(),s({open:!0,loading:!0,error:null,diff:null});try{let t=await d(e.agentId,e.file.path);if(r.current!==i||a.current!==o)return;s({open:!0,loading:!1,error:null,diff:t})}catch(e){if(r.current!==i||a.current!==o)return;s({open:!0,loading:!1,error:e instanceof Error?e.message:`Failed to load diff`,diff:null})}},[t,n,e]),u=(0,q.useCallback)(()=>{if(o.open){c();return}l()},[c,o.open,l]);return(0,q.useEffect)(()=>{r.current+=1,s({open:!1,loading:!1,error:null,diff:null})},[t,e.agentId,e.file]),(0,q.useEffect)(()=>{!e.diffRequestId||t||i.current===e.diffRequestId||(i.current=e.diffRequestId,l())},[t,l,e.diffRequestId]),{diffState:o,closeDiff:c,toggleDiff:u}}function Ye({openFile:e,disabled:t,onClearBlameDetail:n,onRevealLine:r}){let i=(0,q.useRef)(0),a=(0,q.useRef)(U(e)),[o,s]=(0,q.useState)(null);a.current=U(e);let c=(0,q.useCallback)(()=>{s(null)},[]),l=(0,q.useCallback)(async(o,c)=>{if(t)return;let l=i.current+1,u=U(e);i.current=l,n(),s(le(o,c)),r(c,{focusEditor:!1});try{let t=await f(e.agentId,e.file.path,c,o);if(i.current!==l||a.current!==u)return;s(ce(o,c,t))}catch(e){if(i.current!==l||a.current!==u)return;s(P(o,c,e))}},[t,n,r,e]);return(0,q.useEffect)(()=>{i.current+=1,s(null)},[t,e.agentId,e.file]),{lineChanges:o,openLineChanges:l,closeLineChanges:c}}function Xe({editorRef:e,onFocusEditor:t}){(0,q.useEffect)(()=>{if(!window.__FARMING_E2E__)return;let n={focus(){return t(),!!e.current},revealLine(t){let n=e.current,r=n?.getModel();if(!n||!r)return!1;let i=Math.min(Math.max(1,t),r.getLineCount());return n.setPosition({lineNumber:i,column:1}),n.revealLineInCenter(i),n.focus(),!0},insertText(t){let n=e.current,r=n?.getSelection();return!n||!r?!1:(n.pushUndoStop(),n.executeEdits(`farming-e2e`,[{range:r,text:t,forceMoveMarkers:!0}]),n.pushUndoStop(),n.focus(),!0)},undo(){let t=e.current;return t?(t.focus(),t.trigger(`farming-e2e`,`undo`,null),!0):!1},getValue(){return e.current?.getValue()??``},getScrollTop(){return e.current?.getScrollTop()??0}};return window.__farmingFileEditorTest=n,()=>{window.__farmingFileEditorTest===n&&delete window.__farmingFileEditorTest}},[e,t])}function Ze({openFile:e,openFiles:t,readOnly:n,wordWrapEnabled:i,editorLabel:l,onChangeDraft:u,onFocusFilesSearch:d,onRecordNavigationCursor:f,onSaveShortcut:p,onOpenContextMenuRef:m}){let h=(0,q.useRef)(null),g=(0,q.useRef)(null),_=(0,q.useRef)(new Map),v=(0,q.useRef)(null),y=(0,q.useRef)(new Map),b=(0,q.useRef)(null),x=(0,q.useRef)(null),S=(0,q.useRef)(null),C=(0,q.useRef)(null),w=(0,q.useRef)(null),T=(0,q.useRef)(u),E=(0,q.useRef)(d),D=(0,q.useRef)(f),O=(0,q.useRef)(p),k=(0,q.useRef)(e.agentId),j=(0,q.useRef)(e.file.path),M=(0,q.useRef)(e.workspaceRoot),N=(0,q.useRef)(i),ee=(0,q.useRef)(l),P=(0,q.useRef)(null),F=(0,q.useRef)(0),I=(0,q.useRef)(0),[te,L]=(0,q.useState)({lineNumber:1,column:1});T.current=u,E.current=d,D.current=f,O.current=p,k.current=e.agentId,j.current=e.file.path,M.current=e.workspaceRoot,N.current=i,ee.current=l;let R=(0,q.useCallback)(e=>{let t=e?.getPosition();t&&L(e=>e.lineNumber===t.lineNumber&&e.column===t.column?e:{lineNumber:t.lineNumber,column:t.column})},[]),B=(0,q.useCallback)(()=>{let e=()=>{let e=g.current;e&&e.focus()};e(),window.requestAnimationFrame(e)},[]),ne=(0,q.useCallback)((e,t={})=>{let n=g.current;n&&(n.setPosition({lineNumber:e,column:1}),n.revealLineInCenter(e),t.focusEditor!==!1&&n.focus())},[]),V=(0,q.useCallback)(e=>{if(!e)return;let t=e.getVisibleRanges()[0]?.startLineNumber;if(!t||t<1)return;let n=e.getPosition(),r=M.current||`agent:${k.current}`,i=j.current;o({version:1,surface:`file`,resource:{kind:`file`,workspace:r,path:i},locator:{kind:`file-line`,id:i},position:{unit:`line-column`,value:t,...n?.column?{column:n.column}:{}}})},[]);return Xe({editorRef:g,onFocusEditor:B}),(0,q.useEffect)(()=>{let t=h.current;if(!t)return;_e(),G();let n=r.create(t,K({value:e.draft,language:pe(e.file.path,e.draft),ariaLabel:ee.current,wordWrapEnabled:N.current}));G(n);let i=()=>W(n,N.current),a=he(),o=()=>i();typeof a.addEventListener==`function`?a.addEventListener(`change`,o):a.addListener(o),i(),g.current=n,b.current=n.onDidChangeModelContent(()=>{F.current>0||T.current(n.getValue())}),x.current=n.onDidChangeCursorPosition(e=>{if(R(n),V(n),I.current>0||e.reason!==r.CursorChangeReason.Explicit||e.source===`api`)return;let t=n.getSelection();D.current?.({agentId:k.current,filePath:j.current,lineNumber:e.position.lineNumber,column:e.position.column,endColumn:t?.endColumn})}),S.current=n.onDidScrollChange(()=>{V(n)}),fe(n,{getAgentId:()=>k.current,onFocusFilesSearch:e=>E.current(e),onSaveShortcut:()=>O.current()}),C.current=n.onContextMenu(e=>m.current(e));let s=e=>{let t=de(n,e);t&&m.current(t)};t.addEventListener(`contextmenu`,s,!0),w.current=new ResizeObserver(()=>n.layout()),w.current.observe(t);let c=new MutationObserver(()=>G(n));return c.observe(document.body,{attributes:!0,attributeFilter:[`data-appearance`]}),()=>{let e=v.current;e&&_.current.set(e,n.saveViewState()),V(n),w.current?.disconnect(),w.current=null,c.disconnect(),C.current?.dispose(),C.current=null,t.removeEventListener(`contextmenu`,s,!0),typeof a.removeEventListener==`function`?a.removeEventListener(`change`,o):a.removeListener(o),x.current?.dispose(),x.current=null,S.current?.dispose(),S.current=null,b.current?.dispose(),b.current=null,n.dispose(),ve(),_.current.clear(),g.current=null,v.current=null}},[m,V,R]),(0,q.useEffect)(()=>{let t=g.current;if(!t)return;let n=U(e),r=A(e),i=v.current;i&&i!==n&&_.current.set(i,t.saveViewState());let o=me(e);t.getModel()!==o&&t.setModel(o);let l=y.current.get(n);if((i!==n||l!==r)&&o.getValue()!==e.draft){F.current+=1;try{o.setValue(e.draft)}finally{--F.current}}if(y.current.set(n,r),i!==n){let r=_.current.get(n);if(r)t.restoreViewState(r);else{let n=s(e.workspaceRoot||`agent:${e.agentId}`,e.file.path),r=a(n);r?.surface===`file`&&r.resource.kind===`file`&&r.position.value<=o.getLineCount()?t.revealLineInCenter(r.position.value):r&&c(n)}v.current=n}R(t)},[e,R]),(0,q.useEffect)(()=>{ye([...t,e],_.current)},[e,t]),(0,q.useEffect)(()=>{let t=g.current,n=e.cursor;if(!t||!n||P.current===n.requestId)return;let r=t.getModel(),i=z(n,{lineCount:r?.getLineCount()??1,getLineMaxColumn:e=>r?.getLineMaxColumn(e)??1});I.current+=1;try{t.setSelection(i),t.revealLineInCenter(i.startLineNumber),t.focus()}finally{window.setTimeout(()=>{I.current=Math.max(0,I.current-1)},120)}P.current=n.requestId,L({lineNumber:i.startLineNumber,column:i.startColumn})},[e.cursor,e.file.path]),(0,q.useEffect)(()=>{let e=g.current;e&&e.updateOptions({readOnly:n,domReadOnly:n})},[n]),(0,q.useEffect)(()=>{let e=g.current;e&&W(e,i)},[i]),{editorHostRef:h,editorRef:g,cursorPosition:te,focusEditor:B,revealLine:ne}}function Qe({openFile:e,openFiles:t,onCloseEditorTab:n,onFocusEditorTab:r,onFocusFilesSearch:i,onSaveFile:a}){let o=(0,q.useCallback)(e=>{i(e),window.requestAnimationFrame(()=>i(e)),window.setTimeout(()=>i(e),120)},[i]);return(0,q.useCallback)(i=>{if(i.altKey||!(i.ctrlKey||i.metaKey))return;if(i.key.toLowerCase()===`p`){i.preventDefault(),i.stopPropagation(),o(e.agentId);return}if(i.key.toLowerCase()===`s`){i.preventDefault(),i.stopPropagation(),a(!1);return}let s=t.findIndex(t=>U(t)===U(e));if(s!==-1){if(i.key===`PageUp`){i.preventDefault(),i.stopPropagation(),r((s-1+t.length)%t.length);return}if(i.key===`PageDown`){i.preventDefault(),i.stopPropagation(),r((s+1)%t.length);return}i.key.toLowerCase()===`w`&&(i.preventDefault(),i.stopPropagation(),n(s))}},[n,r,a,e,t,o])}function $(e){return U(e)}function $e(e){return e.filter((e,t,n)=>n.findIndex(t=>$(t)===$(e))===t)}function et(e,t,n){let r=e[n];if(!r||$(r)!==$(t))return t;let i=e.filter(e=>$(e)!==$(r));return i[Math.max(0,n-1)]??i[n]??null}function tt(e,t,n){let r=new Set(n.map($)),i=e.filter(e=>!r.has($(e)));return i.find(e=>$(e)===$(t))??i[0]??null}function nt(e,t){let n=$e(e),r=n.filter(S);return{closeFiles:n,dirtyFiles:r,pendingClose:r.length>0?{files:r,closeFiles:n,nextFocusFile:t}:null,nextFocusFile:t}}function rt(e){return e.nextFocusFile&&e.closeFiles.some(t=>$(t)===$(e.nextFocusFile))?null:e.nextFocusFile}function it(e,t,n){if(e===`close`){let e=t[n];return e?[e]:[]}return e===`close-others`?t.filter((e,t)=>t!==n):e===`close-right`?t.slice(n+1):e===`close-saved`?t.filter(w):[...t]}function at({openFile:e,openFiles:t,filesLabel:n,onSelectOpenFile:r,onCloseOpenFile:i,onCloseOpenFiles:a,onDismissEditorContextMenu:o,onSaveOpenFile:s}){let c=(0,q.useRef)(new Map),l=(0,q.useRef)(null),[u,d]=(0,q.useState)(null),[f,p]=(0,q.useState)(null),[m,h]=(0,q.useState)(!1),g=(0,q.useCallback)(()=>{d(null)},[]),_=(0,q.useCallback)((e,t)=>{t?c.current.set(e,t):c.current.delete(e)},[]),v=(0,q.useCallback)(e=>{let n=t[e];n&&(l.current=U(n),r(n.agentId,n.file.path))},[r,t]),y=(0,q.useCallback)((e,t)=>{if(e.length===0)return;let n=e.map(e=>({agentId:e.agentId,filePath:e.file.path,workspaceRoot:e.workspaceRoot}));if(l.current=t?U(t):null,n.length===1){let e=n[0];e&&i(e.agentId,e.filePath,e.workspaceRoot);return}a(n)},[i,a]),b=(0,q.useCallback)((e,t)=>{let n=nt(e,t),r=n.closeFiles;if(r.length!==0){if(n.pendingClose){p(n.pendingClose),h(!1);return}y(r,n.nextFocusFile)}},[y]),x=(0,q.useCallback)(n=>{let r=t[n];r&&b([r],et(t,e,n))},[e,t,b]),S=(0,q.useCallback)(n=>{b(n,tt(t,e,n))},[e,t,b]),C=(0,q.useCallback)((e,n)=>{e.preventDefault(),e.stopPropagation();let i=t[n];i&&r(i.agentId,i.file.path),o(),d({x:Math.max(8,Math.min(e.clientX,window.innerWidth-230)),y:Math.max(8,Math.min(e.clientY,window.innerHeight-190)),index:n})},[o,r,t]),w=(0,q.useCallback)(e=>{if(!u)return;let n=u.index;if(d(null),e===`close`){x(n);return}S(it(e,t,n))},[x,S,t,u]),T=(0,q.useCallback)((e,n)=>{if(!(e.altKey||e.ctrlKey||e.metaKey)){if(e.key===`ArrowLeft`){e.preventDefault(),v((n-1+t.length)%t.length);return}if(e.key===`ArrowRight`){e.preventDefault(),v((n+1)%t.length);return}if(e.key===`Home`){e.preventDefault(),v(0);return}if(e.key===`End`){e.preventDefault(),v(t.length-1);return}if(e.key===`Enter`||e.key===` `){e.preventDefault(),v(n);return}(e.key===`Delete`||e.key===`Backspace`)&&(e.preventDefault(),x(n))}},[x,v,t.length]),E=(0,q.useCallback)((e,t)=>{e.button===1&&(e.preventDefault(),e.stopPropagation(),x(t))},[x]),D=(0,q.useCallback)(async()=>{if(!f||m)return;h(!0);for(let e of f.files)if(!await s(e,!1)){h(!1);return}let e=rt(f),t=f.closeFiles;p(null),h(!1),y(t,e)},[y,s,f,m]),O=(0,q.useCallback)(()=>{if(!f)return;let e=rt(f),t=f.closeFiles;p(null),h(!1),y(t,e)},[y,f]),k=(0,q.useCallback)(()=>{p(null),h(!1)},[]),A=(0,q.useMemo)(()=>f?f.files.length===1?H(f.files[0]?.file.path??``):`${f.files.length} ${n}`:``,[n,f]);return(0,q.useEffect)(()=>{let t=U(e),n=c.current.get(t);n?.scrollIntoView({block:`nearest`,inline:`nearest`}),l.current===t&&(n?.focus(),l.current=null)},[e,t.length]),{tabContextMenu:u,pendingClose:f,pendingCloseSaving:m,pendingCloseLabel:A,closeTabContextMenu:g,setTabRef:_,focusEditorTab:v,closeEditorTab:x,openEditorTabContextMenu:C,runTabContextAction:w,handleEditorTabKeyDown:T,handleEditorTabAuxClick:E,confirmSaveAndClose:D,discardAndClose:O,cancelPendingClose:k}}function ot({openFile:e,readOnly:t,onUpdateOpenFile:n}){let r=(0,q.useCallback)(async(e,t=!1)=>{if(E(e))return!0;if(e.saving)return!1;if(!t&&!e.dirty)return!0;n({...e,saving:!0,error:null});try{let r=await v(e.agentId,e.file.path,e.draft,e.file.sha1,t);return n({...e,file:r,draft:r.content,dirty:!1,externalChanged:!1,saving:!1,error:null}),!0}catch(t){let r=t instanceof h&&t.status===409;return n({...e,saving:!1,externalChanged:e.externalChanged||r,error:t instanceof Error?t.message:`Failed to save file`}),!1}},[n]);return{saveOpenWorkspaceFile:r,saveFile:(0,q.useCallback)(async(n=!1)=>{t||await r(e,n)},[e,t,r]),reloadFile:(0,q.useCallback)(async()=>{n({...e,saving:!0,error:null});try{let t=await _(e.agentId,e.file.path);n({...e,file:t,draft:t.content,dirty:!1,externalChanged:!1,saving:!1,error:null})}catch(t){n({...e,saving:!1,error:t instanceof Error?t.message:`Failed to reload file`})}},[n,e])}}var st=``,ct=`farming.code.fileEditor.wordWrap`;function lt(){if(typeof window>`u`)return!1;try{return window.localStorage.getItem(ct)===`1`}catch{return!1}}function ut(e){if(!(typeof window>`u`))try{window.localStorage.setItem(ct,e?`1`:`0`)}catch{}}function dt({openFile:e,openFiles:t,onChangeDraft:n,onUpdateOpenFile:r,onSelectOpenFile:i,onOpenFilePath:a,canNavigateBack:o,canNavigateForward:s,onNavigateHistory:c,onCloseOpenFile:l,onCloseOpenFiles:u,onRevealInExplorer:d,onFocusFilesSearch:f,onRecordNavigationCursor:p,onBackToAgent:m,copy:h}){let g=(0,q.useRef)(()=>{}),_=(0,q.useRef)(()=>{}),v=k(e),y=R(e),[x,S]=(0,q.useState)({}),[C,w]=(0,q.useState)({}),[T,E]=(0,q.useState)(lt),D=U(e),O=!y.preview&&!y.diffOnly&&F(e.file.path),A=!y.preview&&!y.diffOnly&&ie(e.file.path),j=x[D],M=O||A?j!==!1:!1,N=O&&M,P=N&&C[D]===!0,I=N&&!P,te=A&&M,L=!y.canEditText||b(e.agentId)||e.file.readOnly===!0,z=y.canShowBlame&&e.file.external!==!0,B=y.canShowLineChanges&&e.file.external!==!0,{saveOpenWorkspaceFile:ne,saveFile:V,reloadFile:re}=ot({openFile:e,readOnly:L,onUpdateOpenFile:r}),{tabContextMenu:H,pendingClose:ae,pendingCloseSaving:oe,pendingCloseLabel:ce,closeTabContextMenu:le,setTabRef:ue,focusEditorTab:de,closeEditorTab:fe,openEditorTabContextMenu:pe,runTabContextAction:me,handleEditorTabKeyDown:he,handleEditorTabAuxClick:W,confirmSaveAndClose:ge,discardAndClose:_e,cancelPendingClose:ve}=at({openFile:e,openFiles:t,filesLabel:h.files,onSelectOpenFile:i,onCloseOpenFile:l,onCloseOpenFiles:u,onDismissEditorContextMenu:()=>_.current(),onSaveOpenFile:ne}),ye=Qe({openFile:e,openFiles:t,onCloseEditorTab:fe,onFocusEditorTab:de,onFocusFilesSearch:f,onSaveFile:V}),{editorHostRef:G,editorRef:K,cursorPosition:be,revealLine:xe}=Ze({openFile:e,openFiles:t,readOnly:L,wordWrapEnabled:T,editorLabel:h.editorFor(e.file.path),onChangeDraft:n,onFocusFilesSearch:f,onRecordNavigationCursor:p,onSaveShortcut:()=>{V(!1)},onOpenContextMenuRef:g}),{blameOpen:Y,blameLoading:Se,blame:X,blameError:Ce,blameCapability:we,blameDetail:Z,blameLabelWidths:Te,checkBlameCapability:Ee,toggleBlame:De,showBlameDetail:ke,clearBlameDetail:Q}=Ge({openFile:e,disabled:!z,onRevealLine:xe}),{lineChanges:Ae,openLineChanges:je,closeLineChanges:Ne}=Ye({openFile:e,disabled:!B,onClearBlameDetail:Q,onRevealLine:xe}),{diffState:Pe,closeDiff:Fe,toggleDiff:Ie}=Je({openFile:e,diffDisabled:!y.canShowDiff,onClearBlameDetail:Q}),{blameOverlay:Le}=Ke({blame:X,blameLabelWidths:Te,blameOpen:Y,editorHostRef:G,editorRef:K,disabled:!z}),{editorContextMenu:Re,closeEditorContextMenu:ze,openEditorContextMenu:Be,runEditorContextAction:Ve,showBlameContextAction:He,showLineChangesContextActions:We}=qe({blameCapability:we,blameOpen:Y,canShowBlame:z,canShowLineChanges:B,editorRef:K,readOnly:L,onCheckBlameCapability:Ee,onClearBlameDetail:Q,onCloseTabContextMenu:le,onOpenLineChanges:je,onToggleBlame:De});g.current=Be,_.current=ze;let Xe=ee(e)===`changedOnDisk`?h.changedOnDisk:null,$=Z?se(Z.line.author,st):``;return(0,q.useEffect)(()=>{if(!(typeof document>`u`))return document.body.classList.toggle(`code-mobile-markdown-reading`,N),()=>{document.body.classList.remove(`code-mobile-markdown-reading`)}},[N]),(0,q.useEffect)(()=>{let e=K.current;if(!e)return;let t=window.requestAnimationFrame(()=>e.layout());return()=>window.cancelAnimationFrame(t)},[K,P,I,M]),(0,J.jsxs)(`section`,{className:`code-file-editor ${N?`markdown-reading`:``}`.trim(),"data-testid":`code-file-editor`,onKeyDownCapture:ye,children:[(0,J.jsx)(Oe,{openFile:e,openFiles:t,editorMode:y,copy:h,statusText:Xe,onBackToAgent:m,onSelectOpenFile:i,canNavigateBack:o,canNavigateForward:s,onNavigateHistory:c,onSetTabRef:ue,onOpenTabContextMenu:pe,onTabAuxClick:W,onTabKeyDown:he,onCloseTab:fe,onRevealInExplorer:d,onSave:V,onReload:re,onToggleSourcePreview:()=>{if(!O&&!A)return;let e=!M;S(t=>({...t,[D]:e})),O&&!e&&w(e=>({...e,[D]:!1}))},onToggleMarkdownSplit:()=>{O&&(S(e=>({...e,[D]:!0})),w(e=>({...e,[D]:!P})))},onToggleWordWrap:()=>{E(e=>{let t=!e;return ut(t),t})},onToggleDiff:Ie,canPreviewMarkdown:O,canPreviewSource:A,diffOpen:Pe.open,markdownSplitOpen:P,sourcePreviewOpen:M,wordWrapEnabled:T}),e.error&&(0,J.jsx)(`div`,{className:`code-file-editor-alert`,"data-testid":`code-file-editor-alert`,children:e.error}),(0,J.jsx)(Ue,{activeTabDomId:v,blame:X,blameAuthorProfileUrl:$,blameDetailLine:Z?.line??null,blameOpen:Y,blameOverlay:Le,copy:h,cursorPosition:be,diffState:Pe,editorMode:y,editorHostRef:G,lineChanges:Ae,markdownSplitOpen:P,markdownPreviewOpen:I,sourcePreviewOpen:te,openFile:e,onClearBlameDetail:Q,onCloseDiff:Fe,onCloseLineChanges:Ne,onOpenFilePath:a,onShowBlameDetail:ke}),(0,J.jsx)(Me,{blame:X,blameError:Ce,blameLoading:Se,blameOpen:Y,copy:h,editorContextMenu:Re,readOnly:L,openFiles:t,pendingCloseOpen:!!ae,pendingCloseLabel:ce,pendingCloseSaving:oe,showBlameContextAction:He,showLineChangesContextActions:We,tabContextMenu:H,onCancelPendingClose:ve,onCloseEditorContextMenu:ze,onConfirmSaveAndClose:ge,onDiscardAndClose:_e,onRunEditorContextAction:Ve,onRunTabContextAction:me})]})}export{dt as FileEditorPane};
@@ -0,0 +1 @@
1
+ import{t as e}from"./jsx-runtime-BthL93pI.js";var t=e();function n(e){return(0,t.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:(0,t.jsx)(`path`,{d:`M3.14598 5.85423L7.64598 10.3542C7.84098 10.5492 8.15798 10.5492 8.35298 10.3542L12.853 5.85423C13.048 5.65923 13.048 5.34223 12.853 5.14723C12.658 4.95223 12.341 4.95223 12.146 5.14723L7.99998 9.29323L3.85398 5.14723C3.65898 4.95223 3.34198 4.95223 3.14698 5.14723C2.95198 5.34223 2.95098 5.65923 3.14598 5.85423Z`})})}function r(e){return(0,t.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:(0,t.jsx)(`path`,{d:`M3.14603 9.85423C3.34103 10.0492 3.65803 10.0492 3.85303 9.85423L7.99903 5.70823L12.145 9.85423C12.34 10.0492 12.657 10.0492 12.852 9.85423C13.047 9.65923 13.047 9.34223 12.852 9.14723L8.35203 4.64723C8.15703 4.45223 7.84003 4.45223 7.64503 4.64723L3.14503 9.14723C2.95003 9.34223 2.95103 9.65923 3.14603 9.85423Z`})})}function i(e){return(0,t.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:(0,t.jsx)(`path`,{d:`M9.14601 3.14623L4.64601 7.64623C4.45101 7.84123 4.45101 8.15823 4.64601 8.35323L9.14601 12.8532C9.34101 13.0482 9.65801 13.0482 9.85301 12.8532C10.048 12.6582 10.048 12.3412 9.85301 12.1462L5.70701 8.00023L9.85301 3.85423C10.048 3.65923 10.048 3.34223 9.85301 3.14723C9.65801 2.95223 9.34101 2.95223 9.14601 3.14723V3.14623Z`})})}function a(e){return(0,t.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:(0,t.jsx)(`path`,{d:`M6.14601 3.14579C5.95101 3.34079 5.95101 3.65779 6.14601 3.85279L10.292 7.99879L6.14601 12.1448C5.95101 12.3398 5.95101 12.6568 6.14601 12.8518C6.34101 13.0468 6.65801 13.0468 6.85301 12.8518L11.353 8.35179C11.548 8.15679 11.548 7.83979 11.353 7.64478L6.85301 3.14479C6.65801 2.94979 6.34101 2.95079 6.14601 3.14579Z`})})}function o(e){return(0,t.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:(0,t.jsx)(`path`,{d:`M13.854 8.14576L8.854 3.14576C8.659 2.95076 8.342 2.95076 8.147 3.14576C7.952 3.34076 7.952 3.65776 8.147 3.85276L12.293 7.99876H2.5C2.224 7.99876 2 8.22276 2 8.49876C2 8.77476 2.224 8.99876 2.5 8.99876H12.293L8.147 13.1448C7.952 13.3398 7.952 13.6568 8.147 13.8518C8.245 13.9498 8.373 13.9978 8.501 13.9978C8.629 13.9978 8.757 13.9488 8.855 13.8518L13.855 8.85176C14.05 8.65676 14.05 8.33976 13.855 8.14476L13.854 8.14576Z`})})}function s(e){return(0,t.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:(0,t.jsx)(`path`,{d:`M13.854 8.146C13.659 7.951 13.342 7.951 13.147 8.146L9.00096 12.292V2.5C9.00096 2.224 8.77696 2 8.50096 2C8.22496 2 8.00096 2.224 8.00096 2.5V12.293L3.85496 8.147C3.65996 7.952 3.34296 7.952 3.14796 8.147C2.95296 8.342 2.95296 8.659 3.14796 8.854L8.14796 13.854C8.24596 13.952 8.37396 14 8.50196 14C8.62996 14 8.75796 13.951 8.85596 13.854L13.856 8.854C14.051 8.659 14.051 8.342 13.856 8.147L13.854 8.146Z`})})}function c(e){return(0,t.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:(0,t.jsx)(`path`,{d:`M13.854 7.14576L8.85401 2.14576C8.65901 1.95076 8.34201 1.95076 8.14701 2.14576L3.14601 7.14576C2.95101 7.34076 2.95101 7.65776 3.14601 7.85276C3.34101 8.04776 3.65801 8.04776 3.85301 7.85276L7.99901 3.70676V13.4998C7.99901 13.7758 8.22301 13.9998 8.49901 13.9998C8.77501 13.9998 8.99901 13.7758 8.99901 13.4998V3.70676L13.145 7.85276C13.243 7.95076 13.371 7.99876 13.499 7.99876C13.627 7.99876 13.755 7.94976 13.853 7.85276C14.048 7.65776 14.048 7.34076 13.853 7.14576H13.854Z`})})}function l(e){return(0,t.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:(0,t.jsx)(`path`,{d:`M8.70701 8.00001L12.353 4.35401C12.548 4.15901 12.548 3.84201 12.353 3.64701C12.158 3.45201 11.841 3.45201 11.646 3.64701L8.00001 7.29301L4.35401 3.64701C4.15901 3.45201 3.84201 3.45201 3.64701 3.64701C3.45201 3.84201 3.45201 4.15901 3.64701 4.35401L7.29301 8.00001L3.64701 11.646C3.45201 11.841 3.45201 12.158 3.64701 12.353C3.74501 12.451 3.87301 12.499 4.00101 12.499C4.12901 12.499 4.25701 12.45 4.35501 12.353L8.00101 8.70701L11.647 12.353C11.745 12.451 11.873 12.499 12.001 12.499C12.129 12.499 12.257 12.45 12.355 12.353C12.55 12.158 12.55 11.841 12.355 11.646L8.70901 8.00001H8.70701Z`})})}function u(e){return(0,t.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:(0,t.jsx)(`path`,{d:`M10.0195 10.7266C9.06578 11.5217 7.83875 12 6.5 12C3.46243 12 1 9.53757 1 6.5C1 3.46243 3.46243 1 6.5 1C9.53757 1 12 3.46243 12 6.5C12 7.83875 11.5217 9.06578 10.7266 10.0195L13.8535 13.1464C14.0488 13.3417 14.0488 13.6583 13.8535 13.8536C13.6583 14.0488 13.3417 14.0488 13.1464 13.8536L10.0195 10.7266ZM11 6.5C11 4.01472 8.98528 2 6.5 2C4.01472 2 2 4.01472 2 6.5C2 8.98528 4.01472 11 6.5 11C8.98528 11 11 8.98528 11 6.5Z`})})}function d(e){return(0,t.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:(0,t.jsx)(`path`,{d:`M13.6572 3.13573C13.8583 2.9465 14.175 2.95614 14.3643 3.15722C14.5535 3.35831 14.5438 3.675 14.3428 3.86425L5.84277 11.8642C5.64597 12.0494 5.33756 12.0446 5.14648 11.8535L1.64648 8.35351C1.45121 8.15824 1.45121 7.84174 1.64648 7.64647C1.84174 7.45121 2.15825 7.45121 2.35351 7.64647L5.50976 10.8027L13.6572 3.13573Z`})})}function f(e){return(0,t.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:(0,t.jsx)(`path`,{d:`M8 1.5C8 1.22386 7.77614 1 7.5 1C7.22386 1 7 1.22386 7 1.5V7H1.5C1.22386 7 1 7.22386 1 7.5C1 7.77614 1.22386 8 1.5 8H7V13.5C7 13.7761 7.22386 14 7.5 14C7.77614 14 8 13.7761 8 13.5V8H13.5C13.7761 8 14 7.77614 14 7.5C14 7.22386 13.7761 7 13.5 7H8V1.5Z`})})}function p(e){return(0,t.jsxs)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 24 24`,"aria-hidden":`true`,focusable:`false`,...e,children:[(0,t.jsx)(`path`,{d:`M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2`}),(0,t.jsx)(`path`,{d:`M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2`}),(0,t.jsx)(`path`,{d:`M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8`}),(0,t.jsx)(`path`,{d:`M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15`})]})}function m(e){return(0,t.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:(0,t.jsx)(`path`,{d:`M5.5 1C4.673 1 4 1.673 4 2.5V4H2.5C1.673 4 1 4.673 1 5.5V13.5C1 14.327 1.673 15 2.5 15H10.5C11.327 15 12 14.327 12 13.5V12H13.5C14.327 12 15 11.327 15 10.5V2.5C15 1.673 14.327 1 13.5 1H5.5ZM5 2.5C5 2.224 5.224 2 5.5 2H13.5C13.776 2 14 2.224 14 2.5V10.5C14 10.776 13.776 11 13.5 11H12V5.5C12 4.673 11.327 4 10.5 4H5V2.5ZM2.5 5H10.5C10.776 5 11 5.224 11 5.5V13.5C11 13.776 10.776 14 10.5 14H2.5C2.224 14 2 13.776 2 13.5V5.5C2 5.224 2.224 5 2.5 5Z`})})}function h(e){return(0,t.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 24 24`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:(0,t.jsx)(`path`,{d:`M18.75 1.5H5.25C3.1815 1.5 1.5 3.183 1.5 5.25V18.75C1.5 20.8185 3.1815 22.5 5.25 22.5H18.75C20.8185 22.5 22.5 20.8185 22.5 18.75V5.25C22.5 3.183 20.8185 1.5 18.75 1.5ZM21 18.75C21 19.9905 19.9905 21 18.75 21H5.25C4.0095 21 3 19.9905 3 18.75V5.25C3 4.0095 4.0095 3 5.25 3H18.75C19.9905 3 21 4.0095 21 5.25V18.75ZM10.281 13.281L5.781 17.781C5.634 17.928 5.442 18 5.25 18C5.058 18 4.866 17.9265 4.719 17.781C4.4265 17.4885 4.4265 17.013 4.719 16.7205L8.688 12.7515L4.719 8.7825C4.4265 8.49 4.4265 8.0145 4.719 7.722C5.0115 7.4295 5.487 7.4295 5.7795 7.722L10.2795 12.222C10.572 12.5145 10.572 12.99 10.2795 13.2825L10.281 13.281ZM19.5 17.25C19.5 17.664 19.164 18 18.75 18H11.25C10.836 18 10.5 17.664 10.5 17.25C10.5 16.836 10.836 16.5 11.25 16.5H18.75C19.164 16.5 19.5 16.836 19.5 17.25Z`})})}function g(e){return(0,t.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:(0,t.jsx)(`path`,{d:`M14.56 7.44049C14.28 7.16049 13.9 7.00049 13.5 7.00049H13V4.00049C13 2.90049 12.1 2.00049 11 2.00049H3C1.9 2.00049 1 2.90049 1 4.00049V9.00049C1 10.1005 1.9 11.0005 3 11.0005V12.0005C3 12.8205 3.93 13.2905 4.59 12.8105L7 11.0505V11.5005C7 11.9005 7.16 12.2805 7.44 12.5605C7.72 12.8405 8.1 13.0005 8.5 13.0005H10.29L12.15 14.8505C12.19 14.9005 12.25 14.9405 12.31 14.9605C12.37 14.9905 12.43 15.0005 12.5 15.0005C12.57 15.0005 12.63 14.9905 12.69 14.9605C12.78 14.9205 12.86 14.8605 12.92 14.7805C12.97 14.7005 13 14.6005 13 14.5005V13.0005H13.5C13.9 13.0005 14.28 12.8405 14.56 12.5605C14.84 12.2805 15 11.9005 15 11.5005V8.50049C15 8.10049 14.84 7.72049 14.56 7.44049ZM6.75 10.0005L4 12.0005V10.0005H3C2.45 10.0005 2 9.55049 2 9.00049V4.00049C2 3.45049 2.45 3.00049 3 3.00049H11C11.55 3.00049 12 3.45049 12 4.00049V7.00049H8.5C8.1 7.00049 7.72 7.16049 7.44 7.44049C7.16 7.72049 7 8.10049 7 8.50049V10.0005H6.75ZM14 11.5005C14 11.6305 13.95 11.7605 13.85 11.8505C13.76 11.9505 13.63 12.0005 13.5 12.0005H12.5C12.37 12.0005 12.24 12.0505 12.15 12.1505C12.05 12.2405 12 12.3705 12 12.5005V13.2905L10.85 12.1505C10.81 12.1005 10.75 12.0605 10.69 12.0405C10.63 12.0105 10.57 12.0005 10.5 12.0005H8.5C8.37 12.0005 8.24 11.9505 8.15 11.8505C8.05 11.7605 8 11.6305 8 11.5005V8.50049C8 8.37049 8.05 8.24049 8.15 8.15049C8.24 8.05049 8.37 8.00049 8.5 8.00049H13.5C13.63 8.00049 13.76 8.05049 13.85 8.15049C13.95 8.24049 14 8.37049 14 8.50049V11.5005Z`})})}function _(e){return(0,t.jsxs)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,"aria-hidden":`true`,focusable:`false`,...e,children:[(0,t.jsx)(`circle`,{cx:`8`,cy:`8`,r:`6`,fill:`none`,stroke:`currentColor`,strokeWidth:`1.25`}),(0,t.jsx)(`path`,{d:`M8 2a6 6 0 0 0 0 12Z`,fill:`currentColor`,opacity:`0.38`}),(0,t.jsx)(`path`,{d:`M8 2v12`,fill:`none`,stroke:`currentColor`,strokeWidth:`1.25`})]})}function v(e){return(0,t.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:(0,t.jsx)(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M6.92 1.25h2.16l.32 1.66c.43.14.84.31 1.2.52l1.4-.95 1.53 1.53-.95 1.4c.21.37.39.77.52 1.2l1.65.31v2.16l-1.65.32c-.13.43-.31.84-.52 1.2l.95 1.4L12 13.53l-1.4-.95c-.36.21-.77.39-1.2.52l-.32 1.65H6.92L6.6 13.1a5.3 5.3 0 0 1-1.2-.52l-1.4.95L2.47 12l.95-1.4a5.3 5.3 0 0 1-.52-1.2l-1.65-.32V6.92L2.9 6.6c.13-.43.31-.83.52-1.2l-.95-1.4L4 2.47l1.4.95c.36-.21.77-.38 1.2-.52l.32-1.65Zm.83 1-.27 1.4-.3.08c-.55.14-1.06.36-1.5.65l-.27.18-1.18-.8-.47.47.8 1.18-.18.27c-.29.44-.51.95-.65 1.5l-.08.3-1.4.27v.66l1.4.27.08.3c.14.55.36 1.06.65 1.5l.18.27-.8 1.18.47.47 1.18-.8.27.18c.44.29.95.51 1.5.65l.3.08.27 1.4h.66l.27-1.4.3-.08c.55-.14 1.06-.36 1.5-.65l.27-.18 1.18.8.47-.47-.8-1.18.18-.27c.29-.44.51-.95.65-1.5l.08-.3 1.4-.27v-.66l-1.4-.27-.08-.3a4.3 4.3 0 0 0-.65-1.5l-.18-.27.8-1.18-.47-.47-1.18.8-.27-.18a4.3 4.3 0 0 0-1.5-.65l-.3-.08-.27-1.4h-.66ZM8 5.25a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5ZM6.25 8a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0Z`})})}function y(e){return(0,t.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 24 24`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:(0,t.jsx)(`path`,{d:`M3 5v14h8V5H3Zm6 12H5V7h4v10Zm4 2h8V5h-8v14Zm2-12h4v10h-4V7Z`})})}function b(e){return(0,t.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 24 24`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:(0,t.jsx)(`path`,{d:`M5 3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5Zm0 2h14v14H5V5Zm2 3v2h10V8H7Zm0 4v2h10v-2H7Zm0 4v2h10v-2H7Z`})})}function x(e){return(0,t.jsxs)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:[(0,t.jsx)(`path`,{d:`M1.5 1H6v1H2v12h12v-4h1v4.5l-.5.5h-13l-.5-.5v-13l.5-.5z`}),(0,t.jsx)(`path`,{d:`M15 1.5V8h-1V2.707L7.243 9.465l-.707-.708L13.293 2H8V1h6.5l.5.5z`})]})}function S(e){return(0,t.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:(0,t.jsx)(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M6.306 2.146l-4.02 4.02v.708l4.02 4.02.708-.707L3.807 6.98H5.69c2.813 0 4.605.605 5.705 1.729 1.102 1.125 1.615 2.877 1.615 5.421v.35h1v-.35c0-2.646-.527-4.72-1.9-6.121C10.735 6.605 8.617 5.98 5.69 5.98H3.887l3.127-3.126-.708-.708z`})})}function C(e){return(0,t.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:(0,t.jsx)(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M3.5 4l.5-.5h8l.5.5v8l-.5.5H4l-.5-.5V4zm1 .5v7h7v-7h-7z`})})}function w(e){return(0,t.jsxs)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:[(0,t.jsx)(`path`,{d:`M8.85352 11.7021H7.85449L7.03809 9.54297H3.77246L3.00439 11.7021H2L4.9541 4H5.88867L8.85352 11.7021ZM6.74268 8.73193L5.53418 5.4502C5.49479 5.34277 5.4554 5.1709 5.41602 4.93457H5.39453C5.35872 5.15299 5.31755 5.32487 5.271 5.4502L4.07324 8.73193H6.74268Z`}),(0,t.jsx)(`path`,{d:`M13.756 11.7021H12.8752V10.8428H12.8537C12.4706 11.5016 11.9066 11.8311 11.1618 11.8311C10.6139 11.8311 10.1843 11.686 9.87273 11.396C9.56479 11.106 9.41082 10.721 9.41082 10.2412C9.41082 9.21354 10.016 8.61556 11.2262 8.44727L12.8752 8.21631C12.8752 7.28174 12.4974 6.81445 11.7419 6.81445C11.0794 6.81445 10.4815 7.04004 9.94793 7.49121V6.58887C10.4886 6.24512 11.1117 6.07324 11.8171 6.07324C13.1097 6.07324 13.756 6.75716 13.756 8.125V11.7021ZM12.8752 8.91992L11.5485 9.10254C11.1403 9.15983 10.8324 9.26188 10.6247 9.40869C10.417 9.55192 10.3132 9.80794 10.3132 10.1768C10.3132 10.4453 10.4081 10.6655 10.5978 10.8374C10.7912 11.0057 11.0472 11.0898 11.3659 11.0898C11.8027 11.0898 12.1626 10.9377 12.4455 10.6333C12.7319 10.3254 12.8752 9.93685 12.8752 9.46777V8.91992Z`})]})}function T(e){return(0,t.jsxs)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:[(0,t.jsx)(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M0 11H1V13H15V11H16V14H15H1H0V11Z`}),(0,t.jsx)(`path`,{d:`M6.84048 11H5.95963V10.1406H5.93814C5.555 10.7995 4.99104 11.1289 4.24625 11.1289C3.69839 11.1289 3.26871 10.9839 2.95718 10.6938C2.64924 10.4038 2.49527 10.0189 2.49527 9.53906C2.49527 8.51139 3.10041 7.91341 4.3107 7.74512L5.95963 7.51416C5.95963 6.57959 5.58186 6.1123 4.82632 6.1123C4.16389 6.1123 3.56591 6.33789 3.03238 6.78906V5.88672C3.57307 5.54297 4.19612 5.37109 4.90152 5.37109C6.19416 5.37109 6.84048 6.05501 6.84048 7.42285V11ZM5.95963 8.21777L4.63297 8.40039C4.22476 8.45768 3.91682 8.55973 3.70914 8.70654C3.50145 8.84977 3.39761 9.10579 3.39761 9.47461C3.39761 9.74316 3.4925 9.96338 3.68228 10.1353C3.87564 10.3035 4.13166 10.3877 4.45035 10.3877C4.8872 10.3877 5.24706 10.2355 5.52994 9.93115C5.8164 9.62321 5.95963 9.2347 5.95963 8.76562V8.21777Z`}),(0,t.jsx)(`path`,{d:`M9.3475 10.2051H9.32601V11H8.44515V2.85742H9.32601V6.4668H9.3475C9.78076 5.73633 10.4146 5.37109 11.2489 5.37109C11.9543 5.37109 12.5057 5.61816 12.9032 6.1123C13.3042 6.60286 13.5047 7.26172 13.5047 8.08887C13.5047 9.00911 13.2809 9.74674 12.8333 10.3018C12.3857 10.8532 11.7734 11.1289 10.9964 11.1289C10.2695 11.1289 9.71989 10.821 9.3475 10.2051ZM9.32601 7.98682V8.75488C9.32601 9.20964 9.47282 9.59635 9.76644 9.91504C10.0636 10.2301 10.4396 10.3877 10.8944 10.3877C11.4279 10.3877 11.8451 10.1836 12.1458 9.77539C12.4502 9.36719 12.6024 8.79964 12.6024 8.07275C12.6024 7.46045 12.4609 6.98063 12.1781 6.6333C11.8952 6.28597 11.512 6.1123 11.0286 6.1123C10.5166 6.1123 10.1048 6.29134 9.7933 6.64941C9.48177 7.00391 9.32601 7.44971 9.32601 7.98682Z`})]})}function E(e){return(0,t.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:(0,t.jsx)(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M10.012 2h.976v3.113l2.56-1.557.486.885L11.47 6l2.564 1.559-.485.885-2.561-1.557V10h-.976V6.887l-2.56 1.557-.486-.885L9.53 6 6.966 4.441l.485-.885 2.561 1.557V2zM2 10h4v4H2v-4z`})})}function D(e){return(0,t.jsx)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...e,children:(0,t.jsx)(`path`,{d:`M8 1C4.14 1 1 4.14 1 8C1 11.86 4.14 15 8 15C11.86 15 15 11.86 15 8C15 4.14 11.86 1 8 1ZM8 14C4.691 14 2 11.309 2 8C2 4.691 4.691 2 8 2C11.309 2 14 4.691 14 8C14 11.309 11.309 14 8 14ZM10.854 5.854L8.708 8L10.854 10.146C11.049 10.341 11.049 10.658 10.854 10.853C10.756 10.951 10.628 10.999 10.5 10.999C10.372 10.999 10.244 10.95 10.146 10.853L8 8.707L5.854 10.853C5.756 10.951 5.628 10.999 5.5 10.999C5.372 10.999 5.244 10.95 5.146 10.853C4.951 10.658 4.951 10.341 5.146 10.146L7.292 8L5.146 5.854C4.951 5.659 4.951 5.342 5.146 5.147C5.341 4.952 5.658 4.952 5.853 5.147L7.999 7.293L10.145 5.147C10.34 4.952 10.657 4.952 10.852 5.147C11.047 5.342 11.047 5.659 10.852 5.854H10.854Z`})})}export{v as C,T as E,u as S,h as T,x as _,g as a,E as b,i as c,l as d,_ as f,D as g,b as h,w as i,a as l,y as m,o as n,d as o,m as p,c as r,n as s,s as t,r as u,p as v,C as w,S as x,f as y};