@aceshooting/lyra-ui 6.1.0 → 6.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/CHANGELOG.md +140 -0
- package/README.md +10 -5
- package/custom-elements.json +7947 -860
- package/dist/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.class.d.ts +67 -0
- package/dist/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.class.d.ts.map +1 -0
- package/dist/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.class.js +78 -0
- package/dist/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.class.js.map +1 -0
- package/dist/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.d.ts +2 -0
- package/dist/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.d.ts.map +1 -0
- package/dist/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.js +5 -0
- package/dist/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.js.map +1 -0
- package/dist/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.styles.d.ts +2 -0
- package/dist/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.styles.d.ts.map +1 -0
- package/dist/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.styles.js +17 -0
- package/dist/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.styles.js.map +1 -0
- package/dist/components/agent-tools/agent-trace/agent-trace.class.js +1 -1
- package/dist/components/agent-tools/agent-trace/agent-trace.class.js.map +1 -1
- package/dist/components/agent-tools/agent-trace/agent-trace.styles.d.ts.map +1 -1
- package/dist/components/agent-tools/agent-trace/agent-trace.styles.js +2 -0
- package/dist/components/agent-tools/agent-trace/agent-trace.styles.js.map +1 -1
- package/dist/components/agent-tools/approval-queue/approval-queue.class.d.ts +77 -0
- package/dist/components/agent-tools/approval-queue/approval-queue.class.d.ts.map +1 -0
- package/dist/components/agent-tools/approval-queue/approval-queue.class.js +144 -0
- package/dist/components/agent-tools/approval-queue/approval-queue.class.js.map +1 -0
- package/dist/components/agent-tools/approval-queue/approval-queue.d.ts +2 -0
- package/dist/components/agent-tools/approval-queue/approval-queue.d.ts.map +1 -0
- package/dist/components/agent-tools/approval-queue/approval-queue.js +5 -0
- package/dist/components/agent-tools/approval-queue/approval-queue.js.map +1 -0
- package/dist/components/agent-tools/approval-queue/approval-queue.styles.d.ts +2 -0
- package/dist/components/agent-tools/approval-queue/approval-queue.styles.d.ts.map +1 -0
- package/dist/components/agent-tools/approval-queue/approval-queue.styles.js +96 -0
- package/dist/components/agent-tools/approval-queue/approval-queue.styles.js.map +1 -0
- package/dist/components/agent-tools/confirm-bar/confirm-bar.class.js +2 -2
- package/dist/components/agent-tools/confirm-bar/confirm-bar.class.js.map +1 -1
- package/dist/components/agent-tools/context-inspector/context-inspector.class.d.ts +1 -0
- package/dist/components/agent-tools/context-inspector/context-inspector.class.d.ts.map +1 -1
- package/dist/components/agent-tools/context-inspector/context-inspector.class.js +4 -1
- package/dist/components/agent-tools/context-inspector/context-inspector.class.js.map +1 -1
- package/dist/components/agent-tools/evaluation-run/evaluation-run.class.js +1 -1
- package/dist/components/agent-tools/evaluation-run/evaluation-run.class.js.map +1 -1
- package/dist/components/agent-tools/span-waterfall/span-waterfall.class.d.ts.map +1 -1
- package/dist/components/agent-tools/span-waterfall/span-waterfall.class.js +10 -8
- package/dist/components/agent-tools/span-waterfall/span-waterfall.class.js.map +1 -1
- package/dist/components/agent-tools/stack-trace/stack-trace.class.js +1 -1
- package/dist/components/agent-tools/stack-trace/stack-trace.class.js.map +1 -1
- package/dist/components/agent-tools/terminal/terminal.class.js +1 -1
- package/dist/components/agent-tools/terminal/terminal.class.js.map +1 -1
- package/dist/components/agent-tools/thinking-panel/thinking-panel.class.d.ts.map +1 -1
- package/dist/components/agent-tools/thinking-panel/thinking-panel.class.js +11 -5
- package/dist/components/agent-tools/thinking-panel/thinking-panel.class.js.map +1 -1
- package/dist/components/agent-tools/tool-call-chip/tool-call-chip.class.js +1 -1
- package/dist/components/agent-tools/tool-call-chip/tool-call-chip.class.js.map +1 -1
- package/dist/components/agent-tools/tool-result-view/registry.d.ts +38 -1
- package/dist/components/agent-tools/tool-result-view/registry.d.ts.map +1 -1
- package/dist/components/agent-tools/tool-result-view/registry.js.map +1 -1
- package/dist/components/agent-tools/tool-result-view/tool-result-view.class.d.ts +16 -1
- package/dist/components/agent-tools/tool-result-view/tool-result-view.class.d.ts.map +1 -1
- package/dist/components/agent-tools/tool-result-view/tool-result-view.class.js +32 -1
- package/dist/components/agent-tools/tool-result-view/tool-result-view.class.js.map +1 -1
- package/dist/components/agent-tools/trace-tree/trace-tree.class.d.ts.map +1 -1
- package/dist/components/agent-tools/trace-tree/trace-tree.class.js +21 -10
- package/dist/components/agent-tools/trace-tree/trace-tree.class.js.map +1 -1
- package/dist/components/charts/chart/box-plot.class.d.ts +4 -0
- package/dist/components/charts/chart/box-plot.class.d.ts.map +1 -1
- package/dist/components/charts/chart/box-plot.class.js +43 -11
- package/dist/components/charts/chart/box-plot.class.js.map +1 -1
- package/dist/components/charts/chart/chart-loader.d.ts +39 -0
- package/dist/components/charts/chart/chart-loader.d.ts.map +1 -1
- package/dist/components/charts/chart/chart-loader.js +53 -0
- package/dist/components/charts/chart/chart-loader.js.map +1 -1
- package/dist/components/charts/chart/chart.class.d.ts +113 -10
- package/dist/components/charts/chart/chart.class.d.ts.map +1 -1
- package/dist/components/charts/chart/chart.class.js +293 -20
- package/dist/components/charts/chart/chart.class.js.map +1 -1
- package/dist/components/charts/chart/lite-chart.class.d.ts +17 -5
- package/dist/components/charts/chart/lite-chart.class.d.ts.map +1 -1
- package/dist/components/charts/chart/lite-chart.class.js +60 -9
- package/dist/components/charts/chart/lite-chart.class.js.map +1 -1
- package/dist/components/conversation/agent-workspace/agent-workspace.class.d.ts +4 -0
- package/dist/components/conversation/agent-workspace/agent-workspace.class.d.ts.map +1 -1
- package/dist/components/conversation/agent-workspace/agent-workspace.class.js +17 -4
- package/dist/components/conversation/agent-workspace/agent-workspace.class.js.map +1 -1
- package/dist/components/conversation/audio-visualizer/audio-visualizer.class.d.ts +2 -7
- package/dist/components/conversation/audio-visualizer/audio-visualizer.class.d.ts.map +1 -1
- package/dist/components/conversation/audio-visualizer/audio-visualizer.class.js +29 -58
- package/dist/components/conversation/audio-visualizer/audio-visualizer.class.js.map +1 -1
- package/dist/components/conversation/code-block/code-block-core.class.d.ts.map +1 -1
- package/dist/components/conversation/code-block/code-block-core.class.js +12 -1
- package/dist/components/conversation/code-block/code-block-core.class.js.map +1 -1
- package/dist/components/conversation/code-block/code-block.class.d.ts.map +1 -1
- package/dist/components/conversation/code-block/code-block.class.js +3 -0
- package/dist/components/conversation/code-block/code-block.class.js.map +1 -1
- package/dist/components/conversation/conversation-item/conversation-item.class.d.ts +7 -0
- package/dist/components/conversation/conversation-item/conversation-item.class.d.ts.map +1 -1
- package/dist/components/conversation/conversation-item/conversation-item.class.js +8 -0
- package/dist/components/conversation/conversation-item/conversation-item.class.js.map +1 -1
- package/dist/components/conversation/conversation-item/conversation-item.styles.d.ts.map +1 -1
- package/dist/components/conversation/conversation-item/conversation-item.styles.js +12 -0
- package/dist/components/conversation/conversation-item/conversation-item.styles.js.map +1 -1
- package/dist/components/conversation/markdown/markdown-core.class.d.ts.map +1 -1
- package/dist/components/conversation/markdown/markdown-core.class.js +2 -1
- package/dist/components/conversation/markdown/markdown-core.class.js.map +1 -1
- package/dist/components/conversation/markdown/markdown.class.d.ts.map +1 -1
- package/dist/components/conversation/markdown/markdown.class.js +2 -1
- package/dist/components/conversation/markdown/markdown.class.js.map +1 -1
- package/dist/components/conversation/message-actions/message-actions.class.d.ts.map +1 -1
- package/dist/components/conversation/message-actions/message-actions.class.js +5 -2
- package/dist/components/conversation/message-actions/message-actions.class.js.map +1 -1
- package/dist/components/conversation/model-select/model-select.class.d.ts +4 -0
- package/dist/components/conversation/model-select/model-select.class.d.ts.map +1 -1
- package/dist/components/conversation/model-select/model-select.class.js +4 -0
- package/dist/components/conversation/model-select/model-select.class.js.map +1 -1
- package/dist/components/conversation/model-select/model-select.styles.d.ts.map +1 -1
- package/dist/components/conversation/model-select/model-select.styles.js +7 -3
- package/dist/components/conversation/model-select/model-select.styles.js.map +1 -1
- package/dist/components/conversation/thread-list/thread-list.class.d.ts +2 -0
- package/dist/components/conversation/thread-list/thread-list.class.d.ts.map +1 -1
- package/dist/components/conversation/thread-list/thread-list.class.js +4 -2
- package/dist/components/conversation/thread-list/thread-list.class.js.map +1 -1
- package/dist/components/conversation/typing-indicator/typing-indicator.class.d.ts +4 -2
- package/dist/components/conversation/typing-indicator/typing-indicator.class.d.ts.map +1 -1
- package/dist/components/conversation/typing-indicator/typing-indicator.class.js +4 -2
- package/dist/components/conversation/typing-indicator/typing-indicator.class.js.map +1 -1
- package/dist/components/conversation/typing-indicator/typing-indicator.styles.d.ts.map +1 -1
- package/dist/components/conversation/typing-indicator/typing-indicator.styles.js +35 -21
- package/dist/components/conversation/typing-indicator/typing-indicator.styles.js.map +1 -1
- package/dist/components/data/graph-query-builder/graph-query-builder.styles.d.ts.map +1 -1
- package/dist/components/data/graph-query-builder/graph-query-builder.styles.js +2 -0
- package/dist/components/data/graph-query-builder/graph-query-builder.styles.js.map +1 -1
- package/dist/components/data/heatmap/heatmap.class.d.ts +1 -6
- package/dist/components/data/heatmap/heatmap.class.d.ts.map +1 -1
- package/dist/components/data/heatmap/heatmap.class.js +118 -136
- package/dist/components/data/heatmap/heatmap.class.js.map +1 -1
- package/dist/components/data/table/table.class.d.ts +27 -0
- package/dist/components/data/table/table.class.d.ts.map +1 -1
- package/dist/components/data/table/table.class.js +67 -2
- package/dist/components/data/table/table.class.js.map +1 -1
- package/dist/components/data/table/table.styles.d.ts.map +1 -1
- package/dist/components/data/table/table.styles.js +17 -2
- package/dist/components/data/table/table.styles.js.map +1 -1
- package/dist/components/data/tree/tree.class.d.ts +16 -1
- package/dist/components/data/tree/tree.class.d.ts.map +1 -1
- package/dist/components/data/tree/tree.class.js.map +1 -1
- package/dist/components/data/word-cloud/word-cloud.class.d.ts +17 -0
- package/dist/components/data/word-cloud/word-cloud.class.d.ts.map +1 -1
- package/dist/components/data/word-cloud/word-cloud.class.js +43 -0
- package/dist/components/data/word-cloud/word-cloud.class.js.map +1 -1
- package/dist/components/data/word-cloud/word-cloud.styles.d.ts.map +1 -1
- package/dist/components/data/word-cloud/word-cloud.styles.js +18 -15
- package/dist/components/data/word-cloud/word-cloud.styles.js.map +1 -1
- package/dist/components/forms/button/button.class.d.ts +51 -7
- package/dist/components/forms/button/button.class.d.ts.map +1 -1
- package/dist/components/forms/button/button.class.js +102 -15
- package/dist/components/forms/button/button.class.js.map +1 -1
- package/dist/components/forms/button/button.styles.d.ts.map +1 -1
- package/dist/components/forms/button/button.styles.js +12 -4
- package/dist/components/forms/button/button.styles.js.map +1 -1
- package/dist/components/forms/checkbox/checkbox.class.d.ts +3 -0
- package/dist/components/forms/checkbox/checkbox.class.d.ts.map +1 -1
- package/dist/components/forms/checkbox/checkbox.class.js +19 -2
- package/dist/components/forms/checkbox/checkbox.class.js.map +1 -1
- package/dist/components/forms/combobox/combobox.class.d.ts +61 -10
- package/dist/components/forms/combobox/combobox.class.d.ts.map +1 -1
- package/dist/components/forms/combobox/combobox.class.js +62 -17
- package/dist/components/forms/combobox/combobox.class.js.map +1 -1
- package/dist/components/forms/combobox/combobox.styles.d.ts.map +1 -1
- package/dist/components/forms/combobox/combobox.styles.js +7 -3
- package/dist/components/forms/combobox/combobox.styles.js.map +1 -1
- package/dist/components/forms/date-picker/date-input.styles.js +1 -1
- package/dist/components/forms/emoji-picker/emoji-picker.styles.d.ts.map +1 -1
- package/dist/components/forms/emoji-picker/emoji-picker.styles.js +4 -5
- package/dist/components/forms/emoji-picker/emoji-picker.styles.js.map +1 -1
- package/dist/components/forms/icon-button/icon-button.class.d.ts +3 -0
- package/dist/components/forms/icon-button/icon-button.class.d.ts.map +1 -1
- package/dist/components/forms/icon-button/icon-button.class.js +3 -0
- package/dist/components/forms/icon-button/icon-button.class.js.map +1 -1
- package/dist/components/forms/icon-button/icon-button.styles.js +2 -2
- package/dist/components/forms/input/input.class.d.ts +25 -1
- package/dist/components/forms/input/input.class.d.ts.map +1 -1
- package/dist/components/forms/input/input.class.js +51 -4
- package/dist/components/forms/input/input.class.js.map +1 -1
- package/dist/components/forms/select/select.class.d.ts +23 -4
- package/dist/components/forms/select/select.class.d.ts.map +1 -1
- package/dist/components/forms/select/select.class.js +24 -8
- package/dist/components/forms/select/select.class.js.map +1 -1
- package/dist/components/forms/select/select.styles.d.ts.map +1 -1
- package/dist/components/forms/select/select.styles.js +8 -3
- package/dist/components/forms/select/select.styles.js.map +1 -1
- package/dist/components/forms/swatch-picker/swatch-picker.class.d.ts +16 -0
- package/dist/components/forms/swatch-picker/swatch-picker.class.d.ts.map +1 -1
- package/dist/components/forms/swatch-picker/swatch-picker.class.js +22 -4
- package/dist/components/forms/swatch-picker/swatch-picker.class.js.map +1 -1
- package/dist/components/forms/swatch-picker/swatch-picker.styles.d.ts.map +1 -1
- package/dist/components/forms/swatch-picker/swatch-picker.styles.js +31 -4
- package/dist/components/forms/swatch-picker/swatch-picker.styles.js.map +1 -1
- package/dist/components/forms/textarea/textarea.class.d.ts +30 -0
- package/dist/components/forms/textarea/textarea.class.d.ts.map +1 -1
- package/dist/components/forms/textarea/textarea.class.js +54 -0
- package/dist/components/forms/textarea/textarea.class.js.map +1 -1
- package/dist/components/forms/token-input/token-input.styles.d.ts.map +1 -1
- package/dist/components/forms/token-input/token-input.styles.js +6 -1
- package/dist/components/forms/token-input/token-input.styles.js.map +1 -1
- package/dist/components/layout/app-rail/app-rail.class.d.ts +16 -4
- package/dist/components/layout/app-rail/app-rail.class.d.ts.map +1 -1
- package/dist/components/layout/app-rail/app-rail.class.js +36 -4
- package/dist/components/layout/app-rail/app-rail.class.js.map +1 -1
- package/dist/components/layout/app-rail/app-rail.styles.d.ts.map +1 -1
- package/dist/components/layout/app-rail/app-rail.styles.js +21 -2
- package/dist/components/layout/app-rail/app-rail.styles.js.map +1 -1
- package/dist/components/layout/card/card.class.d.ts +6 -0
- package/dist/components/layout/card/card.class.d.ts.map +1 -1
- package/dist/components/layout/card/card.class.js +9 -1
- package/dist/components/layout/card/card.class.js.map +1 -1
- package/dist/components/layout/dashboard-grid/dashboard-grid.styles.d.ts.map +1 -1
- package/dist/components/layout/dashboard-grid/dashboard-grid.styles.js +2 -0
- package/dist/components/layout/dashboard-grid/dashboard-grid.styles.js.map +1 -1
- package/dist/components/layout/segmented/segmented.class.d.ts +10 -1
- package/dist/components/layout/segmented/segmented.class.d.ts.map +1 -1
- package/dist/components/layout/segmented/segmented.class.js +29 -2
- package/dist/components/layout/segmented/segmented.class.js.map +1 -1
- package/dist/components/layout/split/split.class.d.ts +14 -3
- package/dist/components/layout/split/split.class.d.ts.map +1 -1
- package/dist/components/layout/split/split.class.js +65 -35
- package/dist/components/layout/split/split.class.js.map +1 -1
- package/dist/components/layout/widget/widget.class.d.ts +10 -0
- package/dist/components/layout/widget/widget.class.d.ts.map +1 -1
- package/dist/components/layout/widget/widget.class.js +29 -1
- package/dist/components/layout/widget/widget.class.js.map +1 -1
- package/dist/components/media/attachment-chip/attachment-chip.styles.d.ts.map +1 -1
- package/dist/components/media/attachment-chip/attachment-chip.styles.js +7 -8
- package/dist/components/media/attachment-chip/attachment-chip.styles.js.map +1 -1
- package/dist/components/media/file-input/file-input.class.d.ts +16 -1
- package/dist/components/media/file-input/file-input.class.d.ts.map +1 -1
- package/dist/components/media/file-input/file-input.class.js +42 -2
- package/dist/components/media/file-input/file-input.class.js.map +1 -1
- package/dist/components/media/file-input/file-input.styles.d.ts.map +1 -1
- package/dist/components/media/file-input/file-input.styles.js +12 -0
- package/dist/components/media/file-input/file-input.styles.js.map +1 -1
- package/dist/components/media/media-card/media-card.class.d.ts +6 -2
- package/dist/components/media/media-card/media-card.class.d.ts.map +1 -1
- package/dist/components/media/media-card/media-card.class.js +7 -3
- package/dist/components/media/media-card/media-card.class.js.map +1 -1
- package/dist/components/media/qr-code/qr-code.class.d.ts +1 -6
- package/dist/components/media/qr-code/qr-code.class.d.ts.map +1 -1
- package/dist/components/media/qr-code/qr-code.class.js +31 -67
- package/dist/components/media/qr-code/qr-code.class.js.map +1 -1
- package/dist/components/overlays/empty/empty.class.d.ts +3 -0
- package/dist/components/overlays/empty/empty.class.d.ts.map +1 -1
- package/dist/components/overlays/empty/empty.class.js +3 -0
- package/dist/components/overlays/empty/empty.class.js.map +1 -1
- package/dist/components/overlays/empty/empty.styles.d.ts.map +1 -1
- package/dist/components/overlays/empty/empty.styles.js +6 -0
- package/dist/components/overlays/empty/empty.styles.js.map +1 -1
- package/dist/components/overlays/overlay/popover.class.d.ts +9 -0
- package/dist/components/overlays/overlay/popover.class.d.ts.map +1 -1
- package/dist/components/overlays/overlay/popover.class.js +13 -0
- package/dist/components/overlays/overlay/popover.class.js.map +1 -1
- package/dist/components/retrieval/chunk-inspector/chunk-inspector.class.d.ts +1 -0
- package/dist/components/retrieval/chunk-inspector/chunk-inspector.class.d.ts.map +1 -1
- package/dist/components/retrieval/chunk-inspector/chunk-inspector.class.js +11 -5
- package/dist/components/retrieval/chunk-inspector/chunk-inspector.class.js.map +1 -1
- package/dist/components/retrieval/embedding-explorer/embedding-explorer.class.d.ts +54 -0
- package/dist/components/retrieval/embedding-explorer/embedding-explorer.class.d.ts.map +1 -0
- package/dist/components/retrieval/embedding-explorer/embedding-explorer.class.js +147 -0
- package/dist/components/retrieval/embedding-explorer/embedding-explorer.class.js.map +1 -0
- package/dist/components/retrieval/embedding-explorer/embedding-explorer.d.ts +2 -0
- package/dist/components/retrieval/embedding-explorer/embedding-explorer.d.ts.map +1 -0
- package/dist/components/retrieval/embedding-explorer/embedding-explorer.js +5 -0
- package/dist/components/retrieval/embedding-explorer/embedding-explorer.js.map +1 -0
- package/dist/components/retrieval/embedding-explorer/embedding-explorer.styles.d.ts +2 -0
- package/dist/components/retrieval/embedding-explorer/embedding-explorer.styles.d.ts.map +1 -0
- package/dist/components/retrieval/embedding-explorer/embedding-explorer.styles.js +51 -0
- package/dist/components/retrieval/embedding-explorer/embedding-explorer.styles.js.map +1 -0
- package/dist/components/retrieval/graph/graph.class.d.ts +1 -0
- package/dist/components/retrieval/graph/graph.class.d.ts.map +1 -1
- package/dist/components/retrieval/graph/graph.class.js +21 -6
- package/dist/components/retrieval/graph/graph.class.js.map +1 -1
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.class.d.ts +73 -0
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.class.d.ts.map +1 -0
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.class.js +109 -0
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.class.js.map +1 -0
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.d.ts +2 -0
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.d.ts.map +1 -0
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.js +5 -0
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.js.map +1 -0
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.styles.d.ts +2 -0
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.styles.d.ts.map +1 -0
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.styles.js +56 -0
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.styles.js.map +1 -0
- package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts +1 -0
- package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts.map +1 -1
- package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.js +12 -4
- package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.js.map +1 -1
- package/dist/components/retrieval/rag-answer/rag-answer.class.d.ts +58 -0
- package/dist/components/retrieval/rag-answer/rag-answer.class.d.ts.map +1 -0
- package/dist/components/retrieval/rag-answer/rag-answer.class.js +110 -0
- package/dist/components/retrieval/rag-answer/rag-answer.class.js.map +1 -0
- package/dist/components/retrieval/rag-answer/rag-answer.d.ts +2 -0
- package/dist/components/retrieval/rag-answer/rag-answer.d.ts.map +1 -0
- package/dist/components/retrieval/rag-answer/rag-answer.js +5 -0
- package/dist/components/retrieval/rag-answer/rag-answer.js.map +1 -0
- package/dist/components/retrieval/rag-answer/rag-answer.styles.d.ts +2 -0
- package/dist/components/retrieval/rag-answer/rag-answer.styles.d.ts.map +1 -0
- package/dist/components/retrieval/rag-answer/rag-answer.styles.js +13 -0
- package/dist/components/retrieval/rag-answer/rag-answer.styles.js.map +1 -0
- package/dist/components/retrieval/retrieval-results/retrieval-results.class.d.ts.map +1 -1
- package/dist/components/retrieval/retrieval-results/retrieval-results.class.js +6 -3
- package/dist/components/retrieval/retrieval-results/retrieval-results.class.js.map +1 -1
- package/dist/components/utility/diff-view/diff-view.class.d.ts +4 -2
- package/dist/components/utility/diff-view/diff-view.class.d.ts.map +1 -1
- package/dist/components/utility/diff-view/diff-view.class.js +16 -6
- package/dist/components/utility/diff-view/diff-view.class.js.map +1 -1
- package/dist/components/utility/icon/icon.class.d.ts.map +1 -1
- package/dist/components/utility/icon/icon.class.js +5 -0
- package/dist/components/utility/icon/icon.class.js.map +1 -1
- package/dist/components/viewers/archive-viewer/archive-viewer.class.d.ts +16 -2
- package/dist/components/viewers/archive-viewer/archive-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/archive-viewer/archive-viewer.class.js +14 -4
- package/dist/components/viewers/archive-viewer/archive-viewer.class.js.map +1 -1
- package/dist/components/viewers/calendar-viewer/calendar-viewer.class.d.ts +14 -2
- package/dist/components/viewers/calendar-viewer/calendar-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/calendar-viewer/calendar-viewer.class.js +10 -2
- package/dist/components/viewers/calendar-viewer/calendar-viewer.class.js.map +1 -1
- package/dist/components/viewers/contact-viewer/contact-viewer.class.d.ts +14 -2
- package/dist/components/viewers/contact-viewer/contact-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/contact-viewer/contact-viewer.class.js +10 -2
- package/dist/components/viewers/contact-viewer/contact-viewer.class.js.map +1 -1
- package/dist/components/viewers/document-preview/document-preview.class.js +2 -2
- package/dist/components/viewers/document-preview/document-preview.class.js.map +1 -1
- package/dist/components/viewers/document-viewer/document-viewer.class.js +2 -2
- package/dist/components/viewers/document-viewer/document-viewer.class.js.map +1 -1
- package/dist/components/viewers/email-viewer/email-viewer.class.d.ts +14 -2
- package/dist/components/viewers/email-viewer/email-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/email-viewer/email-viewer.class.js +10 -2
- package/dist/components/viewers/email-viewer/email-viewer.class.js.map +1 -1
- package/dist/components/viewers/geojson-view/geojson-view.class.d.ts +15 -2
- package/dist/components/viewers/geojson-view/geojson-view.class.d.ts.map +1 -1
- package/dist/components/viewers/geojson-view/geojson-view.class.js +13 -2
- package/dist/components/viewers/geojson-view/geojson-view.class.js.map +1 -1
- package/dist/components/viewers/html-viewer/html-viewer.class.d.ts +14 -2
- package/dist/components/viewers/html-viewer/html-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/html-viewer/html-viewer.class.js +11 -3
- package/dist/components/viewers/html-viewer/html-viewer.class.js.map +1 -1
- package/dist/components/viewers/include/include.class.d.ts +15 -2
- package/dist/components/viewers/include/include.class.d.ts.map +1 -1
- package/dist/components/viewers/include/include.class.js +13 -2
- package/dist/components/viewers/include/include.class.js.map +1 -1
- package/dist/components/viewers/pptx-viewer/pptx-viewer.class.d.ts +15 -2
- package/dist/components/viewers/pptx-viewer/pptx-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/pptx-viewer/pptx-viewer.class.js +14 -3
- package/dist/components/viewers/pptx-viewer/pptx-viewer.class.js.map +1 -1
- package/dist/internal/form-associated.d.ts.map +1 -1
- package/dist/internal/form-associated.js +57 -1
- package/dist/internal/form-associated.js.map +1 -1
- package/dist/internal/length-constraints.d.ts +27 -0
- package/dist/internal/length-constraints.d.ts.map +1 -0
- package/dist/internal/length-constraints.js +42 -0
- package/dist/internal/length-constraints.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 +27 -0
- package/dist/internal/localization.js.map +1 -1
- package/dist/internal/persisted-state.d.ts +27 -0
- package/dist/internal/persisted-state.d.ts.map +1 -0
- package/dist/internal/persisted-state.js +57 -0
- package/dist/internal/persisted-state.js.map +1 -0
- package/dist/internal/root-registration-allowlist.d.ts +1 -1
- package/dist/internal/root-registration-allowlist.d.ts.map +1 -1
- package/dist/internal/root-registration-allowlist.js +5 -0
- package/dist/internal/root-registration-allowlist.js.map +1 -1
- package/dist/internal/safe-url.d.ts +13 -2
- package/dist/internal/safe-url.d.ts.map +1 -1
- package/dist/internal/safe-url.js +27 -4
- package/dist/internal/safe-url.js.map +1 -1
- package/dist/internal/text-quote.d.ts +4 -0
- package/dist/internal/text-quote.d.ts.map +1 -1
- package/dist/internal/text-quote.js +21 -0
- package/dist/internal/text-quote.js.map +1 -1
- package/dist/internal/text-viewer-target.d.ts +27 -0
- package/dist/internal/text-viewer-target.d.ts.map +1 -0
- package/dist/internal/text-viewer-target.js +179 -0
- package/dist/internal/text-viewer-target.js.map +1 -0
- package/dist/internal/theme-watcher.d.ts +32 -0
- package/dist/internal/theme-watcher.d.ts.map +1 -0
- package/dist/internal/theme-watcher.js +67 -0
- package/dist/internal/theme-watcher.js.map +1 -0
- package/dist/lyra.d.ts +17 -5
- package/dist/lyra.d.ts.map +1 -1
- package/dist/lyra.js +11 -0
- package/dist/lyra.js.map +1 -1
- package/dist/theme/gemstones.d.ts +22 -0
- package/dist/theme/gemstones.d.ts.map +1 -0
- package/dist/theme/gemstones.js +44 -0
- package/dist/theme/gemstones.js.map +1 -0
- package/dist/theme/theme.d.ts +60 -0
- package/dist/theme/theme.d.ts.map +1 -0
- package/dist/theme/theme.js +132 -0
- package/dist/theme/theme.js.map +1 -0
- package/llms/components/lr-accordion-item.md +1 -0
- package/llms/components/lr-accordion.md +1 -0
- package/llms/components/lr-activity-feed.md +1 -0
- package/llms/components/lr-agent-eval-dashboard.md +29 -0
- package/llms/components/lr-agent-run.md +1 -0
- package/llms/components/lr-agent-trace.md +1 -0
- package/llms/components/lr-agent-workspace.md +1 -0
- package/llms/components/lr-animated-image.md +1 -0
- package/llms/components/lr-animation.md +1 -0
- package/llms/components/lr-app-rail-item.md +8 -2
- package/llms/components/lr-app-rail.md +8 -2
- package/llms/components/lr-approval-queue.md +27 -0
- package/llms/components/lr-archive-viewer.md +9 -3
- package/llms/components/lr-artifact-panel.md +1 -0
- package/llms/components/lr-attachment-chip.md +1 -0
- package/llms/components/lr-attachment-trigger.md +1 -0
- package/llms/components/lr-audio-visualizer.md +1 -0
- package/llms/components/lr-av-player.md +1 -0
- package/llms/components/lr-avatar-group.md +1 -0
- package/llms/components/lr-avatar.md +1 -0
- package/llms/components/lr-badge.md +1 -0
- package/llms/components/lr-bar-chart.md +5 -3
- package/llms/components/lr-box-plot.md +5 -3
- package/llms/components/lr-branch-picker.md +1 -0
- package/llms/components/lr-breadcrumb-item.md +1 -0
- package/llms/components/lr-breadcrumb.md +1 -0
- package/llms/components/lr-browser-frame.md +1 -0
- package/llms/components/lr-bubble-chart.md +5 -3
- package/llms/components/lr-button-group.md +1 -0
- package/llms/components/lr-button.md +29 -3
- package/llms/components/lr-calendar-viewer.md +7 -1
- package/llms/components/lr-calendar.md +1 -0
- package/llms/components/lr-callout.md +1 -0
- package/llms/components/lr-card.md +6 -0
- package/llms/components/lr-carousel-item.md +1 -0
- package/llms/components/lr-carousel.md +1 -0
- package/llms/components/lr-chart.md +50 -14
- package/llms/components/lr-chat-composer.md +1 -0
- package/llms/components/lr-chat-message.md +6 -0
- package/llms/components/lr-chat-viewport.md +1 -0
- package/llms/components/lr-checkbox-group.md +1 -0
- package/llms/components/lr-checkbox.md +5 -0
- package/llms/components/lr-checkpoint.md +1 -0
- package/llms/components/lr-chip-group.md +1 -0
- package/llms/components/lr-chip.md +1 -0
- package/llms/components/lr-chunk-inspector.md +1 -0
- package/llms/components/lr-citation-badge.md +6 -0
- package/llms/components/lr-code-block-core.md +1 -0
- package/llms/components/lr-code-block.md +1 -0
- package/llms/components/lr-code-editor.md +1 -0
- package/llms/components/lr-color-picker.md +1 -0
- package/llms/components/lr-combobox.md +61 -14
- package/llms/components/lr-command-palette.md +1 -0
- package/llms/components/lr-commit-card.md +1 -0
- package/llms/components/lr-community-card.md +1 -0
- package/llms/components/lr-compare-panel.md +1 -0
- package/llms/components/lr-confirm-bar.md +1 -0
- package/llms/components/lr-contact-viewer.md +7 -1
- package/llms/components/lr-context-inspector.md +1 -0
- package/llms/components/lr-context-meter.md +1 -0
- package/llms/components/lr-control-group.md +1 -0
- package/llms/components/lr-conversation-item.md +10 -2
- package/llms/components/lr-copy-button.md +1 -0
- package/llms/components/lr-csv-viewer.md +1 -0
- package/llms/components/lr-dashboard-grid.md +1 -0
- package/llms/components/lr-dataset-viewer.md +1 -0
- package/llms/components/lr-date-input.md +1 -0
- package/llms/components/lr-date-picker.md +1 -0
- package/llms/components/lr-details.md +1 -0
- package/llms/components/lr-dialog.md +1 -0
- package/llms/components/lr-diff-view.md +1 -0
- package/llms/components/lr-divider.md +1 -0
- package/llms/components/lr-dock-panel.md +1 -0
- package/llms/components/lr-document-compare.md +1 -0
- package/llms/components/lr-document-library.md +1 -0
- package/llms/components/lr-document-preview.md +5 -3
- package/llms/components/lr-document-viewer.md +1 -0
- package/llms/components/lr-docx-viewer.md +1 -0
- package/llms/components/lr-doughnut-chart.md +5 -3
- package/llms/components/lr-drawer.md +1 -0
- package/llms/components/lr-drilldown-panel.md +1 -0
- package/llms/components/lr-dropdown-item.md +1 -0
- package/llms/components/lr-dropdown.md +1 -0
- package/llms/components/lr-ebook-viewer.md +1 -0
- package/llms/components/lr-email-viewer.md +7 -1
- package/llms/components/lr-embedding-explorer.md +26 -0
- package/llms/components/lr-emoji-picker.md +1 -0
- package/llms/components/lr-empty.md +4 -1
- package/llms/components/lr-entity-card.md +1 -0
- package/llms/components/lr-entity-chip.md +1 -0
- package/llms/components/lr-entity-dossier.md +1 -0
- package/llms/components/lr-env-list.md +1 -0
- package/llms/components/lr-eval-dataset.md +1 -0
- package/llms/components/lr-eval-result.md +1 -0
- package/llms/components/lr-evaluation-run.md +1 -0
- package/llms/components/lr-export-button.md +1 -0
- package/llms/components/lr-file-icon.md +1 -0
- package/llms/components/lr-file-input.md +14 -1
- package/llms/components/lr-file-tree.md +1 -0
- package/llms/components/lr-filter-bar.md +1 -0
- package/llms/components/lr-flag.md +1 -0
- package/llms/components/lr-flow-canvas.md +1 -0
- package/llms/components/lr-flow-controls.md +1 -0
- package/llms/components/lr-flow-minimap.md +1 -0
- package/llms/components/lr-flow-node.md +1 -0
- package/llms/components/lr-flow-run-overlay.md +1 -0
- package/llms/components/lr-format-bytes.md +1 -0
- package/llms/components/lr-format-date.md +1 -0
- package/llms/components/lr-format-number.md +1 -0
- package/llms/components/lr-gauge.md +1 -0
- package/llms/components/lr-generation-status.md +1 -0
- package/llms/components/lr-geojson-view.md +5 -1
- package/llms/components/lr-graph-legend.md +1 -0
- package/llms/components/lr-graph-query-builder.md +1 -0
- package/llms/components/lr-graph.md +1 -0
- package/llms/components/lr-grounding-summary.md +1 -0
- package/llms/components/lr-handoff-divider.md +1 -0
- package/llms/components/lr-heatmap.md +1 -0
- package/llms/components/lr-highlight-layer.md +1 -0
- package/llms/components/lr-histogram.md +5 -3
- package/llms/components/lr-html-viewer.md +7 -1
- package/llms/components/lr-icon-button.md +10 -4
- package/llms/components/lr-icon.md +1 -0
- package/llms/components/lr-image-comparer.md +1 -0
- package/llms/components/lr-image-viewer.md +1 -0
- package/llms/components/lr-include.md +6 -0
- package/llms/components/lr-ingestion-queue.md +1 -0
- package/llms/components/lr-input.md +21 -1
- package/llms/components/lr-intersection-observer.md +1 -0
- package/llms/components/lr-json-viewer.md +1 -0
- package/llms/components/lr-kbd.md +1 -0
- package/llms/components/lr-knowledge-base-admin.md +30 -0
- package/llms/components/lr-knowledge-base.md +1 -0
- package/llms/components/lr-knowledge-graph-explorer.md +1 -0
- package/llms/components/lr-known-date.md +1 -0
- package/llms/components/lr-lightbox.md +1 -0
- package/llms/components/lr-line-chart.md +5 -3
- package/llms/components/lr-lite-chart.md +20 -2
- package/llms/components/lr-live-region.md +1 -0
- package/llms/components/lr-locale-picker.md +1 -0
- package/llms/components/lr-map.md +1 -0
- package/llms/components/lr-markdown-core.md +1 -0
- package/llms/components/lr-markdown.md +1 -0
- package/llms/components/lr-media-card.md +1 -0
- package/llms/components/lr-memory-panel.md +1 -0
- package/llms/components/lr-mention-popover.md +1 -0
- package/llms/components/lr-menu-item.md +1 -0
- package/llms/components/lr-menu.md +1 -0
- package/llms/components/lr-message-actions.md +1 -0
- package/llms/components/lr-message-feedback.md +1 -0
- package/llms/components/lr-mind-map.md +1 -0
- package/llms/components/lr-model-select.md +8 -1
- package/llms/components/lr-model-settings-panel.md +1 -0
- package/llms/components/lr-mutation-observer.md +1 -0
- package/llms/components/lr-neighbor-list.md +1 -0
- package/llms/components/lr-node-palette.md +1 -0
- package/llms/components/lr-notebook-viewer.md +1 -0
- package/llms/components/lr-number-input.md +5 -3
- package/llms/components/lr-option.md +61 -14
- package/llms/components/lr-page-rail.md +1 -0
- package/llms/components/lr-pagination.md +1 -0
- package/llms/components/lr-path-strip.md +1 -0
- package/llms/components/lr-pdf-viewer.md +1 -0
- package/llms/components/lr-phone-input.md +1 -0
- package/llms/components/lr-pie-chart.md +5 -3
- package/llms/components/lr-playback.md +1 -0
- package/llms/components/lr-polar-area-chart.md +5 -3
- package/llms/components/lr-policy-summary.md +1 -0
- package/llms/components/lr-poll-status.md +1 -0
- package/llms/components/lr-popover.md +4 -0
- package/llms/components/lr-pptx-viewer.md +7 -2
- package/llms/components/lr-progress-bar.md +1 -0
- package/llms/components/lr-progress-ring.md +1 -0
- package/llms/components/lr-provenance-panel.md +1 -0
- package/llms/components/lr-push-to-talk.md +1 -0
- package/llms/components/lr-qr-code.md +1 -0
- package/llms/components/lr-query-builder.md +1 -0
- package/llms/components/lr-radar-chart.md +5 -3
- package/llms/components/lr-radio-group.md +1 -0
- package/llms/components/lr-radio.md +1 -0
- package/llms/components/lr-rag-answer.md +31 -0
- package/llms/components/lr-random-content.md +1 -0
- package/llms/components/lr-rating.md +1 -0
- package/llms/components/lr-relative-time.md +1 -0
- package/llms/components/lr-reorder-item.md +1 -0
- package/llms/components/lr-reorder-list.md +1 -0
- package/llms/components/lr-resize-observer.md +1 -0
- package/llms/components/lr-responsive-panel.md +1 -0
- package/llms/components/lr-result-card.md +1 -0
- package/llms/components/lr-result-field.md +1 -0
- package/llms/components/lr-retrieval-results.md +1 -0
- package/llms/components/lr-retrieval-search.md +1 -0
- package/llms/components/lr-retrieval-trace.md +1 -0
- package/llms/components/lr-rubric-form.md +1 -0
- package/llms/components/lr-scatter-chart.md +5 -3
- package/llms/components/lr-scroller.md +1 -0
- package/llms/components/lr-segmented.md +8 -0
- package/llms/components/lr-select.md +16 -3
- package/llms/components/lr-sequence-strip.md +1 -0
- package/llms/components/lr-skeleton.md +1 -0
- package/llms/components/lr-slider.md +1 -0
- package/llms/components/lr-source-card.md +1 -0
- package/llms/components/lr-source-list.md +1 -0
- package/llms/components/lr-source-picker.md +1 -0
- package/llms/components/lr-span-waterfall.md +1 -0
- package/llms/components/lr-sparkline.md +1 -0
- package/llms/components/lr-spinner.md +1 -0
- package/llms/components/lr-split.md +11 -3
- package/llms/components/lr-spreadsheet-viewer.md +1 -0
- package/llms/components/lr-stack-trace.md +1 -0
- package/llms/components/lr-stat.md +1 -0
- package/llms/components/lr-stepper.md +1 -0
- package/llms/components/lr-stream-status.md +1 -0
- package/llms/components/lr-streaming-text.md +1 -0
- package/llms/components/lr-suggestion-chips.md +1 -0
- package/llms/components/lr-svg-viewer.md +1 -0
- package/llms/components/lr-swatch-picker.md +29 -6
- package/llms/components/lr-switch.md +1 -0
- package/llms/components/lr-table.md +19 -5
- package/llms/components/lr-tabs.md +1 -0
- package/llms/components/lr-tag.md +1 -0
- package/llms/components/lr-task-list.md +1 -0
- package/llms/components/lr-terminal.md +1 -0
- package/llms/components/lr-test-results.md +1 -0
- package/llms/components/lr-textarea.md +20 -0
- package/llms/components/lr-thinking-panel.md +1 -0
- package/llms/components/lr-thread-list.md +2 -1
- package/llms/components/lr-time-input.md +4 -2
- package/llms/components/lr-time-range.md +1 -0
- package/llms/components/lr-timeline-item.md +1 -0
- package/llms/components/lr-timeline.md +1 -0
- package/llms/components/lr-toast-item.md +3 -2
- package/llms/components/lr-toast.md +3 -2
- package/llms/components/lr-token-input.md +1 -0
- package/llms/components/lr-tool-approval-dialog.md +1 -0
- package/llms/components/lr-tool-call-chip.md +6 -0
- package/llms/components/lr-tool-param-form.md +1 -0
- package/llms/components/lr-tool-result-dialog.md +1 -0
- package/llms/components/lr-tool-result-view.md +53 -4
- package/llms/components/lr-tool-select-dialog.md +1 -0
- package/llms/components/lr-tool-timeline.md +1 -0
- package/llms/components/lr-tooltip.md +1 -0
- package/llms/components/lr-tour.md +1 -0
- package/llms/components/lr-trace-tree.md +1 -0
- package/llms/components/lr-transcript-feed.md +1 -0
- package/llms/components/lr-tree-node.md +1 -0
- package/llms/components/lr-tree.md +1 -0
- package/llms/components/lr-typing-indicator.md +13 -8
- package/llms/components/lr-usage-badge.md +1 -0
- package/llms/components/lr-virtual-list.md +1 -0
- package/llms/components/lr-voice-picker.md +1 -0
- package/llms/components/lr-widget-renderer.md +1 -0
- package/llms/components/lr-widget.md +13 -0
- package/llms/components/lr-word-cloud.md +9 -2
- package/llms/components/lr-xml-viewer.md +1 -0
- package/llms/components/lr-zoomable-frame.md +1 -0
- package/llms/index.md +8 -3
- package/llms/peers.md +2 -1
- package/llms/shared.md +88 -0
- package/llms-full.txt +684 -105
- package/llms.txt +2 -2
- package/package.json +20 -2
- package/vscode-css-data.json +176 -1
- package/vscode-html-data.json +551 -23
- package/web-types.json +676 -25
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraCombobox`, also available unregistered from `@aceshooting/lyra-ui/components/forms/combobox/combobox.class.js`
|
|
7
7
|
- **Family** `components/forms/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 21 parts, 14 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Documented with** `lr-option` (same section below)
|
|
10
11
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
11
12
|
|
|
@@ -53,14 +54,21 @@ shared `FormAssociated` mixin — see gotchas).
|
|
|
53
54
|
shown when `maxRender` caps the row list; `{n}` is replaced with the hidden count)
|
|
54
55
|
- `filter: OptionFilter | null = null` (attribute: false — `(option, query) => boolean`; default
|
|
55
56
|
matches `label`/`searchText` case-insensitively; ignored while `source` is set)
|
|
56
|
-
- `source: ComboboxSource | null = null` (attribute: false — `(query: string
|
|
57
|
-
Promise<ComboboxSourceRow[]>`; when set, replaces the light-DOM `<lr-option>`
|
|
58
|
-
lookup, debounced
|
|
59
|
-
|
|
60
|
-
|
|
57
|
+
- `source: ComboboxSource | null = null` (attribute: false — `(query: string, options: { signal:
|
|
58
|
+
AbortSignal }) => Promise<ComboboxSourceRow[]>`; when set, replaces the light-DOM `<lr-option>`
|
|
59
|
+
list with an async lookup, debounced by `sourceDelay` ms after each keystroke and re-run on
|
|
60
|
+
clear/pick. Forward `options.signal` to `fetch(url, { signal })` to cancel the request when a
|
|
61
|
+
newer query supersedes it or the element disconnects. `loadingText` is shown while a call is in
|
|
62
|
+
flight; a stale in-flight call that resolves after a newer one (or after disconnect) is dropped
|
|
63
|
+
via a monotonic token. The `options` parameter is optional in the type, so a legacy
|
|
64
|
+
`(query) => …` source stays assignable.)
|
|
65
|
+
- `sourceDelay: number = 200` (attribute `source-delay` — debounce in ms between the last keystroke
|
|
66
|
+
and the `source` call; `0` fires on every keystroke. Sanitized to a finite non-negative duration,
|
|
67
|
+
falling back to `200` for a non-finite value)
|
|
61
68
|
- `maxRender: number = 200` (attribute `max-render` — caps how many rows render at once, always
|
|
62
69
|
keeping the current selection visible even if it's outside the cap; the excess renders as one
|
|
63
|
-
`overflowText` row instead of being dropped silently
|
|
70
|
+
`overflowText` row instead of being dropped silently. See "Large option lists" below for how to
|
|
71
|
+
size it, and when `source` is the better answer)
|
|
64
72
|
- `value: string | string[]` — a getter/setter: plain `string` in single mode, `string[]` in
|
|
65
73
|
`multiple` mode
|
|
66
74
|
- `selectedRows: ComboboxSourceRow[]` (read-only getter) — structured rows for the current
|
|
@@ -81,11 +89,16 @@ The light-DOM `<lr-option>` path normalizes its supported label/sub/dot/group fi
|
|
|
81
89
|
internal row model.
|
|
82
90
|
|
|
83
91
|
**Events:** typing in the filter exposes the original bubbling/composed, non-cancelable `InputEvent`
|
|
84
|
-
as exactly one host `input` event and does not fire `change`. An actual user
|
|
85
|
-
pointer or keyboard selection, multiple-value toggle, tag/Backspace removal, or
|
|
86
|
-
one bubbling/composed, non-cancelable
|
|
87
|
-
of `change
|
|
88
|
-
|
|
92
|
+
as exactly one host `input` event (no `value` detail) and does not fire `change`. An actual user
|
|
93
|
+
selection mutation — pointer or keyboard selection, multiple-value toggle, tag/Backspace removal, or
|
|
94
|
+
clear — emits exactly one bubbling/composed, non-cancelable `input` `CustomEvent`, immediately
|
|
95
|
+
followed by the same shape of `change`, then a prefixed `lr-change` alias. All three carry
|
|
96
|
+
`detail: { value }` — the new committed selection (a string in single mode, a `string[]` in
|
|
97
|
+
`multiple` mode). `lr-change` mirrors `<lr-checkbox>`'s namespaced alias; subscribe to it when you
|
|
98
|
+
want a `lr-`-prefixed event, or to the native-style `input`/`change` for parity with a native
|
|
99
|
+
control. Re-picking the current single value and programmatic/default/reset/restore writes are
|
|
100
|
+
silent (including on `lr-change`). The clear button emits one `lr-clear` after its
|
|
101
|
+
`input`/`change`/`lr-change` triple.
|
|
89
102
|
`lr-filter` (`detail: { value: string }`) reports the in-progress filter text on every user-driven
|
|
90
103
|
keystroke — the live as-you-typed search string, deliberately *not* `value`, which is the committed
|
|
91
104
|
selection. It is the supported way to read that text; reaching into the shadow root for
|
|
@@ -102,8 +115,8 @@ The internal input's `focus` and `blur` are re-dispatched as bubbling, composed
|
|
|
102
115
|
committed selection and an in-progress filter query, so the button renders whenever either has
|
|
103
116
|
something to clear, and one press clears both:
|
|
104
117
|
|
|
105
|
-
- Clearing a selection emits `input`, then `change`, then `lr-clear` — and, if the
|
|
106
|
-
non-empty, `lr-filter` with an empty `value`.
|
|
118
|
+
- Clearing a selection emits `input`, then `change`, then `lr-change`, then `lr-clear` — and, if the
|
|
119
|
+
query was also non-empty, `lr-filter` with an empty `value`.
|
|
107
120
|
- A **query-only** clear (nothing selected, just typed text) emits `lr-filter` with an empty
|
|
108
121
|
`value` and deliberately **no** `change` and **no** `lr-clear`. There was no selection
|
|
109
122
|
transition to report, so announcing one would be a lie. Don't listen for `lr-clear` to detect
|
|
@@ -113,6 +126,32 @@ something to clear, and one press clears both:
|
|
|
113
126
|
selected label rather than the query, so a stale query alone never surfaces a button offering to
|
|
114
127
|
clear text the user cannot see.
|
|
115
128
|
|
|
129
|
+
**Large option lists: sizing `maxRender`, and why the listbox is not windowed.** Every row that
|
|
130
|
+
survives the filter and fits under `maxRender` is a real DOM element — the listbox renders its rows
|
|
131
|
+
in full rather than recycling a small window of them across a scroll. That is a deliberate
|
|
132
|
+
accessibility constraint, not an omission: the filter input carries `aria-activedescendant`, which
|
|
133
|
+
is an **IDREF**, and an IDREF only resolves within its own tree scope. Moving the rows into the
|
|
134
|
+
library's windowing primitive (`<lr-virtual-list>`) would place them one shadow root deeper than the
|
|
135
|
+
input that has to point at them, where neither the attribute nor its `ariaActiveDescendantElement`
|
|
136
|
+
element-reflection replacement can reach — element reflection resolves same-root or upward only. So
|
|
137
|
+
`<lr-virtual-list>` stays `role="list"`/`role="listitem"` and is the right tool for feeds and
|
|
138
|
+
viewers, not for a listbox whose active row must stay addressable.
|
|
139
|
+
|
|
140
|
+
What that means in practice:
|
|
141
|
+
|
|
142
|
+
- **Up to a few hundred rows, raise `maxRender` and move on.** A few hundred flex rows is an
|
|
143
|
+
unremarkable amount of DOM; a country, currency, or time-zone list (typically 200–450 entries)
|
|
144
|
+
renders comfortably with `max-render` set to cover it. The cap exists to bound pathological
|
|
145
|
+
cases, not to make lists of that size expensive.
|
|
146
|
+
- **Past roughly a thousand rows, reach for `source` instead of a larger cap.** An async source
|
|
147
|
+
narrows the candidate set before it ever becomes DOM, which is a categorically better trade than
|
|
148
|
+
rendering everything and asking the browser to lay it out. Pair it with `sourceDelay` to debounce.
|
|
149
|
+
- **Leave the overflow row doing its job.** When the cap does bite, the excess collapses into one
|
|
150
|
+
`overflowText` row (default `"+{n} more — refine your search"`) rather than disappearing
|
|
151
|
+
silently, and the current selection is always kept visible even when it falls outside the cap.
|
|
152
|
+
Suppressing that row by setting `maxRender` far above the real list size trades a useful "keep
|
|
153
|
+
typing" affordance for layout work no user asked for.
|
|
154
|
+
|
|
116
155
|
**Slots:** default (`<lr-option>` children), `label`, `hint`, `error` (overrides the `errorText`
|
|
117
156
|
attribute when provided), plus two adornment slots:
|
|
118
157
|
- `start` — content at the inline-start of the trigger row, before the selected-value tags and the
|
|
@@ -142,6 +181,14 @@ a hovered or keyboard-active `[part='option']` row — the same per-component in
|
|
|
142
181
|
`lr-select`'s identical `--lr-select-option-active-bg` uses, so a consumer can retheme just this
|
|
143
182
|
row state without hijacking the shared `--lr-color-brand-quiet` token library-wide.
|
|
144
183
|
|
|
184
|
+
The currently-**selected** row (`[part='option'][aria-selected='true']`) has its own matching set:
|
|
185
|
+
`--lr-combobox-option-selected-bg` (default `transparent`), `--lr-combobox-option-selected-border`
|
|
186
|
+
and `--lr-combobox-option-selected-color` (both default `var(--lr-color-brand)`), and
|
|
187
|
+
`--lr-combobox-option-selected-font-weight` (default `var(--lr-font-weight-semibold)`) — the same
|
|
188
|
+
four-token indirection `lr-select`/`lr-model-select` already provide for their own selected row.
|
|
189
|
+
Like the active-bg knob these are inline `var()` fallbacks, not declared on `:host`, so a consumer
|
|
190
|
+
can retheme the selected row without hijacking `--lr-color-brand` library-wide.
|
|
191
|
+
|
|
145
192
|
`--lr-combobox-trigger-height` pins an **exact** input-container height (both floors and caps it),
|
|
146
193
|
for pixel-matching an `<lr-input>` or `<lr-select>` in the same toolbar row. It is **undeclared by
|
|
147
194
|
default**, leaving `--lr-combobox-trigger-min-height` as a floor only and the row free to grow —
|
|
@@ -203,7 +250,7 @@ Session-history/autofill state is stored as a name-independent JSON string array
|
|
|
203
250
|
array restores the selection (single mode keeps its first entry); malformed or wrong-shape state
|
|
204
251
|
restores an empty selection. Restored state wins even when it arrives before the first option
|
|
205
252
|
collection, while `form.reset()` still returns to the declarative selected default. Restoration is
|
|
206
|
-
synchronous and fires no `input`/`change` event.
|
|
253
|
+
synchronous and fires no `input`/`change`/`lr-change` event.
|
|
207
254
|
|
|
208
255
|
**Known gotchas:**
|
|
209
256
|
- `with-clear` remains supported for compatibility, but new code should use the mirrored
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraCommandPalette`, also available unregistered from `@aceshooting/lyra-ui/components/layout/command-palette/command-palette.class.js`
|
|
7
7
|
- **Family** `components/layout/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 11 parts, 6 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraCommitCard`, also available unregistered from `@aceshooting/lyra-ui/components/agent-tools/commit-card/commit-card.class.js`
|
|
7
7
|
- **Family** `components/agent-tools/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 17 parts, 1 custom property — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraCommunityCard`, also available unregistered from `@aceshooting/lyra-ui/components/retrieval/community-card/community-card.class.js`
|
|
7
7
|
- **Family** `components/retrieval/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 11 parts, 0 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraComparePanel`, also available unregistered from `@aceshooting/lyra-ui/components/agent-tools/compare-panel/compare-panel.class.js`
|
|
7
7
|
- **Family** `components/agent-tools/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 9 parts, 1 custom property — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraConfirmBar`, also available unregistered from `@aceshooting/lyra-ui/components/agent-tools/confirm-bar/confirm-bar.class.js`
|
|
7
7
|
- **Family** `components/agent-tools/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 19 parts, 5 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraContactViewer`, also available unregistered from `@aceshooting/lyra-ui/components/viewers/contact-viewer/contact-viewer.class.js`
|
|
7
7
|
- **Family** `components/viewers/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 10 parts, 1 custom property — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -20,7 +21,12 @@ label when `FN` is absent).
|
|
|
20
21
|
Remote resources are capped at 25 MB; exceeding it surfaces the localized
|
|
21
22
|
`documentPreviewResourceTooLarge` message instead of the contacts.
|
|
22
23
|
|
|
23
|
-
**Properties:** `src`, `name`, and `maxHeight` (attribute `max-height`) are strings.
|
|
24
|
+
**Properties:** `src`, `name`, and `maxHeight` (attribute `max-height`) are strings. A host
|
|
25
|
+
`aria-label` takes precedence over `name`. `highlights`, `activeHighlightId`, `anchor`, and
|
|
26
|
+
`anchorKinds` (`['text-quote', 'fragment']`) provide the shared text-viewer contract.
|
|
27
|
+
|
|
28
|
+
**Methods:** `search(query)`, `searchNext()`, `searchPrevious()`, `clearSearch()`, and
|
|
29
|
+
`scrollToAnchor()` operate on rendered contact text and emit the shared search/anchor events.
|
|
24
30
|
|
|
25
31
|
**Events:** `lr-render-error` with `detail.error` when fetching or parsing fails.
|
|
26
32
|
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraContextInspector`, also available unregistered from `@aceshooting/lyra-ui/components/agent-tools/context-inspector/context-inspector.class.js`
|
|
7
7
|
- **Family** `components/agent-tools/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 15 parts, 0 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraContextMeter`, also available unregistered from `@aceshooting/lyra-ui/components/data/context-meter/context-meter.class.js`
|
|
7
7
|
- **Family** `components/data/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 4 parts, 1 custom property — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraControlGroup`, also available unregistered from `@aceshooting/lyra-ui/components/layout/control-group/control-group.class.js`
|
|
7
7
|
- **Family** `components/layout/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 1 part, 1 custom property — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraConversationItem`, also available unregistered from `@aceshooting/lyra-ui/components/conversation/conversation-item/conversation-item.class.js`
|
|
7
7
|
- **Family** `components/conversation/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 12 parts, 7 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -73,8 +74,8 @@ in-place rename `<input>`'s own `focus`, for the same reason as `blur`)
|
|
|
73
74
|
|
|
74
75
|
`leading`/`content`/`excerpt`/`meta` must all stay non-focusable — see the `role="button"` note below.
|
|
75
76
|
|
|
76
|
-
**CSS parts:** `base`, `
|
|
77
|
-
`timestamp`, `actions`
|
|
77
|
+
**CSS parts:** `base`, `active-indicator` (decorative, rendered only while `active`), `option`,
|
|
78
|
+
`content`, `title`, `title-input`, `rename-button`, `excerpt`, `timestamp`, `actions`
|
|
78
79
|
|
|
79
80
|
**Themeable custom properties:** `--lr-conversation-item-active-bg` (default
|
|
80
81
|
`var(--lr-color-brand-quiet)`) — the row's background while `active`. `--lr-conversation-item-active-color`
|
|
@@ -93,6 +94,13 @@ the default active background; keep any override at 4.5:1 or better against it.
|
|
|
93
94
|
custom active background needs its own title color set alongside them, or the title drops below
|
|
94
95
|
contrast while the excerpt stays legible.
|
|
95
96
|
|
|
97
|
+
`--lr-conversation-item-active-indicator-color` (default `var(--lr-color-brand)`) controls the
|
|
98
|
+
decorative `active-indicator` part's color. `--lr-conversation-item-active-indicator-width`
|
|
99
|
+
(default `var(--lr-size-2px)`) controls its inline width. `--lr-conversation-item-active-indicator-inset-inline`
|
|
100
|
+
(default `0 auto`) controls its logical inline insets; set `auto 0` to move the indicator to
|
|
101
|
+
inline-end. The indicator is `aria-hidden`, occupies the full row block-size, and is absent while
|
|
102
|
+
the row is inactive.
|
|
103
|
+
|
|
96
104
|
`--lr-conversation-item-compact-padding` (default `var(--lr-space-xs) var(--lr-space-s)`) —
|
|
97
105
|
`[part='base']`'s padding while `compact`. `--lr-conversation-item-compact-gap` (default
|
|
98
106
|
`var(--lr-space-2xs)`) — `[part='base']`'s gap while `compact`. Like the active-state pair, both are
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraCopyButton`, also available unregistered from `@aceshooting/lyra-ui/components/utility/copy-button/copy-button.class.js`
|
|
7
7
|
- **Family** `components/utility/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 1 part, 0 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraCsvViewer`, also available unregistered from `@aceshooting/lyra-ui/components/viewers/csv-viewer/csv-viewer.class.js`
|
|
7
7
|
- **Family** `components/viewers/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** `papaparse` — see `llms/peers.md`
|
|
9
|
+
- **Themeable via** 10 parts, 2 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraDashboardGrid`, also available unregistered from `@aceshooting/lyra-ui/components/layout/dashboard-grid/dashboard-grid.class.js`
|
|
7
7
|
- **Family** `components/layout/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 5 parts, 4 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraDatasetViewer`, also available unregistered from `@aceshooting/lyra-ui/components/viewers/dataset-viewer/dataset-viewer.class.js`
|
|
7
7
|
- **Family** `components/viewers/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** `papaparse` — see `llms/peers.md`
|
|
9
|
+
- **Themeable via** 11 parts, 2 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraDateInput`, also available unregistered from `@aceshooting/lyra-ui/components/forms/date-picker/date-input.class.js`
|
|
7
7
|
- **Family** `components/forms/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 13 parts, 5 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Documented with** `lr-date-picker` (same section below)
|
|
10
11
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
11
12
|
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraDatePicker`, also available unregistered from `@aceshooting/lyra-ui/components/forms/date-picker/date-picker.class.js`
|
|
7
7
|
- **Family** `components/forms/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 18 parts, 0 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Documented with** `lr-date-input` (same section below)
|
|
10
11
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
11
12
|
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraDetails`, also available unregistered from `@aceshooting/lyra-ui/components/layout/details/details.class.js`
|
|
7
7
|
- **Family** `components/layout/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 3 parts, 0 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Documented with** `lr-accordion`, `lr-accordion-item` (same section below)
|
|
10
11
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
11
12
|
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraDialog`, also available unregistered from `@aceshooting/lyra-ui/components/overlays/dialog/dialog.class.js`
|
|
7
7
|
- **Family** `components/overlays/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 8 parts, 3 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraDiffView`, also available unregistered from `@aceshooting/lyra-ui/components/utility/diff-view/diff-view.class.js`
|
|
7
7
|
- **Family** `components/utility/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** `shiki` — see `llms/peers.md`
|
|
9
|
+
- **Themeable via** 4 parts, 1 custom property — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraDivider`, also available unregistered from `@aceshooting/lyra-ui/components/utility/divider/divider.class.js`
|
|
7
7
|
- **Family** `components/utility/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 1 part, 0 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraDockPanel`, also available unregistered from `@aceshooting/lyra-ui/components/layout/dock-panel/dock-panel.class.js`
|
|
7
7
|
- **Family** `components/layout/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 4 parts, 1 custom property — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraDocumentCompare`, also available unregistered from `@aceshooting/lyra-ui/components/viewers/document-compare/document-compare.class.js`
|
|
7
7
|
- **Family** `components/viewers/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** `shiki` — see `llms/peers.md`
|
|
9
|
+
- **Themeable via** 7 parts, 1 custom property — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraDocumentLibrary`, also available unregistered from `@aceshooting/lyra-ui/components/data/document-library/document-library.class.js`
|
|
7
7
|
- **Family** `components/data/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 12 parts, 0 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraDocumentPreview`, also available unregistered from `@aceshooting/lyra-ui/components/viewers/document-preview/document-preview.class.js`
|
|
7
7
|
- **Family** `components/viewers/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 15 parts, 5 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -175,9 +176,10 @@ available, the region becomes a standard `role="progressbar"` instead, self-desc
|
|
|
175
176
|
just via two different mechanisms depending on timing.
|
|
176
177
|
- `download-link` (and thus `lr-download`) only renders/fires when `src` is set — a generic-fallback
|
|
177
178
|
state with no `src` shows only the file glyph and message, with no download affordance at all.
|
|
178
|
-
- `download-link` also never renders for a `data:` URL, even though `data:` is accepted
|
|
179
|
-
sinks
|
|
180
|
-
in the
|
|
179
|
+
- `download-link` also never renders for a `data:` or `mailto:` URL, even though `data:` is accepted
|
|
180
|
+
for text/image sinks and `mailto:` is accepted for navigation anchors elsewhere in the library — a
|
|
181
|
+
`src="data:..."` document renders/fetches fine but falls back to no download affordance in the
|
|
182
|
+
generic state, and a `mailto:` names no retrievable bytes so it cannot be a download target at all.
|
|
181
183
|
- A `src` that fails its sink's URL-safety check does **not** raise `lr-render-error` — that event is
|
|
182
184
|
reserved for a `fetch()` that was actually attempted and failed at the network layer; an unsafe/
|
|
183
185
|
malformed `src` is silently treated as unusable instead (a rendered `[part="error"]` message for
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraDocumentViewer`, also available unregistered from `@aceshooting/lyra-ui/components/viewers/document-viewer/document-viewer.class.js`
|
|
7
7
|
- **Family** `components/viewers/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 2 parts, 1 custom property — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraDocxViewer`, also available unregistered from `@aceshooting/lyra-ui/components/viewers/docx-viewer/docx-viewer.class.js`
|
|
7
7
|
- **Family** `components/viewers/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** `dompurify`, `mammoth` — see `llms/peers.md`
|
|
9
|
+
- **Themeable via** 8 parts, 1 custom property — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
- **Import** `import '@aceshooting/lyra-ui/components/charts/chart/doughnut-chart.js';` (registers the tag; side-effect import)
|
|
6
6
|
- **Class** `LyraDoughnutChart`, also available unregistered from `@aceshooting/lyra-ui/components/charts/chart/doughnut-chart.class.js`
|
|
7
7
|
- **Family** `components/charts/` — see `llms/index.md` for its siblings
|
|
8
|
-
- **Optional peers** `chart.js`, `chartjs-plugin-zoom` — see `llms/peers.md`
|
|
8
|
+
- **Optional peers** `chart.js`, `chartjs-plugin-datalabels`, `chartjs-plugin-zoom` — see `llms/peers.md`
|
|
9
|
+
- **Themeable via** 7 parts, 6 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Documented with** `lr-line-chart`, `lr-bar-chart`, `lr-pie-chart`, `lr-radar-chart`, `lr-polar-area-chart`, `lr-bubble-chart`, `lr-scatter-chart` (same section below)
|
|
10
11
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
11
12
|
|
|
@@ -26,7 +27,8 @@ of every entry in these lists.**
|
|
|
26
27
|
|
|
27
28
|
**Properties:** `labels`, `datasets`, `legend`, `legendPosition` (attribute `legend-position`),
|
|
28
29
|
`valueFormatter`, `area`, `zoom`, `height`, `xLabel` (`x-label`), `yLabel` (`y-label`), `y2Label`
|
|
29
|
-
(`y2-label`), `beginAtZero` (`begin-at-zero`), `horizontal`, `stacked`, `
|
|
30
|
+
(`y2-label`), `beginAtZero` (`begin-at-zero`), `horizontal`, `stacked`, `dataLabels`
|
|
31
|
+
(`data-labels`), `stackTotals` (`stack-totals`), `config`, `accessibleLabel`
|
|
30
32
|
(`accessible-label`), `accessibleDescription` (`accessible-description`), `showDataTable`
|
|
31
33
|
(`show-data-table`), `chartArea` (readonly). `type` is the only member that differs: read-only,
|
|
32
34
|
locked to this tag's value.
|
|
@@ -47,7 +49,7 @@ dependency fails to load — see `llms/components/lr-chart.md`).
|
|
|
47
49
|
`--lr-chart-tooltip-text`.
|
|
48
50
|
|
|
49
51
|
**Optional peer deps:** same as `lr-chart` — `chart.js`, plus `chartjs-plugin-zoom` only once
|
|
50
|
-
`zoom` is set.
|
|
52
|
+
`zoom` is set, and `chartjs-plugin-datalabels` only once `data-labels`/`stack-totals` is set.
|
|
51
53
|
|
|
52
54
|
```html
|
|
53
55
|
<lr-bar-chart legend></lr-bar-chart>
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraDrawer`, also available unregistered from `@aceshooting/lyra-ui/components/overlays/drawer/drawer.class.js`
|
|
7
7
|
- **Family** `components/overlays/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 8 parts, 7 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraDrilldownPanel`, also available unregistered from `@aceshooting/lyra-ui/components/layout/drilldown-panel/drilldown-panel.class.js`
|
|
7
7
|
- **Family** `components/layout/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 11 parts, 0 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraDropdownItem`, also available unregistered from `@aceshooting/lyra-ui/components/layout/menu/dropdown-item.class.js`
|
|
7
7
|
- **Family** `components/layout/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 4 parts, 0 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Documented with** `lr-menu`, `lr-menu-item` (same section below)
|
|
10
11
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
11
12
|
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraDropdown`, also available unregistered from `@aceshooting/lyra-ui/components/overlays/overlay/dropdown.class.js`
|
|
7
7
|
- **Family** `components/overlays/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 3 parts, 1 custom property — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraEbookViewer`, also available unregistered from `@aceshooting/lyra-ui/components/viewers/ebook-viewer/ebook-viewer.class.js`
|
|
7
7
|
- **Family** `components/viewers/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** `epubjs` — see `llms/peers.md`
|
|
9
|
+
- **Themeable via** 9 parts, 0 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraEmailViewer`, also available unregistered from `@aceshooting/lyra-ui/components/viewers/email-viewer/email-viewer.class.js`
|
|
7
7
|
- **Family** `components/viewers/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** `dompurify`, `postal-mime` — see `llms/peers.md`
|
|
9
|
+
- **Themeable via** 24 parts, 1 custom property — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -26,7 +27,12 @@ Remote resources are capped at 25 MB; exceeding it surfaces the localized
|
|
|
26
27
|
|
|
27
28
|
**Properties:** `src`, `name`, and `maxHeight` (attribute `max-height`) are strings. `foldQuotes:
|
|
28
29
|
boolean = false` (attribute `fold-quotes`) — collapses trailing quoted-reply text/HTML behind a
|
|
29
|
-
localized show/hide toggle. `false` (the default) preserves the full body rendering.
|
|
30
|
+
localized show/hide toggle. `false` (the default) preserves the full body rendering. A host
|
|
31
|
+
`aria-label` takes precedence over `name`. `highlights`, `activeHighlightId`, `anchor`, and
|
|
32
|
+
`anchorKinds` (`['text-quote', 'fragment']`) provide the shared text-viewer contract.
|
|
33
|
+
|
|
34
|
+
**Methods:** `search(query)`, `searchNext()`, `searchPrevious()`, `clearSearch()`, and
|
|
35
|
+
`scrollToAnchor()` operate on rendered message text and emit the shared search/anchor events.
|
|
30
36
|
|
|
31
37
|
**Events:** `lr-render-error` with `detail.error` when fetching or parsing fails.
|
|
32
38
|
`lr-attachment-open` — `detail: { attachment: { filename, mimeType, content? } }`, `content` a
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<!-- GENERATED by scripts/build-llms.mjs from llms/retrieval.md — do not edit this file. -->
|
|
2
|
+
|
|
3
|
+
# `lr-embedding-explorer`
|
|
4
|
+
|
|
5
|
+
- **Import** `import '@aceshooting/lyra-ui/components/retrieval/embedding-explorer/embedding-explorer.js';` (registers the tag; side-effect import)
|
|
6
|
+
- **Class** `LyraEmbeddingExplorer`, also available unregistered from `@aceshooting/lyra-ui/components/retrieval/embedding-explorer/embedding-explorer.class.js`
|
|
7
|
+
- **Family** `components/retrieval/` — see `llms/index.md` for its siblings
|
|
8
|
+
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 4 parts, 0 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
10
|
+
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
## `lr-embedding-explorer`
|
|
15
|
+
|
|
16
|
+
Dependency-free accessible 2D embedding projection viewer. Coordinates are projected by the host;
|
|
17
|
+
the component only normalizes them into SVG, colors optional clusters, and emits selection events.
|
|
18
|
+
|
|
19
|
+
**Properties:** `points: EmbeddingPoint[] = []` (attribute: false), where each point is `{ id, x,
|
|
20
|
+
y, label?, sourceId?, cluster? }`; `selectedId: string = ''`; `height: string = '360px'`;
|
|
21
|
+
`accessibleLabel: string | null = null` (attribute `aria-label`). Non-finite coordinates are
|
|
22
|
+
omitted.
|
|
23
|
+
|
|
24
|
+
**Events:** `lr-point-select` (`{ point }`), activated by click or Enter/Space.
|
|
25
|
+
|
|
26
|
+
**CSS parts:** `base`, `plot`, `point`, `empty`.
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraEmojiPicker`, also available unregistered from `@aceshooting/lyra-ui/components/forms/emoji-picker/emoji-picker.class.js`
|
|
7
7
|
- **Family** `components/forms/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** `emoji-picker-element-data` — see `llms/peers.md`
|
|
9
|
+
- **Themeable via** 14 parts, 5 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraEmpty`, also available unregistered from `@aceshooting/lyra-ui/components/overlays/empty/empty.class.js`
|
|
7
7
|
- **Family** `components/overlays/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 5 parts, 4 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -34,7 +35,9 @@ the existing `flex-start` cross-axis and `start` text alignment, and `center` ce
|
|
|
34
35
|
`--lr-empty-compact-padding` (default `--lr-space-xs` — padding used in compact mode),
|
|
35
36
|
`--lr-empty-compact-gap` (default `--lr-space-2xs` — gap between the icon, heading, and description
|
|
36
37
|
in compact mode; the non-compact layout's gap stays the plain shared `--lr-space-s` token, not
|
|
37
|
-
independently themeable),
|
|
38
|
+
independently themeable), `--lr-empty-compact-font-size` (compact mode only; unset by default with
|
|
39
|
+
**no fallback value** — the compact heading keeps its ordinary inherited font size until a
|
|
40
|
+
consumer explicitly sets this token), plus shared tokens (`--lr-space-xs/-s/-l`,
|
|
38
41
|
`--lr-color-text-quiet/-border/-text`).
|
|
39
42
|
|
|
40
43
|
**Optional peer deps:** none.
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraEntityCard`, also available unregistered from `@aceshooting/lyra-ui/components/retrieval/entity-card/entity-card.class.js`
|
|
7
7
|
- **Family** `components/retrieval/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 12 parts, 2 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraEntityChip`, also available unregistered from `@aceshooting/lyra-ui/components/retrieval/entity-chip/entity-chip.class.js`
|
|
7
7
|
- **Family** `components/retrieval/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 3 parts, 3 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraEntityDossier`, also available unregistered from `@aceshooting/lyra-ui/components/retrieval/entity-dossier/entity-dossier.class.js`
|
|
7
7
|
- **Family** `components/retrieval/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 9 parts, 0 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraEnvList`, also available unregistered from `@aceshooting/lyra-ui/components/data/env-list/env-list.class.js`
|
|
7
7
|
- **Family** `components/data/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
+
- **Themeable via** 6 parts, 2 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
9
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
10
11
|
|
|
11
12
|
---
|