@aceshooting/lyra-ui 4.0.0 → 4.1.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 (356) hide show
  1. package/README.md +1 -0
  2. package/custom-elements.json +49430 -32305
  3. package/dist/ai/types.contract.d.ts +2 -0
  4. package/dist/ai/types.contract.d.ts.map +1 -0
  5. package/dist/ai/types.contract.js +139 -0
  6. package/dist/ai/types.contract.js.map +1 -0
  7. package/dist/ai/types.d.ts +199 -0
  8. package/dist/ai/types.d.ts.map +1 -0
  9. package/dist/ai/types.js +2 -0
  10. package/dist/ai/types.js.map +1 -0
  11. package/dist/components/agent-run/agent-run.class.d.ts +158 -0
  12. package/dist/components/agent-run/agent-run.class.d.ts.map +1 -0
  13. package/dist/components/agent-run/agent-run.class.js +400 -0
  14. package/dist/components/agent-run/agent-run.class.js.map +1 -0
  15. package/dist/components/agent-run/agent-run.d.ts +2 -0
  16. package/dist/components/agent-run/agent-run.d.ts.map +1 -0
  17. package/dist/components/agent-run/agent-run.js +5 -0
  18. package/dist/components/agent-run/agent-run.js.map +1 -0
  19. package/dist/components/agent-run/agent-run.styles.d.ts +2 -0
  20. package/dist/components/agent-run/agent-run.styles.d.ts.map +1 -0
  21. package/dist/components/agent-run/agent-run.styles.js +143 -0
  22. package/dist/components/agent-run/agent-run.styles.js.map +1 -0
  23. package/dist/components/agent-trace/agent-trace.class.d.ts +111 -0
  24. package/dist/components/agent-trace/agent-trace.class.d.ts.map +1 -0
  25. package/dist/components/agent-trace/agent-trace.class.js +221 -0
  26. package/dist/components/agent-trace/agent-trace.class.js.map +1 -0
  27. package/dist/components/agent-trace/agent-trace.d.ts +5 -0
  28. package/dist/components/agent-trace/agent-trace.d.ts.map +1 -0
  29. package/dist/components/agent-trace/agent-trace.js +8 -0
  30. package/dist/components/agent-trace/agent-trace.js.map +1 -0
  31. package/dist/components/agent-trace/agent-trace.styles.d.ts +2 -0
  32. package/dist/components/agent-trace/agent-trace.styles.d.ts.map +1 -0
  33. package/dist/components/agent-trace/agent-trace.styles.js +61 -0
  34. package/dist/components/agent-trace/agent-trace.styles.js.map +1 -0
  35. package/dist/components/app-rail/app-rail.styles.d.ts.map +1 -1
  36. package/dist/components/app-rail/app-rail.styles.js +4 -0
  37. package/dist/components/app-rail/app-rail.styles.js.map +1 -1
  38. package/dist/components/chat-message/chat-message.class.d.ts +37 -3
  39. package/dist/components/chat-message/chat-message.class.d.ts.map +1 -1
  40. package/dist/components/chat-message/chat-message.class.js +89 -7
  41. package/dist/components/chat-message/chat-message.class.js.map +1 -1
  42. package/dist/components/chat-message/chat-message.styles.d.ts.map +1 -1
  43. package/dist/components/chat-message/chat-message.styles.js +14 -0
  44. package/dist/components/chat-message/chat-message.styles.js.map +1 -1
  45. package/dist/components/context-inspector/context-inspector.class.d.ts +114 -0
  46. package/dist/components/context-inspector/context-inspector.class.d.ts.map +1 -0
  47. package/dist/components/context-inspector/context-inspector.class.js +222 -0
  48. package/dist/components/context-inspector/context-inspector.class.js.map +1 -0
  49. package/dist/components/context-inspector/context-inspector.d.ts +7 -0
  50. package/dist/components/context-inspector/context-inspector.d.ts.map +1 -0
  51. package/dist/components/context-inspector/context-inspector.js +10 -0
  52. package/dist/components/context-inspector/context-inspector.js.map +1 -0
  53. package/dist/components/context-inspector/context-inspector.styles.d.ts +2 -0
  54. package/dist/components/context-inspector/context-inspector.styles.d.ts.map +1 -0
  55. package/dist/components/context-inspector/context-inspector.styles.js +98 -0
  56. package/dist/components/context-inspector/context-inspector.styles.js.map +1 -0
  57. package/dist/components/dashboard-grid/dashboard-grid.class.d.ts +162 -0
  58. package/dist/components/dashboard-grid/dashboard-grid.class.d.ts.map +1 -0
  59. package/dist/components/dashboard-grid/dashboard-grid.class.js +570 -0
  60. package/dist/components/dashboard-grid/dashboard-grid.class.js.map +1 -0
  61. package/dist/components/dashboard-grid/dashboard-grid.d.ts +6 -0
  62. package/dist/components/dashboard-grid/dashboard-grid.d.ts.map +1 -0
  63. package/dist/components/dashboard-grid/dashboard-grid.js +9 -0
  64. package/dist/components/dashboard-grid/dashboard-grid.js.map +1 -0
  65. package/dist/components/dashboard-grid/dashboard-grid.styles.d.ts +2 -0
  66. package/dist/components/dashboard-grid/dashboard-grid.styles.d.ts.map +1 -0
  67. package/dist/components/dashboard-grid/dashboard-grid.styles.js +86 -0
  68. package/dist/components/dashboard-grid/dashboard-grid.styles.js.map +1 -0
  69. package/dist/components/dashboard-grid/layout.d.ts +103 -0
  70. package/dist/components/dashboard-grid/layout.d.ts.map +1 -0
  71. package/dist/components/dashboard-grid/layout.js +94 -0
  72. package/dist/components/dashboard-grid/layout.js.map +1 -0
  73. package/dist/components/date-picker/date-input.class.d.ts +8 -0
  74. package/dist/components/date-picker/date-input.class.d.ts.map +1 -1
  75. package/dist/components/date-picker/date-input.class.js +10 -0
  76. package/dist/components/date-picker/date-input.class.js.map +1 -1
  77. package/dist/components/date-picker/date-input.styles.d.ts.map +1 -1
  78. package/dist/components/date-picker/date-input.styles.js +39 -2
  79. package/dist/components/date-picker/date-input.styles.js.map +1 -1
  80. package/dist/components/document-compare/document-compare.class.d.ts +131 -0
  81. package/dist/components/document-compare/document-compare.class.d.ts.map +1 -0
  82. package/dist/components/document-compare/document-compare.class.js +214 -0
  83. package/dist/components/document-compare/document-compare.class.js.map +1 -0
  84. package/dist/components/document-compare/document-compare.d.ts +2 -0
  85. package/dist/components/document-compare/document-compare.d.ts.map +1 -0
  86. package/dist/components/document-compare/document-compare.js +5 -0
  87. package/dist/components/document-compare/document-compare.js.map +1 -0
  88. package/dist/components/document-compare/document-compare.styles.d.ts +2 -0
  89. package/dist/components/document-compare/document-compare.styles.d.ts.map +1 -0
  90. package/dist/components/document-compare/document-compare.styles.js +65 -0
  91. package/dist/components/document-compare/document-compare.styles.js.map +1 -0
  92. package/dist/components/document-library/document-library.class.d.ts +154 -0
  93. package/dist/components/document-library/document-library.class.d.ts.map +1 -0
  94. package/dist/components/document-library/document-library.class.js +399 -0
  95. package/dist/components/document-library/document-library.class.js.map +1 -0
  96. package/dist/components/document-library/document-library.d.ts +9 -0
  97. package/dist/components/document-library/document-library.d.ts.map +1 -0
  98. package/dist/components/document-library/document-library.js +12 -0
  99. package/dist/components/document-library/document-library.js.map +1 -0
  100. package/dist/components/document-library/document-library.styles.d.ts +2 -0
  101. package/dist/components/document-library/document-library.styles.d.ts.map +1 -0
  102. package/dist/components/document-library/document-library.styles.js +77 -0
  103. package/dist/components/document-library/document-library.styles.js.map +1 -0
  104. package/dist/components/drilldown-panel/drilldown-panel.class.d.ts +148 -0
  105. package/dist/components/drilldown-panel/drilldown-panel.class.d.ts.map +1 -0
  106. package/dist/components/drilldown-panel/drilldown-panel.class.js +241 -0
  107. package/dist/components/drilldown-panel/drilldown-panel.class.js.map +1 -0
  108. package/dist/components/drilldown-panel/drilldown-panel.d.ts +9 -0
  109. package/dist/components/drilldown-panel/drilldown-panel.d.ts.map +1 -0
  110. package/dist/components/drilldown-panel/drilldown-panel.js +12 -0
  111. package/dist/components/drilldown-panel/drilldown-panel.js.map +1 -0
  112. package/dist/components/drilldown-panel/drilldown-panel.styles.d.ts +2 -0
  113. package/dist/components/drilldown-panel/drilldown-panel.styles.d.ts.map +1 -0
  114. package/dist/components/drilldown-panel/drilldown-panel.styles.js +49 -0
  115. package/dist/components/drilldown-panel/drilldown-panel.styles.js.map +1 -0
  116. package/dist/components/entity-dossier/entity-dossier.class.d.ts +132 -0
  117. package/dist/components/entity-dossier/entity-dossier.class.d.ts.map +1 -0
  118. package/dist/components/entity-dossier/entity-dossier.class.js +187 -0
  119. package/dist/components/entity-dossier/entity-dossier.class.js.map +1 -0
  120. package/dist/components/entity-dossier/entity-dossier.d.ts +9 -0
  121. package/dist/components/entity-dossier/entity-dossier.d.ts.map +1 -0
  122. package/dist/components/entity-dossier/entity-dossier.js +12 -0
  123. package/dist/components/entity-dossier/entity-dossier.js.map +1 -0
  124. package/dist/components/entity-dossier/entity-dossier.styles.d.ts +2 -0
  125. package/dist/components/entity-dossier/entity-dossier.styles.d.ts.map +1 -0
  126. package/dist/components/entity-dossier/entity-dossier.styles.js +30 -0
  127. package/dist/components/entity-dossier/entity-dossier.styles.js.map +1 -0
  128. package/dist/components/eval-dataset/eval-dataset.class.d.ts +145 -0
  129. package/dist/components/eval-dataset/eval-dataset.class.d.ts.map +1 -0
  130. package/dist/components/eval-dataset/eval-dataset.class.js +307 -0
  131. package/dist/components/eval-dataset/eval-dataset.class.js.map +1 -0
  132. package/dist/components/eval-dataset/eval-dataset.d.ts +7 -0
  133. package/dist/components/eval-dataset/eval-dataset.d.ts.map +1 -0
  134. package/dist/components/eval-dataset/eval-dataset.js +10 -0
  135. package/dist/components/eval-dataset/eval-dataset.js.map +1 -0
  136. package/dist/components/eval-dataset/eval-dataset.styles.d.ts +2 -0
  137. package/dist/components/eval-dataset/eval-dataset.styles.d.ts.map +1 -0
  138. package/dist/components/eval-dataset/eval-dataset.styles.js +76 -0
  139. package/dist/components/eval-dataset/eval-dataset.styles.js.map +1 -0
  140. package/dist/components/eval-result/eval-result.class.d.ts +115 -0
  141. package/dist/components/eval-result/eval-result.class.d.ts.map +1 -0
  142. package/dist/components/eval-result/eval-result.class.js +165 -0
  143. package/dist/components/eval-result/eval-result.class.js.map +1 -0
  144. package/dist/components/eval-result/eval-result.d.ts +5 -0
  145. package/dist/components/eval-result/eval-result.d.ts.map +1 -0
  146. package/dist/components/eval-result/eval-result.js +8 -0
  147. package/dist/components/eval-result/eval-result.js.map +1 -0
  148. package/dist/components/eval-result/eval-result.styles.d.ts +2 -0
  149. package/dist/components/eval-result/eval-result.styles.d.ts.map +1 -0
  150. package/dist/components/eval-result/eval-result.styles.js +47 -0
  151. package/dist/components/eval-result/eval-result.styles.js.map +1 -0
  152. package/dist/components/evaluation-run/evaluation-run.class.d.ts +168 -0
  153. package/dist/components/evaluation-run/evaluation-run.class.d.ts.map +1 -0
  154. package/dist/components/evaluation-run/evaluation-run.class.js +329 -0
  155. package/dist/components/evaluation-run/evaluation-run.class.js.map +1 -0
  156. package/dist/components/evaluation-run/evaluation-run.d.ts +2 -0
  157. package/dist/components/evaluation-run/evaluation-run.d.ts.map +1 -0
  158. package/dist/components/evaluation-run/evaluation-run.js +5 -0
  159. package/dist/components/evaluation-run/evaluation-run.js.map +1 -0
  160. package/dist/components/evaluation-run/evaluation-run.styles.d.ts +2 -0
  161. package/dist/components/evaluation-run/evaluation-run.styles.d.ts.map +1 -0
  162. package/dist/components/evaluation-run/evaluation-run.styles.js +73 -0
  163. package/dist/components/evaluation-run/evaluation-run.styles.js.map +1 -0
  164. package/dist/components/filter-bar/filter-bar.class.d.ts +200 -0
  165. package/dist/components/filter-bar/filter-bar.class.d.ts.map +1 -0
  166. package/dist/components/filter-bar/filter-bar.class.js +322 -0
  167. package/dist/components/filter-bar/filter-bar.class.js.map +1 -0
  168. package/dist/components/filter-bar/filter-bar.d.ts +10 -0
  169. package/dist/components/filter-bar/filter-bar.d.ts.map +1 -0
  170. package/dist/components/filter-bar/filter-bar.js +13 -0
  171. package/dist/components/filter-bar/filter-bar.js.map +1 -0
  172. package/dist/components/filter-bar/filter-bar.styles.d.ts +2 -0
  173. package/dist/components/filter-bar/filter-bar.styles.d.ts.map +1 -0
  174. package/dist/components/filter-bar/filter-bar.styles.js +37 -0
  175. package/dist/components/filter-bar/filter-bar.styles.js.map +1 -0
  176. package/dist/components/graph-query-builder/graph-query-builder.class.d.ts +242 -0
  177. package/dist/components/graph-query-builder/graph-query-builder.class.d.ts.map +1 -0
  178. package/dist/components/graph-query-builder/graph-query-builder.class.js +511 -0
  179. package/dist/components/graph-query-builder/graph-query-builder.class.js.map +1 -0
  180. package/dist/components/graph-query-builder/graph-query-builder.d.ts +7 -0
  181. package/dist/components/graph-query-builder/graph-query-builder.d.ts.map +1 -0
  182. package/dist/components/graph-query-builder/graph-query-builder.js +10 -0
  183. package/dist/components/graph-query-builder/graph-query-builder.js.map +1 -0
  184. package/dist/components/graph-query-builder/graph-query-builder.styles.d.ts +2 -0
  185. package/dist/components/graph-query-builder/graph-query-builder.styles.d.ts.map +1 -0
  186. package/dist/components/graph-query-builder/graph-query-builder.styles.js +170 -0
  187. package/dist/components/graph-query-builder/graph-query-builder.styles.js.map +1 -0
  188. package/dist/components/grounding-summary/grounding-summary.class.d.ts +80 -0
  189. package/dist/components/grounding-summary/grounding-summary.class.d.ts.map +1 -0
  190. package/dist/components/grounding-summary/grounding-summary.class.js +182 -0
  191. package/dist/components/grounding-summary/grounding-summary.class.js.map +1 -0
  192. package/dist/components/grounding-summary/grounding-summary.d.ts +5 -0
  193. package/dist/components/grounding-summary/grounding-summary.d.ts.map +1 -0
  194. package/dist/components/grounding-summary/grounding-summary.js +8 -0
  195. package/dist/components/grounding-summary/grounding-summary.js.map +1 -0
  196. package/dist/components/grounding-summary/grounding-summary.styles.d.ts +2 -0
  197. package/dist/components/grounding-summary/grounding-summary.styles.d.ts.map +1 -0
  198. package/dist/components/grounding-summary/grounding-summary.styles.js +88 -0
  199. package/dist/components/grounding-summary/grounding-summary.styles.js.map +1 -0
  200. package/dist/components/ingestion-queue/ingestion-queue.class.d.ts +125 -0
  201. package/dist/components/ingestion-queue/ingestion-queue.class.d.ts.map +1 -0
  202. package/dist/components/ingestion-queue/ingestion-queue.class.js +276 -0
  203. package/dist/components/ingestion-queue/ingestion-queue.class.js.map +1 -0
  204. package/dist/components/ingestion-queue/ingestion-queue.d.ts +2 -0
  205. package/dist/components/ingestion-queue/ingestion-queue.d.ts.map +1 -0
  206. package/dist/components/ingestion-queue/ingestion-queue.js +5 -0
  207. package/dist/components/ingestion-queue/ingestion-queue.js.map +1 -0
  208. package/dist/components/ingestion-queue/ingestion-queue.styles.d.ts +2 -0
  209. package/dist/components/ingestion-queue/ingestion-queue.styles.d.ts.map +1 -0
  210. package/dist/components/ingestion-queue/ingestion-queue.styles.js +138 -0
  211. package/dist/components/ingestion-queue/ingestion-queue.styles.js.map +1 -0
  212. package/dist/components/knowledge-base/knowledge-base.class.d.ts +136 -0
  213. package/dist/components/knowledge-base/knowledge-base.class.d.ts.map +1 -0
  214. package/dist/components/knowledge-base/knowledge-base.class.js +360 -0
  215. package/dist/components/knowledge-base/knowledge-base.class.js.map +1 -0
  216. package/dist/components/knowledge-base/knowledge-base.d.ts +7 -0
  217. package/dist/components/knowledge-base/knowledge-base.d.ts.map +1 -0
  218. package/dist/components/knowledge-base/knowledge-base.js +10 -0
  219. package/dist/components/knowledge-base/knowledge-base.js.map +1 -0
  220. package/dist/components/knowledge-base/knowledge-base.styles.d.ts +2 -0
  221. package/dist/components/knowledge-base/knowledge-base.styles.d.ts.map +1 -0
  222. package/dist/components/knowledge-base/knowledge-base.styles.js +94 -0
  223. package/dist/components/knowledge-base/knowledge-base.styles.js.map +1 -0
  224. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts +196 -0
  225. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts.map +1 -0
  226. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.js +477 -0
  227. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.js.map +1 -0
  228. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.d.ts +11 -0
  229. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.d.ts.map +1 -0
  230. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.js +14 -0
  231. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.js.map +1 -0
  232. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.d.ts +2 -0
  233. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.d.ts.map +1 -0
  234. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.js +76 -0
  235. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.js.map +1 -0
  236. package/dist/components/memory-panel/memory-panel.class.d.ts +146 -0
  237. package/dist/components/memory-panel/memory-panel.class.d.ts.map +1 -0
  238. package/dist/components/memory-panel/memory-panel.class.js +303 -0
  239. package/dist/components/memory-panel/memory-panel.class.js.map +1 -0
  240. package/dist/components/memory-panel/memory-panel.d.ts +5 -0
  241. package/dist/components/memory-panel/memory-panel.d.ts.map +1 -0
  242. package/dist/components/memory-panel/memory-panel.js +8 -0
  243. package/dist/components/memory-panel/memory-panel.js.map +1 -0
  244. package/dist/components/memory-panel/memory-panel.styles.d.ts +2 -0
  245. package/dist/components/memory-panel/memory-panel.styles.d.ts.map +1 -0
  246. package/dist/components/memory-panel/memory-panel.styles.js +139 -0
  247. package/dist/components/memory-panel/memory-panel.styles.js.map +1 -0
  248. package/dist/components/overlay/popover.class.d.ts +39 -0
  249. package/dist/components/overlay/popover.class.d.ts.map +1 -1
  250. package/dist/components/overlay/popover.class.js +53 -3
  251. package/dist/components/overlay/popover.class.js.map +1 -1
  252. package/dist/components/overlay/tooltip.class.d.ts +43 -0
  253. package/dist/components/overlay/tooltip.class.d.ts.map +1 -1
  254. package/dist/components/overlay/tooltip.class.js +66 -4
  255. package/dist/components/overlay/tooltip.class.js.map +1 -1
  256. package/dist/components/policy-summary/policy-summary.class.d.ts +76 -0
  257. package/dist/components/policy-summary/policy-summary.class.d.ts.map +1 -0
  258. package/dist/components/policy-summary/policy-summary.class.js +125 -0
  259. package/dist/components/policy-summary/policy-summary.class.js.map +1 -0
  260. package/dist/components/policy-summary/policy-summary.d.ts +6 -0
  261. package/dist/components/policy-summary/policy-summary.d.ts.map +1 -0
  262. package/dist/components/policy-summary/policy-summary.js +9 -0
  263. package/dist/components/policy-summary/policy-summary.js.map +1 -0
  264. package/dist/components/policy-summary/policy-summary.styles.d.ts +2 -0
  265. package/dist/components/policy-summary/policy-summary.styles.d.ts.map +1 -0
  266. package/dist/components/policy-summary/policy-summary.styles.js +68 -0
  267. package/dist/components/policy-summary/policy-summary.styles.js.map +1 -0
  268. package/dist/components/query-builder/query-builder.class.d.ts +180 -0
  269. package/dist/components/query-builder/query-builder.class.d.ts.map +1 -0
  270. package/dist/components/query-builder/query-builder.class.js +415 -0
  271. package/dist/components/query-builder/query-builder.class.js.map +1 -0
  272. package/dist/components/query-builder/query-builder.d.ts +9 -0
  273. package/dist/components/query-builder/query-builder.d.ts.map +1 -0
  274. package/dist/components/query-builder/query-builder.js +12 -0
  275. package/dist/components/query-builder/query-builder.js.map +1 -0
  276. package/dist/components/query-builder/query-builder.styles.d.ts +2 -0
  277. package/dist/components/query-builder/query-builder.styles.d.ts.map +1 -0
  278. package/dist/components/query-builder/query-builder.styles.js +77 -0
  279. package/dist/components/query-builder/query-builder.styles.js.map +1 -0
  280. package/dist/components/retrieval-results/retrieval-results.class.d.ts +151 -0
  281. package/dist/components/retrieval-results/retrieval-results.class.d.ts.map +1 -0
  282. package/dist/components/retrieval-results/retrieval-results.class.js +340 -0
  283. package/dist/components/retrieval-results/retrieval-results.class.js.map +1 -0
  284. package/dist/components/retrieval-results/retrieval-results.d.ts +7 -0
  285. package/dist/components/retrieval-results/retrieval-results.d.ts.map +1 -0
  286. package/dist/components/retrieval-results/retrieval-results.js +10 -0
  287. package/dist/components/retrieval-results/retrieval-results.js.map +1 -0
  288. package/dist/components/retrieval-results/retrieval-results.styles.d.ts +2 -0
  289. package/dist/components/retrieval-results/retrieval-results.styles.d.ts.map +1 -0
  290. package/dist/components/retrieval-results/retrieval-results.styles.js +94 -0
  291. package/dist/components/retrieval-results/retrieval-results.styles.js.map +1 -0
  292. package/dist/components/retrieval-search/retrieval-search.class.d.ts +127 -0
  293. package/dist/components/retrieval-search/retrieval-search.class.d.ts.map +1 -0
  294. package/dist/components/retrieval-search/retrieval-search.class.js +266 -0
  295. package/dist/components/retrieval-search/retrieval-search.class.js.map +1 -0
  296. package/dist/components/retrieval-search/retrieval-search.d.ts +8 -0
  297. package/dist/components/retrieval-search/retrieval-search.d.ts.map +1 -0
  298. package/dist/components/retrieval-search/retrieval-search.js +11 -0
  299. package/dist/components/retrieval-search/retrieval-search.js.map +1 -0
  300. package/dist/components/retrieval-search/retrieval-search.styles.d.ts +2 -0
  301. package/dist/components/retrieval-search/retrieval-search.styles.d.ts.map +1 -0
  302. package/dist/components/retrieval-search/retrieval-search.styles.js +75 -0
  303. package/dist/components/retrieval-search/retrieval-search.styles.js.map +1 -0
  304. package/dist/components/retrieval-trace/retrieval-trace.class.d.ts +101 -0
  305. package/dist/components/retrieval-trace/retrieval-trace.class.d.ts.map +1 -0
  306. package/dist/components/retrieval-trace/retrieval-trace.class.js +215 -0
  307. package/dist/components/retrieval-trace/retrieval-trace.class.js.map +1 -0
  308. package/dist/components/retrieval-trace/retrieval-trace.d.ts +4 -0
  309. package/dist/components/retrieval-trace/retrieval-trace.d.ts.map +1 -0
  310. package/dist/components/retrieval-trace/retrieval-trace.js +7 -0
  311. package/dist/components/retrieval-trace/retrieval-trace.js.map +1 -0
  312. package/dist/components/retrieval-trace/retrieval-trace.styles.d.ts +2 -0
  313. package/dist/components/retrieval-trace/retrieval-trace.styles.d.ts.map +1 -0
  314. package/dist/components/retrieval-trace/retrieval-trace.styles.js +116 -0
  315. package/dist/components/retrieval-trace/retrieval-trace.styles.js.map +1 -0
  316. package/dist/components/thread-list/thread-list.class.d.ts +19 -1
  317. package/dist/components/thread-list/thread-list.class.d.ts.map +1 -1
  318. package/dist/components/thread-list/thread-list.class.js +9 -2
  319. package/dist/components/thread-list/thread-list.class.js.map +1 -1
  320. package/dist/components/tool-timeline/tool-timeline.class.d.ts +140 -0
  321. package/dist/components/tool-timeline/tool-timeline.class.d.ts.map +1 -0
  322. package/dist/components/tool-timeline/tool-timeline.class.js +293 -0
  323. package/dist/components/tool-timeline/tool-timeline.class.js.map +1 -0
  324. package/dist/components/tool-timeline/tool-timeline.d.ts +2 -0
  325. package/dist/components/tool-timeline/tool-timeline.d.ts.map +1 -0
  326. package/dist/components/tool-timeline/tool-timeline.js +5 -0
  327. package/dist/components/tool-timeline/tool-timeline.js.map +1 -0
  328. package/dist/components/tool-timeline/tool-timeline.styles.d.ts +2 -0
  329. package/dist/components/tool-timeline/tool-timeline.styles.d.ts.map +1 -0
  330. package/dist/components/tool-timeline/tool-timeline.styles.js +148 -0
  331. package/dist/components/tool-timeline/tool-timeline.styles.js.map +1 -0
  332. package/dist/internal/localization.d.ts +1 -1
  333. package/dist/internal/localization.d.ts.map +1 -1
  334. package/dist/internal/localization.js +224 -0
  335. package/dist/internal/localization.js.map +1 -1
  336. package/dist/internal/positioner.d.ts +28 -1
  337. package/dist/internal/positioner.d.ts.map +1 -1
  338. package/dist/internal/positioner.js +12 -1
  339. package/dist/internal/positioner.js.map +1 -1
  340. package/dist/internal/root-registration-allowlist.d.ts +2 -2
  341. package/dist/internal/root-registration-allowlist.d.ts.map +1 -1
  342. package/dist/internal/root-registration-allowlist.js +24 -0
  343. package/dist/internal/root-registration-allowlist.js.map +1 -1
  344. package/dist/internal/tokens.styles.d.ts.map +1 -1
  345. package/dist/internal/tokens.styles.js +2 -0
  346. package/dist/internal/tokens.styles.js.map +1 -1
  347. package/dist/lyra.d.ts +48 -1
  348. package/dist/lyra.d.ts.map +1 -1
  349. package/dist/lyra.js +47 -0
  350. package/dist/lyra.js.map +1 -1
  351. package/llms-full.txt +462 -9
  352. package/llms.txt +7 -0
  353. package/package.json +50 -1
  354. package/vscode-css-data.json +21 -0
  355. package/vscode-html-data.json +1103 -47
  356. package/web-types.json +1131 -47
