@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.
- package/README.md +53 -2
- package/custom-elements.json +59005 -40073
- package/dist/ai/index.d.ts +3 -0
- package/dist/ai/index.d.ts.map +1 -0
- package/dist/ai/index.js +3 -0
- package/dist/ai/index.js.map +1 -0
- package/dist/ai/types.contract.d.ts +2 -0
- package/dist/ai/types.contract.d.ts.map +1 -0
- package/dist/ai/types.contract.js +139 -0
- package/dist/ai/types.contract.js.map +1 -0
- package/dist/ai/types.d.ts +201 -0
- package/dist/ai/types.d.ts.map +1 -0
- package/dist/ai/types.js +2 -0
- package/dist/ai/types.js.map +1 -0
- package/dist/components/agent-run/agent-run.class.d.ts +184 -0
- package/dist/components/agent-run/agent-run.class.d.ts.map +1 -0
- package/dist/components/agent-run/agent-run.class.js +473 -0
- package/dist/components/agent-run/agent-run.class.js.map +1 -0
- package/dist/components/agent-run/agent-run.d.ts +2 -0
- package/dist/components/agent-run/agent-run.d.ts.map +1 -0
- package/dist/components/agent-run/agent-run.js +5 -0
- package/dist/components/agent-run/agent-run.js.map +1 -0
- package/dist/components/agent-run/agent-run.styles.d.ts +2 -0
- package/dist/components/agent-run/agent-run.styles.d.ts.map +1 -0
- package/dist/components/agent-run/agent-run.styles.js +159 -0
- package/dist/components/agent-run/agent-run.styles.js.map +1 -0
- package/dist/components/agent-trace/agent-trace.class.d.ts +111 -0
- package/dist/components/agent-trace/agent-trace.class.d.ts.map +1 -0
- package/dist/components/agent-trace/agent-trace.class.js +221 -0
- package/dist/components/agent-trace/agent-trace.class.js.map +1 -0
- package/dist/components/agent-trace/agent-trace.d.ts +5 -0
- package/dist/components/agent-trace/agent-trace.d.ts.map +1 -0
- package/dist/components/agent-trace/agent-trace.js +8 -0
- package/dist/components/agent-trace/agent-trace.js.map +1 -0
- package/dist/components/agent-trace/agent-trace.styles.d.ts +2 -0
- package/dist/components/agent-trace/agent-trace.styles.d.ts.map +1 -0
- package/dist/components/agent-trace/agent-trace.styles.js +61 -0
- package/dist/components/agent-trace/agent-trace.styles.js.map +1 -0
- package/dist/components/agent-workspace/agent-workspace.class.d.ts +146 -0
- package/dist/components/agent-workspace/agent-workspace.class.d.ts.map +1 -0
- package/dist/components/agent-workspace/agent-workspace.class.js +332 -0
- package/dist/components/agent-workspace/agent-workspace.class.js.map +1 -0
- package/dist/components/agent-workspace/agent-workspace.d.ts +2 -0
- package/dist/components/agent-workspace/agent-workspace.d.ts.map +1 -0
- package/dist/components/agent-workspace/agent-workspace.js +5 -0
- package/dist/components/agent-workspace/agent-workspace.js.map +1 -0
- package/dist/components/agent-workspace/agent-workspace.styles.d.ts +2 -0
- package/dist/components/agent-workspace/agent-workspace.styles.d.ts.map +1 -0
- package/dist/components/agent-workspace/agent-workspace.styles.js +134 -0
- package/dist/components/agent-workspace/agent-workspace.styles.js.map +1 -0
- package/dist/components/app-rail/app-rail.styles.d.ts.map +1 -1
- package/dist/components/app-rail/app-rail.styles.js +4 -0
- package/dist/components/app-rail/app-rail.styles.js.map +1 -1
- package/dist/components/avatar/avatar.class.d.ts +3 -3
- package/dist/components/avatar/avatar.class.d.ts.map +1 -1
- package/dist/components/avatar/avatar.class.js +8 -10
- package/dist/components/avatar/avatar.class.js.map +1 -1
- package/dist/components/chart/chart.class.d.ts +1 -0
- package/dist/components/chart/chart.class.d.ts.map +1 -1
- package/dist/components/chart/chart.class.js +9 -3
- package/dist/components/chart/chart.class.js.map +1 -1
- package/dist/components/chat-message/chat-message.class.d.ts +45 -4
- package/dist/components/chat-message/chat-message.class.d.ts.map +1 -1
- package/dist/components/chat-message/chat-message.class.js +98 -8
- package/dist/components/chat-message/chat-message.class.js.map +1 -1
- package/dist/components/chat-message/chat-message.styles.d.ts.map +1 -1
- package/dist/components/chat-message/chat-message.styles.js +14 -0
- package/dist/components/chat-message/chat-message.styles.js.map +1 -1
- package/dist/components/context-inspector/context-inspector.class.d.ts +114 -0
- package/dist/components/context-inspector/context-inspector.class.d.ts.map +1 -0
- package/dist/components/context-inspector/context-inspector.class.js +222 -0
- package/dist/components/context-inspector/context-inspector.class.js.map +1 -0
- package/dist/components/context-inspector/context-inspector.d.ts +7 -0
- package/dist/components/context-inspector/context-inspector.d.ts.map +1 -0
- package/dist/components/context-inspector/context-inspector.js +10 -0
- package/dist/components/context-inspector/context-inspector.js.map +1 -0
- package/dist/components/context-inspector/context-inspector.styles.d.ts +2 -0
- package/dist/components/context-inspector/context-inspector.styles.d.ts.map +1 -0
- package/dist/components/context-inspector/context-inspector.styles.js +98 -0
- package/dist/components/context-inspector/context-inspector.styles.js.map +1 -0
- package/dist/components/conversation-item/conversation-item.class.d.ts +8 -0
- package/dist/components/conversation-item/conversation-item.class.d.ts.map +1 -1
- package/dist/components/conversation-item/conversation-item.class.js +50 -22
- package/dist/components/conversation-item/conversation-item.class.js.map +1 -1
- package/dist/components/conversation-item/conversation-item.styles.d.ts.map +1 -1
- package/dist/components/conversation-item/conversation-item.styles.js +11 -0
- package/dist/components/conversation-item/conversation-item.styles.js.map +1 -1
- package/dist/components/csv-viewer/csv-viewer.styles.d.ts.map +1 -1
- package/dist/components/csv-viewer/csv-viewer.styles.js +8 -2
- package/dist/components/csv-viewer/csv-viewer.styles.js.map +1 -1
- package/dist/components/dashboard-grid/dashboard-grid.class.d.ts +162 -0
- package/dist/components/dashboard-grid/dashboard-grid.class.d.ts.map +1 -0
- package/dist/components/dashboard-grid/dashboard-grid.class.js +569 -0
- package/dist/components/dashboard-grid/dashboard-grid.class.js.map +1 -0
- package/dist/components/dashboard-grid/dashboard-grid.d.ts +6 -0
- package/dist/components/dashboard-grid/dashboard-grid.d.ts.map +1 -0
- package/dist/components/dashboard-grid/dashboard-grid.js +9 -0
- package/dist/components/dashboard-grid/dashboard-grid.js.map +1 -0
- package/dist/components/dashboard-grid/dashboard-grid.styles.d.ts +2 -0
- package/dist/components/dashboard-grid/dashboard-grid.styles.d.ts.map +1 -0
- package/dist/components/dashboard-grid/dashboard-grid.styles.js +86 -0
- package/dist/components/dashboard-grid/dashboard-grid.styles.js.map +1 -0
- package/dist/components/dashboard-grid/layout.d.ts +103 -0
- package/dist/components/dashboard-grid/layout.d.ts.map +1 -0
- package/dist/components/dashboard-grid/layout.js +94 -0
- package/dist/components/dashboard-grid/layout.js.map +1 -0
- package/dist/components/date-picker/date-input.class.d.ts +8 -0
- package/dist/components/date-picker/date-input.class.d.ts.map +1 -1
- package/dist/components/date-picker/date-input.class.js +10 -0
- package/dist/components/date-picker/date-input.class.js.map +1 -1
- package/dist/components/date-picker/date-input.styles.d.ts.map +1 -1
- package/dist/components/date-picker/date-input.styles.js +39 -2
- package/dist/components/date-picker/date-input.styles.js.map +1 -1
- package/dist/components/diff-view/diff-view.class.d.ts +20 -2
- package/dist/components/diff-view/diff-view.class.d.ts.map +1 -1
- package/dist/components/diff-view/diff-view.class.js +107 -13
- package/dist/components/diff-view/diff-view.class.js.map +1 -1
- package/dist/components/diff-view/diff-view.styles.d.ts.map +1 -1
- package/dist/components/diff-view/diff-view.styles.js +5 -0
- package/dist/components/diff-view/diff-view.styles.js.map +1 -1
- package/dist/components/document-compare/document-compare.class.d.ts +131 -0
- package/dist/components/document-compare/document-compare.class.d.ts.map +1 -0
- package/dist/components/document-compare/document-compare.class.js +214 -0
- package/dist/components/document-compare/document-compare.class.js.map +1 -0
- package/dist/components/document-compare/document-compare.d.ts +2 -0
- package/dist/components/document-compare/document-compare.d.ts.map +1 -0
- package/dist/components/document-compare/document-compare.js +5 -0
- package/dist/components/document-compare/document-compare.js.map +1 -0
- package/dist/components/document-compare/document-compare.styles.d.ts +2 -0
- package/dist/components/document-compare/document-compare.styles.d.ts.map +1 -0
- package/dist/components/document-compare/document-compare.styles.js +65 -0
- package/dist/components/document-compare/document-compare.styles.js.map +1 -0
- package/dist/components/document-library/document-library.class.d.ts +154 -0
- package/dist/components/document-library/document-library.class.d.ts.map +1 -0
- package/dist/components/document-library/document-library.class.js +399 -0
- package/dist/components/document-library/document-library.class.js.map +1 -0
- package/dist/components/document-library/document-library.d.ts +9 -0
- package/dist/components/document-library/document-library.d.ts.map +1 -0
- package/dist/components/document-library/document-library.js +12 -0
- package/dist/components/document-library/document-library.js.map +1 -0
- package/dist/components/document-library/document-library.styles.d.ts +2 -0
- package/dist/components/document-library/document-library.styles.d.ts.map +1 -0
- package/dist/components/document-library/document-library.styles.js +77 -0
- package/dist/components/document-library/document-library.styles.js.map +1 -0
- package/dist/components/drilldown-panel/drilldown-panel.class.d.ts +148 -0
- package/dist/components/drilldown-panel/drilldown-panel.class.d.ts.map +1 -0
- package/dist/components/drilldown-panel/drilldown-panel.class.js +241 -0
- package/dist/components/drilldown-panel/drilldown-panel.class.js.map +1 -0
- package/dist/components/drilldown-panel/drilldown-panel.d.ts +9 -0
- package/dist/components/drilldown-panel/drilldown-panel.d.ts.map +1 -0
- package/dist/components/drilldown-panel/drilldown-panel.js +12 -0
- package/dist/components/drilldown-panel/drilldown-panel.js.map +1 -0
- package/dist/components/drilldown-panel/drilldown-panel.styles.d.ts +2 -0
- package/dist/components/drilldown-panel/drilldown-panel.styles.d.ts.map +1 -0
- package/dist/components/drilldown-panel/drilldown-panel.styles.js +49 -0
- package/dist/components/drilldown-panel/drilldown-panel.styles.js.map +1 -0
- package/dist/components/emoji-picker/emoji-data-loader.d.ts.map +1 -1
- package/dist/components/emoji-picker/emoji-data-loader.js +1 -1
- package/dist/components/emoji-picker/emoji-data-loader.js.map +1 -1
- package/dist/components/emoji-picker/emoji-picker.class.d.ts +18 -1
- package/dist/components/emoji-picker/emoji-picker.class.d.ts.map +1 -1
- package/dist/components/emoji-picker/emoji-picker.class.js +152 -28
- package/dist/components/emoji-picker/emoji-picker.class.js.map +1 -1
- package/dist/components/emoji-picker/emoji-picker.styles.d.ts.map +1 -1
- package/dist/components/emoji-picker/emoji-picker.styles.js +26 -2
- package/dist/components/emoji-picker/emoji-picker.styles.js.map +1 -1
- package/dist/components/entity-dossier/entity-dossier.class.d.ts +132 -0
- package/dist/components/entity-dossier/entity-dossier.class.d.ts.map +1 -0
- package/dist/components/entity-dossier/entity-dossier.class.js +187 -0
- package/dist/components/entity-dossier/entity-dossier.class.js.map +1 -0
- package/dist/components/entity-dossier/entity-dossier.d.ts +9 -0
- package/dist/components/entity-dossier/entity-dossier.d.ts.map +1 -0
- package/dist/components/entity-dossier/entity-dossier.js +12 -0
- package/dist/components/entity-dossier/entity-dossier.js.map +1 -0
- package/dist/components/entity-dossier/entity-dossier.styles.d.ts +2 -0
- package/dist/components/entity-dossier/entity-dossier.styles.d.ts.map +1 -0
- package/dist/components/entity-dossier/entity-dossier.styles.js +30 -0
- package/dist/components/entity-dossier/entity-dossier.styles.js.map +1 -0
- package/dist/components/eval-dataset/eval-dataset.class.d.ts +145 -0
- package/dist/components/eval-dataset/eval-dataset.class.d.ts.map +1 -0
- package/dist/components/eval-dataset/eval-dataset.class.js +307 -0
- package/dist/components/eval-dataset/eval-dataset.class.js.map +1 -0
- package/dist/components/eval-dataset/eval-dataset.d.ts +7 -0
- package/dist/components/eval-dataset/eval-dataset.d.ts.map +1 -0
- package/dist/components/eval-dataset/eval-dataset.js +10 -0
- package/dist/components/eval-dataset/eval-dataset.js.map +1 -0
- package/dist/components/eval-dataset/eval-dataset.styles.d.ts +2 -0
- package/dist/components/eval-dataset/eval-dataset.styles.d.ts.map +1 -0
- package/dist/components/eval-dataset/eval-dataset.styles.js +76 -0
- package/dist/components/eval-dataset/eval-dataset.styles.js.map +1 -0
- package/dist/components/eval-result/eval-result.class.d.ts +115 -0
- package/dist/components/eval-result/eval-result.class.d.ts.map +1 -0
- package/dist/components/eval-result/eval-result.class.js +165 -0
- package/dist/components/eval-result/eval-result.class.js.map +1 -0
- package/dist/components/eval-result/eval-result.d.ts +5 -0
- package/dist/components/eval-result/eval-result.d.ts.map +1 -0
- package/dist/components/eval-result/eval-result.js +8 -0
- package/dist/components/eval-result/eval-result.js.map +1 -0
- package/dist/components/eval-result/eval-result.styles.d.ts +2 -0
- package/dist/components/eval-result/eval-result.styles.d.ts.map +1 -0
- package/dist/components/eval-result/eval-result.styles.js +47 -0
- package/dist/components/eval-result/eval-result.styles.js.map +1 -0
- package/dist/components/evaluation-run/evaluation-run.class.d.ts +168 -0
- package/dist/components/evaluation-run/evaluation-run.class.d.ts.map +1 -0
- package/dist/components/evaluation-run/evaluation-run.class.js +333 -0
- package/dist/components/evaluation-run/evaluation-run.class.js.map +1 -0
- package/dist/components/evaluation-run/evaluation-run.d.ts +2 -0
- package/dist/components/evaluation-run/evaluation-run.d.ts.map +1 -0
- package/dist/components/evaluation-run/evaluation-run.js +5 -0
- package/dist/components/evaluation-run/evaluation-run.js.map +1 -0
- package/dist/components/evaluation-run/evaluation-run.styles.d.ts +2 -0
- package/dist/components/evaluation-run/evaluation-run.styles.d.ts.map +1 -0
- package/dist/components/evaluation-run/evaluation-run.styles.js +73 -0
- package/dist/components/evaluation-run/evaluation-run.styles.js.map +1 -0
- package/dist/components/filter-bar/filter-bar.class.d.ts +200 -0
- package/dist/components/filter-bar/filter-bar.class.d.ts.map +1 -0
- package/dist/components/filter-bar/filter-bar.class.js +322 -0
- package/dist/components/filter-bar/filter-bar.class.js.map +1 -0
- package/dist/components/filter-bar/filter-bar.d.ts +10 -0
- package/dist/components/filter-bar/filter-bar.d.ts.map +1 -0
- package/dist/components/filter-bar/filter-bar.js +13 -0
- package/dist/components/filter-bar/filter-bar.js.map +1 -0
- package/dist/components/filter-bar/filter-bar.styles.d.ts +2 -0
- package/dist/components/filter-bar/filter-bar.styles.d.ts.map +1 -0
- package/dist/components/filter-bar/filter-bar.styles.js +37 -0
- package/dist/components/filter-bar/filter-bar.styles.js.map +1 -0
- package/dist/components/graph-query-builder/graph-query-builder.class.d.ts +242 -0
- package/dist/components/graph-query-builder/graph-query-builder.class.d.ts.map +1 -0
- package/dist/components/graph-query-builder/graph-query-builder.class.js +511 -0
- package/dist/components/graph-query-builder/graph-query-builder.class.js.map +1 -0
- package/dist/components/graph-query-builder/graph-query-builder.d.ts +7 -0
- package/dist/components/graph-query-builder/graph-query-builder.d.ts.map +1 -0
- package/dist/components/graph-query-builder/graph-query-builder.js +10 -0
- package/dist/components/graph-query-builder/graph-query-builder.js.map +1 -0
- package/dist/components/graph-query-builder/graph-query-builder.styles.d.ts +2 -0
- package/dist/components/graph-query-builder/graph-query-builder.styles.d.ts.map +1 -0
- package/dist/components/graph-query-builder/graph-query-builder.styles.js +170 -0
- package/dist/components/graph-query-builder/graph-query-builder.styles.js.map +1 -0
- package/dist/components/grounding-summary/grounding-summary.class.d.ts +80 -0
- package/dist/components/grounding-summary/grounding-summary.class.d.ts.map +1 -0
- package/dist/components/grounding-summary/grounding-summary.class.js +182 -0
- package/dist/components/grounding-summary/grounding-summary.class.js.map +1 -0
- package/dist/components/grounding-summary/grounding-summary.d.ts +5 -0
- package/dist/components/grounding-summary/grounding-summary.d.ts.map +1 -0
- package/dist/components/grounding-summary/grounding-summary.js +8 -0
- package/dist/components/grounding-summary/grounding-summary.js.map +1 -0
- package/dist/components/grounding-summary/grounding-summary.styles.d.ts +2 -0
- package/dist/components/grounding-summary/grounding-summary.styles.d.ts.map +1 -0
- package/dist/components/grounding-summary/grounding-summary.styles.js +88 -0
- package/dist/components/grounding-summary/grounding-summary.styles.js.map +1 -0
- package/dist/components/heatmap/heatmap.class.d.ts +14 -0
- package/dist/components/heatmap/heatmap.class.d.ts.map +1 -1
- package/dist/components/heatmap/heatmap.class.js +165 -0
- package/dist/components/heatmap/heatmap.class.js.map +1 -1
- package/dist/components/ingestion-queue/ingestion-queue.class.d.ts +125 -0
- package/dist/components/ingestion-queue/ingestion-queue.class.d.ts.map +1 -0
- package/dist/components/ingestion-queue/ingestion-queue.class.js +276 -0
- package/dist/components/ingestion-queue/ingestion-queue.class.js.map +1 -0
- package/dist/components/ingestion-queue/ingestion-queue.d.ts +2 -0
- package/dist/components/ingestion-queue/ingestion-queue.d.ts.map +1 -0
- package/dist/components/ingestion-queue/ingestion-queue.js +5 -0
- package/dist/components/ingestion-queue/ingestion-queue.js.map +1 -0
- package/dist/components/ingestion-queue/ingestion-queue.styles.d.ts +2 -0
- package/dist/components/ingestion-queue/ingestion-queue.styles.d.ts.map +1 -0
- package/dist/components/ingestion-queue/ingestion-queue.styles.js +138 -0
- package/dist/components/ingestion-queue/ingestion-queue.styles.js.map +1 -0
- package/dist/components/knowledge-base/knowledge-base.class.d.ts +136 -0
- package/dist/components/knowledge-base/knowledge-base.class.d.ts.map +1 -0
- package/dist/components/knowledge-base/knowledge-base.class.js +360 -0
- package/dist/components/knowledge-base/knowledge-base.class.js.map +1 -0
- package/dist/components/knowledge-base/knowledge-base.d.ts +7 -0
- package/dist/components/knowledge-base/knowledge-base.d.ts.map +1 -0
- package/dist/components/knowledge-base/knowledge-base.js +10 -0
- package/dist/components/knowledge-base/knowledge-base.js.map +1 -0
- package/dist/components/knowledge-base/knowledge-base.styles.d.ts +2 -0
- package/dist/components/knowledge-base/knowledge-base.styles.d.ts.map +1 -0
- package/dist/components/knowledge-base/knowledge-base.styles.js +94 -0
- package/dist/components/knowledge-base/knowledge-base.styles.js.map +1 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts +196 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts.map +1 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.js +477 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.js.map +1 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.d.ts +11 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.d.ts.map +1 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.js +14 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.js.map +1 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.d.ts +2 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.d.ts.map +1 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.js +76 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.js.map +1 -0
- package/dist/components/markdown/markdown-core.class.d.ts +10 -3
- package/dist/components/markdown/markdown-core.class.d.ts.map +1 -1
- package/dist/components/markdown/markdown-core.class.js +33 -4
- package/dist/components/markdown/markdown-core.class.js.map +1 -1
- package/dist/components/markdown/markdown.class.d.ts +10 -3
- package/dist/components/markdown/markdown.class.d.ts.map +1 -1
- package/dist/components/markdown/markdown.class.js +33 -4
- package/dist/components/markdown/markdown.class.js.map +1 -1
- package/dist/components/memory-panel/memory-panel.class.d.ts +146 -0
- package/dist/components/memory-panel/memory-panel.class.d.ts.map +1 -0
- package/dist/components/memory-panel/memory-panel.class.js +303 -0
- package/dist/components/memory-panel/memory-panel.class.js.map +1 -0
- package/dist/components/memory-panel/memory-panel.d.ts +5 -0
- package/dist/components/memory-panel/memory-panel.d.ts.map +1 -0
- package/dist/components/memory-panel/memory-panel.js +8 -0
- package/dist/components/memory-panel/memory-panel.js.map +1 -0
- package/dist/components/memory-panel/memory-panel.styles.d.ts +2 -0
- package/dist/components/memory-panel/memory-panel.styles.d.ts.map +1 -0
- package/dist/components/memory-panel/memory-panel.styles.js +139 -0
- package/dist/components/memory-panel/memory-panel.styles.js.map +1 -0
- package/dist/components/notebook-viewer/notebook-viewer.class.d.ts +9 -2
- package/dist/components/notebook-viewer/notebook-viewer.class.d.ts.map +1 -1
- package/dist/components/notebook-viewer/notebook-viewer.class.js +27 -4
- package/dist/components/notebook-viewer/notebook-viewer.class.js.map +1 -1
- package/dist/components/overlay/popover.class.d.ts +39 -0
- package/dist/components/overlay/popover.class.d.ts.map +1 -1
- package/dist/components/overlay/popover.class.js +53 -3
- package/dist/components/overlay/popover.class.js.map +1 -1
- package/dist/components/overlay/tooltip.class.d.ts +43 -0
- package/dist/components/overlay/tooltip.class.d.ts.map +1 -1
- package/dist/components/overlay/tooltip.class.js +66 -4
- package/dist/components/overlay/tooltip.class.js.map +1 -1
- package/dist/components/policy-summary/policy-summary.class.d.ts +76 -0
- package/dist/components/policy-summary/policy-summary.class.d.ts.map +1 -0
- package/dist/components/policy-summary/policy-summary.class.js +125 -0
- package/dist/components/policy-summary/policy-summary.class.js.map +1 -0
- package/dist/components/policy-summary/policy-summary.d.ts +6 -0
- package/dist/components/policy-summary/policy-summary.d.ts.map +1 -0
- package/dist/components/policy-summary/policy-summary.js +9 -0
- package/dist/components/policy-summary/policy-summary.js.map +1 -0
- package/dist/components/policy-summary/policy-summary.styles.d.ts +2 -0
- package/dist/components/policy-summary/policy-summary.styles.d.ts.map +1 -0
- package/dist/components/policy-summary/policy-summary.styles.js +68 -0
- package/dist/components/policy-summary/policy-summary.styles.js.map +1 -0
- package/dist/components/query-builder/query-builder.class.d.ts +180 -0
- package/dist/components/query-builder/query-builder.class.d.ts.map +1 -0
- package/dist/components/query-builder/query-builder.class.js +415 -0
- package/dist/components/query-builder/query-builder.class.js.map +1 -0
- package/dist/components/query-builder/query-builder.d.ts +9 -0
- package/dist/components/query-builder/query-builder.d.ts.map +1 -0
- package/dist/components/query-builder/query-builder.js +12 -0
- package/dist/components/query-builder/query-builder.js.map +1 -0
- package/dist/components/query-builder/query-builder.styles.d.ts +2 -0
- package/dist/components/query-builder/query-builder.styles.d.ts.map +1 -0
- package/dist/components/query-builder/query-builder.styles.js +77 -0
- package/dist/components/query-builder/query-builder.styles.js.map +1 -0
- package/dist/components/retrieval-results/retrieval-results.class.d.ts +151 -0
- package/dist/components/retrieval-results/retrieval-results.class.d.ts.map +1 -0
- package/dist/components/retrieval-results/retrieval-results.class.js +340 -0
- package/dist/components/retrieval-results/retrieval-results.class.js.map +1 -0
- package/dist/components/retrieval-results/retrieval-results.d.ts +7 -0
- package/dist/components/retrieval-results/retrieval-results.d.ts.map +1 -0
- package/dist/components/retrieval-results/retrieval-results.js +10 -0
- package/dist/components/retrieval-results/retrieval-results.js.map +1 -0
- package/dist/components/retrieval-results/retrieval-results.styles.d.ts +2 -0
- package/dist/components/retrieval-results/retrieval-results.styles.d.ts.map +1 -0
- package/dist/components/retrieval-results/retrieval-results.styles.js +94 -0
- package/dist/components/retrieval-results/retrieval-results.styles.js.map +1 -0
- package/dist/components/retrieval-search/retrieval-search.class.d.ts +127 -0
- package/dist/components/retrieval-search/retrieval-search.class.d.ts.map +1 -0
- package/dist/components/retrieval-search/retrieval-search.class.js +267 -0
- package/dist/components/retrieval-search/retrieval-search.class.js.map +1 -0
- package/dist/components/retrieval-search/retrieval-search.d.ts +8 -0
- package/dist/components/retrieval-search/retrieval-search.d.ts.map +1 -0
- package/dist/components/retrieval-search/retrieval-search.js +11 -0
- package/dist/components/retrieval-search/retrieval-search.js.map +1 -0
- package/dist/components/retrieval-search/retrieval-search.styles.d.ts +2 -0
- package/dist/components/retrieval-search/retrieval-search.styles.d.ts.map +1 -0
- package/dist/components/retrieval-search/retrieval-search.styles.js +75 -0
- package/dist/components/retrieval-search/retrieval-search.styles.js.map +1 -0
- package/dist/components/retrieval-trace/retrieval-trace.class.d.ts +101 -0
- package/dist/components/retrieval-trace/retrieval-trace.class.d.ts.map +1 -0
- package/dist/components/retrieval-trace/retrieval-trace.class.js +215 -0
- package/dist/components/retrieval-trace/retrieval-trace.class.js.map +1 -0
- package/dist/components/retrieval-trace/retrieval-trace.d.ts +4 -0
- package/dist/components/retrieval-trace/retrieval-trace.d.ts.map +1 -0
- package/dist/components/retrieval-trace/retrieval-trace.js +7 -0
- package/dist/components/retrieval-trace/retrieval-trace.js.map +1 -0
- package/dist/components/retrieval-trace/retrieval-trace.styles.d.ts +2 -0
- package/dist/components/retrieval-trace/retrieval-trace.styles.d.ts.map +1 -0
- package/dist/components/retrieval-trace/retrieval-trace.styles.js +116 -0
- package/dist/components/retrieval-trace/retrieval-trace.styles.js.map +1 -0
- package/dist/components/rubric-form/rubric-form.class.d.ts.map +1 -1
- package/dist/components/rubric-form/rubric-form.class.js +1 -0
- package/dist/components/rubric-form/rubric-form.class.js.map +1 -1
- package/dist/components/spreadsheet-viewer/spreadsheet-viewer.styles.d.ts.map +1 -1
- package/dist/components/spreadsheet-viewer/spreadsheet-viewer.styles.js +8 -2
- package/dist/components/spreadsheet-viewer/spreadsheet-viewer.styles.js.map +1 -1
- package/dist/components/thread-list/thread-list.class.d.ts +38 -2
- package/dist/components/thread-list/thread-list.class.d.ts.map +1 -1
- package/dist/components/thread-list/thread-list.class.js +41 -6
- package/dist/components/thread-list/thread-list.class.js.map +1 -1
- package/dist/components/tool-timeline/tool-timeline.class.d.ts +140 -0
- package/dist/components/tool-timeline/tool-timeline.class.d.ts.map +1 -0
- package/dist/components/tool-timeline/tool-timeline.class.js +293 -0
- package/dist/components/tool-timeline/tool-timeline.class.js.map +1 -0
- package/dist/components/tool-timeline/tool-timeline.d.ts +2 -0
- package/dist/components/tool-timeline/tool-timeline.d.ts.map +1 -0
- package/dist/components/tool-timeline/tool-timeline.js +5 -0
- package/dist/components/tool-timeline/tool-timeline.js.map +1 -0
- package/dist/components/tool-timeline/tool-timeline.styles.d.ts +2 -0
- package/dist/components/tool-timeline/tool-timeline.styles.d.ts.map +1 -0
- package/dist/components/tool-timeline/tool-timeline.styles.js +148 -0
- package/dist/components/tool-timeline/tool-timeline.styles.js.map +1 -0
- package/dist/components/trace-tree/trace-tree.class.d.ts.map +1 -1
- package/dist/components/trace-tree/trace-tree.class.js +3 -1
- package/dist/components/trace-tree/trace-tree.class.js.map +1 -1
- package/dist/internal/localization.d.ts +1 -1
- package/dist/internal/localization.d.ts.map +1 -1
- package/dist/internal/localization.js +238 -0
- package/dist/internal/localization.js.map +1 -1
- package/dist/internal/positioner.d.ts +28 -1
- package/dist/internal/positioner.d.ts.map +1 -1
- package/dist/internal/positioner.js +12 -1
- package/dist/internal/positioner.js.map +1 -1
- package/dist/internal/root-registration-allowlist.d.ts +2 -2
- package/dist/internal/root-registration-allowlist.d.ts.map +1 -1
- package/dist/internal/root-registration-allowlist.js +25 -0
- package/dist/internal/root-registration-allowlist.js.map +1 -1
- package/dist/internal/tokens.styles.d.ts.map +1 -1
- package/dist/internal/tokens.styles.js +2 -0
- package/dist/internal/tokens.styles.js.map +1 -1
- package/dist/lyra.d.ts +51 -1
- package/dist/lyra.d.ts.map +1 -1
- package/dist/lyra.js +49 -0
- package/dist/lyra.js.map +1 -1
- package/llms-full.txt +519 -15
- package/llms.txt +7 -0
- package/package.json +53 -1
- package/vscode-css-data.json +21 -0
- package/vscode-html-data.json +1205 -14
- package/web-types.json +1297 -60
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
|
|
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.
|
|
@@ -5358,8 +5366,10 @@ while content is still arriving.
|
|
|
5358
5366
|
plain-text-fallback first paint) when the cache isn't warm yet. `false` (the default) is
|
|
5359
5367
|
byte-identical to always taking the async path
|
|
5360
5368
|
- `streaming: boolean = false` (reflected) — marks the host `aria-busy="true"` while partial Markdown
|
|
5361
|
-
is still arriving and lets consumers target `lr-markdown[streaming]`;
|
|
5362
|
-
true while
|
|
5369
|
+
is still arriving and lets consumers target `lr-markdown[streaming]`; content updates while it is
|
|
5370
|
+
true are coalesced to at most one parse per animation frame, while the final `streaming=false`
|
|
5371
|
+
update flushes the latest content immediately; busy state also remains true while parser
|
|
5372
|
+
dependencies are loading
|
|
5363
5373
|
- `highlightCode: boolean = true` (attribute `highlight-code`) — syntax-highlights fenced code
|
|
5364
5374
|
blocks via the optional `shiki` peer. `true` (the default) upgrades every fenced block once the
|
|
5365
5375
|
peer is available; set `false` to keep plain output even when `shiki` is installed. No effect
|
|
@@ -5548,23 +5558,29 @@ conversation-surface level).
|
|
|
5548
5558
|
the `actions` slot's content as a sibling immediately after `[part="bubble"]` instead of nested
|
|
5549
5559
|
inside `[part="footer"]`'s own padding/background box, for a consumer whose action row (e.g. a
|
|
5550
5560
|
hover-reveal copy button) must sit visually outside the bubble's chrome
|
|
5561
|
+
- `messageId: string = ''` (attribute `message-id`, reflected) — optional stable application id;
|
|
5562
|
+
included in `lr-retry` detail when the built-in retry control is activated
|
|
5551
5563
|
|
|
5552
|
-
**Events:** `lr-retry` (
|
|
5553
|
-
`status="failed"`), `lr-collapse-toggle` (`detail: boolean`, the new `collapsed` state — fired when
|
|
5564
|
+
**Events:** `lr-retry` (`detail: { messageId?: string }`; fired by the built-in retry button, only
|
|
5565
|
+
rendered when `status="failed"`), `lr-collapse-toggle` (`detail: boolean`, the new `collapsed` state — fired when
|
|
5554
5566
|
the user activates the built-in collapse button)
|
|
5555
5567
|
|
|
5556
5568
|
**Slots:** default (the message body), `avatar` (an avatar/icon for the message author), `badges`
|
|
5557
5569
|
(small status/metric chips — e.g. token count, latency, model name — entirely app-supplied), `actions`
|
|
5558
5570
|
(action controls such as copy/retry, rendered at the end of the footer), `attachments` (file/image
|
|
5559
|
-
attachment chips, rendered below the message body)
|
|
5571
|
+
attachment chips, rendered below the message body), `failure` (only meaningful while
|
|
5572
|
+
`status="failed"`: host-supplied content — typically a `role="alert"` banner plus its own retry
|
|
5573
|
+
control — that replaces the built-in status text, retry button, and live-region announcement
|
|
5574
|
+
entirely; unset, `status="failed"` renders exactly as before)
|
|
5560
5575
|
|
|
5561
5576
|
**CSS parts:** `bubble`, `header` (hidden entirely when nothing is in it), `avatar`, `badges`,
|
|
5562
5577
|
`collapse-button` (only rendered when `collapsible`), `body` (hidden while `collapsed`),
|
|
5563
5578
|
`attachments`, `footer` (hidden entirely when nothing is in it), `status-indicator` (a small
|
|
5564
5579
|
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"`
|
|
5566
|
-
(rendered inside the footer by default; a sibling immediately
|
|
5567
|
-
`actionsOutsideBubble` is set)
|
|
5580
|
+
`status-indicator`), `timestamp`, `retry-button` (only rendered when `status="failed"` and the
|
|
5581
|
+
`failure` slot is empty), `actions` (rendered inside the footer by default; a sibling immediately
|
|
5582
|
+
after `bubble` when `actionsOutsideBubble` is set), `failure` (`display: contents` wrapper for the
|
|
5583
|
+
`failure` slot; contributes no box when the slot is empty)
|
|
5568
5584
|
|
|
5569
5585
|
**Themeable custom properties:** `--lr-chat-message-max-width` (default `80%` — the bubble's max
|
|
5570
5586
|
inline size; component-specific, no shared width token exists), plus shared tokens
|
|
@@ -8167,6 +8183,9 @@ First-party invention (no Web Awesome equivalent).
|
|
|
8167
8183
|
dynamic-import table.
|
|
8168
8184
|
- `languages?: Record<string, ShikiLanguageInput>` (attribute: false) — grammar definitions this
|
|
8169
8185
|
instance can highlight, same shape as `lr-code-block-core`'s own `languages`.
|
|
8186
|
+
- `contextLines: number | undefined` (attribute: `context-lines`) — keeps this many unchanged
|
|
8187
|
+
lines around each change and collapses longer unchanged runs into a localized fold marker. The
|
|
8188
|
+
default `undefined` shows every line; negative and non-finite values also disable folding.
|
|
8170
8189
|
|
|
8171
8190
|
**Events:** `lr-copy` (`detail: { text: string }` — the full unified-diff text, fired on
|
|
8172
8191
|
copy-button activation regardless of whether the clipboard write actually succeeded).
|
|
@@ -8174,8 +8193,9 @@ copy-button activation regardless of whether the clipboard write actually succee
|
|
|
8174
8193
|
**Slots:** none.
|
|
8175
8194
|
|
|
8176
8195
|
**CSS parts:** `base` (the root wrapper), `line` (a single line; carries
|
|
8177
|
-
`data-type="equal"|"add"|"remove"|"empty"` — `"empty"` is an unbalanced-replace placeholder cell in
|
|
8178
|
-
`layout="split"` and never carries a `+`/`-` prefix
|
|
8196
|
+
`data-type="equal"|"add"|"remove"|"empty"|"fold"` — `"empty"` is an unbalanced-replace placeholder cell in
|
|
8197
|
+
`layout="split"` and never carries a `+`/`-` prefix; `"fold"` is the localized unchanged-lines
|
|
8198
|
+
marker), `copy-button` (the copy affordance, only
|
|
8179
8199
|
rendered while `copyable`), `side` (one column in `layout="split"`, `data-side="old"|"new"`).
|
|
8180
8200
|
|
|
8181
8201
|
**Themeable custom properties:** `--lr-diff-view-font` (default `var(--lr-font-mono)`), plus
|
|
@@ -10193,6 +10213,17 @@ and `blur()` forward to the internal radio control.
|
|
|
10193
10213
|
A click-triggered, light-dismiss floating surface positioned with the shared Floating UI positioner.
|
|
10194
10214
|
|
|
10195
10215
|
**Properties:** `open`, `placement`, `distance`, `accessibleLabel` (`aria-label`), and `popupRole` (`popup-role`).
|
|
10216
|
+
**Methods:** `showAt(rect: { x, y, width?, height?, contextElement? }, options?: { returnFocusTo?:
|
|
10217
|
+
HTMLElement })` opens the popover anchored to an arbitrary rectangle instead of the slotted
|
|
10218
|
+
`trigger` — for a graph node, a canvas pixel, a chart datum, or any other non-DOM location
|
|
10219
|
+
(`width`/`height` default to `0`, a point). Escape and light-dismiss return focus to
|
|
10220
|
+
`options.returnFocusTo` when supplied, or skip focus-return entirely otherwise, since a virtual
|
|
10221
|
+
anchor has no `.focus()`. The virtual anchor has no DOM node of its own for `autoUpdate()` to
|
|
10222
|
+
track ancestor scroll/resize against — pass `rect.contextElement` (a real, still-connected element
|
|
10223
|
+
near the virtual point) when one is available to give it something to observe; otherwise, or when
|
|
10224
|
+
the anchor point moves on its own (e.g. a graph pan/zoom tick), re-call `showAt()` with fresh
|
|
10225
|
+
coordinates to re-anchor — the popover stays open across such a call. A popover that never calls
|
|
10226
|
+
`showAt()` behaves exactly as before.
|
|
10196
10227
|
**Events:** `lr-show`, `lr-hide`. **Slots:** `trigger`, default content. **CSS parts:** `trigger`,
|
|
10197
10228
|
`popup`, `content`. **Themeable custom properties:** `--lr-overlay-max-inline-size` (default
|
|
10198
10229
|
`--lr-size-20rem` — maximum inline size of the popup).
|
|
@@ -10202,11 +10233,37 @@ A click-triggered, light-dismiss floating surface positioned with the shared Flo
|
|
|
10202
10233
|
A hover/focus tooltip positioned with the shared Floating UI positioner.
|
|
10203
10234
|
|
|
10204
10235
|
**Properties:** `open`, `manual`, `delay`, `placement`, `distance`, `content`, and
|
|
10205
|
-
`accessibleLabel` (`aria-label`). **
|
|
10206
|
-
|
|
10207
|
-
|
|
10236
|
+
`accessibleLabel` (`aria-label`). **Methods:** `showAt(rect: { x, y, width?, height?,
|
|
10237
|
+
contextElement? }, options?: { returnFocusTo?: HTMLElement })` — same virtual-anchor contract as
|
|
10238
|
+
`lr-popover.showAt()` above (anchors to an arbitrary rectangle instead of the slotted `trigger`,
|
|
10239
|
+
`width`/`height` default to `0`, `contextElement` gives `autoUpdate()` something to observe,
|
|
10240
|
+
Escape returns focus to `options.returnFocusTo` or skips focus-return, re-call with fresh
|
|
10241
|
+
coordinates to re-anchor a moving point). Opens immediately, bypassing `delay`/`manual` (both are
|
|
10242
|
+
hover-debounce concerns for a slotted trigger, not a deliberate programmatic call); close it the
|
|
10243
|
+
same way any tooltip closes, by setting `open = false`. **Slots:** `trigger`, default content.
|
|
10244
|
+
**CSS parts:** `trigger`, `popup`. **Themeable custom properties:** `--lr-tooltip-max-inline-size`
|
|
10245
|
+
(default `--lr-size-20rem`), `--lr-tooltip-background` (default `--lr-color-neutral`), and
|
|
10208
10246
|
`--lr-tooltip-color` (default `--lr-color-on-neutral`).
|
|
10209
10247
|
|
|
10248
|
+
**`showAt()` composed with `lr-graph`** — anchoring a popover to a clicked graph node. Note:
|
|
10249
|
+
`lr-graph.getNodePosition()` and the `lr-node-click` event's `{ x, y }` are in the graph's own
|
|
10250
|
+
*local drawing space* (pre pan/zoom), not viewport pixels, so they can't be passed to `showAt()`
|
|
10251
|
+
directly. For `renderer="svg"` (the default), read the clicked node's own rendered element instead,
|
|
10252
|
+
whose `getBoundingClientRect()` is already viewport-relative; for `renderer="canvas"` (no per-node
|
|
10253
|
+
DOM element), use the click event's own `clientX`/`clientY`.
|
|
10254
|
+
|
|
10255
|
+
```js
|
|
10256
|
+
const graph = document.querySelector('lr-graph');
|
|
10257
|
+
const detail = document.querySelector('lr-popover'); // no slotted trigger needed for showAt()
|
|
10258
|
+
|
|
10259
|
+
graph.addEventListener('click', (event) => {
|
|
10260
|
+
const nodeEl = event.composedPath().find((el) => el instanceof Element && el.matches('[part="node"]'));
|
|
10261
|
+
if (!nodeEl) return; // clicked empty canvas/background, not a node
|
|
10262
|
+
const rect = nodeEl.getBoundingClientRect();
|
|
10263
|
+
detail.showAt({ x: rect.left + rect.width / 2, y: rect.top, width: rect.width, height: rect.height });
|
|
10264
|
+
});
|
|
10265
|
+
```
|
|
10266
|
+
|
|
10210
10267
|
## `lr-dropdown`
|
|
10211
10268
|
|
|
10212
10269
|
A menu-role popover for consumer-supplied action content. Compose `lr-menu` when full roving
|
|
@@ -10429,6 +10486,8 @@ A searchable, keyboard-navigable, form-associated emoji picker. `groups` is full
|
|
|
10429
10486
|
as `<lr-lite-chart>`/`<lr-heatmap>`; an optional convenience auto-loader fetches a default set on
|
|
10430
10487
|
connect from the `emoji-picker-element-data` peer, but only when `groups` hasn't already been
|
|
10431
10488
|
supplied (an explicit empty array still counts as supplied and skips the auto-load).
|
|
10489
|
+
When the filtered set reaches 200 items, the grid automatically windows its visible rows while
|
|
10490
|
+
preserving the full option count through `aria-setsize`/`aria-posinset`.
|
|
10432
10491
|
|
|
10433
10492
|
**Properties:** the shared form properties `name`, `value`, `disabled`, and `required`, plus
|
|
10434
10493
|
`groups: EmojiPickerGroup[] = []` (attribute: false) — `EmojiPickerGroup { key, label, emojis:
|
|
@@ -11211,6 +11270,18 @@ rename. `label: string = ''` — accessible name for the list region, defaults t
|
|
|
11211
11270
|
false) — data mode only: wraps each row's built-in `lr-conversation-item` with host-supplied content
|
|
11212
11271
|
that has no home in the item's own `title`/`excerpt`/`meta`/`actions` surface (e.g. a leading purpose
|
|
11213
11272
|
icon — the item has no default slot to receive one); unset renders the built-in row unwrapped.
|
|
11273
|
+
`renderActions?: (thread: ChatThread) => TemplateResult` (attribute: false) — data mode only:
|
|
11274
|
+
appends host-supplied content (re-invoked per row on every render, e.g. a `lr-menu` with custom
|
|
11275
|
+
actions) after the built-in `rowActions` output in each row's `actions` slot; events it fires reach
|
|
11276
|
+
the host normally and never trigger `lr-select`. Unset renders only the built-in `rowActions`.
|
|
11277
|
+
`renderLeading?: (thread: ChatThread) => TemplateResult` (attribute: false) — renders non-interactive
|
|
11278
|
+
leading content in each virtualized row. `renderMeta?: (thread: ChatThread) => TemplateResult`
|
|
11279
|
+
(attribute: false) — appends structured metadata in the row's meta region.
|
|
11280
|
+
`renderRowContent?: (thread: ChatThread) => TemplateResult` (attribute: false) — replaces the
|
|
11281
|
+
conversation item's title/excerpt/meta content area with custom non-interactive row content.
|
|
11282
|
+
`formatGroupLabel?: (key: ThreadBucketKey, date?: Date) => string` (attribute: false) — overrides
|
|
11283
|
+
group labels. `formatDate?: (date: Date) => string` (attribute: false) — overrides month-group date
|
|
11284
|
+
formatting.
|
|
11214
11285
|
|
|
11215
11286
|
**Slots:** default — slotted mode only: host-supplied `lr-conversation-item`s, rendered in order.
|
|
11216
11287
|
`empty` — replaces the built-in empty state.
|
|
@@ -11670,6 +11741,276 @@ elements), `error`, `spinner`.
|
|
|
11670
11741
|
Node cap: 50,000 — exceeding it renders the localized `xmlViewerTooManyNodes` error instead of the
|
|
11671
11742
|
tree.
|
|
11672
11743
|
|
|
11744
|
+
## `lr-agent-workspace`
|
|
11745
|
+
|
|
11746
|
+
Responsive controlled shell for an AI conversation and its supporting run, tool, retrieval,
|
|
11747
|
+
grounding, and context state. It performs no network or model work and composes the existing
|
|
11748
|
+
conversation primitives.
|
|
11749
|
+
|
|
11750
|
+
**Properties:** `label`, `accessibleLabel`, `messages`, `run`, `metrics`, `tools`, `retrievalChunks`,
|
|
11751
|
+
`selectedRetrievalIds`, `retrievalLoading`, `retrievalHasMore`, `retrievalError`,
|
|
11752
|
+
`groundingAssessment`, `citations`, `contextSegments`, `contextTotal`, `follow`, `unreadStartIndex`,
|
|
11753
|
+
`showDetails`, `showComposer`, `composerValue`, `composerStatus`, `composerPlaceholder`,
|
|
11754
|
+
`composerMinRows`, `composerMaxRows`. **Slots:** `messages`, `details`, `composer`, `header-actions`.
|
|
11755
|
+
**Events:** `lr-input`, `lr-submit`, `lr-stop`, `lr-message-retry` (`detail: { messageId }`),
|
|
11756
|
+
`lr-follow-change`, `lr-retrieval-select`, `lr-citation-select`, `lr-tool-approval-decide`,
|
|
11757
|
+
`lr-cancel`, `lr-retry`. **CSS parts:** `base`, `header`, `heading`, `header-actions`, `body`,
|
|
11758
|
+
`conversation`, `viewport`, `messages`, `messages-empty`, `details`, `details-content`, `section`,
|
|
11759
|
+
`section-heading`, `composer`, `composer-input`.
|
|
11760
|
+
|
|
11761
|
+
## `lr-agent-run`
|
|
11762
|
+
|
|
11763
|
+
Top-level shell for one agent run: status, elapsed time, current step, model/cost summary, arbitrary
|
|
11764
|
+
metrics, and Cancel/Retry actions. Built-in and application-defined lifecycle statuses are supported;
|
|
11765
|
+
`statusLabels` and `statusVariants` customize unknown status kinds. Named `header` and `summary` slots
|
|
11766
|
+
replace the corresponding built-in chrome, while `tasks`, `tools`, `reasoning`, `output`, and
|
|
11767
|
+
`actions` support host-controlled composition.
|
|
11768
|
+
|
|
11769
|
+
**Properties:** `run`, `formatCost`, `statusLabels`, `statusVariants`, `metrics`, `showCancel`, `showRetry`.
|
|
11770
|
+
`metrics` accepts `{ id, label, value, variant? }` records such as token counts. **Events:** `lr-cancel` (`detail:
|
|
11771
|
+
{ run }`), `lr-retry` (`detail: { run, attempt }`). **Slots:** `tasks`, `tools`, `reasoning`,
|
|
11772
|
+
`output`, `actions`, `header`, `summary`. **CSS parts:** `base`, `header`, `status`, `status-badge`, `status-message`,
|
|
11773
|
+
`elapsed`, `elapsed-static`, `summary`, `model`, `usage`, `current-step`, `current-step-icon`,
|
|
11774
|
+
`current-step-label`, `body`, `tasks`, `tools`, `reasoning`, `output`, `actions`, `cancel-button`,
|
|
11775
|
+
`retry-button`, `empty`.
|
|
11776
|
+
|
|
11777
|
+
## `lr-agent-trace`
|
|
11778
|
+
|
|
11779
|
+
Provider-neutral agent/LLM trace view combining span-kind filters, handoff quick-jumps, and a
|
|
11780
|
+
hierarchical trace tree from one shared `spans` array.
|
|
11781
|
+
|
|
11782
|
+
**Properties:** `spans`, `activeSpanId`, `hiddenKinds`, `label`, `showCost`, `showTokens`,
|
|
11783
|
+
`hideBars`. **Events:** `lr-span-select` (`detail: { id }`), `lr-span-toggle` (`detail: { id,
|
|
11784
|
+
expanded }`), `lr-visibility-change` (`detail: { hiddenTypes }`). **CSS parts:** `base`, `filter`,
|
|
11785
|
+
`handoffs`, `handoff`, `tree`.
|
|
11786
|
+
|
|
11787
|
+
## `lr-context-inspector`
|
|
11788
|
+
|
|
11789
|
+
Inspection view of model-call context segments, with token estimates, source citations, redaction
|
|
11790
|
+
markers, and copy/export controls.
|
|
11791
|
+
|
|
11792
|
+
**Properties:** `segments`, `total`, `label`, `filename`, `formats`. **Events:** `lr-citation-activate`,
|
|
11793
|
+
`lr-citation-open`, `lr-copy`, `lr-export`, `lr-export-complete`. **CSS parts:** `base`, `toolbar`,
|
|
11794
|
+
`segments`, `segment`, `segment-header`, `segment-label`, `segment-text`, `segment-tokens`,
|
|
11795
|
+
`meter`, `citation`, `redaction`, `truncation-boundary`, `copy-button`, `export-button`, `empty`.
|
|
11796
|
+
|
|
11797
|
+
## `lr-dashboard-grid`
|
|
11798
|
+
|
|
11799
|
+
Responsive, keyboard-accessible controlled widget grid. It positions layout entries and emits
|
|
11800
|
+
move, resize, collision, and layout-change requests; the host owns persistence and applies updates.
|
|
11801
|
+
|
|
11802
|
+
**Properties:** `layout`, `columns`, `rowHeight`, `gap`, `cellsDraggable`, `cellsResizable`,
|
|
11803
|
+
`collision`, `locked`, `accessibleLabel`. **Events:** `lr-cell-move`, `lr-cell-resize`,
|
|
11804
|
+
`lr-collision`, `lr-layout-change`. **Slots:** `cell-{id}`. **CSS parts:** `base`, `cell`, `empty`,
|
|
11805
|
+
`resize-handle`, `live-region`.
|
|
11806
|
+
|
|
11807
|
+
## `lr-document-compare`
|
|
11808
|
+
|
|
11809
|
+
Comparison surface for two document versions, using `lr-diff-view` for textual diffs and
|
|
11810
|
+
`lr-document-preview` for side-by-side rendered content.
|
|
11811
|
+
|
|
11812
|
+
**Properties:** `oldVersion`, `newVersion`, `view`, `diffLayout`, `language`, `languages`, `anchor`,
|
|
11813
|
+
`copyable`, `syncScroll`. **Events:** `lr-copy`, `lr-download`, `lr-highlight-activate`,
|
|
11814
|
+
`lr-render-error`. **CSS parts:** `base`, `diff`, `panes`, `pane-old`, `pane-new`, `pane-header`,
|
|
11815
|
+
`pane-empty`.
|
|
11816
|
+
|
|
11817
|
+
## `lr-document-library`
|
|
11818
|
+
|
|
11819
|
+
Controlled searchable and filterable document inventory with versions, tags, owners, freshness,
|
|
11820
|
+
sorting, and bulk selection.
|
|
11821
|
+
|
|
11822
|
+
**Properties:** `documents`, `filter`, `label`, `loading`, `selectedIds`, `sortKey`, `sortDirection`,
|
|
11823
|
+
`tagFilter`. **Events:** `lr-filter-change`, `lr-open`, `lr-selection-change`, `lr-sort`. **CSS
|
|
11824
|
+
parts:** `base`, `toolbar`, `search`, `tag-filter`, `selection-bar`, `selection-count`,
|
|
11825
|
+
`clear-selection`, `table`, `row`, `cell`, `header-cell`, `document-name`.
|
|
11826
|
+
|
|
11827
|
+
## `lr-drilldown-panel`
|
|
11828
|
+
|
|
11829
|
+
Controlled navigation shell from a chart or table datum to related evidence, documents, entities,
|
|
11830
|
+
or agent runs. It renders a breadcrumb path and delegates category content to existing primitives.
|
|
11831
|
+
|
|
11832
|
+
**Properties:** `path`, `types`, `accessibleLabel`, `communityLabel`, `showFocusButton`. **Events:**
|
|
11833
|
+
`lr-drilldown-navigate` (`detail: { id, index }`). **Slots:** `runs`. **CSS parts:** `base`,
|
|
11834
|
+
`breadcrumb`, `breadcrumb-item`, `breadcrumb-button`, `tabs`, `category`, `content`, `evidence-item`,
|
|
11835
|
+
`document-item`, `entity-item`, `empty`.
|
|
11836
|
+
|
|
11837
|
+
## `lr-entity-dossier`
|
|
11838
|
+
|
|
11839
|
+
Entity detail surface with an entity header, optional confidence statistic, and tabs for
|
|
11840
|
+
relationships, supporting chunks, and provenance.
|
|
11841
|
+
|
|
11842
|
+
**Properties:** `entity`, `confidence`, `neighbors`, `chunks`, `provenance`, `types`, `thresholds`,
|
|
11843
|
+
`groupByRelation`, `expandable`, `showFocusButton`, `accessibleLabel`, `communityLabel`. **CSS
|
|
11844
|
+
parts:** `base`, `empty`, `header`, `entity-card`, `confidence`, `tabs`, `neighbor-list`,
|
|
11845
|
+
`chunk-inspector`, `provenance-panel`.
|
|
11846
|
+
|
|
11847
|
+
## `lr-eval-dataset`
|
|
11848
|
+
|
|
11849
|
+
Filterable and taggable evaluation-example list with add, remove, import, and export affordances.
|
|
11850
|
+
|
|
11851
|
+
**Properties:** `examples`, `label`, `disabled`, `searchable`, `accept`, `exportFormats`. **Events:**
|
|
11852
|
+
`lr-example-select`, `lr-example-add-request`, `lr-example-remove-request`, `lr-import-request`,
|
|
11853
|
+
`lr-export-request`. **CSS parts:** `base`, `toolbar`, `search`, `search-input`, `tag-filter`, `grid`,
|
|
11854
|
+
`add-button`, `remove-button`, `import`, `export`.
|
|
11855
|
+
|
|
11856
|
+
## `lr-eval-result`
|
|
11857
|
+
|
|
11858
|
+
Rubric scoring and human-review surface for comparing the runs of one evaluation example.
|
|
11859
|
+
|
|
11860
|
+
**Properties:** `runs`, `columns`, `selectedRunId`, `baselineRunId`, `rubricKeys`, `disabled`,
|
|
11861
|
+
`reviewSkippable`. **Events:** `lr-run-select`, `lr-review-input`, `lr-review-validity-change`,
|
|
11862
|
+
`lr-review-submit`, `lr-review-skip`. **CSS parts:** `base`, `empty`, `grid`, `diff`, `diff-view`,
|
|
11863
|
+
`diff-labels`, `diff-label-old`, `diff-label-new`, `review`.
|
|
11864
|
+
|
|
11865
|
+
## `lr-evaluation-run`
|
|
11866
|
+
|
|
11867
|
+
Evaluation-batch progress view with overall progress and one disclosure per example. Inputs and
|
|
11868
|
+
outputs may render as Markdown or code, with optional grounding and tool-trace sections.
|
|
11869
|
+
|
|
11870
|
+
**Properties:** `examples`, `total`, `label`. **Events:** `lr-example-toggle`,
|
|
11871
|
+
`lr-example-citation-select`, `lr-example-tool-approval-decide`. **CSS parts:** `base`, `header`,
|
|
11872
|
+
`header-label`, `progress`, `summary`, `counts`, `count`, `examples`, `example`, `example-summary`,
|
|
11873
|
+
`example-label`, `example-status`, `input-section`, `input`, `output-section`, `output`,
|
|
11874
|
+
`grounding-section`, `grounding-summary`, `tool-trace-section`, `tool-trace`, `section-heading`,
|
|
11875
|
+
`live-region`, `empty`.
|
|
11876
|
+
|
|
11877
|
+
## `lr-filter-bar`
|
|
11878
|
+
|
|
11879
|
+
Dashboard filter row that composes Lyra inputs and removable chips, with reset and loading states.
|
|
11880
|
+
|
|
11881
|
+
**Properties:** `filters`, `value`, `disabled`, `loading`, `label`, `hasActiveFilters`,
|
|
11882
|
+
`invalidFilterIds`, `checkValidity`, `reportValidity`, `reset`. **Events:** `lr-input`, `lr-reset`,
|
|
11883
|
+
`lr-validity-change`. **CSS parts:** `base`, `controls`, `filter-control`, `active-filters`,
|
|
11884
|
+
`chips`, `chip`, `reset-button`, `status`.
|
|
11885
|
+
|
|
11886
|
+
## `lr-graph-query-builder`
|
|
11887
|
+
|
|
11888
|
+
Form-associated editor for a typed graph relationship/path query, including entity anchors,
|
|
11889
|
+
relationship and node-type filters, hop limits, validation, and saved queries.
|
|
11890
|
+
|
|
11891
|
+
**Properties:** `value`, `label`, `labels`, `name`, `disabled`, `effectiveDisabled`, `nodeTypeOptions`,
|
|
11892
|
+
`relationshipTypeOptions`, `hopLimit`, `savedQueries`, `errors`, `form`, `validity`,
|
|
11893
|
+
`validationMessage`, `willValidate`, `checkValidity`, `reportValidity`, `formDisabledCallback`,
|
|
11894
|
+
`formResetCallback`, `formStateRestoreCallback`. **Events:** `lr-input`, `lr-validity-change`,
|
|
11895
|
+
`lr-query-run`, `lr-query-save`, `lr-query-load`, `lr-query-delete`. **Slots:** `actions`. **CSS
|
|
11896
|
+
parts:** `base`, `path-fields`, `start-input`, `end-input`, `relationship-picker`,
|
|
11897
|
+
`relationship-chips`, `node-type-picker`, `node-type-chips`, `direction`, `filter-group`,
|
|
11898
|
+
`min-hops`, `max-hops`, `footer`, `run-button`, `save-button`, `save-row`, `save-name-input`,
|
|
11899
|
+
`saved-queries`, `saved-queries-label`, `saved-list`, `saved-item`, `saved-load-button`,
|
|
11900
|
+
`saved-delete-button`, `saved-empty`.
|
|
11901
|
+
|
|
11902
|
+
## `lr-grounding-summary`
|
|
11903
|
+
|
|
11904
|
+
Claim-level grounding scorecard showing support counts, citation coverage, confidence, warnings,
|
|
11905
|
+
and evidence citations.
|
|
11906
|
+
|
|
11907
|
+
**Properties:** `assessment`, `citations`, `label`, `thresholds`. **Events:** `lr-citation-select`.
|
|
11908
|
+
**CSS parts:** `base`, `empty`, `stats`, `warnings`, `warnings-heading`, `warnings-count`,
|
|
11909
|
+
`warnings-list`, `warning`, `evidence`, `evidence-heading`, `evidence-count`, `evidence-item`,
|
|
11910
|
+
`evidence-label`, `evidence-span`.
|
|
11911
|
+
|
|
11912
|
+
## `lr-ingestion-queue`
|
|
11913
|
+
|
|
11914
|
+
Controlled list of documents moving through an ingestion pipeline, showing stage, progress,
|
|
11915
|
+
counts, errors, and retry/cancel requests.
|
|
11916
|
+
|
|
11917
|
+
**Properties:** `items`, `label`, `virtualizeThreshold`. **Events:** `lr-retry`, `lr-cancel`. **CSS
|
|
11918
|
+
parts:** `base`, `list`, `item`, `item-header`, `item-name`, `item-meta`, `item-progress`,
|
|
11919
|
+
`item-chunk-count`, `item-embedding-status`, `item-attempts`, `item-error`, `item-actions`,
|
|
11920
|
+
`retry-button`, `cancel-button`, `empty`.
|
|
11921
|
+
|
|
11922
|
+
## `lr-knowledge-base`
|
|
11923
|
+
|
|
11924
|
+
Controlled retrieval knowledge-base source list with sync status, indexing health, permissions,
|
|
11925
|
+
and per-row management requests.
|
|
11926
|
+
|
|
11927
|
+
**Properties:** `sources`, `label`, `hideCreate`, `hideSummary`. **Events:** `lr-kb-create`,
|
|
11928
|
+
`lr-kb-sync`, `lr-kb-pause`, `lr-kb-delete`. **CSS parts:** `base`, `toolbar`, `create-button`,
|
|
11929
|
+
`summary`, `summary-stat`, `table`, `source-name`, `source-type`, `document-count`, `permission-badge`,
|
|
11930
|
+
`health-badge`, `health-cell`, `sync-badge`, `sync-cell`, `sync-error`, `sync-timestamp`,
|
|
11931
|
+
`actions-trigger`, `actions-menu`, `name-cell`.
|
|
11932
|
+
|
|
11933
|
+
## `lr-knowledge-graph-explorer`
|
|
11934
|
+
|
|
11935
|
+
Knowledge-graph exploration shell combining graph rendering, entity search, type filters,
|
|
11936
|
+
neighborhood expansion, pinned nodes, path finding, and a details overlay.
|
|
11937
|
+
|
|
11938
|
+
**Properties:** `nodes`, `links`, `nodeTypes`, `communities`, `entityDetails`, `width`, `height`,
|
|
11939
|
+
`renderer`, `hiddenTypes`, `selectedNodeId`, `pinnedNodeIds`, `path`, `label`. **Events:**
|
|
11940
|
+
`lr-node-click`, `lr-link-click`, `lr-community-click`, `lr-node-expand`, `lr-pin-change`,
|
|
11941
|
+
`lr-path-request`, `lr-relation-activate`. **Slots:** `details`. **CSS parts:** `base`, `toolbar`,
|
|
11942
|
+
`search`, `search-results`, `search-result`, `search-empty`, `pinned`, `pinned-heading`, `legend`,
|
|
11943
|
+
`graph`, `path`, `detail-popover`, `detail-card`.
|
|
11944
|
+
|
|
11945
|
+
## `lr-memory-panel`
|
|
11946
|
+
|
|
11947
|
+
Agent working-memory surface for short-term context and long-term memories, with confidence,
|
|
11948
|
+
optional provenance, and confirmation-gated add, remove, expand, and forget actions.
|
|
11949
|
+
|
|
11950
|
+
**Properties:** `shortTerm`, `longTerm`, `label`, `thresholds`, `types`. **Events:** `lr-add`,
|
|
11951
|
+
`lr-remove`, `lr-expand`, `lr-forget`. **CSS parts:** `base`, `heading`, `section`, `section-header`,
|
|
11952
|
+
`section-empty`, `list`, `item`, `item-row`, `item-body`, `item-text`, `confidence`, `item-actions`,
|
|
11953
|
+
`add-button`, `remove-button`, `expand-toggle`, `forget-all-button`, `empty`.
|
|
11954
|
+
|
|
11955
|
+
## `lr-policy-summary`
|
|
11956
|
+
|
|
11957
|
+
Read-only list of guardrail, permission, privacy, and tool-policy decisions with accessible
|
|
11958
|
+
allow, deny, or needs-review explanations.
|
|
11959
|
+
|
|
11960
|
+
**Properties:** `decisions`. **CSS parts:** `base`, `empty`, `summary`, `count`, `state-badge`,
|
|
11961
|
+
`list`, `decision`, `decision-header`, `category`, `label`, `detail`, `explanation`.
|
|
11962
|
+
|
|
11963
|
+
## `lr-query-builder`
|
|
11964
|
+
|
|
11965
|
+
Composable structured-query builder for tabular or dashboard data: condition rows combined with an
|
|
11966
|
+
AND/OR combinator.
|
|
11967
|
+
|
|
11968
|
+
**Properties:** `fields`, `value`, `disabled`, `addCondition`, `removeCondition`. **Events:**
|
|
11969
|
+
`lr-input`, `lr-add-condition`, `lr-remove-condition`. **CSS parts:** `base`, `conditions`,
|
|
11970
|
+
`condition`, `field-select`, `operator-select`, `value`, `combinator`, `add-button`,
|
|
11971
|
+
`remove-button`, `empty`.
|
|
11972
|
+
|
|
11973
|
+
## `lr-retrieval-results`
|
|
11974
|
+
|
|
11975
|
+
Ranked retrieval-chunk list with deduplication, source grouping, selection, pagination or infinite
|
|
11976
|
+
loading, and compact/expanded presentation modes.
|
|
11977
|
+
|
|
11978
|
+
**Properties:** `chunks`, `label`, `activeId`, `dedupe`, `grouping`, `selectable`, `selectedIds`,
|
|
11979
|
+
`sort`, `presentation`, `loading`, `error`, `hasMore`, `thresholds`, `virtualizeAt`. **Events:**
|
|
11980
|
+
`lr-chunk-open`, `lr-select`, `lr-load-more`. **CSS parts:** `base`, `row`, `row-body`, `select`,
|
|
11981
|
+
`metadata`, `metadata-entry`, `group-header`, `load-more-row`, `load-more`, `spinner`, `error`,
|
|
11982
|
+
`empty`.
|
|
11983
|
+
|
|
11984
|
+
## `lr-retrieval-search`
|
|
11985
|
+
|
|
11986
|
+
Retrieval/RAG query bar with query text, filter and scope chips, vector/keyword/hybrid mode, and
|
|
11987
|
+
loading, error, and empty feedback.
|
|
11988
|
+
|
|
11989
|
+
**Properties:** `query`, `label`, `accessibleLabel`, `placeholder`, `mode`, `filters`, `scope`,
|
|
11990
|
+
`loading`, `errorText`, `empty`. **Events:** `lr-search`, `lr-cancel`, `lr-filters-change`. **CSS
|
|
11991
|
+
parts:** `base`, `row`, `query`, `mode`, `filters`, `submit`, `spinner`, `error`, `empty`.
|
|
11992
|
+
|
|
11993
|
+
## `lr-retrieval-trace`
|
|
11994
|
+
|
|
11995
|
+
Retrieval-pipeline stage timeline rendered through `lr-span-waterfall`, with expandable evidence
|
|
11996
|
+
for each stage.
|
|
11997
|
+
|
|
11998
|
+
**Properties:** `stages`, `activeStageId`, `label`. **Events:** `lr-stage-select`, `lr-stage-toggle`.
|
|
11999
|
+
**CSS parts:** `base`, `timeline`, `evidence-list`, `evidence-row`, `evidence-toggle`,
|
|
12000
|
+
`evidence-toggle-icon`, `evidence-body`, `evidence-text`, `evidence-metadata`,
|
|
12001
|
+
`evidence-metadata-key`, `evidence-metadata-value`.
|
|
12002
|
+
|
|
12003
|
+
## `lr-tool-timeline`
|
|
12004
|
+
|
|
12005
|
+
Chronological list of agent tool/function calls composed from tool-call, result, and approval
|
|
12006
|
+
primitives, with retry counts and sensitive-field redaction.
|
|
12007
|
+
|
|
12008
|
+
**Properties:** `entries`, `formatTimestamp`, `approvalEditable`. **Events:**
|
|
12009
|
+
`lr-tool-approval-decide` (`detail: { invocationId, approved, args? }`). **CSS parts:** `base`,
|
|
12010
|
+
`entry`, `entry-marker`, `entry-header`, `entry-timestamp`, `entry-body`, `entry-details`,
|
|
12011
|
+
`entry-result`, `entry-error`, `entry-retries`, `entry-retries-count`, `entry-retries-label`,
|
|
12012
|
+
`entry-redacted-indicator`, `entry-approval-status`, `approval-dialog`.
|
|
12013
|
+
|
|
11673
12014
|
## `lr-geojson-view`
|
|
11674
12015
|
|
|
11675
12016
|
Internal document-registry bridge that fetches, validates, and renders a GeoJSON file through
|
|
@@ -11701,3 +12042,166 @@ Registered by importing `geojson-view/geojson-view.js` directly — not part of
|
|
|
11701
12042
|
same as `lr-map`/`lr-graph`, since it depends on the same optional `maplibre-gl` peer. Remote
|
|
11702
12043
|
resources are capped at 25 MB; exceeding it surfaces the localized `documentPreviewResourceTooLarge`
|
|
11703
12044
|
message instead of the map.
|
|
12045
|
+
|
|
12046
|
+
## `lr-agent-run`
|
|
12047
|
+
|
|
12048
|
+
Renders the status and controls for one agent run. Set `run` to the run data, and use
|
|
12049
|
+
`showCancel`, `showRetry`, `formatCost`, `statusLabels`, `statusVariants`, and `metrics` to control
|
|
12050
|
+
the lifecycle presentation, custom status labels/variants, and arbitrary counters.
|
|
12051
|
+
|
|
12052
|
+
## `lr-agent-workspace`
|
|
12053
|
+
|
|
12054
|
+
Responsive controlled conversation shell that composes messages, the agent run, tools, retrieval
|
|
12055
|
+
results, grounding, context inspection, and a composer. Use `messages`, `run`, `tools`,
|
|
12056
|
+
`retrievalChunks`, `groundingAssessment`, and `contextSegments` for data mode, or replace regions
|
|
12057
|
+
with the `messages`, `details`, and `composer` slots. `label` and `accessibleLabel` name the
|
|
12058
|
+
workspace; `selectedRetrievalIds`, `retrievalLoading`, `retrievalHasMore`, and `retrievalError`
|
|
12059
|
+
control retrieval state; `citations`, `contextTotal`, `follow`, and `unreadStartIndex` control
|
|
12060
|
+
supporting context and transcript behavior; `metrics` forwards arbitrary run counters; and
|
|
12061
|
+
`showDetails`, `showComposer`, `composerValue`, `composerStatus`, `composerPlaceholder`,
|
|
12062
|
+
`composerMinRows`, and `composerMaxRows` control the built-in details and composer regions.
|
|
12063
|
+
|
|
12064
|
+
## `lr-agent-trace`
|
|
12065
|
+
|
|
12066
|
+
Displays a filterable trace made of `spans`. `activeSpanId` identifies the selected span;
|
|
12067
|
+
`hiddenKinds`, `hideBars`, `showCost`, and `showTokens` control the trace presentation. `label`
|
|
12068
|
+
sets the accessible label for the trace surface.
|
|
12069
|
+
|
|
12070
|
+
## `lr-context-inspector`
|
|
12071
|
+
|
|
12072
|
+
Shows the final model context as token-counted `segments`, including redactions and source
|
|
12073
|
+
attribution. `filename` labels the inspected context, `formats` controls available export formats,
|
|
12074
|
+
and `total` supplies the overall token total. `label` sets its accessible name.
|
|
12075
|
+
|
|
12076
|
+
## `lr-dashboard-grid`
|
|
12077
|
+
|
|
12078
|
+
Lays out dashboard cells from `layout` using `columns`, `rowHeight`, and `gap`. `locked` disables
|
|
12079
|
+
layout interaction; `cellsDraggable` and `cellsResizable` control the corresponding gestures.
|
|
12080
|
+
`collision` selects collision handling, and `accessibleLabel` names the grid.
|
|
12081
|
+
|
|
12082
|
+
## `lr-document-compare`
|
|
12083
|
+
|
|
12084
|
+
Compares `oldVersion` and `newVersion` as a diff or synchronized document panes. `view` selects
|
|
12085
|
+
the rendering mode, while `diffLayout` selects the diff layout. `anchor` controls synchronized
|
|
12086
|
+
highlight navigation, `syncScroll` links pane scrolling, and `copyable` enables copying. `language`
|
|
12087
|
+
sets the diff language and `languages` provides language choices.
|
|
12088
|
+
|
|
12089
|
+
## `lr-document-library`
|
|
12090
|
+
|
|
12091
|
+
Renders a searchable, sortable document inventory from `documents`. `filter` and `tagFilter`
|
|
12092
|
+
control the active filters; `sortKey` and `sortDirection` control ordering; `selectedIds` contains
|
|
12093
|
+
the selected documents; `loading` shows the loading state; and `label` names the library.
|
|
12094
|
+
|
|
12095
|
+
## `lr-drilldown-panel`
|
|
12096
|
+
|
|
12097
|
+
Displays the current entity path and its related evidence, documents, entities, and runs. `path`
|
|
12098
|
+
contains the drilldown levels and `types` describes node types. `communityLabel` customizes the
|
|
12099
|
+
community heading, `showFocusButton` controls focus actions, and `accessibleLabel` names the panel.
|
|
12100
|
+
|
|
12101
|
+
## `lr-entity-dossier`
|
|
12102
|
+
|
|
12103
|
+
Presents an entity with relationships, supporting chunks, and provenance. Set `entity`, `neighbors`,
|
|
12104
|
+
`chunks`, `provenance`, and `confidence` with the corresponding domain data. `types` describes node
|
|
12105
|
+
types; `thresholds` controls confidence display; `groupByRelation` groups neighbors; `expandable`
|
|
12106
|
+
controls disclosure; `communityLabel` customizes community text; `showFocusButton` controls focus
|
|
12107
|
+
actions; and `accessibleLabel` names the dossier.
|
|
12108
|
+
|
|
12109
|
+
## `lr-eval-dataset`
|
|
12110
|
+
|
|
12111
|
+
Manages a controlled evaluation dataset in `examples`, with optional search and import/export
|
|
12112
|
+
actions. `searchable` enables filtering, `accept` controls accepted import formats, `exportFormats`
|
|
12113
|
+
lists available export formats, `disabled` disables actions, and `label` names the dataset.
|
|
12114
|
+
|
|
12115
|
+
## `lr-eval-result`
|
|
12116
|
+
|
|
12117
|
+
Shows the runs for one evaluation example and the selected run's review form. `runs` supplies the
|
|
12118
|
+
results, `columns` defines comparison columns, and `selectedRunId` identifies the active run.
|
|
12119
|
+
`baselineRunId` marks the baseline; `rubricKeys` defines review criteria; `reviewSkippable` enables
|
|
12120
|
+
skip; and `disabled` disables review controls.
|
|
12121
|
+
|
|
12122
|
+
## `lr-evaluation-run`
|
|
12123
|
+
|
|
12124
|
+
Displays an evaluation run summary and its examples. Set `examples` and `total` with the run data;
|
|
12125
|
+
`label` provides the accessible name.
|
|
12126
|
+
|
|
12127
|
+
## `lr-filter-bar`
|
|
12128
|
+
|
|
12129
|
+
Renders a controlled collection of `filters`. `value` is the current filter state, `hasActiveFilters`
|
|
12130
|
+
reflects whether any filter is active, and `invalidFilterIds` identifies invalid filters. `loading`
|
|
12131
|
+
shows pending filter work, `disabled` disables editing, and `label` names the bar. `checkValidity()`,
|
|
12132
|
+
`reportValidity()`, and `reset()` expose the native-like validation and reset actions.
|
|
12133
|
+
|
|
12134
|
+
## `lr-graph-query-builder`
|
|
12135
|
+
|
|
12136
|
+
Builds a graph query from `nodeTypeOptions`, `relationshipTypeOptions`, and `hopLimit`, with
|
|
12137
|
+
`errors` for validation feedback and `savedQueries` for saved query entries. `value` contains the
|
|
12138
|
+
current query; `label` and `name` provide form metadata; and `disabled` controls editing. It exposes
|
|
12139
|
+
the form-associated `checkValidity()`, `reportValidity()`, `formDisabledCallback()`,
|
|
12140
|
+
`formResetCallback()`, and `formStateRestoreCallback()` methods plus `form`, `labels`, `validity`,
|
|
12141
|
+
`validationMessage`, `willValidate`, `effectiveDisabled`, and `value`/`name`/`disabled` accessors.
|
|
12142
|
+
|
|
12143
|
+
## `lr-grounding-summary`
|
|
12144
|
+
|
|
12145
|
+
Summarizes the grounding assessment for an answer. Set `assessment` and `citations` with the
|
|
12146
|
+
grounding data, `thresholds` to control confidence bands, and `label` for the accessible name.
|
|
12147
|
+
|
|
12148
|
+
## `lr-ingestion-queue`
|
|
12149
|
+
|
|
12150
|
+
Displays document ingestion `items` with stage and progress information. `virtualizeThreshold`
|
|
12151
|
+
switches to virtual rendering for large queues, and `label` names the queue.
|
|
12152
|
+
|
|
12153
|
+
## `lr-knowledge-base`
|
|
12154
|
+
|
|
12155
|
+
Displays connected knowledge-base `sources` and their sync/indexing state. `hideCreate` hides the
|
|
12156
|
+
create-source action, `hideSummary` hides aggregate status, and `label` names the surface.
|
|
12157
|
+
|
|
12158
|
+
## `lr-knowledge-graph-explorer`
|
|
12159
|
+
|
|
12160
|
+
Provides search, filtering, selection, pinning, and path requests over a knowledge graph. Set
|
|
12161
|
+
`nodes`, `links`, `nodeTypes`, `communities`, and optional `entityDetails`; `renderer` controls the
|
|
12162
|
+
graph renderer. `selectedNodeId` and `pinnedNodeIds` hold interaction state, while `path` contains
|
|
12163
|
+
the returned path. `hiddenTypes` controls type visibility, `width` and `height` size the graph, and
|
|
12164
|
+
`label` names it.
|
|
12165
|
+
|
|
12166
|
+
## `lr-memory-panel`
|
|
12167
|
+
|
|
12168
|
+
Displays short-term and long-term memory entries. Set `shortTerm` and `longTerm` with memory data;
|
|
12169
|
+
`types` describes entity types and `thresholds` controls confidence display. `label` names the panel.
|
|
12170
|
+
|
|
12171
|
+
## `lr-policy-summary`
|
|
12172
|
+
|
|
12173
|
+
Summarizes policy decisions from `decisions`, including their category, outcome, explanation, and
|
|
12174
|
+
optional detail.
|
|
12175
|
+
|
|
12176
|
+
## `lr-query-builder`
|
|
12177
|
+
|
|
12178
|
+
Builds a controlled set of filter conditions from `fields`. `value` contains the current query and
|
|
12179
|
+
`disabled` prevents editing. `addCondition()` and `removeCondition()` provide programmatic condition
|
|
12180
|
+
management.
|
|
12181
|
+
|
|
12182
|
+
## `lr-retrieval-results`
|
|
12183
|
+
|
|
12184
|
+
Renders retrieval `chunks` with loading, error, selection, grouping, and pagination states. `activeId`
|
|
12185
|
+
identifies the active chunk; `selectedIds` contains selected chunks; `selectable` enables selection;
|
|
12186
|
+
`presentation` controls presentation; `grouping` and `sort` control organization; `dedupe` removes
|
|
12187
|
+
duplicates; `thresholds` controls score display; `virtualizeAt` controls virtualization; and
|
|
12188
|
+
`hasMore` indicates another page is available. `label` names the results, while `loading` and `error`
|
|
12189
|
+
describe request state.
|
|
12190
|
+
|
|
12191
|
+
## `lr-retrieval-search`
|
|
12192
|
+
|
|
12193
|
+
Provides a controlled retrieval query bar. `query`, `mode`, `filters`, and `scope` contain the
|
|
12194
|
+
search state; `placeholder` supplies the query hint; `loading` controls submit/cancel state; and
|
|
12195
|
+
`empty` and `errorText` provide result-state messaging. `label` and `accessibleLabel` name the
|
|
12196
|
+
control.
|
|
12197
|
+
|
|
12198
|
+
## `lr-retrieval-trace`
|
|
12199
|
+
|
|
12200
|
+
Shows the stages of a retrieval pipeline from `stages`. `activeStageId` identifies the expanded
|
|
12201
|
+
stage and `label` names the trace.
|
|
12202
|
+
|
|
12203
|
+
## `lr-tool-timeline`
|
|
12204
|
+
|
|
12205
|
+
Displays chronological tool-call `entries`, including retries, approval state, and redacted
|
|
12206
|
+
details. `approvalEditable` controls whether approval decisions can be changed, and
|
|
12207
|
+
`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-workspace`, `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
|
|