aicodeman 1.10.0 → 1.11.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.
Files changed (85) hide show
  1. package/README.md +2 -0
  2. package/README.zh-CN.md +2 -0
  3. package/dist/config/file-editing.d.ts +39 -0
  4. package/dist/config/file-editing.d.ts.map +1 -0
  5. package/dist/config/file-editing.js +148 -0
  6. package/dist/config/file-editing.js.map +1 -0
  7. package/dist/types/common.d.ts +15 -0
  8. package/dist/types/common.d.ts.map +1 -1
  9. package/dist/web/public/admin-ui.js.gz +0 -0
  10. package/dist/web/public/api-client.c9b1cddc.js.gz +0 -0
  11. package/dist/web/public/{app.8ae6a2ad.js → app.166af5f1.js} +5 -5
  12. package/dist/web/public/app.166af5f1.js.br +0 -0
  13. package/dist/web/public/app.166af5f1.js.gz +0 -0
  14. package/dist/web/public/constants.e7175b95.js.gz +0 -0
  15. package/dist/web/public/cron-ui.js.gz +0 -0
  16. package/dist/web/public/entrance-animations.js.gz +0 -0
  17. package/dist/web/public/i18n.0fbea500.js +1 -0
  18. package/dist/web/public/i18n.0fbea500.js.br +0 -0
  19. package/dist/web/public/i18n.0fbea500.js.gz +0 -0
  20. package/dist/web/public/image-input.ee16ad88.js.gz +0 -0
  21. package/dist/web/public/index.html +16 -7
  22. package/dist/web/public/index.html.br +0 -0
  23. package/dist/web/public/index.html.gz +0 -0
  24. package/dist/web/public/input-cjk.63794d0b.js.gz +0 -0
  25. package/dist/web/public/keyboard-accessory.9936227d.js.gz +0 -0
  26. package/dist/web/public/mobile-handlers.bc2b8c1d.js.gz +0 -0
  27. package/dist/web/public/mobile-overview.js.gz +0 -0
  28. package/dist/web/public/{mobile.e56d787a.css → mobile.32cacde5.css} +1 -1
  29. package/dist/web/public/mobile.32cacde5.css.br +0 -0
  30. package/dist/web/public/{mobile.e56d787a.css.gz → mobile.32cacde5.css.gz} +0 -0
  31. package/dist/web/public/notification-manager.5d229063.js.gz +0 -0
  32. package/dist/web/public/orchestrator-panel.js.gz +0 -0
  33. package/dist/web/public/{panels-ui.600881ae.js → panels-ui.1d4203e0.js} +63 -62
  34. package/dist/web/public/panels-ui.1d4203e0.js.br +0 -0
  35. package/dist/web/public/panels-ui.1d4203e0.js.gz +0 -0
  36. package/dist/web/public/ralph-panel.6de2d0f8.js.gz +0 -0
  37. package/dist/web/public/ralph-wizard.13a1831e.js.gz +0 -0
  38. package/dist/web/public/respawn-ui.ff0dae4c.js.gz +0 -0
  39. package/dist/web/public/sanitize-html.bc7078d6.js.gz +0 -0
  40. package/dist/web/public/session-ui.1356a4f4.js.gz +0 -0
  41. package/dist/web/public/settings-ui.ed9cdb3f.js.gz +0 -0
  42. package/dist/web/public/{styles.7e638f69.css → styles.2e8dc8b7.css} +1 -1
  43. package/dist/web/public/styles.2e8dc8b7.css.br +0 -0
  44. package/dist/web/public/styles.2e8dc8b7.css.gz +0 -0
  45. package/dist/web/public/subagent-windows.4cc8b005.js.gz +0 -0
  46. package/dist/web/public/sw.js.gz +0 -0
  47. package/dist/web/public/terminal-ui.3ac6f8c2.js +3 -0
  48. package/dist/web/public/terminal-ui.3ac6f8c2.js.br +0 -0
  49. package/dist/web/public/terminal-ui.3ac6f8c2.js.gz +0 -0
  50. package/dist/web/public/ultracode-panel.js.gz +0 -0
  51. package/dist/web/public/ultracode-windows.js.gz +0 -0
  52. package/dist/web/public/upload.html.gz +0 -0
  53. package/dist/web/public/vendor/dompurify.min.js.gz +0 -0
  54. package/dist/web/public/vendor/marked.min.js.gz +0 -0
  55. package/dist/web/public/vendor/xterm-addon-fit.min.js.gz +0 -0
  56. package/dist/web/public/vendor/xterm-addon-serialize.min.js.gz +0 -0
  57. package/dist/web/public/vendor/xterm-addon-unicode11.min.js.gz +0 -0
  58. package/dist/web/public/vendor/xterm-addon-webgl.min.js.gz +0 -0
  59. package/dist/web/public/vendor/xterm-zerolag-input.137ad9f0.js.gz +0 -0
  60. package/dist/web/public/vendor/xterm.css.gz +0 -0
  61. package/dist/web/public/vendor/xterm.min.js.gz +0 -0
  62. package/dist/web/public/voice-input.085e9e73.js.gz +0 -0
  63. package/dist/web/public/webview-tabs.js.gz +0 -0
  64. package/dist/web/routes/file-routes.d.ts +4 -1
  65. package/dist/web/routes/file-routes.d.ts.map +1 -1
  66. package/dist/web/routes/file-routes.js +215 -5
  67. package/dist/web/routes/file-routes.js.map +1 -1
  68. package/dist/web/schemas.d.ts +18 -0
  69. package/dist/web/schemas.d.ts.map +1 -1
  70. package/dist/web/schemas.js +24 -0
  71. package/dist/web/schemas.js.map +1 -1
  72. package/package.json +1 -1
  73. package/dist/web/public/app.8ae6a2ad.js.br +0 -0
  74. package/dist/web/public/app.8ae6a2ad.js.gz +0 -0
  75. package/dist/web/public/i18n.8a202f9d.js +0 -1
  76. package/dist/web/public/i18n.8a202f9d.js.br +0 -0
  77. package/dist/web/public/i18n.8a202f9d.js.gz +0 -0
  78. package/dist/web/public/mobile.e56d787a.css.br +0 -0
  79. package/dist/web/public/panels-ui.600881ae.js.br +0 -0
  80. package/dist/web/public/panels-ui.600881ae.js.gz +0 -0
  81. package/dist/web/public/styles.7e638f69.css.br +0 -0
  82. package/dist/web/public/styles.7e638f69.css.gz +0 -0
  83. package/dist/web/public/terminal-ui.07ec3b0b.js +0 -3
  84. package/dist/web/public/terminal-ui.07ec3b0b.js.br +0 -0
  85. package/dist/web/public/terminal-ui.07ec3b0b.js.gz +0 -0
