@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
|
@@ -22,6 +22,14 @@ plus a peer-neutral `map` getter for common imperative operations. Its runtime v
|
|
|
22
22
|
underlying MapLibre map. The component observes its own map-container allocation and calls the
|
|
23
23
|
peer's `resize()` when that allocation changes.
|
|
24
24
|
|
|
25
|
+
Markers and popups use the physical top-left origin required by MapLibre's projected transforms in
|
|
26
|
+
both LTR and RTL. Their text and surrounding controls retain logical direction-aware layout.
|
|
27
|
+
|
|
28
|
+
Live ancestor theme or token changes resolve the choropleth's stop colors and explicit or implicit
|
|
29
|
+
step base color again, as well as its opacity. These are paint-only updates on the existing fill
|
|
30
|
+
layer: the map instance, source, layer and viewport are preserved. Linear, logarithmic and step
|
|
31
|
+
modes use the same expression semantics at initial render and after a theme change.
|
|
32
|
+
|
|
25
33
|
**Properties:**
|
|
26
34
|
|
|
27
35
|
- `center: [number, number] = [0, 0]`
|
|
@@ -94,7 +102,8 @@ string; geojson: GeoJSON.FeatureCollection; field: string; stops: [number, strin
|
|
|
94
102
|
the live host cascade before passing the expression to MapLibre's WebGL renderer.
|
|
95
103
|
- `markers: LyraMapMarker[] = []` (attribute: false) — `LyraMapMarker { id?: string; lngLat:
|
|
96
104
|
[number, number]; color?: string; label?: string; unsafeHtml?: string }`; an explicit `id` is
|
|
97
|
-
trimmed and must be nonempty, and the first marker for an explicit ID wins.
|
|
105
|
+
trimmed and must be nonempty, and the first successfully admitted marker for an explicit ID wins.
|
|
106
|
+
A malformed earlier row does not reserve that ID. Markers are reconciled
|
|
98
107
|
by that explicit ID (falling back
|
|
99
108
|
to a `lng,lat` key, disambiguated by occurrence order for duplicate-coordinate id-less markers,
|
|
100
109
|
when `id` is omitted) so an unchanged marker isn't torn down and recreated on every `markers`
|
|
@@ -120,7 +129,8 @@ string; geojson: GeoJSON.FeatureCollection; field: string; stops: [number, strin
|
|
|
120
129
|
GeoJSON.FeatureCollection; tone?: 'accent' | 'success' | 'warning' |
|
|
121
130
|
'danger' | 'neutral'; color?: string; strokeColor?: string; kind?: LyraMapDataLayerKind;
|
|
122
131
|
heatmap?: LyraMapHeatmapOptions; cluster?: LyraMapClusterOptions }`. `sourceId` is trimmed and must be nonempty; the first layer for a
|
|
123
|
-
`sourceId` wins
|
|
132
|
+
`sourceId` that is successfully admitted wins; blank, malformed, and later duplicate records are
|
|
133
|
+
ignored without reserving an identity for a valid later sibling. Each retained entry adds one
|
|
124
134
|
GeoJSON source plus three geometry-filtered layers
|
|
125
135
|
(fill, line, and circle, so a mixed `FeatureCollection` renders correctly), colored from the
|
|
126
136
|
matching `--lr-color-*` token (`tone` defaults to `'accent'` → `--lr-color-brand`).
|
|
@@ -144,6 +154,10 @@ heatmap?: LyraMapHeatmapOptions; cluster?: LyraMapClusterOptions }`. `sourceId`
|
|
|
144
154
|
its private source/layers removed, and a genuinely new `sourceId` gets new resources — nothing
|
|
145
155
|
leaks on removal, style change, or disconnect.
|
|
146
156
|
|
|
157
|
+
The component snapshots the configuration it reads. It passes `choropleth.geojson` and
|
|
158
|
+
`dataLayers[].geojson` through to MapLibre; assign a new `choropleth`, `dataLayers`, or `markers`
|
|
159
|
+
value after changing configuration, because mutating an assigned value is not observed.
|
|
160
|
+
|
|
147
161
|
`cluster` and `kind` (both new in 12.0.0) opt one entry out of that three-layer geometry split.
|
|
148
162
|
**Both are strictly additive: an entry that sets neither renders exactly what it rendered before,
|
|
149
163
|
down to the layer ids and the point layer's filter.**
|
|
@@ -216,9 +230,9 @@ expensive on an animated one. When every feature has a unique `string`/`number`
|
|
|
216
230
|
features keep semantically unchanged geometry/bbox values, the component emits MapLibre's
|
|
217
231
|
incremental `updateData()` for property changes, additions, removals, and order changes. The exact
|
|
218
232
|
next order is preserved: an unchanged prefix stays in place and only the invalidated suffix is
|
|
219
|
-
removed and re-added. Lyra
|
|
220
|
-
|
|
221
|
-
|
|
233
|
+
removed and re-added. Lyra snapshots control and projection data while retaining opaque GeoJSON
|
|
234
|
+
identity at the MapLibre boundary; a bounded, accessor-free comparison verifies the JSON geometry
|
|
235
|
+
graph instead. A missing/duplicate ID, changed geometry, exceeded bound, or uncertain
|
|
222
236
|
comparison falls back to `setData()` with no change in rendered behaviour. Peers without
|
|
223
237
|
`updateData()` always take the old path.
|
|
224
238
|
|
|
@@ -273,6 +287,10 @@ zoom-to-cluster handler reads. The count label is deliberately not hit-tested (i
|
|
|
273
287
|
the circle already queried and would only make the label the topmost hit), and a `kind: 'heatmap'`
|
|
274
288
|
layer is never queried at all — MapLibre returns no features for a rendered density surface
|
|
275
289
|
|
|
290
|
+
The outer marker-activation detail is frozen, while an opaque marker `unsafeHtml` value remains the
|
|
291
|
+
original supplied value at the MapLibre popup and marker-activation boundary. Treat it as trusted
|
|
292
|
+
markup as described above.
|
|
293
|
+
|
|
276
294
|
**Slots:** `legend` — custom legend content, rendered inside the legend panel's own layout so it
|
|
277
295
|
stays positioned with the map instead of floating beside it. Supplying it opens the panel even
|
|
278
296
|
when `legend` and `legendGradient` are both empty.
|
|
@@ -25,6 +25,10 @@ this component's own module never imports or calls that function at all; it only
|
|
|
25
25
|
`loadShikiHighlighterCore(languages)`, so a consumer importing this entry point instead of
|
|
26
26
|
`markdown.js` gets a build genuinely free of shiki's full language table.
|
|
27
27
|
|
|
28
|
+
Removing `content` clears the document and its empty-document tab stop, including while streaming.
|
|
29
|
+
The property keeps Lit's `null` readback after removal; an explicitly empty attribute remains an
|
|
30
|
+
empty string. Later source text renders normally.
|
|
31
|
+
|
|
28
32
|
A fenced code block whose language isn't a key in `languages` always renders the plain-text fallback
|
|
29
33
|
— there is no default/full-table highlighter here to fall back to, the same default (not degraded)
|
|
30
34
|
rendering path as `<lr-code-block-core>`'s identical contract. A block that _is_ highlighted follows the
|
|
@@ -24,6 +24,10 @@ instance on a page shares one load. `heading`/`code`/`blockquote`/`table`/`link`
|
|
|
24
24
|
rendered through a `marked` renderer override that injects `part="..."` attributes directly into the
|
|
25
25
|
produced HTML in a single pass (no second DOM walk after insertion).
|
|
26
26
|
|
|
27
|
+
Removing `content` clears the document and its empty-document tab stop, including while streaming.
|
|
28
|
+
The property keeps Lit's `null` readback after removal; an explicitly empty attribute remains an
|
|
29
|
+
empty string. Later source text renders normally.
|
|
30
|
+
|
|
27
31
|
If an instance disconnects and reconnects before that shared promise settles, only the current
|
|
28
32
|
connection applies the result and reparses; the stale connection callback is generation-guarded.
|
|
29
33
|
|
|
@@ -74,7 +78,9 @@ uses for its own `[part="body"]`.
|
|
|
74
78
|
to plain text if the peer is unavailable; `escape` displays raw HTML source as text while ordinary
|
|
75
79
|
Markdown still renders; `trusted` renders raw HTML without sanitization and is only for trusted
|
|
76
80
|
content.
|
|
77
|
-
- `gfm: boolean = true` — GitHub-flavored Markdown (tables, strikethrough, autolinks, task lists)
|
|
81
|
+
- `gfm: boolean = true` — GitHub-flavored Markdown (tables, strikethrough, autolinks, task lists).
|
|
82
|
+
GFM task-list checkboxes stay disabled. A task's primary inline text supplies its accessible name;
|
|
83
|
+
nested task text is excluded, and a blank task receives no generated name.
|
|
78
84
|
- `linkTarget: string | null = '_blank'` (attribute `link-target`) — `target` applied to every
|
|
79
85
|
rendered `<a>`, with `rel="noopener noreferrer"` always added alongside it whenever a `target` is
|
|
80
86
|
emitted. `'_blank'` (the default) preserves the original output; a falsy value (`null`, or the
|
|
@@ -90,10 +96,10 @@ uses for its own `[part="body"]`.
|
|
|
90
96
|
than overflowing past the HTML heading levels. `0` (the default) preserves the original
|
|
91
97
|
`<h${token.depth}>` output
|
|
92
98
|
- `streaming: boolean = false` (reflected) — marks the host `aria-busy="true"` while partial Markdown
|
|
93
|
-
is still arriving and lets consumers target `lr-markdown[streaming]
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
dependencies are loading
|
|
99
|
+
is still arriving and lets consumers target `lr-markdown[streaming]`. Both `lr-markdown` and
|
|
100
|
+
`lr-markdown-core` display accumulated plain text without parsing or highlighting while it is
|
|
101
|
+
true. Setting `streaming=false` parses and renders the latest complete content; busy state also
|
|
102
|
+
remains true while parser dependencies are loading
|
|
97
103
|
- `highlightCode: boolean = true` (attribute `highlight-code`) — syntax-highlights fenced code
|
|
98
104
|
blocks via the optional `shiki` peer. `true` (the default) upgrades every fenced block once the
|
|
99
105
|
peer is available; set `false` to keep plain output even when `shiki` is installed. No effect
|
|
@@ -140,9 +146,10 @@ placed first and preserved inside both ceilings.
|
|
|
140
146
|
|
|
141
147
|
**Events:**
|
|
142
148
|
|
|
143
|
-
- `lr-link-click` (`detail: { href: string }`) — fired, with
|
|
144
|
-
|
|
145
|
-
|
|
149
|
+
- `lr-link-click` (`detail: { href: string }`) — fired, with navigation prevented, when a rendered
|
|
150
|
+
link's `href` starts with `internal-link-prefix`; ordinary external links navigate normally and
|
|
151
|
+
never fire this. If an intercepted link overlaps a painted highlight,
|
|
152
|
+
`lr-highlight-activate` fires first for pointer and Enter activation.
|
|
146
153
|
- `lr-render-error` (`detail: { error: unknown }`) — rendering fell back to plain text (see the
|
|
147
154
|
fallback matrix below), or `math` is set but the `katex` peer isn't installed
|
|
148
155
|
- `lr-highlight-activate` (`detail: { highlightId: string }`) — a painted `text-quote` highlight was clicked
|
|
@@ -22,6 +22,10 @@ server-side-conversion state machine) and `lr-attachment-chip` (a pre-send queue
|
|
|
22
22
|
upload progress). This component has neither concern; it only ever shows a `src` that's already
|
|
23
23
|
final.
|
|
24
24
|
|
|
25
|
+
Removing `mime-type` consumes the hint as absent and restores generic file detection unless `kind`
|
|
26
|
+
explicitly selects a format. Property readback stays `null`; an explicit empty hint remains empty
|
|
27
|
+
and later MIME values restore detection.
|
|
28
|
+
|
|
25
29
|
**Properties:**
|
|
26
30
|
|
|
27
31
|
- `src: string = ''` — the media URL. Always re-validated against a safe-scheme allowlist before
|
|
@@ -38,8 +42,7 @@ final.
|
|
|
38
42
|
carve-out: an empty `alt` there still falls through to `filename`/the generic description, because
|
|
39
43
|
an empty accessible name would leave an interactive player unnamed rather than mark it decorative.
|
|
40
44
|
- `accessibleLabel: string | null = null` (attribute `aria-label`) — a declarative attribute names
|
|
41
|
-
the host as a whole while its nested button/link keeps a purpose-specific localized action name. A
|
|
42
|
-
property-only assignment can override the nested action when no host label is present. An explicit
|
|
45
|
+
the host as a whole while its nested button/link keeps a purpose-specific localized action name. A property-only assignment names the nested action and updates reactively when no host label is present, without creating a host attribute. An explicit
|
|
43
46
|
empty string behaves like the unset `null` default — both fall through to the generated
|
|
44
47
|
purpose-specific name. Image alt text and the native video's own purpose label remain independent;
|
|
45
48
|
an explicitly empty host still leaves every interactive descendant named.
|
|
@@ -151,12 +154,6 @@ the video's own native controls bubble up and spuriously fire `lr-media-open`.
|
|
|
151
154
|
|
|
152
155
|
**Known gotchas:**
|
|
153
156
|
|
|
154
|
-
- Calling the real `.click()` (or dispatching a `click`/`MouseEvent`) on the file-chip's `<a href>`
|
|
155
|
-
in a test genuinely triggers real browser navigation — always `preventDefault()` on a `click`
|
|
156
|
-
listener registered before triggering it, the same precaution `lr-document-preview`'s own
|
|
157
|
-
download-link tests already take. A synthetic `dispatchEvent(new MouseEvent('click', {cancelable:
|
|
158
|
-
true}))` still invokes the anchor's native activation behavior if nothing calls
|
|
159
|
-
`preventDefault()` during dispatch — it is not a safe no-op.
|
|
160
157
|
- `kind` only reflects to the host attribute when explicitly set — CSS keying off the
|
|
161
158
|
auto-detected resolved kind should target the rendered `[part]`/element (e.g. `video[part="media"]`),
|
|
162
159
|
not `:host([kind=...])`, since the latter won't see an auto-detected kind.
|
|
@@ -18,13 +18,19 @@
|
|
|
18
18
|
|
|
19
19
|
A caret-anchored, keyboard-navigable popover for `@`-mention and `/`-slash-command autocomplete
|
|
20
20
|
inside a plain-text `<textarea>`/`<input>` the host owns. First-party invention (no Web Awesome
|
|
21
|
-
equivalent).
|
|
22
|
-
`
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
21
|
+
equivalent). A textarea keeps its native textbox semantics while open and, after a consumed
|
|
22
|
+
navigation key, `focusActiveOption()` moves real focus to the active option in the shadow listbox.
|
|
23
|
+
A single-line text input retains its active-descendant element-reference route; only that route
|
|
24
|
+
uses `syncActiveDescendant()`, which returns `false` for a textarea.
|
|
25
|
+
Textarea ARIA/AOM values are restored on close, anchor replacement, disconnect, or adoption; a
|
|
26
|
+
cross-root string IDREF is never left behind. Later localized result-count and active-position
|
|
27
|
+
changes are announced once through the shared polite region; opening markup and unchanged state are
|
|
28
|
+
silent.
|
|
29
|
+
|
|
30
|
+
Forward native input keydown events to `handleKeyDown()` as usual. Events with `isComposing` or
|
|
31
|
+
legacy `keyCode === 229` return false without preventing default, moving the active suggestion,
|
|
32
|
+
selecting, or closing the popover. Removing `query` uses the unfiltered empty-query behavior while
|
|
33
|
+
preserving null readback; an explicitly empty query remains empty.
|
|
28
34
|
|
|
29
35
|
**Properties:**
|
|
30
36
|
|
|
@@ -66,9 +72,10 @@ replacement, disconnect, or adoption; a cross-root string IDREF is never left be
|
|
|
66
72
|
`preventDefault()` when `filteredItems` is empty, letting the keystroke fall through to the
|
|
67
73
|
host's own control unchanged. `Escape` closes with no selection. Returns `true` whenever the key
|
|
68
74
|
was intercepted and `false` for keys the method does not recognize.
|
|
69
|
-
- `syncActiveDescendant(control: HTMLElement): boolean` —
|
|
70
|
-
`
|
|
71
|
-
|
|
75
|
+
- `syncActiveDescendant(control: HTMLElement): boolean` — applies
|
|
76
|
+
`ariaActiveDescendantElement` only for a retained single-line input route. For a textarea it
|
|
77
|
+
returns `false` without mutating `aria-activedescendant`; the managed textarea session clears that
|
|
78
|
+
value separately.
|
|
72
79
|
- `focusActiveOption(options?: LyraMentionFocusOptions): Promise<boolean>` — same-tree fallback
|
|
73
80
|
after a consumed navigation key when `syncActiveDescendant()` returns `false`. Focuses the active
|
|
74
81
|
option, lets the popover handle subsequent navigation, and restores focus to `anchor` when the
|
|
@@ -22,6 +22,10 @@ The inline semantic menu mapped from Shoelace's `sl-menu`, plus its action-row e
|
|
|
22
22
|
wrapping keyboard navigation, type-ahead, and one canonical selection event. It deliberately has no
|
|
23
23
|
trigger, positioned popup, root open state, placement API, or overlay lifecycle.
|
|
24
24
|
|
|
25
|
+
Removing or disabling the remembered active item repairs the roving stop without taking focus from
|
|
26
|
+
outside controls or the menu's header/footer. If the changed item held actual focus, focus moves to
|
|
27
|
+
a valid survivor or through the existing owner dismissal path when none remain.
|
|
28
|
+
|
|
25
29
|
For a menu button or other anchored overlay, compose the semantic controller inside
|
|
26
30
|
`<lr-dropdown>`:
|
|
27
31
|
|
|
@@ -25,9 +25,10 @@ name (`lr-menu-item` or `lr-dropdown-item`), not `instanceof`, so an adopted sam
|
|
|
25
25
|
foreign-realm item remains enrollable. A label matches neither tag, is never enrolled in the roving
|
|
26
26
|
tabindex, and can never become a focus stop; nothing on `<lr-menu>` has to know this element exists.
|
|
27
27
|
|
|
28
|
-
|
|
29
|
-
`
|
|
30
|
-
|
|
28
|
+
Keep selectable items directly assigned to the menu's default slot, or forward them through a
|
|
29
|
+
slot, with `lr-menu-label` as a sibling visual caption. Arbitrary `role="group"` wrappers do not
|
|
30
|
+
provide a supported menu-group API. `aria-labelledby` cannot reference this element's shadow
|
|
31
|
+
internals because idrefs do not cross a shadow boundary.
|
|
31
32
|
|
|
32
33
|
**Properties:** none. **Events:** none. **Slots:** default (the heading text).
|
|
33
34
|
**CSS parts:** `base` (the heading row).
|
|
@@ -22,6 +22,10 @@ The inline semantic menu mapped from Shoelace's `sl-menu`, plus its action-row e
|
|
|
22
22
|
wrapping keyboard navigation, type-ahead, and one canonical selection event. It deliberately has no
|
|
23
23
|
trigger, positioned popup, root open state, placement API, or overlay lifecycle.
|
|
24
24
|
|
|
25
|
+
Removing or disabling the remembered active item repairs the roving stop without taking focus from
|
|
26
|
+
outside controls or the menu's header/footer. If the changed item held actual focus, focus moves to
|
|
27
|
+
a valid survivor or through the existing owner dismissal path when none remain.
|
|
28
|
+
|
|
25
29
|
For a menu button or other anchored overlay, compose the semantic controller inside
|
|
26
30
|
`<lr-dropdown>`:
|
|
27
31
|
|
|
@@ -34,6 +34,9 @@ becomes unavailable, focus moves to the nearest survivor or the stable toolbar,
|
|
|
34
34
|
newer external focus move. Keyboard movement starts from the action that actually received the event,
|
|
35
35
|
even after a controlled state write changed the remembered stop.
|
|
36
36
|
|
|
37
|
+
ArrowLeft/ArrowRight/Home/End from a slotted feedback comment editor remain native editing keys.
|
|
38
|
+
Roving navigation still operates on the actual toolbar and thumb actions.
|
|
39
|
+
|
|
37
40
|
**Properties:** `controls: MessageActionControl[] = []` (attribute: false) —
|
|
38
41
|
`MessageActionControl = 'copy' | 'regenerate' | 'edit' | 'feedback'` (exported here); which built-ins
|
|
39
42
|
render, in that order. Duplicate names are omitted first-wins before rendering, roving focus, or
|
|
@@ -41,19 +44,26 @@ intent events, so each built-in can occur at most once. `copyText: string = ''`
|
|
|
41
44
|
(attribute `copy-text`) — required for the `copy` built-in to render at all. `feedbackRating:
|
|
42
45
|
MessageFeedbackValue = null` (attribute `feedback-rating`) — forwarded to the embedded, thumbs-only
|
|
43
46
|
`lr-message-feedback` (its `detail`/`detailFor` are never forwarded, so its detail panel never
|
|
44
|
-
opens). `
|
|
47
|
+
opens). `feedbackPending: boolean` (read-only, nonreflecting) — true only while the current built-in
|
|
48
|
+
feedback control awaits settlement; it has no `feedback-pending` attribute or change event.
|
|
49
|
+
`revealOnInteraction: boolean = false` (reflected, attribute `reveal-on-interaction`) — hides
|
|
45
50
|
the bar until the closest `lr-chat-message` ancestor is hovered, or the toolbar contains focus.
|
|
46
51
|
`label: string = ''` — accessible name override for the toolbar. `accessibleLabel: string | null =
|
|
47
52
|
null` (attribute `aria-label`) — overrides the toolbar's computed accessible name, winning over
|
|
48
53
|
`label` and the localized default; attribute-reflects from a host-level `aria-label`.
|
|
49
54
|
|
|
55
|
+
**Methods:** `finalizePendingSubmit(submissionId: string): boolean` and
|
|
56
|
+
`revertPendingSubmit(submissionId: string): boolean` settle only the current built-in feedback
|
|
57
|
+
request. Both return `false` for blank, stale, mismatched, removed, or replaced requests.
|
|
58
|
+
|
|
50
59
|
**Events:** `lr-regenerate`/`lr-edit` — a built-in was activated, `detail: null`. `lr-copy` —
|
|
51
60
|
frozen `detail: { ok: true, text }`, emitted only after the embedded `lr-copy-button`'s clipboard
|
|
52
61
|
write fulfills (bubbles/composed already, not re-emitted). A failed write surfaces generic
|
|
53
62
|
`lr-error` (`detail: null`) plus `lr-copy-error` with frozen
|
|
54
63
|
`detail: { ok: false, text, reason, error }`; `reason` is `'unsupported' | 'denied' | 'failed'`.
|
|
55
|
-
`lr-feedback-change`/`lr-feedback-submit` — bubble unchanged from the embedded,
|
|
56
|
-
|
|
64
|
+
`lr-feedback-change`/`lr-feedback-submit` — bubble unchanged from the embedded, thumbs-only
|
|
65
|
+
`lr-message-feedback`; the frozen submit detail includes its `submissionId`, which is the value to
|
|
66
|
+
pass to either settlement method. A colliding event from an
|
|
57
67
|
arbitrary slotted child is contained at that slot boundary rather than being mistaken for a
|
|
58
68
|
built-in action.
|
|
59
69
|
|
|
@@ -24,6 +24,10 @@ read-only display). Activating the pressed thumb while its detail panel is open
|
|
|
24
24
|
activating the still-pressed thumb reopens it with the surviving draft. A thumbs-only control always
|
|
25
25
|
uses the ordinary re-activate-to-clear toggle.
|
|
26
26
|
|
|
27
|
+
Asynchronous finalization or reversion preserves focus on an outside control. Settlement retains the
|
|
28
|
+
existing thumb/submit fallback when focus remains within the feedback or was lost as its pending
|
|
29
|
+
controls became disabled.
|
|
30
|
+
|
|
27
31
|
**Properties:** `rating: MessageFeedbackValue = null` (`'up' | 'down' | null`, reflected),
|
|
28
32
|
`detail?: MessageFeedbackDetailConfiguration` (attribute: false) — one configuration with optional
|
|
29
33
|
`reasons?: readonly { id, label }[]` and `commentable?: boolean`; omit it for thumbs-only feedback.
|
|
@@ -36,21 +40,34 @@ owns that one detail panel. `disabled: boolean = false` (reflected) makes a reco
|
|
|
36
40
|
submission while host persistence is unresolved; all feedback controls are disabled and the panel
|
|
37
41
|
reports busy until that state is resolved.
|
|
38
42
|
|
|
43
|
+
When the optional comment textarea renders, `spellcheck: boolean = true`,
|
|
44
|
+
`autocapitalize: string = ''`, `autocorrect: boolean = true`, and
|
|
45
|
+
`wrap: MessageFeedbackWrap = 'soft'` forward to it; they have no effect without that textarea.
|
|
46
|
+
`MessageFeedbackWrap` is `'soft' | 'hard' | 'off'`, the native textarea wrap vocabulary.
|
|
47
|
+
|
|
39
48
|
**Methods:** `focus()` focuses the thumb matching the current `rating` (the up thumb when `null`);
|
|
40
49
|
`blur()` blurs both thumbs; `click()` activates that same thumb when enabled.
|
|
41
50
|
`getToolbarActions()` returns the ordered logical thumb actions used by an enclosing toolbar.
|
|
42
|
-
`finalizePendingSubmit()` completes a prevented submit after persistence succeeds, closing the
|
|
43
|
-
panel, announcing success, and returning focus to the active thumb.
|
|
44
|
-
|
|
45
|
-
|
|
51
|
+
`finalizePendingSubmit(submissionId?: string): boolean` completes a prevented submit after persistence succeeds, closing the
|
|
52
|
+
panel, announcing success, and returning focus to the active thumb.
|
|
53
|
+
`revertPendingSubmit(submissionId?: string): boolean` releases
|
|
54
|
+
the pending state after failure without clearing the draft or announcing success, restoring the
|
|
55
|
+
prior rating and panel state. A detail-panel submit remains open for retry, while a thumbs-only
|
|
56
|
+
submit remains panel-free; it likewise accepts an optional `submissionId` and returns `boolean`. The event
|
|
57
|
+
supplies a nonblank, never-reused id; a later/current settlement must use that exact id. Legacy
|
|
58
|
+
no-argument settlement remains available only for the first transaction that has never been
|
|
59
|
+
invalidated; stale or mismatched settlements return `false`.
|
|
46
60
|
|
|
47
61
|
**Events:** `lr-feedback-change` — `detail: { rating: 'up' | 'down' | null }`, fired when a thumb's
|
|
48
62
|
provisional rating changes or clears. `lr-feedback-submit` — cancelable
|
|
49
|
-
`detail: { rating: 'up' | 'down' | null; reasonIds: string[]; comment: string }`, fired for every
|
|
63
|
+
`detail: { rating: 'up' | 'down' | null; reasonIds: string[]; comment: string; submissionId: string }`, fired for every
|
|
50
64
|
terminal thumbs-only choice/clear and by the detail panel's submit button. The pending transaction
|
|
51
|
-
is installed before dispatch, so even a synchronous listener may finalize/revert it safely.
|
|
65
|
+
is installed before dispatch, so even a synchronous listener may finalize/revert it safely. The
|
|
66
|
+
event detail is frozen.
|
|
52
67
|
`preventDefault()` holds the panel/control in `pending` and delays
|
|
53
|
-
success announcement/focus until `finalizePendingSubmit()`; call
|
|
68
|
+
success announcement/focus until `finalizePendingSubmit(detail.submissionId)`; call
|
|
69
|
+
`revertPendingSubmit(detail.submissionId)` on failure. The no-argument form is only the documented
|
|
70
|
+
legacy first-transaction path.
|
|
54
71
|
When uncanceled it retains the synchronous close/announce/focus behavior. The optional comment
|
|
55
72
|
`<textarea>`'s native `focus` and `blur` are re-dispatched as bubbling, composed host events.
|
|
56
73
|
`lr-toolbar-actions-change` is the no-detail coordination event emitted when the provider's logical
|
|
@@ -18,17 +18,20 @@
|
|
|
18
18
|
|
|
19
19
|
Ordered renderer for provider-neutral `MessagePart[]`: text, reasoning, tool call/result, citation,
|
|
20
20
|
attachment, data/widget, audio, and error parts can interleave without flattening stream order.
|
|
21
|
-
Built-in text and reasoning Markdown receives each part's `state === 'streaming'` hint
|
|
22
|
-
|
|
21
|
+
Built-in text and reasoning Markdown receives each part's `state === 'streaming'` hint and displays
|
|
22
|
+
accumulated plain text without parsing or highlighting. Replacing that same-id part with
|
|
23
|
+
`state: 'complete'` parses and renders the final content.
|
|
23
24
|
Citation badge ranks are precomputed in one linear pass per render, rather than rescanning and
|
|
24
25
|
allocating every preceding part for each citation in a citation-heavy or growing message.
|
|
25
26
|
|
|
26
|
-
**Properties:** `parts: MessagePart[] = []` (attribute: false); `contentMode:
|
|
27
|
+
**Properties:** `parts: MessagePart[] = []` (attribute: false); `contentMode: MessagePartsContentMode =
|
|
27
28
|
'markdown'` (attribute `content-mode`, reflected) and `showReasoning: boolean = true` (attribute
|
|
28
29
|
`show-reasoning`, reflected, with string-aware true-default conversion);
|
|
29
30
|
`renderPart?: MessagePartRenderer` (attribute: false), where returning `undefined` delegates that
|
|
30
31
|
part to the built-in renderer; `accessibleLabel: string | null = null` (attribute `aria-label`).
|
|
31
32
|
|
|
33
|
+
Unsupported direct or `content-mode` attribute values normalize and reflect as `markdown`.
|
|
34
|
+
|
|
32
35
|
`MessagePartRenderer = (part: MessagePart, index: number) => unknown`; `MessagePart` and its
|
|
33
36
|
discriminated part shapes come from the `@aceshooting/lyra-ui/ai` subpath. Tool results are a strict
|
|
34
37
|
success/error union: a success has `result` and cannot have `error`; an error has `error` and may
|
|
@@ -26,6 +26,14 @@ element. First-party invention (no Web Awesome equivalent).
|
|
|
26
26
|
Session-history/autofill restoration synchronously restores the model id and form entry without
|
|
27
27
|
emitting `lr-change`.
|
|
28
28
|
|
|
29
|
+
Removing `label`, `hint`, or `error-text` clears that optional copy in both catalog and free-text
|
|
30
|
+
modes. Removed string properties retain `null` readback, and later assignments restore their
|
|
31
|
+
content.
|
|
32
|
+
|
|
33
|
+
Composing key events (`isComposing` or legacy `keyCode === 229`) remain with the catalog query or
|
|
34
|
+
custom-value editor: they do not navigate options, commit a selection or custom value, or close the
|
|
35
|
+
popup. Ordinary keyboard behavior resumes after composition.
|
|
36
|
+
|
|
29
37
|
When `catalog`/`allowCustom` replaces a focused trigger with the free-text input or vice versa,
|
|
30
38
|
focus follows the available replacement. If the new owner is disabled or inert, focus returns to
|
|
31
39
|
the available element that led into the picker, or to the stable `form-control` owner when no
|
|
@@ -78,6 +86,9 @@ focus move.
|
|
|
78
86
|
they have no effect in closed-dropdown mode
|
|
79
87
|
- `name: string = ''` (reflected)
|
|
80
88
|
- `disabled: boolean = false` (reflected)
|
|
89
|
+
- `readonly: boolean = false` (reflected) — prevents user typing and catalog
|
|
90
|
+
commits while retaining focus, popup navigation, selection/copy, submission/reset, and programmatic
|
|
91
|
+
writes.
|
|
81
92
|
- `required: boolean = false` (reflected — enforced via `internals.setValidity()`)
|
|
82
93
|
- `open: boolean = false` (reflected)
|
|
83
94
|
- `size: LyraSize = 'm'` (reflected) — visual size on the library-wide ladder: `2xs`/`xs`/`s`/`m`/
|
|
@@ -177,8 +188,8 @@ every labelled control in the library uses, so `--lr-form-control-required-conte
|
|
|
177
188
|
`--lr-form-control-required-color` and `--lr-form-control-required-offset` retune or suppress it here
|
|
178
189
|
exactly as they do on `lr-input` (see `llms/shared.md` → "The required-field marker"). With no visible label there
|
|
179
190
|
is nothing to mark and no stray glyph is rendered. Correspondingly, while the picker is barred from
|
|
180
|
-
constraint validation — its own `disabled`, or an ancestor `<fieldset disabled
|
|
181
|
-
|
|
191
|
+
constraint validation — its own `disabled` or `readonly`, or an ancestor `<fieldset disabled>` — it
|
|
192
|
+
reports no violation and publishes neither `:state(invalid)` nor
|
|
182
193
|
`:state(user-invalid)`, matching native `:invalid`. `required`/`optional` keep publishing.
|
|
183
194
|
|
|
184
195
|
**CSS parts:** `form-control` (the complete label, control, hint, error, and listbox frame),
|
|
@@ -21,6 +21,13 @@ auto-inserted between each adjacent pair. Panels participating in persistence ca
|
|
|
21
21
|
nonempty, whitespace-stable `panel-id`; this business identity stays independent from the platform
|
|
22
22
|
`id` attribute and is never rewritten.
|
|
23
23
|
|
|
24
|
+
Feasible `minPx` floors also constrain flex shrinking after the divider target gutters take their
|
|
25
|
+
allocation: a 600px split with a 40px divider can render panels of 300px and 260px. If the floors
|
|
26
|
+
cannot fit, the remaining panel space is shared proportionally instead of overflowing. The budget
|
|
27
|
+
follows allocation and the actual divider geometry, including font-relative tokens resolved in the
|
|
28
|
+
divider's own font context. Panel font sizes do not change that gutter budget; stored percentages,
|
|
29
|
+
initialization precedence, and resize event values retain their existing meaning.
|
|
30
|
+
|
|
24
31
|
Granular import: `@aceshooting/lyra-ui/components/layout/multi-split/multi-split.js`.
|
|
25
32
|
The Lyra-original v9 identity migration is mechanical: `lr-split` → `lr-multi-split`,
|
|
26
33
|
`LyraSplit` → `LyraMultiSplit`, generic container authoring types → the corresponding
|
|
@@ -28,10 +35,10 @@ The Lyra-original v9 identity migration is mechanical: `lr-split` → `lr-multi-
|
|
|
28
35
|
`--lr-split-*` hooks/storage keys → `--lr-multi-split-*`/`lr-multi-split:*`. The separate mirrored
|
|
29
36
|
`lr-split-panel`, its `LyraSplitPanel` class, `SnapFunction`, and `SNAP_NONE` are unchanged.
|
|
30
37
|
|
|
31
|
-
With a definite block size, each direct panel owns a native `overflow: auto` scroll surface
|
|
32
|
-
|
|
33
|
-
content. Set `overflow` directly on an individual panel when its content
|
|
34
|
-
surface.
|
|
38
|
+
With a definite block size, each direct panel owns a native `overflow: auto` scroll surface.
|
|
39
|
+
Unconstrained panels have a zero block minimum, so long content stays inside the split rather than
|
|
40
|
+
escaping into following content. Set `overflow` directly on an individual panel when its content
|
|
41
|
+
needs a different scrolling surface.
|
|
35
42
|
|
|
36
43
|
**Properties:**
|
|
37
44
|
|
|
@@ -97,8 +104,10 @@ number; maxPx?: number; minPercent?: number; maxPercent?: number }`, index-align
|
|
|
97
104
|
side resolves to the stricter one (larger for min, smaller for max) via a native CSS `max()`/`min()`
|
|
98
105
|
in the rendered `clamp()` flex-basis. `sizes`, the `lr-resize` payload, and localStorage persistence
|
|
99
106
|
stay percent-based regardless — only the effective drag/keyboard clamp bounds (and the rendered
|
|
100
|
-
`flex-basis`, via a native CSS `clamp()`
|
|
101
|
-
|
|
107
|
+
`flex-basis`, via a native CSS `clamp()` across container resizes) change for a constrained panel.
|
|
108
|
+
Pixel minimums also account for live divider dimensions. Bounds on neighboring panels remain
|
|
109
|
+
active during collapse transitions, including when constraints are updated from an
|
|
110
|
+
`lr-multi-split-collapse-change` handler.
|
|
102
111
|
- `collapse: 'start'|'end'|'none' = 'none'` (reflected) — opt-in responsive collapse for one panel:
|
|
103
112
|
`'start'`/`'end'` is a _logical_ position (RTL-aware, matching CSS logical properties — the panel at
|
|
104
113
|
the document's visual leading/trailing edge, not a raw array index). `lr-multi-split` only owns the
|
|
@@ -156,7 +165,7 @@ number; maxPx?: number; minPercent?: number; maxPercent?: number }`, index-align
|
|
|
156
165
|
renders nothing (`hidden`, out of the accessibility tree) instead of the always-visible overlay
|
|
157
166
|
card this state rendered before `open` existed. Setting `open = true` reveals it as a
|
|
158
167
|
focus-trapped floating panel with a `[part="backdrop"]` scrim; Escape or a backdrop click set
|
|
159
|
-
|
|
168
|
+
proposes a cancelable close before changing `open`. While open, the floating panel is the modal root and every sibling pane
|
|
160
169
|
behind it is inert. Leaving `'floating'` while `open` is still `true` also closes it, the same
|
|
161
170
|
way `<lr-app-rail>` closes its mobile overlay when leaving `'mobile'` while open.
|
|
162
171
|
|
|
@@ -179,6 +188,10 @@ or keyboard step commits. A genuine pointer gesture has one terminal persistence
|
|
|
179
188
|
release emits no additional event; direct `sizes` assignments stay silent),
|
|
180
189
|
`lr-multi-split-collapse-change` (`detail: { state: 'wide'|'rail'|'floating' }`, fired only
|
|
181
190
|
on a real `collapse`-state transition, never on every resize/render),
|
|
191
|
+
`lr-toggle` (`detail: LyraMultiSplitToggleDetail = { open: boolean }`) — Escape/backdrop close
|
|
192
|
+
proposals are cancelable and fire before `open` changes; preventing the event or making a synchronous
|
|
193
|
+
reentrant mutation aborts the proposal. A forced close when a responsive collapse transition leaves
|
|
194
|
+
`floating` fires noncancelably after `open` is false. Direct `open` writes and no-op dismissals are silent,
|
|
182
195
|
`lr-multi-split-constraints-invalid` (`detail: LyraMultiSplitConstraintIssueDetail`, fired once when the configured
|
|
183
196
|
panel minimums/maximums cannot fit the track; the infeasible set is rejected for interaction and a
|
|
184
197
|
normalized percent minimum is used instead), `lr-multi-split-orientation-change` (`detail: { orientation }`,
|
|
@@ -31,6 +31,14 @@ form of `attr`, equivalent to `attr: '*'`) and `characterData` (`character-data`
|
|
|
31
31
|
`charData`). Plus `subtree: boolean = true`, and programmatic `attributeFilter: string[] = []`
|
|
32
32
|
(neither reflects).
|
|
33
33
|
|
|
34
|
+
The browser capability is optional. A missing or throwing owner-window lookup, or an unavailable or
|
|
35
|
+
throwing constructor, leaves that rebuild inert rather than leaking an exception. Individual
|
|
36
|
+
`observe` and `disconnect` failures are contained, so later valid targets and later rebuilds can still observe.
|
|
37
|
+
Callbacks from a retired document are ignored after disconnect or adoption. `attributeFilter` is
|
|
38
|
+
likewise a bounded own-data snapshot (examining at most its first 10,000 direct data entries);
|
|
39
|
+
malformed or accessor-backed entries are skipped, a valid prefix remains active, and an entirely
|
|
40
|
+
unusable value falls back to an empty filter.
|
|
41
|
+
|
|
34
42
|
**Events:** `lr-mutation`; its detail and bounded readonly record sequence are frozen.
|
|
35
43
|
`detail.records` and mapped `detail.mutationList` reference the same sequence, while each native
|
|
36
44
|
`MutationRecord` retains identity.
|
|
@@ -22,6 +22,16 @@ forces its internal native input to `type="time"` on construction and reconnect,
|
|
|
22
22
|
as numbers. Use it when the browser/OS picker is preferred; new `wa-time-input` migrations should
|
|
23
23
|
use the segmented `lr-time-input` above.
|
|
24
24
|
|
|
25
|
+
`stepUp()` and `stepDown()` use the current `value`, `step`, `min`, and `max` properties in the same
|
|
26
|
+
synchronous call, including changes made immediately beforehand. They preserve native step alignment
|
|
27
|
+
and bounds, update form submission silently, and remain no-ops before the native input has rendered
|
|
28
|
+
or while disabled/readonly. Native `step="any"` remains a non-steppable no-op.
|
|
29
|
+
|
|
30
|
+
Changing own `disabled` from true to false in the same task that disables an ancestor fieldset keeps
|
|
31
|
+
the native editing control effectively disabled. The enabled first-legend exception and explicit
|
|
32
|
+
own-disabled state retain their native meaning; validity and form submission follow the effective
|
|
33
|
+
disabled state.
|
|
34
|
+
|
|
25
35
|
**Inherits:** all public surface from `lr-input`.
|
|
26
36
|
|
|
27
37
|
All `lr-input` properties, form methods, events, label/hint/error/start/end slots, parts, and theme
|
|
@@ -22,6 +22,9 @@ at `lr-node-add`/`lr-palette-place`; the host mutates `nodes`. Fully decoupled f
|
|
|
22
22
|
`lr-flow-canvas` (no `for` resolution, unlike the other three companions) — it only needs to agree
|
|
23
23
|
with a `droppable` canvas on the `FLOW_PALETTE_MIME_TYPE` drag payload shape.
|
|
24
24
|
|
|
25
|
+
For `lr-palette-place`, create the node and assign the updated array to the target canvas's public
|
|
26
|
+
`nodes` property. Updating a captured local array alone does not update an already rendered canvas.
|
|
27
|
+
|
|
25
28
|
**Properties:**
|
|
26
29
|
|
|
27
30
|
- `items: LyraPaletteItem[] = []` (attribute: false) — `LyraPaletteItem { type: string; label: string;
|
|
@@ -30,9 +33,12 @@ description?: string; category?: string; keywords?: string[]; icon?: unknown; di
|
|
|
30
33
|
first-appearance-ordered headings, `disabled` renders an item visible but not draggable/placeable.
|
|
31
34
|
A non-array value is treated as empty. Rows require nonblank string `type` and `label` values;
|
|
32
35
|
malformed optional `description`, `category`, `keywords`, or `disabled` values omit only that row,
|
|
33
|
-
preserving later valid entries
|
|
36
|
+
preserving later valid entries. At most 10,000 positions are examined through own data
|
|
37
|
+
descriptors; accessor-backed rows are omitted without reserving later valid rows. The frozen
|
|
38
|
+
projection drives display while `lr-select.detail.item` retains the original admitted identity
|
|
34
39
|
- `label?: string` — accessible name for the search field/listbox; omission uses the localized
|
|
35
|
-
palette label,
|
|
40
|
+
palette label. An omitted, empty, or whitespace-only value uses that fallback without changing
|
|
41
|
+
the raw property readback
|
|
36
42
|
- `reorderable: boolean = false` (reflected) — opts into Ctrl/Cmd+ArrowUp/ArrowDown keyboard
|
|
37
43
|
reordering of the catalog. Unset, no `lr-reorder` is ever emitted and Ctrl/Cmd+Arrow keeps
|
|
38
44
|
behaving exactly like a plain Arrow press
|
|
@@ -32,7 +32,10 @@ are removed, and only inline base64 raster image sources render. Sanitized `imag
|
|
|
32
32
|
is likewise network-silent and non-interactive: animation is removed and only same-document
|
|
33
33
|
fragment references or inline base64 raster image references survive.
|
|
34
34
|
Cells are virtualized through `lr-virtual-list`. `node-path` anchors resolve `path[0]` as a cell
|
|
35
|
-
index; `fragment` anchors resolve a cell's own `id`.
|
|
35
|
+
index; `fragment` anchors resolve a cell's own `id`. For cells with IDs, successful public anchor
|
|
36
|
+
navigation scrolls the matching virtual row into the notebook allocation and applies active-cell
|
|
37
|
+
paint using that same ID. Repeating a target scrolls back to it after manual scrolling.
|
|
38
|
+
`maxHeight` also bounds the child virtual viewport. No execution, no kernels, no editing, no
|
|
36
39
|
ipywidgets.
|
|
37
40
|
|
|
38
41
|
**Properties:** `src: string = ''` — URL to fetch and parse as a notebook; ignored while `notebook`
|
|
@@ -20,6 +20,16 @@ A numeric field with the complete `lr-input` form, validation and native-editing
|
|
|
20
20
|
own increment/decrement stepper pair. Its constructor and `connectedCallback()` both force
|
|
21
21
|
`type = 'number'`; all inherited `lr-input` form and editing APIs remain available.
|
|
22
22
|
|
|
23
|
+
`stepUp()` and `stepDown()` use the current `value`, `step`, `min`, and `max` properties in the same
|
|
24
|
+
synchronous call, including changes made immediately beforehand. They preserve native step alignment
|
|
25
|
+
and bounds, update form submission silently, and remain no-ops before the native input has rendered
|
|
26
|
+
or while disabled/readonly. Native `step="any"` remains a non-steppable no-op.
|
|
27
|
+
|
|
28
|
+
Changing own `disabled` from true to false in the same task that disables an ancestor fieldset keeps
|
|
29
|
+
the native editing control effectively disabled. The enabled first-legend exception and explicit
|
|
30
|
+
own-disabled state retain their native meaning; validity and form submission follow the effective
|
|
31
|
+
disabled state.
|
|
32
|
+
|
|
23
33
|
**Inherits:** all public surface from `lr-input`.
|
|
24
34
|
|
|
25
35
|
The inherited `--lr-input-*` theme inputs keep `lr-input`'s ancestor-theme precedence; the number
|
|
@@ -30,7 +40,8 @@ action-height ladder as `lr-input` instead of remaining at the default tier for
|
|
|
30
40
|
**Properties:** `size` (`2xs`…`xl`), `appearance`, `pill`, `autofocus`, `placeholder`, `readonly`,
|
|
31
41
|
`label`, `hint`, `errorText`
|
|
32
42
|
(`error-text`), `accessibleLabel` (`aria-label`), `autocomplete`, `spellcheck`, `autocapitalize`,
|
|
33
|
-
`
|
|
43
|
+
`autocorrect` (boolean readback; accepts `boolean | 'off' | 'on'` writes), `inputMode`
|
|
44
|
+
(`inputmode`), `enterKeyHint` (`enterkeyhint`), and
|
|
34
45
|
`min`/`max`/`step` (the native numeric constraint validation), all inherited from `lr-input` with
|
|
35
46
|
identical meaning. This component changes the mapped defaults to `appearance='outlined'`,
|
|
36
47
|
`inputMode='numeric'`, and `step=1`. `clearable` (and its `with-clear` spelling),
|