@aceshooting/lyra-ui 4.0.0 → 4.2.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 (432) hide show
  1. package/README.md +53 -2
  2. package/custom-elements.json +59005 -40073
  3. package/dist/ai/index.d.ts +3 -0
  4. package/dist/ai/index.d.ts.map +1 -0
  5. package/dist/ai/index.js +3 -0
  6. package/dist/ai/index.js.map +1 -0
  7. package/dist/ai/types.contract.d.ts +2 -0
  8. package/dist/ai/types.contract.d.ts.map +1 -0
  9. package/dist/ai/types.contract.js +139 -0
  10. package/dist/ai/types.contract.js.map +1 -0
  11. package/dist/ai/types.d.ts +201 -0
  12. package/dist/ai/types.d.ts.map +1 -0
  13. package/dist/ai/types.js +2 -0
  14. package/dist/ai/types.js.map +1 -0
  15. package/dist/components/agent-run/agent-run.class.d.ts +184 -0
  16. package/dist/components/agent-run/agent-run.class.d.ts.map +1 -0
  17. package/dist/components/agent-run/agent-run.class.js +473 -0
  18. package/dist/components/agent-run/agent-run.class.js.map +1 -0
  19. package/dist/components/agent-run/agent-run.d.ts +2 -0
  20. package/dist/components/agent-run/agent-run.d.ts.map +1 -0
  21. package/dist/components/agent-run/agent-run.js +5 -0
  22. package/dist/components/agent-run/agent-run.js.map +1 -0
  23. package/dist/components/agent-run/agent-run.styles.d.ts +2 -0
  24. package/dist/components/agent-run/agent-run.styles.d.ts.map +1 -0
  25. package/dist/components/agent-run/agent-run.styles.js +159 -0
  26. package/dist/components/agent-run/agent-run.styles.js.map +1 -0
  27. package/dist/components/agent-trace/agent-trace.class.d.ts +111 -0
  28. package/dist/components/agent-trace/agent-trace.class.d.ts.map +1 -0
  29. package/dist/components/agent-trace/agent-trace.class.js +221 -0
  30. package/dist/components/agent-trace/agent-trace.class.js.map +1 -0
  31. package/dist/components/agent-trace/agent-trace.d.ts +5 -0
  32. package/dist/components/agent-trace/agent-trace.d.ts.map +1 -0
  33. package/dist/components/agent-trace/agent-trace.js +8 -0
  34. package/dist/components/agent-trace/agent-trace.js.map +1 -0
  35. package/dist/components/agent-trace/agent-trace.styles.d.ts +2 -0
  36. package/dist/components/agent-trace/agent-trace.styles.d.ts.map +1 -0
  37. package/dist/components/agent-trace/agent-trace.styles.js +61 -0
  38. package/dist/components/agent-trace/agent-trace.styles.js.map +1 -0
  39. package/dist/components/agent-workspace/agent-workspace.class.d.ts +146 -0
  40. package/dist/components/agent-workspace/agent-workspace.class.d.ts.map +1 -0
  41. package/dist/components/agent-workspace/agent-workspace.class.js +332 -0
  42. package/dist/components/agent-workspace/agent-workspace.class.js.map +1 -0
  43. package/dist/components/agent-workspace/agent-workspace.d.ts +2 -0
  44. package/dist/components/agent-workspace/agent-workspace.d.ts.map +1 -0
  45. package/dist/components/agent-workspace/agent-workspace.js +5 -0
  46. package/dist/components/agent-workspace/agent-workspace.js.map +1 -0
  47. package/dist/components/agent-workspace/agent-workspace.styles.d.ts +2 -0
  48. package/dist/components/agent-workspace/agent-workspace.styles.d.ts.map +1 -0
  49. package/dist/components/agent-workspace/agent-workspace.styles.js +134 -0
  50. package/dist/components/agent-workspace/agent-workspace.styles.js.map +1 -0
  51. package/dist/components/app-rail/app-rail.styles.d.ts.map +1 -1
  52. package/dist/components/app-rail/app-rail.styles.js +4 -0
  53. package/dist/components/app-rail/app-rail.styles.js.map +1 -1
  54. package/dist/components/avatar/avatar.class.d.ts +3 -3
  55. package/dist/components/avatar/avatar.class.d.ts.map +1 -1
  56. package/dist/components/avatar/avatar.class.js +8 -10
  57. package/dist/components/avatar/avatar.class.js.map +1 -1
  58. package/dist/components/chart/chart.class.d.ts +1 -0
  59. package/dist/components/chart/chart.class.d.ts.map +1 -1
  60. package/dist/components/chart/chart.class.js +9 -3
  61. package/dist/components/chart/chart.class.js.map +1 -1
  62. package/dist/components/chat-message/chat-message.class.d.ts +45 -4
  63. package/dist/components/chat-message/chat-message.class.d.ts.map +1 -1
  64. package/dist/components/chat-message/chat-message.class.js +98 -8
  65. package/dist/components/chat-message/chat-message.class.js.map +1 -1
  66. package/dist/components/chat-message/chat-message.styles.d.ts.map +1 -1
  67. package/dist/components/chat-message/chat-message.styles.js +14 -0
  68. package/dist/components/chat-message/chat-message.styles.js.map +1 -1
  69. package/dist/components/context-inspector/context-inspector.class.d.ts +114 -0
  70. package/dist/components/context-inspector/context-inspector.class.d.ts.map +1 -0
  71. package/dist/components/context-inspector/context-inspector.class.js +222 -0
  72. package/dist/components/context-inspector/context-inspector.class.js.map +1 -0
  73. package/dist/components/context-inspector/context-inspector.d.ts +7 -0
  74. package/dist/components/context-inspector/context-inspector.d.ts.map +1 -0
  75. package/dist/components/context-inspector/context-inspector.js +10 -0
  76. package/dist/components/context-inspector/context-inspector.js.map +1 -0
  77. package/dist/components/context-inspector/context-inspector.styles.d.ts +2 -0
  78. package/dist/components/context-inspector/context-inspector.styles.d.ts.map +1 -0
  79. package/dist/components/context-inspector/context-inspector.styles.js +98 -0
  80. package/dist/components/context-inspector/context-inspector.styles.js.map +1 -0
  81. package/dist/components/conversation-item/conversation-item.class.d.ts +8 -0
  82. package/dist/components/conversation-item/conversation-item.class.d.ts.map +1 -1
  83. package/dist/components/conversation-item/conversation-item.class.js +50 -22
  84. package/dist/components/conversation-item/conversation-item.class.js.map +1 -1
  85. package/dist/components/conversation-item/conversation-item.styles.d.ts.map +1 -1
  86. package/dist/components/conversation-item/conversation-item.styles.js +11 -0
  87. package/dist/components/conversation-item/conversation-item.styles.js.map +1 -1
  88. package/dist/components/csv-viewer/csv-viewer.styles.d.ts.map +1 -1
  89. package/dist/components/csv-viewer/csv-viewer.styles.js +8 -2
  90. package/dist/components/csv-viewer/csv-viewer.styles.js.map +1 -1
  91. package/dist/components/dashboard-grid/dashboard-grid.class.d.ts +162 -0
  92. package/dist/components/dashboard-grid/dashboard-grid.class.d.ts.map +1 -0
  93. package/dist/components/dashboard-grid/dashboard-grid.class.js +569 -0
  94. package/dist/components/dashboard-grid/dashboard-grid.class.js.map +1 -0
  95. package/dist/components/dashboard-grid/dashboard-grid.d.ts +6 -0
  96. package/dist/components/dashboard-grid/dashboard-grid.d.ts.map +1 -0
  97. package/dist/components/dashboard-grid/dashboard-grid.js +9 -0
  98. package/dist/components/dashboard-grid/dashboard-grid.js.map +1 -0
  99. package/dist/components/dashboard-grid/dashboard-grid.styles.d.ts +2 -0
  100. package/dist/components/dashboard-grid/dashboard-grid.styles.d.ts.map +1 -0
  101. package/dist/components/dashboard-grid/dashboard-grid.styles.js +86 -0
  102. package/dist/components/dashboard-grid/dashboard-grid.styles.js.map +1 -0
  103. package/dist/components/dashboard-grid/layout.d.ts +103 -0
  104. package/dist/components/dashboard-grid/layout.d.ts.map +1 -0
  105. package/dist/components/dashboard-grid/layout.js +94 -0
  106. package/dist/components/dashboard-grid/layout.js.map +1 -0
  107. package/dist/components/date-picker/date-input.class.d.ts +8 -0
  108. package/dist/components/date-picker/date-input.class.d.ts.map +1 -1
  109. package/dist/components/date-picker/date-input.class.js +10 -0
  110. package/dist/components/date-picker/date-input.class.js.map +1 -1
  111. package/dist/components/date-picker/date-input.styles.d.ts.map +1 -1
  112. package/dist/components/date-picker/date-input.styles.js +39 -2
  113. package/dist/components/date-picker/date-input.styles.js.map +1 -1
  114. package/dist/components/diff-view/diff-view.class.d.ts +20 -2
  115. package/dist/components/diff-view/diff-view.class.d.ts.map +1 -1
  116. package/dist/components/diff-view/diff-view.class.js +107 -13
  117. package/dist/components/diff-view/diff-view.class.js.map +1 -1
  118. package/dist/components/diff-view/diff-view.styles.d.ts.map +1 -1
  119. package/dist/components/diff-view/diff-view.styles.js +5 -0
  120. package/dist/components/diff-view/diff-view.styles.js.map +1 -1
  121. package/dist/components/document-compare/document-compare.class.d.ts +131 -0
  122. package/dist/components/document-compare/document-compare.class.d.ts.map +1 -0
  123. package/dist/components/document-compare/document-compare.class.js +214 -0
  124. package/dist/components/document-compare/document-compare.class.js.map +1 -0
  125. package/dist/components/document-compare/document-compare.d.ts +2 -0
  126. package/dist/components/document-compare/document-compare.d.ts.map +1 -0
  127. package/dist/components/document-compare/document-compare.js +5 -0
  128. package/dist/components/document-compare/document-compare.js.map +1 -0
  129. package/dist/components/document-compare/document-compare.styles.d.ts +2 -0
  130. package/dist/components/document-compare/document-compare.styles.d.ts.map +1 -0
  131. package/dist/components/document-compare/document-compare.styles.js +65 -0
  132. package/dist/components/document-compare/document-compare.styles.js.map +1 -0
  133. package/dist/components/document-library/document-library.class.d.ts +154 -0
  134. package/dist/components/document-library/document-library.class.d.ts.map +1 -0
  135. package/dist/components/document-library/document-library.class.js +399 -0
  136. package/dist/components/document-library/document-library.class.js.map +1 -0
  137. package/dist/components/document-library/document-library.d.ts +9 -0
  138. package/dist/components/document-library/document-library.d.ts.map +1 -0
  139. package/dist/components/document-library/document-library.js +12 -0
  140. package/dist/components/document-library/document-library.js.map +1 -0
  141. package/dist/components/document-library/document-library.styles.d.ts +2 -0
  142. package/dist/components/document-library/document-library.styles.d.ts.map +1 -0
  143. package/dist/components/document-library/document-library.styles.js +77 -0
  144. package/dist/components/document-library/document-library.styles.js.map +1 -0
  145. package/dist/components/drilldown-panel/drilldown-panel.class.d.ts +148 -0
  146. package/dist/components/drilldown-panel/drilldown-panel.class.d.ts.map +1 -0
  147. package/dist/components/drilldown-panel/drilldown-panel.class.js +241 -0
  148. package/dist/components/drilldown-panel/drilldown-panel.class.js.map +1 -0
  149. package/dist/components/drilldown-panel/drilldown-panel.d.ts +9 -0
  150. package/dist/components/drilldown-panel/drilldown-panel.d.ts.map +1 -0
  151. package/dist/components/drilldown-panel/drilldown-panel.js +12 -0
  152. package/dist/components/drilldown-panel/drilldown-panel.js.map +1 -0
  153. package/dist/components/drilldown-panel/drilldown-panel.styles.d.ts +2 -0
  154. package/dist/components/drilldown-panel/drilldown-panel.styles.d.ts.map +1 -0
  155. package/dist/components/drilldown-panel/drilldown-panel.styles.js +49 -0
  156. package/dist/components/drilldown-panel/drilldown-panel.styles.js.map +1 -0
  157. package/dist/components/emoji-picker/emoji-data-loader.d.ts.map +1 -1
  158. package/dist/components/emoji-picker/emoji-data-loader.js +1 -1
  159. package/dist/components/emoji-picker/emoji-data-loader.js.map +1 -1
  160. package/dist/components/emoji-picker/emoji-picker.class.d.ts +18 -1
  161. package/dist/components/emoji-picker/emoji-picker.class.d.ts.map +1 -1
  162. package/dist/components/emoji-picker/emoji-picker.class.js +152 -28
  163. package/dist/components/emoji-picker/emoji-picker.class.js.map +1 -1
  164. package/dist/components/emoji-picker/emoji-picker.styles.d.ts.map +1 -1
  165. package/dist/components/emoji-picker/emoji-picker.styles.js +26 -2
  166. package/dist/components/emoji-picker/emoji-picker.styles.js.map +1 -1
  167. package/dist/components/entity-dossier/entity-dossier.class.d.ts +132 -0
  168. package/dist/components/entity-dossier/entity-dossier.class.d.ts.map +1 -0
  169. package/dist/components/entity-dossier/entity-dossier.class.js +187 -0
  170. package/dist/components/entity-dossier/entity-dossier.class.js.map +1 -0
  171. package/dist/components/entity-dossier/entity-dossier.d.ts +9 -0
  172. package/dist/components/entity-dossier/entity-dossier.d.ts.map +1 -0
  173. package/dist/components/entity-dossier/entity-dossier.js +12 -0
  174. package/dist/components/entity-dossier/entity-dossier.js.map +1 -0
  175. package/dist/components/entity-dossier/entity-dossier.styles.d.ts +2 -0
  176. package/dist/components/entity-dossier/entity-dossier.styles.d.ts.map +1 -0
  177. package/dist/components/entity-dossier/entity-dossier.styles.js +30 -0
  178. package/dist/components/entity-dossier/entity-dossier.styles.js.map +1 -0
  179. package/dist/components/eval-dataset/eval-dataset.class.d.ts +145 -0
  180. package/dist/components/eval-dataset/eval-dataset.class.d.ts.map +1 -0
  181. package/dist/components/eval-dataset/eval-dataset.class.js +307 -0
  182. package/dist/components/eval-dataset/eval-dataset.class.js.map +1 -0
  183. package/dist/components/eval-dataset/eval-dataset.d.ts +7 -0
  184. package/dist/components/eval-dataset/eval-dataset.d.ts.map +1 -0
  185. package/dist/components/eval-dataset/eval-dataset.js +10 -0
  186. package/dist/components/eval-dataset/eval-dataset.js.map +1 -0
  187. package/dist/components/eval-dataset/eval-dataset.styles.d.ts +2 -0
  188. package/dist/components/eval-dataset/eval-dataset.styles.d.ts.map +1 -0
  189. package/dist/components/eval-dataset/eval-dataset.styles.js +76 -0
  190. package/dist/components/eval-dataset/eval-dataset.styles.js.map +1 -0
  191. package/dist/components/eval-result/eval-result.class.d.ts +115 -0
  192. package/dist/components/eval-result/eval-result.class.d.ts.map +1 -0
  193. package/dist/components/eval-result/eval-result.class.js +165 -0
  194. package/dist/components/eval-result/eval-result.class.js.map +1 -0
  195. package/dist/components/eval-result/eval-result.d.ts +5 -0
  196. package/dist/components/eval-result/eval-result.d.ts.map +1 -0
  197. package/dist/components/eval-result/eval-result.js +8 -0
  198. package/dist/components/eval-result/eval-result.js.map +1 -0
  199. package/dist/components/eval-result/eval-result.styles.d.ts +2 -0
  200. package/dist/components/eval-result/eval-result.styles.d.ts.map +1 -0
  201. package/dist/components/eval-result/eval-result.styles.js +47 -0
  202. package/dist/components/eval-result/eval-result.styles.js.map +1 -0
  203. package/dist/components/evaluation-run/evaluation-run.class.d.ts +168 -0
  204. package/dist/components/evaluation-run/evaluation-run.class.d.ts.map +1 -0
  205. package/dist/components/evaluation-run/evaluation-run.class.js +333 -0
  206. package/dist/components/evaluation-run/evaluation-run.class.js.map +1 -0
  207. package/dist/components/evaluation-run/evaluation-run.d.ts +2 -0
  208. package/dist/components/evaluation-run/evaluation-run.d.ts.map +1 -0
  209. package/dist/components/evaluation-run/evaluation-run.js +5 -0
  210. package/dist/components/evaluation-run/evaluation-run.js.map +1 -0
  211. package/dist/components/evaluation-run/evaluation-run.styles.d.ts +2 -0
  212. package/dist/components/evaluation-run/evaluation-run.styles.d.ts.map +1 -0
  213. package/dist/components/evaluation-run/evaluation-run.styles.js +73 -0
  214. package/dist/components/evaluation-run/evaluation-run.styles.js.map +1 -0
  215. package/dist/components/filter-bar/filter-bar.class.d.ts +200 -0
  216. package/dist/components/filter-bar/filter-bar.class.d.ts.map +1 -0
  217. package/dist/components/filter-bar/filter-bar.class.js +322 -0
  218. package/dist/components/filter-bar/filter-bar.class.js.map +1 -0
  219. package/dist/components/filter-bar/filter-bar.d.ts +10 -0
  220. package/dist/components/filter-bar/filter-bar.d.ts.map +1 -0
  221. package/dist/components/filter-bar/filter-bar.js +13 -0
  222. package/dist/components/filter-bar/filter-bar.js.map +1 -0
  223. package/dist/components/filter-bar/filter-bar.styles.d.ts +2 -0
  224. package/dist/components/filter-bar/filter-bar.styles.d.ts.map +1 -0
  225. package/dist/components/filter-bar/filter-bar.styles.js +37 -0
  226. package/dist/components/filter-bar/filter-bar.styles.js.map +1 -0
  227. package/dist/components/graph-query-builder/graph-query-builder.class.d.ts +242 -0
  228. package/dist/components/graph-query-builder/graph-query-builder.class.d.ts.map +1 -0
  229. package/dist/components/graph-query-builder/graph-query-builder.class.js +511 -0
  230. package/dist/components/graph-query-builder/graph-query-builder.class.js.map +1 -0
  231. package/dist/components/graph-query-builder/graph-query-builder.d.ts +7 -0
  232. package/dist/components/graph-query-builder/graph-query-builder.d.ts.map +1 -0
  233. package/dist/components/graph-query-builder/graph-query-builder.js +10 -0
  234. package/dist/components/graph-query-builder/graph-query-builder.js.map +1 -0
  235. package/dist/components/graph-query-builder/graph-query-builder.styles.d.ts +2 -0
  236. package/dist/components/graph-query-builder/graph-query-builder.styles.d.ts.map +1 -0
  237. package/dist/components/graph-query-builder/graph-query-builder.styles.js +170 -0
  238. package/dist/components/graph-query-builder/graph-query-builder.styles.js.map +1 -0
  239. package/dist/components/grounding-summary/grounding-summary.class.d.ts +80 -0
  240. package/dist/components/grounding-summary/grounding-summary.class.d.ts.map +1 -0
  241. package/dist/components/grounding-summary/grounding-summary.class.js +182 -0
  242. package/dist/components/grounding-summary/grounding-summary.class.js.map +1 -0
  243. package/dist/components/grounding-summary/grounding-summary.d.ts +5 -0
  244. package/dist/components/grounding-summary/grounding-summary.d.ts.map +1 -0
  245. package/dist/components/grounding-summary/grounding-summary.js +8 -0
  246. package/dist/components/grounding-summary/grounding-summary.js.map +1 -0
  247. package/dist/components/grounding-summary/grounding-summary.styles.d.ts +2 -0
  248. package/dist/components/grounding-summary/grounding-summary.styles.d.ts.map +1 -0
  249. package/dist/components/grounding-summary/grounding-summary.styles.js +88 -0
  250. package/dist/components/grounding-summary/grounding-summary.styles.js.map +1 -0
  251. package/dist/components/heatmap/heatmap.class.d.ts +14 -0
  252. package/dist/components/heatmap/heatmap.class.d.ts.map +1 -1
  253. package/dist/components/heatmap/heatmap.class.js +165 -0
  254. package/dist/components/heatmap/heatmap.class.js.map +1 -1
  255. package/dist/components/ingestion-queue/ingestion-queue.class.d.ts +125 -0
  256. package/dist/components/ingestion-queue/ingestion-queue.class.d.ts.map +1 -0
  257. package/dist/components/ingestion-queue/ingestion-queue.class.js +276 -0
  258. package/dist/components/ingestion-queue/ingestion-queue.class.js.map +1 -0
  259. package/dist/components/ingestion-queue/ingestion-queue.d.ts +2 -0
  260. package/dist/components/ingestion-queue/ingestion-queue.d.ts.map +1 -0
  261. package/dist/components/ingestion-queue/ingestion-queue.js +5 -0
  262. package/dist/components/ingestion-queue/ingestion-queue.js.map +1 -0
  263. package/dist/components/ingestion-queue/ingestion-queue.styles.d.ts +2 -0
  264. package/dist/components/ingestion-queue/ingestion-queue.styles.d.ts.map +1 -0
  265. package/dist/components/ingestion-queue/ingestion-queue.styles.js +138 -0
  266. package/dist/components/ingestion-queue/ingestion-queue.styles.js.map +1 -0
  267. package/dist/components/knowledge-base/knowledge-base.class.d.ts +136 -0
  268. package/dist/components/knowledge-base/knowledge-base.class.d.ts.map +1 -0
  269. package/dist/components/knowledge-base/knowledge-base.class.js +360 -0
  270. package/dist/components/knowledge-base/knowledge-base.class.js.map +1 -0
  271. package/dist/components/knowledge-base/knowledge-base.d.ts +7 -0
  272. package/dist/components/knowledge-base/knowledge-base.d.ts.map +1 -0
  273. package/dist/components/knowledge-base/knowledge-base.js +10 -0
  274. package/dist/components/knowledge-base/knowledge-base.js.map +1 -0
  275. package/dist/components/knowledge-base/knowledge-base.styles.d.ts +2 -0
  276. package/dist/components/knowledge-base/knowledge-base.styles.d.ts.map +1 -0
  277. package/dist/components/knowledge-base/knowledge-base.styles.js +94 -0
  278. package/dist/components/knowledge-base/knowledge-base.styles.js.map +1 -0
  279. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts +196 -0
  280. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts.map +1 -0
  281. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.js +477 -0
  282. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.js.map +1 -0
  283. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.d.ts +11 -0
  284. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.d.ts.map +1 -0
  285. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.js +14 -0
  286. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.js.map +1 -0
  287. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.d.ts +2 -0
  288. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.d.ts.map +1 -0
  289. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.js +76 -0
  290. package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.js.map +1 -0
  291. package/dist/components/markdown/markdown-core.class.d.ts +10 -3
  292. package/dist/components/markdown/markdown-core.class.d.ts.map +1 -1
  293. package/dist/components/markdown/markdown-core.class.js +33 -4
  294. package/dist/components/markdown/markdown-core.class.js.map +1 -1
  295. package/dist/components/markdown/markdown.class.d.ts +10 -3
  296. package/dist/components/markdown/markdown.class.d.ts.map +1 -1
  297. package/dist/components/markdown/markdown.class.js +33 -4
  298. package/dist/components/markdown/markdown.class.js.map +1 -1
  299. package/dist/components/memory-panel/memory-panel.class.d.ts +146 -0
  300. package/dist/components/memory-panel/memory-panel.class.d.ts.map +1 -0
  301. package/dist/components/memory-panel/memory-panel.class.js +303 -0
  302. package/dist/components/memory-panel/memory-panel.class.js.map +1 -0
  303. package/dist/components/memory-panel/memory-panel.d.ts +5 -0
  304. package/dist/components/memory-panel/memory-panel.d.ts.map +1 -0
  305. package/dist/components/memory-panel/memory-panel.js +8 -0
  306. package/dist/components/memory-panel/memory-panel.js.map +1 -0
  307. package/dist/components/memory-panel/memory-panel.styles.d.ts +2 -0
  308. package/dist/components/memory-panel/memory-panel.styles.d.ts.map +1 -0
  309. package/dist/components/memory-panel/memory-panel.styles.js +139 -0
  310. package/dist/components/memory-panel/memory-panel.styles.js.map +1 -0
  311. package/dist/components/notebook-viewer/notebook-viewer.class.d.ts +9 -2
  312. package/dist/components/notebook-viewer/notebook-viewer.class.d.ts.map +1 -1
  313. package/dist/components/notebook-viewer/notebook-viewer.class.js +27 -4
  314. package/dist/components/notebook-viewer/notebook-viewer.class.js.map +1 -1
  315. package/dist/components/overlay/popover.class.d.ts +39 -0
  316. package/dist/components/overlay/popover.class.d.ts.map +1 -1
  317. package/dist/components/overlay/popover.class.js +53 -3
  318. package/dist/components/overlay/popover.class.js.map +1 -1
  319. package/dist/components/overlay/tooltip.class.d.ts +43 -0
  320. package/dist/components/overlay/tooltip.class.d.ts.map +1 -1
  321. package/dist/components/overlay/tooltip.class.js +66 -4
  322. package/dist/components/overlay/tooltip.class.js.map +1 -1
  323. package/dist/components/policy-summary/policy-summary.class.d.ts +76 -0
  324. package/dist/components/policy-summary/policy-summary.class.d.ts.map +1 -0
  325. package/dist/components/policy-summary/policy-summary.class.js +125 -0
  326. package/dist/components/policy-summary/policy-summary.class.js.map +1 -0
  327. package/dist/components/policy-summary/policy-summary.d.ts +6 -0
  328. package/dist/components/policy-summary/policy-summary.d.ts.map +1 -0
  329. package/dist/components/policy-summary/policy-summary.js +9 -0
  330. package/dist/components/policy-summary/policy-summary.js.map +1 -0
  331. package/dist/components/policy-summary/policy-summary.styles.d.ts +2 -0
  332. package/dist/components/policy-summary/policy-summary.styles.d.ts.map +1 -0
  333. package/dist/components/policy-summary/policy-summary.styles.js +68 -0
  334. package/dist/components/policy-summary/policy-summary.styles.js.map +1 -0
  335. package/dist/components/query-builder/query-builder.class.d.ts +180 -0
  336. package/dist/components/query-builder/query-builder.class.d.ts.map +1 -0
  337. package/dist/components/query-builder/query-builder.class.js +415 -0
  338. package/dist/components/query-builder/query-builder.class.js.map +1 -0
  339. package/dist/components/query-builder/query-builder.d.ts +9 -0
  340. package/dist/components/query-builder/query-builder.d.ts.map +1 -0
  341. package/dist/components/query-builder/query-builder.js +12 -0
  342. package/dist/components/query-builder/query-builder.js.map +1 -0
  343. package/dist/components/query-builder/query-builder.styles.d.ts +2 -0
  344. package/dist/components/query-builder/query-builder.styles.d.ts.map +1 -0
  345. package/dist/components/query-builder/query-builder.styles.js +77 -0
  346. package/dist/components/query-builder/query-builder.styles.js.map +1 -0
  347. package/dist/components/retrieval-results/retrieval-results.class.d.ts +151 -0
  348. package/dist/components/retrieval-results/retrieval-results.class.d.ts.map +1 -0
  349. package/dist/components/retrieval-results/retrieval-results.class.js +340 -0
  350. package/dist/components/retrieval-results/retrieval-results.class.js.map +1 -0
  351. package/dist/components/retrieval-results/retrieval-results.d.ts +7 -0
  352. package/dist/components/retrieval-results/retrieval-results.d.ts.map +1 -0
  353. package/dist/components/retrieval-results/retrieval-results.js +10 -0
  354. package/dist/components/retrieval-results/retrieval-results.js.map +1 -0
  355. package/dist/components/retrieval-results/retrieval-results.styles.d.ts +2 -0
  356. package/dist/components/retrieval-results/retrieval-results.styles.d.ts.map +1 -0
  357. package/dist/components/retrieval-results/retrieval-results.styles.js +94 -0
  358. package/dist/components/retrieval-results/retrieval-results.styles.js.map +1 -0
  359. package/dist/components/retrieval-search/retrieval-search.class.d.ts +127 -0
  360. package/dist/components/retrieval-search/retrieval-search.class.d.ts.map +1 -0
  361. package/dist/components/retrieval-search/retrieval-search.class.js +267 -0
  362. package/dist/components/retrieval-search/retrieval-search.class.js.map +1 -0
  363. package/dist/components/retrieval-search/retrieval-search.d.ts +8 -0
  364. package/dist/components/retrieval-search/retrieval-search.d.ts.map +1 -0
  365. package/dist/components/retrieval-search/retrieval-search.js +11 -0
  366. package/dist/components/retrieval-search/retrieval-search.js.map +1 -0
  367. package/dist/components/retrieval-search/retrieval-search.styles.d.ts +2 -0
  368. package/dist/components/retrieval-search/retrieval-search.styles.d.ts.map +1 -0
  369. package/dist/components/retrieval-search/retrieval-search.styles.js +75 -0
  370. package/dist/components/retrieval-search/retrieval-search.styles.js.map +1 -0
  371. package/dist/components/retrieval-trace/retrieval-trace.class.d.ts +101 -0
  372. package/dist/components/retrieval-trace/retrieval-trace.class.d.ts.map +1 -0
  373. package/dist/components/retrieval-trace/retrieval-trace.class.js +215 -0
  374. package/dist/components/retrieval-trace/retrieval-trace.class.js.map +1 -0
  375. package/dist/components/retrieval-trace/retrieval-trace.d.ts +4 -0
  376. package/dist/components/retrieval-trace/retrieval-trace.d.ts.map +1 -0
  377. package/dist/components/retrieval-trace/retrieval-trace.js +7 -0
  378. package/dist/components/retrieval-trace/retrieval-trace.js.map +1 -0
  379. package/dist/components/retrieval-trace/retrieval-trace.styles.d.ts +2 -0
  380. package/dist/components/retrieval-trace/retrieval-trace.styles.d.ts.map +1 -0
  381. package/dist/components/retrieval-trace/retrieval-trace.styles.js +116 -0
  382. package/dist/components/retrieval-trace/retrieval-trace.styles.js.map +1 -0
  383. package/dist/components/rubric-form/rubric-form.class.d.ts.map +1 -1
  384. package/dist/components/rubric-form/rubric-form.class.js +1 -0
  385. package/dist/components/rubric-form/rubric-form.class.js.map +1 -1
  386. package/dist/components/spreadsheet-viewer/spreadsheet-viewer.styles.d.ts.map +1 -1
  387. package/dist/components/spreadsheet-viewer/spreadsheet-viewer.styles.js +8 -2
  388. package/dist/components/spreadsheet-viewer/spreadsheet-viewer.styles.js.map +1 -1
  389. package/dist/components/thread-list/thread-list.class.d.ts +38 -2
  390. package/dist/components/thread-list/thread-list.class.d.ts.map +1 -1
  391. package/dist/components/thread-list/thread-list.class.js +41 -6
  392. package/dist/components/thread-list/thread-list.class.js.map +1 -1
  393. package/dist/components/tool-timeline/tool-timeline.class.d.ts +140 -0
  394. package/dist/components/tool-timeline/tool-timeline.class.d.ts.map +1 -0
  395. package/dist/components/tool-timeline/tool-timeline.class.js +293 -0
  396. package/dist/components/tool-timeline/tool-timeline.class.js.map +1 -0
  397. package/dist/components/tool-timeline/tool-timeline.d.ts +2 -0
  398. package/dist/components/tool-timeline/tool-timeline.d.ts.map +1 -0
  399. package/dist/components/tool-timeline/tool-timeline.js +5 -0
  400. package/dist/components/tool-timeline/tool-timeline.js.map +1 -0
  401. package/dist/components/tool-timeline/tool-timeline.styles.d.ts +2 -0
  402. package/dist/components/tool-timeline/tool-timeline.styles.d.ts.map +1 -0
  403. package/dist/components/tool-timeline/tool-timeline.styles.js +148 -0
  404. package/dist/components/tool-timeline/tool-timeline.styles.js.map +1 -0
  405. package/dist/components/trace-tree/trace-tree.class.d.ts.map +1 -1
  406. package/dist/components/trace-tree/trace-tree.class.js +3 -1
  407. package/dist/components/trace-tree/trace-tree.class.js.map +1 -1
  408. package/dist/internal/localization.d.ts +1 -1
  409. package/dist/internal/localization.d.ts.map +1 -1
  410. package/dist/internal/localization.js +238 -0
  411. package/dist/internal/localization.js.map +1 -1
  412. package/dist/internal/positioner.d.ts +28 -1
  413. package/dist/internal/positioner.d.ts.map +1 -1
  414. package/dist/internal/positioner.js +12 -1
  415. package/dist/internal/positioner.js.map +1 -1
  416. package/dist/internal/root-registration-allowlist.d.ts +2 -2
  417. package/dist/internal/root-registration-allowlist.d.ts.map +1 -1
  418. package/dist/internal/root-registration-allowlist.js +25 -0
  419. package/dist/internal/root-registration-allowlist.js.map +1 -1
  420. package/dist/internal/tokens.styles.d.ts.map +1 -1
  421. package/dist/internal/tokens.styles.js +2 -0
  422. package/dist/internal/tokens.styles.js.map +1 -1
  423. package/dist/lyra.d.ts +51 -1
  424. package/dist/lyra.d.ts.map +1 -1
  425. package/dist/lyra.js +49 -0
  426. package/dist/lyra.js.map +1 -1
  427. package/llms-full.txt +519 -15
  428. package/llms.txt +7 -0
  429. package/package.json +53 -1
  430. package/vscode-css-data.json +21 -0
  431. package/vscode-html-data.json +1205 -14
  432. package/web-types.json +1297 -60