package/README.md CHANGED
@@ -651,6 +651,8 @@ Single-digit selection (1-9), color-coded status, token counts, auto-refresh. De
651
651
  | `Alt/Option+[` / `Alt/Option+]` | Previous / next session |
652
652
  | `Alt/Option+1`-`Alt/Option+9` | Switch to tab N (physical keys, so macOS Option layouts work) |
653
653
  | `Ctrl+Shift+{` / `Ctrl+Shift+}` | Move active tab left / right |
654
+ | `Ctrl/Cmd+C` | Copy selection, or interrupt when nothing is selected |
655
+ | `Ctrl+Shift+C` | Copy selection (never interrupts) |
654
656
  | `Ctrl/Cmd+L` | Clear terminal |
655
657
  | `Ctrl+Shift+R` | Restore terminal size |
656
658
  | `Ctrl+Shift+V` | Toggle voice input |
package/README.zh-CN.md CHANGED
@@ -641,6 +641,8 @@ sc -l # 列出会话
641
641
  | `Alt/Option+[` / `Alt/Option+]` | 上一个 / 下一个会话 |
642
642
  | `Alt/Option+1`–`Alt/Option+9` | 切换到第 N 个标签(按物理键位,macOS Option 布局也适用) |
643
643
  | `Ctrl+Shift+{` / `Ctrl+Shift+}` | 将当前标签左移 / 右移 |