package/llms-full.txt CHANGED
@@ -550,6 +550,10 @@ Text field + calendar popover, **form-associated** via the shared `FormAssociate
550
550
  `enterKeyHint: string = ''` (attribute `enterkeyhint`) — forwarded to the internal date input
551
551
  - `autocomplete: string = ''`, `inputMode: string = ''` (`inputmode`), and `enterKeyHint: string = ''`
552
552
  (`enterkeyhint`) — forwarded to the internal `<input>`.
553
+ - `size: '2xs' | 'xs' | 's' | 'm' | 'l' | 'xl' = 'm'` (reflected) — visual size, matching
554
+ `lr-input`/`lr-select`/`lr-combobox`'s shared scale. Governs the field's padding and font-size;
555
+ the calendar-toggle and clear buttons keep a constant, accessible touch target at every size.
556
+ The default `m` tier is unchanged from this component's pre-`size` rendering.
553
557
 
554
558
  **Methods:** `show()`, `hide()`, `clear()`, `focus(options?)`, `blur()`, `select()`,
555
559
  `setSelectionRange()`, `setRangeText()` (all of the focus/selection methods forward to the internal
@@ -3350,9 +3354,10 @@ from tokens.
3350
3354
  ```
3351
3355
 
3352
3356
  **Known gotchas:**
