@elizaos/plugin-task-coordinator 2.0.3-beta.2 → 2.0.3-beta.3

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 (176) hide show
  1. package/assets/hero.png +0 -0
  2. package/dist/AgentTabsSection.d.ts +16 -0
  3. package/dist/AgentTabsSection.d.ts.map +1 -0
  4. package/dist/AgentTabsSection.js +169 -0
  5. package/dist/AgentTabsSection.js.map +1 -0
  6. package/dist/CodingAgentControlChip.d.ts +2 -0
  7. package/dist/CodingAgentControlChip.d.ts.map +1 -0
  8. package/dist/CodingAgentControlChip.js +73 -0
  9. package/dist/CodingAgentControlChip.js.map +1 -0
  10. package/dist/CodingAgentSettingsSection.d.ts +2 -0
  11. package/dist/CodingAgentSettingsSection.d.ts.map +1 -0
  12. package/dist/CodingAgentSettingsSection.js +379 -0
  13. package/dist/CodingAgentSettingsSection.js.map +1 -0
  14. package/dist/CodingAgentTasksPanel.d.ts +4 -0
  15. package/dist/CodingAgentTasksPanel.d.ts.map +1 -0
  16. package/dist/CodingAgentTasksPanel.interact.d.ts +2 -0
  17. package/dist/CodingAgentTasksPanel.interact.d.ts.map +1 -0
  18. package/dist/CodingAgentTasksPanel.interact.js +46 -0
  19. package/dist/CodingAgentTasksPanel.interact.js.map +1 -0
  20. package/dist/CodingAgentTasksPanel.js +740 -0
  21. package/dist/CodingAgentTasksPanel.js.map +1 -0
  22. package/dist/GitHubConnectionCard.d.ts +2 -0
  23. package/dist/GitHubConnectionCard.d.ts.map +1 -0
  24. package/dist/GitHubConnectionCard.js +172 -0
  25. package/dist/GitHubConnectionCard.js.map +1 -0
  26. package/dist/GlobalPrefsSection.d.ts +10 -0
  27. package/dist/GlobalPrefsSection.d.ts.map +1 -0
  28. package/dist/GlobalPrefsSection.js +166 -0
  29. package/dist/GlobalPrefsSection.js.map +1 -0
  30. package/dist/LlmProviderSection.d.ts +10 -0
  31. package/dist/LlmProviderSection.d.ts.map +1 -0
  32. package/dist/LlmProviderSection.js +161 -0
  33. package/dist/LlmProviderSection.js.map +1 -0
  34. package/dist/ModelConfigSection.d.ts +15 -0
  35. package/dist/ModelConfigSection.d.ts.map +1 -0
  36. package/dist/ModelConfigSection.js +86 -0
  37. package/dist/ModelConfigSection.js.map +1 -0
  38. package/dist/OrchestratorView.d.ts +20 -0
  39. package/dist/OrchestratorView.d.ts.map +1 -0
  40. package/dist/OrchestratorView.js +231 -0
  41. package/dist/OrchestratorView.js.map +1 -0
  42. package/dist/OrchestratorWorkbench.d.ts +32 -0
  43. package/dist/OrchestratorWorkbench.d.ts.map +1 -0
  44. package/dist/OrchestratorWorkbench.js +3200 -0
  45. package/dist/OrchestratorWorkbench.js.map +1 -0
  46. package/dist/PtyConsoleBase.d.ts +9 -0
  47. package/dist/PtyConsoleBase.d.ts.map +1 -0
  48. package/dist/PtyConsoleBase.js +174 -0
  49. package/dist/PtyConsoleBase.js.map +1 -0
  50. package/dist/PtyConsoleDrawer.d.ts +10 -0
  51. package/dist/PtyConsoleDrawer.d.ts.map +1 -0
  52. package/dist/PtyConsoleDrawer.js +77 -0
  53. package/dist/PtyConsoleDrawer.js.map +1 -0
  54. package/dist/PtyConsoleSidePanel.d.ts +8 -0
  55. package/dist/PtyConsoleSidePanel.d.ts.map +1 -0
  56. package/dist/PtyConsoleSidePanel.js +9 -0
  57. package/dist/PtyConsoleSidePanel.js.map +1 -0
  58. package/dist/PtyTerminalPane.d.ts +10 -0
  59. package/dist/PtyTerminalPane.d.ts.map +1 -0
  60. package/dist/PtyTerminalPane.js +147 -0
  61. package/dist/PtyTerminalPane.js.map +1 -0
  62. package/dist/TaskCardList.d.ts +76 -0
  63. package/dist/TaskCardList.d.ts.map +1 -0
  64. package/dist/TaskCardList.js +327 -0
  65. package/dist/TaskCardList.js.map +1 -0
  66. package/dist/TaskCoordinatorView.d.ts +20 -0
  67. package/dist/TaskCoordinatorView.d.ts.map +1 -0
  68. package/dist/TaskCoordinatorView.js +146 -0
  69. package/dist/TaskCoordinatorView.js.map +1 -0
  70. package/dist/__e2e__/dashboard-fixture.d.ts +9 -0
  71. package/dist/__e2e__/dashboard-fixture.d.ts.map +1 -0
  72. package/dist/__e2e__/dashboard-fixture.js +123 -0
  73. package/dist/__e2e__/dashboard-fixture.js.map +1 -0
  74. package/dist/api/coding-agents-auth-sanitize.d.ts +23 -0
  75. package/dist/api/coding-agents-auth-sanitize.d.ts.map +1 -0
  76. package/dist/api/coding-agents-auth-sanitize.js +22 -0
  77. package/dist/api/coding-agents-auth-sanitize.js.map +1 -0
  78. package/dist/api/coding-agents-preflight-normalize.d.ts +29 -0
  79. package/dist/api/coding-agents-preflight-normalize.d.ts.map +1 -0
  80. package/dist/api/coding-agents-preflight-normalize.js +20 -0
  81. package/dist/api/coding-agents-preflight-normalize.js.map +1 -0
  82. package/dist/coding-agent-settings-shared.d.ts +42 -0
  83. package/dist/coding-agent-settings-shared.d.ts.map +1 -0
  84. package/dist/coding-agent-settings-shared.js +121 -0
  85. package/dist/coding-agent-settings-shared.js.map +1 -0
  86. package/dist/components/OrchestratorSpatialView.d.ts +56 -0
  87. package/dist/components/OrchestratorSpatialView.d.ts.map +1 -0
  88. package/dist/components/OrchestratorSpatialView.js +501 -0
  89. package/dist/components/OrchestratorSpatialView.js.map +1 -0
  90. package/dist/components/TaskCoordinatorSpatialView.d.ts +59 -0
  91. package/dist/components/TaskCoordinatorSpatialView.d.ts.map +1 -0
  92. package/dist/components/TaskCoordinatorSpatialView.js +294 -0
  93. package/dist/components/TaskCoordinatorSpatialView.js.map +1 -0
  94. package/dist/index.d.ts +5 -0
  95. package/dist/index.d.ts.map +1 -0
  96. package/dist/index.js +286 -0
  97. package/dist/index.js.map +1 -0
  98. package/dist/orchestrator-capabilities.d.ts +3 -0
  99. package/dist/orchestrator-capabilities.d.ts.map +1 -0
  100. package/dist/orchestrator-capabilities.js +136 -0
  101. package/dist/orchestrator-capabilities.js.map +1 -0
  102. package/dist/orchestrator-command.d.ts +39 -0
  103. package/dist/orchestrator-command.d.ts.map +1 -0
  104. package/dist/orchestrator-command.js +52 -0
  105. package/dist/orchestrator-command.js.map +1 -0
  106. package/dist/orchestrator-diff.d.ts +19 -0
  107. package/dist/orchestrator-diff.d.ts.map +1 -0
  108. package/dist/orchestrator-diff.helpers.d.ts +18 -0
  109. package/dist/orchestrator-diff.helpers.d.ts.map +1 -0
  110. package/dist/orchestrator-diff.helpers.js +76 -0
  111. package/dist/orchestrator-diff.helpers.js.map +1 -0
  112. package/dist/orchestrator-diff.js +119 -0
  113. package/dist/orchestrator-diff.js.map +1 -0
  114. package/dist/orchestrator-markdown.d.ts +5 -0
  115. package/dist/orchestrator-markdown.d.ts.map +1 -0
  116. package/dist/orchestrator-markdown.helpers.d.ts +2 -0
  117. package/dist/orchestrator-markdown.helpers.d.ts.map +1 -0
  118. package/dist/orchestrator-markdown.helpers.js +21 -0
  119. package/dist/orchestrator-markdown.helpers.js.map +1 -0
  120. package/dist/orchestrator-markdown.js +199 -0
  121. package/dist/orchestrator-markdown.js.map +1 -0
  122. package/dist/orchestrator-params.d.ts +8 -0
  123. package/dist/orchestrator-params.d.ts.map +1 -0
  124. package/dist/orchestrator-params.js +27 -0
  125. package/dist/orchestrator-params.js.map +1 -0
  126. package/dist/orchestrator-plan.d.ts +5 -0
  127. package/dist/orchestrator-plan.d.ts.map +1 -0
  128. package/dist/orchestrator-plan.js +95 -0
  129. package/dist/orchestrator-plan.js.map +1 -0
  130. package/dist/orchestrator-reasoning.d.ts +21 -0
  131. package/dist/orchestrator-reasoning.d.ts.map +1 -0
  132. package/dist/orchestrator-reasoning.js +105 -0
  133. package/dist/orchestrator-reasoning.js.map +1 -0
  134. package/dist/orchestrator-stream.d.ts +15 -0
  135. package/dist/orchestrator-stream.d.ts.map +1 -0
  136. package/dist/orchestrator-stream.helpers.d.ts +89 -0
  137. package/dist/orchestrator-stream.helpers.d.ts.map +1 -0
  138. package/dist/orchestrator-stream.helpers.js +361 -0
  139. package/dist/orchestrator-stream.helpers.js.map +1 -0
  140. package/dist/orchestrator-stream.js +307 -0
  141. package/dist/orchestrator-stream.js.map +1 -0
  142. package/dist/pty-status-dots.d.ts +2 -0
  143. package/dist/pty-status-dots.d.ts.map +1 -0
  144. package/dist/pty-status-dots.js +6 -0
  145. package/dist/pty-status-dots.js.map +1 -0
  146. package/dist/register-slots.d.ts +20 -0
  147. package/dist/register-slots.d.ts.map +1 -0
  148. package/dist/register-slots.js +50 -0
  149. package/dist/register-slots.js.map +1 -0
  150. package/dist/register-terminal-view.d.ts +21 -0
  151. package/dist/register-terminal-view.d.ts.map +1 -0
  152. package/dist/register-terminal-view.js +46 -0
  153. package/dist/register-terminal-view.js.map +1 -0
  154. package/dist/register.d.ts +2 -0
  155. package/dist/register.d.ts.map +1 -0
  156. package/dist/register.js +23 -0
  157. package/dist/register.js.map +1 -0
  158. package/dist/session-hydration.d.ts +2 -0
  159. package/dist/session-hydration.d.ts.map +1 -0
  160. package/dist/session-hydration.js +9 -0
  161. package/dist/session-hydration.js.map +1 -0
  162. package/dist/task-coordinator-view-bundle.d.ts +4 -0
  163. package/dist/task-coordinator-view-bundle.d.ts.map +1 -0
  164. package/dist/task-coordinator-view-bundle.js +9 -0
  165. package/dist/task-coordinator-view-bundle.js.map +1 -0
  166. package/dist/ui.d.ts +2 -0
  167. package/dist/ui.d.ts.map +1 -0
  168. package/dist/ui.js +13 -0
  169. package/dist/ui.js.map +1 -0
  170. package/dist/view-format.d.ts +25 -0
  171. package/dist/view-format.d.ts.map +1 -0
  172. package/dist/view-format.js +64 -0
  173. package/dist/view-format.js.map +1 -0
  174. package/dist/views/bundle.js +1383 -0
  175. package/dist/views/bundle.js.map +1 -0
  176. package/package.json +7 -6