644
+ | `Ctrl/Cmd+C` | 复制选中内容;未选中时中断代理 |
645
+ | `Ctrl+Shift+C` | 复制选中内容(永不中断) |
644
646
  | `Ctrl/Cmd+L` | 清屏 |
645
647
  | `Ctrl+Shift+R` | 恢复终端尺寸 |
646
648
  | `Ctrl+Shift+V` | 切换语音输入 |
@@ -0,0 +1,39 @@
1
+ /**
2
+ * @fileoverview File Viewer edit-mode policy (issue #212).
3
+ *
4
+ * Pure, IO-free policy for which workspace files the in-viewer editor may read
5
+ * for editing and write back. Consumed by the `edit=1` branch of
6
+ * `GET /api/sessions/:id/file-content` and by `PUT /api/sessions/:id/file-content`
7
+ * in `src/web/routes/file-routes.ts`.
8
+ *
9
+ * Design (docs/file-viewer-edit-plan.md):
10
+ * - ALLOWLIST of text extensions/basenames, not a blocklist — matching the
11
+ * attachment-guard precedent. `svg` and `env` are deliberately absent: svg is
12
+ * treated as untrusted on the read side, and `.env` is sensitive-path blocked
13
+ * anyway; excluding them here keeps a single obvious refusal.
14
+ * - The `.git/` subtree is denied outright: `.git/hooks/*` is code execution and
15
+ * a corrupted index looks unrecoverable to a user who wanted to fix a typo.
16
+ * - EOL helpers exist because a browser <textarea> normalizes to LF; the server
17
+ * re-applies the file's original ending so a two-line edit of a CRLF file does
18
+ * not become a whole-file diff. Mixed-EOL files normalize to the dominant
19
+ * style (documented lossy edge).
20
+ */
21
+ /** Hard cap for edit-mode reads AND writes (bytes of file content). */
22
+ export declare const MAX_EDITABLE_BYTES: number;
23
+ /** Lowercase extensions (no dot) the editor will open and save. */
24
+ export declare const EDITABLE_EXTENSIONS: ReadonlySet<string>;
25
+ /** Extensionless (or dot-led) file names that are still editable text. */
26
+ export declare const EDITABLE_BASENAMES: ReadonlySet<string>;
27
+ /** Whether a file name (basename only) is eligible for in-viewer editing. */
28
+ export declare function isEditableFileName(fileName: string): boolean;
29
+ /**
30
+ * Whether a workspace-relative path is denied for editing regardless of its
31
+ * extension. Currently: anything inside a `.git` directory at any depth.
32
+ */
33
+ export declare function isDeniedEditRelativePath(relativePath: string): boolean;
34
+ export type FileEol = 'lf' | 'crlf';
35
+ /** Dominant line-ending style of a text buffer (LF when tied or single-line). */
36
+ export declare function detectEol(text: string): FileEol;
37
+ /** Normalize every line ending in `text` to the requested style. */
38
+ export declare function applyEol(text: string, eol: FileEol): string;
39
+ //# sourceMappingURL=file-editing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-editing.d.ts","sourceRoot":"","sources":["../../src/config/file-editing.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,uEAAuE;AACvE,eAAO,MAAM,kBAAkB,QAAa,CAAC;AAE7C,mEAAmE;AACnE,eAAO,MAAM,mBAAmB,EAAE,WAAW,CAAC,MAAM,CAkElD,CAAC;AAEH,0EAA0E;AAC1E,eAAO,MAAM,kBAAkB,EAAE,WAAW,CAAC,MAAM,CAkBjD,CAAC;AAEH,6EAA6E;AAC7E,wBAAgB,kBAAkB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAO5D;AAED;;;GAGG;AACH,wBAAgB,wBAAwB,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CAEtE;AAED,MAAM,MAAM,OAAO,GAAG,IAAI,GAAG,MAAM,CAAC;AAEpC,iFAAiF;AACjF,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAU/C;AAED,oEAAoE;AACpE,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,OAAO,GAAG,MAAM,CAG3D"}
@@ -0,0 +1,148 @@
1
+ /**
2
+ * @fileoverview File Viewer edit-mode policy (issue #212).
3
+ *
4
+ * Pure, IO-free policy for which workspace files the in-viewer editor may read
5
+ * for editing and write back. Consumed by the `edit=1` branch of
6
+ * `GET /api/sessions/:id/file-content` and by `PUT /api/sessions/:id/file-content`
7
+ * in `src/web/routes/file-routes.ts`.
8
+ *
9
+ * Design (docs/file-viewer-edit-plan.md):
10
+ * - ALLOWLIST of text extensions/basenames, not a blocklist — matching the
11
+ * attachment-guard precedent. `svg` and `env` are deliberately absent: svg is
12
+ * treated as untrusted on the read side, and `.env` is sensitive-path blocked
13
+ * anyway; excluding them here keeps a single obvious refusal.
14
+ * - The `.git/` subtree is denied outright: `.git/hooks/*` is code execution and
15
+ * a corrupted index looks unrecoverable to a user who wanted to fix a typo.
16
+ * - EOL helpers exist because a browser <textarea> normalizes to LF; the server
17
+ * re-applies the file's original ending so a two-line edit of a CRLF file does
18
+ * not become a whole-file diff. Mixed-EOL files normalize to the dominant
19
+ * style (documented lossy edge).
20
+ */
21
+ /** Hard cap for edit-mode reads AND writes (bytes of file content). */
22
+ export const MAX_EDITABLE_BYTES = 512 * 1024;
23
+ /** Lowercase extensions (no dot) the editor will open and save. */
24
+ export const EDITABLE_EXTENSIONS = new Set([
25
+ // JS/TS ecosystem
26
+ 'ts',
27
+ 'tsx',
28
+ 'js',
29
+ 'jsx',
30
+ 'mjs',
31
+ 'cjs',
32
+ 'json',
33
+ 'jsonc',
34
+ // Docs / plain text
35
+ 'md',
36
+ 'mdx',
37
+ 'txt',
38
+ 'rst',
39
+ 'adoc',
40
+ // Web
41
+ 'css',
42
+ 'scss',
43
+ 'less',
44
+ 'html',
45
+ 'htm',
46
+ 'xml',
47
+ // Config
48
+ 'yml',
49
+ 'yaml',
50
+ 'toml',
51
+ 'ini',
52
+ 'cfg',
53
+ 'conf',
54
+ 'properties',
55
+ // Shell
56
+ 'sh',
57
+ 'bash',
58
+ 'zsh',
59
+ 'fish',
60
+ // Languages
61
+ 'py',
62
+ 'rb',
63
+ 'go',
64
+ 'rs',
65
+ 'java',
66
+ 'kt',
67
+ 'swift',
68
+ 'c',
69
+ 'h',
70
+ 'cpp',
71
+ 'hpp',
72
+ 'cc',
73
+ 'cs',
74
+ 'php',
75
+ 'sql',
76
+ 'graphql',
77
+ 'proto',
78
+ 'lua',
79
+ 'pl',
80
+ 'r',
81
+ 'jl',
82
+ 'tf',
83
+ 'gradle',
84
+ // Data / misc text
85
+ 'csv',
86
+ 'tsv',
87
+ 'log',
88
+ 'diff',
89
+ 'patch',
90
+ ]);
91
+ /** Extensionless (or dot-led) file names that are still editable text. */
92
+ export const EDITABLE_BASENAMES = new Set([
93
+ 'dockerfile',
94
+ 'makefile',
95
+ 'license',
96
+ 'readme',
97
+ 'changelog',
98
+ 'authors',
99
+ 'codeowners',
100
+ 'procfile',
101
+ '.gitignore',
102
+ '.gitattributes',
103
+ '.dockerignore',
104
+ '.prettierignore',
105
+ '.prettierrc',
106
+ '.editorconfig',
107
+ '.nvmrc',
108
+ '.npmrc',
109
+ '.eslintignore',
110
+ ]);
111
+ /** Whether a file name (basename only) is eligible for in-viewer editing. */
112
+ export function isEditableFileName(fileName) {
113
+ const lower = fileName.toLowerCase();
114
+ if (EDITABLE_BASENAMES.has(lower))
115
+ return true;
116
+ const dot = lower.lastIndexOf('.');
117
+ // No extension (or a bare dotfile like `.bashrc`): only the basename list applies.
118
+ if (dot <= 0)
119
+ return false;
120
+ return EDITABLE_EXTENSIONS.has(lower.slice(dot + 1));
121
+ }
122
+ /**
123
+ * Whether a workspace-relative path is denied for editing regardless of its
124
+ * extension. Currently: anything inside a `.git` directory at any depth.
125
+ */
126
+ export function isDeniedEditRelativePath(relativePath) {
127
+ return relativePath.split('/').some((segment) => segment === '.git');
128
+ }
129
+ /** Dominant line-ending style of a text buffer (LF when tied or single-line). */
130
+ export function detectEol(text) {
131
+ let crlf = 0;
132
+ let lf = 0;
133
+ for (let i = 0; i < text.length; i++) {
134
+ if (text.charCodeAt(i) === 10) {
135
+ if (i > 0 && text.charCodeAt(i - 1) === 13)
136
+ crlf++;
137
+ else
138
+ lf++;
139
+ }
140
+ }
141
+ return crlf > lf ? 'crlf' : 'lf';
142
+ }
143
+ /** Normalize every line ending in `text` to the requested style. */
144
+ export function applyEol(text, eol) {
145
+ const normalized = text.replace(/\r\n/g, '\n');
146
+ return eol === 'crlf' ? normalized.replace(/\n/g, '\r\n') : normalized;
147
+ }
148
+ //# sourceMappingURL=file-editing.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-editing.js","sourceRoot":"","sources":["../../src/config/file-editing.ts"],"names":[],"mappings":"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"}
@@ -84,6 +84,21 @@ export interface FilesystemBrowseData {
84
84
  entries: FilesystemBrowseEntry[];
85
85
  truncated: boolean;
86
86
  }