@@ -0,0 +1,65 @@
1
+ import { css } from 'lit';
2
+ export const styles = css `
3
+ :host {
4
+ display: block;
5
+ container-type: inline-size;
6
+ --lr-document-compare-pane-max-height: var(--lr-size-24rem);
7
+ }
8
+
9
+ [part='base'] {
10
+ display: flex;
11
+ flex-direction: column;
12
+ gap: var(--lr-space-m);
13
+ color: var(--lr-color-text);
14
+ }
15
+
16
+ [part='diff'] {
17
+ display: block;
18
+ }
19
+
20
+ [part='panes'] {
21
+ display: flex;
22
+ gap: var(--lr-space-m);
23
+ align-items: stretch;
24
+ }
25
+
26
+ [part='pane-old'],
27
+ [part='pane-new'] {
28
+ flex: 1 1 0;
29
+ min-inline-size: 0;
30
+ display: flex;
31
+ flex-direction: column;
32
+ gap: var(--lr-space-xs);
33
+ border: var(--lr-border-width-thin) solid var(--lr-color-border);
34
+ border-radius: var(--lr-radius);
35
+ padding: var(--lr-space-m);
36
+ max-block-size: var(--lr-document-compare-pane-max-height);
37
+ overflow-y: auto;
38
+ }
39
+ [part='pane-old']:focus-visible,
40
+ [part='pane-new']:focus-visible {
41
+ outline: var(--lr-focus-ring-width) solid var(--lr-focus-ring-color);
42
+ outline-offset: calc(-1 * var(--lr-focus-ring-width));
43
+ }
44
+
45
+ [part='pane-header'] {
46
+ font-weight: var(--lr-font-weight-semibold);
47
+ font-size: var(--lr-font-size-xs);
48
+ color: var(--lr-color-text-quiet);
49
+ text-transform: uppercase;
50
+ letter-spacing: var(--lr-size-0-02em);
51
+ }
52
+
53
+ [part='pane-empty'] {
54
+ margin: 0;
55
+ color: var(--lr-color-text-quiet);
56
+ font-size: var(--lr-font-size-sm);
57
+ }
58
+
59
+ @container (max-inline-size: 639.98px) {
60
+ [part='panes'] {
61
+ flex-direction: column;
62
+ }
63
+ }
64
+ `;
65
+ //# sourceMappingURL=document-compare.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-compare.styles.js","sourceRoot":"","sources":["../../../src/components/document-compare/document-compare.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8DxB,CAAC"}
@@ -0,0 +1,154 @@
1
+ import { type PropertyValues, type TemplateResult } from 'lit';
2
+ import { LyraElement } from '../../internal/lyra-element.js';
3
+ import type { DocumentRef } from '../../ai/types.js';
4
+ import '../table/table.js';
5
+ import '../checkbox/checkbox.js';
6
+ import '../chip/chip.js';
7
+ import '../chip/chip-group.js';
8
+ import '../file-icon/file-icon.js';
9
+ import '../input/input.js';
10
+ import '../combobox/combobox.js';
11
+ /** How recently a document's content was verified/updated, consumer-computed (this component
12
+ * performs no staleness calculation of its own -- it only renders whichever bucket the host
13
+ * already assigned). Ordered fresh -> aging -> stale for `freshness`-column sorting. */
14
+ export type LibraryDocumentFreshness = 'fresh' | 'aging' | 'stale';
15
+ /**
16
+ * One inventory row. Extends the shared `DocumentRef` (`src/ai/types.ts`) -- `id`/`name`/
17
+ * `mimeType`/`uri`/`version` assign directly onto/from it with no adapter -- with the
18
+ * version/tags/owner/freshness fields the roadmap's document-library surface needs that the
19
+ * provider-neutral `DocumentRef` deliberately doesn't carry (those concepts are specific to an
20
+ * inventory view, not to "a reference to a document" in general). `updatedAt` reuses
21
+ * `ChatMessage.timestamp`'s own `Date | string` shape from the same `src/ai/types.ts` module for
22
+ * consistency across this component family.
23
+ */
24
+ export interface LibraryDocument extends DocumentRef {
25
+ tags?: string[];
26
+ owner?: string;
27
+ /** Last-updated timestamp. `Date | string` (ISO-8601), matching `ChatMessage.timestamp`. */
28
+ updatedAt?: Date | string;
29
+ freshness?: LibraryDocumentFreshness;
30
+ }
31
+ /** Column keys `sortKey` accepts. Not every column is sortable (`type`/`tags`/`select` are not). */
32
+ export type LibraryDocumentSortKey = 'name' | 'version' | 'owner' | 'freshness' | 'updatedAt';
33
+ export interface DocumentLibraryFilterChangeDetail {
34
+ text: string;
35
+ tags: string[];
36
+ matchCount: number;
37
+ }
38
+ export interface DocumentLibrarySortDetail {
39
+ key: LibraryDocumentSortKey;
40
+ direction: 'ascending' | 'descending';
41
+ }
42
+ export interface DocumentLibrarySelectionChangeDetail {
43
+ ids: string[];
44
+ }
45
+ export interface DocumentLibraryOpenDetail {
46
+ id: string;
47
+ }
48
+ export interface LyraDocumentLibraryEventMap {
49
+ 'lr-filter-change': CustomEvent<DocumentLibraryFilterChangeDetail>;
50
+ 'lr-sort': CustomEvent<DocumentLibrarySortDetail>;
51
+ 'lr-selection-change': CustomEvent<DocumentLibrarySelectionChangeDetail>;
52
+ 'lr-open': CustomEvent<DocumentLibraryOpenDetail>;
53
+ }
54
+ /**
55
+ * `<lr-document-library>` — a searchable, filterable inventory of documents with versions, tags,
56
+ * owners, freshness, and bulk selection. A controlled data view: it performs no upload, sync, or
57
+ * mutation of its own, only presents `documents` and emits request/notification events, mirroring
58
+ * this package's other orchestration-level list surfaces (`<lr-thread-list>`'s
59
+ * `lr-thread-pin`/`-archive`/`-delete` convention).
60
+ *
61
+ * Composes `<lr-table>` (not `<lr-data-grid>`) for the inventory grid itself: `<lr-data-grid>`
62
+ * only supports a single `selectedKey` and stringifies every cell value (`String(value)`), so it
63
+ * cannot host the checkbox/chip/icon content bulk selection, tags, and per-row type icons need.
64
+ * `<lr-table>` supports arbitrary `cell()`/`headerCell()` content and `priority`-driven responsive
65
+ * column hiding, which this component relies on for its 320px-allocation behavior. Search
66
+ * (`<lr-input type="search">`) and the tag facet (`<lr-combobox multiple>`) are both self-managed
67
+ * (client-side filtering against `documents`, like `<lr-thread-list>`'s own `searchable` field) —
68
+ * override matching entirely via `filter`. Row selection uses `<lr-checkbox>` per cell rather than
69
+ * `<lr-table>`'s own built-in `selectionMode`, since that mode's click-anywhere-in-the-row toggle
70
+ * would conflict with the row's own name button opening the document; `<lr-table>`'s
71
+ * `selectedKeys` is still fed from `selectedIds` purely for its `aria-selected` row styling.
72
+ *
73
+ * @customElement lr-document-library
74
+ * @event lr-filter-change - The search text or tag facet changed. `detail: { text, tags, matchCount }`.
75
+ * @event lr-sort - A sortable column header was activated. `detail: { key, direction }`.
76
+ * @event lr-selection-change - The bulk selection changed (a row checkbox, the header
77
+ * select-all checkbox, or "Clear selection"). `detail: { ids }`.
78
+ * @event lr-open - A document was activated (its name, or Enter/Space/click elsewhere on its
79
+ * row). `detail: { id }`.
80
+ * @csspart base - The root region.
81
+ * @csspart toolbar - Wraps the search field and tag filter.
82
+ * @csspart search - The `<lr-input>` search field.
83
+ * @csspart tag-filter - The `<lr-combobox>` tag facet filter. Only rendered while at least one
84
+ * document declares a `tags` entry.
85
+ * @csspart selection-bar - The "N selected" / "Clear selection" bar. Only rendered while
86
+ * `selectedIds` is non-empty.
87
+ * @csspart selection-count - The selected-count text inside `selection-bar`.
88
+ * @csspart clear-selection - The "Clear selection" button inside `selection-bar`.
89
+ * @csspart table - The `<lr-table>` inventory grid.
90
+ * @csspart document-name - Each row's clickable document-name button.
91
+ * @csspart row - Exported from `<lr-table>`'s own `row` part.
92
+ * @csspart cell - Exported from `<lr-table>`'s own `cell` part.
93
+ * @csspart header-cell - Exported from `<lr-table>`'s own `header-cell` part.
94
+ */
95
+ export declare class LyraDocumentLibrary extends LyraElement<LyraDocumentLibraryEventMap> {
96
+ static styles: import("lit").CSSResultGroup[];
97
+ /** The full, unfiltered/unsorted inventory. */
98
+ documents: LibraryDocument[];
99
+ /** Bulk-selected document ids. Settable up front (pre-selection) and mutated internally by the
100
+ * row/select-all checkboxes and "Clear selection" — read it back, or listen for
101
+ * `lr-selection-change`, to persist the current selection. Automatically pruned of any id no
102
+ * longer present in `documents` (no event fires for that pruning -- only an actual selection
103
+ * interaction does, mirroring `<lr-chip-group>`'s identical silent-resync convention for its
104
+ * own `expanded` state). */
105
+ selectedIds: string[];
106
+ /** Currently-applied tag facet (`AND` semantics -- a document must carry every listed tag).
107
+ * Settable up front and mutated internally by the tag filter combobox. */
108
+ tagFilter: string[];
109
+ /** Overrides the default case-insensitive name/owner/tag substring match. Receives the already
110
+ * trimmed, lowercased search text, mirroring `<lr-thread-list>`'s identical `filter` contract. */
111
+ filter?: (document: LibraryDocument, query: string) => boolean;
112
+ sortKey: LibraryDocumentSortKey;
113
+ sortDirection: 'ascending' | 'descending';
114
+ loading: boolean;
115
+ /** Accessible name for the region and the inner grid. Defaults to the localized
116
+ * `documentLibraryLabel`. */
117
+ label: string;
118
+ private searchText;
119
+ protected willUpdate(changed: PropertyValues): void;
120
+ private normalizeDate;
121
+ private defaultFilter;
122
+ private matchesTagFilter;
123
+ private compareDocuments;
124
+ /** The current search+tag-facet-filtered, sorted view of `documents`. */
125
+ private get visibleDocuments();
126
+ /** Every distinct tag across `documents`, sorted for stable combobox ordering. Empty when no
127
+ * document declares any tag -- the tag-filter combobox itself is only rendered while this is
128
+ * non-empty. */
129
+ private get allTags();
130
+ private emitFilterChange;
131
+ private onSearchInput;
132
+ private onTagFilterChange;
133
+ private onSort;
134
+ private openDocument;
135
+ private setSelected;
136
+ private toggleSelection;
137
+ private toggleSelectAll;
138
+ private clearSelection;
139
+ private freshnessLabel;
140
+ private renderSelectAllCheckbox;
141
+ private renderRowCheckbox;
142
+ private renderNameCell;
143
+ private renderTagsCell;
144
+ private renderFreshnessCell;
145
+ private renderUpdatedCell;
146
+ private buildColumns;
147
+ render(): TemplateResult;
148
+ }
149
+ declare global {
150
+ interface HTMLElementTagNameMap {
151
+ 'lr-document-library': LyraDocumentLibrary;
152
+ }
153
+ }
154
+ //# sourceMappingURL=document-library.class.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-library.class.d.ts","sourceRoot":"","sources":["../../../src/components/document-library/document-library.class.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,cAAc,EAAE,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAE9E,OAAO,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAE7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAGrD,OAAO,mBAAmB,CAAC;AAC3B,OAAO,yBAAyB,CAAC;AACjC,OAAO,iBAAiB,CAAC;AACzB,OAAO,uBAAuB,CAAC;AAC/B,OAAO,2BAA2B,CAAC;AACnC,OAAO,mBAAmB,CAAC;AAC3B,OAAO,yBAAyB,CAAC;AAGjC;;yFAEyF;AACzF,MAAM,MAAM,wBAAwB,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,CAAC;AAEnE;;;;;;;;GAQG;AACH,MAAM,WAAW,eAAgB,SAAQ,WAAW;IAClD,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,4FAA4F;IAC5F,SAAS,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;IAC1B,SAAS,CAAC,EAAE,wBAAwB,CAAC;CACtC;AAED,oGAAoG;AACpG,MAAM,MAAM,sBAAsB,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,WAAW,GAAG,WAAW,CAAC;AAE9F,MAAM,WAAW,iCAAiC;IAChD,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;CACpB;AACD,MAAM,WAAW,yBAAyB;IACxC,GAAG,EAAE,sBAAsB,CAAC;IAC5B,SAAS,EAAE,WAAW,GAAG,YAAY,CAAC;CACvC;AACD,MAAM,WAAW,oCAAoC;IACnD,GAAG,EAAE,MAAM,EAAE,CAAC;CACf;AACD,MAAM,WAAW,yBAAyB;IACxC,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,2BAA2B;IAC1C,kBAAkB,EAAE,WAAW,CAAC,iCAAiC,CAAC,CAAC;IACnE,SAAS,EAAE,WAAW,CAAC,yBAAyB,CAAC,CAAC;IAClD,qBAAqB,EAAE,WAAW,CAAC,oCAAoC,CAAC,CAAC;IACzE,SAAS,EAAE,WAAW,CAAC,yBAAyB,CAAC,CAAC;CACnD;AASD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,qBAAa,mBAAoB,SAAQ,WAAW,CAAC,2BAA2B,CAAC;IAC/E,MAAM,CAAC,MAAM,iCAAgC;IAE7C,+CAA+C;IACf,SAAS,EAAE,eAAe,EAAE,CAAM;IAElE;;;;;iCAK6B;IACG,WAAW,EAAE,MAAM,EAAE,CAAM;IAE3D;+EAC2E;IAC3C,SAAS,EAAE,MAAM,EAAE,CAAM;IAEzD;uGACmG;IACnE,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,eAAe,EAAE,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC;IAE1D,OAAO,EAAE,sBAAsB,CAAU;IACnC,aAAa,EAAE,WAAW,GAAG,YAAY,CAAe;IAEvD,OAAO,UAAS;IAE5D;kCAC8B;IAClB,KAAK,SAAM;IAEd,OAAO,CAAC,UAAU,CAAM;IAEjC,SAAS,CAAC,UAAU,CAAC,OAAO,EAAE,cAAc,GAAG,IAAI,CAMlD;IAED,OAAO,CAAC,aAAa;IAMrB,OAAO,CAAC,aAAa,CAInB;IAEF,OAAO,CAAC,gBAAgB;IAMxB,OAAO,CAAC,gBAAgB,CAuBtB;IAEF,yEAAyE;IACzE,OAAO,KAAK,gBAAgB,GAO3B;IAED;;qBAEiB;IACjB,OAAO,KAAK,OAAO,GAIlB;IAED,OAAO,CAAC,gBAAgB;IAQxB,OAAO,CAAC,aAAa,CAGnB;IAEF,OAAO,CAAC,iBAAiB,CAIvB;IAEF,OAAO,CAAC,MAAM,CAQZ;IAEF,OAAO,CAAC,YAAY;IAIpB,OAAO,CAAC,WAAW;IAKnB,OAAO,CAAC,eAAe;IAOvB,OAAO,CAAC,eAAe;IASvB,OAAO,CAAC,cAAc,CAEpB;IAEF,OAAO,CAAC,cAAc;IAWtB,OAAO,CAAC,uBAAuB;IAY/B,OAAO,CAAC,iBAAiB;IAQzB,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,mBAAmB;IAK3B,OAAO,CAAC,iBAAiB;IAKzB,OAAO,CAAC,YAAY;IAyDpB,MAAM,IAAI,cAAc,CA4DvB;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,qBAAqB,EAAE,mBAAmB,CAAC;KAC5C;CACF"}
@@ -0,0 +1,399 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ import { html, nothing } from 'lit';
8
+ import { property, state } from 'lit/decorators.js';
9
+ import { LyraElement } from '../../internal/lyra-element.js';
10
+ import { getDateTimeFormat } from '../../internal/intl-cache.js';
11
+ import '../table/table.js';
12
+ import '../checkbox/checkbox.js';
13
+ import '../chip/chip.js';
14
+ import '../chip/chip-group.js';
15
+ import '../file-icon/file-icon.js';
16
+ import '../input/input.js';
17
+ import '../combobox/combobox.js';
18
+ import { styles } from './document-library.styles.js';
19
+ const FRESHNESS_RANK = { fresh: 0, aging: 1, stale: 2 };
20
+ const FRESHNESS_TONE = {
21
+ fresh: 'success',
22
+ aging: 'warning',
23
+ stale: 'danger',
24
+ };
25
+ /**
26
+ * `<lr-document-library>` — a searchable, filterable inventory of documents with versions, tags,
27
+ * owners, freshness, and bulk selection. A controlled data view: it performs no upload, sync, or
28
+ * mutation of its own, only presents `documents` and emits request/notification events, mirroring
29
+ * this package's other orchestration-level list surfaces (`<lr-thread-list>`'s
30
+ * `lr-thread-pin`/`-archive`/`-delete` convention).
31
+ *
32
+ * Composes `<lr-table>` (not `<lr-data-grid>`) for the inventory grid itself: `<lr-data-grid>`
33
+ * only supports a single `selectedKey` and stringifies every cell value (`String(value)`), so it
34
+ * cannot host the checkbox/chip/icon content bulk selection, tags, and per-row type icons need.
35
+ * `<lr-table>` supports arbitrary `cell()`/`headerCell()` content and `priority`-driven responsive
36
+ * column hiding, which this component relies on for its 320px-allocation behavior. Search
37
+ * (`<lr-input type="search">`) and the tag facet (`<lr-combobox multiple>`) are both self-managed
38
+ * (client-side filtering against `documents`, like `<lr-thread-list>`'s own `searchable` field) —
39
+ * override matching entirely via `filter`. Row selection uses `<lr-checkbox>` per cell rather than
40
+ * `<lr-table>`'s own built-in `selectionMode`, since that mode's click-anywhere-in-the-row toggle
41
+ * would conflict with the row's own name button opening the document; `<lr-table>`'s
42
+ * `selectedKeys` is still fed from `selectedIds` purely for its `aria-selected` row styling.
43
+ *
44
+ * @customElement lr-document-library
45
+ * @event lr-filter-change - The search text or tag facet changed. `detail: { text, tags, matchCount }`.
46
+ * @event lr-sort - A sortable column header was activated. `detail: { key, direction }`.
47
+ * @event lr-selection-change - The bulk selection changed (a row checkbox, the header
48
+ * select-all checkbox, or "Clear selection"). `detail: { ids }`.
49
+ * @event lr-open - A document was activated (its name, or Enter/Space/click elsewhere on its
50
+ * row). `detail: { id }`.
51
+ * @csspart base - The root region.
52
+ * @csspart toolbar - Wraps the search field and tag filter.
53
+ * @csspart search - The `<lr-input>` search field.
54
+ * @csspart tag-filter - The `<lr-combobox>` tag facet filter. Only rendered while at least one
55
+ * document declares a `tags` entry.
56
+ * @csspart selection-bar - The "N selected" / "Clear selection" bar. Only rendered while
57
+ * `selectedIds` is non-empty.
58
+ * @csspart selection-count - The selected-count text inside `selection-bar`.
59
+ * @csspart clear-selection - The "Clear selection" button inside `selection-bar`.
60
+ * @csspart table - The `<lr-table>` inventory grid.
61
+ * @csspart document-name - Each row's clickable document-name button.
62
+ * @csspart row - Exported from `<lr-table>`'s own `row` part.
63
+ * @csspart cell - Exported from `<lr-table>`'s own `cell` part.
64
+ * @csspart header-cell - Exported from `<lr-table>`'s own `header-cell` part.
65
+ */
66
+ export class LyraDocumentLibrary extends LyraElement {
67
+ constructor() {
68
+ super(...arguments);
69
+ /** The full, unfiltered/unsorted inventory. */
70
+ this.documents = [];
71
+ /** Bulk-selected document ids. Settable up front (pre-selection) and mutated internally by the
72
+ * row/select-all checkboxes and "Clear selection" — read it back, or listen for
73
+ * `lr-selection-change`, to persist the current selection. Automatically pruned of any id no
74
+ * longer present in `documents` (no event fires for that pruning -- only an actual selection
75
+ * interaction does, mirroring `<lr-chip-group>`'s identical silent-resync convention for its
76
+ * own `expanded` state). */
77
+ this.selectedIds = [];
78
+ /** Currently-applied tag facet (`AND` semantics -- a document must carry every listed tag).
79
+ * Settable up front and mutated internally by the tag filter combobox. */
80
+ this.tagFilter = [];
81
+ this.sortKey = 'name';
82
+ this.sortDirection = 'ascending';
83
+ this.loading = false;
84
+ /** Accessible name for the region and the inner grid. Defaults to the localized
85
+ * `documentLibraryLabel`. */
86
+ this.label = '';
87
+ this.searchText = '';
88
+ this.defaultFilter = (document, query) => {
89
+ const locale = this.effectiveLocale;
90
+ const haystack = [document.name, document.owner ?? '', ...(document.tags ?? [])];
91
+ return haystack.some((value) => value.toLocaleLowerCase(locale).includes(query));
92
+ };
93
+ this.compareDocuments = (a, b) => {
94
+ const locale = this.effectiveLocale;
95
+ const dir = this.sortDirection === 'ascending' ? 1 : -1;
96
+ let result = 0;
97
+ switch (this.sortKey) {
98
+ case 'name':
99
+ result = a.name.localeCompare(b.name, locale, { numeric: true });
100
+ break;
101
+ case 'version':
102
+ result = (a.version ?? '').localeCompare(b.version ?? '', locale, { numeric: true });
103
+ break;
104
+ case 'owner':
105
+ result = (a.owner ?? '').localeCompare(b.owner ?? '', locale, { numeric: true });
106
+ break;
107
+ case 'freshness':
108
+ result =
109
+ (a.freshness ? FRESHNESS_RANK[a.freshness] : 3) - (b.freshness ? FRESHNESS_RANK[b.freshness] : 3);
110
+ break;
111
+ case 'updatedAt':
112
+ result = (this.normalizeDate(a.updatedAt)?.getTime() ?? 0) - (this.normalizeDate(b.updatedAt)?.getTime() ?? 0);
113
+ break;
114
+ }
115
+ return result * dir;
116
+ };
117
+ this.onSearchInput = (event) => {
118
+ this.searchText = event.detail.value;
119
+ this.emitFilterChange();
120
+ };
121
+ this.onTagFilterChange = (event) => {
122
+ const combobox = event.target;
123
+ this.tagFilter = Array.isArray(combobox.value) ? [...combobox.value] : [];
124
+ this.emitFilterChange();
125
+ };
126
+ this.onSort = (key) => {
127
+ if (this.sortKey === key) {
128
+ this.sortDirection = this.sortDirection === 'ascending' ? 'descending' : 'ascending';
129
+ }
130
+ else {
131
+ this.sortKey = key;
132
+ this.sortDirection = 'ascending';
133
+ }
134
+ this.emit('lr-sort', { key: this.sortKey, direction: this.sortDirection });
135
+ };
136
+ this.clearSelection = () => {
137
+ this.setSelected([]);
138
+ };
139
+ }
140
+ static { this.styles = [LyraElement.styles, styles]; }
141
+ willUpdate(changed) {
142
+ if (changed.has('documents') && this.selectedIds.length > 0) {
143
+ const existing = new Set(this.documents.map((doc) => doc.id));
144
+ const pruned = this.selectedIds.filter((id) => existing.has(id));
145
+ if (pruned.length !== this.selectedIds.length)
146
+ this.selectedIds = pruned;
147
+ }
148
+ }
149
+ normalizeDate(value) {
150
+ if (value === undefined)
151
+ return undefined;
152
+ const date = value instanceof Date ? value : new Date(value);
153
+ return Number.isNaN(date.getTime()) ? undefined : date;
154
+ }
155
+ matchesTagFilter(document) {
156
+ if (this.tagFilter.length === 0)
157
+ return true;
158
+ const tags = new Set(document.tags ?? []);
159
+ return this.tagFilter.every((tag) => tags.has(tag));
160
+ }
161
+ /** The current search+tag-facet-filtered, sorted view of `documents`. */
162
+ get visibleDocuments() {
163
+ const query = this.searchText.trim().toLocaleLowerCase(this.effectiveLocale);
164
+ const matchFn = this.filter ?? this.defaultFilter;
165
+ const filtered = this.documents.filter((document) => (query === '' || matchFn(document, query)) && this.matchesTagFilter(document));
166
+ return [...filtered].sort(this.compareDocuments);
167
+ }
168
+ /** Every distinct tag across `documents`, sorted for stable combobox ordering. Empty when no
169
+ * document declares any tag -- the tag-filter combobox itself is only rendered while this is
170
+ * non-empty. */
171
+ get allTags() {
172
+ const tags = new Set();
173
+ for (const document of this.documents)
174
+ for (const tag of document.tags ?? [])
175
+ tags.add(tag);
176
+ return [...tags].sort((a, b) => a.localeCompare(b, this.effectiveLocale));
177
+ }
178
+ emitFilterChange() {
179
+ this.emit('lr-filter-change', {
180
+ text: this.searchText,
181
+ tags: this.tagFilter,
182
+ matchCount: this.visibleDocuments.length,
183
+ });
184
+ }
185
+ openDocument(document) {
186
+ this.emit('lr-open', { id: document.id });
187
+ }
188
+ setSelected(ids) {
189
+ this.selectedIds = [...new Set(ids)];
190
+ this.emit('lr-selection-change', { ids: this.selectedIds });
191
+ }
192
+ toggleSelection(document, checked) {
193
+ const next = new Set(this.selectedIds);
194
+ if (checked)
195
+ next.add(document.id);
196
+ else
197
+ next.delete(document.id);
198
+ this.setSelected(next);
199
+ }
200
+ toggleSelectAll(checked, visible) {
201
+ const next = new Set(this.selectedIds);
202
+ for (const document of visible) {
203
+ if (checked)
204
+ next.add(document.id);
205
+ else
206
+ next.delete(document.id);
207
+ }
208
+ this.setSelected(next);
209
+ }
210
+ freshnessLabel(freshness) {
211
+ switch (freshness) {
212
+ case 'fresh':
213
+ return this.localize('documentLibraryFreshnessFresh');
214
+ case 'aging':
215
+ return this.localize('documentLibraryFreshnessAging');
216
+ case 'stale':
217
+ return this.localize('documentLibraryFreshnessStale');
218
+ }
219
+ }
220
+ renderSelectAllCheckbox(visible) {
221
+ const allSelected = visible.length > 0 && visible.every((document) => this.selectedIds.includes(document.id));
222
+ const someSelected = !allSelected && visible.some((document) => this.selectedIds.includes(document.id));
223
+ return html `<lr-checkbox
224
+ .checked=${allSelected}
225
+ .indeterminate=${someSelected}
226
+ aria-label=${this.localize('documentLibrarySelectAll')}
227
+ @lr-change=${(event) => this.toggleSelectAll(event.detail.checked, visible)}
228
+ ></lr-checkbox>`;
229
+ }
230
+ renderRowCheckbox(document) {
231
+ return html `<lr-checkbox
232
+ .checked=${this.selectedIds.includes(document.id)}
233
+ aria-label=${this.localize('documentLibrarySelectDocument', undefined, { name: document.name })}
234
+ @lr-change=${(event) => this.toggleSelection(document, event.detail.checked)}
235
+ ></lr-checkbox>`;
236
+ }
237
+ renderNameCell(document) {
238
+ return html `<button type="button" part="document-name" @click=${() => this.openDocument(document)}>
239
+ ${document.name}
240
+ </button>`;
241
+ }
242
+ renderTagsCell(document) {
243
+ const tags = document.tags ?? [];
244
+ if (tags.length === 0)
245
+ return nothing;
246
+ return html `<lr-chip-group>${tags.map((tag) => html `<lr-chip>${tag}</lr-chip>`)}</lr-chip-group>`;
247
+ }
248
+ renderFreshnessCell(document) {
249
+ if (!document.freshness)
250
+ return nothing;
251
+ return html `<lr-chip tone=${FRESHNESS_TONE[document.freshness]}>${this.freshnessLabel(document.freshness)}</lr-chip>`;
252
+ }
253
+ renderUpdatedCell(document) {
254
+ const date = this.normalizeDate(document.updatedAt);
255
+ return date ? getDateTimeFormat(this.effectiveLocale, { dateStyle: 'medium' }).format(date) : '';
256
+ }
257
+ buildColumns(visible) {
258
+ return [
259
+ {
260
+ key: 'select',
261
+ label: this.localize('documentLibrarySelectColumn'),
262
+ headerCell: () => this.renderSelectAllCheckbox(visible),
263
+ cell: (document) => this.renderRowCheckbox(document),
264
+ },
265
+ {
266
+ key: 'type',
267
+ label: this.localize('documentLibraryTypeColumn'),
268
+ cell: (document) => html `<lr-file-icon mime-type=${document.mimeType ?? ''} name=${document.name} decorative></lr-file-icon>`,
269
+ },
270
+ {
271
+ key: 'name',
272
+ label: this.localize('documentLibraryNameColumn'),
273
+ sortable: true,
274
+ cell: (document) => this.renderNameCell(document),
275
+ },
276
+ {
277
+ key: 'version',
278
+ label: this.localize('documentLibraryVersionColumn'),
279
+ sortable: true,
280
+ priority: 'medium',
281
+ cell: (document) => document.version ?? '',
282
+ },
283
+ {
284
+ key: 'owner',
285
+ label: this.localize('documentLibraryOwnerColumn'),
286
+ sortable: true,
287
+ priority: 'medium',
288
+ cell: (document) => document.owner ?? '',
289
+ },
290
+ {
291
+ key: 'tags',
292
+ label: this.localize('documentLibraryTagsColumn'),
293
+ priority: 'low',
294
+ cell: (document) => this.renderTagsCell(document),
295
+ },
296
+ {
297
+ key: 'freshness',
298
+ label: this.localize('documentLibraryFreshnessColumn'),
299
+ sortable: true,
300
+ priority: 'low',
301
+ cell: (document) => this.renderFreshnessCell(document),
302
+ },
303
+ {
304
+ key: 'updatedAt',
305
+ label: this.localize('documentLibraryUpdatedColumn'),
306
+ sortable: true,
307
+ priority: 'low',
308
+ cell: (document) => this.renderUpdatedCell(document),
309
+ },
310
+ ];
311
+ }
312
+ render() {
313
+ const label = this.label || this.localize('documentLibraryLabel');
314
+ const visible = this.visibleDocuments;
315
+ const tags = this.allTags;
316
+ const emptyHeading = this.documents.length === 0
317
+ ? this.localize('documentLibraryEmptyHeading')
318
+ : this.localize('documentLibraryNoMatchesHeading');
319
+ return html `
320
+ <div part="base" role="region" aria-label=${label}>
321
+ <div part="toolbar">
322
+ <lr-input
323
+ part="search"
324
+ type="search"
325
+ .value=${this.searchText}
326
+ placeholder=${this.localize('documentLibrarySearchPlaceholder')}
327
+ aria-label=${this.localize('documentLibrarySearchPlaceholder')}
328
+ @lr-input=${this.onSearchInput}
329
+ ></lr-input>
330
+ ${tags.length > 0
331
+ ? html `<lr-combobox
332
+ part="tag-filter"
333
+ multiple
334
+ .value=${this.tagFilter}
335
+ placeholder=${this.localize('documentLibraryFilterByTag')}
336
+ aria-label=${this.localize('documentLibraryFilterByTag')}
337
+ @change=${this.onTagFilterChange}
338
+ >
339
+ ${tags.map((tag) => html `<lr-option value=${tag}>${tag}</lr-option>`)}
340
+ </lr-combobox>`
341
+ : nothing}
342
+ </div>
343
+ ${this.selectedIds.length > 0
344
+ ? html `<div part="selection-bar" role="status">
345
+ <span part="selection-count"
346
+ >${this.localize('documentLibrarySelectedCount', undefined, { count: this.selectedIds.length })}</span
347
+ >
348
+ <button type="button" part="clear-selection" @click=${this.clearSelection}>
349
+ ${this.localize('documentLibraryClearSelection')}
350
+ </button>
351
+ </div>`
352
+ : nothing}
353
+ <lr-table
354
+ part="table"
355
+ exportparts="row, cell, header-cell"
356
+ aria-label=${label}
357
+ .columns=${this.buildColumns(visible)}
358
+ .rows=${visible}
359
+ .rowKey=${(document) => document.id}
360
+ .selectedKeys=${new Set(this.selectedIds)}
361
+ .sortKey=${this.sortKey}
362
+ .sortDir=${this.sortDirection === 'ascending' ? 'asc' : 'desc'}
363
+ ?loading=${this.loading}
364
+ empty-heading=${emptyHeading}
365
+ @lr-sort=${(event) => this.onSort(event.detail.key)}
366
+ @lr-row-click=${(event) => this.openDocument(event.detail.row)}
367
+ ></lr-table>
368
+ </div>
369
+ `;
370
+ }
371
+ }
372
+ __decorate([
373
+ property({ attribute: false })
374
+ ], LyraDocumentLibrary.prototype, "documents", void 0);
375
+ __decorate([
376
+ property({ attribute: false })
377
+ ], LyraDocumentLibrary.prototype, "selectedIds", void 0);
378
+ __decorate([
379
+ property({ attribute: false })
380
+ ], LyraDocumentLibrary.prototype, "tagFilter", void 0);
381
+ __decorate([
382
+ property({ attribute: false })
383
+ ], LyraDocumentLibrary.prototype, "filter", void 0);
384
+ __decorate([
385
+ property({ attribute: 'sort-key' })
386
+ ], LyraDocumentLibrary.prototype, "sortKey", void 0);
387
+ __decorate([
388
+ property({ attribute: 'sort-direction' })
389
+ ], LyraDocumentLibrary.prototype, "sortDirection", void 0);
390
+ __decorate([
391
+ property({ type: Boolean, reflect: true })
392
+ ], LyraDocumentLibrary.prototype, "loading", void 0);
393
+ __decorate([
394
+ property()
395
+ ], LyraDocumentLibrary.prototype, "label", void 0);
396
+ __decorate([
397
+ state()
398
+ ], LyraDocumentLibrary.prototype, "searchText", void 0);
399
+ //# sourceMappingURL=document-library.class.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-library.class.js","sourceRoot":"","sources":["../../../src/components/document-library/document-library.class.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ export * from './document-library.class.js';
2
+ import '../table/table.js';
3
+ import '../checkbox/checkbox.js';
4
+ import '../chip/chip.js';
5
+ import '../chip/chip-group.js';
6
+ import '../file-icon/file-icon.js';
7
+ import '../input/input.js';
8
+ import '../combobox/combobox.js';
9
+ //# sourceMappingURL=document-library.d.ts.map