@aceshooting/lyra-ui 13.0.1 → 14.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +329 -0
- package/custom-elements.json +1 -1
- package/dist/cli/migration-contract.json +1 -1
- package/dist/components/agent-tools/activity-feed/activity-feed.class.d.ts +23 -15
- package/dist/components/agent-tools/activity-feed/activity-feed.class.js +9 -6
- package/dist/components/agent-tools/agent-trace/agent-trace.class.d.ts +12 -3
- package/dist/components/agent-tools/agent-trace/agent-trace.class.js +2 -1
- package/dist/components/agent-tools/approval-queue/approval-queue.class.d.ts +4 -2
- package/dist/components/agent-tools/approval-queue/approval-queue.class.js +1 -1
- package/dist/components/agent-tools/artifact-panel/artifact-panel.styles.js +1 -1
- package/dist/components/agent-tools/commit-card/commit-card.class.d.ts +3 -1
- package/dist/components/agent-tools/commit-card/commit-card.class.js +2 -2
- package/dist/components/agent-tools/compare-panel/compare-panel.class.d.ts +2 -1
- package/dist/components/agent-tools/compare-panel/compare-panel.styles.js +1 -1
- package/dist/components/agent-tools/prompt-studio/prompt-studio.class.d.ts +6 -2
- package/dist/components/agent-tools/prompt-studio/prompt-studio.class.js +8 -8
- package/dist/components/agent-tools/result-card/result-card.class.d.ts +1 -1
- package/dist/components/agent-tools/result-card/result-card.class.js +1 -1
- package/dist/components/agent-tools/result-card/result-field.class.d.ts +1 -1
- package/dist/components/agent-tools/result-card/result-field.class.js +1 -1
- package/dist/components/agent-tools/schema-viewer/schema-viewer.class.d.ts +5 -5
- package/dist/components/agent-tools/schema-viewer/schema-viewer.class.js +23 -10
- package/dist/components/agent-tools/span-waterfall/span-waterfall.class.d.ts +13 -6
- package/dist/components/agent-tools/span-waterfall/span-waterfall.class.js +3 -3
- package/dist/components/agent-tools/span-waterfall/span-waterfall.styles.js +1 -1
- package/dist/components/agent-tools/stack-trace/stack-trace-parse.js +3 -3
- package/dist/components/agent-tools/stack-trace/stack-trace.class.d.ts +1 -1
- package/dist/components/agent-tools/stack-trace/stack-trace.class.js +1 -1
- package/dist/components/agent-tools/subagent-panel/subagent-panel.class.js +1 -1
- package/dist/components/agent-tools/subagent-panel/subagent-panel.styles.js +1 -1
- package/dist/components/agent-tools/task-list/task-list.class.d.ts +1 -2
- package/dist/components/agent-tools/task-list/task-list.class.js +2 -2
- package/dist/components/agent-tools/terminal/terminal.class.d.ts +11 -2
- package/dist/components/agent-tools/terminal/terminal.class.js +5 -5
- package/dist/components/agent-tools/terminal/terminal.styles.js +1 -1
- package/dist/components/agent-tools/test-results/test-results.class.d.ts +4 -2
- package/dist/components/agent-tools/test-results/test-results.class.js +2 -2
- package/dist/components/agent-tools/thinking-panel/thinking-panel.class.d.ts +2 -0
- package/dist/components/agent-tools/thinking-panel/thinking-panel.styles.js +1 -1
- package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.js +1 -1
- package/dist/components/agent-tools/tool-call-chip/tool-call-chip.class.d.ts +2 -2
- package/dist/components/agent-tools/tool-call-chip/tool-call-chip.class.js +1 -1
- package/dist/components/agent-tools/tool-param-form/tool-param-form.class.js +3 -2
- package/dist/components/agent-tools/tool-param-form/tool-param-form.d.ts +1 -1
- package/dist/components/agent-tools/tool-param-form/tool-param-form.js +1 -1
- package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.class.js +2 -2
- package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.styles.js +1 -1
- package/dist/components/agent-tools/tool-result-view/registry.d.ts +2 -1
- package/dist/components/agent-tools/tool-result-view/tool-result-view.class.d.ts +1 -1
- package/dist/components/agent-tools/tool-result-view/tool-result-view.class.js +1 -1
- package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.class.d.ts +18 -12
- package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.class.js +7 -7
- package/dist/components/agent-tools/tool-timeline/tool-timeline.class.d.ts +9 -3
- package/dist/components/agent-tools/tool-timeline/tool-timeline.class.js +1 -1
- package/dist/components/agent-tools/trace-tree/span.d.ts +3 -1
- package/dist/components/agent-tools/trace-tree/span.js +1 -1
- package/dist/components/agent-tools/trace-tree/trace-tree.styles.js +1 -1
- package/dist/components/charts/chart/box-plot.class.d.ts +12 -3
- package/dist/components/charts/chart/box-plot.class.js +9 -9
- package/dist/components/charts/chart/box-plot.styles.js +1 -1
- package/dist/components/charts/chart/chart-core-loader.js +1 -1
- package/dist/components/charts/chart/chart-feature-loader.js +1 -1
- package/dist/components/charts/chart/chart-preload.d.ts +1 -1
- package/dist/components/charts/chart/chart-preload.js +1 -1
- package/dist/components/charts/chart/chart.class.d.ts +33 -10
- package/dist/components/charts/chart/chart.class.js +23 -14
- package/dist/components/charts/chart/chart.styles.js +1 -1
- package/dist/components/charts/chart/histogram-bin.js +1 -1
- package/dist/components/charts/chart/lite-chart.class.d.ts +20 -11
- package/dist/components/charts/chart/lite-chart.class.js +17 -11
- package/dist/components/charts/chart/lite-chart.styles.js +1 -1
- package/dist/components/conversation/agent-workspace/agent-workspace.class.d.ts +1 -1
- package/dist/components/conversation/agent-workspace/agent-workspace.class.js +2 -2
- package/dist/components/conversation/audio-visualizer/audio-visualizer.class.d.ts +10 -5
- package/dist/components/conversation/audio-visualizer/audio-visualizer.class.js +1 -1
- package/dist/components/conversation/branch-picker/branch-picker.class.d.ts +4 -2
- package/dist/components/conversation/branch-picker/branch-picker.class.js +1 -1
- package/dist/components/conversation/branch-picker/branch-picker.styles.js +1 -1
- package/dist/components/conversation/chat-composer/chat-composer.class.d.ts +6 -2
- package/dist/components/conversation/chat-composer/chat-composer.class.js +3 -3
- package/dist/components/conversation/chat-composer/chat-composer.styles.js +1 -1
- package/dist/components/conversation/chat-message/chat-message.class.d.ts +4 -3
- package/dist/components/conversation/chat-message/chat-message.class.js +2 -2
- package/dist/components/conversation/chat-message/chat-message.styles.js +1 -1
- package/dist/components/conversation/chat-viewport/chat-viewport.styles.js +1 -1
- package/dist/components/conversation/code-block/code-block-core.class.d.ts +4 -3
- package/dist/components/conversation/code-block/code-block-core.class.js +1 -1
- package/dist/components/conversation/code-block/code-block-shared.d.ts +3 -3
- package/dist/components/conversation/code-block/code-block-shared.js +2 -2
- package/dist/components/conversation/code-block/code-block.class.d.ts +4 -3
- package/dist/components/conversation/code-block/code-block.class.js +1 -1
- package/dist/components/conversation/code-block/code-block.styles.js +1 -1
- package/dist/components/conversation/code-block/code-loader.d.ts +1 -1
- package/dist/components/conversation/code-block/code-loader.js +1 -1
- package/dist/components/conversation/code-block/shiki-types.d.ts +2 -0
- package/dist/components/conversation/code-block/shiki-types.js +1 -1
- package/dist/components/conversation/conversation-item/conversation-item.class.js +1 -1
- package/dist/components/conversation/conversation-item/conversation-item.styles.js +1 -1
- package/dist/components/conversation/generation-metrics/generation-metrics.styles.js +1 -1
- package/dist/components/conversation/markdown/katex-loader.d.ts +4 -4
- package/dist/components/conversation/markdown/katex-loader.js +1 -1
- package/dist/components/conversation/markdown/markdown-base.class.js +1 -1
- package/dist/components/conversation/markdown/markdown-core.class.d.ts +1 -1
- package/dist/components/conversation/markdown/markdown-loader.d.ts +1 -1
- package/dist/components/conversation/markdown/markdown-loader.js +1 -1
- package/dist/components/conversation/markdown/markdown-shared.d.ts +6 -1
- package/dist/components/conversation/markdown/markdown-shared.js +5 -4
- package/dist/components/conversation/markdown/markdown.class.d.ts +1 -1
- package/dist/components/conversation/message-actions/message-actions.class.d.ts +18 -3
- package/dist/components/conversation/message-actions/message-actions.class.js +2 -2
- package/dist/components/conversation/message-actions/message-actions.styles.js +1 -1
- package/dist/components/conversation/message-actions/toolbar-actions.d.ts +3 -1
- package/dist/components/conversation/message-actions/toolbar-actions.js +1 -1
- package/dist/components/conversation/message-feedback/message-feedback.class.d.ts +40 -15
- package/dist/components/conversation/message-feedback/message-feedback.class.js +7 -3
- package/dist/components/conversation/message-feedback/message-feedback.styles.js +1 -1
- package/dist/components/conversation/message-parts/message-parts.class.d.ts +10 -4
- package/dist/components/conversation/message-parts/message-parts.class.js +2 -2
- package/dist/components/conversation/message-parts/message-parts.styles.js +1 -1
- package/dist/components/conversation/model-select/model-select.class.d.ts +5 -2
- package/dist/components/conversation/model-select/model-select.class.js +8 -5
- package/dist/components/conversation/model-settings-panel/model-settings-panel.class.d.ts +3 -5
- package/dist/components/conversation/model-settings-panel/model-settings-panel.class.js +2 -1
- package/dist/components/conversation/prompt-input/prompt-input.class.d.ts +9 -2
- package/dist/components/conversation/prompt-input/prompt-input.class.js +3 -3
- package/dist/components/conversation/prompt-input/prompt-input.styles.js +1 -1
- package/dist/components/conversation/prompt-queue/prompt-queue.class.d.ts +20 -4
- package/dist/components/conversation/prompt-queue/prompt-queue.class.js +1 -1
- package/dist/components/conversation/prompt-queue/prompt-queue.styles.js +1 -1
- package/dist/components/conversation/push-to-talk/push-to-talk.class.d.ts +17 -8
- package/dist/components/conversation/push-to-talk/push-to-talk.class.js +1 -1
- package/dist/components/conversation/push-to-talk/push-to-talk.styles.js +1 -1
- package/dist/components/conversation/selection-toolbar/selection-toolbar.class.d.ts +6 -3
- package/dist/components/conversation/selection-toolbar/selection-toolbar.class.js +1 -1
- package/dist/components/conversation/selection-toolbar/selection-toolbar.styles.js +1 -1
- package/dist/components/conversation/thread-list/thread-list.class.d.ts +14 -4
- package/dist/components/conversation/thread-list/thread-list.class.js +11 -11
- package/dist/components/conversation/thread-list/thread-list.styles.js +1 -1
- package/dist/components/conversation/transcript-feed/transcript-feed.class.d.ts +2 -0
- package/dist/components/conversation/transcript-feed/transcript-feed.class.js +1 -1
- package/dist/components/conversation/transcript-feed/transcript-feed.styles.js +1 -1
- package/dist/components/conversation/typing-indicator/typing-indicator.class.d.ts +2 -1
- package/dist/components/conversation/typing-indicator/typing-indicator.class.js +1 -1
- package/dist/components/conversation/usage-badge/usage-badge-overlay-runtime.d.ts +3 -0
- package/dist/components/conversation/usage-badge/usage-badge-overlay-runtime.js +1 -0
- package/dist/components/conversation/usage-badge/usage-badge.class.d.ts +4 -2
- package/dist/components/conversation/usage-badge/usage-badge.class.js +1 -1
- package/dist/components/conversation/voice-picker/voice-picker.class.d.ts +12 -4
- package/dist/components/conversation/voice-picker/voice-picker.class.js +8 -5
- package/dist/components/conversation/voice-picker/voice-picker.styles.js +1 -1
- package/dist/components/conversation/widget-renderer/resolve.d.ts +4 -6
- package/dist/components/conversation/widget-renderer/resolve.js +1 -1
- package/dist/components/data/calendar/calendar.class.d.ts +16 -5
- package/dist/components/data/calendar/calendar.class.js +2 -2
- package/dist/components/data/calendar/calendar.styles.js +1 -1
- package/dist/components/data/condition-builder/condition-builder.class.d.ts +3 -1
- package/dist/components/data/condition-builder/condition-builder.class.js +15 -1
- package/dist/components/data/context-meter/context-meter.class.d.ts +3 -1
- package/dist/components/data/context-meter/context-meter.class.js +4 -4
- package/dist/components/data/data-grid/data-grid.class.d.ts +51 -6
- package/dist/components/data/data-grid/data-grid.class.js +25 -11
- package/dist/components/data/data-grid/data-grid.styles.js +1 -1
- package/dist/components/data/document-library/document-library.class.d.ts +5 -2
- package/dist/components/data/document-library/document-library.class.js +1 -1
- package/dist/components/data/env-list/env-list.class.js +1 -1
- package/dist/components/data/file-tree/file-tree.class.d.ts +2 -1
- package/dist/components/data/file-tree/file-tree.class.js +1 -1
- package/dist/components/data/flow-canvas/flow-canvas.class.d.ts +24 -14
- package/dist/components/data/flow-canvas/flow-canvas.class.js +1 -2
- package/dist/components/data/flow-canvas/flow-canvas.styles.js +1 -1
- package/dist/components/data/flow-canvas/flow-model.js +1 -1
- package/dist/components/data/flow-canvas/flow-types.d.ts +2 -1
- package/dist/components/data/flow-controls/flow-controls.styles.js +1 -1
- package/dist/components/data/flow-run-status/flow-run-status.class.js +1 -1
- package/dist/components/data/funnel/funnel.class.d.ts +1 -0
- package/dist/components/data/funnel/funnel.class.js +1 -1
- package/dist/components/data/gauge/gauge.class.d.ts +4 -1
- package/dist/components/data/gauge/gauge.class.js +6 -6
- package/dist/components/data/graph-query-builder/graph-query-builder.class.d.ts +5 -2
- package/dist/components/data/graph-query-builder/graph-query-builder.class.js +15 -1
- package/dist/components/data/graph-query-builder/graph-query-builder.styles.js +1 -1
- package/dist/components/data/heatmap/heatmap.class.d.ts +7 -4
- package/dist/components/data/heatmap/heatmap.class.js +1 -1
- package/dist/components/data/sequence-strip/sequence-strip.class.js +1 -1
- package/dist/components/data/sparkline/sparkline.class.d.ts +2 -1
- package/dist/components/data/sparkline/sparkline.class.js +1 -1
- package/dist/components/data/stat/stat.class.d.ts +6 -2
- package/dist/components/data/stat/stat.class.js +1 -1
- package/dist/components/data/table/table.class.d.ts +15 -16
- package/dist/components/data/table/table.class.js +5 -4
- package/dist/components/data/table/table.styles.js +1 -1
- package/dist/components/data/timeline/timeline.class.d.ts +7 -2
- package/dist/components/data/timeline/timeline.class.js +1 -1
- package/dist/components/data/timeline/timeline.styles.js +1 -1
- package/dist/components/data/tree/tree-item.class.d.ts +3 -1
- package/dist/components/data/tree/tree-item.class.js +1 -1
- package/dist/components/data/tree/tree-item.styles.js +1 -1
- package/dist/components/data/tree/tree.class.d.ts +4 -1
- package/dist/components/data/tree/tree.class.js +1 -1
- package/dist/components/data/word-cloud/word-cloud-layout.d.ts +2 -1
- package/dist/components/data/word-cloud/word-cloud-layout.js +1 -1
- package/dist/components/data/word-cloud/word-cloud.class.d.ts +2 -1
- package/dist/components/data/word-cloud/word-cloud.class.js +1 -1
- package/dist/components/forms/button/button.class.d.ts +5 -3
- package/dist/components/forms/button/button.class.js +1 -1
- package/dist/components/forms/checkbox/checkbox.class.d.ts +3 -0
- package/dist/components/forms/checkbox/checkbox.class.js +1 -1
- package/dist/components/forms/checkbox-group/checkbox-group.class.d.ts +7 -2
- package/dist/components/forms/checkbox-group/checkbox-group.class.js +1 -1
- package/dist/components/forms/code-editor/code-editor.class.d.ts +16 -4
- package/dist/components/forms/code-editor/code-editor.class.js +19 -9
- package/dist/components/forms/code-editor/code-editor.styles.js +1 -1
- package/dist/components/forms/color-picker/color-picker.class.d.ts +6 -2
- package/dist/components/forms/color-picker/color-picker.class.js +4 -4
- package/dist/components/forms/combobox/combobox.class.d.ts +19 -8
- package/dist/components/forms/combobox/combobox.class.js +3 -3
- package/dist/components/forms/combobox/combobox.styles.js +1 -1
- package/dist/components/forms/combobox/option.class.d.ts +4 -0
- package/dist/components/forms/combobox/option.class.js +2 -2
- package/dist/components/forms/date-picker/calendar-core.d.ts +1 -1
- package/dist/components/forms/date-picker/calendar-core.js +1 -1
- package/dist/components/forms/date-picker/date-input.class.d.ts +20 -10
- package/dist/components/forms/date-picker/date-input.class.js +4 -4
- package/dist/components/forms/date-picker/date-picker.class.d.ts +33 -15
- package/dist/components/forms/date-picker/date-picker.class.js +8 -8
- package/dist/components/forms/date-picker/date-picker.styles.js +1 -1
- package/dist/components/forms/emoji-picker/emoji-data-loader.js +1 -1
- package/dist/components/forms/emoji-picker/emoji-picker.class.d.ts +11 -3
- package/dist/components/forms/emoji-picker/emoji-picker.class.js +3 -3
- package/dist/components/forms/emoji-picker/emoji-types.d.ts +2 -2
- package/dist/components/forms/icon-button/icon-button.class.d.ts +4 -2
- package/dist/components/forms/icon-button/icon-button.class.js +1 -1
- package/dist/components/forms/input/input.class.d.ts +16 -5
- package/dist/components/forms/input/input.class.js +7 -1
- package/dist/components/forms/input/native-time-input.class.d.ts +3 -0
- package/dist/components/forms/input/number-input.class.d.ts +3 -0
- package/dist/components/forms/input/time-input.class.d.ts +11 -2
- package/dist/components/forms/input/time-input.class.js +2 -2
- package/dist/components/forms/locale-picker/locale-picker.class.d.ts +22 -4
- package/dist/components/forms/locale-picker/locale-picker.class.js +2 -2
- package/dist/components/forms/locale-picker/locale-picker.styles.js +1 -1
- package/dist/components/forms/otp-input/otp-input.class.d.ts +5 -1
- package/dist/components/forms/otp-input/otp-input.class.js +1 -1
- package/dist/components/forms/phone-input/phone-input.class.d.ts +21 -8
- package/dist/components/forms/phone-input/phone-input.class.js +1 -1
- package/dist/components/forms/radio/radio-button.class.d.ts +4 -0
- package/dist/components/forms/radio/radio-group.class.d.ts +4 -1
- package/dist/components/forms/radio/radio-group.class.js +1 -1
- package/dist/components/forms/radio/radio.class.d.ts +6 -2
- package/dist/components/forms/radio/radio.class.js +1 -1
- package/dist/components/forms/rubric-form/rubric-form.class.d.ts +7 -1
- package/dist/components/forms/rubric-form/rubric-form.class.js +3 -3
- package/dist/components/forms/select/select.class.d.ts +8 -2
- package/dist/components/forms/select/select.class.js +2 -2
- package/dist/components/forms/select/select.styles.js +1 -1
- package/dist/components/forms/slider/slider.class.d.ts +12 -6
- package/dist/components/forms/slider/slider.class.js +2 -2
- package/dist/components/forms/swatch-picker/swatch-picker.class.d.ts +4 -0
- package/dist/components/forms/swatch-picker/swatch-picker.class.js +1 -1
- package/dist/components/forms/switch/switch.class.d.ts +5 -1
- package/dist/components/forms/switch/switch.class.js +1 -1
- package/dist/components/forms/textarea/textarea.class.d.ts +3 -0
- package/dist/components/forms/textarea/textarea.class.js +1 -1
- package/dist/components/forms/time-range/time-range.class.d.ts +3 -0
- package/dist/components/forms/time-range/time-range.class.js +1 -1
- package/dist/components/forms/token-input/token-input.class.d.ts +8 -2
- package/dist/components/forms/token-input/token-input.class.js +2 -2
- package/dist/components/forms/token-input/token-input.styles.js +1 -1
- package/dist/components/layout/app-rail/app-rail.class.d.ts +9 -5
- package/dist/components/layout/app-rail/app-rail.class.js +4 -3
- package/dist/components/layout/app-rail/app-rail.styles.js +1 -1
- package/dist/components/layout/carousel/carousel.class.d.ts +3 -2
- package/dist/components/layout/carousel/carousel.class.js +1 -1
- package/dist/components/layout/command-palette/command-palette.class.d.ts +2 -2
- package/dist/components/layout/command-palette/command-palette.class.js +1 -1
- package/dist/components/layout/command-palette/command-palette.styles.js +1 -1
- package/dist/components/layout/dashboard-grid/dashboard-grid.class.d.ts +2 -0
- package/dist/components/layout/dashboard-grid/dashboard-grid.class.js +1 -1
- package/dist/components/layout/details/details.class.d.ts +16 -15
- package/dist/components/layout/details/details.class.js +43 -34
- package/dist/components/layout/details/details.styles.js +1 -1
- package/dist/components/layout/dock-panel/dock-panel.class.d.ts +4 -3
- package/dist/components/layout/dock-panel/dock-panel.class.js +2 -1
- package/dist/components/layout/filter-bar/filter-bar.class.d.ts +3 -1
- package/dist/components/layout/filter-bar/filter-bar.class.js +2 -2
- package/dist/components/layout/menu/menu-item.class.js +2 -2
- package/dist/components/layout/menu/menu-label.class.d.ts +3 -3
- package/dist/components/layout/menu/menu.class.d.ts +4 -1
- package/dist/components/layout/menu/menu.class.js +1 -1
- package/dist/components/layout/multi-split/multi-split.class.d.ts +19 -8
- package/dist/components/layout/multi-split/multi-split.class.js +2 -1
- package/dist/components/layout/multi-split/multi-split.styles.js +1 -1
- package/dist/components/layout/reorder-list/reorder-item.class.d.ts +2 -1
- package/dist/components/layout/reorder-list/reorder-item.class.js +1 -1
- package/dist/components/layout/reorder-list/reorder-list.class.js +1 -1
- package/dist/components/layout/reorder-list/reorder-owner.js +1 -1
- package/dist/components/layout/scroller/scroller.class.d.ts +4 -4
- package/dist/components/layout/scroller/scroller.styles.js +1 -1
- package/dist/components/layout/split-panel/split-panel.class.d.ts +5 -3
- package/dist/components/layout/split-panel/split-panel.class.js +3 -2
- package/dist/components/layout/tab-group/tab-group.class.d.ts +3 -1
- package/dist/components/layout/tab-group/tab-group.class.js +1 -1
- package/dist/components/layout/tab-group/tab-group.styles.js +1 -1
- package/dist/components/layout/virtual-list/virtual-list.class.js +2 -2
- package/dist/components/layout/widget/widget.class.d.ts +6 -2
- package/dist/components/layout/widget/widget.class.js +1 -1
- package/dist/components/layout/widget/widget.styles.js +1 -1
- package/dist/components/media/animation/animation.class.d.ts +3 -2
- package/dist/components/media/animation/animation.class.js +1 -1
- package/dist/components/media/attachment-chip/attachment-chip.class.d.ts +4 -3
- package/dist/components/media/attachment-chip/attachment-chip.class.js +1 -1
- package/dist/components/media/av-player/av-metadata.d.ts +3 -2
- package/dist/components/media/av-player/av-player.class.d.ts +4 -3
- package/dist/components/media/av-player/av-player.class.js +3 -3
- package/dist/components/media/av-player/av-player.styles.js +1 -1
- package/dist/components/media/avatar/avatar.class.d.ts +2 -1
- package/dist/components/media/avatar/avatar.class.js +1 -1
- package/dist/components/media/file-input/file-input.class.d.ts +4 -2
- package/dist/components/media/file-input/file-input.class.js +1 -1
- package/dist/components/media/file-input/file-input.styles.js +1 -1
- package/dist/components/media/flag/flag.class.js +1 -1
- package/dist/components/media/image-viewer/image-viewer.class.d.ts +2 -1
- package/dist/components/media/image-viewer/image-viewer.class.js +1 -1
- package/dist/components/media/image-viewer/image-viewer.styles.js +1 -1
- package/dist/components/media/lightbox/lightbox.styles.js +1 -1
- package/dist/components/media/map/map-loader.js +1 -1
- package/dist/components/media/map/map.class.d.ts +22 -34
- package/dist/components/media/map/map.class.js +1 -1
- package/dist/components/media/map/map.styles.js +1 -1
- package/dist/components/media/media-card/media-card.class.d.ts +1 -1
- package/dist/components/media/media-card/media-card.class.js +1 -1
- package/dist/components/media/pan-zoom/pan-zoom.class.js +1 -1
- package/dist/components/media/qr-code/qr-code-loader.js +1 -1
- package/dist/components/media/qr-code/qr-code.class.d.ts +5 -2
- package/dist/components/media/qr-code/qr-code.class.js +2 -2
- package/dist/components/media/sequence-playback/sequence-playback.class.d.ts +3 -3
- package/dist/components/media/sequence-playback/sequence-playback.class.js +1 -1
- package/dist/components/media/sequence-playback/sequence-playback.styles.js +1 -1
- package/dist/components/media/video/video.class.d.ts +2 -1
- package/dist/components/media/video/video.styles.js +1 -1
- package/dist/components/media/zoomable-frame/zoomable-frame.class.d.ts +3 -2
- package/dist/components/media/zoomable-frame/zoomable-frame.class.js +2 -2
- package/dist/components/overlays/alert/alert.styles.js +1 -1
- package/dist/components/overlays/callout/callout.styles.js +1 -1
- package/dist/components/overlays/chip/chip-group.class.d.ts +2 -0
- package/dist/components/overlays/chip/chip-group.class.js +1 -1
- package/dist/components/overlays/dialog/dialog.class.d.ts +2 -0
- package/dist/components/overlays/dialog/dialog.class.js +1 -1
- package/dist/components/overlays/dialog/dialog.styles.js +1 -1
- package/dist/components/overlays/empty/empty.class.d.ts +2 -0
- package/dist/components/overlays/empty/empty.class.js +1 -1
- package/dist/components/overlays/kbd/kbd.class.d.ts +2 -0
- package/dist/components/overlays/kbd/kbd.class.js +1 -1
- package/dist/components/overlays/overlay/popover.class.d.ts +3 -1
- package/dist/components/overlays/overlay/popover.class.js +1 -1
- package/dist/components/overlays/overlay/tooltip.class.d.ts +3 -1
- package/dist/components/overlays/overlay/tooltip.class.js +1 -1
- package/dist/components/overlays/rating/rating.class.d.ts +2 -0
- package/dist/components/overlays/rating/rating.class.js +1 -1
- package/dist/components/overlays/toast/toast-item.class.js +1 -1
- package/dist/components/retrieval/claim-evidence/claim-evidence.class.d.ts +11 -5
- package/dist/components/retrieval/claim-evidence/claim-evidence.class.js +3 -3
- package/dist/components/retrieval/embedding-explorer/embedding-explorer.class.js +2 -2
- package/dist/components/retrieval/entity-card/entity-card.class.d.ts +5 -2
- package/dist/components/retrieval/entity-card/entity-card.class.js +1 -1
- package/dist/components/retrieval/entity-chip/entity-chip.class.d.ts +4 -2
- package/dist/components/retrieval/entity-chip/entity-chip.class.js +1 -1
- package/dist/components/retrieval/graph/graph-canvas.js +1 -1
- package/dist/components/retrieval/graph/graph-loader.js +1 -1
- package/dist/components/retrieval/graph/graph.class.d.ts +10 -8
- package/dist/components/retrieval/graph/graph.class.js +10 -10
- package/dist/components/retrieval/graph-legend/graph-legend.class.d.ts +4 -2
- package/dist/components/retrieval/graph-legend/graph-legend.class.js +1 -1
- package/dist/components/retrieval/grounding-summary/grounding-summary.class.d.ts +15 -9
- package/dist/components/retrieval/grounding-summary/grounding-summary.class.js +7 -5
- package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.d.ts +2 -0
- package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.js +1 -1
- package/dist/components/retrieval/knowledge-base/knowledge-base.class.d.ts +3 -2
- package/dist/components/retrieval/knowledge-base/knowledge-base.class.js +4 -3
- package/dist/components/retrieval/knowledge-base/knowledge-base.styles.js +1 -1
- package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts +7 -3
- package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.js +8 -3
- package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.styles.js +1 -1
- package/dist/components/retrieval/memory-panel/memory-panel.class.d.ts +15 -6
- package/dist/components/retrieval/memory-panel/memory-panel.class.js +1 -1
- package/dist/components/retrieval/neighbor-list/neighbor-list.class.js +1 -1
- package/dist/components/retrieval/neighbor-list/neighbor-list.styles.js +1 -1
- package/dist/components/retrieval/node-palette/node-palette.class.d.ts +17 -12
- package/dist/components/retrieval/node-palette/node-palette.class.js +2 -2
- package/dist/components/retrieval/node-palette/node-palette.styles.js +1 -1
- package/dist/components/retrieval/path-strip/path-strip.class.js +1 -1
- package/dist/components/retrieval/provenance-panel/provenance-panel.class.d.ts +2 -1
- package/dist/components/retrieval/provenance-panel/provenance-panel.class.js +1 -1
- package/dist/components/retrieval/retrieval-results/retrieval-results.class.d.ts +1 -1
- package/dist/components/retrieval/retrieval-results/retrieval-results.class.js +5 -5
- package/dist/components/retrieval/retrieval-trace/retrieval-trace.class.js +1 -1
- package/dist/components/retrieval/source-picker/source-picker.class.d.ts +2 -1
- package/dist/components/retrieval/source-picker/source-picker.class.js +2 -2
- package/dist/components/utility/copy-button/copy-button.class.d.ts +2 -1
- package/dist/components/utility/copy-button/copy-button.class.js +1 -1
- package/dist/components/utility/diff-view/diff-view.class.d.ts +4 -1
- package/dist/components/utility/diff-view/diff-view.class.js +1 -1
- package/dist/components/utility/export-button/export-button.class.d.ts +2 -2
- package/dist/components/utility/export-button/export-button.class.js +1 -1
- package/dist/components/utility/export-button/export-button.styles.js +1 -1
- package/dist/components/utility/format/format-date.class.js +1 -1
- package/dist/components/utility/format/format-number.class.d.ts +3 -1
- package/dist/components/utility/format/format-options.js +1 -1
- package/dist/components/utility/format/relative-time.class.js +1 -1
- package/dist/components/utility/icon/dompurify-loader.js +1 -1
- package/dist/components/utility/icon/icon-library.js +1 -1
- package/dist/components/utility/intersection-observer/intersection-observer.class.js +1 -1
- package/dist/components/utility/json-viewer/json-viewer.class.d.ts +6 -3
- package/dist/components/utility/json-viewer/json-viewer.class.js +5 -5
- package/dist/components/utility/known-date/known-date.class.d.ts +9 -5
- package/dist/components/utility/known-date/known-date.class.js +2 -2
- package/dist/components/utility/known-date/known-date.styles.js +1 -1
- package/dist/components/utility/mention-popover/mention-popover.class.d.ts +32 -45
- package/dist/components/utility/mention-popover/mention-popover.class.js +1 -1
- package/dist/components/utility/mutation-observer/mutation-observer.class.js +1 -1
- package/dist/components/utility/poll-status/poll-status.class.d.ts +3 -0
- package/dist/components/utility/poll-status/poll-status.styles.js +1 -1
- package/dist/components/viewers/calendar-viewer/calendar-loader.js +1 -1
- package/dist/components/viewers/calendar-viewer/calendar-viewer.class.d.ts +1 -0
- package/dist/components/viewers/calendar-viewer/calendar-viewer.class.js +1 -1
- package/dist/components/viewers/dataset-viewer/dataset-viewer.class.d.ts +2 -1
- package/dist/components/viewers/dataset-viewer/dataset-viewer.styles.js +1 -1
- package/dist/components/viewers/document-compare/document-compare.class.d.ts +11 -8
- package/dist/components/viewers/document-compare/document-compare.class.js +2 -2
- package/dist/components/viewers/document-preview/document-preview.class.d.ts +8 -4
- package/dist/components/viewers/document-preview/document-preview.class.js +4 -4
- package/dist/components/viewers/document-preview/document-preview.styles.js +1 -1
- package/dist/components/viewers/document-viewer/document-viewer.class.d.ts +5 -2
- package/dist/components/viewers/document-viewer/document-viewer.class.js +2 -2
- package/dist/components/viewers/document-viewer/document-viewer.styles.js +1 -1
- package/dist/components/viewers/document-viewer/registry-ownership.d.ts +1 -0
- package/dist/components/viewers/document-viewer/registry-ownership.js +1 -0
- package/dist/components/viewers/document-viewer/registry.js +1 -1
- package/dist/components/viewers/docx-viewer/docx-loader.js +1 -1
- package/dist/components/viewers/docx-viewer/docx-viewer.class.js +1 -1
- package/dist/components/viewers/ebook-viewer/ebook-loader.d.ts +1 -1
- package/dist/components/viewers/ebook-viewer/ebook-viewer.class.d.ts +8 -2
- package/dist/components/viewers/ebook-viewer/ebook-viewer.class.js +1 -1
- package/dist/components/viewers/email-viewer/email-loader.js +1 -1
- package/dist/components/viewers/email-viewer/email-viewer.class.d.ts +3 -2
- package/dist/components/viewers/email-viewer/email-viewer.class.js +2 -2
- package/dist/components/viewers/html-viewer/dompurify-loader.js +1 -1
- package/dist/components/viewers/include/include-resource.js +1 -1
- package/dist/components/viewers/include/include.class.d.ts +3 -1
- package/dist/components/viewers/notebook-viewer/dompurify-loader.js +1 -1
- package/dist/components/viewers/notebook-viewer/notebook-viewer.class.d.ts +4 -2
- package/dist/components/viewers/notebook-viewer/notebook-viewer.class.js +4 -4
- package/dist/components/viewers/notebook-viewer/notebook-viewer.styles.js +1 -1
- package/dist/components/viewers/passive-markup.js +1 -1
- package/dist/components/viewers/pdf-viewer/pdf-loader.js +1 -1
- package/dist/components/viewers/pptx-viewer/pptx-loader.js +1 -1
- package/dist/components/viewers/spreadsheet-viewer/spreadsheet-loader.js +1 -1
- package/dist/components/viewers/svg-viewer/dompurify-loader.js +1 -1
- package/dist/components/viewers/svg-viewer/svg-viewer.class.d.ts +2 -1
- package/dist/components/viewers/svg-viewer/svg-viewer.styles.js +1 -1
- package/dist/components/viewers/viewer-loading.js +1 -1
- package/dist/components/viewers/viewer-search-limits.d.ts +2 -0
- package/dist/components/viewers/viewer-search-limits.js +1 -1
- package/dist/components/viewers/xml-viewer/xml-viewer.class.d.ts +2 -1
- package/dist/components/viewers/xml-viewer/xml-viewer.class.js +1 -1
- package/dist/components/viewers/xml-viewer/xml-viewer.js +1 -1
- package/dist/custom-elements-jsx.d.ts +1 -1
- package/dist/events.d.ts +13 -6
- package/dist/internal/aria-controls.d.ts +16 -13
- package/dist/internal/aria-controls.js +1 -1
- package/dist/internal/aria-reflection.js +1 -1
- package/dist/internal/catalog-picker.d.ts +2 -2
- package/dist/internal/catalog-picker.js +1 -1
- package/dist/internal/chart-annotation-registration.d.ts +1 -0
- package/dist/internal/chart-annotation-registration.js +1 -0
- package/dist/internal/data-descriptors.d.ts +13 -0
- package/dist/internal/data-descriptors.js +1 -0
- package/dist/internal/default-strings.generated.d.ts +1 -1
- package/dist/internal/default-strings.generated.js +2 -2
- package/dist/internal/dev-mode-attribute-warning.d.ts +3 -0
- package/dist/internal/dev-mode-attribute-warning.js +1 -1
- package/dist/internal/element-internals.d.ts +4 -3
- package/dist/internal/element-internals.js +1 -1
- package/dist/internal/form-associated.js +1 -1
- package/dist/internal/highlight-collection.d.ts +2 -0
- package/dist/internal/highlight-collection.js +1 -1
- package/dist/internal/localization-types.d.ts +1 -1
- package/dist/internal/localization.js +2 -2
- package/dist/internal/lyra-element.d.ts +10 -1
- package/dist/internal/lyra-element.js +2 -1
- package/dist/internal/native-control-description.d.ts +7 -0
- package/dist/internal/native-control-description.js +1 -0
- package/dist/internal/option-selection.js +1 -1
- package/dist/internal/overlay-order.d.ts +6 -0
- package/dist/internal/overlay-order.js +1 -0
- package/dist/internal/overlay-stack.d.ts +1 -1
- package/dist/internal/overlay-stack.js +1 -1
- package/dist/internal/package-metadata.d.ts +1 -1
- package/dist/internal/package-metadata.js +1 -1
- package/dist/internal/papaparse-loader.js +1 -1
- package/dist/internal/positioner.d.ts +5 -4
- package/dist/internal/pseudo-localization.js +1 -1
- package/dist/internal/reactive-property-writes.d.ts +1 -0
- package/dist/internal/reactive-property-writes.js +1 -0
- package/dist/internal/safe-css.js +1 -1
- package/dist/internal/step-value.d.ts +6 -0
- package/dist/internal/step-value.js +1 -0
- package/dist/internal/svg-title.d.ts +3 -0
- package/dist/internal/svg-title.js +1 -0
- package/dist/internal/text-quote.js +1 -1
- package/dist/lyra.d.ts +1 -1
- package/dist/svelte.d.ts +1 -1
- package/dist/translations/ar.js +2 -2
- package/dist/translations/de.js +2 -2
- package/dist/translations/es.js +2 -2
- package/dist/translations/fa.js +2 -2
- package/dist/translations/fr.js +2 -2
- package/dist/translations/he.js +2 -2
- package/dist/translations/ja.js +2 -2
- package/dist/translations/pseudo/ar-XB.js +1 -1
- package/dist/translations/pt-BR.js +2 -2
- package/dist/translations/ru.js +2 -2
- package/dist/translations/zh-CN.js +2 -2
- package/dist/vue.d.ts +1 -1
- package/llms/components/lr-accordion-item.md +10 -5
- package/llms/components/lr-accordion.md +10 -5
- package/llms/components/lr-activity-feed.md +6 -5
- package/llms/components/lr-agent-run.md +1 -1
- package/llms/components/lr-agent-trace.md +3 -0
- package/llms/components/lr-agent-workspace.md +3 -2
- package/llms/components/lr-animation.md +4 -0
- package/llms/components/lr-app-rail-item.md +4 -2
- package/llms/components/lr-app-rail.md +4 -2
- package/llms/components/lr-attachment-chip.md +8 -3
- package/llms/components/lr-audio-visualizer.md +9 -6
- package/llms/components/lr-av-player.md +14 -0
- package/llms/components/lr-avatar.md +4 -0
- package/llms/components/lr-bar-chart.md +2 -2
- package/llms/components/lr-box-plot.md +15 -6
- package/llms/components/lr-bubble-chart.md +2 -2
- package/llms/components/lr-button.md +11 -3
- package/llms/components/lr-calendar-viewer.md +4 -0
- package/llms/components/lr-calendar.md +15 -4
- package/llms/components/lr-carousel.md +5 -0
- package/llms/components/lr-chart.md +24 -9
- package/llms/components/lr-chat-composer.md +2 -1
- package/llms/components/lr-chat-message.md +4 -0
- package/llms/components/lr-checkbox.md +3 -0
- package/llms/components/lr-chip-group.md +3 -0
- package/llms/components/lr-chip.md +3 -0
- package/llms/components/lr-chunk-inspector.md +2 -2
- package/llms/components/lr-code-block-core.md +20 -8
- package/llms/components/lr-code-block.md +17 -14
- package/llms/components/lr-code-editor.md +20 -5
- package/llms/components/lr-color-picker.md +9 -0
- package/llms/components/lr-combobox.md +35 -4
- package/llms/components/lr-command-palette.md +4 -0
- package/llms/components/lr-commit-card.md +3 -0
- package/llms/components/lr-compare-panel.md +7 -0
- package/llms/components/lr-condition-builder.md +5 -0
- package/llms/components/lr-conversation-item.md +3 -0
- package/llms/components/lr-copy-button.md +10 -1
- package/llms/components/lr-dashboard-grid.md +5 -0
- package/llms/components/lr-data-grid.md +22 -3
- package/llms/components/lr-dataset-viewer.md +3 -2
- package/llms/components/lr-date-input.md +50 -6
- package/llms/components/lr-date-picker.md +51 -7
- package/llms/components/lr-details.md +10 -5
- package/llms/components/lr-dialog.md +4 -0
- package/llms/components/lr-diff-view.md +6 -0
- package/llms/components/lr-document-compare.md +6 -2
- package/llms/components/lr-document-library.md +4 -0
- package/llms/components/lr-document-preview.md +18 -4
- package/llms/components/lr-document-viewer.md +14 -4
- package/llms/components/lr-docx-viewer.md +6 -0
- package/llms/components/lr-doughnut-chart.md +2 -2
- package/llms/components/lr-dropdown-item.md +4 -0
- package/llms/components/lr-dropdown.md +3 -0
- package/llms/components/lr-ebook-viewer.md +12 -3
- package/llms/components/lr-email-viewer.md +10 -0
- package/llms/components/lr-emoji-picker.md +17 -3
- package/llms/components/lr-empty.md +3 -0
- package/llms/components/lr-entity-card.md +3 -0
- package/llms/components/lr-entity-chip.md +4 -0
- package/llms/components/lr-eval-dataset.md +2 -2
- package/llms/components/lr-export-button.md +9 -0
- package/llms/components/lr-file-input.md +12 -8
- package/llms/components/lr-file-tree.md +5 -1
- package/llms/components/lr-filter-bar.md +5 -0
- package/llms/components/lr-flow-canvas.md +8 -1
- package/llms/components/lr-flow-node.md +2 -1
- package/llms/components/lr-flow-run-status.md +1 -1
- package/llms/components/lr-format-date.md +3 -1
- package/llms/components/lr-format-number.md +4 -0
- package/llms/components/lr-funnel.md +4 -0
- package/llms/components/lr-gauge.md +4 -0
- package/llms/components/lr-generation-metrics.md +5 -0
- package/llms/components/lr-graph-legend.md +4 -2
- package/llms/components/lr-graph-query-builder.md +6 -0
- package/llms/components/lr-graph.md +8 -2
- package/llms/components/lr-grounding-summary.md +8 -8
- package/llms/components/lr-heatmap.md +13 -0
- package/llms/components/lr-histogram.md +2 -2
- package/llms/components/lr-icon-button.md +7 -0
- package/llms/components/lr-image-viewer.md +9 -0
- package/llms/components/lr-include.md +5 -0
- package/llms/components/lr-ingestion-queue.md +5 -1
- package/llms/components/lr-input.md +22 -8
- package/llms/components/lr-intersection-observer.md +9 -0
- package/llms/components/lr-json-viewer.md +10 -1
- package/llms/components/lr-kbd.md +3 -0
- package/llms/components/lr-knowledge-base.md +10 -1
- package/llms/components/lr-knowledge-graph-explorer.md +7 -0
- package/llms/components/lr-known-date.md +7 -0
- package/llms/components/lr-line-chart.md +2 -2
- package/llms/components/lr-lite-chart.md +29 -9
- package/llms/components/lr-live-region.md +3 -0
- package/llms/components/lr-locale-picker.md +12 -0
- package/llms/components/lr-map.md +23 -5
- package/llms/components/lr-markdown-core.md +4 -0
- package/llms/components/lr-markdown.md +15 -8
- package/llms/components/lr-media-card.md +5 -8
- package/llms/components/lr-mention-popover.md +17 -10
- package/llms/components/lr-menu-item.md +4 -0
- package/llms/components/lr-menu-label.md +4 -3
- package/llms/components/lr-menu.md +4 -0
- package/llms/components/lr-message-actions.md +13 -3
- package/llms/components/lr-message-feedback.md +24 -7
- package/llms/components/lr-message-parts.md +6 -3
- package/llms/components/lr-model-select.md +13 -2
- package/llms/components/lr-multi-split.md +20 -7
- package/llms/components/lr-mutation-observer.md +8 -0
- package/llms/components/lr-native-time-input.md +10 -0
- package/llms/components/lr-node-palette.md +8 -2
- package/llms/components/lr-notebook-viewer.md +4 -1
- package/llms/components/lr-number-input.md +12 -1
- package/llms/components/lr-option.md +35 -4
- package/llms/components/lr-otp-input.md +10 -0
- package/llms/components/lr-pan-zoom.md +1 -2
- package/llms/components/lr-phone-input.md +20 -5
- package/llms/components/lr-pie-chart.md +2 -2
- package/llms/components/lr-polar-area-chart.md +2 -2
- package/llms/components/lr-poll-status.md +4 -0
- package/llms/components/lr-popover.md +3 -0
- package/llms/components/lr-popup.md +3 -2
- package/llms/components/lr-prompt-input.md +7 -3
- package/llms/components/lr-prompt-queue.md +6 -0
- package/llms/components/lr-prompt-studio.md +7 -0
- package/llms/components/lr-provenance-panel.md +3 -0
- package/llms/components/lr-push-to-talk.md +8 -0
- package/llms/components/lr-qr-code.md +6 -0
- package/llms/components/lr-radar-chart.md +2 -2
- package/llms/components/lr-radio-button.md +13 -4
- package/llms/components/lr-radio-group.md +5 -0
- package/llms/components/lr-radio.md +9 -0
- package/llms/components/lr-rating.md +8 -0
- package/llms/components/lr-relative-time.md +2 -0
- package/llms/components/lr-reorder-item.md +6 -0
- package/llms/components/lr-reorder-list.md +6 -0
- package/llms/components/lr-result-card.md +6 -3
- package/llms/components/lr-result-field.md +6 -3
- package/llms/components/lr-retrieval-results.md +1 -1
- package/llms/components/lr-rubric-form.md +12 -0
- package/llms/components/lr-scatter-chart.md +2 -2
- package/llms/components/lr-scroller.md +5 -5
- package/llms/components/lr-select.md +9 -0
- package/llms/components/lr-sequence-playback.md +5 -2
- package/llms/components/lr-slider.md +19 -5
- package/llms/components/lr-source-picker.md +4 -0
- package/llms/components/lr-span-waterfall.md +3 -0
- package/llms/components/lr-sparkline.md +4 -0
- package/llms/components/lr-split-panel.md +4 -0
- package/llms/components/lr-stack-trace.md +3 -0
- package/llms/components/lr-stat.md +10 -0
- package/llms/components/lr-streaming-text.md +2 -3
- package/llms/components/lr-subagent-panel.md +3 -2
- package/llms/components/lr-svg-viewer.md +3 -0
- package/llms/components/lr-swatch-picker.md +4 -0
- package/llms/components/lr-switch.md +6 -0
- package/llms/components/lr-tab-group.md +4 -0
- package/llms/components/lr-table.md +10 -2
- package/llms/components/lr-terminal.md +17 -5
- package/llms/components/lr-textarea.md +9 -0
- package/llms/components/lr-thinking-panel.md +3 -1
- package/llms/components/lr-thread-list.md +26 -4
- package/llms/components/lr-time-input.md +3 -0
- package/llms/components/lr-time-range.md +5 -0
- package/llms/components/lr-timeline-item.md +6 -0
- package/llms/components/lr-timeline.md +6 -0
- package/llms/components/lr-token-input.md +14 -0
- package/llms/components/lr-tool-call-chip.md +7 -5
- package/llms/components/lr-tool-param-form.md +6 -2
- package/llms/components/lr-tool-result-dialog.md +4 -0
- package/llms/components/lr-tool-result-view.md +2 -3
- package/llms/components/lr-tool-select-dialog.md +6 -2
- package/llms/components/lr-tooltip.md +6 -0
- package/llms/components/lr-trace-tree.md +3 -0
- package/llms/components/lr-transcript-feed.md +3 -0
- package/llms/components/lr-tree-item.md +12 -5
- package/llms/components/lr-tree.md +12 -5
- package/llms/components/lr-typing-indicator.md +3 -0
- package/llms/components/lr-usage-badge.md +4 -0
- package/llms/components/lr-video.md +8 -2
- package/llms/components/lr-virtual-list.md +5 -3
- package/llms/components/lr-voice-picker.md +15 -2
- package/llms/components/lr-widget-renderer.md +21 -13
- package/llms/components/lr-widget.md +4 -2
- package/llms/components/lr-word-cloud.md +4 -0
- package/llms/components/lr-xml-viewer.md +9 -2
- package/llms/components/lr-zoomable-frame.md +6 -3
- package/llms/peers.md +5 -5
- package/llms/shared.md +74 -63
- package/llms-full.txt +4705 -2954
- package/package.json +19 -14
- package/vscode-css-data.json +1 -1
- package/vscode-html-data.json +1 -1
- package/web-types.json +1 -1
- package/dist/components/viewers/docx-viewer/fixtures/minimal-docx-fixture.d.ts +0 -1
- package/dist/components/viewers/docx-viewer/fixtures/minimal-docx-fixture.js +0 -1
- package/dist/components/viewers/ebook-viewer/fixtures/minimal-epub-fixture.d.ts +0 -1
- package/dist/components/viewers/ebook-viewer/fixtures/minimal-epub-fixture.js +0 -1
- package/dist/components/viewers/spreadsheet-viewer/fixtures/minimal-xlsx-fixture.d.ts +0 -1
- package/dist/components/viewers/spreadsheet-viewer/fixtures/minimal-xlsx-fixture.js +0 -1
|
@@ -19,12 +19,22 @@
|
|
|
19
19
|
A numeric range control (e.g. an LLM "temperature" setting). **Form-associated** directly through
|
|
20
20
|
`ElementInternals`, because its public `value` is a number rather than the string assumed by the
|
|
21
21
|
shared form mixin. `value`, `defaultValue`, and `valueAsNumber` are numeric; `valueAsString` is the
|
|
22
|
-
explicit compatibility round-trip for code that still wants a serialized value.
|
|
22
|
+
explicit compatibility round-trip for code that still wants a serialized value. A primary-button press anywhere
|
|
23
23
|
on `[part~="base"]` (not just the thumb) jumps the
|
|
24
24
|
thumb to that point and continues the same gesture as a drag, matching native `<input type=range>`
|
|
25
25
|
click-to-seek — the thumb is also `.focus()`ed on that click, so keyboard interaction can continue
|
|
26
26
|
seamlessly right after. Mirrors the core `<wa-slider>` API under the `lr-` prefix.
|
|
27
27
|
|
|
28
|
+
Secondary mouse buttons leave the value and input/change events untouched. Primary mouse, touch and
|
|
29
|
+
pen gestures remain supported, including concurrent pointers.
|
|
30
|
+
|
|
31
|
+
Removing `label`, `hint`, `help-text` or `error-text` safely removes the corresponding copy; native
|
|
32
|
+
attribute-removal property readback remains unchanged, including `null`. Supplying an empty string
|
|
33
|
+
or later replacement remains supported. In single mode, host `aria-describedby` references resolve
|
|
34
|
+
in the host's root and precede local error/hint descriptions on the slider handle. Target
|
|
35
|
+
replacement, removal, reinsertion, host reconnection and document adoption update the relationship
|
|
36
|
+
without losing local guidance.
|
|
37
|
+
|
|
28
38
|
**Two-handle `range` mode.** `range` turns the control into a selection between `minValue` and
|
|
29
39
|
`maxValue`, defaulting to `0`/`50`. Each handle is a separately focusable `role="slider"` with its
|
|
30
40
|
own localized accessible name and the full domain as its reachable range. When the active handle
|
|
@@ -104,7 +114,9 @@ single numeric string entry.
|
|
|
104
114
|
a range readout joins both values with an en dash. The explicit HTML spelling
|
|
105
115
|
`show-value="false"` stays false.
|
|
106
116
|
- `value: number = 0`, `defaultValue: number = 0` (attribute `value`), `valueAsNumber: number`, and
|
|
107
|
-
`valueAsString: string` are synchronized
|
|
117
|
+
`valueAsString: string` are synchronized and finite. Values normalize the low/high domain, snap
|
|
118
|
+
to the grid anchored at the low endpoint, then clamp so a non-grid endpoint remains reachable;
|
|
119
|
+
invalid, nonpositive, or below-resolution steps are unstepped.
|
|
108
120
|
- `isRange: boolean` is the read-only normalized range-mode state.
|
|
109
121
|
- `name: string | null = null`, `disabled = false`, `required = false`, reflected `customError`,
|
|
110
122
|
plus read-only `form`, `labels`, `validity`, `validationMessage`, and `willValidate` make up the
|
|
@@ -112,9 +124,11 @@ single numeric string entry.
|
|
|
112
124
|
|
|
113
125
|
**Events:** native-style `input` (no detail), then `lr-input`, fire continuously during an active
|
|
114
126
|
drag or keyboard step, including OS key-repeat while a key is held. Native-style `change` (no
|
|
115
|
-
detail), then `lr-change`, fire once an interaction commits: on pointerup for
|
|
116
|
-
|
|
117
|
-
|
|
127
|
+
detail), then `lr-change`, fire once an interaction commits: on pointerup for an enabled drag,
|
|
128
|
+
or on keyup or ordinary blur for a changed keyboard sequence. A later keyup cannot duplicate a
|
|
129
|
+
blur commit. Own or fieldset disablement, and readonly, cancel unfinished gestures without
|
|
130
|
+
reverting their live values or emitting a later change pair. Pointer cancellation, lost capture
|
|
131
|
+
and disconnection also remain noncommitting.
|
|
118
132
|
The focused handle's native `focus` and `blur` are re-dispatched from the host as bubbling,
|
|
119
133
|
composed events.
|
|
120
134
|
`lr-invalid` (no detail) fires when a validity check finds the slider invalid.
|
|
@@ -21,6 +21,10 @@ type icons, search. **Not `FormAssociated`, deliberately**: this is a scoping pa
|
|
|
21
21
|
control — the selection is immediate app state consumed by the next retrieval call, exactly the
|
|
22
22
|
stance `lr-tool-select-dialog` already takes.
|
|
23
23
|
|
|
24
|
+
Toggling search retains the query and selected source IDs. Re-enabling a retained filter repairs the
|
|
25
|
+
active tree row so one visible usable Tab stop remains whenever rows are visible; focus already in
|
|
26
|
+
the tree follows that repair, while focus outside is preserved.
|
|
27
|
+
|
|
24
28
|
**Properties:**
|
|
25
29
|
|
|
26
30
|
- `sources: LyraSourceEntry[] = []` (attribute: false) — `LyraSourceEntry { id: string; label:
|
|
@@ -20,6 +20,9 @@ The horizontal-timeline projection of the same `LyraSpan[]` `<lr-trace-tree>` co
|
|
|
20
20
|
axis, one row per span in start order, status-toned bars (Langfuse timeline / Temporal
|
|
21
21
|
event-history style).
|
|
22
22
|
|
|
23
|
+
Span views omit whitespace-only IDs and preserve every nonblank business ID exactly, including
|
|
24
|
+
surrounding whitespace. The first valid admitted duplicate continues to win.
|
|
25
|
+
|
|
23
26
|
**Properties:** `spans: LyraSpan[] = []` (attribute: false) — `LyraSpan { id: string; parentId?:
|
|
24
27
|
string; name: string; kind: 'agent' | 'llm' | 'tool' | 'retriever' | 'embedding' | 'other';
|
|
25
28
|
startMs: number; endMs?: number; status: 'pending' | 'running' | 'success' | 'error' | 'denied';
|
|
@@ -20,6 +20,10 @@ Zero-dependency inline SVG trend chart (mirrors `<wa-sparkline>`). Its default a
|
|
|
20
20
|
`em` tall at a `4 / 1` aspect ratio, so it can sit directly in text; authored block size changes
|
|
21
21
|
both dimensions through the aspect ratio.
|
|
22
22
|
|
|
23
|
+
An empty or removed `data` attribute uses the `values` collection. With no usable fallback samples,
|
|
24
|
+
no trend path is rendered. Attribute removal preserves `null` property readback, and supplying later
|
|
25
|
+
space-separated samples restores the attribute-driven path.
|
|
26
|
+
|
|
23
27
|
**Properties:**
|
|
24
28
|
|
|
25
29
|
- `appearance: 'gradient'|'line'|'solid' = 'solid'` (reflected) — `solid` fills the area below the
|
|
@@ -21,6 +21,10 @@ component when migrated markup has named `start` and `end` panes. The separate `
|
|
|
21
21
|
Lyra's multi-panel layout: its direct default-slot children, responsive collapse modes, and
|
|
22
22
|
multi-divider events are intentionally a different API.
|
|
23
23
|
|
|
24
|
+
Both `lr-reposition-request` detail fields `position` and `positionInPixels` measure from the
|
|
25
|
+
selected primary edge and agree with accepted public property readback, including `primary="end"`.
|
|
26
|
+
Canceling preserves both prior values; direct property writes remain silent.
|
|
27
|
+
|
|
24
28
|
**Properties:**
|
|
25
29
|
|
|
26
30
|
- `position: number = 50` (reflected) — divider position from the selected `primary` pane's edge,
|
|
@@ -23,6 +23,9 @@ behind a count-labeled toggle. A malformed or non-safe-integer location remains
|
|
|
23
23
|
non-activatable text. Falls back to verbatim raw text when nothing parses. First-party invention
|
|
24
24
|
(no Web Awesome equivalent).
|
|
25
25
|
|
|
26
|
+
Removing the `trace` attribute clears parsed content and copies empty text; the property retains
|
|
27
|
+
`null` until assigned again.
|
|
28
|
+
|
|
26
29
|
**Properties:**
|
|
27
30
|
|
|
28
31
|
- `trace: string = ''` — the raw stack trace text to parse and render.
|
|
@@ -18,6 +18,16 @@
|
|
|
18
18
|
|
|
19
19
|
KPI/stat card — value + unit + label + optional icon/trend/caption.
|
|
20
20
|
|
|
21
|
+
Passive slotted content preserves normal pointer activation and Control/Meta/Shift intent. The
|
|
22
|
+
platform primary modifier and Shift activate a new browsing context through the real anchor;
|
|
23
|
+
listeners may cancel that activation. Nested interactive controls retain their own actions.
|
|
24
|
+
Temporary target and relation values are restored after activation unless the listener changed those
|
|
25
|
+
attributes itself.
|
|
26
|
+
|
|
27
|
+
Removing `caption` or `sub` omits the attribute fallback without hiding assigned slot content.
|
|
28
|
+
Removal retains `null` property readback; explicit empty strings remain empty and later supplied
|
|
29
|
+
values render normally.
|
|
30
|
+
|
|
21
31
|
**Renamed in 8.0.0 — breaking:** `appearance` is now `frame`. Library-wide, `appearance` means only
|
|
22
32
|
"how a control fills itself" and `frame` means "whether a container draws itself as a bounded card";
|
|
23
33
|
this property was always the second. There is no alias — `appearance` on `<lr-stat>` is an unknown
|
|
@@ -77,9 +77,8 @@ property and therefore never requests `katex` itself.
|
|
|
77
77
|
```
|
|
78
78
|
|
|
79
79
|
Token-by-token streaming can update `content` far faster than a human can usefully perceive a
|
|
80
|
-
re-render, so updates
|
|
81
|
-
|
|
82
|
-
class's usual DOM/ARIA plumbing. Within any `coalesce-ms` window, only the _last_ `content` value
|
|
80
|
+
re-render, so updates use a shared coalescing timer. Within any `coalesce-ms` window, only the
|
|
81
|
+
_last_ `content` value
|
|
83
82
|
assigned actually reaches the rendered DOM. Two cases always bypass the throttle and flush
|
|
84
83
|
immediately: the very first `content` assignment after mount, and any transition of `streaming`
|
|
85
84
|
between `true` and `false` in _either_ direction — so the final chunk of a finished stream can
|
|
@@ -25,8 +25,9 @@ parents remain renderable instead of recursing forever.
|
|
|
25
25
|
accessible-name override for the `role="tree"` element, where omission reads back `undefined` and
|
|
26
26
|
localizes the default while any supplied string, including `''`, renders verbatim.
|
|
27
27
|
`SubagentRun = { id: string; parentId?: string; label: string; status: AgentStatusKind; task?:
|
|
28
|
-
string; model?: string;
|
|
29
|
-
Record<string, unknown> }`.
|
|
28
|
+
string; model?: string; readonly progressRatio?: number; startedAt?: number; endedAt?: number;
|
|
29
|
+
metadata?: Record<string, unknown> }`. `progressRatio` represents completion from `0` to `1`,
|
|
30
|
+
inclusive.
|
|
30
31
|
Empty/blank run ids are omitted and later duplicate ids are ignored before hierarchy, focus,
|
|
31
32
|
counts, selection, and events.
|
|
32
33
|
|
|
@@ -23,6 +23,9 @@ resource or paint-server references before insertion, preventing fetched SVG con
|
|
|
23
23
|
the viewer's paint box or starting secondary requests. Local `url(#id)` paint servers and embedded
|
|
24
24
|
raster data remain available.
|
|
25
25
|
|
|
26
|
+
Fitting SVG content stays centered. In a capped nonzoomable viewer, overflowing content begins
|
|
27
|
+
inside the body's reachable scroll range, keeping both its top and bottom available.
|
|
28
|
+
|
|
26
29
|
Adopts `DocumentAnchorTarget` (the same shared mixin `lr-pdf-viewer`/`lr-csv-viewer` use): a `region`
|
|
27
30
|
anchor addresses one `highlights` entry, matched by reference or by structural equality of its `rect`
|
|
28
31
|
(and optional `page`). Assigning `anchor` or calling `scrollToAnchor()` scrolls the matching
|
|
@@ -27,6 +27,10 @@ shortcut list alongside a grid, a hue ramp and a text field that can still expre
|
|
|
27
27
|
Arrow/Home/End navigation starts from the swatch that actually received the keyboard event, even
|
|
28
28
|
when a controlled `value` write changed the selected or remembered roving item first.
|
|
29
29
|
|
|
30
|
+
Own `disabled` changes take effect immediately for host `click()` and `focus()`, including calls in
|
|
31
|
+
the same task as the property assignment. Blocked activation leaves value and `lr-change` untouched;
|
|
32
|
+
blocked focus preserves outside focus and emits no native focus inside the picker.
|
|
33
|
+
|
|
30
34
|
**Properties:**
|
|
31
35
|
|
|
32
36
|
- `items: readonly SwatchPickerItem[] = []` (attribute: false) — `SwatchPickerItem { readonly value:
|
|
@@ -25,6 +25,12 @@ CSS parts), mirroring `<lr-select>`'s pattern for those two pieces — left unse
|
|
|
25
25
|
Deliberately no separate top-of-field `label` prop/slot/part: the default slot already is this
|
|
26
26
|
control's visible, clickable label (same as `<lr-checkbox>`).
|
|
27
27
|
|
|
28
|
+
Host `aria-describedby` references resolve onto the internal `role="switch"` before its local
|
|
29
|
+
error/hint guidance. The relationship tracks missing IDs, target replacement/removal/reinsertion,
|
|
30
|
+
reconnect, and document adoption. Removing `hint`, `help-text`, or `error-text` safely omits that
|
|
31
|
+
content while preserving native `null` property readback; explicit empty and later text work
|
|
32
|
+
normally.
|
|
33
|
+
|
|
28
34
|
**Properties:**
|
|
29
35
|
|
|
30
36
|
- `checked: boolean = false` — the live, non-reflecting state
|
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
|
|
20
20
|
A tab strip. Mirrors `wa-tab-group` / `sl-tab-group`.
|
|
21
21
|
|
|
22
|
+
With manual activation, removing the focused unselected tab rehomes actual focus to a valid survivor
|
|
23
|
+
while retaining a valid selected tab and panel. This repair emits no show/hide events and preserves
|
|
24
|
+
focus already held by an outside control.
|
|
25
|
+
|
|
22
26
|
**Renamed in 8.0.0.** This element used to be `<lr-tabs>`. The tag is now `<lr-tab-group>`, its
|
|
23
27
|
single `lr-tabs-change` event is now the `lr-tab-hide` → `lr-tab-show` pair below, and every
|
|
24
28
|
`--lr-tabs-*` custom property is now spelled `--lr-tab-group-*` (`--lr-tabs-selected-color` →
|
|
@@ -26,6 +26,10 @@ add a trailing totals column mirroring `expandedContent`'s leading one — `rowT
|
|
|
26
26
|
per-row, `grandTotal(rows)` renders at its intersection with the footer row — both sharing `footer`'s
|
|
27
27
|
own "consumer computes/renders" contract rather than assuming addition.
|
|
28
28
|
|
|
29
|
+
Effective locale changes recollate and filter the current view while keeping activation and edit
|
|
30
|
+
lookups aligned with the rendered page. Direct row focus uses the same stable-key restoration rules;
|
|
31
|
+
programmatic locale changes do not emit a row action.
|
|
32
|
+
|
|
29
33
|
Header cells and body rows use separate roving tab stops. When a controlled `columns` or rendered
|
|
30
34
|
row collection changes while one of those stops owns focus, the table keeps the same stable key if
|
|
31
35
|
it survives and otherwise clamps focus to the nearest surviving index. Moving focus outside the
|
|
@@ -170,7 +174,9 @@ cell: (row) => unknown }` —
|
|
|
170
174
|
facades; reassign a new set to update
|
|
171
175
|
- `filterable: boolean = false` (attribute `filterable`, reflected) — renders a localized search
|
|
172
176
|
field above the grid
|
|
173
|
-
- `filterText: string = ''` (attribute `filter-text`) — controlled filter text
|
|
177
|
+
- `filterText: string = ''` (attribute `filter-text`) — controlled filter text. Removing the
|
|
178
|
+
attribute clears the effective filter safely while retaining native removal readback; a later
|
|
179
|
+
supplied value filters normally.
|
|
174
180
|
- `filter?: (row: T, text: string) => boolean` (attribute: false) — typed predicate used by the
|
|
175
181
|
filter field; when omitted, rows are matched against their JSON representation
|
|
176
182
|
- `filterLabel?: string` (attribute `filter-label`) and `filterPlaceholder?: string`
|
|
@@ -254,7 +260,9 @@ cell: (row) => unknown }` —
|
|
|
254
260
|
- `hideColumnsLabel?: string` (attribute `hide-columns-label`) — the same button's label once
|
|
255
261
|
the columns have been revealed; omission renders localized `showFewerColumns` (`'Show fewer columns'` in the built-in English catalog), while a supplied string (including `''`) is verbatim
|
|
256
262
|
- `priorityColumnsVisible: boolean = false` (attribute `priority-columns-visible`, reflected) —
|
|
257
|
-
forces responsive priority columns visible and is updated by the built-in reveal button
|
|
263
|
+
forces responsive priority columns visible and is updated by the built-in reveal button.
|
|
264
|
+
Priority-hidden columns hide their header, body, and footer cells together at the existing
|
|
265
|
+
container breakpoints in either direction; revealing columns restores all three bands.
|
|
258
266
|
- `storageKey?: string` (attribute `storage-key`) — when set, persists `priorityColumnsVisible` to
|
|
259
267
|
`localStorage` (namespaced as `lr-table:${storageKey}`) and restores it on the next mount. Unset
|
|
260
268
|
(the default) touches storage not at all. Mirrors `lr-app-rail`'s identical `storage-key` pattern
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
- **Release history** [CHANGELOG.md](../../CHANGELOG.md); family-wide breaking-change summaries: [llms-full.txt](../../llms-full.txt)
|
|
10
10
|
- **Deprecations** none
|
|
11
11
|
- **Optional peers** none
|
|
12
|
-
- **Themeable via** 16 parts,
|
|
12
|
+
- **Themeable via** 16 parts, 16 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
13
13
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
14
14
|
|
|
15
15
|
---
|
|
@@ -21,6 +21,9 @@ cursor-addressed full-screen apps. An ANSI sequence split across chunks retains
|
|
|
21
21
|
characters; an overlong unterminated CSI/OSC sequence is dropped and the next write resumes from a
|
|
22
22
|
clean parser boundary.
|
|
23
23
|
|
|
24
|
+
A search with no matches clears earlier rendered match markers. Removing the `content` attribute
|
|
25
|
+
clears output and preserves the normal `null` property readback.
|
|
26
|
+
|
|
24
27
|
**Properties:** `content: string = ''` — initial/replaceable buffer content, parsed for ANSI/SGR
|
|
25
28
|
codes. `replace(content: string): void` synchronously replaces the parsed buffer and reactive
|
|
26
29
|
`content` source, preserving commit order with same-turn `write()`/`clear()` calls.
|
|
@@ -80,13 +83,22 @@ of the text last announced while `announce-output` is set).
|
|
|
80
83
|
`[part="announcer"]` is a styling and inspection surface only — it carries **no** live-region role
|
|
81
84
|
of its own. The announcement itself goes to the library's shared **light-DOM** polite region,
|
|
82
85
|
appended to the consumer's `<body>` and marked `data-lr-live-region="polite"`, because a live
|
|
83
|
-
region inside a shadow root is not reliably announced (JAWS with Firefox ignores one outright).
|
|
84
|
-
|
|
85
|
-
right hook for styling
|
|
86
|
+
region inside a shadow root is not reliably announced (JAWS with Firefox ignores one outright).
|
|
87
|
+
Inspect the shared region, not `::part(announcer)`, when reading an announcement; the part remains
|
|
88
|
+
the right hook for styling and for reading back what the terminal last announced.
|
|
86
89
|
|
|
87
90
|
**Themeable custom properties:** `--lr-terminal-height` (default `var(--lr-size-20rem)`) — the
|
|
88
91
|
viewport's block size; not declared on `:host`, so it is inherited from the host or any ancestor.
|
|
89
|
-
`--lr-terminal-
|
|
92
|
+
`--lr-terminal-surface-color` (default `var(--lr-color-surface-raised)`) controls the card-frame
|
|
93
|
+
background and the fallback foreground for inverse ANSI segments without an explicit background;
|
|
94
|
+
`frame="plain"` remains transparent. `--lr-terminal-toolbar-button-hover-bg` (default
|
|
95
|
+
`var(--lr-color-brand-quiet)`) and `--lr-terminal-toolbar-button-active-bg` (default
|
|
96
|
+
`color-mix(in oklab, var(--lr-terminal-toolbar-button-hover-bg, var(--lr-color-brand-quiet)),
|
|
97
|
+
var(--lr-color-mix-partner) var(--lr-color-mix-active))`) control the copy and download buttons.
|
|
98
|
+
`--lr-terminal-line-hover-bg` (default `var(--lr-color-brand-quiet)`) and
|
|
99
|
+
`--lr-terminal-line-active-bg` (default `color-mix(in oklab, var(--lr-terminal-line-hover-bg,
|
|
100
|
+
var(--lr-color-brand-quiet)), var(--lr-color-mix-partner) var(--lr-color-mix-active))`) control
|
|
101
|
+
ordinary rendered lines. `--lr-terminal-highlight-accent-bg` (default `var(--lr-color-brand-quiet)`),
|
|
90
102
|
`--lr-terminal-highlight-success-bg` (default `var(--lr-color-success-quiet)`),
|
|
91
103
|
`--lr-terminal-highlight-warning-bg` (default `var(--lr-color-warning-quiet)`),
|
|
92
104
|
`--lr-terminal-highlight-danger-bg` (default `var(--lr-color-danger-quiet)`), and
|
|
@@ -21,6 +21,15 @@ submission/validation/reset via `name`/`value`/`disabled`/`required`/`checkValid
|
|
|
21
21
|
`reportValidity()`). Ships an opt-in `label`/`hint`/`errorText` form-control chrome mirroring
|
|
22
22
|
`lr-select` -- left unset, none of it renders.
|
|
23
23
|
|
|
24
|
+
Removing `label`, `hint`, `help-text`, or `error-text` safely omits the corresponding content while
|
|
25
|
+
preserving native `null` property readback. Explicit empty strings stay empty; later supplied text
|
|
26
|
+
renders normally.
|
|
27
|
+
|
|
28
|
+
Changing own `disabled` from true to false in the same task that disables an ancestor fieldset keeps
|
|
29
|
+
the native editing control effectively disabled. The enabled first-legend exception and explicit
|
|
30
|
+
own-disabled state retain their native meaning; validity and form submission follow the effective
|
|
31
|
+
disabled state.
|
|
32
|
+
|
|
24
33
|
```html
|
|
25
34
|
<lr-textarea placeholder="Notes" rows="4"></lr-textarea>
|
|
26
35
|
<lr-textarea
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
- **Release history** [CHANGELOG.md](../../CHANGELOG.md); family-wide breaking-change summaries: [llms-full.txt](../../llms-full.txt)
|
|
10
10
|
- **Deprecations** none
|
|
11
11
|
- **Optional peers** none
|
|
12
|
-
- **Themeable via** 6 parts,
|
|
12
|
+
- **Themeable via** 6 parts, 6 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
13
13
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
14
14
|
|
|
15
15
|
---
|
|
@@ -75,6 +75,8 @@ pending duration/toggle accent without changing the shared brand token;
|
|
|
75
75
|
`--lr-thinking-panel-compact-header-padding` (default `var(--lr-space-2xs) var(--lr-space-s)`) —
|
|
76
76
|
`[part="header"]` padding while `compact`; `--lr-thinking-panel-compact-header-gap` (default
|
|
77
77
|
`var(--lr-space-2xs)`) — gap between the toggle, label, and duration while `compact`; and
|
|
78
|
+
`--lr-thinking-panel-compact-header-font-size` (default `var(--lr-font-size-sm)`) — font size of
|
|
79
|
+
`[part="header"]` while `compact`; and
|
|
78
80
|
`--lr-thinking-panel-compact-body-padding` (default `var(--lr-space-s)`) — `[part="body"]`
|
|
79
81
|
padding while `compact`. Plus shared
|
|
80
82
|
`--lr-color-border`/`-surface`/`-text`/`-text-quiet`/`-brand`/`-brand-quiet`,
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
- **Release history** [CHANGELOG.md](../../CHANGELOG.md); family-wide breaking-change summaries: [llms-full.txt](../../llms-full.txt)
|
|
10
10
|
- **Deprecations** none
|
|
11
11
|
- **Optional peers** none
|
|
12
|
-
- **Themeable via** 33 parts,
|
|
12
|
+
- **Themeable via** 33 parts, 12 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
13
13
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
14
14
|
|
|
15
15
|
---
|
|
@@ -26,6 +26,9 @@ row actions in that mode. No thread CRUD or persistence — every mutation
|
|
|
26
26
|
(`lr-thread-pin`/`-archive`/`-delete`/`-rename`) is a controlled event carrying the _requested_ new
|
|
27
27
|
state; the host mutates `threads`.
|
|
28
28
|
|
|
29
|
+
A conversation row with `slot=""` belongs to the default slot exactly like a row with no slot
|
|
30
|
+
attribute, including after reconnect. Named slots retain their distinct roles.
|
|
31
|
+
|
|
29
32
|
ArrowUp/ArrowDown/Home/End navigation skips rows that are disabled, hidden, `aria-hidden`, or
|
|
30
33
|
`inert` (including an inert ancestor introduced by `wrapRow`). Arrow navigation continues through
|
|
31
34
|
the complete item model at a virtual-window edge and mounts the next available row before moving
|
|
@@ -46,6 +49,10 @@ Data-mode thread ids must be nonempty, nonblank, and unique, and every row must
|
|
|
46
49
|
before the mode is selected, so focus, actions, slot ownership, and emitted `conversationId`
|
|
47
50
|
values remain unambiguous.
|
|
48
51
|
|
|
52
|
+
Display fields are captured when `threads` is assigned. After a change, create and assign a new
|
|
53
|
+
collection; changing an assigned record or mutating the assigned array does not update the view.
|
|
54
|
+
`filter`, `groupBy`, row callbacks, and group contexts receive the original source records.
|
|
55
|
+
|
|
49
56
|
**Properties:** `threads: LyraChatThread[] = []` (attribute: false). `activeConversationId: string = ''`
|
|
50
57
|
(attribute `active-conversation-id`) — data mode:
|
|
51
58
|
marks the matching row `active`/`aria-current` and scrolls it into view. `searchable: boolean =
|
|
@@ -80,9 +87,9 @@ property. `stickyGroups: boolean = false` (attribute `sticky-groups`, reflected)
|
|
|
80
87
|
the current date/custom group's header to the top of the scroll viewport while its rows are in view,
|
|
81
88
|
pushing it off as the next group's header arrives. Group headers are ordinary virtualized rows, so
|
|
82
89
|
this renders an `aria-hidden` copy of the header into the internal `lr-virtual-list`'s sticky layer:
|
|
83
|
-
the real row keeps the `role="heading"`/`aria-level` semantics and
|
|
84
|
-
|
|
85
|
-
|
|
90
|
+
the real row keeps the `role="heading"`/`aria-level` semantics and its interactive toggle. The
|
|
91
|
+
pinned copy is inert, pointer-transparent presentation content: its toggle and adornments do not
|
|
92
|
+
receive interaction, and it adds no second tab stop. Default `false` renders exactly as before; `grouping="none"` has no
|
|
86
93
|
headers to pin, so it is a no-op there. `label?: string` — accessible name for the list region.
|
|
87
94
|
Omitting it uses the localized `threadListLabel`; an explicit empty string intentionally leaves the
|
|
88
95
|
list unnamed. `wrapRow?: (thread: LyraChatThread, row: TemplateResult) =>
|
|
@@ -157,6 +164,21 @@ prefix: `row-item-base`, `row-item-active-indicator`, `row-item-select-button`,
|
|
|
157
164
|
internal virtual-list shadow tree, so set them on `lr-thread-list` or any ancestor. They do not style
|
|
158
165
|
marks returned by `renderRowContent` or any other hook.
|
|
159
166
|
|
|
167
|
+
**Themeable control states:** `--lr-thread-list-group-toggle-hover-bg` (default
|
|
168
|
+
`var(--lr-color-surface-raised)`), `--lr-thread-list-group-toggle-hover-color` (default
|
|
169
|
+
`var(--lr-color-text)`), `--lr-thread-list-group-toggle-active-bg` (default `color-mix(in oklab,
|
|
170
|
+
var(--lr-thread-list-group-toggle-hover-bg, var(--lr-color-surface-raised)),
|
|
171
|
+
var(--lr-color-mix-partner) var(--lr-color-mix-active))`), and
|
|
172
|
+
`--lr-thread-list-group-toggle-active-color` (default
|
|
173
|
+
`var(--lr-thread-list-group-toggle-hover-color, var(--lr-color-text))`) style group-toggle hover
|
|
174
|
+
and pressed states. `--lr-thread-list-row-action-hover-bg` (default
|
|
175
|
+
`var(--lr-color-surface-raised)`), `--lr-thread-list-row-action-hover-color` (default
|
|
176
|
+
`var(--lr-color-text)`), `--lr-thread-list-row-action-active-bg` (default `color-mix(in oklab,
|
|
177
|
+
var(--lr-thread-list-row-action-hover-bg, var(--lr-color-surface-raised)),
|
|
178
|
+
var(--lr-color-mix-partner) var(--lr-color-mix-active))`), and
|
|
179
|
+
`--lr-thread-list-row-action-active-color` (default
|
|
180
|
+
`var(--lr-thread-list-row-action-hover-color, var(--lr-color-text))`) do the same for row actions.
|
|
181
|
+
|
|
160
182
|
**Keep the two prefixes straight — they are different surfaces.** The `row-*` parts wrap _this_
|
|
161
183
|
component's own render-callback output (`wrapRow`, `renderStart`, `renderExcerpt`,
|
|
162
184
|
`renderRowContent`, `renderMeta`, `renderActions`); the `row-item-*` parts are the row item's
|
|
@@ -26,6 +26,9 @@ The clear/expand actions sit directly in the shared outer height ladder: compact
|
|
|
26
26
|
enough for their hit targets, while `l` and `xl` retain the shared 48px and 56px heights rather
|
|
27
27
|
than adding outer padding around the buttons.
|
|
28
28
|
|
|
29
|
+
Removing `label` or `hint` safely omits that content while retaining native `null` property
|
|
30
|
+
readback. Explicit empty strings remain empty; later supplied text renders normally.
|
|
31
|
+
|
|
29
32
|
**Properties:**
|
|
30
33
|
|
|
31
34
|
- `value: string` (also accepts a `Date` or `null` when assigned) — strict `HH:mm`, optional
|
|
@@ -25,6 +25,11 @@ The `base` part is an accessible `role="group"`: a non-empty host `aria-label` n
|
|
|
25
25
|
aggregate. A native external `<label for>` remains available through `labels`, but it does not cross
|
|
26
26
|
into the shadow-root group. `startLabel` and `endLabel` continue to name the individual sliders.
|
|
27
27
|
|
|
28
|
+
Only the primary mouse button starts seeking or dragging. Right and middle presses leave the range
|
|
29
|
+
and input/change events untouched. Touch and pen gestures keep their existing behavior, including
|
|
30
|
+
concurrent pointer support; pointer cancellation and capture cleanup retain their existing
|
|
31
|
+
semantics.
|
|
32
|
+
|
|
28
33
|
**Properties:**
|
|
29
34
|
|
|
30
35
|
- `min: number = 0`
|
|
@@ -26,6 +26,12 @@ item's `title`/`description` routinely hold focusable content, so wrapping the r
|
|
|
26
26
|
would trip `nested-interactive`). The opt-in clustered time scale adds only native count-marker
|
|
27
27
|
buttons; it does not make the individual rows interactive.
|
|
28
28
|
|
|
29
|
+
Horizontal time layouts using `collision="overlap"` or `collision="stack"` allocate their block size
|
|
30
|
+
from the actual item content and lane offsets. The height follows content growth, shrinkage, and
|
|
31
|
+
changes in lane count. `--lr-timeline-time-extent` still controls only the main-axis distance, and
|
|
32
|
+
horizontal scrolling retains clipping on the cross axis. Cluster mode keeps its existing sizing
|
|
33
|
+
behavior.
|
|
34
|
+
|
|
29
35
|
**`lr-timeline` properties:** `orientation: 'vertical' | 'horizontal' = 'vertical'` — note the
|
|
30
36
|
opposite default from `lr-stepper`; `horizontal` makes `[part='base']` a horizontally scrollable row.
|
|
31
37
|
`accessibleLabel?: string` (attribute `aria-label`) overrides the localized `"Timeline"` name —
|
|
@@ -26,6 +26,12 @@ item's `title`/`description` routinely hold focusable content, so wrapping the r
|
|
|
26
26
|
would trip `nested-interactive`). The opt-in clustered time scale adds only native count-marker
|
|
27
27
|
buttons; it does not make the individual rows interactive.
|
|
28
28
|
|
|
29
|
+
Horizontal time layouts using `collision="overlap"` or `collision="stack"` allocate their block size
|
|
30
|
+
from the actual item content and lane offsets. The height follows content growth, shrinkage, and
|
|
31
|
+
changes in lane count. `--lr-timeline-time-extent` still controls only the main-axis distance, and
|
|
32
|
+
horizontal scrolling retains clipping on the cross axis. Cluster mode keeps its existing sizing
|
|
33
|
+
behavior.
|
|
34
|
+
|
|
29
35
|
**`lr-timeline` properties:** `orientation: 'vertical' | 'horizontal' = 'vertical'` — note the
|
|
30
36
|
opposite default from `lr-stepper`; `horizontal` makes `[part='base']` a horizontally scrollable row.
|
|
31
37
|
`accessibleLabel?: string` (attribute `aria-label`) overrides the localized `"Timeline"` name —
|
|
@@ -21,6 +21,20 @@ prevented, so focus still advances normally. Backspace removes the last token. `
|
|
|
21
21
|
readonly owned `readonly string[]` snapshot and repeated values are submitted under `name`; mutate
|
|
22
22
|
a new array and reassign it to change the list.
|
|
23
23
|
|
|
24
|
+
Composing keyboard events (`isComposing` or legacy key code 229) remain with the native draft or
|
|
25
|
+
inline editor without adding/removing tokens, committing an edit or closing the editor. Normal
|
|
26
|
+
Enter, delimiter, Tab, Backspace and Escape behavior is unchanged after composition.
|
|
27
|
+
|
|
28
|
+
Host `aria-describedby` references resolve in the host's root and precede local hint/error guidance
|
|
29
|
+
on the native draft input. Live source replacement, removal, reinsertion, host reconnection and
|
|
30
|
+
document adoption update the relationship. Removing `label`, `hint` or `error-text` safely removes
|
|
31
|
+
that copy while preserving native attribute-removal property readback, including `null`; explicit
|
|
32
|
+
empty and later replacement strings remain supported.
|
|
33
|
+
|
|
34
|
+
Editable token labels vertically center their text within the existing pointer target while
|
|
35
|
+
retaining narrow-content ellipsis, wrapping and alignment with the remove action. The ordinary
|
|
36
|
+
noneditable token layout remains the default.
|
|
37
|
+
|
|
24
38
|
**Properties:** live, non-reflecting `value`, reflected `defaultValue` (attribute `value`, encoded
|
|
25
39
|
as a JSON string array), `customError` (`custom-error`), `label`, `hint`, `errorText`
|
|
26
40
|
(`error-text`), `placeholder`, `name`,
|
|
@@ -23,6 +23,9 @@ focused) fires `lr-tool-call-chip-select`; a consumer wires that to opening a
|
|
|
23
23
|
`<lr-tool-result-dialog>` (or anything else) at the call site, keeping the chip reusable wherever
|
|
24
24
|
a compact call summary is useful, with or without a detail surface behind it.
|
|
25
25
|
|
|
26
|
+
Removing `category` or `summary` hides that optional text; assigning either attribute again restores
|
|
27
|
+
its content.
|
|
28
|
+
|
|
26
29
|
**Properties:**
|
|
27
30
|
|
|
28
31
|
- `name: string = ''` — the tool/function name, e.g. `web_search`
|
|
@@ -98,8 +101,8 @@ referenced: `--lr-color-text-quiet`, `--lr-color-surface`, `--lr-color-border`,
|
|
|
98
101
|
</script>
|
|
99
102
|
```
|
|
100
103
|
|
|
101
|
-
The default slot's tooltip
|
|
102
|
-
|
|
104
|
+
The default slot's tooltip uses the same `'top-start'` placement as `<lr-combobox>`'s listbox, and
|
|
105
|
+
appears/disappears instantly
|
|
103
106
|
on hover/focus/blur/mouseleave with no fade transition and no "pointer moved into the tooltip"
|
|
104
107
|
tracking — it's documented as read-only preview content, not an interactive surface meant to retain
|
|
105
108
|
focus of its own. `denied` gets its own warning-toned glyph and color (a policy rejection, not a
|
|
@@ -109,9 +112,8 @@ sub-1000ms `"820ms"`, else trimmed to at most one decimal of seconds (`"1.5s"`,
|
|
|
109
112
|
|
|
110
113
|
**Known gotchas:**
|
|
111
114
|
|
|
112
|
-
-
|
|
113
|
-
|
|
114
|
-
text node assigned to the default slot won't trigger the tooltip)
|
|
115
|
+
- meaningful default-slot text or element content enables the preview tooltip; whitespace-only
|
|
116
|
+
text does not. A text preview needs no wrapper, and the preview remains inert and noninteractive
|
|
115
117
|
- the native button always keeps its purpose-specific generated name (`"name — summary — Status —
|
|
116
118
|
duration"`). A host `aria-label` remains on the host and is not cloned onto that button; even an
|
|
117
119
|
explicit empty host label never leaves the actionable button unnamed
|
|
@@ -24,6 +24,10 @@ can name the form-associated host. A non-empty host `aria-label` remains on the
|
|
|
24
24
|
aggregate semantic owner, so `base` omits its duplicate role/name. The individual generated fields
|
|
25
25
|
keep their own purpose-specific names in every case.
|
|
26
26
|
|
|
27
|
+
Choosing Boolean Unset keeps an explicit `undefined` value when a schema default exists; deleting
|
|
28
|
+
that key or replacing the value with an absent key restores default materialization. Without a
|
|
29
|
+
schema default, Unset removes the key.
|
|
30
|
+
|
|
27
31
|
**Supported schema subset:** a _flat_ object whose properties use one primitive `type`
|
|
28
32
|
(`'string'`, `'number'`, `'integer'`, or `'boolean'`), `required` property presence, string `enum`,
|
|
29
33
|
primitive `const`, and the `title`/`description`/`default` annotations. Nested objects, arrays, type
|
|
@@ -127,8 +131,8 @@ fired once up front at connect time and after every effective change; serializat
|
|
|
127
131
|
publish their root message as `errors.base` and `formError`), and no-detail `focus`/`blur` events for
|
|
128
132
|
generated native text/number inputs. The composed
|
|
129
133
|
`<lr-select>` controls already bubble their own focus/blur bridges through the host.
|
|
130
|
-
|
|
131
|
-
|
|
134
|
+
Nested control events (`input`, `change`, `lr-change`, select show/hide, and option mutation) are
|
|
135
|
+
contained at the form boundary; consumers receive the single form-level `lr-input` contract.
|
|
132
136
|
`lr-invalid` (no detail) is the bubbling/composed, cancelable alias emitted when the complete
|
|
133
137
|
parameter form fails a native validity check; preventing it also prevents the native `invalid`
|
|
134
138
|
event's default validation UI.
|
|
@@ -24,6 +24,10 @@ so slot-forwarding does not put a forwarding `<slot>` where a slotted `<lr-tab-g
|
|
|
24
24
|
child scan expects real projected content, while its modal behavior participates in the shared
|
|
25
25
|
overlay stack.
|
|
26
26
|
|
|
27
|
+
Assigning `accessibleLabel` directly names the inner dialog when no host `aria-label` is present. A
|
|
28
|
+
host `aria-label` retains its separate host ownership, and an empty direct value uses the tool
|
|
29
|
+
title.
|
|
30
|
+
|
|
27
31
|
**Properties:**
|
|
28
32
|
|
|
29
33
|
- `open: boolean = false` (reflected) — whether the dialog is open; set it directly or use the
|
|
@@ -159,12 +159,11 @@ registerToolRenderer("run_query", {
|
|
|
159
159
|
`registry` prop is set
|
|
160
160
|
- `findToolRenderer(toolName: string, payload: unknown, registry?: ToolRendererRegistry):
|
|
161
161
|
ToolRendererDefinition | undefined` — the dispatch function `<lr-tool-result-view>` calls
|
|
162
|
-
internally on every resolve; exposed for direct use
|
|
162
|
+
internally on every resolve; exposed for direct use too
|
|
163
163
|
- `loadToolRenderer(def: ToolRendererDefinition): Promise<DirectToolRendererDefinition>` — resolves `def`
|
|
164
164
|
to a definition guaranteed to carry a real `render`, awaiting/unwrapping `def.load()` when present
|
|
165
165
|
(or returning `def` unchanged otherwise)
|
|
166
|
-
- `clearToolRenderers(): void` —
|
|
167
|
-
`load()` cache, so one test's `registerToolRenderer()` calls can't leak into the next
|
|
166
|
+
- `clearToolRenderers(): void` — clears the default registry and its `load()` cache
|
|
168
167
|
|
|
169
168
|
**Dispatch order** (`findToolRenderer`), exactly as `<lr-tool-result-view>`'s own `resolve()` uses
|
|
170
169
|
it:
|
|
@@ -21,6 +21,10 @@ available in a conversation. It keeps its own panel template rather than nesting
|
|
|
21
21
|
it has no dependency on the general-purpose dialog, while its modal behavior participates in the
|
|
22
22
|
shared overlay stack. First-party invention (no Web Awesome equivalent).
|
|
23
23
|
|
|
24
|
+
Programmatic `selectedToolIds` and `useDefaults` replacements synchronize the live checkbox and
|
|
25
|
+
switch state after user edits without emitting change events. Removing `search-placeholder` restores
|
|
26
|
+
localized copy, while an explicitly empty placeholder stays empty.
|
|
27
|
+
|
|
24
28
|
**Exported types:**
|
|
25
29
|
|
|
26
30
|
- `ToolSelectDialogTool { id: string; name: string; description?: string; category?: string; icon?:
|
|
@@ -85,8 +89,8 @@ the desired detail values after that work succeeds. `lr-close`
|
|
|
85
89
|
(`detail: ToolSelectDialogCloseReason` — fired exactly once per dismissal, via Escape, a backdrop
|
|
86
90
|
click when `lightDismiss` is enabled, or a `close()` call), and no-detail `focus`/`blur` events
|
|
87
91
|
re-dispatched when the internal search input gains or loses focus.
|
|
88
|
-
Native `input`/`change` and prefixed `lr-input`
|
|
89
|
-
|
|
92
|
+
Native `input`/`change` and prefixed `lr-input` events from the built-in checkbox and switch
|
|
93
|
+
controls stop at the dialog boundary; listen for the single aggregate `lr-change` proposal.
|
|
90
94
|
|
|
91
95
|
**Slots:** `footer` — optional action buttons (e.g. a "Done" button), rendered in a bottom row. Changes
|
|
92
96
|
already apply live via `lr-change`, so this slot is purely optional; only visually shown once it has
|
|
@@ -19,6 +19,12 @@
|
|
|
19
19
|
A tooltip for a consumer-owned trigger, positioned with the shared Floating UI positioner. Which
|
|
20
20
|
interactions open it is configurable as of 8.0.0; by default it is still hover and focus.
|
|
21
21
|
|
|
22
|
+
An open lr-tooltip repositions when its effective host or inherited text direction changes,
|
|
23
|
+
preserving open state without emitting lifecycle events.
|
|
24
|
+
|
|
25
|
+
Removing `content` safely omits tooltip fallback text while preserving `null` property readback;
|
|
26
|
+
later text renders normally.
|
|
27
|
+
|
|
22
28
|
**Properties:**
|
|
23
29
|
|
|
24
30
|
- `open: boolean = false` (reflected) — assigning it runs the same lifecycle as `show()`/`hide()`.
|
|
@@ -20,6 +20,9 @@ A collapsible span hierarchy for one agent/LLM trace (Langfuse/LangSmith run-tre
|
|
|
20
20
|
name, status, an inline duration bar on the shared trace time scale, and optional tokens/cost
|
|
21
21
|
columns. Consumes the same `LyraSpan[]` as `<lr-span-waterfall>`.
|
|
22
22
|
|
|
23
|
+
Span views omit whitespace-only IDs and preserve every nonblank business ID exactly, including
|
|
24
|
+
surrounding whitespace. The first valid admitted duplicate continues to win.
|
|
25
|
+
|
|
23
26
|
**Properties:** `spans: LyraSpan[] = []` (attribute: false) — the same `LyraSpan` shape documented
|
|
24
27
|
under `lr-span-waterfall` above (exported from `trace-tree/span.ts`); hierarchy comes from
|
|
25
28
|
`parentId`, and a span whose `parentId` is missing or doesn't resolve within the same array renders
|
|
@@ -21,6 +21,9 @@ with in-place upgrades keyed by `id`, and a stick-to-bottom auto-scroll with rel
|
|
|
21
21
|
`follow`/`lr-follow-change` contract `<lr-terminal>` uses. Live captions only — recorded-media
|
|
22
22
|
transcript sync is a separate concern.
|
|
23
23
|
|
|
24
|
+
Activating the focused jump action resumes follow and transfers focus to the scroll base when the
|
|
25
|
+
action disappears, unless a newer outside focus move takes precedence.
|
|
26
|
+
|
|
24
27
|
**Properties:** `entries: LyraTranscriptEntry[] = []` (attribute: false) — `LyraTranscriptEntry { id:
|
|
25
28
|
string; speaker?: string; text: string; interim?: boolean; timestamp?: LyraTimestamp }` (exported by
|
|
26
29
|
this module; `LyraTimestamp = Date | string | number`, normalized through Date/TimeClip). Reconciled
|