@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
|
@@ -24,6 +24,10 @@ and animated panel. The two components intentionally keep distinct vocabularies:
|
|
|
24
24
|
use `expanded`, `label`, and `expand()`/`collapse()`/`toggle()`, while `open`, `summary`, and
|
|
25
25
|
`show()`/`hide()` belong only to Details.
|
|
26
26
|
|
|
27
|
+
`lr-toggle` reports the direction and source of an accepted Details transition. Accordion
|
|
28
|
+
coordinates only its direct `lr-accordion-item` children; Details retains independent state and
|
|
29
|
+
optional grouping through a shared non-empty `name`.
|
|
30
|
+
|
|
27
31
|
**Breaking in 9.0.0:** an accordion coordinates direct `lr-accordion-item` children only. Direct
|
|
28
32
|
`lr-details` panels used to be accepted as well; they are not any more. A `lr-details` slotted into
|
|
29
33
|
an accordion today is ordinary content owning its own disclosure lifecycle — the group applies
|
|
@@ -141,16 +145,17 @@ from assistive technology: do not place independent links, buttons, inputs, form
|
|
|
141
145
|
targets there. The accordion-item `icon` slot follows the same flattened-tree inert and aria-hidden
|
|
142
146
|
visual contract, while the trigger button remains the sole action. Details has `summary`,
|
|
143
147
|
`header-actions`, `expand-icon`, `collapse-icon`, plus default content. `header-actions` renders
|
|
144
|
-
extra controls (e.g. a trailing "add" button)
|
|
145
|
-
|
|
146
|
-
|
|
148
|
+
extra controls (e.g. a trailing "add" button) as a sibling of the private native `<details>` in the
|
|
149
|
+
complete header row, so they stay rendered, visible, and hit-testable while the panel is collapsed
|
|
150
|
+
or disabled. Activating one never toggles the panel: a click whose
|
|
147
151
|
composed path crosses `[part~="header-actions"]` is exempted from disclosure activation. Its wrapper
|
|
148
152
|
is hidden and reclaims layout space whenever the slot is empty.
|
|
149
153
|
|
|
150
154
|
**CSS parts:** accordion exposes `base`. Accordion item exposes `base` and `accordion-item` on the
|
|
151
155
|
same outer wrapper, plus `heading`, `button`, `label`, `icon`, `panel`, and `content`. Details
|
|
152
|
-
exposes `base` and `details` on the same
|
|
153
|
-
`
|
|
156
|
+
exposes `base` and `details` on the same outer container, plus `header`, `summary`, `icon`,
|
|
157
|
+
`header-actions`, and `content`. The native `<details>` is private; `content` is inside its
|
|
158
|
+
findable `hidden="until-found"` closed-state gate.
|
|
154
159
|
The Details icon wrapper also carries Shoelace's `summary-icon` alias, so either part name styles
|
|
155
160
|
the same node. `header-actions` is the wrapper around the `header-actions` slot.
|
|
156
161
|
|
|
@@ -24,6 +24,10 @@ and animated panel. The two components intentionally keep distinct vocabularies:
|
|
|
24
24
|
use `expanded`, `label`, and `expand()`/`collapse()`/`toggle()`, while `open`, `summary`, and
|
|
25
25
|
`show()`/`hide()` belong only to Details.
|
|
26
26
|
|
|
27
|
+
`lr-toggle` reports the direction and source of an accepted Details transition. Accordion
|
|
28
|
+
coordinates only its direct `lr-accordion-item` children; Details retains independent state and
|
|
29
|
+
optional grouping through a shared non-empty `name`.
|
|
30
|
+
|
|
27
31
|
**Breaking in 9.0.0:** an accordion coordinates direct `lr-accordion-item` children only. Direct
|
|
28
32
|
`lr-details` panels used to be accepted as well; they are not any more. A `lr-details` slotted into
|
|
29
33
|
an accordion today is ordinary content owning its own disclosure lifecycle — the group applies
|
|
@@ -141,16 +145,17 @@ from assistive technology: do not place independent links, buttons, inputs, form
|
|
|
141
145
|
targets there. The accordion-item `icon` slot follows the same flattened-tree inert and aria-hidden
|
|
142
146
|
visual contract, while the trigger button remains the sole action. Details has `summary`,
|
|
143
147
|
`header-actions`, `expand-icon`, `collapse-icon`, plus default content. `header-actions` renders
|
|
144
|
-
extra controls (e.g. a trailing "add" button)
|
|
145
|
-
|
|
146
|
-
|
|
148
|
+
extra controls (e.g. a trailing "add" button) as a sibling of the private native `<details>` in the
|
|
149
|
+
complete header row, so they stay rendered, visible, and hit-testable while the panel is collapsed
|
|
150
|
+
or disabled. Activating one never toggles the panel: a click whose
|
|
147
151
|
composed path crosses `[part~="header-actions"]` is exempted from disclosure activation. Its wrapper
|
|
148
152
|
is hidden and reclaims layout space whenever the slot is empty.
|
|
149
153
|
|
|
150
154
|
**CSS parts:** accordion exposes `base`. Accordion item exposes `base` and `accordion-item` on the
|
|
151
155
|
same outer wrapper, plus `heading`, `button`, `label`, `icon`, `panel`, and `content`. Details
|
|
152
|
-
exposes `base` and `details` on the same
|
|
153
|
-
`
|
|
156
|
+
exposes `base` and `details` on the same outer container, plus `header`, `summary`, `icon`,
|
|
157
|
+
`header-actions`, and `content`. The native `<details>` is private; `content` is inside its
|
|
158
|
+
findable `hidden="until-found"` closed-state gate.
|
|
154
159
|
The Details icon wrapper also carries Shoelace's `summary-icon` alias, so either part name styles
|
|
155
160
|
the same node. `header-actions` is the wrapper around the `header-actions` slot.
|
|
156
161
|
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
|
|
17
17
|
## `lr-activity-feed`
|
|
18
18
|
|
|
19
|
-
An append-only streaming log of granular agent actions ("Searching the web…", "Read
|
|
20
|
-
|
|
19
|
+
An append-only streaming log of granular agent actions ("Searching the web…", "Read the
|
|
20
|
+
application entry point"), collapsing to a localized "Completed N steps" summary once the run is over. Entries
|
|
21
21
|
never change state once added — a step whose status mutates in place belongs to `<lr-task-list>`
|
|
22
22
|
instead. Implements the shared follow (stick-to-bottom) contract. At/above `virtualizeAt`
|
|
23
23
|
entries, the body renders through an internal `<lr-virtual-list>` instead of a plain keyed list.
|
|
@@ -34,13 +34,14 @@ unset. `mode: 'live' | 'post-hoc' =
|
|
|
34
34
|
`label?: string` — omission localizes `activityFeedLabel` (`'Activity'` in the built-in English
|
|
35
35
|
catalog), while any supplied string is a verbatim override, including `'Activity'` under a
|
|
36
36
|
non-English `.strings` catalog and `''`. A present host `aria-label` names the owned list in both
|
|
37
|
-
plain and virtualized rendering paths while `label` remains the visible header text
|
|
37
|
+
plain and virtualized rendering paths while `label` remains the visible header text. Host
|
|
38
|
+
`aria-labelledby` and `aria-describedby` likewise reach that semantic list in both rendering paths —
|
|
38
39
|
`showTimestamps: boolean = false` (attribute `show-timestamps`),
|
|
39
40
|
`formatTimestamp?: (date: Date) => string` (attribute: false), `renderText?: (entry: ActivityEntry)
|
|
40
41
|
=> TemplateResult` (attribute: false) — overrides the default plain-text `entry-text` rendering with
|
|
41
42
|
arbitrary rich content (e.g. rendered markdown, or markdown plus a trailing tool-call chip list),
|
|
42
|
-
identically whether or not the feed is currently virtualized;
|
|
43
|
-
rather than
|
|
43
|
+
identically whether or not the feed is currently virtualized; replaces the plain text **inside**
|
|
44
|
+
the persistent `[part="entry-text"]` wrapper rather than removing that part, and `virtualizeAt: number = 199` (attribute
|
|
44
45
|
`virtualize-at`).
|
|
45
46
|
|
|
46
47
|
**Events:** `lr-toggle` (`detail: { expanded }`, the header was activated) and
|
|
@@ -31,7 +31,7 @@ cancelable. Retry is available for `error` and `cancelled`.
|
|
|
31
31
|
**Properties:**
|
|
32
32
|
|
|
33
33
|
- `run: AgentRun | null = null` (attribute: false) — **`AgentRun`, imported from
|
|
34
|
-
`@aceshooting/lyra-ui/ai
|
|
34
|
+
`@aceshooting/lyra-ui/ai`**: `{ id: string; status: AgentStatus; startedAt?:
|
|
35
35
|
number; endedAt?: number; model?: string; costEstimate?: number; steps: readonly AgentStep[] }`, where
|
|
36
36
|
`AgentStatus { kind: AgentStatusKind; message?: string }` and `AgentStep { id: string; kind:
|
|
37
37
|
string; label: string; status: AgentStatus; startedAt?: number; endedAt?: number }`. All timestamps
|
|
@@ -19,6 +19,9 @@
|
|
|
19
19
|
Provider-neutral agent/LLM trace view combining span-kind filters, handoff quick-jumps, and a
|
|
20
20
|
hierarchical trace tree from one shared `spans` array.
|
|
21
21
|
|
|
22
|
+
Span views omit whitespace-only IDs and preserve every nonblank business ID exactly, including
|
|
23
|
+
surrounding whitespace. The first valid admitted duplicate continues to win.
|
|
24
|
+
|
|
22
25
|
**Properties:**
|
|
23
26
|
|
|
24
27
|
- `spans: LyraSpan[] = []` (attribute: false) — the full, unfiltered array; identical contract to
|
|
@@ -23,7 +23,7 @@ grounding, and context state: transcript + composer in the main pane, and a deta
|
|
|
23
23
|
assign new data to the properties as the host receives updates.
|
|
24
24
|
|
|
25
25
|
This is the single component that binds the most of the provider-neutral vocabulary exported from
|
|
26
|
-
`@aceshooting/lyra-ui/ai`
|
|
26
|
+
`@aceshooting/lyra-ui/ai` at once; a host that already holds `ChatMessage[]`,
|
|
27
27
|
`AgentRun`, `RetrievalChunk[]`, `Citation[]`, and `GroundingAssessment` can wire this up with no
|
|
28
28
|
adapters.
|
|
29
29
|
|
|
@@ -81,7 +81,8 @@ Citation; truncated?: boolean; omittedTokens?: number; redactions?: ContextInspe
|
|
|
81
81
|
the border and padding; a supplied `composer` slot keeps its own frame.
|
|
82
82
|
- `composerValue: string = ''` (attribute `composer-value`) — controlled composer value
|
|
83
83
|
- `composerStatus: ChatComposerStatus = 'idle'` (attribute `composer-status`) — `'idle' | 'sending' |
|
|
84
|
-
'streaming'`, `lr-chat-composer`'s own union
|
|
84
|
+
'streaming'`, `lr-chat-composer`'s own union; invalid values read as `idle` without rewriting the
|
|
85
|
+
host attribute
|
|
85
86
|
- `composerPlaceholder: string = ''` (attribute `composer-placeholder`)
|
|
86
87
|
- `composerMinRows: number = 1` (attribute `composer-min-rows`), `composerMaxRows: number = 8`
|
|
87
88
|
(attribute `composer-max-rows`)
|
|
@@ -18,6 +18,10 @@
|
|
|
18
18
|
|
|
19
19
|
Declaratively animates one slotted element through the native Web Animations API.
|
|
20
20
|
|
|
21
|
+
An initial playing mount creates one native animation and emits one `lr-start`. A real target or
|
|
22
|
+
timing change still rebuilds the animation, while replay and reconnect retain their normal
|
|
23
|
+
start/finish lifecycle, including reduced motion.
|
|
24
|
+
|
|
21
25
|
**Properties:**
|
|
22
26
|
|
|
23
27
|
- `name: string = 'none'` — accepts any animation registry name. The built-in names are `'none' |
|
|
@@ -122,8 +122,10 @@ vetoing that one would leave `open` stuck `true` in a mode where it's meaningles
|
|
|
122
122
|
`preventDefault()` to keep the overlay as it is for the other triggers),
|
|
123
123
|
`lr-rail-resize-request` (`detail: LyraAppRailResizeDetail` = `{ widthPx: number }`; a cancelable
|
|
124
124
|
proposed width from drag or keyboard stepping, emitted before the component assigns
|
|
125
|
-
`railWidthPx` — call `preventDefault()` to keep the current width.
|
|
126
|
-
|
|
125
|
+
`railWidthPx` — call `preventDefault()` to keep the current width. A synchronous request listener
|
|
126
|
+
that disables resizing, leaves full mode, or disconnects the rail also cancels the proposal,
|
|
127
|
+
preserving any width the listener assigned and publishing no accepted resize. Assigning only
|
|
128
|
+
`railWidthPx` does not veto the proposal. It is not fired when a consumer sets `railWidthPx` directly), and `lr-rail-resize` (`detail: LyraAppRailResizeDetail` =
|
|
127
129
|
`{ widthPx: number }`; non-cancelable committed width, emitted immediately for a genuine keyboard
|
|
128
130
|
step and once at pointerup for a genuine drag. Clamped/no-op steps, canceled/lost gestures, and
|
|
129
131
|
consumer property writes emit no committed event).
|
|
@@ -121,8 +121,10 @@ vetoing that one would leave `open` stuck `true` in a mode where it's meaningles
|
|
|
121
121
|
`preventDefault()` to keep the overlay as it is for the other triggers),
|
|
122
122
|
`lr-rail-resize-request` (`detail: LyraAppRailResizeDetail` = `{ widthPx: number }`; a cancelable
|
|
123
123
|
proposed width from drag or keyboard stepping, emitted before the component assigns
|
|
124
|
-
`railWidthPx` — call `preventDefault()` to keep the current width.
|
|
125
|
-
|
|
124
|
+
`railWidthPx` — call `preventDefault()` to keep the current width. A synchronous request listener
|
|
125
|
+
that disables resizing, leaves full mode, or disconnects the rail also cancels the proposal,
|
|
126
|
+
preserving any width the listener assigned and publishing no accepted resize. Assigning only
|
|
127
|
+
`railWidthPx` does not veto the proposal. It is not fired when a consumer sets `railWidthPx` directly), and `lr-rail-resize` (`detail: LyraAppRailResizeDetail` =
|
|
126
128
|
`{ widthPx: number }`; non-cancelable committed width, emitted immediately for a genuine keyboard
|
|
127
129
|
step and once at pointerup for a genuine drag. Clamped/no-op steps, canceled/lost gestures, and
|
|
128
130
|
consumer property writes emit no committed event).
|
|
@@ -26,6 +26,12 @@ wins when both are present. When a real `File` or `preview-src` is available, th
|
|
|
26
26
|
localized action that emits a plain, non-cancelable `lr-preview-request`; it never registers or owns a viewer
|
|
27
27
|
or overlay, so the host composes the desired preview surface.
|
|
28
28
|
|
|
29
|
+
An error already present at first mount or reconnection renders as existing state without an
|
|
30
|
+
announcement, including a failure assigned while detached and reconnected before the next render. A
|
|
31
|
+
new connected transition to error still appends one localized failure announcement; repeated
|
|
32
|
+
connected failures remain separately announced, including a retry whose uploading and error writes
|
|
33
|
+
coalesce into one update.
|
|
34
|
+
|
|
29
35
|
**Properties:**
|
|
30
36
|
|
|
31
37
|
- `file?: File` (attribute `false`, i.e. property-only) — when set, `name`/`bytes`/`mimeType`/the
|
|
@@ -115,9 +121,8 @@ already focused on the chip still hears an upload failure — goes to the librar
|
|
|
115
121
|
can read at their own pace, and a retry that fails the same way twice is announced twice rather
|
|
116
122
|
than being a silent no-op. The ticking `uploading` readout announces nothing at all — a live
|
|
117
123
|
region re-announcing every progress tick is noise, not information.
|
|
118
|
-
-
|
|
119
|
-
|
|
120
|
-
styling hook, and still the place to read the visible status wording.
|
|
124
|
+
- Read the announcement from `[data-lr-live-region="assertive"]` in the document;
|
|
125
|
+
`::part(status-text)` remains the styling hook and visible-status text.
|
|
121
126
|
|
|
122
127
|
**Themeable custom properties:** `--lr-attachment-chip-accent` (default
|
|
123
128
|
`var(--lr-color-text-quiet)`), `--lr-attachment-chip-bg` (default `var(--lr-color-surface)`),
|
|
@@ -28,10 +28,11 @@ wired to a WebAudio `AnalyserNode`; `level: number | null = null` — a pre-comp
|
|
|
28
28
|
hosts that already have one (e.g. `lr-push-to-talk`'s `lr-level` detail); `state: 'idle' |
|
|
29
29
|
'listening' | 'thinking' | 'speaking' = 'idle'` (reflected) — drives the signal-less ambient
|
|
30
30
|
animation and per-state coloring; `mode: AudioVisualizerMode = 'bars'` (`'bars' | 'waveform'`,
|
|
31
|
-
reflected); `barCount: number = 5` (attribute `bar-count
|
|
32
|
-
to the resolved amplitude
|
|
33
|
-
''` — accessible-name override.
|
|
34
|
-
`
|
|
31
|
+
reflected); `barCount: number = 5` (attribute `bar-count`, normalized to an integer in `[1, 64]`);
|
|
32
|
+
`gain: number = 1` — multiplier applied to the resolved amplitude, with a non-finite value treated
|
|
33
|
+
as `1`; `label: string = ''` — accessible-name override. `level` is clamped to `[0, 1]`; after gain,
|
|
34
|
+
waveform and bar values are clamped to `[-1, 1]` and `[0, 1]` respectively. Invalid `state` or
|
|
35
|
+
`mode` attribute/property writes normalize to `idle` and `bars` respectively.
|
|
35
36
|
|
|
36
37
|
**Methods:** `refreshTheme()` re-reads themeable custom properties after a runtime theme change (the
|
|
37
38
|
canvas resolves token values at paint time and cannot inherit `var()` directly). Canvas-bound
|
|
@@ -44,8 +45,10 @@ or empty `MediaStream` tears down the prior analyser transaction immediately and
|
|
|
44
45
|
|
|
45
46
|
**Slots:** none.
|
|
46
47
|
|
|
47
|
-
**CSS parts:** `base` (the root wrapper) and `canvas` (the drawing surface, `aria-hidden
|
|
48
|
-
|
|
48
|
+
**CSS parts:** `base` (the root wrapper) and `canvas` (the drawing surface, `aria-hidden`). The host
|
|
49
|
+
supplies `role="img"` only while an author has not supplied a role; an authored role is preserved,
|
|
50
|
+
and removing it restores `img`. If observation cannot be established, it draws eagerly; otherwise
|
|
51
|
+
it waits for a valid observer entry and pauses offscreen.
|
|
49
52
|
|
|
50
53
|
**Themeable custom properties:** `--lr-audio-visualizer-color` (default `var(--lr-color-brand)` —
|
|
51
54
|
active bar/waveform color), `--lr-audio-visualizer-quiet-color` (default
|
|
@@ -25,6 +25,20 @@ distinct from `<lr-transcript-feed>` (live captions for an in-progress voice ses
|
|
|
25
25
|
`anchorKinds: ['time-range']` only — no text selection is bound. The transcript virtualizes through
|
|
26
26
|
`<lr-virtual-list>` the same way `lr-pdf-viewer` virtualizes pages.
|
|
27
27
|
|
|
28
|
+
Removing `mime-type` consumes the absent hint safely and restores automatic video fallback unless
|
|
29
|
+
`kind` explicitly selects audio. Attribute removal keeps its `null` property readback; an explicit
|
|
30
|
+
empty hint remains empty, and a later audio MIME value restores audio detection.
|
|
31
|
+
|
|
32
|
+
A cue with no `end` extends to the next strictly chronological applicable start, or remains
|
|
33
|
+
open-ended when none exists. Equal starts do not end each other. The player indexes starts on cue
|
|
34
|
+
assignment in at most O(n log n) work and reconciles each seek/time update in O(n) work. Caller
|
|
35
|
+
order, first ID admission, explicit ends and overlap arbitration are retained; a paused seek uses
|
|
36
|
+
replacement cues immediately, even before rendering. Duration changes preserve the same
|
|
37
|
+
effective-start rules.
|
|
38
|
+
|
|
39
|
+
An unavailable timeline keeps its resting border and background under hover and press. Enabled
|
|
40
|
+
seeking retains token-driven pointer feedback.
|
|
41
|
+
|
|
28
42
|
The default document-viewer renderer advertises `time-range` anchors but not search: the generic
|
|
29
43
|
document payload has no cue/transcript field, so advertising search there would expose a control
|
|
30
44
|
whose result is always empty. Standalone `<lr-av-player>` search remains available whenever the
|
|
@@ -22,6 +22,10 @@ named `icon` slot, label and image-load error event) and adds this library's sha
|
|
|
22
22
|
`variant` vocabulary. Purely presentational, with no built-in interactivity; wrap it in a
|
|
23
23
|
`<button>`/`<lr-menu>` trigger for a user-menu affordance.
|
|
24
24
|
|
|
25
|
+
Removing the attribute consumes the label as absent while preserving its `null` property readback.
|
|
26
|
+
Explicit empty labels remain empty, host `aria-label` precedence remains intact, and later label
|
|
27
|
+
values restore the image or fallback name.
|
|
28
|
+
|
|
25
29
|
**Properties:**
|
|
26
30
|
|
|
27
31
|
- `initials: string = ''` — fallback text (typically 1-2 characters), shown whenever no glyph and no
|
|
@@ -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** `chart.js`, `chartjs-plugin-annotation`, `chartjs-plugin-datalabels`, `chartjs-plugin-zoom` — see `llms/peers.md`
|
|
12
|
-
- **Themeable via** 16 parts,
|
|
12
|
+
- **Themeable via** 16 parts, 36 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
13
13
|
- **Documented with** `lr-line-chart`, `lr-pie-chart`, `lr-doughnut-chart`, `lr-radar-chart`, `lr-polar-area-chart`, `lr-bubble-chart`, `lr-scatter-chart` (same section below)
|
|
14
14
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
15
15
|
|
|
@@ -58,7 +58,7 @@ failure transition is announced through the shared document-level light-DOM asse
|
|
|
58
58
|
`--lr-chart-data-table-button-active-bg`, `--lr-chart-data-table-toggle-hover-bg`,
|
|
59
59
|
`--lr-chart-data-table-toggle-active-bg`, `--lr-chart-reset-zoom-button-hover-bg`,
|
|
60
60
|
`--lr-chart-reset-zoom-button-active-bg`, `--lr-chart-canvas-hover-outline-width`, and
|
|
61
|
-
`--lr-chart-pattern-step`, plus `--lr-chart-legend-side-max` — all inherited from `LyraChart`, identical in meaning and default (see
|
|
61
|
+
`--lr-chart-canvas-hover-outline-color`, `--lr-chart-pattern-step`, plus `--lr-chart-legend-side-max` — all inherited from `LyraChart`, identical in meaning and default (see
|
|
62
62
|
`lr-chart` above); each of the eight variants below reads the same set, so one rule retunes them
|
|
63
63
|
together. The mirrored hooks are `--border-color-1`,
|
|
64
64
|
`--border-color-2`, `--border-color-3`, `--border-color-4`, `--border-color-5`,
|
|
@@ -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** `@sgratzl/chartjs-chart-boxplot`, `chart.js` — see `llms/peers.md`
|
|
12
|
-
- **Themeable via** 12 parts,
|
|
12
|
+
- **Themeable via** 12 parts, 14 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
|
---
|
|
@@ -19,6 +19,12 @@
|
|
|
19
19
|
Box-and-whisker chart from a precomputed five-number summary (no raw sample data sent to the
|
|
20
20
|
browser). Does **not** extend `LyraChart` — a deliberately bespoke API.
|
|
21
21
|
|
|
22
|
+
With `IntersectionObserver` available, canvas construction waits for its first delivered visibility
|
|
23
|
+
decision. An off-screen box plot stays unconstructed until visible. Without the observer, drawing
|
|
24
|
+
starts when the peers and canvas are ready; an empty delivered callback retains the visible
|
|
25
|
+
fallback. Peer loading and accessible DOM can settle while visibility is pending. These rules also
|
|
26
|
+
apply when the component reconnects.
|
|
27
|
+
|
|
22
28
|
**Properties:**
|
|
23
29
|
- `labels: readonly string[] = []` (attribute: false)
|
|
24
30
|
- `datasets: readonly LyraBoxPlotSeries[] = []` (attribute: false) — each series contains readonly
|
|
@@ -48,8 +54,9 @@ browser). Does **not** extend `LyraChart` — a deliberately bespoke API.
|
|
|
48
54
|
- `formatter?: LyraChartFormatter`, `valueFormatter?: LyraChartValueFormatter` — numeric axis,
|
|
49
55
|
tooltip, table, summary, and export formatting. The context-object formatter receives the
|
|
50
56
|
family-wide `spoken` surface for the generated summary and `export` for CSV cells; the legacy
|
|
51
|
-
positional formatter
|
|
52
|
-
|
|
57
|
+
positional formatter receives `table` for the spoken/export compatibility paths, its normal
|
|
58
|
+
surface name for axis, tooltip, and table work, and no fallback for a `visual` context. The
|
|
59
|
+
context-object formatter takes precedence.
|
|
53
60
|
- `showDataTable: boolean = false` (attribute `show-data-table`) — reveals the accessible data table
|
|
54
61
|
- `dataTableToggle: boolean = false` (attribute `data-table-toggle`, new in 11.0.0) — renders a
|
|
55
62
|
localized disclosure button (`part="data-table-toggle"`) above the data table so a *sighted*
|
|
@@ -57,8 +64,9 @@ browser). Does **not** extend `LyraChart` — a deliberately bespoke API.
|
|
|
57
64
|
consumers wrapping a duplicated table in their own `<details>`. With the toggle on,
|
|
58
65
|
`showDataTable` becomes the disclosure's **initial** state rather than its whole behavior; the
|
|
59
66
|
table stays in the DOM in both states, so assistive technology never loses it, and the button
|
|
60
|
-
carries `aria-expanded` plus `aria-controls` pointing at the `data-table` wrapper.
|
|
61
|
-
renders and behavior is
|
|
67
|
+
carries `aria-expanded` plus `aria-controls` pointing at the `data-table` wrapper. A supplied
|
|
68
|
+
`slot="data-table"` follows this same disclosure state. Unset, nothing renders and behavior is
|
|
69
|
+
identical to before.
|
|
62
70
|
|
|
63
71
|
**Methods:** `exportData('csv'|'png')` returns spreadsheet-safe summary rows or the current canvas
|
|
64
72
|
PNG data URL. `refreshTheme()` re-reads canvas theme custom properties after an ancestor theme
|
|
@@ -112,7 +120,8 @@ that sets no `color` is assigned an entry from the same `--lr-color-chart-1..8`
|
|
|
112
120
|
so `--lr-theme-color-chart-*` retheming reaches box plots too. `--lr-chart-pattern-step`
|
|
113
121
|
(default `var(--lr-space-2xs)`) sizes the forced-colors legend texture and
|
|
114
122
|
`--lr-chart-canvas-hover-outline-width` (default `var(--lr-border-width-thin)`) sizes the `canvas`
|
|
115
|
-
hover outline
|
|
123
|
+
hover outline; `--lr-chart-canvas-hover-outline-color` (default `var(--lr-chart-grid-color)`) sets
|
|
124
|
+
its color. `--lr-chart-legend-item-active-bg` and `--lr-chart-legend-item-hover-bg` retune the
|
|
116
125
|
pressed and hovered legend rows, and `--lr-chart-legend-side-max` caps a side legend — the same tokens and defaults as
|
|
117
126
|
`lr-chart`. Its own `dataTableToggle` disclosure button carries box-plot-namespaced hooks rather
|
|
118
127
|
than inheriting the chart pair, since its stylesheet is not a re-export:
|
|
@@ -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** `chart.js`, `chartjs-plugin-annotation`, `chartjs-plugin-datalabels`, `chartjs-plugin-zoom` — see `llms/peers.md`
|
|
12
|
-
- **Themeable via** 16 parts,
|
|
12
|
+
- **Themeable via** 16 parts, 36 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
13
13
|
- **Documented with** `lr-line-chart`, `lr-bar-chart`, `lr-pie-chart`, `lr-doughnut-chart`, `lr-radar-chart`, `lr-polar-area-chart`, `lr-scatter-chart` (same section below)
|
|
14
14
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
15
15
|
|
|
@@ -58,7 +58,7 @@ failure transition is announced through the shared document-level light-DOM asse
|
|
|
58
58
|
`--lr-chart-data-table-button-active-bg`, `--lr-chart-data-table-toggle-hover-bg`,
|
|
59
59
|
`--lr-chart-data-table-toggle-active-bg`, `--lr-chart-reset-zoom-button-hover-bg`,
|
|
60
60
|
`--lr-chart-reset-zoom-button-active-bg`, `--lr-chart-canvas-hover-outline-width`, and
|
|
61
|
-
`--lr-chart-pattern-step`, plus `--lr-chart-legend-side-max` — all inherited from `LyraChart`, identical in meaning and default (see
|
|
61
|
+
`--lr-chart-canvas-hover-outline-color`, `--lr-chart-pattern-step`, plus `--lr-chart-legend-side-max` — all inherited from `LyraChart`, identical in meaning and default (see
|
|
62
62
|
`lr-chart` above); each of the eight variants below reads the same set, so one rule retunes them
|
|
63
63
|
together. The mirrored hooks are `--border-color-1`,
|
|
64
64
|
`--border-color-2`, `--border-color-3`, `--border-color-4`, `--border-color-5`,
|
|
@@ -24,6 +24,13 @@ light-DOM form's submission on its own. They remain default actions of the compo
|
|
|
24
24
|
runs, while `stopPropagation()` alone does not. Canceling the form's later `submit` or `reset`
|
|
25
25
|
event remains an independent veto point.
|
|
26
26
|
|
|
27
|
+
External descriptions follow the current source element identity when an element with the same ID
|
|
28
|
+
replaces it, when a source is removed or reinserted, and when the control reconnects or moves to
|
|
29
|
+
another document. Host-root lookup and ordering follow the current `aria-describedby` list,
|
|
30
|
+
including unresolved IDs and duplicates. Switching between native button and anchor modes keeps the
|
|
31
|
+
relationship on the current action. Existing accessible names and `aria-controls` relationships
|
|
32
|
+
retain their separate contracts.
|
|
33
|
+
|
|
27
34
|
Set `href` to a safe link URL and the root renders as a real `<a part="base" href=…>` instead — a
|
|
28
35
|
link styled as a button (e.g. a CTA). Native navigation is then the activation, so the submit/reset
|
|
29
36
|
handling and `type` have no effect in that mode. A disabled link button (its own `disabled` or an
|
|
@@ -340,9 +347,10 @@ box no matter what tier or override is in play.
|
|
|
340
347
|
an ancestor `<form>.elements` the same way `wa-button` does — a sibling text field's own
|
|
341
348
|
Enter-to-submit lookup (which scans `form.elements` for a `type === 'submit'` control) finds it.
|
|
342
349
|
- **`SubmitEvent.submitter` is not this element** whenever `name`/`value` or any `form*` override is
|
|
343
|
-
set: it is the transient native `<button>` described above
|
|
344
|
-
|
|
345
|
-
|
|
350
|
+
set: it is the transient native `<button>` described above. That native submitter remains
|
|
351
|
+
connected throughout synchronous `requestSubmit()` handling, so a `submit` listener can read
|
|
352
|
+
its `name`, `value` and `form*` fields and construct `FormData` with it. It is removed after
|
|
353
|
+
submission handling returns; its identity is distinct from the `lr-button` host.
|
|
346
354
|
- The `form*` overrides and `type` are all inert while `href` renders the anchor — native navigation
|
|
347
355
|
is the activation there, and an anchor has no submit/reset concept.
|
|
348
356
|
|
|
@@ -21,6 +21,10 @@ plain text, including its title, start/end time, location, and description. RFC
|
|
|
21
21
|
remain all-day dates rather than fabricated midnight times, and an all-day `DTEND` is displayed as
|
|
22
22
|
the exclusive boundary it represents (14–17 renders as 14–16). No HTML is injected.
|
|
23
23
|
|
|
24
|
+
Valid early all-day dates, including years `0001`, `0099`, and `0100`, retain their UTC calendar
|
|
25
|
+
year when parsed through `ical.js`; the exclusive `DTEND` display rule remains unchanged. The peer
|
|
26
|
+
may normalize malformed raw date fields before Lyra receives them.
|
|
27
|
+
|
|
24
28
|
**Properties:** `src: string = ''`, `name: string = ''`, and `maxHeight: string = ''` (attribute
|
|
25
29
|
`max-height`); invalid CSS
|
|
26
30
|
`max-height` values, declaration breaks, and `url()` are ignored. A host `aria-label` takes
|
|
@@ -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, 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
|
---
|
|
@@ -18,12 +18,19 @@
|
|
|
18
18
|
|
|
19
19
|
Responsive month calendar with event markers and an agenda view.
|
|
20
20
|
|
|
21
|
+
Early ISO dates such as `0001`, `0099`, and `0100` retain their authored local year in the month
|
|
22
|
+
grid and month navigation. Valid colored agenda actions preserve their foreground/background pairing
|
|
23
|
+
through hover and press, with the existing state tokens remaining overridable. Arbitrary caller
|
|
24
|
+
colors still require the caller to choose an accessible contrast pair.
|
|
25
|
+
|
|
21
26
|
**Properties:**
|
|
22
27
|
|
|
23
28
|
- `events: CalendarEvent[] = []` (attribute: false) — `{ readonly id?, readonly date, readonly
|
|
24
|
-
title, readonly color?, readonly data? }`; `date`
|
|
25
|
-
|
|
26
|
-
are
|
|
29
|
+
title, readonly color?, readonly data? }`; `date` accepts an ISO `YYYY-MM-DD` string, finite epoch
|
|
30
|
+
milliseconds, or a valid `Date`, then normalizes to the displayed ISO day. Invalid date/title rows
|
|
31
|
+
are omitted; `lr-event-select.detail.event` remains the original admitted object. `color` is
|
|
32
|
+
sanitized before use as the marker background. The former ignored `start`/`end` fields are not
|
|
33
|
+
part of the contract; use one event per displayed date
|
|
27
34
|
- `value: string = ''` — the selected ISO date
|
|
28
35
|
- `viewDate: string` (attribute `view-date`, defaults to the 1st of the current month) — the visible
|
|
29
36
|
month; an unparseable value falls back to the current month
|
|
@@ -65,6 +72,10 @@ and `--lr-calendar-day-min-block-size-narrow` (default `var(--lr-size-4rem)`, ap
|
|
|
65
72
|
day's background; `--lr-calendar-day-outside-color` (default `var(--lr-color-text-quiet)`) and
|
|
66
73
|
`--lr-calendar-day-outside-bg` (default `var(--lr-color-surface)`) for adjacent-month days; and
|
|
67
74
|
`--lr-calendar-day-today-outline-color` (default `var(--lr-color-brand)`) for today's outline.
|
|
75
|
+
`--lr-calendar-nav-hover-bg`, `--lr-calendar-nav-active-bg`, `--lr-calendar-day-hover-bg`,
|
|
76
|
+
`--lr-calendar-day-active-bg`, `--lr-calendar-agenda-event-hover-bg`, and
|
|
77
|
+
`--lr-calendar-agenda-event-active-bg` independently theme navigation, day, and agenda-event
|
|
78
|
+
hover/pressed states through inheritable inline fallbacks.
|
|
68
79
|
These state hooks use inline fallbacks at their paint rules, so an application theme can set them
|
|
69
80
|
on an ancestor. They keep persistent selection, outside-month chrome, and today's outline
|
|
70
81
|
independent from shared tokens that also drive unrelated component states.
|
|
@@ -27,6 +27,11 @@ native or authored semantics, and an explicit `role`, `aria-roledescription`, or
|
|
|
27
27
|
temporarily makes off-page slides inert and aria-hidden, then restores their retained author state
|
|
28
28
|
when they become visible, are removed, or the carousel disconnects.
|
|
29
29
|
|
|
30
|
+
**Keyboard:** focus the `scroll-container` viewport to navigate with Arrow keys (horizontal LTR/RTL
|
|
31
|
+
or vertical), Home, and End. Keys originating in a native input, textarea, contenteditable surface,
|
|
32
|
+
or supported custom control remain owned by that editor, including when the editor is the assigned
|
|
33
|
+
slide itself; they do not change the active slide or move focus away from it.
|
|
34
|
+
|
|
30
35
|
**Properties:**
|
|
31
36
|
|
|
32
37
|
- `currentSlide: number = 0` (attribute `current-slide`, reflected) — zero-based index of the first
|
|
@@ -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** `chart.js`, `chartjs-plugin-annotation`, `chartjs-plugin-datalabels`, `chartjs-plugin-zoom` — see `llms/peers.md`
|
|
12
|
-
- **Themeable via** 16 parts,
|
|
12
|
+
- **Themeable via** 16 parts, 36 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,10 @@ Chart.js wrapper used directly and by the eight typed Chart.js tags plus `lr-his
|
|
|
21
21
|
series surface and a raw Chart.js `config` passthrough (mirrors Web Awesome's `wa-chart` `config`
|
|
22
22
|
property).
|
|
23
23
|
|
|
24
|
+
For horizontal scalar bars, tooltip values come from parsed x rather than the category y, including
|
|
25
|
+
an effective raw `config.options.indexAxis` override. Both formatter APIs follow this rule;
|
|
26
|
+
structured points retain their y-value formatting.
|
|
27
|
+
|
|
24
28
|
**Properties:**
|
|
25
29
|
- `type: LyraChartType = 'bar'` — `LyraChartType = 'line' | 'bar' | 'scatter' | 'pie' | 'doughnut' |
|
|
26
30
|
'radar' | 'polarArea' | 'bubble'` — every named default used by a typed `lr-*-chart` is
|
|
@@ -86,7 +90,9 @@ property).
|
|
|
86
90
|
splitting the series in two.
|
|
87
91
|
- `segmentColors` colors each *segment* (the line drawn between two consecutive points) by the
|
|
88
92
|
segment's **starting** point index, so `['red', 'green']` over 3 points paints the first
|
|
89
|
-
segment red and the second green; a shorter array cycles.
|
|
93
|
+
segment red and the second green; a shorter array cycles. When rows are sampled, each
|
|
94
|
+
represented segment retains the original source starting-point index modulo the palette length.
|
|
95
|
+
Wired to Chart.js's
|
|
90
96
|
`segment.borderColor` scriptable option, so it is only meaningful for line-type series.
|
|
91
97
|
Typical use is threshold/anomaly banding along one line. A series that omits it (or passes an
|
|
92
98
|
empty array) emits no `segment` key at all, leaving line rendering exactly as before.
|
|
@@ -117,7 +123,10 @@ property).
|
|
|
117
123
|
- `formatter?: LyraChartFormatter` (attribute: false) — the family-wide context-object formatter:
|
|
118
124
|
`({ value, surface, datasetIndex?, index?, label?, seriesLabel?, statistic? }) => string`.
|
|
119
125
|
`surface` identifies `visual`, `spoken`, `export`, `tick`, `tooltip`, `legend`, or `table`.
|
|
120
|
-
|
|
126
|
+
`statistic`, when present for a structured datum or stack total, is one of `x`, `y`, `r`,
|
|
127
|
+
`min`, `q1`, `median`, `q3`, `max`, or `total`. It takes precedence over the legacy positional
|
|
128
|
+
`valueFormatter` where both are supplied. The legacy callback remains a visual/table compatibility
|
|
129
|
+
hook; use `formatter` when a generated spoken value or CSV cell must use the same unit text.
|
|
121
130
|
- `area: boolean = false` — chart-wide default for whether line-type series fill the region under
|
|
122
131
|
their line; a series's own `fill` overrides it, rendered with a translucent version of its color
|
|
123
132
|
- `zoom: boolean = false` — wheel/drag/pinch zoom on the `x` axis only (pan disabled, and the zoom
|
|
@@ -172,8 +181,10 @@ property).
|
|
|
172
181
|
consumers wrapping a duplicated table in their own `<details>`. With the toggle on,
|
|
173
182
|
`showDataTable` becomes the disclosure's **initial** state rather than its whole behavior; the
|
|
174
183
|
table stays in the DOM in both states, so assistive technology never loses it, and the button
|
|
175
|
-
carries `aria-expanded` plus `aria-controls` pointing at the `data-table` wrapper.
|
|
176
|
-
|
|
184
|
+
carries `aria-expanded` plus `aria-controls` pointing at the `data-table` wrapper. Until the
|
|
185
|
+
reader activates it, the disclosure follows `showDataTable`; afterwards the reader's selected
|
|
186
|
+
state remains authoritative for that mounted chart. A supplied `slot="data-table"` follows this
|
|
187
|
+
same disclosure state. Unset, nothing renders and behavior is identical to before.
|
|
177
188
|
- `chartArea: LyraChartArea | undefined` (readonly) — current Chart.js chart-area geometry in
|
|
178
189
|
canvas-local coordinates (`top`, `left`, `right`, `bottom`, `width`, `height`), when a chart is
|
|
179
190
|
drawn
|
|
@@ -328,7 +339,8 @@ plot in narrow containers;
|
|
|
328
339
|
declaration on a DOM element (the outline is painted by the stylesheet, not by Chart.js), so it is
|
|
329
340
|
consumed directly with no `getComputedStyle` bridging; it is an inline `var()` fallback at the point
|
|
330
341
|
of use, so it can be set on the element or any ancestor, and left unset the outline is exactly the
|
|
331
|
-
`--lr-border-width-thin` it always was.
|
|
342
|
+
`--lr-border-width-thin` it always was. `--lr-chart-canvas-hover-outline-color` (default
|
|
343
|
+
`var(--lr-chart-grid-color)`) independently controls that outline's color.
|
|
332
344
|
|
|
333
345
|
`--lr-chart-pattern-step` (default `var(--lr-space-2xs)`) is the tile size of the texture painted on
|
|
334
346
|
`[part="legend-swatch"]` while `forced-colors: active` matches — the legend half of the non-colour
|
|
@@ -421,9 +433,12 @@ announced. In particular, unavailable data labels do not remove generated table
|
|
|
421
433
|
The raw `config` passthrough is deep-merged with `__proto__`/`constructor`/`prototype` keys skipped
|
|
422
434
|
unconditionally, so a JSON-sourced `config` (e.g. parsed from an API response) can't reach up and
|
|
423
435
|
pollute `Object.prototype` through the merge.
|
|
424
|
-
- lazy-redraw + change gating:
|
|
425
|
-
|
|
426
|
-
|
|
436
|
+
- lazy-redraw + change gating: with `IntersectionObserver` available, canvas construction waits
|
|
437
|
+
for its first delivered visibility decision. Off-screen charts remain unconstructed until
|
|
438
|
+
visible, and later off-screen property changes skip redraws until visibility returns. Without
|
|
439
|
+
the observer, drawing starts when the peer and canvas are ready. An empty delivered callback
|
|
440
|
+
retains the visible fallback. Peer loading and accessible DOM may settle while visibility is
|
|
441
|
+
pending. Independently, `updated()` only reaches
|
|
427
442
|
Chart.js when at least one of `type`, `labels`, `datasets`, `description`, `grid`, `indexAxis`,
|
|
428
443
|
`label`, `hiddenDatasets`, `legendPosition`, `min`, `max`, `plugins`, the internal resolved auto legend
|
|
429
444
|
position, `valueFormatter`, `formatter`, `area`, `height`, `xLabel`, `yLabel`, `y2Label`, `beginAtZero`,
|
|
@@ -39,7 +39,8 @@ reveals the invalid state, and `form.reset()` clears the touched presentation.
|
|
|
39
39
|
- `minRows: number = 1` (attribute `min-rows`) — floored to `1` at render time
|
|
40
40
|
- `maxRows: number = 8` (attribute `max-rows`) — floored to at least `minRows`
|
|
41
41
|
- `status: ChatComposerStatus = 'idle'` (reflected) — `'idle' | 'sending' | 'streaming'`; drives the
|
|
42
|
-
built-in button's icon/label (send vs. stop) and whether Enter still submits
|
|
42
|
+
built-in button's icon/label (send vs. stop) and whether Enter still submits. Invalid direct or
|
|
43
|
+
attribute values normalize and reflect as `idle`.
|
|
43
44
|
- `frame: ChatComposerFrame = 'card'` (reflected) — container treatment, in the library-wide `frame`
|
|
44
45
|
vocabulary (`'card' | 'plain'`; `ChatComposerFrame` is an alias of the shared `LyraFrame`).
|
|
45
46
|
`'plain'` drops `[part="base"]`'s border, background, padding and corner radius so a composer
|
|
@@ -27,6 +27,10 @@ else). No built-in copy button is rendered — slot a copy control into `actions
|
|
|
27
27
|
`<lr-code-block>`'s copy-affordance contract for anything listening at the conversation-surface
|
|
28
28
|
level).
|
|
29
29
|
|
|
30
|
+
Compose `lr-copy-button` in `actions` with its `value` set to the intended message source. The shell
|
|
31
|
+
does not infer that source or write the clipboard itself; the composed control emits success only
|
|
32
|
+
after the write fulfills.
|
|
33
|
+
|
|
30
34
|
**Properties:**
|
|
31
35
|
|
|
32
36
|
- `messageRole: ChatMessageRole = 'assistant'` (`'user' | 'assistant' | 'system'`, attribute
|
|
@@ -20,6 +20,9 @@ A boolean form control. `role="checkbox"` with an `aria-checked` that can also b
|
|
|
20
20
|
visual box/checkmark. Structurally the same idea as `<lr-switch>` (form-associated via
|
|
21
21
|
`ElementInternals`, click and Space toggle) but with checkbox semantics.
|
|
22
22
|
|
|
23
|
+
Removing `error-text` safely omits the message while preserving native `null` property readback.
|
|
24
|
+
Explicit empty text stays empty; later supplied text renders normally.
|
|
25
|
+
|
|
23
26
|
**Properties:**
|
|
24
27
|
|
|
25
28
|
- `checked: boolean = false` — the live, non-reflecting state
|
|
@@ -24,6 +24,9 @@ clicking its remove (×) button only fires `lr-remove` — the chip never remove
|
|
|
24
24
|
on its own interaction, the same contract `<lr-attachment-chip>`/`<lr-conversation-item>`
|
|
25
25
|
already follow.
|
|
26
26
|
|
|
27
|
+
Collapsed groups reapply `max-visible` when assigned children are replaced or reordered at the same
|
|
28
|
+
count, preserving authored hidden/inert state and releasing departed visibility leases.
|
|
29
|
+
|
|
27
30
|
**Two breaks in 8.0.0.** `tone` is now `variant`, with no alias — one concept, one spelling,
|
|
28
31
|
library-wide. And a chip is **no longer a pill by default**: `--lr-chip-radius` used to be
|
|
29
32
|
`var(--lr-radius-pill)` unconditionally, is now `var(--lr-radius)` (a rounded rectangle), and the
|
|
@@ -24,6 +24,9 @@ clicking its remove (×) button only fires `lr-remove` — the chip never remove
|
|
|
24
24
|
on its own interaction, the same contract `<lr-attachment-chip>`/`<lr-conversation-item>`
|
|
25
25
|
already follow.
|
|
26
26
|
|
|
27
|
+
Collapsed groups reapply `max-visible` when assigned children are replaced or reordered at the same
|
|
28
|
+
count, preserving authored hidden/inert state and releasing departed visibility leases.
|
|
29
|
+
|
|
27
30
|
**Two breaks in 8.0.0.** `tone` is now `variant`, with no alias — one concept, one spelling,
|
|
28
31
|
library-wide. And a chip is **no longer a pill by default**: `--lr-chip-radius` used to be
|
|
29
32
|
`var(--lr-radius-pill)` unconditionally, is now `var(--lr-radius)` (a rounded rectangle), and the
|