3353
- - The type badge's data-driven background uses a 10% (not this codebase's usual 16%) quiet-tint mix
3357
+ - The type badge's data-driven background uses an 8% (not this codebase's usual 16%) quiet-tint mix
3354
3358
  against `--lr-color-surface` — the lower percentage is required to hold WCAG AA 4.5:1 text
3355
- contrast for arbitrary, unvetted type colors.
3359
+ contrast for arbitrary, unvetted type colors (even 10% isn't safe margin for every hue in the
3360
+ palette).
3356
3361
 
3357
3362
  ---
3358
3363
 
@@ -4887,6 +4892,9 @@ labeled options, rendered as a button row" is ubiquitous settings/filter-panel U
4887
4892
  - `value: string = ''` — the currently selected item's `value`.
4888
4893
  - `label: string = ''` — accessible name copied to the internal `role="radiogroup"`; when empty, a
4889
4894
  host-level `aria-label` is used as a fallback.
4895
+ - `size: '2xs' | 'xs' | 's' | 'm' | 'l' | 'xl' = 'm'` (reflected) — visual size, matching
4896
+ `lr-select`/`lr-combobox`'s `xs`-`xl` scale plus `lr-input`'s `2xs` tier. `m` (the default) is
4897
+ unchanged from this component's pre-`size` rendering.
4890
4898
 
