@aceshooting/lyra-ui 4.0.0 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/custom-elements.json +49430 -32305
- 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 +199 -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 +158 -0
- package/dist/components/agent-run/agent-run.class.d.ts.map +1 -0
- package/dist/components/agent-run/agent-run.class.js +400 -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 +143 -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/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/chat-message/chat-message.class.d.ts +37 -3
- package/dist/components/chat-message/chat-message.class.d.ts.map +1 -1
- package/dist/components/chat-message/chat-message.class.js +89 -7
- 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/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 +570 -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/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/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 +329 -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/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/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/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 +266 -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/thread-list/thread-list.class.d.ts +19 -1
- package/dist/components/thread-list/thread-list.class.d.ts.map +1 -1
- package/dist/components/thread-list/thread-list.class.js +9 -2
- 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/internal/localization.d.ts +1 -1
- package/dist/internal/localization.d.ts.map +1 -1
- package/dist/internal/localization.js +224 -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 +24 -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 +48 -1
- package/dist/lyra.d.ts.map +1 -1
- package/dist/lyra.js +47 -0
- package/dist/lyra.js.map +1 -1
- package/llms-full.txt +462 -9
- package/llms.txt +7 -0
- package/package.json +50 -1
- package/vscode-css-data.json +21 -0
- package/vscode-html-data.json +1103 -47
- package/web-types.json +1131 -47
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
import { css } from 'lit';
|
|
2
|
+
export const styles = css `
|
|
3
|
+
:host {
|
|
4
|
+
display: block;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
[part='base'] {
|
|
8
|
+
display: flex;
|
|
9
|
+
flex-direction: column;
|
|
10
|
+
gap: var(--lr-space-l);
|
|
11
|
+
color: var(--lr-color-text);
|
|
12
|
+
font-size: var(--lr-font-size-sm);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
[part='path-fields'] {
|
|
16
|
+
display: flex;
|
|
17
|
+
flex-wrap: wrap;
|
|
18
|
+
align-items: flex-end;
|
|
19
|
+
gap: var(--lr-space-m);
|
|
20
|
+
}
|
|
21
|
+
[part='path-fields'] > * {
|
|
22
|
+
flex: 1 1 var(--lr-size-10rem);
|
|
23
|
+
min-inline-size: 0;
|
|
24
|
+
}
|
|
25
|
+
[part='min-hops'],
|
|
26
|
+
[part='max-hops'] {
|
|
27
|
+
flex-basis: var(--lr-size-7rem);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
[part='filter-group'] {
|
|
31
|
+
display: flex;
|
|
32
|
+
flex-direction: column;
|
|
33
|
+
gap: var(--lr-space-xs);
|
|
34
|
+
}
|
|
35
|
+
[part='relationship-picker'],
|
|
36
|
+
[part='node-type-picker'],
|
|
37
|
+
[part='direction'] {
|
|
38
|
+
max-inline-size: var(--lr-size-24rem);
|
|
39
|
+
}
|
|
40
|
+
[part='relationship-chips'],
|
|
41
|
+
[part='node-type-chips'] {
|
|
42
|
+
min-block-size: 0;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
[part='footer'] {
|
|
46
|
+
display: flex;
|
|
47
|
+
align-items: center;
|
|
48
|
+
justify-content: flex-end;
|
|
49
|
+
gap: var(--lr-space-s);
|
|
50
|
+
flex-wrap: wrap;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
[part='run-button'],
|
|
54
|
+
[part='save-button'] {
|
|
55
|
+
font: inherit;
|
|
56
|
+
border-radius: var(--lr-radius);
|
|
57
|
+
padding: var(--lr-space-xs) var(--lr-space-m);
|
|
58
|
+
cursor: pointer;
|
|
59
|
+
border: var(--lr-border-width-thin) solid var(--lr-color-border);
|
|
60
|
+
background: var(--lr-color-surface);
|
|
61
|
+
color: var(--lr-color-text);
|
|
62
|
+
}
|
|
63
|
+
[part='run-button'] {
|
|
64
|
+
background: var(--lr-color-brand);
|
|
65
|
+
border-color: var(--lr-color-brand);
|
|
66
|
+
color: var(--lr-color-on-brand);
|
|
67
|
+
}
|
|
68
|
+
[part='run-button']:disabled,
|
|
69
|
+
[part='save-button']:disabled,
|
|
70
|
+
[part='saved-load-button']:disabled,
|
|
71
|
+
[part='saved-delete-button']:disabled {
|
|
72
|
+
opacity: 0.6;
|
|
73
|
+
cursor: not-allowed;
|
|
74
|
+
}
|
|
75
|
+
[part='run-button']:focus-visible,
|
|
76
|
+
[part='save-button']:focus-visible,
|
|
77
|
+
[part='saved-load-button']:focus-visible,
|
|
78
|
+
[part='saved-delete-button']:focus-visible {
|
|
79
|
+
outline: var(--lr-focus-ring-width) solid var(--lr-focus-ring-color);
|
|
80
|
+
outline-offset: var(--lr-focus-ring-offset);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
[part='saved-queries'] {
|
|
84
|
+
display: flex;
|
|
85
|
+
flex-direction: column;
|
|
86
|
+
gap: var(--lr-space-s);
|
|
87
|
+
padding-block-start: var(--lr-space-m);
|
|
88
|
+
border-block-start: var(--lr-border-width-thin) solid var(--lr-color-border);
|
|
89
|
+
}
|
|
90
|
+
[part='saved-queries-label'] {
|
|
91
|
+
margin: 0;
|
|
92
|
+
font-size: var(--lr-font-size-sm);
|
|
93
|
+
font-weight: var(--lr-font-weight-semibold);
|
|
94
|
+
color: var(--lr-color-text);
|
|
95
|
+
}
|
|
96
|
+
[part='save-row'] {
|
|
97
|
+
display: flex;
|
|
98
|
+
flex-wrap: wrap;
|
|
99
|
+
align-items: flex-end;
|
|
100
|
+
gap: var(--lr-space-s);
|
|
101
|
+
}
|
|
102
|
+
[part='save-row'] > [part='save-name-input'] {
|
|
103
|
+
flex: 1 1 var(--lr-size-12rem);
|
|
104
|
+
min-inline-size: 0;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
[part='saved-list'] {
|
|
108
|
+
display: flex;
|
|
109
|
+
flex-direction: column;
|
|
110
|
+
gap: var(--lr-space-2xs);
|
|
111
|
+
margin: 0;
|
|
112
|
+
padding: 0;
|
|
113
|
+
list-style: none;
|
|
114
|
+
}
|
|
115
|
+
[part='saved-item'] {
|
|
116
|
+
display: flex;
|
|
117
|
+
align-items: center;
|
|
118
|
+
justify-content: space-between;
|
|
119
|
+
gap: var(--lr-space-s);
|
|
120
|
+
padding: var(--lr-space-2xs) var(--lr-space-xs);
|
|
121
|
+
border-radius: var(--lr-radius);
|
|
122
|
+
border: var(--lr-border-width-thin) solid var(--lr-color-border);
|
|
123
|
+
background: var(--lr-color-surface);
|
|
124
|
+
}
|
|
125
|
+
[part='saved-load-button'] {
|
|
126
|
+
flex: 1 1 auto;
|
|
127
|
+
min-inline-size: 0;
|
|
128
|
+
overflow: hidden;
|
|
129
|
+
text-overflow: ellipsis;
|
|
130
|
+
white-space: nowrap;
|
|
131
|
+
text-align: start;
|
|
132
|
+
font: inherit;
|
|
133
|
+
color: var(--lr-color-text);
|
|
134
|
+
background: none;
|
|
135
|
+
border: none;
|
|
136
|
+
padding: var(--lr-space-2xs);
|
|
137
|
+
cursor: pointer;
|
|
138
|
+
border-radius: var(--lr-radius-xs);
|
|
139
|
+
}
|
|
140
|
+
[part='saved-load-button']:hover {
|
|
141
|
+
text-decoration: underline;
|
|
142
|
+
}
|
|
143
|
+
[part='saved-delete-button'] {
|
|
144
|
+
flex: none;
|
|
145
|
+
display: inline-flex;
|
|
146
|
+
align-items: center;
|
|
147
|
+
justify-content: center;
|
|
148
|
+
inline-size: var(--lr-space-2xl);
|
|
149
|
+
block-size: var(--lr-space-2xl);
|
|
150
|
+
padding: 0;
|
|
151
|
+
color: var(--lr-color-text-quiet);
|
|
152
|
+
background: none;
|
|
153
|
+
border: none;
|
|
154
|
+
border-radius: var(--lr-radius-xs);
|
|
155
|
+
cursor: pointer;
|
|
156
|
+
}
|
|
157
|
+
[part='saved-delete-button'] svg {
|
|
158
|
+
inline-size: var(--lr-size-1em);
|
|
159
|
+
block-size: var(--lr-size-1em);
|
|
160
|
+
}
|
|
161
|
+
[part='saved-delete-button']:hover {
|
|
162
|
+
color: var(--lr-color-danger);
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
[part='saved-empty'] {
|
|
166
|
+
margin: 0;
|
|
167
|
+
color: var(--lr-color-text-quiet);
|
|
168
|
+
}
|
|
169
|
+
`;
|
|
170
|
+
//# sourceMappingURL=graph-query-builder.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"graph-query-builder.styles.js","sourceRoot":"","sources":["../../../src/components/graph-query-builder/graph-query-builder.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuKxB,CAAC"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { type TemplateResult } from 'lit';
|
|
2
|
+
import { LyraElement } from '../../internal/lyra-element.js';
|
|
3
|
+
import '../stat/stat.class.js';
|
|
4
|
+
import '../citation-badge/citation-badge.class.js';
|
|
5
|
+
import '../empty/empty.class.js';
|
|
6
|
+
import type { Citation, CitationSelectEventDetail, GroundingAssessment } from '../../ai/types.js';
|
|
7
|
+
export interface LyraGroundingSummaryEventMap {
|
|
8
|
+
'lr-citation-select': CustomEvent<CitationSelectEventDetail>;
|
|
9
|
+
}
|
|
10
|
+
/** Coverage/confidence tone thresholds (both are 0-1 fractions) -- the same shape and default
|
|
11
|
+
* magnitude `<lr-chunk-inspector>`'s own `thresholds` prop already establishes for its
|
|
12
|
+
* relevance-score tiers, reused here for the analogous "how well grounded" reading. */
|
|
13
|
+
export interface GroundingSummaryThresholds {
|
|
14
|
+
high: number;
|
|
15
|
+
medium: number;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* `<lr-grounding-summary>` -- the claim-level scorecard for one generated answer: supported/
|
|
19
|
+
* unsupported claim counts, citation coverage, an optional confidence score, any warnings, and
|
|
20
|
+
* (when `citations` is supplied) a list of evidence citations linking back to their exact spans.
|
|
21
|
+
* Consumes `GroundingAssessment` from `src/ai/types.ts` directly as its primary input. Pure
|
|
22
|
+
* projection + event conduit: never fetches or computes an assessment itself.
|
|
23
|
+
*
|
|
24
|
+
* Composes `<lr-stat>` for every numeric display (claim counts, coverage, confidence) and
|
|
25
|
+
* `<lr-citation-badge>` for each evidence entry -- this component defines no numeric-badge or
|
|
26
|
+
* citation-link markup of its own.
|
|
27
|
+
*
|
|
28
|
+
* `<lr-citation-badge>`'s own `lr-citation-activate` event (`detail: { sourceId, index }`) still
|
|
29
|
+
* bubbles through unmodified, same as every other Lyra component composing a child that emits its
|
|
30
|
+
* own events. This component additionally listens for it and re-emits the richer
|
|
31
|
+
* `lr-citation-select` (`detail: { citation }`, `CitationSelectEventDetail` from `src/ai/types.ts`)
|
|
32
|
+
* carrying the full `Citation` -- including its `span` -- since a bare `sourceId`/`index` pair
|
|
33
|
+
* can't by itself tell a host which exact evidence span to jump to.
|
|
34
|
+
*
|
|
35
|
+
* @customElement lr-grounding-summary
|
|
36
|
+
* @event lr-citation-select - An evidence citation badge was activated. `detail: { citation }`.
|
|
37
|
+
* @csspart base - The `role="group"` root wrapper.
|
|
38
|
+
* @csspart stats - Container for the claim-count/coverage/confidence `<lr-stat>` row.
|
|
39
|
+
* @csspart warnings - Wrapper for the warnings section. Omitted when there are no warnings.
|
|
40
|
+
* @csspart warnings-heading - The "Warnings" heading text.
|
|
41
|
+
* @csspart warnings-count - The warnings count.
|
|
42
|
+
* @csspart warnings-list - The `<ul>` of warning messages.
|
|
43
|
+
* @csspart warning - One warning `<li>`.
|
|
44
|
+
* @csspart evidence - Wrapper for the evidence section. Omitted when `citations` is empty.
|
|
45
|
+
* @csspart evidence-heading - The "Evidence" heading text.
|
|
46
|
+
* @csspart evidence-count - The evidence count.
|
|
47
|
+
* @csspart evidence-item - One citation's row (badge + always-visible label/span text).
|
|
48
|
+
* @csspart evidence-label - A citation's `label`, shown next to its badge (omitted when unset).
|
|
49
|
+
* @csspart evidence-span - A citation's formatted `span` range, shown next to its badge (omitted
|
|
50
|
+
* when `span` is unset).
|
|
51
|
+
* @csspart empty - The empty-state message, shown when `assessment` is `null`.
|
|
52
|
+
*/
|
|
53
|
+
export declare class LyraGroundingSummary extends LyraElement<LyraGroundingSummaryEventMap> {
|
|
54
|
+
static styles: import("lit").CSSResultGroup[];
|
|
55
|
+
/** The assessment to summarize. `null` (the default) renders the empty state. */
|
|
56
|
+
assessment: GroundingAssessment | null;
|
|
57
|
+
/** Evidence citations backing the assessment, each rendered as an `<lr-citation-badge>` linking
|
|
58
|
+
* back to its exact `span`. Independent of `assessment` -- the evidence section is simply
|
|
59
|
+
* omitted when this is empty, same as the warnings section is omitted when `assessment.warnings`
|
|
60
|
+
* is empty/unset. */
|
|
61
|
+
citations: Citation[];
|
|
62
|
+
/** Tone thresholds applied to both `coverage` and `confidence` (both 0-1 fractions): at or above
|
|
63
|
+
* `high` renders `success`, at or above `medium` renders `warning`, below `medium` renders
|
|
64
|
+
* `danger`. */
|
|
65
|
+
thresholds: GroundingSummaryThresholds;
|
|
66
|
+
/** Accessible group label override. Falls back to a host `aria-label`, then the localized
|
|
67
|
+
* `groundingSummaryLabel` default. */
|
|
68
|
+
label: string;
|
|
69
|
+
private tone;
|
|
70
|
+
private formatPercent;
|
|
71
|
+
private onCitationSelect;
|
|
72
|
+
private renderEvidenceItem;
|
|
73
|
+
render(): TemplateResult;
|
|
74
|
+
}
|
|
75
|
+
declare global {
|
|
76
|
+
interface HTMLElementTagNameMap {
|
|
77
|
+
'lr-grounding-summary': LyraGroundingSummary;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
//# sourceMappingURL=grounding-summary.class.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grounding-summary.class.d.ts","sourceRoot":"","sources":["../../../src/components/grounding-summary/grounding-summary.class.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAEzD,OAAO,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAI7D,OAAO,uBAAuB,CAAC;AAC/B,OAAO,2CAA2C,CAAC;AACnD,OAAO,yBAAyB,CAAC;AACjC,OAAO,KAAK,EAAE,QAAQ,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAGlG,MAAM,WAAW,4BAA4B;IAC3C,oBAAoB,EAAE,WAAW,CAAC,yBAAyB,CAAC,CAAC;CAC9D;AAED;;wFAEwF;AACxF,MAAM,WAAW,0BAA0B;IACzC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAChB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,qBAAa,oBAAqB,SAAQ,WAAW,CAAC,4BAA4B,CAAC;IACjF,MAAM,CAAC,MAAM,iCAAgC;IAE7C,iFAAiF;IACjD,UAAU,EAAE,mBAAmB,GAAG,IAAI,CAAQ;IAE9E;;;0BAGsB;IACU,SAAS,EAAE,QAAQ,EAAE,CAAM;IAE3D;;oBAEgB;IACgB,UAAU,EAAE,0BAA0B,CAA8B;IAEpG;2CACuC;IAC3B,KAAK,SAAM;IAEvB,OAAO,CAAC,IAAI;IAMZ,OAAO,CAAC,aAAa;IAIrB,OAAO,CAAC,gBAAgB;IAIxB,OAAO,CAAC,kBAAkB,CAqBxB;IAEF,MAAM,IAAI,cAAc,CAiEvB;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,sBAAsB,EAAE,oBAAoB,CAAC;KAC9C;CACF"}
|
|
@@ -0,0 +1,182 @@
|
|
|
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 } from 'lit/decorators.js';
|
|
9
|
+
import { LyraElement } from '../../internal/lyra-element.js';
|
|
10
|
+
import { finiteCount, finiteRange } from '../../internal/numbers.js';
|
|
11
|
+
import { getNumberFormat } from '../../internal/intl-cache.js';
|
|
12
|
+
import '../stat/stat.class.js';
|
|
13
|
+
import '../citation-badge/citation-badge.class.js';
|
|
14
|
+
import '../empty/empty.class.js';
|
|
15
|
+
import { styles } from './grounding-summary.styles.js';
|
|
16
|
+
/**
|
|
17
|
+
* `<lr-grounding-summary>` -- the claim-level scorecard for one generated answer: supported/
|
|
18
|
+
* unsupported claim counts, citation coverage, an optional confidence score, any warnings, and
|
|
19
|
+
* (when `citations` is supplied) a list of evidence citations linking back to their exact spans.
|
|
20
|
+
* Consumes `GroundingAssessment` from `src/ai/types.ts` directly as its primary input. Pure
|
|
21
|
+
* projection + event conduit: never fetches or computes an assessment itself.
|
|
22
|
+
*
|
|
23
|
+
* Composes `<lr-stat>` for every numeric display (claim counts, coverage, confidence) and
|
|
24
|
+
* `<lr-citation-badge>` for each evidence entry -- this component defines no numeric-badge or
|
|
25
|
+
* citation-link markup of its own.
|
|
26
|
+
*
|
|
27
|
+
* `<lr-citation-badge>`'s own `lr-citation-activate` event (`detail: { sourceId, index }`) still
|
|
28
|
+
* bubbles through unmodified, same as every other Lyra component composing a child that emits its
|
|
29
|
+
* own events. This component additionally listens for it and re-emits the richer
|
|
30
|
+
* `lr-citation-select` (`detail: { citation }`, `CitationSelectEventDetail` from `src/ai/types.ts`)
|
|
31
|
+
* carrying the full `Citation` -- including its `span` -- since a bare `sourceId`/`index` pair
|
|
32
|
+
* can't by itself tell a host which exact evidence span to jump to.
|
|
33
|
+
*
|
|
34
|
+
* @customElement lr-grounding-summary
|
|
35
|
+
* @event lr-citation-select - An evidence citation badge was activated. `detail: { citation }`.
|
|
36
|
+
* @csspart base - The `role="group"` root wrapper.
|
|
37
|
+
* @csspart stats - Container for the claim-count/coverage/confidence `<lr-stat>` row.
|
|
38
|
+
* @csspart warnings - Wrapper for the warnings section. Omitted when there are no warnings.
|
|
39
|
+
* @csspart warnings-heading - The "Warnings" heading text.
|
|
40
|
+
* @csspart warnings-count - The warnings count.
|
|
41
|
+
* @csspart warnings-list - The `<ul>` of warning messages.
|
|
42
|
+
* @csspart warning - One warning `<li>`.
|
|
43
|
+
* @csspart evidence - Wrapper for the evidence section. Omitted when `citations` is empty.
|
|
44
|
+
* @csspart evidence-heading - The "Evidence" heading text.
|
|
45
|
+
* @csspart evidence-count - The evidence count.
|
|
46
|
+
* @csspart evidence-item - One citation's row (badge + always-visible label/span text).
|
|
47
|
+
* @csspart evidence-label - A citation's `label`, shown next to its badge (omitted when unset).
|
|
48
|
+
* @csspart evidence-span - A citation's formatted `span` range, shown next to its badge (omitted
|
|
49
|
+
* when `span` is unset).
|
|
50
|
+
* @csspart empty - The empty-state message, shown when `assessment` is `null`.
|
|
51
|
+
*/
|
|
52
|
+
export class LyraGroundingSummary extends LyraElement {
|
|
53
|
+
constructor() {
|
|
54
|
+
super(...arguments);
|
|
55
|
+
/** The assessment to summarize. `null` (the default) renders the empty state. */
|
|
56
|
+
this.assessment = null;
|
|
57
|
+
/** Evidence citations backing the assessment, each rendered as an `<lr-citation-badge>` linking
|
|
58
|
+
* back to its exact `span`. Independent of `assessment` -- the evidence section is simply
|
|
59
|
+
* omitted when this is empty, same as the warnings section is omitted when `assessment.warnings`
|
|
60
|
+
* is empty/unset. */
|
|
61
|
+
this.citations = [];
|
|
62
|
+
/** Tone thresholds applied to both `coverage` and `confidence` (both 0-1 fractions): at or above
|
|
63
|
+
* `high` renders `success`, at or above `medium` renders `warning`, below `medium` renders
|
|
64
|
+
* `danger`. */
|
|
65
|
+
this.thresholds = { high: 0.8, medium: 0.5 };
|
|
66
|
+
/** Accessible group label override. Falls back to a host `aria-label`, then the localized
|
|
67
|
+
* `groundingSummaryLabel` default. */
|
|
68
|
+
this.label = '';
|
|
69
|
+
this.renderEvidenceItem = (citation, index) => {
|
|
70
|
+
const spanText = citation.span
|
|
71
|
+
? this.localize('groundingSummaryEvidenceSpan', undefined, {
|
|
72
|
+
start: citation.span.start,
|
|
73
|
+
end: citation.span.end,
|
|
74
|
+
})
|
|
75
|
+
: '';
|
|
76
|
+
return html `
|
|
77
|
+
<div part="evidence-item">
|
|
78
|
+
<lr-citation-badge
|
|
79
|
+
index=${index + 1}
|
|
80
|
+
source-id=${citation.sourceId ?? ''}
|
|
81
|
+
@lr-citation-activate=${() => this.onCitationSelect(citation)}
|
|
82
|
+
>
|
|
83
|
+
${citation.label ? html `<span>${citation.label}</span>` : nothing}
|
|
84
|
+
${spanText ? html `<span>${spanText}</span>` : nothing}
|
|
85
|
+
</lr-citation-badge>
|
|
86
|
+
${citation.label ? html `<span part="evidence-label">${citation.label}</span>` : nothing}
|
|
87
|
+
${spanText ? html `<span part="evidence-span">${spanText}</span>` : nothing}
|
|
88
|
+
</div>
|
|
89
|
+
`;
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
static { this.styles = [LyraElement.styles, styles]; }
|
|
93
|
+
tone(value) {
|
|
94
|
+
if (value >= this.thresholds.high)
|
|
95
|
+
return 'success';
|
|
96
|
+
if (value >= this.thresholds.medium)
|
|
97
|
+
return 'warning';
|
|
98
|
+
return 'danger';
|
|
99
|
+
}
|
|
100
|
+
formatPercent(value) {
|
|
101
|
+
return getNumberFormat(this.effectiveLocale, { style: 'percent' }).format(finiteRange(value, 0, 0, 1));
|
|
102
|
+
}
|
|
103
|
+
onCitationSelect(citation) {
|
|
104
|
+
this.emit('lr-citation-select', { citation });
|
|
105
|
+
}
|
|
106
|
+
render() {
|
|
107
|
+
const groupLabel = this.getAttribute('aria-label') || this.label || this.localize('groundingSummaryLabel');
|
|
108
|
+
const a = this.assessment;
|
|
109
|
+
if (!a) {
|
|
110
|
+
return html `<div part="base" role="group" aria-label=${groupLabel}>
|
|
111
|
+
<lr-empty part="empty" heading=${this.localize('groundingSummaryEmpty')}></lr-empty>
|
|
112
|
+
</div>`;
|
|
113
|
+
}
|
|
114
|
+
const supportedClaims = finiteCount(a.supportedClaims);
|
|
115
|
+
const unsupportedClaims = finiteCount(a.unsupportedClaims);
|
|
116
|
+
const coverage = finiteRange(a.coverage, 0, 0, 1);
|
|
117
|
+
const hasConfidence = typeof a.confidence === 'number';
|
|
118
|
+
const warnings = a.warnings ?? [];
|
|
119
|
+
const numberFormat = getNumberFormat(this.effectiveLocale);
|
|
120
|
+
return html `
|
|
121
|
+
<div part="base" role="group" aria-label=${groupLabel}>
|
|
122
|
+
<div part="stats">
|
|
123
|
+
<lr-stat
|
|
124
|
+
label=${this.localize('groundingSummarySupportedLabel')}
|
|
125
|
+
value=${numberFormat.format(supportedClaims)}
|
|
126
|
+
variant=${supportedClaims > 0 ? 'success' : 'neutral'}
|
|
127
|
+
></lr-stat>
|
|
128
|
+
<lr-stat
|
|
129
|
+
label=${this.localize('groundingSummaryUnsupportedLabel')}
|
|
130
|
+
value=${numberFormat.format(unsupportedClaims)}
|
|
131
|
+
variant=${unsupportedClaims > 0 ? 'danger' : 'neutral'}
|
|
132
|
+
></lr-stat>
|
|
133
|
+
<lr-stat
|
|
134
|
+
label=${this.localize('groundingSummaryCoverageLabel')}
|
|
135
|
+
value=${this.formatPercent(coverage)}
|
|
136
|
+
variant=${this.tone(coverage)}
|
|
137
|
+
></lr-stat>
|
|
138
|
+
${hasConfidence
|
|
139
|
+
? html `<lr-stat
|
|
140
|
+
label=${this.localize('groundingSummaryConfidenceLabel')}
|
|
141
|
+
value=${this.formatPercent(a.confidence)}
|
|
142
|
+
variant=${this.tone(finiteRange(a.confidence, 0, 0, 1))}
|
|
143
|
+
></lr-stat>`
|
|
144
|
+
: nothing}
|
|
145
|
+
</div>
|
|
146
|
+
${warnings.length > 0
|
|
147
|
+
? html `
|
|
148
|
+
<div part="warnings">
|
|
149
|
+
<span part="warnings-heading">${this.localize('groundingSummaryWarningsHeading')}</span>
|
|
150
|
+
<span part="warnings-count">${warnings.length}</span>
|
|
151
|
+
<ul part="warnings-list">
|
|
152
|
+
${warnings.map((warning) => html `<li part="warning">${warning}</li>`)}
|
|
153
|
+
</ul>
|
|
154
|
+
</div>
|
|
155
|
+
`
|
|
156
|
+
: nothing}
|
|
157
|
+
${this.citations.length > 0
|
|
158
|
+
? html `
|
|
159
|
+
<div part="evidence">
|
|
160
|
+
<span part="evidence-heading">${this.localize('groundingSummaryEvidenceHeading')}</span>
|
|
161
|
+
<span part="evidence-count">${this.citations.length}</span>
|
|
162
|
+
<div>${this.citations.map((citation, index) => this.renderEvidenceItem(citation, index))}</div>
|
|
163
|
+
</div>
|
|
164
|
+
`
|
|
165
|
+
: nothing}
|
|
166
|
+
</div>
|
|
167
|
+
`;
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
__decorate([
|
|
171
|
+
property({ attribute: false })
|
|
172
|
+
], LyraGroundingSummary.prototype, "assessment", void 0);
|
|
173
|
+
__decorate([
|
|
174
|
+
property({ attribute: false })
|
|
175
|
+
], LyraGroundingSummary.prototype, "citations", void 0);
|
|
176
|
+
__decorate([
|
|
177
|
+
property({ attribute: false })
|
|
178
|
+
], LyraGroundingSummary.prototype, "thresholds", void 0);
|
|
179
|
+
__decorate([
|
|
180
|
+
property()
|
|
181
|
+
], LyraGroundingSummary.prototype, "label", void 0);
|
|
182
|
+
//# sourceMappingURL=grounding-summary.class.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grounding-summary.class.js","sourceRoot":"","sources":["../../../src/components/grounding-summary/grounding-summary.class.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grounding-summary.d.ts","sourceRoot":"","sources":["../../../src/components/grounding-summary/grounding-summary.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAG7C,OAAO,iBAAiB,CAAC;AACzB,OAAO,qCAAqC,CAAC;AAC7C,OAAO,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './grounding-summary.class.js';
|
|
2
|
+
import { LyraGroundingSummary } from './grounding-summary.class.js';
|
|
3
|
+
import { defineElement } from '../../internal/prefix.js';
|
|
4
|
+
import '../stat/stat.js';
|
|
5
|
+
import '../citation-badge/citation-badge.js';
|
|
6
|
+
import '../empty/empty.js';
|
|
7
|
+
defineElement('grounding-summary', LyraGroundingSummary);
|
|
8
|
+
//# sourceMappingURL=grounding-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grounding-summary.js","sourceRoot":"","sources":["../../../src/components/grounding-summary/grounding-summary.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,iBAAiB,CAAC;AACzB,OAAO,qCAAqC,CAAC;AAC7C,OAAO,mBAAmB,CAAC;AAC3B,aAAa,CAAC,mBAAmB,EAAE,oBAAoB,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grounding-summary.styles.d.ts","sourceRoot":"","sources":["../../../src/components/grounding-summary/grounding-summary.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,yBAqFlB,CAAC"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { css } from 'lit';
|
|
2
|
+
export const styles = css `
|
|
3
|
+
:host {
|
|
4
|
+
display: block;
|
|
5
|
+
inline-size: 100%;
|
|
6
|
+
min-inline-size: 0;
|
|
7
|
+
}
|
|
8
|
+
[part='base'] {
|
|
9
|
+
display: flex;
|
|
10
|
+
flex-direction: column;
|
|
11
|
+
gap: var(--lr-space-m);
|
|
12
|
+
}
|
|
13
|
+
[part='stats'] {
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-wrap: wrap;
|
|
16
|
+
gap: var(--lr-space-m);
|
|
17
|
+
}
|
|
18
|
+
[part='stats'] > lr-stat {
|
|
19
|
+
flex: 1 1 var(--lr-size-10rem);
|
|
20
|
+
min-inline-size: 0;
|
|
21
|
+
}
|
|
22
|
+
[part='warnings'] {
|
|
23
|
+
display: flex;
|
|
24
|
+
flex-direction: column;
|
|
25
|
+
gap: var(--lr-space-xs);
|
|
26
|
+
padding: var(--lr-space-s) var(--lr-space-m);
|
|
27
|
+
border-inline-start: var(--lr-border-width-thick) solid var(--lr-color-warning);
|
|
28
|
+
border-radius: var(--lr-radius);
|
|
29
|
+
background: var(--lr-color-warning-quiet);
|
|
30
|
+
}
|
|
31
|
+
[part='warnings-heading'] {
|
|
32
|
+
font-weight: var(--lr-font-weight-semibold);
|
|
33
|
+
color: var(--lr-color-text);
|
|
34
|
+
}
|
|
35
|
+
[part='warnings-count'] {
|
|
36
|
+
margin-inline-start: var(--lr-space-xs);
|
|
37
|
+
color: var(--lr-color-text-quiet);
|
|
38
|
+
font-weight: var(--lr-font-weight-medium);
|
|
39
|
+
}
|
|
40
|
+
[part='warnings-list'] {
|
|
41
|
+
display: flex;
|
|
42
|
+
flex-direction: column;
|
|
43
|
+
gap: var(--lr-space-xs);
|
|
44
|
+
margin: 0;
|
|
45
|
+
padding-inline-start: var(--lr-space-l);
|
|
46
|
+
}
|
|
47
|
+
[part='warning'] {
|
|
48
|
+
font-size: var(--lr-font-size-sm);
|
|
49
|
+
color: var(--lr-color-text);
|
|
50
|
+
}
|
|
51
|
+
[part='evidence'] {
|
|
52
|
+
display: flex;
|
|
53
|
+
flex-direction: column;
|
|
54
|
+
gap: var(--lr-space-s);
|
|
55
|
+
}
|
|
56
|
+
[part='evidence-heading'] {
|
|
57
|
+
font-size: var(--lr-font-size-xs);
|
|
58
|
+
font-weight: var(--lr-font-weight-semibold);
|
|
59
|
+
text-transform: uppercase;
|
|
60
|
+
letter-spacing: var(--lr-size-0-04em);
|
|
61
|
+
color: var(--lr-color-text-quiet);
|
|
62
|
+
}
|
|
63
|
+
[part='evidence-count'] {
|
|
64
|
+
margin-inline-start: var(--lr-space-xs);
|
|
65
|
+
font-size: var(--lr-font-size-xs);
|
|
66
|
+
color: var(--lr-color-text-quiet);
|
|
67
|
+
}
|
|
68
|
+
[part='evidence-item'] {
|
|
69
|
+
display: flex;
|
|
70
|
+
align-items: baseline;
|
|
71
|
+
flex-wrap: wrap;
|
|
72
|
+
gap: var(--lr-space-xs);
|
|
73
|
+
padding-block: var(--lr-space-xs);
|
|
74
|
+
}
|
|
75
|
+
[part='evidence-item'] + [part='evidence-item'] {
|
|
76
|
+
border-block-start: var(--lr-border-width-thin) solid var(--lr-color-border);
|
|
77
|
+
}
|
|
78
|
+
[part='evidence-label'] {
|
|
79
|
+
font-size: var(--lr-font-size-sm);
|
|
80
|
+
color: var(--lr-color-text);
|
|
81
|
+
}
|
|
82
|
+
[part='evidence-span'] {
|
|
83
|
+
font-size: var(--lr-font-size-sm);
|
|
84
|
+
font-family: var(--lr-font-mono);
|
|
85
|
+
color: var(--lr-color-text-quiet);
|
|
86
|
+
}
|
|
87
|
+
`;
|
|
88
|
+
//# sourceMappingURL=grounding-summary.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grounding-summary.styles.js","sourceRoot":"","sources":["../../../src/components/grounding-summary/grounding-summary.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqFxB,CAAC"}
|