87
+ /** Response payload for `PUT /api/sessions/:id/file-content` (File Viewer edit mode). */
88
+ export interface FileWriteData {
89
+ /** Workspace-relative path as submitted */
90
+ path: string;
91
+ /** Size of the written content in bytes */
92
+ size: number;
93
+ /** mtime of the file after the write */
94
+ mtimeMs: number;
95
+ /** sha256 hex of the written bytes — the client's next baseHash */
96
+ hash: string;
97
+ /** Line count of the written content */
98
+ totalLines: number;
99
+ /** Line-ending style that was applied */
100
+ eol: 'lf' | 'crlf';
101
+ }
87
102
  export type CleanupResourceType = 'timer' | 'interval' | 'watcher' | 'listener' | 'stream';
88
103
  /**
89
104
  * Registration entry for a cleanup resource.
@@ -1 +1 @@
1
- {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../src/types/common.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH;;;GAGG;AACH,MAAM,WAAW,UAAU;IACzB,+DAA+D;IAC/D,OAAO,IAAI,IAAI,CAAC;IAChB,4CAA4C;IAC5C,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC;CAC9B;AAED;;;GAGG;AACH,MAAM,WAAW,YAAY;IAC3B,mDAAmD;IACnD,OAAO,EAAE,MAAM,CAAC;IAChB,+CAA+C;IAC/C,QAAQ,EAAE,MAAM,CAAC;IACjB,uDAAuD;IACvD,MAAM,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC;AAED;;GAEG;AACH;;;GAGG;AACH,MAAM,WAAW,UAAU;IACzB,uCAAuC;IACvC,OAAO,EAAE,OAAO,CAAC;IACjB,2DAA2D;IAC3D,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,mBAAmB,EAAE,UAGjC,CAAC;AAEF;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,gCAAgC;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,2BAA2B;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,gCAAgC;IAChC,UAAU,EAAE,MAAM,CAAC;IACnB,oCAAoC;IACpC,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,qEAAqE;AACrE,MAAM,MAAM,qBAAqB,GAAG,OAAO,GAAG,MAAM,GAAG,UAAU,CAAC;AAElE,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,GAAG,WAAW,CAAC;IAC3B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,qBAAqB,CAAC;CACrC;AAED,8EAA8E;AAC9E,MAAM,WAAW,oBAAoB;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd;AAED,yDAAyD;AACzD,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,oBAAoB,EAAE,CAAC;IAC9B,OAAO,EAAE,qBAAqB,EAAE,CAAC;IACjC,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,MAAM,mBAAmB,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,QAAQ,CAAC;AAE3F;;;GAGG;AACH,MAAM,WAAW,mBAAmB;IAClC,8CAA8C;IAC9C,EAAE,EAAE,MAAM,CAAC;IACX,uBAAuB;IACvB,IAAI,EAAE,mBAAmB,CAAC;IAC1B,+CAA+C;IAC/C,WAAW,EAAE,MAAM,CAAC;IACpB,0CAA0C;IAC1C,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,gCAAgC;IAChC,YAAY,EAAE,MAAM,CAAC;CACtB"}
1
+ {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../src/types/common.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH;;;GAGG;AACH,MAAM,WAAW,UAAU;IACzB,+DAA+D;IAC/D,OAAO,IAAI,IAAI,CAAC;IAChB,4CAA4C;IAC5C,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC;CAC9B;AAED;;;GAGG;AACH,MAAM,WAAW,YAAY;IAC3B,mDAAmD;IACnD,OAAO,EAAE,MAAM,CAAC;IAChB,+CAA+C;IAC/C,QAAQ,EAAE,MAAM,CAAC;IACjB,uDAAuD;IACvD,MAAM,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC;AAED;;GAEG;AACH;;;GAGG;AACH,MAAM,WAAW,UAAU;IACzB,uCAAuC;IACvC,OAAO,EAAE,OAAO,CAAC;IACjB,2DAA2D;IAC3D,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,mBAAmB,EAAE,UAGjC,CAAC;AAEF;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,gCAAgC;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,2BAA2B;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,gCAAgC;IAChC,UAAU,EAAE,MAAM,CAAC;IACnB,oCAAoC;IACpC,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,qEAAqE;AACrE,MAAM,MAAM,qBAAqB,GAAG,OAAO,GAAG,MAAM,GAAG,UAAU,CAAC;AAElE,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,GAAG,WAAW,CAAC;IAC3B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,qBAAqB,CAAC;CACrC;AAED,8EAA8E;AAC9E,MAAM,WAAW,oBAAoB;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd;AAED,yDAAyD;AACzD,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,oBAAoB,EAAE,CAAC;IAC9B,OAAO,EAAE,qBAAqB,EAAE,CAAC;IACjC,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,yFAAyF;AACzF,MAAM,WAAW,aAAa;IAC5B,2CAA2C;IAC3C,IAAI,EAAE,MAAM,CAAC;IACb,2CAA2C;IAC3C,IAAI,EAAE,MAAM,CAAC;IACb,wCAAwC;IACxC,OAAO,EAAE,MAAM,CAAC;IAChB,mEAAmE;IACnE,IAAI,EAAE,MAAM,CAAC;IACb,wCAAwC;IACxC,UAAU,EAAE,MAAM,CAAC;IACnB,yCAAyC;IACzC,GAAG,EAAE,IAAI,GAAG,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,mBAAmB,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,QAAQ,CAAC;AAE3F;;;GAGG;AACH,MAAM,WAAW,mBAAmB;IAClC,8CAA8C;IAC9C,EAAE,EAAE,MAAM,CAAC;IACX,uBAAuB;IACvB,IAAI,EAAE,mBAAmB,CAAC;IAC1B,+CAA+C;IAC/C,WAAW,EAAE,MAAM,CAAC;IACpB,0CAA0C;IAC1C,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,gCAAgC;IAChC,YAAY,EAAE,MAAM,CAAC;CACtB"}
Binary file