4891
4899
  **Events:** `lr-change` (`detail: { value }`) — fired when the selected value changes via click or
4892
4900
  keyboard.
@@ -5556,15 +5564,19 @@ the user activates the built-in collapse button)
5556
5564
  **Slots:** default (the message body), `avatar` (an avatar/icon for the message author), `badges`
5557
5565
  (small status/metric chips — e.g. token count, latency, model name — entirely app-supplied), `actions`
5558
5566
  (action controls such as copy/retry, rendered at the end of the footer), `attachments` (file/image
5559
- attachment chips, rendered below the message body)
5567
+ attachment chips, rendered below the message body), `failure` (only meaningful while
5568
+ `status="failed"`: host-supplied content — typically a `role="alert"` banner plus its own retry
5569
+ control — that replaces the built-in status text, retry button, and live-region announcement
5570
+ entirely; unset, `status="failed"` renders exactly as before)
5560
5571
 
5561
5572
  **CSS parts:** `bubble`, `header` (hidden entirely when nothing is in it), `avatar`, `badges`,
5562
5573
  `collapse-button` (only rendered when `collapsible`), `body` (hidden while `collapsed`),
5563
5574
  `attachments`, `footer` (hidden entirely when nothing is in it), `status-indicator` (a small
5564
5575
  decorative `aria-hidden` dot, absent while `status="sent"`), `status-text` (the visible text twin of
5565
- `status-indicator`), `timestamp`, `retry-button` (only rendered when `status="failed"`), `actions`
5566
- (rendered inside the footer by default; a sibling immediately after `bubble` when
5567
- `actionsOutsideBubble` is set)
5576
+ `status-indicator`), `timestamp`, `retry-button` (only rendered when `status="failed"` and the
5577
+ `failure` slot is empty), `actions` (rendered inside the footer by default; a sibling immediately
5578
+ after `bubble` when `actionsOutsideBubble` is set), `failure` (`display: contents` wrapper for the
5579
+ `failure` slot; contributes no box when the slot is empty)
5568
5580
 
5569
5581
  **Themeable custom properties:** `--lr-chat-message-max-width` (default `80%` — the bubble's max
5570
5582
  inline size; component-specific, no shared width token exists), plus shared tokens
@@ -10193,6 +10205,17 @@ and `blur()` forward to the internal radio control.
10193
10205
  A click-triggered, light-dismiss floating surface positioned with the shared Floating UI positioner.
10194
10206
 
10195
10207
  **Properties:** `open`, `placement`, `distance`, `accessibleLabel` (`aria-label`), and `popupRole` (`popup-role`).
10208
+ **Methods:** `showAt(rect: { x, y, width?, height?, contextElement? }, options?: { returnFocusTo?:
10209
+ HTMLElement })` opens the popover anchored to an arbitrary rectangle instead of the slotted
10210
+ `trigger` — for a graph node, a canvas pixel, a chart datum, or any other non-DOM location
10211
+ (`width`/`height` default to `0`, a point). Escape and light-dismiss return focus to
10212
+ `options.returnFocusTo` when supplied, or skip focus-return entirely otherwise, since a virtual
10213
+ anchor has no `.focus()`. The virtual anchor has no DOM node of its own for `autoUpdate()` to
10214
+ track ancestor scroll/resize against — pass `rect.contextElement` (a real, still-connected element
10215
+ near the virtual point) when one is available to give it something to observe; otherwise, or when
10216
+ the anchor point moves on its own (e.g. a graph pan/zoom tick), re-call `showAt()` with fresh
10217
+ coordinates to re-anchor — the popover stays open across such a call. A popover that never calls
10218
+ `showAt()` behaves exactly as before.
10196
10219
  **Events:** `lr-show`, `lr-hide`. **Slots:** `trigger`, default content. **CSS parts:** `trigger`,
10197
10220
  `popup`, `content`. **Themeable custom properties:** `--lr-overlay-max-inline-size` (default
10198
10221
  `--lr-size-20rem` — maximum inline size of the popup).
@@ -10202,11 +10225,37 @@ A click-triggered, light-dismiss floating surface positioned with the shared Flo
10202
10225
  A hover/focus tooltip positioned with the shared Floating UI positioner.
10203
10226
 
10204
10227
  **Properties:** `open`, `manual`, `delay`, `placement`, `distance`, `content`, and
10205
- `accessibleLabel` (`aria-label`). **Slots:** `trigger`, default content. **CSS parts:**
10206
- `trigger`, `popup`. **Themeable custom properties:** `--lr-tooltip-max-inline-size` (default
10207
- `--lr-size-20rem`), `--lr-tooltip-background` (default `--lr-color-neutral`), and
10228
+ `accessibleLabel` (`aria-label`). **Methods:** `showAt(rect: { x, y, width?, height?,
10229
+ contextElement? }, options?: { returnFocusTo?: HTMLElement })` — same virtual-anchor contract as
10230
+ `lr-popover.showAt()` above (anchors to an arbitrary rectangle instead of the slotted `trigger`,
10231
+ `width`/`height` default to `0`, `contextElement` gives `autoUpdate()` something to observe,
10232
+ Escape returns focus to `options.returnFocusTo` or skips focus-return, re-call with fresh
10233
+ coordinates to re-anchor a moving point). Opens immediately, bypassing `delay`/`manual` (both are
10234
+ hover-debounce concerns for a slotted trigger, not a deliberate programmatic call); close it the
10235
+ same way any tooltip closes, by setting `open = false`. **Slots:** `trigger`, default content.
10236
+ **CSS parts:** `trigger`, `popup`. **Themeable custom properties:** `--lr-tooltip-max-inline-size`
10237
+ (default `--lr-size-20rem`), `--lr-tooltip-background` (default `--lr-color-neutral`), and
10208
10238
  `--lr-tooltip-color` (default `--lr-color-on-neutral`).