package/dist/ui.js ADDED
@@ -0,0 +1,13 @@
1
+ import {
2
+ CodingAgentControlChip,
3
+ CodingAgentSettingsSection,
4
+ CodingAgentTasksPanel,
5
+ PtyConsoleBase
6
+ } from "./register-slots.js";
7
+ export {
8
+ CodingAgentControlChip,
9
+ CodingAgentSettingsSection,
10
+ CodingAgentTasksPanel,
11
+ PtyConsoleBase
12
+ };
13
+ //# sourceMappingURL=ui.js.map
package/dist/ui.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/ui.ts"],"sourcesContent":["export {\n CodingAgentControlChip,\n CodingAgentSettingsSection,\n CodingAgentTasksPanel,\n PtyConsoleBase,\n} from \"./register-slots.js\";\n"],"mappings":"AAAA;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACK;","names":[]}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Pure presentation formatters shared by the task-coordinator views.
3
+ *
4
+ * These are display-only helpers: they format timestamps, token counts, and
5
+ * raw stream text for the human eye. They perform no business math — token and
6
+ * cost values are computed server-side and arrive pre-aggregated; here we only
7
+ * choose how to render them.
8
+ *
9
+ * @module view-format
10
+ */
11
+ /** Strip ANSI escape sequences from terminal output and trim whitespace. */
12
+ export declare function stripAnsi(value: string): string;
13
+ /** Render a past epoch-ms timestamp as a localized "n minutes ago" phrase. */
14
+ export declare function formatRelativeTime(ts: number, locale?: string): string;
15
+ /** Render an ISO timestamp string as relative time, or a fallback when absent. */
16
+ export declare function formatIsoRelative(value: string | null | undefined, locale: string | undefined, fallback: string): string;
17
+ /** Render an absolute clock time (HH:MM) for a timeline entry. */
18
+ export declare function formatClockTime(ts: number, locale?: string): string;
19
+ /** Compact token/count rendering (e.g. 12.3K, 1.2M) via the Intl formatter. */
20
+ export declare function formatCompactNumber(value: number, locale?: string): string;
21
+ /** Render a USD cost figure; sub-dollar costs keep more precision. */
22
+ export declare function formatUsd(value: number, locale?: string): string;
23
+ /** Humanize a millisecond duration for tool timings: "420ms", "4.1s", "2m 30s". */
24
+ export declare function formatDuration(ms: number): string;
25
+ //# sourceMappingURL=view-format.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"view-format.d.ts","sourceRoot":"","sources":["../src/view-format.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAUH,4EAA4E;AAC5E,wBAAgB,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE/C;AAED,8EAA8E;AAC9E,wBAAgB,kBAAkB,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAUtE;AAED,kFAAkF;AAClF,wBAAgB,iBAAiB,CAC/B,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAChC,MAAM,EAAE,MAAM,GAAG,SAAS,EAC1B,QAAQ,EAAE,MAAM,GACf,MAAM,CAKR;AAED,kEAAkE;AAClE,wBAAgB,eAAe,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAKnE;AAED,+EAA+E;AAC/E,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAK1E;AAED,sEAAsE;AACtE,wBAAgB,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAMhE;AAED,mFAAmF;AACnF,wBAAgB,cAAc,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,CAOjD"}
@@ -0,0 +1,64 @@
1
+ const ANSI_ESCAPE_PATTERN = new RegExp(
2
+ [
3
+ "\\u001b(?:",
4
+ "\\[[0-9;?]*[A-Za-z]|\\][^\\u0007]*\\u0007|[()][0-9A-Za-z])"
5
+ ].join(""),
6
+ "g"
7
+ );
8
+ function stripAnsi(value) {
9
+ return value.replace(ANSI_ESCAPE_PATTERN, "").trim();
10
+ }
11
+ function formatRelativeTime(ts, locale) {
12
+ const deltaSeconds = Math.max(0, Math.floor((Date.now() - ts) / 1e3));
13
+ const formatter = new Intl.RelativeTimeFormat(locale, { numeric: "auto" });
14
+ if (deltaSeconds < 5) return formatter.format(0, "second");
15
+ if (deltaSeconds < 60) return formatter.format(-deltaSeconds, "second");
16
+ const minutes = Math.floor(deltaSeconds / 60);
17
+ if (minutes < 60) return formatter.format(-minutes, "minute");
18
+ const hours = Math.floor(minutes / 60);
19
+ if (hours < 24) return formatter.format(-hours, "hour");
20
+ return formatter.format(-Math.floor(hours / 24), "day");
21
+ }
22
+ function formatIsoRelative(value, locale, fallback) {
23
+ if (!value) return fallback;
24
+ const date = new Date(value);
25
+ if (Number.isNaN(date.getTime())) return fallback;
26
+ return formatRelativeTime(date.getTime(), locale);
27
+ }
28
+ function formatClockTime(ts, locale) {
29
+ return new Intl.DateTimeFormat(locale, {
30
+ hour: "2-digit",
31
+ minute: "2-digit"
32
+ }).format(new Date(ts));
33
+ }
34
+ function formatCompactNumber(value, locale) {
35
+ return new Intl.NumberFormat(locale, {
36
+ notation: "compact",
37
+ maximumFractionDigits: 1
38
+ }).format(value);
39
+ }
40
+ function formatUsd(value, locale) {
41
+ return new Intl.NumberFormat(locale, {
42
+ style: "currency",
43
+ currency: "USD",
44
+ maximumFractionDigits: value !== 0 && value < 1 ? 4 : 2
45
+ }).format(value);
46
+ }
47
+ function formatDuration(ms) {
48
+ if (ms < 1e3) return `${Math.round(ms)}ms`;
49
+ const seconds = ms / 1e3;
50
+ if (seconds < 60) return `${seconds.toFixed(seconds < 10 ? 1 : 0)}s`;
51
+ const minutes = Math.floor(seconds / 60);
52
+ const rest = Math.round(seconds % 60);
53
+ return rest ? `${minutes}m ${rest}s` : `${minutes}m`;
54
+ }
55
+ export {
56
+ formatClockTime,
57
+ formatCompactNumber,
58
+ formatDuration,
59
+ formatIsoRelative,
60
+ formatRelativeTime,
61
+ formatUsd,
62
+ stripAnsi
63
+ };
64
+ //# sourceMappingURL=view-format.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/view-format.ts"],"sourcesContent":["/**\n * Pure presentation formatters shared by the task-coordinator views.\n *\n * These are display-only helpers: they format timestamps, token counts, and\n * raw stream text for the human eye. They perform no business math — token and\n * cost values are computed server-side and arrive pre-aggregated; here we only\n * choose how to render them.\n *\n * @module view-format\n */\n\nconst ANSI_ESCAPE_PATTERN = new RegExp(\n [\n \"\\\\u001b(?:\",\n \"\\\\[[0-9;?]*[A-Za-z]|\\\\][^\\\\u0007]*\\\\u0007|[()][0-9A-Za-z])\",\n ].join(\"\"),\n \"g\",\n);\n\n/** Strip ANSI escape sequences from terminal output and trim whitespace. */\nexport function stripAnsi(value: string): string {\n return value.replace(ANSI_ESCAPE_PATTERN, \"\").trim();\n}\n\n/** Render a past epoch-ms timestamp as a localized \"n minutes ago\" phrase. */\nexport function formatRelativeTime(ts: number, locale?: string): string {\n const deltaSeconds = Math.max(0, Math.floor((Date.now() - ts) / 1000));\n const formatter = new Intl.RelativeTimeFormat(locale, { numeric: \"auto\" });\n if (deltaSeconds < 5) return formatter.format(0, \"second\");\n if (deltaSeconds < 60) return formatter.format(-deltaSeconds, \"second\");\n const minutes = Math.floor(deltaSeconds / 60);\n if (minutes < 60) return formatter.format(-minutes, \"minute\");\n const hours = Math.floor(minutes / 60);\n if (hours < 24) return formatter.format(-hours, \"hour\");\n return formatter.format(-Math.floor(hours / 24), \"day\");\n}\n\n/** Render an ISO timestamp string as relative time, or a fallback when absent. */\nexport function formatIsoRelative(\n value: string | null | undefined,\n locale: string | undefined,\n fallback: string,\n): string {\n if (!value) return fallback;\n const date = new Date(value);\n if (Number.isNaN(date.getTime())) return fallback;\n return formatRelativeTime(date.getTime(), locale);\n}\n\n/** Render an absolute clock time (HH:MM) for a timeline entry. */\nexport function formatClockTime(ts: number, locale?: string): string {\n return new Intl.DateTimeFormat(locale, {\n hour: \"2-digit\",\n minute: \"2-digit\",\n }).format(new Date(ts));\n}\n\n/** Compact token/count rendering (e.g. 12.3K, 1.2M) via the Intl formatter. */\nexport function formatCompactNumber(value: number, locale?: string): string {\n return new Intl.NumberFormat(locale, {\n notation: \"compact\",\n maximumFractionDigits: 1,\n }).format(value);\n}\n\n/** Render a USD cost figure; sub-dollar costs keep more precision. */\nexport function formatUsd(value: number, locale?: string): string {\n return new Intl.NumberFormat(locale, {\n style: \"currency\",\n currency: \"USD\",\n maximumFractionDigits: value !== 0 && value < 1 ? 4 : 2,\n }).format(value);\n}\n\n/** Humanize a millisecond duration for tool timings: \"420ms\", \"4.1s\", \"2m 30s\". */\nexport function formatDuration(ms: number): string {\n if (ms < 1000) return `${Math.round(ms)}ms`;\n const seconds = ms / 1000;\n if (seconds < 60) return `${seconds.toFixed(seconds < 10 ? 1 : 0)}s`;\n const minutes = Math.floor(seconds / 60);\n const rest = Math.round(seconds % 60);\n return rest ? `${minutes}m ${rest}s` : `${minutes}m`;\n}\n"],"mappings":"AAWA,MAAM,sBAAsB,IAAI;AAAA,EAC9B;AAAA,IACE;AAAA,IACA;AAAA,EACF,EAAE,KAAK,EAAE;AAAA,EACT;AACF;AAGO,SAAS,UAAU,OAAuB;AAC/C,SAAO,MAAM,QAAQ,qBAAqB,EAAE,EAAE,KAAK;AACrD;AAGO,SAAS,mBAAmB,IAAY,QAAyB;AACtE,QAAM,eAAe,KAAK,IAAI,GAAG,KAAK,OAAO,KAAK,IAAI,IAAI,MAAM,GAAI,CAAC;AACrE,QAAM,YAAY,IAAI,KAAK,mBAAmB,QAAQ,EAAE,SAAS,OAAO,CAAC;AACzE,MAAI,eAAe,EAAG,QAAO,UAAU,OAAO,GAAG,QAAQ;AACzD,MAAI,eAAe,GAAI,QAAO,UAAU,OAAO,CAAC,cAAc,QAAQ;AACtE,QAAM,UAAU,KAAK,MAAM,eAAe,EAAE;AAC5C,MAAI,UAAU,GAAI,QAAO,UAAU,OAAO,CAAC,SAAS,QAAQ;AAC5D,QAAM,QAAQ,KAAK,MAAM,UAAU,EAAE;AACrC,MAAI,QAAQ,GAAI,QAAO,UAAU,OAAO,CAAC,OAAO,MAAM;AACtD,SAAO,UAAU,OAAO,CAAC,KAAK,MAAM,QAAQ,EAAE,GAAG,KAAK;AACxD;AAGO,SAAS,kBACd,OACA,QACA,UACQ;AACR,MAAI,CAAC,MAAO,QAAO;AACnB,QAAM,OAAO,IAAI,KAAK,KAAK;AAC3B,MAAI,OAAO,MAAM,KAAK,QAAQ,CAAC,EAAG,QAAO;AACzC,SAAO,mBAAmB,KAAK,QAAQ,GAAG,MAAM;AAClD;AAGO,SAAS,gBAAgB,IAAY,QAAyB;AACnE,SAAO,IAAI,KAAK,eAAe,QAAQ;AAAA,IACrC,MAAM;AAAA,IACN,QAAQ;AAAA,EACV,CAAC,EAAE,OAAO,IAAI,KAAK,EAAE,CAAC;AACxB;AAGO,SAAS,oBAAoB,OAAe,QAAyB;AAC1E,SAAO,IAAI,KAAK,aAAa,QAAQ;AAAA,IACnC,UAAU;AAAA,IACV,uBAAuB;AAAA,EACzB,CAAC,EAAE,OAAO,KAAK;AACjB;AAGO,SAAS,UAAU,OAAe,QAAyB;AAChE,SAAO,IAAI,KAAK,aAAa,QAAQ;AAAA,IACnC,OAAO;AAAA,IACP,UAAU;AAAA,IACV,uBAAuB,UAAU,KAAK,QAAQ,IAAI,IAAI;AAAA,EACxD,CAAC,EAAE,OAAO,KAAK;AACjB;AAGO,SAAS,eAAe,IAAoB;AACjD,MAAI,KAAK,IAAM,QAAO,GAAG,KAAK,MAAM,EAAE,CAAC;AACvC,QAAM,UAAU,KAAK;AACrB,MAAI,UAAU,GAAI,QAAO,GAAG,QAAQ,QAAQ,UAAU,KAAK,IAAI,CAAC,CAAC;AACjE,QAAM,UAAU,KAAK,MAAM,UAAU,EAAE;AACvC,QAAM,OAAO,KAAK,MAAM,UAAU,EAAE;AACpC,SAAO,OAAO,GAAG,OAAO,KAAK,IAAI,MAAM,GAAG,OAAO;AACnD;","names":[]}