@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
|
@@ -21,6 +21,32 @@ Filterable single/multi-select combining a text input with a listbox. Mirrors th
|
|
|
21
21
|
`<wa-combobox>` API under the `lr-` prefix. **Form-associated** (hand-rolled internals, not the
|
|
22
22
|
shared `FormAssociated` mixin — see gotchas).
|
|
23
23
|
|
|
24
|
+
Consumer writes on mounted options immediately update the owning picker and its submission,
|
|
25
|
+
without changing the reset default or emitting picker input/change events. Owner synchronization
|
|
26
|
+
does not echo as a consumer selected write.
|
|
27
|
+
|
|
28
|
+
A mounted `option.selected` assignment updates the live picker value and form submission
|
|
29
|
+
immediately, including deselection and equal-value writes; it emits no user input/change event.
|
|
30
|
+
|
|
31
|
+
When `multiple` becomes false, the public value, live option flags, and popup `aria-selected` expose
|
|
32
|
+
one selected occurrence. The retained multiple-selection history returns if multiple is enabled
|
|
33
|
+
again without another selection write.
|
|
34
|
+
|
|
35
|
+
Composing keyboard events (`isComposing` or legacy key code 229) remain with filter editing; they do
|
|
36
|
+
not navigate, select/create a value, or dismiss the popup.
|
|
37
|
+
|
|
38
|
+
Source options with `inert`, including inherited inertness, are unavailable through the popup. Live
|
|
39
|
+
inert changes refresh row availability. Text, insertion, replacement, removal, slot
|
|
40
|
+
reassignment/removal, and relevant attributes of `start`/`end`/`prefix`/`suffix` adornments refresh
|
|
41
|
+
the corresponding cloned presentation; unchanged presentation retains its clone identity while
|
|
42
|
+
filtering.
|
|
43
|
+
|
|
44
|
+
Host `aria-describedby` resolves external descriptions onto the native combobox filter before local
|
|
45
|
+
error/hint guidance. References track missing targets, replacement, removal/reinsertion, reconnect,
|
|
46
|
+
and adoption. Removing `label`, `hint`, or `error-text` safely omits the content while leaving
|
|
47
|
+
removed string properties at their native `null` readback; explicit empty strings remain supplied
|
|
48
|
+
empty strings.
|
|
49
|
+
|
|
24
50
|
**First-interaction registration.** Where initial-route weight is stricter than a static combobox
|
|
25
51
|
registration allows, keep a labelled native `<input list>` as the working pre-JavaScript control
|
|
26
52
|
and import only the granular combobox registration on its first focus. Copy the native value after
|
|
@@ -206,9 +232,12 @@ AbortSignal; limit: number }) => Promise<readonly ComboboxSourceRow[] | { rows,
|
|
|
206
232
|
- `value: string | string[]` — a getter/setter: plain `string` in single mode, `string[]` in
|
|
207
233
|
`multiple` mode
|
|
208
234
|
- `customError: string | null` (attribute `custom-error`) — reflected consumer validation message
|
|
209
|
-
- `selectedRows: ComboboxSourceRow[]`
|
|
210
|
-
selection, including any opaque `data` payload supplied by an async source.
|
|
211
|
-
|
|
235
|
+
- `selectedRows` (read: `ComboboxSourceRow[]`; write: `readonly ComboboxSourceRow[]`) — structured
|
|
236
|
+
rows for the current selection, including any opaque `data` payload supplied by an async source.
|
|
237
|
+
Reads return detached row snapshots. Writes select stable row values resolved against the
|
|
238
|
+
current or deferred source, dropping duplicate and detached values without emitting selection
|
|
239
|
+
events. Selected async rows remain available after the query changes or a later source result
|
|
240
|
+
no longer contains them
|
|
212
241
|
- `selectionStart`, `selectionEnd`, and `selectionDirection` — selection getters/setters forwarded
|
|
213
242
|
to the internal input
|
|
214
243
|
|
|
@@ -264,7 +293,9 @@ selection. It is the supported way to read that text; reaching into the shadow r
|
|
|
264
293
|
`[part="combobox-input"]`'s value is not. Named `lr-filter` rather than `lr-input` precisely because
|
|
265
294
|
`lr-input`'s detail on `<lr-input>` is the committed value, and the two must not share a name while
|
|
266
295
|
carrying different strings. It fires for user edits only. Picking a row, `form.reset()`, dismissing
|
|
267
|
-
the listbox, a programmatic `value` write
|
|
296
|
+
the listbox, and a programmatic `value` write blank the filter silently. `setRangeText()` silently
|
|
297
|
+
replaces the requested or selected native text range, synchronizes the resulting query and visible
|
|
298
|
+
options, and refreshes an async source when present; it preserves the committed selection.
|
|
268
299
|
Activating the clear button is a user edit: when a query existed it emits `lr-filter` with
|
|
269
300
|
`value: ''` before the clear transaction finishes.
|
|
270
301
|
`lr-show` and `lr-hide` report the start of listbox visibility transitions. `lr-show` is a
|
|
@@ -19,6 +19,16 @@
|
|
|
19
19
|
A form-associated one-time-code field: several character segments that together hold one value.
|
|
20
20
|
Mirrors `wa-otp-input`.
|
|
21
21
|
|
|
22
|
+
Host `aria-describedby` references resolve onto the native control input before its local error and
|
|
23
|
+
hint guidance. The relationship tracks missing IDs, target replacement, removal/reinsertion,
|
|
24
|
+
reconnect, and document adoption. The decorative code segments do not receive a second copy of the
|
|
25
|
+
descriptions.
|
|
26
|
+
|
|
27
|
+
Changing own `disabled` from true to false in the same task that disables an ancestor fieldset keeps
|
|
28
|
+
the native editing control effectively disabled. The enabled first-legend exception and explicit
|
|
29
|
+
own-disabled state retain their native meaning; validity and form submission follow the effective
|
|
30
|
+
disabled state.
|
|
31
|
+
|
|
22
32
|
The segments are **presentational**. A single real `<input>` sits transparently across them and owns
|
|
23
33
|
focus, selection and the value. It remains the native integration point for SMS autofill
|
|
24
34
|
(`autocomplete` defaults to `one-time-code`), IME composition and mobile keyboards, and keeps the
|
|
@@ -29,8 +29,7 @@ import to `LyraPanZoom`); `lr-zoomable-frame` now means the mapped iframe compon
|
|
|
29
29
|
as absent and the default slot renders; no empty or unsafe `<img>` replaces that fallback.
|
|
30
30
|
- `accessibleLabel: string | null` (attribute `aria-label`) — a declarative host label remains on
|
|
31
31
|
the host while the focusable viewport receives the localized inspection-surface purpose name.
|
|
32
|
-
A property-only value
|
|
33
|
-
outer component and nested `role="group"`.
|
|
32
|
+
A property-only value names the viewport and updates reactively without creating a host attribute. This avoids cloning one author label onto both the outer component and nested `role="group"`. An explicitly empty direct property remains empty; a present host attribute, including an empty one, leaves the viewport's localized purpose name intact.
|
|
34
33
|
|
|
35
34
|
**Methods:** `zoomIn()`, `zoomOut()`, and `resetZoom()` update zoom and emit `lr-zoom-change`
|
|
36
35
|
(`detail: { zoom }`). `resetZoom()` preserves pan; `resetView()` also scrolls the viewport to the
|
|
@@ -24,6 +24,14 @@ with `loadLibphonenumberAdapter()`. Without an adapter, already-international E.
|
|
|
24
24
|
normalizes and validates; national input remains editable with `incomplete` validity. The loader
|
|
25
25
|
returns its discovered country catalog as a frozen array of frozen records.
|
|
26
26
|
|
|
27
|
+
For `default-country`, removing the attribute safely uses the existing country fallback while
|
|
28
|
+
leaving property readback at native `null`; an existing selected country remains selected.
|
|
29
|
+
Explicit empty strings remain empty, and later valid default-country values work normally.
|
|
30
|
+
|
|
31
|
+
Host `aria-describedby` references resolve onto the telephone input before its local hint/error
|
|
32
|
+
guidance. References track missing IDs, target replacement, removal/reinsertion, reconnect, and
|
|
33
|
+
adoption. The country selector keeps its separate existing accessible-name contract.
|
|
34
|
+
|
|
27
35
|
The country selector keeps the real native `<select>` (localized full country names in its popup,
|
|
28
36
|
native mobile pickers, keyboard type-ahead) but stretches it invisibly over a compact decorative
|
|
29
37
|
trigger showing the selected alpha-2 code plus a design-system chevron — long country names never
|
|
@@ -123,13 +131,20 @@ null` (attribute `custom-error`) carries a consumer-supplied validation message.
|
|
|
123
131
|
removes it from the accessibility tree entirely.)
|
|
124
132
|
- `phoneLabel: string = ''` (attribute `phone-label`) — explicit accessible-name override for the
|
|
125
133
|
native telephone input.
|
|
126
|
-
- `countryLabel: string = 'Select'` (attribute `country-label`) — country-selector accessible name
|
|
127
|
-
|
|
134
|
+
- `countryLabel: string = 'Select'` (attribute `country-label`) — country-selector accessible name.
|
|
135
|
+
Omitted copy uses the localized `select` message. Explicit text, including `'Select'` and `''`,
|
|
136
|
+
wins over locale strings. Removing the attribute restores the declared `'Select'` property
|
|
137
|
+
readback and resumes localization.
|
|
128
138
|
- `incompleteText: string = 'This phone number is incomplete.'` (attribute `incomplete-text`) —
|
|
129
|
-
validation message for dial-like input that can still become valid with more digits.
|
|
130
|
-
|
|
139
|
+
validation message for dial-like input that can still become valid with more digits. Omitted
|
|
140
|
+
copy uses the localized `phoneInputIncomplete` message. Explicit nonempty text, including the
|
|
141
|
+
English default, wins verbatim; an empty override retains the localized native error reason.
|
|
142
|
+
Removing the attribute restores its declared English property default and resumes localization.
|
|
131
143
|
- `invalidText: string = 'The value is invalid.'` (attribute `invalid-text`) — completed-invalid
|
|
132
|
-
message
|
|
144
|
+
validation message. Omitted copy uses localized `valueInvalid`; explicit nonempty text,
|
|
145
|
+
including the English default, wins verbatim. An empty override retains the localized native
|
|
146
|
+
error reason. Removing the attribute restores its declared English property default and resumes
|
|
147
|
+
localization.
|
|
133
148
|
- `autocomplete: string = 'tel'`, `inputmode: 'tel'|'numeric'|'text' = 'tel'`,
|
|
134
149
|
`enterkeyhint: string = ''` — forwarded to the internal `<input type="tel">`.
|
|
135
150
|
- `readonly: boolean = false` (reflected) — forwards to the native telephone input, locks the
|
|
@@ -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-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** `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-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`,
|
|
@@ -23,6 +23,10 @@ First-party invention (no Web Awesome equivalent); the closest existing componen
|
|
|
23
23
|
scheduled-interval countdown — this mirrors its internal `<lr-live-region>` composition for
|
|
24
24
|
accessible phase-transition announcements.
|
|
25
25
|
|
|
26
|
+
Long localized status labels, including unbroken words, wrap within the component’s allocated inline
|
|
27
|
+
size in LTR and RTL. The indicator and pause/resume action retain their size; the 320px example
|
|
28
|
+
shows both inactive and refreshing states.
|
|
29
|
+
|
|
26
30
|
**Properties:**
|
|
27
31
|
|
|
28
32
|
- `nextInMs?: number` (attribute `next-in-ms`) — milliseconds until the next scheduled action, as of
|
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
|
|
19
19
|
A click-triggered, light-dismiss floating surface positioned with the shared Floating UI positioner.
|
|
20
20
|
|
|
21
|
+
An open lr-popover repositions when its effective host or inherited text direction changes,
|
|
22
|
+
preserving open state without emitting lifecycle events.
|
|
23
|
+
|
|
21
24
|
**First-interaction registration.** A performance-sensitive navigation shell can keep a native
|
|
22
25
|
`<details>` disclosure working before JavaScript, then load only the granular popover registration
|
|
23
26
|
when that fallback first opens. The interaction that starts an async import is not replayed after
|
|
@@ -48,8 +48,9 @@ replacement and transfer, plus direct and forwarded slot changes, are tracked li
|
|
|
48
48
|
under RTL. The shared positioner's physical coordinates remain authoritative in either
|
|
49
49
|
direction, so RTL never stretches a fixed-width popup against an opposite logical inset.
|
|
50
50
|
- `strategy: 'absolute' | 'fixed' = 'absolute'` (reflected) — the CSS positioning scheme. `fixed`
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
normally positions relative to the viewport, but ancestors using transforms, filters or
|
|
52
|
+
containment can establish a different containing block, and ancestor clipping may still apply.
|
|
53
|
+
`absolute` positions relative to its containing block and scrolls with its containing content.
|
|
53
54
|
- `distance: number = 0` — offset from the anchor along the placement axis, in px
|
|
54
55
|
- `skidding: number = 0` — offset along the anchor's edge, in px
|
|
55
56
|
- `flip: boolean = false` (not reflected), with `flipFallbackPlacements: string = ''` (attribute
|
|
@@ -34,6 +34,7 @@ request. `label` names the prompt section; it is not generic field chrome.
|
|
|
34
34
|
`autocomplete: string = ''`, `inputMode: string = ''` (attribute `inputmode`), and
|
|
35
35
|
`enterKeyHint: string = ''` (attribute `enterkeyhint`) forward unchanged to the composed native
|
|
36
36
|
textarea; empty string hints preserve the browser default.
|
|
37
|
+
Invalid `status` values read as `idle` without rewriting the host attribute.
|
|
37
38
|
`attachments: readonly LyraPromptInputAttachment[] = []` — `attachmentId` must be nonempty and
|
|
38
39
|
unique; malformed rows and later duplicates are omitted first-wins before rendering and attachment
|
|
39
40
|
events, and surviving chips reconcile by `attachmentId`. `attachmentCapabilities: readonly
|
|
@@ -89,9 +90,12 @@ replaces the built-in composer action.
|
|
|
89
90
|
**Themeable custom properties:** `--lr-prompt-input-control-width` (default `--lr-size-12rem`) is
|
|
90
91
|
the preferred width of each generated model, voice, and source control before wrapping.
|
|
91
92
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
93
|
+
An open mention or command popup remains open only while focus is in the primary textarea or that
|
|
94
|
+
popup; moving focus to another prompt control or outside closes it. Arrow keys move focus to the
|
|
95
|
+
active option. Enter or Tab accepting an option is handled before textarea submission. Escape
|
|
96
|
+
restores the textarea's prior ARIA and selection. If the popup closes, becomes unavailable, or its
|
|
97
|
+
input/items change before focus moves, no move occurs. Empty `chips` and `footer` wrappers are not rendered, so an absent optional region cannot
|
|
98
|
+
create phantom spacing.
|
|
95
99
|
|
|
96
100
|
**Optional peer deps:** none of its own.
|
|
97
101
|
|
|
@@ -33,6 +33,12 @@ Item ids are occurrence identities. Empty ids and later duplicates are ignored b
|
|
|
33
33
|
proposing a mutation, preserving one unambiguous `itemId`. Attachment names render visibly for both
|
|
34
34
|
editable and read-only rows; the host `label` is also the visible queue heading.
|
|
35
35
|
|
|
36
|
+
Supported item and attachment fields are read once when `items` is assigned; create and reassign a
|
|
37
|
+
new collection after changes, because changing an assigned record or reassigning the same mutated
|
|
38
|
+
array does not update the view. Rows or attachments without valid direct data are ignored. Duplicate IDs are resolved
|
|
39
|
+
after validation, so the first valid item wins. `metadata` is opaque and retains identity in
|
|
40
|
+
proposed queue/send-now payloads, while emitted items are new frozen snapshots.
|
|
41
|
+
|
|
36
42
|
**Events:** `lr-queue-change` (`PromptQueueChangeDetail = { items, reason, itemId }`, with
|
|
37
43
|
`reason: 'edit' | 'remove' | 'reorder'`), `lr-send-now` (`{ item }`). The queue is controlled:
|
|
38
44
|
these events propose complete next values without mutating `items`.
|
|
@@ -21,6 +21,13 @@ versions, resolved preview, and save/run intents. Message and variable edits emi
|
|
|
21
21
|
`lr-change` proposal carrying their complete next state before updating the component's current
|
|
22
22
|
arrays; persistence and execution remain host-owned.
|
|
23
23
|
|
|
24
|
+
Variable values resolve recursively; undefined and cyclic placeholders remain literal within preview
|
|
25
|
+
bounds. Each preview projection permits at most 64 nested variable resolutions, 10,000 placeholder
|
|
26
|
+
substitutions, and 1,048,576 UTF-16 code units each of aggregate resolved message output and
|
|
27
|
+
aggregate memoized intermediate text. Limits are checked before constructing oversized text.
|
|
28
|
+
Exceeding a limit replaces the resolved preview with a localized visible fallback; raw messages,
|
|
29
|
+
variables, editing and save/run payloads are unchanged.
|
|
30
|
+
|
|
24
31
|
**Properties:** `messages: readonly PromptStudioMessage[] = []` and
|
|
25
32
|
`variables: readonly PromptStudioVariable[] = []` are property-only editor state: user edits emit a
|
|
26
33
|
cancelable `lr-change` before updating the current arrays, while the host remains responsible for
|
|
@@ -20,6 +20,9 @@ The grounding breakdown for one answer: a sectioned disclosure panel (Entities /
|
|
|
20
20
|
Communities / Text chunks) composing this family's own pieces. The chat ↔ graph ↔ document glue
|
|
21
21
|
component. Pure projection + event conduit: no fetching, no graph/viewer imports, no persistence.
|
|
22
22
|
|
|
23
|
+
Malformed type rows are ignored during lookup, preserving valid later matching records and the
|
|
24
|
+
existing immutable collection ownership.
|
|
25
|
+
|
|
23
26
|
**Properties:**
|
|
24
27
|
|
|
25
28
|
- `provenance: LyraProvenance | null = null` (attribute: false) — `LyraProvenance { entities?:
|
|
@@ -22,6 +22,9 @@ microphone — no SDK, no LiveKit/ElevenLabs import, native browser APIs only. `
|
|
|
22
22
|
default) is a press-and-hold gesture; `mode="toggle"` is click-to-start/click-to-stop with
|
|
23
23
|
`aria-pressed`. Escape cancels the in-progress take in either mode.
|
|
24
24
|
|
|
25
|
+
For example, `<lr-push-to-talk><span slot="microphone-icon">MIC</span></lr-push-to-talk>` replaces
|
|
26
|
+
the idle microphone glyph. Use `recording-icon` separately for the recording state.
|
|
27
|
+
|
|
25
28
|
While recording, the optional elapsed timer uses the effective locale's decimal digits, suppresses
|
|
26
29
|
grouping, and pads its seconds field to two locale-aware digits.
|
|
27
30
|
|
|
@@ -50,6 +53,11 @@ setting it to `0` removes the deadline.
|
|
|
50
53
|
**Methods:** `start()`, `stop()`, and `cancel()` drive the capture lifecycle imperatively (mirroring
|
|
51
54
|
the pointer/keyboard gestures).
|
|
52
55
|
|
|
56
|
+
After permission is requested, only a still-active control in the same document may begin
|
|
57
|
+
recording; otherwise any stream returned later is immediately stopped. In hold mode, a later held
|
|
58
|
+
press in that document can take over one pending permission request, and a held press while
|
|
59
|
+
stopping begins after the prior take ends. Only one capture runs at a time.
|
|
60
|
+
|
|
53
61
|
**Slots:** `microphone-icon` replaces the default mic glyph. `recording-icon` replaces the default
|
|
54
62
|
recording-state pulse glyph. Both are
|
|
55
63
|
decorative inside the named trigger: their flattened content is inert and hidden from accessibility
|
|
@@ -41,6 +41,12 @@ generation-guarded, including across disconnect/reconnect.
|
|
|
41
41
|
`LyraQrCode.preload(): Promise<boolean>` is a static optional-peer warm-up that starts the shared
|
|
42
42
|
`qrcode` import without encoding a value; it resolves to `false` when the peer is unavailable.
|
|
43
43
|
|
|
44
|
+
When `IntersectionObserver` is available, painting waits for a valid intersecting entry and resumes
|
|
45
|
+
whenever the code re-enters view. If the API is unavailable, its constructor fails, or `observe()`
|
|
46
|
+
throws, rendering proceeds immediately. Invalid resolved paint colors fall back to the documented
|
|
47
|
+
safe fill/background without changing the QR's loading or error state: foreground becomes black,
|
|
48
|
+
background becomes transparent, and `imageBackground` becomes the resolved QR background.
|
|
49
|
+
|
|
44
50
|
At ordinary sizes the backing store is a fixed `2×` the CSS size, independent of device pixel
|
|
45
51
|
ratio. It degrades uniformly only to stay within 4,096 pixels per dimension and 8,388,608 total
|
|
46
52
|
pixels. Modules span the full canvas with no injected quiet zone; add host padding when a scanner
|
|
@@ -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-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`,
|
|
@@ -19,15 +19,24 @@
|
|
|
19
19
|
The same single-choice control as `lr-radio`, rendered as a button instead of a circle. Mirrors
|
|
20
20
|
`sl-radio-button`.
|
|
21
21
|
|
|
22
|
+
An explicit live `checked` assignment marks the state dirty even if its boolean value is unchanged.
|
|
23
|
+
For example, assigning `checked = false` to an already-unchecked radio prevents a later
|
|
24
|
+
`defaultChecked = true` from selecting it until form reset. Pristine default propagation and
|
|
25
|
+
owning-group normalization retain their existing behavior.
|
|
26
|
+
|
|
27
|
+
Host `aria-describedby` references resolve onto the internal `role="radio"`, tracking unresolved
|
|
28
|
+
IDs, target replacement/removal/reinsertion, reconnect, and document adoption. The same behavior
|
|
29
|
+
applies to the button appearance of `lr-radio`.
|
|
30
|
+
|
|
22
31
|
Deliberately a **subclass of `LyraRadio`**: form association, validity, `form.reset()` restoration
|
|
23
32
|
and the whole `lr-radio-group` ownership/roving-focus contract are inherited rather than
|
|
24
33
|
reimplemented, so the two can never drift apart. Only the chrome differs. A `lr-radio-group` accepts
|
|
25
34
|
either tag and the two can be mixed in one group.
|
|
26
35
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
and
|
|
36
|
+
Inside a horizontal `lr-radio-group`, measured adjacent runs of `lr-radio-button` controls merge
|
|
37
|
+
their touching borders and retain rounded outer corners. Separated or mixed controls, vertical
|
|
38
|
+
layouts, wrapped rows and standalone buttons keep the corners appropriate to their actual layout;
|
|
39
|
+
label and hint slots do not determine the segment endpoints.
|
|
31
40
|
|
|
32
41
|
Standalone button chrome is allocation-safe too: unbroken labels wrap, and start/end (or retained
|
|
33
42
|
prefix/suffix) adornments are each capped and truncate rather than widening the containing panel.
|
|
@@ -21,6 +21,11 @@ A labeled, keyboard-navigable group of `lr-radio` controls. Home/End and the ori
|
|
|
21
21
|
axis move focus and select the next enabled radio: Up/Down when vertical, Left/Right when
|
|
22
22
|
horizontal. Horizontal direction mirrors under RTL, and disabled options are skipped.
|
|
23
23
|
|
|
24
|
+
Host `aria-describedby` references resolve onto the internal `role="radiogroup"` before its local
|
|
25
|
+
hint/error guidance. References track unresolved IDs, target replacement/removal/reinsertion,
|
|
26
|
+
reconnect, and document adoption. Group descriptions remain on the group; child radios can carry
|
|
27
|
+
their own separately authored descriptions.
|
|
28
|
+
|
|
24
29
|
**Properties:** `label`, `hint`, `helpText` (`help-text`, Shoelace alias), `errorText`
|
|
25
30
|
(`error-text`), `name` (empty by default, with the empty attribute omitted), live `value`, reflected
|
|
26
31
|
`defaultValue` (attribute `value`; Shoelace's `default-value` is also accepted), `customError`
|
|
@@ -18,6 +18,15 @@
|
|
|
18
18
|
|
|
19
19
|
A form-associated single-choice control. Use it alone or inside `lr-radio-group`.
|
|
20
20
|
|
|
21
|
+
An explicit live `checked` assignment marks the state dirty even if its boolean value is unchanged.
|
|
22
|
+
For example, assigning `checked = false` to an already-unchecked radio prevents a later
|
|
23
|
+
`defaultChecked = true` from selecting it until form reset. Pristine default propagation and
|
|
24
|
+
owning-group normalization retain their existing behavior.
|
|
25
|
+
|
|
26
|
+
Host `aria-describedby` references resolve onto the internal `role="radio"`, tracking unresolved
|
|
27
|
+
IDs, target replacement/removal/reinsertion, reconnect, and document adoption. The same behavior
|
|
28
|
+
applies to the button appearance of `lr-radio`.
|
|
29
|
+
|
|
21
30
|
**Properties:** live, non-reflecting `checked`; reflected `defaultChecked` (attribute `checked`);
|
|
22
31
|
reflected `customError: string | null` (attribute `custom-error`); `disabled`, `required`, `name`,
|
|
23
32
|
and `value`. A selected standalone radio submits its value through `ElementInternals`.
|
|
@@ -21,6 +21,9 @@ that lives in this family rather than in `components/forms/` — if you came loo
|
|
|
21
21
|
form controls, this is its section. Everything the "Form association" section says about `name`,
|
|
22
22
|
submission, validity and the `user-*` custom states applies to it.
|
|
23
23
|
|
|
24
|
+
Readonly transitions synchronize validity and `aria-invalid` in the same completed update. Form
|
|
25
|
+
reset restores the independent `default-value` rather than the live `value` attribute.
|
|
26
|
+
|
|
24
27
|
It is form-associated through `ElementInternals` directly rather than through the shared
|
|
25
28
|
`FormAssociated` mixin, because its `value` is a number and the mixin's contract assumes a plain
|
|
26
29
|
string — routing through it would force every consumer into string round-tripping for what is
|
|
@@ -46,6 +49,11 @@ associated external label focuses the host-owned slider without changing its val
|
|
|
46
49
|
property is visible label text, since a rating is a bare row of symbols with no field frame of its
|
|
47
50
|
own; wrap the element in your own layout for a labelled field, exactly as `<lr-slider>` does.
|
|
48
51
|
|
|
52
|
+
For the managed slider name only, an empty or whitespace-only `label` counts as absent and falls
|
|
53
|
+
through to localized `rating`; the raw `label` property still reads exactly as assigned. An
|
|
54
|
+
associated external label and an authored `aria-label`, including `aria-label=""`, keep their
|
|
55
|
+
existing precedence and are never replaced by that fallback.
|
|
56
|
+
|
|
49
57
|
**Static constructor API:** `LyraRating.validators` is the mirrored callable validator catalog.
|
|
50
58
|
Each access returns a fresh `LyraFormValidator<LyraRating>[]`; its entry observes
|
|
51
59
|
`required`/`disabled`/`readonly`/`value`/`max`, and `checkValidity(element)` projects the element's
|
|
@@ -37,3 +37,5 @@ are as described under `lr-format-number` above.
|
|
|
37
37
|
|
|
38
38
|
Valid output is semantic `<time datetime="…">`. **Slots:** none — an unparseable `date` renders the
|
|
39
39
|
empty string, with no fallback-content hook (unlike the three `lr-format-*` components above).
|
|
40
|
+
Date input accepts primitive strings/numbers or a genuine `Date`; arbitrary objects are rejected
|
|
41
|
+
without calling their conversion hooks.
|
|
@@ -27,6 +27,12 @@ own splice/resort logic. `lr-reorder` is cancelable — a listener calling `prev
|
|
|
27
27
|
the move open (mirroring `lr-confirm-bar`'s cancelable approve/deny pattern) until the host calls
|
|
28
28
|
`finalizePendingMove()`/`revertPendingMove()`.
|
|
29
29
|
|
|
30
|
+
Direct item `value` property or attribute edits refresh the owning list's valid identities and
|
|
31
|
+
movement boundaries. Correcting a missing or duplicate identity re-enables the corresponding
|
|
32
|
+
controls; making it invalid disables them. Identity edits do not emit a reorder event. Removing the
|
|
33
|
+
value attribute from a standalone item renders it as absent while preserving `null` readback; an
|
|
34
|
+
explicit empty string remains supplied and later valid values recover.
|
|
35
|
+
|
|
30
36
|
### `lr-reorder-list`
|
|
31
37
|
|
|
32
38
|
**Properties:**
|
|
@@ -27,6 +27,12 @@ own splice/resort logic. `lr-reorder` is cancelable — a listener calling `prev
|
|
|
27
27
|
the move open (mirroring `lr-confirm-bar`'s cancelable approve/deny pattern) until the host calls
|
|
28
28
|
`finalizePendingMove()`/`revertPendingMove()`.
|
|
29
29
|
|
|
30
|
+
Direct item `value` property or attribute edits refresh the owning list's valid identities and
|
|
31
|
+
movement boundaries. Correcting a missing or duplicate identity re-enables the corresponding
|
|
32
|
+
controls; making it invalid disables them. Identity edits do not emit a reorder event. Removing the
|
|
33
|
+
value attribute from a standalone item renders it as absent while preserving `null` readback; an
|
|
34
|
+
explicit empty string remains supplied and later valid values recover.
|
|
35
|
+
|
|
30
36
|
### `lr-reorder-list`
|
|
31
37
|
|
|
32
38
|
**Properties:**
|
|
@@ -23,6 +23,9 @@ label/value row" visual language, without each one hand-rolling its own box. Nei
|
|
|
23
23
|
any code dependency on the tool-result-view registry itself — they're generically usable anywhere a
|
|
24
24
|
small card/field shell is useful.
|
|
25
25
|
|
|
26
|
+
Removing `heading` or a result field `label` hides that text while preserving the card actions and
|
|
27
|
+
field value.
|
|
28
|
+
|
|
26
29
|
### `lr-result-card`
|
|
27
30
|
|
|
28
31
|
A small bordered card shell. Purely visual, with no state of its own beyond slot-presence tracking.
|
|
@@ -114,8 +117,8 @@ around either the slotted content or the plain `value` text).
|
|
|
114
117
|
|
|
115
118
|
- `HTMLElement.textContent` read on a shadow-DOM wrapper containing a `<slot>` does NOT include the
|
|
116
119
|
slot's assigned/projected light-DOM content — only literal fallback children of the `<slot>` tag
|
|
117
|
-
itself (there are none here).
|
|
118
|
-
|
|
119
|
-
|
|
120
|
+
itself (there are none here). Reading `[part="value"]`'s own `.textContent` yields an empty value
|
|
121
|
+
even when slotted content is rendering correctly; use the slot's
|
|
122
|
+
`assignedNodes()`/`assignedElements()` instead.
|
|
120
123
|
|
|
121
124
|
---
|
|
@@ -23,6 +23,9 @@ label/value row" visual language, without each one hand-rolling its own box. Nei
|
|
|
23
23
|
any code dependency on the tool-result-view registry itself — they're generically usable anywhere a
|
|
24
24
|
small card/field shell is useful.
|
|
25
25
|
|
|
26
|
+
Removing `heading` or a result field `label` hides that text while preserving the card actions and
|
|
27
|
+
field value.
|
|
28
|
+
|
|
26
29
|
### `lr-result-card`
|
|
27
30
|
|
|
28
31
|
A small bordered card shell. Purely visual, with no state of its own beyond slot-presence tracking.
|
|
@@ -114,8 +117,8 @@ around either the slotted content or the plain `value` text).
|
|
|
114
117
|
|
|
115
118
|
- `HTMLElement.textContent` read on a shadow-DOM wrapper containing a `<slot>` does NOT include the
|
|
116
119
|
slot's assigned/projected light-DOM content — only literal fallback children of the `<slot>` tag
|
|
117
|
-
itself (there are none here).
|
|
118
|
-
|
|
119
|
-
|
|
120
|
+
itself (there are none here). Reading `[part="value"]`'s own `.textContent` yields an empty value
|
|
121
|
+
even when slotted content is rendering correctly; use the slot's
|
|
122
|
+
`assignedNodes()`/`assignedElements()` instead.
|
|
120
123
|
|
|
121
124
|
---
|
|
@@ -25,7 +25,7 @@ text verbatim. Large sets window through an internal `lr-virtual-list`.
|
|
|
25
25
|
**Properties:**
|
|
26
26
|
|
|
27
27
|
- `chunks: RetrievalChunk[] = []` (attribute: false) — **`RetrievalChunk`, imported from
|
|
28
|
-
`@aceshooting/lyra-ui/ai
|
|
28
|
+
`@aceshooting/lyra-ui/ai`**: `{ id: string; text: string; score: number;
|
|
29
29
|
source: DocumentRef; metadata?: Record<string, unknown>; rank?: number; locator?: DocumentLocator;
|
|
30
30
|
queryId?: string; stage?: string; traceId?: string; scores?: RetrievalScoreBreakdown }`. The raw,
|
|
31
31
|
unsorted/ungrouped result set; host-owned. Blank ids and later duplicate ids are omitted
|
|
@@ -26,6 +26,18 @@ and error chrome is linked to that same-shadow role. A host `aria-label` wins by
|
|
|
26
26
|
Both score branches format visible numeric labels with the effective locale (including non-Latin
|
|
27
27
|
digits); segmented item values and submitted rubric values remain stable raw numbers/strings.
|
|
28
28
|
|
|
29
|
+
Host `aria-describedby` references resolve in the host's root and precede local hint/error guidance
|
|
30
|
+
on that aggregate group. Target replacement, removal, reinsertion, reconnection and document
|
|
31
|
+
adoption keep the relationship current. Aggregate guidance is not copied to every child field; each
|
|
32
|
+
retains its own description/error ownership. Removing `label` or `hint` safely removes the copy
|
|
33
|
+
while retaining native attribute-removal property readback, including `null`; explicit empty and
|
|
34
|
+
later replacement strings remain supported.
|
|
35
|
+
|
|
36
|
+
Replacing `value` after a multiple-category user edit reconciles the actual checkbox checked states,
|
|
37
|
+
group value and submitted JSON, including when replacement happens in the same task. These parent
|
|
38
|
+
writes use live child state, leave child reset-default/dirty semantics intact, and emit no user-edit
|
|
39
|
+
events.
|
|
40
|
+
|
|
29
41
|
**Properties:** `keys: readonly RubricKey[] = []` (attribute: false), where the exported immutable
|
|
30
42
|
discriminated union is `ScoreRubricKey | CategoryRubricKey | CommentRubricKey`. Keys use nonblank
|
|
31
43
|
first-wins identity and retained valid spelling is not rewritten. Shared fields are
|
|
@@ -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-bubble-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`,
|
|
@@ -31,11 +31,11 @@ well as full-width layouts.
|
|
|
31
31
|
- `scrollStep: number = 0` (attribute `scroll-step`) — custom step; zero uses 80% of the viewport
|
|
32
32
|
- `label: string = ''` — accessible region name; a host `aria-label` is used when set
|
|
33
33
|
|
|
34
|
-
**Events:** `lr-scroll`
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
34
|
+
**Events:** `lr-scroll` has detail `{ scrollStart, scrollEnd, scrollLeft, scrollTop }`.
|
|
35
|
+
Scroll-driven emissions are coalesced through one `requestAnimationFrame` tick, so a fling that
|
|
36
|
+
fires dozens of native `scroll` events produces at most one `lr-scroll` per frame. This is the
|
|
37
|
+
scroller's own event shape, not `lr-virtual-list`'s `lr-virtual-scroll` event
|
|
38
|
+
(`{ scrollTop, viewportHeight }`).
|
|
39
39
|
|
|
40
40
|
**Slots:** default scrollable content.
|
|
41
41
|
|
|
@@ -27,6 +27,15 @@ Session-history/autofill restoration assigns the stored string through the same
|
|
|
27
27
|
value/form/validity path as a programmatic value write and does not emit `input`, `change`, or
|
|
28
28
|
`lr-change`.
|
|
29
29
|
|
|
30
|
+
Mounted `option.selected` assignments update the picker value and form submission immediately,
|
|
31
|
+
including deselection and equal-value writes. Duplicate-valued options retain their individual
|
|
32
|
+
occurrence identities. These programmatic writes emit no user input/change event.
|
|
33
|
+
|
|
34
|
+
Host `aria-describedby` resolves external guidance onto the trigger before internal value, error,
|
|
35
|
+
and hint guidance. References track missing targets, replacement, removal/reinsertion, reconnect,
|
|
36
|
+
and adoption. Removing `label`, `hint`, `help-text`, or `error-text` safely omits the content
|
|
37
|
+
without changing native `null` property readback; explicit empty strings remain empty.
|
|
38
|
+
|
|
30
39
|
There is no typing-to-filter and no `filter`/`source`/`empty-text`/`max-render` surface — reach for
|
|
31
40
|
`<lr-combobox>` instead whenever any of those apply. Everything else a closed list needs is here:
|
|
32
41
|
`multiple`, `max-options-visible`, `with-clear`, `getTag`, `placement`, `appearance`, and `pill`.
|
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
Steps a current index through `[0, itemCount)` on a fixed interval — explicit discrete-sequence
|
|
20
20
|
playback for time-series scrubbing, without implying native audio/video playback.
|
|
21
21
|
|
|
22
|
+
When fewer than two items are available, the disabled play button retains its resting border and
|
|
23
|
+
background under hover and press. Enabled playback controls retain their token-driven pointer
|
|
24
|
+
feedback.
|
|
25
|
+
|
|
22
26
|
**Properties:**
|
|
23
27
|
|
|
24
28
|
- `itemCount: number = 0` (attribute `item-count`)
|
|
@@ -93,8 +97,7 @@ dimming at `itemCount <= 1`), `--lr-focus-ring-*`.
|
|
|
93
97
|
`currentIndex` clamped into `[0, itemCount)`; fractional, negative, `NaN`, infinite, and oversized
|
|
94
98
|
values cannot poison end conditions or the slider.
|
|
95
99
|
- `interval-ms` is clamped to the 16ms floor and the browser's finite timer ceiling: a non-finite or
|
|
96
|
-
lower value ticks at 16ms, while an oversized value uses the timer ceiling.
|
|
97
|
-
value is warned once (deduplicated per value, not a single once-ever flag).
|
|
100
|
+
lower value ticks at 16ms, while an oversized value uses the timer ceiling.
|
|
98
101
|
- Initial `playing` and `item-count` attributes are resolved together on the first update, so
|
|
99
102
|
playback starts consistently regardless of their source order; an invalid final `itemCount <= 1`
|
|
100
103
|
clears the reflected `playing` state.
|