10209
10239
 
10240
+ **`showAt()` composed with `lr-graph`** — anchoring a popover to a clicked graph node. Note:
10241
+ `lr-graph.getNodePosition()` and the `lr-node-click` event's `{ x, y }` are in the graph's own
10242
+ *local drawing space* (pre pan/zoom), not viewport pixels, so they can't be passed to `showAt()`
10243
+ directly. For `renderer="svg"` (the default), read the clicked node's own rendered element instead,
10244
+ whose `getBoundingClientRect()` is already viewport-relative; for `renderer="canvas"` (no per-node
10245
+ DOM element), use the click event's own `clientX`/`clientY`.
10246
+
10247
+ ```js
10248
+ const graph = document.querySelector('lr-graph');
10249
+ const detail = document.querySelector('lr-popover'); // no slotted trigger needed for showAt()
10250
+
10251
+ graph.addEventListener('click', (event) => {
10252
+ const nodeEl = event.composedPath().find((el) => el instanceof Element && el.matches('[part="node"]'));
10253
+ if (!nodeEl) return; // clicked empty canvas/background, not a node
10254
+ const rect = nodeEl.getBoundingClientRect();
10255
+ detail.showAt({ x: rect.left + rect.width / 2, y: rect.top, width: rect.width, height: rect.height });
10256
+ });
10257
+ ```
10258
+
10210
10259
  ## `lr-dropdown`
10211
10260
 
10212
10261
  A menu-role popover for consumer-supplied action content. Compose `lr-menu` when full roving
@@ -11211,6 +11260,10 @@ rename. `label: string = ''` — accessible name for the list region, defaults t
11211
11260
  false) — data mode only: wraps each row's built-in `lr-conversation-item` with host-supplied content
11212
11261
  that has no home in the item's own `title`/`excerpt`/`meta`/`actions` surface (e.g. a leading purpose
11213
11262
  icon — the item has no default slot to receive one); unset renders the built-in row unwrapped.
11263
+ `renderActions?: (thread: ChatThread) => TemplateResult` (attribute: false) — data mode only:
11264
+ appends host-supplied content (re-invoked per row on every render, e.g. a `lr-menu` with custom
11265
+ actions) after the built-in `rowActions` output in each row's `actions` slot; events it fires reach
11266
+ the host normally and never trigger `lr-select`. Unset renders only the built-in `rowActions`.
11214
11267
 
11215
11268
  **Slots:** default — slotted mode only: host-supplied `lr-conversation-item`s, rendered in order.
11216
11269
  `empty` — replaces the built-in empty state.
@@ -11670,6 +11723,256 @@ elements), `error`, `spinner`.
11670
11723
  Node cap: 50,000 — exceeding it renders the localized `xmlViewerTooManyNodes` error instead of the
11671
11724
  tree.
11672
11725
 
