@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
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
import { type PropertyValues, type TemplateResult } from 'lit';
|
|
2
|
+
import { LyraElement } from '../../internal/lyra-element.js';
|
|
3
|
+
import type { GraphNode, GraphLink, GraphNodeType, GraphCommunity } from '../graph/graph.class.js';
|
|
4
|
+
import type { LyraEntity } from '../entity-card/entity-card.class.js';
|
|
5
|
+
import type { LyraPathElement } from '../path-strip/path-strip.class.js';
|
|
6
|
+
import '../graph/graph.class.js';
|
|
7
|
+
import '../graph-legend/graph-legend.class.js';
|
|
8
|
+
import '../entity-card/entity-card.class.js';
|
|
9
|
+
import '../neighbor-list/neighbor-list.class.js';
|
|
10
|
+
import '../path-strip/path-strip.class.js';
|
|
11
|
+
import '../overlay/popover.class.js';
|
|
12
|
+
import '../input/input.class.js';
|
|
13
|
+
import '../chip/chip.class.js';
|
|
14
|
+
import '../button/button.class.js';
|
|
15
|
+
/** Extra `LyraEntity` fields a plain `GraphNode` doesn't carry -- merged in by node id to build
|
|
16
|
+
* the entity shown in the details popover and neighbor rows. A node with no entry here still
|
|
17
|
+
* renders fine: `degree` falls back to a live count derived from `links`, `description`/
|
|
18
|
+
* `properties` are simply omitted. */
|
|
19
|
+
export type LyraKnowledgeGraphEntityDetails = Pick<LyraEntity, 'description' | 'properties' | 'degree'>;
|
|
20
|
+
export interface LyraKnowledgeGraphExplorerEventMap {
|
|
21
|
+
/** The user asked to find a path between the two currently pinned nodes (the "Find path" action,
|
|
22
|
+
* only rendered once exactly two nodes are pinned). `detail: { sourceId, targetId }` -- this
|
|
23
|
+
* component has no graph-traversal algorithm of its own (client-side, backend call, whatever the
|
|
24
|
+
* host prefers); it only requests one. The host computes/fetches the path and assigns the result
|
|
25
|
+
* back through `path`. */
|
|
26
|
+
'lr-path-request': CustomEvent<{
|
|
27
|
+
sourceId: string;
|
|
28
|
+
targetId: string;
|
|
29
|
+
}>;
|
|
30
|
+
/** A node's pinned state changed by user interaction. `detail: { pinnedNodeIds }` -- the complete
|
|
31
|
+
* updated array. This component already toggles its own `pinnedNodeIds` copy before emitting
|
|
32
|
+
* (the same self-toggle-then-emit contract `lr-graph-legend`'s `hiddenTypes`/`lr-visibility-
|
|
33
|
+
* change` already establishes), so reassigning it back is optional -- useful only for a host
|
|
34
|
+
* that wants to persist or observe pins elsewhere. */
|
|
35
|
+
'lr-pin-change': CustomEvent<{
|
|
36
|
+
pinnedNodeIds: string[];
|
|
37
|
+
}>;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* `<lr-knowledge-graph-explorer>` — an orchestration-level surface for exploring a knowledge
|
|
41
|
+
* graph: the `lr-graph` canvas plus entity search, type filters, neighborhood expansion, pinned
|
|
42
|
+
* nodes, path finding between pins, node selection, and a details overlay. Composes existing
|
|
43
|
+
* primitives rather than re-implementing graph rendering: `lr-graph` (canvas/pan-zoom/selection),
|
|
44
|
+
* `lr-graph-legend` (type filters), `lr-entity-card` (the details popover's default content),
|
|
45
|
+
* `lr-neighbor-list` (the selected entity's relationships), `lr-path-strip` (a found path), and
|
|
46
|
+
* `lr-popover.showAt()` (the details overlay itself).
|
|
47
|
+
*
|
|
48
|
+
* **How the details popover finds its viewport position.** `lr-graph.getNodePosition()` and the
|
|
49
|
+
* `lr-node-click` event's `{ x, y }` are in the graph's own *local drawing space* (pre pan/zoom),
|
|
50
|
+
* never viewport pixels -- passing them straight to `showAt()` would anchor the popover at the
|
|
51
|
+
* wrong place as soon as the graph has panned or zoomed even once. A direct node click resolves
|
|
52
|
+
* the correct viewport rect the way this library's own documented `lr-graph` + `lr-popover.showAt()`
|
|
53
|
+
* composition does: for `renderer="svg"` (the default), `event.composedPath()` (the native `click`
|
|
54
|
+
* that bubbles out of `lr-graph`'s shadow root) locates the actual clicked `[part="node"]` element,
|
|
55
|
+
* whose `getBoundingClientRect()` is already viewport-relative; for `renderer="canvas"` (no
|
|
56
|
+
* per-node DOM element to find), the click event's own `clientX`/`clientY` are used directly, since
|
|
57
|
+
* canvas hit-testing already treats those as viewport coordinates internally. While the popover
|
|
58
|
+
* stays open after an `renderer="svg"` click, this component re-reads that same resolved node
|
|
59
|
+
* element's `getBoundingClientRect()` on a bounded `requestAnimationFrame` loop and re-calls
|
|
60
|
+
* `showAt()` every frame -- `lr-graph` exposes no public pan/zoom/tick event to subscribe to
|
|
61
|
+
* instead, so polling the live element (which pan/zoom moves via an ancestor transform, not by
|
|
62
|
+
* mutating the element itself) is the closest available approximation to the "re-anchor on
|
|
63
|
+
* pan/zoom" contract `showAt()`'s own docs describe as the caller's responsibility; the loop stops
|
|
64
|
+
* automatically once the popover closes or the element leaves the DOM. Selecting a node any other
|
|
65
|
+
* way -- a search result, a neighbor row, a path-strip element, keyboard Enter/Space on a graph
|
|
66
|
+
* node (which never dispatches a native `click`) -- has no click event to read a rect from, so it
|
|
67
|
+
* instead calls the public `lr-graph.focusNode(id)` (which centers that node in the viewport) and
|
|
68
|
+
* then anchors the popover at the graph element's own `getBoundingClientRect()` center once that
|
|
69
|
+
* settles; no continuous tracking applies to that path.
|
|
70
|
+
*
|
|
71
|
+
* **Controlled vs. self-managed state.** `nodes`/`links`/`nodeTypes`/`communities`/`entityDetails`/
|
|
72
|
+
* `path` are purely host-supplied data, rendered as given. `hiddenTypes`/`selectedNodeId`/
|
|
73
|
+
* `searchQuery`/`pinnedNodeIds` are this component's own genuinely new contribution: it wires them
|
|
74
|
+
* into `lr-graph`'s existing controlled props (`hiddenTypes`, `selectedNodeIds`, `dimmedNodeIds`)
|
|
75
|
+
* itself, toggling its own copy on interaction (the same self-toggle-then-emit contract
|
|
76
|
+
* `lr-graph-legend` already uses) so every feature works with zero host wiring, while still being
|
|
77
|
+
* presettable/observable properties and emitting events (`lr-pin-change`, `lr-path-request`,
|
|
78
|
+
* plus every composed primitive's own event bubbling straight through unmodified) for a host that
|
|
79
|
+
* wants to persist or react to them.
|
|
80
|
+
*
|
|
81
|
+
* @customElement lr-knowledge-graph-explorer
|
|
82
|
+
* @slot details - Overrides the details popover's default content (an `lr-entity-card` with a
|
|
83
|
+
* nested `lr-neighbor-list` and a pin toggle). Receives no data -- a consumer overriding this
|
|
84
|
+
* slot reads the selected entity from `selectedNodeId`/`nodes` itself.
|
|
85
|
+
* @event lr-path-request - `detail: { sourceId, targetId }`. See the class doc above.
|
|
86
|
+
* @event lr-pin-change - `detail: { pinnedNodeIds }`. See the class doc above.
|
|
87
|
+
* @event lr-node-click - Bubbles straight through from the composed `lr-graph`, unmodified.
|
|
88
|
+
* @event lr-link-click - Bubbles straight through from the composed `lr-graph`, unmodified.
|
|
89
|
+
* @event lr-node-expand - Bubbles straight through from `lr-graph` and/or `lr-neighbor-list` (the
|
|
90
|
+
* same event name/detail shape from either source) -- this component never appends neighbors
|
|
91
|
+
* itself, only forwards the request; a host fetches/generates the expansion and assigns updated
|
|
92
|
+
* `nodes`/`links` back.
|
|
93
|
+
* @event lr-community-click - Bubbles straight through from the composed `lr-graph`, unmodified.
|
|
94
|
+
* @event lr-relation-activate - Bubbles straight through from the composed `lr-path-strip`, unmodified.
|
|
95
|
+
* @csspart base - The root `role="group"` wrapper.
|
|
96
|
+
* @csspart toolbar - The row wrapping the search input and the type-filter legend.
|
|
97
|
+
* @csspart search - The composed `lr-entity-card` search `lr-input`.
|
|
98
|
+
* @csspart legend - The composed `lr-graph-legend`.
|
|
99
|
+
* @csspart search-results - The search-match list, only rendered while `searchQuery` is non-empty.
|
|
100
|
+
* @csspart search-result - One search-match row (`role="listitem"`, wrapping a `<button>`).
|
|
101
|
+
* @csspart search-empty - The "no matches" message, shown when `searchQuery` is non-empty but no node matches.
|
|
102
|
+
* @csspart pinned - The pinned-nodes row, only rendered while `pinnedNodeIds` is non-empty.
|
|
103
|
+
* @csspart pinned-heading - The pinned-nodes row's leading label.
|
|
104
|
+
* @csspart path - The composed `lr-path-strip`, only rendered while `path` is non-empty.
|
|
105
|
+
* @csspart graph - The composed `lr-graph`.
|
|
106
|
+
* @csspart detail-popover - The composed `lr-popover` hosting the details overlay.
|
|
107
|
+
* @csspart detail-card - The default-content `lr-entity-card`, only present while `selectedNodeId` resolves to a node.
|
|
108
|
+
*/
|
|
109
|
+
export declare class LyraKnowledgeGraphExplorer extends LyraElement<LyraKnowledgeGraphExplorerEventMap> {
|
|
110
|
+
static styles: import("lit").CSSResultGroup[];
|
|
111
|
+
nodes: GraphNode[];
|
|
112
|
+
links: GraphLink[];
|
|
113
|
+
nodeTypes: GraphNodeType[];
|
|
114
|
+
communities: GraphCommunity[];
|
|
115
|
+
/** Extra dossier fields, keyed by node id -- see `LyraKnowledgeGraphEntityDetails`. */
|
|
116
|
+
entityDetails: Record<string, LyraKnowledgeGraphEntityDetails>;
|
|
117
|
+
/** Currently-pinned node ids. Self-toggled by the pin action in the details popover and by a
|
|
118
|
+
* pinned chip's remove button (see the class doc's "controlled vs. self-managed" note); still
|
|
119
|
+
* presettable/overridable like any other property. Exactly two pinned nodes reveals the "Find
|
|
120
|
+
* path" action. */
|
|
121
|
+
pinnedNodeIds: string[];
|
|
122
|
+
/** Host-supplied path-finding result, rendered via `lr-path-strip`. Empty (the default) renders
|
|
123
|
+
* no path strip. See `lr-path-request`. */
|
|
124
|
+
path: LyraPathElement[];
|
|
125
|
+
/** Currently-hidden `GraphNode.type` values, forwarded to both `lr-graph.hiddenTypes` and
|
|
126
|
+
* `lr-graph-legend.hiddenTypes`. Self-toggled by the composed legend; still presettable. */
|
|
127
|
+
hiddenTypes: string[];
|
|
128
|
+
/** The currently-selected node id, driving both the details popover and `lr-graph`'s
|
|
129
|
+
* `selectedNodeIds` visual state. Presettable (e.g. to deep-link to a specific entity) as well
|
|
130
|
+
* as self-managed on every selection interaction. `null` (the default) shows no selection and
|
|
131
|
+
* keeps the details popover closed. */
|
|
132
|
+
selectedNodeId: string | null;
|
|
133
|
+
/** Forwarded to `lr-graph.renderer`. `renderer="canvas"` has no per-node DOM element, which
|
|
134
|
+
* narrows how the node-detail popover anchors and disables its pan/zoom tracking -- see the
|
|
135
|
+
* class doc's anchoring note. */
|
|
136
|
+
renderer: 'svg' | 'canvas';
|
|
137
|
+
width: number;
|
|
138
|
+
height: number;
|
|
139
|
+
/** Accessible name for the root landmark; falls back to the localized `graphExplorerLabel`. */
|
|
140
|
+
label: string;
|
|
141
|
+
private searchQuery;
|
|
142
|
+
private pinLiveText;
|
|
143
|
+
private graphEl?;
|
|
144
|
+
private popoverEl?;
|
|
145
|
+
/** Set by `onGraphNodeClick` and consumed either synchronously by the native `click` that
|
|
146
|
+
* follows it on the same user gesture (a real pointer click), or, failing that, by a queued
|
|
147
|
+
* microtask fallback (a keyboard Enter/Space activation, which -- unlike a native `<button>` --
|
|
148
|
+
* never dispatches a synthetic `click` on a `role="button"` SVG/canvas element). */
|
|
149
|
+
private pendingNodeId?;
|
|
150
|
+
/** The exact rendered `[part="node"]` element resolved for the currently-open popover
|
|
151
|
+
* (`renderer="svg"`, direct-click path only) -- re-read every tracking frame so the popover
|
|
152
|
+
* keeps tracking a pan/zoom gesture while it stays open. */
|
|
153
|
+
private trackedNodeEl?;
|
|
154
|
+
private trackRafId?;
|
|
155
|
+
disconnectedCallback(): void;
|
|
156
|
+
protected willUpdate(changed: PropertyValues): void;
|
|
157
|
+
private nodeLabel;
|
|
158
|
+
private degreeOf;
|
|
159
|
+
private entityFor;
|
|
160
|
+
private communityLabelFor;
|
|
161
|
+
private neighborRowsFor;
|
|
162
|
+
private matchingNodes;
|
|
163
|
+
private neighborIdsOf;
|
|
164
|
+
/** Non-matching nodes while searching; otherwise everything outside the selected node's
|
|
165
|
+
* immediate neighborhood while a selection is active; otherwise nothing. Wires the search/
|
|
166
|
+
* selection state this component owns into `lr-graph`'s existing `dimmedNodeIds` contract
|
|
167
|
+
* instead of introducing a parallel highlighting mechanism. */
|
|
168
|
+
private get computedDimmedNodeIds();
|
|
169
|
+
private togglePin;
|
|
170
|
+
private requestPath;
|
|
171
|
+
private onVisibilityChange;
|
|
172
|
+
private onSearchInput;
|
|
173
|
+
private onEntityActivate;
|
|
174
|
+
/** Selects `id` and opens its details popover without a click event to read a rect from --
|
|
175
|
+
* centers the node via the public `lr-graph.focusNode()`, then anchors at the graph element's
|
|
176
|
+
* own viewport rect center once that settles. Shared by search results, neighbor rows,
|
|
177
|
+
* path-strip elements, `lr-entity-card`'s own built-in focus button, and the keyboard-Enter/
|
|
178
|
+
* Space fallback for a direct graph node activation. */
|
|
179
|
+
private activateEntity;
|
|
180
|
+
private openDetailAt;
|
|
181
|
+
/** Resolves the viewport rect for a direct pointer click on a graph node -- see the class doc's
|
|
182
|
+
* "how the details popover finds its viewport position" note for the full reasoning. */
|
|
183
|
+
private resolveDirectClickAnchor;
|
|
184
|
+
private onGraphNodeClick;
|
|
185
|
+
private onGraphNativeClick;
|
|
186
|
+
private startTracking;
|
|
187
|
+
private stopTracking;
|
|
188
|
+
private onPopoverHide;
|
|
189
|
+
render(): TemplateResult;
|
|
190
|
+
}
|
|
191
|
+
declare global {
|
|
192
|
+
interface HTMLElementTagNameMap {
|
|
193
|
+
'lr-knowledge-graph-explorer': LyraKnowledgeGraphExplorer;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
//# sourceMappingURL=knowledge-graph-explorer.class.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"knowledge-graph-explorer.class.d.ts","sourceRoot":"","sources":["../../../src/components/knowledge-graph-explorer/knowledge-graph-explorer.class.ts"],"names":[],"mappings":"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"}
|