11726
+ ## `lr-agent-run`
11727
+
11728
+ Top-level shell for one agent run: status, elapsed time, current step, model/cost summary, and
11729
+ Cancel/Retry actions. Named `tasks`, `tools`, `reasoning`, `output`, and `actions` slots support
11730
+ host-controlled composition.
11731
+
11732
+ **Properties:** `run`, `formatCost`, `showCancel`, `showRetry`. **Events:** `lr-cancel` (`detail:
11733
+ { run }`), `lr-retry` (`detail: { run, attempt }`). **Slots:** `tasks`, `tools`, `reasoning`,
11734
+ `output`, `actions`. **CSS parts:** `base`, `header`, `status`, `status-badge`, `status-message`,
11735
+ `elapsed`, `elapsed-static`, `summary`, `model`, `usage`, `current-step`, `current-step-icon`,
11736
+ `current-step-label`, `body`, `tasks`, `tools`, `reasoning`, `output`, `actions`, `cancel-button`,
11737
+ `retry-button`, `empty`.
11738
+
11739
+ ## `lr-agent-trace`
11740
+
11741
+ Provider-neutral agent/LLM trace view combining span-kind filters, handoff quick-jumps, and a
11742
+ hierarchical trace tree from one shared `spans` array.
11743
+
11744
+ **Properties:** `spans`, `activeSpanId`, `hiddenKinds`, `label`, `showCost`, `showTokens`,
11745
+ `hideBars`. **Events:** `lr-span-select` (`detail: { id }`), `lr-span-toggle` (`detail: { id,
11746
+ expanded }`), `lr-visibility-change` (`detail: { hiddenTypes }`). **CSS parts:** `base`, `filter`,
11747
+ `handoffs`, `handoff`, `tree`.
11748
+
11749
+ ## `lr-context-inspector`
11750
+
11751
+ Inspection view of model-call context segments, with token estimates, source citations, redaction
11752
+ markers, and copy/export controls.
11753
+
11754
+ **Properties:** `segments`, `total`, `label`, `filename`, `formats`. **Events:** `lr-citation-activate`,
11755
+ `lr-citation-open`, `lr-copy`, `lr-export`, `lr-export-complete`. **CSS parts:** `base`, `toolbar`,
11756
+ `segments`, `segment`, `segment-header`, `segment-label`, `segment-text`, `segment-tokens`,
11757
+ `meter`, `citation`, `redaction`, `truncation-boundary`, `copy-button`, `export-button`, `empty`.
11758
+
11759
+ ## `lr-dashboard-grid`
11760
+
11761
+ Responsive, keyboard-accessible controlled widget grid. It positions layout entries and emits
11762
+ move, resize, collision, and layout-change requests; the host owns persistence and applies updates.
11763
+
11764
+ **Properties:** `layout`, `columns`, `rowHeight`, `gap`, `cellsDraggable`, `cellsResizable`,
11765
+ `collision`, `locked`, `accessibleLabel`. **Events:** `lr-cell-move`, `lr-cell-resize`,
11766
+ `lr-collision`, `lr-layout-change`. **Slots:** `cell-{id}`. **CSS parts:** `base`, `cell`, `empty`,
11767
+ `resize-handle`, `live-region`.
11768
+
11769
+ ## `lr-document-compare`
11770
+
11771
+ Comparison surface for two document versions, using `lr-diff-view` for textual diffs and
11772
+ `lr-document-preview` for side-by-side rendered content.
11773
+
11774
+ **Properties:** `oldVersion`, `newVersion`, `view`, `diffLayout`, `language`, `languages`, `anchor`,
11775
+ `copyable`, `syncScroll`. **Events:** `lr-copy`, `lr-download`, `lr-highlight-activate`,
11776
+ `lr-render-error`. **CSS parts:** `base`, `diff`, `panes`, `pane-old`, `pane-new`, `pane-header`,
11777
+ `pane-empty`.
11778
+
11779
+ ## `lr-document-library`
11780
+
11781
+ Controlled searchable and filterable document inventory with versions, tags, owners, freshness,
11782
+ sorting, and bulk selection.
11783
+
11784
+ **Properties:** `documents`, `filter`, `label`, `loading`, `selectedIds`, `sortKey`, `sortDirection`,
11785
+ `tagFilter`. **Events:** `lr-filter-change`, `lr-open`, `lr-selection-change`, `lr-sort`. **CSS
11786
+ parts:** `base`, `toolbar`, `search`, `tag-filter`, `selection-bar`, `selection-count`,
11787
+ `clear-selection`, `table`, `row`, `cell`, `header-cell`, `document-name`.
11788
+
11789
+ ## `lr-drilldown-panel`
11790
+
11791
+ Controlled navigation shell from a chart or table datum to related evidence, documents, entities,
11792
+ or agent runs. It renders a breadcrumb path and delegates category content to existing primitives.
11793
+
11794
+ **Properties:** `path`, `types`, `accessibleLabel`, `communityLabel`, `showFocusButton`. **Events:**
11795
+ `lr-drilldown-navigate` (`detail: { id, index }`). **Slots:** `runs`. **CSS parts:** `base`,
11796
+ `breadcrumb`, `breadcrumb-item`, `breadcrumb-button`, `tabs`, `category`, `content`, `evidence-item`,
11797
+ `document-item`, `entity-item`, `empty`.
11798
+
11799
+ ## `lr-entity-dossier`
11800
+
11801
+ Entity detail surface with an entity header, optional confidence statistic, and tabs for
11802
+ relationships, supporting chunks, and provenance.
11803
+
11804
+ **Properties:** `entity`, `confidence`, `neighbors`, `chunks`, `provenance`, `types`, `thresholds`,
11805
+ `groupByRelation`, `expandable`, `showFocusButton`, `accessibleLabel`, `communityLabel`. **CSS
11806
+ parts:** `base`, `empty`, `header`, `entity-card`, `confidence`, `tabs`, `neighbor-list`,
11807
+ `chunk-inspector`, `provenance-panel`.
11808
+
11809
+ ## `lr-eval-dataset`
11810
+
11811
+ Filterable and taggable evaluation-example list with add, remove, import, and export affordances.
11812
+
11813
+ **Properties:** `examples`, `label`, `disabled`, `searchable`, `accept`, `exportFormats`. **Events:**
11814
+ `lr-example-select`, `lr-example-add-request`, `lr-example-remove-request`, `lr-import-request`,
11815
+ `lr-export-request`. **CSS parts:** `base`, `toolbar`, `search`, `search-input`, `tag-filter`, `grid`,
11816
+ `add-button`, `remove-button`, `import`, `export`.
11817
+
11818
+ ## `lr-eval-result`
11819
+
11820
+ Rubric scoring and human-review surface for comparing the runs of one evaluation example.
11821
+
11822
+ **Properties:** `runs`, `columns`, `selectedRunId`, `baselineRunId`, `rubricKeys`, `disabled`,
11823
+ `reviewSkippable`. **Events:** `lr-run-select`, `lr-review-input`, `lr-review-validity-change`,
11824
+ `lr-review-submit`, `lr-review-skip`. **CSS parts:** `base`, `empty`, `grid`, `diff`, `diff-view`,
11825
+ `diff-labels`, `diff-label-old`, `diff-label-new`, `review`.
11826
+
11827
+ ## `lr-evaluation-run`
11828
+
11829
+ Evaluation-batch progress view with overall progress and one disclosure per example. Inputs and
11830
+ outputs may render as Markdown or code, with optional grounding and tool-trace sections.
11831
+
11832
+ **Properties:** `examples`, `total`, `label`. **Events:** `lr-example-toggle`,
11833
+ `lr-example-citation-select`, `lr-example-tool-approval-decide`. **CSS parts:** `base`, `header`,
11834
+ `header-label`, `progress`, `summary`, `counts`, `count`, `examples`, `example`, `example-summary`,
11835
+ `example-label`, `example-status`, `input-section`, `input`, `output-section`, `output`,
11836
+ `grounding-section`, `grounding-summary`, `tool-trace-section`, `tool-trace`, `section-heading`,
11837
+ `live-region`, `empty`.
11838
+
11839
+ ## `lr-filter-bar`
11840
+
11841
+ Dashboard filter row that composes Lyra inputs and removable chips, with reset and loading states.
11842
+
11843
+ **Properties:** `filters`, `value`, `disabled`, `loading`, `label`, `hasActiveFilters`,
11844
+ `invalidFilterIds`, `checkValidity`, `reportValidity`, `reset`. **Events:** `lr-input`, `lr-reset`,
11845
+ `lr-validity-change`. **CSS parts:** `base`, `controls`, `filter-control`, `active-filters`,
11846
+ `chips`, `chip`, `reset-button`, `status`.
11847
+
11848
+ ## `lr-graph-query-builder`
11849
+
11850
+ Form-associated editor for a typed graph relationship/path query, including entity anchors,
11851
+ relationship and node-type filters, hop limits, validation, and saved queries.
11852
+
11853
+ **Properties:** `value`, `label`, `labels`, `name`, `disabled`, `effectiveDisabled`, `nodeTypeOptions`,
11854
+ `relationshipTypeOptions`, `hopLimit`, `savedQueries`, `errors`, `form`, `validity`,
11855
+ `validationMessage`, `willValidate`, `checkValidity`, `reportValidity`, `formDisabledCallback`,
11856
+ `formResetCallback`, `formStateRestoreCallback`. **Events:** `lr-input`, `lr-validity-change`,
11857
+ `lr-query-run`, `lr-query-save`, `lr-query-load`, `lr-query-delete`. **Slots:** `actions`. **CSS
11858
+ parts:** `base`, `path-fields`, `start-input`, `end-input`, `relationship-picker`,
11859
+ `relationship-chips`, `node-type-picker`, `node-type-chips`, `direction`, `filter-group`,
11860
+ `min-hops`, `max-hops`, `footer`, `run-button`, `save-button`, `save-row`, `save-name-input`,
11861
+ `saved-queries`, `saved-queries-label`, `saved-list`, `saved-item`, `saved-load-button`,
11862
+ `saved-delete-button`, `saved-empty`.
11863
+
11864
+ ## `lr-grounding-summary`
11865
+
11866
+ Claim-level grounding scorecard showing support counts, citation coverage, confidence, warnings,
11867
+ and evidence citations.
11868
+
11869
+ **Properties:** `assessment`, `citations`, `label`, `thresholds`. **Events:** `lr-citation-select`.
11870
+ **CSS parts:** `base`, `empty`, `stats`, `warnings`, `warnings-heading`, `warnings-count`,
11871
+ `warnings-list`, `warning`, `evidence`, `evidence-heading`, `evidence-count`, `evidence-item`,
11872
+ `evidence-label`, `evidence-span`.
11873
+
11874
+ ## `lr-ingestion-queue`
11875
+
11876
+ Controlled list of documents moving through an ingestion pipeline, showing stage, progress,
11877
+ counts, errors, and retry/cancel requests.
11878
+
11879
+ **Properties:** `items`, `label`, `virtualizeThreshold`. **Events:** `lr-retry`, `lr-cancel`. **CSS
11880
+ parts:** `base`, `list`, `item`, `item-header`, `item-name`, `item-meta`, `item-progress`,
11881
+ `item-chunk-count`, `item-embedding-status`, `item-attempts`, `item-error`, `item-actions`,
11882
+ `retry-button`, `cancel-button`, `empty`.
11883
+
11884
+ ## `lr-knowledge-base`
11885
+
11886
+ Controlled retrieval knowledge-base source list with sync status, indexing health, permissions,
11887
+ and per-row management requests.
11888
+
11889
+ **Properties:** `sources`, `label`, `hideCreate`, `hideSummary`. **Events:** `lr-kb-create`,
11890
+ `lr-kb-sync`, `lr-kb-pause`, `lr-kb-delete`. **CSS parts:** `base`, `toolbar`, `create-button`,
11891
+ `summary`, `summary-stat`, `table`, `source-name`, `source-type`, `document-count`, `permission-badge`,
11892
+ `health-badge`, `health-cell`, `sync-badge`, `sync-cell`, `sync-error`, `sync-timestamp`,
11893
+ `actions-trigger`, `actions-menu`, `name-cell`.
11894
+
11895
+ ## `lr-knowledge-graph-explorer`
11896
+
11897
+ Knowledge-graph exploration shell combining graph rendering, entity search, type filters,
11898
+ neighborhood expansion, pinned nodes, path finding, and a details overlay.
11899
+
11900
+ **Properties:** `nodes`, `links`, `nodeTypes`, `communities`, `entityDetails`, `width`, `height`,
11901
+ `renderer`, `hiddenTypes`, `selectedNodeId`, `pinnedNodeIds`, `path`, `label`. **Events:**
11902
+ `lr-node-click`, `lr-link-click`, `lr-community-click`, `lr-node-expand`, `lr-pin-change`,
11903
+ `lr-path-request`, `lr-relation-activate`. **Slots:** `details`. **CSS parts:** `base`, `toolbar`,
11904
+ `search`, `search-results`, `search-result`, `search-empty`, `pinned`, `pinned-heading`, `legend`,
11905
+ `graph`, `path`, `detail-popover`, `detail-card`.
11906
+
11907
+ ## `lr-memory-panel`
11908
+
11909
+ Agent working-memory surface for short-term context and long-term memories, with confidence,
11910
+ optional provenance, and confirmation-gated add, remove, expand, and forget actions.
11911
+
11912
+ **Properties:** `shortTerm`, `longTerm`, `label`, `thresholds`, `types`. **Events:** `lr-add`,
11913
+ `lr-remove`, `lr-expand`, `lr-forget`. **CSS parts:** `base`, `heading`, `section`, `section-header`,
11914
+ `section-empty`, `list`, `item`, `item-row`, `item-body`, `item-text`, `confidence`, `item-actions`,
11915
+ `add-button`, `remove-button`, `expand-toggle`, `forget-all-button`, `empty`.
11916
+
11917
+ ## `lr-policy-summary`
11918
+
11919
+ Read-only list of guardrail, permission, privacy, and tool-policy decisions with accessible
11920
+ allow, deny, or needs-review explanations.
11921
+
11922
+ **Properties:** `decisions`. **CSS parts:** `base`, `empty`, `summary`, `count`, `state-badge`,
11923
+ `list`, `decision`, `decision-header`, `category`, `label`, `detail`, `explanation`.
11924
+
11925
+ ## `lr-query-builder`
11926
+
11927
+ Composable structured-query builder for tabular or dashboard data: condition rows combined with an
11928
+ AND/OR combinator.
11929
+
11930
+ **Properties:** `fields`, `value`, `disabled`, `addCondition`, `removeCondition`. **Events:**
11931
+ `lr-input`, `lr-add-condition`, `lr-remove-condition`. **CSS parts:** `base`, `conditions`,
11932
+ `condition`, `field-select`, `operator-select`, `value`, `combinator`, `add-button`,
11933
+ `remove-button`, `empty`.
11934
+
11935
+ ## `lr-retrieval-results`
11936
+
11937
+ Ranked retrieval-chunk list with deduplication, source grouping, selection, pagination or infinite
11938
+ loading, and compact/expanded presentation modes.
11939
+
11940
+ **Properties:** `chunks`, `label`, `activeId`, `dedupe`, `grouping`, `selectable`, `selectedIds`,
11941
+ `sort`, `presentation`, `loading`, `error`, `hasMore`, `thresholds`, `virtualizeAt`. **Events:**
11942
+ `lr-chunk-open`, `lr-select`, `lr-load-more`. **CSS parts:** `base`, `row`, `row-body`, `select`,
11943
+ `metadata`, `metadata-entry`, `group-header`, `load-more-row`, `load-more`, `spinner`, `error`,
11944
+ `empty`.
11945
+
11946
+ ## `lr-retrieval-search`
11947
+
11948
+ Retrieval/RAG query bar with query text, filter and scope chips, vector/keyword/hybrid mode, and
11949
+ loading, error, and empty feedback.
11950
+
11951
+ **Properties:** `query`, `label`, `accessibleLabel`, `placeholder`, `mode`, `filters`, `scope`,
11952
+ `loading`, `errorText`, `empty`. **Events:** `lr-search`, `lr-cancel`, `lr-filters-change`. **CSS
11953
+ parts:** `base`, `row`, `query`, `mode`, `filters`, `submit`, `spinner`, `error`, `empty`.
11954
+
11955
+ ## `lr-retrieval-trace`
11956
+
11957
+ Retrieval-pipeline stage timeline rendered through `lr-span-waterfall`, with expandable evidence
11958
+ for each stage.
11959
+
11960
+ **Properties:** `stages`, `activeStageId`, `label`. **Events:** `lr-stage-select`, `lr-stage-toggle`.
11961
+ **CSS parts:** `base`, `timeline`, `evidence-list`, `evidence-row`, `evidence-toggle`,
11962
+ `evidence-toggle-icon`, `evidence-body`, `evidence-text`, `evidence-metadata`,
11963
+ `evidence-metadata-key`, `evidence-metadata-value`.
11964
+
11965
+ ## `lr-tool-timeline`
11966
+
11967
+ Chronological list of agent tool/function calls composed from tool-call, result, and approval
11968
+ primitives, with retry counts and sensitive-field redaction.
11969
+
11970
+ **Properties:** `entries`, `formatTimestamp`, `approvalEditable`. **Events:**
11971
+ `lr-tool-approval-decide` (`detail: { invocationId, approved, args? }`). **CSS parts:** `base`,
11972
+ `entry`, `entry-marker`, `entry-header`, `entry-timestamp`, `entry-body`, `entry-details`,
11973
+ `entry-result`, `entry-error`, `entry-retries`, `entry-retries-count`, `entry-retries-label`,
11974
+ `entry-redacted-indicator`, `entry-approval-status`, `approval-dialog`.
11975
+
11673
11976
  ## `lr-geojson-view`
11674
11977
 
11675
11978
  Internal document-registry bridge that fetches, validates, and renders a GeoJSON file through
@@ -11701,3 +12004,153 @@ Registered by importing `geojson-view/geojson-view.js` directly — not part of
11701
12004
  same as `lr-map`/`lr-graph`, since it depends on the same optional `maplibre-gl` peer. Remote
11702
12005
  resources are capped at 25 MB; exceeding it surfaces the localized `documentPreviewResourceTooLarge`
11703
12006
  message instead of the map.
12007
+
12008
+ ## `lr-agent-run`
12009
+
12010
+ Renders the status and controls for one agent run. Set `run` to the run data, and use
12011
+ `showCancel`, `showRetry`, and `formatCost` to control the optional actions and cost formatting.
12012
+
12013
+ ## `lr-agent-trace`
12014
+
12015
+ Displays a filterable trace made of `spans`. `activeSpanId` identifies the selected span;
12016
+ `hiddenKinds`, `hideBars`, `showCost`, and `showTokens` control the trace presentation. `label`
12017
+ sets the accessible label for the trace surface.
12018
+
12019
+ ## `lr-context-inspector`
12020
+
12021
+ Shows the final model context as token-counted `segments`, including redactions and source
12022
+ attribution. `filename` labels the inspected context, `formats` controls available export formats,
12023
+ and `total` supplies the overall token total. `label` sets its accessible name.
12024
+
12025
+ ## `lr-dashboard-grid`
12026
+
12027
+ Lays out dashboard cells from `layout` using `columns`, `rowHeight`, and `gap`. `locked` disables
12028
+ layout interaction; `cellsDraggable` and `cellsResizable` control the corresponding gestures.
12029
+ `collision` selects collision handling, and `accessibleLabel` names the grid.
12030
+
12031
+ ## `lr-document-compare`
12032
+
12033
+ Compares `oldVersion` and `newVersion` as a diff or synchronized document panes. `view` selects
12034
+ the rendering mode, while `diffLayout` selects the diff layout. `anchor` controls synchronized
12035
+ highlight navigation, `syncScroll` links pane scrolling, and `copyable` enables copying. `language`
12036
+ sets the diff language and `languages` provides language choices.
12037
+
12038
+ ## `lr-document-library`
12039
+
12040
+ Renders a searchable, sortable document inventory from `documents`. `filter` and `tagFilter`
12041
+ control the active filters; `sortKey` and `sortDirection` control ordering; `selectedIds` contains
12042
+ the selected documents; `loading` shows the loading state; and `label` names the library.
12043
+
12044
+ ## `lr-drilldown-panel`
12045
+
12046
+ Displays the current entity path and its related evidence, documents, entities, and runs. `path`
12047
+ contains the drilldown levels and `types` describes node types. `communityLabel` customizes the
12048
+ community heading, `showFocusButton` controls focus actions, and `accessibleLabel` names the panel.
12049
+
12050
+ ## `lr-entity-dossier`
12051
+
12052
+ Presents an entity with relationships, supporting chunks, and provenance. Set `entity`, `neighbors`,
12053
+ `chunks`, `provenance`, and `confidence` with the corresponding domain data. `types` describes node
12054
+ types; `thresholds` controls confidence display; `groupByRelation` groups neighbors; `expandable`
12055
+ controls disclosure; `communityLabel` customizes community text; `showFocusButton` controls focus
12056
+ actions; and `accessibleLabel` names the dossier.
12057
+
12058
+ ## `lr-eval-dataset`
12059
+
12060
+ Manages a controlled evaluation dataset in `examples`, with optional search and import/export
12061
+ actions. `searchable` enables filtering, `accept` controls accepted import formats, `exportFormats`
12062
+ lists available export formats, `disabled` disables actions, and `label` names the dataset.
12063
+
12064
+ ## `lr-eval-result`
12065
+
12066
+ Shows the runs for one evaluation example and the selected run's review form. `runs` supplies the
12067
+ results, `columns` defines comparison columns, and `selectedRunId` identifies the active run.
12068
+ `baselineRunId` marks the baseline; `rubricKeys` defines review criteria; `reviewSkippable` enables
12069
+ skip; and `disabled` disables review controls.
12070
+
12071
+ ## `lr-evaluation-run`
12072
+
12073
+ Displays an evaluation run summary and its examples. Set `examples` and `total` with the run data;
12074
+ `label` provides the accessible name.
12075
+
12076
+ ## `lr-filter-bar`
12077
+
12078
+ Renders a controlled collection of `filters`. `value` is the current filter state, `hasActiveFilters`
12079
+ reflects whether any filter is active, and `invalidFilterIds` identifies invalid filters. `loading`
12080
+ shows pending filter work, `disabled` disables editing, and `label` names the bar. `checkValidity()`,
12081
+ `reportValidity()`, and `reset()` expose the native-like validation and reset actions.
12082
+
12083
+ ## `lr-graph-query-builder`
12084
+
12085
+ Builds a graph query from `nodeTypeOptions`, `relationshipTypeOptions`, and `hopLimit`, with
12086
+ `errors` for validation feedback and `savedQueries` for saved query entries. `value` contains the
12087
+ current query; `label` and `name` provide form metadata; and `disabled` controls editing. It exposes
12088
+ the form-associated `checkValidity()`, `reportValidity()`, `formDisabledCallback()`,
12089
+ `formResetCallback()`, and `formStateRestoreCallback()` methods plus `form`, `labels`, `validity`,
12090
+ `validationMessage`, `willValidate`, `effectiveDisabled`, and `value`/`name`/`disabled` accessors.
12091
+
12092
+ ## `lr-grounding-summary`
12093
+
12094
+ Summarizes the grounding assessment for an answer. Set `assessment` and `citations` with the
12095
+ grounding data, `thresholds` to control confidence bands, and `label` for the accessible name.
12096
+
12097
+ ## `lr-ingestion-queue`
12098
+
12099
+ Displays document ingestion `items` with stage and progress information. `virtualizeThreshold`
12100
+ switches to virtual rendering for large queues, and `label` names the queue.
12101
+
12102
+ ## `lr-knowledge-base`
12103
+
12104
+ Displays connected knowledge-base `sources` and their sync/indexing state. `hideCreate` hides the
12105
+ create-source action, `hideSummary` hides aggregate status, and `label` names the surface.
12106
+
12107
+ ## `lr-knowledge-graph-explorer`
12108
+
12109
+ Provides search, filtering, selection, pinning, and path requests over a knowledge graph. Set
12110
+ `nodes`, `links`, `nodeTypes`, `communities`, and optional `entityDetails`; `renderer` controls the
12111
+ graph renderer. `selectedNodeId` and `pinnedNodeIds` hold interaction state, while `path` contains
12112
+ the returned path. `hiddenTypes` controls type visibility, `width` and `height` size the graph, and
12113
+ `label` names it.
12114
+
12115
+ ## `lr-memory-panel`
12116
+
12117
+ Displays short-term and long-term memory entries. Set `shortTerm` and `longTerm` with memory data;
12118
+ `types` describes entity types and `thresholds` controls confidence display. `label` names the panel.
12119
+
12120
+ ## `lr-policy-summary`
12121
+
12122
+ Summarizes policy decisions from `decisions`, including their category, outcome, explanation, and
12123
+ optional detail.
12124
+
12125
+ ## `lr-query-builder`
12126
+
12127
+ Builds a controlled set of filter conditions from `fields`. `value` contains the current query and
12128
+ `disabled` prevents editing. `addCondition()` and `removeCondition()` provide programmatic condition
12129
+ management.
12130
+
12131
+ ## `lr-retrieval-results`
12132
+
12133
+ Renders retrieval `chunks` with loading, error, selection, grouping, and pagination states. `activeId`
12134
+ identifies the active chunk; `selectedIds` contains selected chunks; `selectable` enables selection;
12135
+ `presentation` controls presentation; `grouping` and `sort` control organization; `dedupe` removes
12136
+ duplicates; `thresholds` controls score display; `virtualizeAt` controls virtualization; and
12137
+ `hasMore` indicates another page is available. `label` names the results, while `loading` and `error`
12138
+ describe request state.
12139
+
12140
+ ## `lr-retrieval-search`
12141
+
12142
+ Provides a controlled retrieval query bar. `query`, `mode`, `filters`, and `scope` contain the
12143
+ search state; `placeholder` supplies the query hint; `loading` controls submit/cancel state; and
12144
+ `empty` and `errorText` provide result-state messaging. `label` and `accessibleLabel` name the
12145
+ control.
12146
+
12147
+ ## `lr-retrieval-trace`
12148
+
12149
+ Shows the stages of a retrieval pipeline from `stages`. `activeStageId` identifies the expanded
12150
+ stage and `label` names the trace.
12151
+
12152
+ ## `lr-tool-timeline`
12153
+
12154
+ Displays chronological tool-call `entries`, including retries, approval state, and redacted
12155
+ details. `approvalEditable` controls whether approval decisions can be changed, and
12156
+ `formatTimestamp` formats entry timestamps.
package/llms.txt CHANGED
@@ -109,6 +109,13 @@ The catalog is grouped by capability; `llms-full.txt` follows the same consumer-
109
109
  `lr-voice-picker`, `lr-notebook-viewer` (needs the optional peers `marked`/`dompurify`/`shiki`),
110
110
  `lr-xml-viewer`, `lr-markdown-core` (needs the optional peers `marked`/`dompurify`/`shiki`;
111
111
  build-lean sibling of `lr-markdown`, never references shiki's full ~200-language table).
112
+ - **Agent, retrieval, evaluation, and workspace surfaces** — `lr-agent-run`, `lr-agent-trace`,
113
+ `lr-context-inspector`, `lr-dashboard-grid`, `lr-document-compare`, `lr-document-library`,
114
+ `lr-drilldown-panel`, `lr-entity-dossier`, `lr-eval-dataset`, `lr-eval-result`,
115
+ `lr-evaluation-run`, `lr-filter-bar`, `lr-graph-query-builder`, `lr-grounding-summary`,
116
+ `lr-ingestion-queue`, `lr-knowledge-base`, `lr-knowledge-graph-explorer`, `lr-memory-panel`,
117
+ `lr-policy-summary`, `lr-query-builder`, `lr-retrieval-results`, `lr-retrieval-search`,
118
+ `lr-retrieval-trace`, and `lr-tool-timeline`.
112
119
 
113
120
  ## Also useful
114
121
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aceshooting/lyra-ui",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "description": "Free, independent Lit web components: an open-source alternative to Shoelace and Web Awesome with accessible forms, dashboards, charts, and agent UI.",
5
5
  "keywords": [
6
6
  "web-components",
@@ -58,6 +58,7 @@
58
58
  ".": "./dist/lyra.js",
59
59
  "./components/*": "./dist/components/*",
60
60
  "./internal/*": "./dist/internal/*",
61
+ "./ai/*": "./dist/ai/*",
61
62
  "./theme.css": "./dist/theme.css",
62
63
  "./testing": "./dist/testing/happy-dom-shims.js",
63
64
  "./package.json": "./package.json"
@@ -147,6 +148,30 @@
147
148
  "./dist/components/source-picker/source-picker.js",
148
149
  "./dist/components/provenance-panel/provenance-panel.js",
149
150
  "./dist/components/mind-map/mind-map.js",
151
+ "./dist/components/agent-run/agent-run.js",
152
+ "./dist/components/agent-trace/agent-trace.js",
153
+ "./dist/components/context-inspector/context-inspector.js",
154
+ "./dist/components/dashboard-grid/dashboard-grid.js",
155
+ "./dist/components/document-compare/document-compare.js",
156
+ "./dist/components/document-library/document-library.js",
157
+ "./dist/components/drilldown-panel/drilldown-panel.js",
158
+ "./dist/components/entity-dossier/entity-dossier.js",
159
+ "./dist/components/eval-dataset/eval-dataset.js",
160
+ "./dist/components/eval-result/eval-result.js",
161
+ "./dist/components/evaluation-run/evaluation-run.js",
162
+ "./dist/components/filter-bar/filter-bar.js",
163
+ "./dist/components/graph-query-builder/graph-query-builder.js",
164
+ "./dist/components/grounding-summary/grounding-summary.js",
165
+ "./dist/components/ingestion-queue/ingestion-queue.js",
166
+ "./dist/components/knowledge-base/knowledge-base.js",
167
+ "./dist/components/knowledge-graph-explorer/knowledge-graph-explorer.js",
168
+ "./dist/components/memory-panel/memory-panel.js",
169
+ "./dist/components/policy-summary/policy-summary.js",
170
+ "./dist/components/query-builder/query-builder.js",
171
+ "./dist/components/retrieval-results/retrieval-results.js",
172
+ "./dist/components/retrieval-search/retrieval-search.js",
173
+ "./dist/components/retrieval-trace/retrieval-trace.js",
174
+ "./dist/components/tool-timeline/tool-timeline.js",
150
175
  "./dist/components/spreadsheet-viewer/spreadsheet-viewer.js",
151
176
  "./dist/components/csv-viewer/csv-viewer.js",
152
177
  "./dist/components/xml-viewer/xml-viewer.js",
@@ -503,6 +528,30 @@
503
528
  "./src/components/page-rail/page-rail.ts",
504
529
  "./src/components/path-strip/path-strip.ts",
505
530
  "./src/components/provenance-panel/provenance-panel.ts",
531
+ "./src/components/agent-run/agent-run.ts",
532
+ "./src/components/agent-trace/agent-trace.ts",
533
+ "./src/components/context-inspector/context-inspector.ts",
534
+ "./src/components/dashboard-grid/dashboard-grid.ts",
535
+ "./src/components/document-compare/document-compare.ts",
536
+ "./src/components/document-library/document-library.ts",
537
+ "./src/components/drilldown-panel/drilldown-panel.ts",
538
+ "./src/components/entity-dossier/entity-dossier.ts",
539
+ "./src/components/eval-dataset/eval-dataset.ts",
540
+ "./src/components/eval-result/eval-result.ts",
541
+ "./src/components/evaluation-run/evaluation-run.ts",
542
+ "./src/components/filter-bar/filter-bar.ts",
543
+ "./src/components/graph-query-builder/graph-query-builder.ts",
544
+ "./src/components/grounding-summary/grounding-summary.ts",
545
+ "./src/components/ingestion-queue/ingestion-queue.ts",
546
+ "./src/components/knowledge-base/knowledge-base.ts",
547
+ "./src/components/knowledge-graph-explorer/knowledge-graph-explorer.ts",
548
+ "./src/components/memory-panel/memory-panel.ts",
549
+ "./src/components/policy-summary/policy-summary.ts",
550
+ "./src/components/query-builder/query-builder.ts",
551
+ "./src/components/retrieval-results/retrieval-results.ts",
552
+ "./src/components/retrieval-search/retrieval-search.ts",
553
+ "./src/components/retrieval-trace/retrieval-trace.ts",
554
+ "./src/components/tool-timeline/tool-timeline.ts",
506
555
  "./src/components/push-to-talk/push-to-talk.ts",
507
556
  "./src/components/rubric-form/rubric-form.ts",
508
557
  "./src/components/source-picker/source-picker.ts",