@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
|
@@ -130,7 +130,7 @@ Plus shared tokens otherwise.
|
|
|
130
130
|
**Known gotchas:**
|
|
131
131
|
|
|
132
132
|
- `title` and `open-button` are split into two separate parts (rather than one dual-part-name
|
|
133
|
-
element) because an exact-match `[part="..."]` CSS attribute selector
|
|
134
|
-
|
|
133
|
+
element) because an exact-match `[part="..."]` CSS attribute selector cannot match a multi-token
|
|
134
|
+
`part` attribute value.
|
|
135
135
|
|
|
136
136
|
---
|
|
@@ -26,6 +26,13 @@ plus an explicit oniguruma engine, seeded with _only_ the grammars in `languages
|
|
|
26
26
|
importing this entry point instead of `code-block.js` gets a build genuinely free of shiki's full
|
|
27
27
|
language table.
|
|
28
28
|
|
|
29
|
+
Removing `code`, `language`, or `highlight-lines` treats that input as absent: source becomes empty,
|
|
30
|
+
an absent language selects plain text, and attribute-based emphasis clears. Removal preserves Lit's
|
|
31
|
+
`null` property readback; an explicitly empty attribute stays an empty string, and a later value
|
|
32
|
+
resumes normal rendering. Highlighted gutter labels and locale-formatted line numbers follow live
|
|
33
|
+
`.strings` and inherited or explicit locale changes. Unrelated updates retain the existing
|
|
34
|
+
highlighted markup.
|
|
35
|
+
|
|
29
36
|
A `language` value absent from `languages` always renders the plain `<pre><code>` fallback — there is
|
|
30
37
|
no default/full-table highlighter here to fall back to, unlike `<lr-code-block>`'s dynamic-import
|
|
31
38
|
path for an unmapped language. That fallback is the _default_ rendering path, not a degraded one,
|
|
@@ -56,7 +63,8 @@ toggle, the loading-skeleton behavior while the fine-grained highlighter resolve
|
|
|
56
63
|
numbers for highlighted and plain output.
|
|
57
64
|
- `highlightLines: string = ''` (attribute `highlight-lines`) — comma-separated 1-based inclusive
|
|
58
65
|
line ranges (e.g. `"3-5,7"`) to visually emphasize. Declarative sugar over `highlights` — merges
|
|
59
|
-
with, and renders identically to, any `line-range` entries there.
|
|
66
|
+
with, and renders identically to, any `line-range` entries there. Malformed segments are ignored
|
|
67
|
+
while valid segments still apply.
|
|
60
68
|
- `activatableLines: boolean = false` (attribute `activatable-lines`) — turns the
|
|
61
69
|
(`lineNumbers`-gated) gutter into a roving-tabindex group of buttons emitting `lr-line-activate`.
|
|
62
70
|
Has no effect while `lineNumbers` is unset. If controlled `code` shrinks while a line owns
|
|
@@ -70,8 +78,8 @@ toggle, the loading-skeleton behavior while the fine-grained highlighter resolve
|
|
|
70
78
|
- `languages: Record<string, ShikiLanguageInput> = {}` (attribute: false) — grammar definitions this
|
|
71
79
|
instance can highlight, e.g. `{ json: jsonGrammar }` (import from `shiki/langs/<name>.mjs`). Empty
|
|
72
80
|
(the default) never highlights at all — every `language` renders the plain-text fallback.
|
|
73
|
-
|
|
74
|
-
|
|
81
|
+
If `languages` changes while highlighting is loading, only results for the current map can update
|
|
82
|
+
the displayed code. For a
|
|
75
83
|
TypeScript annotation, use `import type { ShikiLanguageInput } from
|
|
76
84
|
'@aceshooting/lyra-ui/components/conversation/code-block/code-block-core.js'`; the type-only
|
|
77
85
|
granular import emits no registration side effect.
|
|
@@ -80,7 +88,6 @@ toggle, the loading-skeleton behavior while the fine-grained highlighter resolve
|
|
|
80
88
|
resolving to one) by scrolling its start line into view within `[part="body"]`; resolves `false`
|
|
81
89
|
when the anchor isn't a `line-range`, the id isn't found, or the start line is out of bounds.
|
|
82
90
|
`refreshTheme(): void` re-reads the resolved theme for syntax highlighting.
|
|
83
|
-
`refreshTheme(): void` re-reads the resolved theme for syntax highlighting.
|
|
84
91
|
Identical behavior to `<lr-code-block>`'s own method.
|
|
85
92
|
|
|
86
93
|
**Events:** the same fulfilled-only `lr-copy`, generic `lr-error`, full `lr-copy-error`, cancelable
|
|
@@ -106,8 +113,12 @@ fallback separately.
|
|
|
106
113
|
**Optional peer deps:** `shiki` (specifically its `shiki/core`, `shiki/engine/oniguruma`,
|
|
107
114
|
`shiki/wasm`, and `shiki/themes/github-{light,dark}.mjs` subpaths — never `shiki`'s main entry point,
|
|
108
115
|
which is what carries the ~200-language table this component exists to avoid). Building the
|
|
109
|
-
fine-grained highlighter is cached per `languages` object identity
|
|
110
|
-
|
|
116
|
+
fine-grained highlighter is cached per `languages` object identity. A bounded weak cache also shares
|
|
117
|
+
recently used equivalent, deeply frozen plain grammar maps, including the detached snapshots owned
|
|
118
|
+
by separate component instances. Grammar contents and property/array order must agree completely;
|
|
119
|
+
mutable or unusual inputs keep identity-only caching. Highlighters returned by the public loader
|
|
120
|
+
can therefore be shared across equivalent frozen maps. Passing a stable module-level `languages`
|
|
121
|
+
constant also avoids repeated component snapshots.
|
|
111
122
|
|
|
112
123
|
```ts
|
|
113
124
|
import { html } from "lit";
|
|
@@ -128,7 +139,8 @@ const view = html`<lr-code-block-core
|
|
|
128
139
|
added to `languages` will never highlight, no matter how common that language is elsewhere. Reach
|
|
129
140
|
for `<lr-code-block>` instead if you need to support an open-ended set of languages without
|
|
130
141
|
pre-declaring each one.
|
|
131
|
-
-
|
|
132
|
-
|
|
142
|
+
- Pass a stable, module-level `languages` constant to avoid repeated snapshots on parent renders.
|
|
143
|
+
Equivalent frozen maps can share a recently used highlighter, but that bounded weak reuse is an
|
|
144
|
+
optimization: callers must not depend on distinct frozen map objects producing distinct cores.
|
|
133
145
|
|
|
134
146
|
---
|
|
@@ -17,13 +17,20 @@
|
|
|
17
17
|
## `lr-code-block`
|
|
18
18
|
|
|
19
19
|
Fenced code display with optional lazy syntax highlighting and a copy button. First-party invention
|
|
20
|
-
(no Web Awesome equivalent). It
|
|
21
|
-
|
|
20
|
+
(no Web Awesome equivalent). It lazily loads the optional `shiki` peer for syntax highlighting and
|
|
21
|
+
includes a compact GreyCat/GCL grammar because
|
|
22
22
|
Shiki does not bundle one. It falls back to a plain `<pre><code>` when that peer isn't installed or
|
|
23
23
|
`language` is unset/unrecognized. That
|
|
24
24
|
fallback is the _default_ rendering path, not a degraded one: unhighlighted code is perfectly usable,
|
|
25
25
|
and it's what every instance renders at zero extra bytes until shiki resolves.
|
|
26
26
|
|
|
27
|
+
Removing `code`, `language`, or `highlight-lines` treats that input as absent: source becomes empty,
|
|
28
|
+
an absent language selects plain text, and attribute-based emphasis clears. Removal preserves Lit's
|
|
29
|
+
`null` property readback; an explicitly empty attribute stays an empty string, and a later value
|
|
30
|
+
resumes normal rendering. Highlighted gutter labels and locale-formatted line numbers follow live
|
|
31
|
+
`.strings` and inherited or explicit locale changes. Unrelated updates retain the existing
|
|
32
|
+
highlighted markup.
|
|
33
|
+
|
|
27
34
|
**Properties:**
|
|
28
35
|
|
|
29
36
|
- `code: string = ''` — the raw source text
|
|
@@ -49,7 +56,8 @@ and it's what every instance renders at zero extra bytes until shiki resolves.
|
|
|
49
56
|
numbers for both highlighted output and the plain-text fallback
|
|
50
57
|
- `highlightLines: string = ''` (attribute `highlight-lines`) — comma-separated 1-based inclusive
|
|
51
58
|
line ranges (e.g. `"3-5,7"`) to visually emphasize. Declarative sugar over `highlights` — merges
|
|
52
|
-
with, and renders identically to, any `line-range` entries there.
|
|
59
|
+
with, and renders identically to, any `line-range` entries there. Malformed segments are ignored
|
|
60
|
+
while valid segments still apply.
|
|
53
61
|
- `activatableLines: boolean = false` (attribute `activatable-lines`) — turns the
|
|
54
62
|
(`lineNumbers`-gated) gutter into a roving-tabindex group of buttons emitting `lr-line-activate`.
|
|
55
63
|
Has no effect while `lineNumbers` is unset. If controlled `code` shrinks while a line owns
|
|
@@ -128,14 +136,10 @@ so it inherits: set it on the element, on an ancestor, or at the theme level.
|
|
|
128
136
|
`:host` declaration) so it inherits, retinting just the highlighted-line background and leaving every
|
|
129
137
|
other `--lr-color-warning-quiet` surface alone.
|
|
130
138
|
|
|
131
|
-
**Optional peer deps:** `shiki`
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
`loadShikiLanguage()`, and a language id that fails to load once is remembered and never retried. If
|
|
136
|
-
`shiki` isn't installed, `loadShikiHighlighter()` resolves to `null` with a one-time `console.warn`
|
|
137
|
-
and every instance falls back to plain text — install it with `pnpm add shiki` to enable
|
|
138
|
-
highlighting).
|
|
139
|
+
**Optional peer deps:** `shiki` — requested only when syntax highlighting is used and shared by
|
|
140
|
+
code blocks on a page. Languages load on demand. If the peer or requested language is unavailable,
|
|
141
|
+
every instance retains a readable plain-text fallback; install it with `pnpm add shiki` to enable
|
|
142
|
+
highlighting.
|
|
139
143
|
|
|
140
144
|
```ts
|
|
141
145
|
import { html } from "lit";
|
|
@@ -174,9 +178,8 @@ one deliberate exception to every other color being a `--lr-*` token.
|
|
|
174
178
|
|
|
175
179
|
- `copyable` defaults to `true` and reflects — literal `copyable="false"` and a `.copyable=${false}`
|
|
176
180
|
property binding both disable it; a `?copyable=${false}` boolean-attribute binding does not.
|
|
177
|
-
-
|
|
178
|
-
|
|
179
|
-
the _current_ `language` is ever rendered.
|
|
181
|
+
- if `code` or `language` changes while highlighting is loading, only the result matching the
|
|
182
|
+
current values is rendered.
|
|
180
183
|
- a malformed `code`/`language` combination that makes shiki's `codeToHtml()` throw falls back to
|
|
181
184
|
plain text silently, not a blank code block.
|
|
182
185
|
- the "Copied!" label appears only after clipboard fulfillment and reverts to "Copy" after 1500ms.
|
|
@@ -20,6 +20,15 @@ Long translated form chrome wraps within the host, while long source stays reach
|
|
|
20
20
|
editor's internal scroll extent instead of widening the page. The `Narrow RTL long content
|
|
21
21
|
(320px)` story covers both boundaries together.
|
|
22
22
|
|
|
23
|
+
`form.reset()` restores the default value and pristine interaction feedback. Required and custom
|
|
24
|
+
validity constraints remain; a required-empty editor is still invalid. Removing `label`, `hint`, or
|
|
25
|
+
`error-text` treats the removed value as absent for rendering while retaining native
|
|
26
|
+
attribute-removal property readback.
|
|
27
|
+
|
|
28
|
+
Host `aria-describedby` references resolve in the host root onto the native textarea before its
|
|
29
|
+
local error/hint guidance. Target replacement, removal, reinsertion, unresolved IDs, reconnect, and
|
|
30
|
+
adoption keep that relationship current.
|
|
31
|
+
|
|
23
32
|
Dependency-free, form-associated multiline code editor built around a native textarea, with an
|
|
24
33
|
optional line-number gutter. No syntax highlighting: `language` is metadata only.
|
|
25
34
|
|
|
@@ -29,9 +38,11 @@ optional line-number gutter. No syntax highlighting: `language` is metadata only
|
|
|
29
38
|
`data-language`; purely a consumer-reachable styling/metadata hook, nothing tokenizes the text
|
|
30
39
|
- `lineNumbers: boolean = true` (attribute `line-numbers`, reflected) — renders the `gutter` part,
|
|
31
40
|
one row per `\n`-separated line
|
|
32
|
-
- `tabSize: number = 2` (attribute `tab-size`) — spaces inserted per Tab press
|
|
33
|
-
|
|
34
|
-
|
|
41
|
+
- `tabSize: number = 2` (attribute `tab-size`) — spaces inserted per Tab press and the tab width
|
|
42
|
+
shared by the native textarea and text measurement. Explicit property/attribute assignment wins
|
|
43
|
+
over `--lr-code-editor-tab-size`; otherwise the token controls the rendered tab width. Sanitized
|
|
44
|
+
on assignment to a finite integer clamped to `1..16`, so a `NaN`/`Infinity` value can neither
|
|
45
|
+
empty the insert nor throw out of `String.repeat()`.
|
|
35
46
|
- `label: string = ''`, `hint: string = ''`, `errorText: string = ''` (attribute `error-text`),
|
|
36
47
|
`placeholder: string = ''`
|
|
37
48
|
- `readonly: boolean = false` (reflected) — also disables Tab indentation
|
|
@@ -47,8 +58,10 @@ optional line-number gutter. No syntax highlighting: `language` is metadata only
|
|
|
47
58
|
`lr-textarea`/`lr-input`/`lr-select`, accepting both spellings of every tier (`2xs`/`xs`/`s`/`m`/
|
|
48
59
|
`l`/`xl` and `small`/`medium`/`large`). Governs the gutter's and textarea's padding and font size,
|
|
49
60
|
plus the editor frame's minimum block size.
|
|
50
|
-
- `wrap: 'off' | 'soft' | 'hard' = 'off'` — native textarea wrapping
|
|
51
|
-
the `editor` part the single horizontal scroll viewport.
|
|
61
|
+
- `wrap: 'off' | 'soft' | 'hard' = 'off'` — native textarea wrapping. `'off'` (the default) makes
|
|
62
|
+
the `editor` part the single horizontal scroll viewport. Soft/hard text wraps within the editor
|
|
63
|
+
allocation, with the caret and logical line-number gutter following the wrapped lines as the
|
|
64
|
+
allocation changes; the editor frame owns scrolling. `hard` uses the owner realm's native
|
|
52
65
|
textarea serializer, so FormData receives platform-equivalent `cols` wrapping while the live
|
|
53
66
|
`value` remains unwrapped.
|
|
54
67
|
- `spellcheck: boolean = false` — off by default for code, and parsed with a string-aware converter
|
|
@@ -70,6 +83,8 @@ optional line-number gutter. No syntax highlighting: `language` is metadata only
|
|
|
70
83
|
emitting an event), and `scrollPosition()` / `scrollPosition({top?,left?})`. The `input` getter
|
|
71
84
|
returns the owned native textarea after render. `selectionStart`, `selectionEnd`, and
|
|
72
85
|
`selectionDirection` use native nullable sentinels before that surface exists.
|
|
86
|
+
`scrollPosition()` reads or writes `[part="editor"]`'s top/left offsets: the gutter and caret share
|
|
87
|
+
that single scroll owner rather than a private textarea scroll position.
|
|
73
88
|
The native textarea receives the actual `required` state. Its `aria-invalid` is true whenever
|
|
74
89
|
visible property/slotted error chrome exists, or after interaction while native validity fails;
|
|
75
90
|
showing error chrome alone does not mutate `ElementInternals` validity.
|
|
@@ -21,6 +21,15 @@ opens a popover holding a saturation/brightness grid, a hue slider, an optional
|
|
|
21
21
|
field accepting any parseable CSS colour, an optional predefined palette, and — where the browser
|
|
22
22
|
supports it — a screen eyedropper.
|
|
23
23
|
|
|
24
|
+
Host `aria-describedby` references resolve in the host's root and precede the trigger's local error,
|
|
25
|
+
hint and current-value guidance. Same-ID target replacement, removal, reinsertion, reconnection and
|
|
26
|
+
document adoption keep those relationships current. Inline mode has no trigger.
|
|
27
|
+
|
|
28
|
+
Own or fieldset disablement discards an unfinished native text draft without committing it and
|
|
29
|
+
blocks palette/format actions immediately, including before disabled rendering settles. A valid
|
|
30
|
+
enabled draft still commits on normal blur or Enter. Format changes retain their existing
|
|
31
|
+
programmatic event silence. Pointer and eyedropper cancellation behavior remains unchanged.
|
|
32
|
+
|
|
24
33
|
**Rewritten in 8.0.0.** It used to wrap a bare native `<input type="color">`; it is now a real
|
|
25
34
|
picker built from the pieces above. Two consequences for existing code:
|
|
26
35
|
|
|
@@ -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
|
|
@@ -20,6 +20,10 @@ Searchable application command menu. Renders nothing at all while closed. Uses t
|
|
|
20
20
|
overlay infrastructure as `lr-dialog` (focus-trapping Tab, Escape dismissal, backdrop-click
|
|
21
21
|
dismissal, ref-counted document scroll lock).
|
|
22
22
|
|
|
23
|
+
Valid string keywords still participate in search alongside the command's label, description, and
|
|
24
|
+
group. Unsafe keyword entries are skipped without invoking accessors, and selection returns the
|
|
25
|
+
original command object.
|
|
26
|
+
|
|
23
27
|
**Properties:**
|
|
24
28
|
|
|
25
29
|
- `open: boolean = false` (reflected) — after the initial silent render, property and attribute
|
|
@@ -19,6 +19,9 @@
|
|
|
19
19
|
A compact commit summary (subject, author/time, diffstat, per-file changes) that links file rows out
|
|
20
20
|
to a diff view.
|
|
21
21
|
|
|
22
|
+
Removing the `message` attribute clears the displayed subject and body; the property retains the
|
|
23
|
+
normal `null` readback of a removed string attribute.
|
|
24
|
+
|
|
22
25
|
**Properties:** `hash: string = ''`, `message: string = ''`, `author: string = ''`, `timestamp?:
|
|
23
26
|
number` (attribute: false, epoch milliseconds), `files: CommitFileChange[] = []` (attribute: false) —
|
|
24
27
|
`CommitFileChange { path: string; additions: number; deletions: number; status?: GitStatus }`
|
|
@@ -19,6 +19,13 @@
|
|
|
19
19
|
Side-by-side A/B output comparison with a winner vote (LMSYS-arena / LangSmith-pairwise style): two
|
|
20
20
|
slotted panes, a vote bar, synchronized reading.
|
|
21
21
|
|
|
22
|
+
Disabled vote buttons retain their resting colors during hover and press, including an existing
|
|
23
|
+
selected vote.
|
|
24
|
+
|
|
25
|
+
At narrow widths, stacked response panes size to their content up to
|
|
26
|
+
`--lr-compare-panel-max-height`. Short responses remain fully readable; longer responses retain the
|
|
27
|
+
configured height limit and scrolling.
|
|
28
|
+
|
|
22
29
|
**Properties:** `labelA: string = ''` (attribute `label-a`) and `labelB: string = ''` (attribute
|
|
23
30
|
`label-b`) — pane headings. `vote: 'a' | 'b' | 'tie' | 'both-bad' | null = null` (reflected) — the
|
|
24
31
|
recorded winner, host-writable to reflect a previously-recorded vote back. `itemId: string = ''`
|
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
Composable flat condition builder for tabular or dashboard data: condition rows combined with an
|
|
20
20
|
AND/OR combinator, distinct by name and model from `lr-graph-query-builder`.
|
|
21
21
|
|
|
22
|
+
A field or operator select choice updates the builder once and emits one `lr-input` carrying the
|
|
23
|
+
complete `{ value: ConditionBuilderValue }` snapshot. Child native `input`/`change`, prefixed value
|
|
24
|
+
aliases and listbox show/hide lifecycle events remain inside those pickers. Programmatic `value`
|
|
25
|
+
assignments remain silent.
|
|
26
|
+
|
|
22
27
|
**9.0 migration:** `lr-query-builder` / `LyraQueryBuilder` / `QueryBuilder*` were renamed without
|
|
23
28
|
aliases to `lr-condition-builder` / `LyraConditionBuilder` / `ConditionBuilder*`. Update the tag,
|
|
24
29
|
granular import path, class/type imports, selectors, and framework bindings together.
|
|
@@ -20,6 +20,9 @@ A selectable row representing one chat session in a history sidebar list. Usable
|
|
|
20
20
|
`renderItem()` payload of `<lr-virtual-list>`; has no dependency on that (or any) other component.
|
|
21
21
|
First-party invention (no Web Awesome equivalent).
|
|
22
22
|
|
|
23
|
+
Inline rename keeps IME composition keys in the editor; ordinary Enter commits and Escape cancels
|
|
24
|
+
after composition.
|
|
25
|
+
|
|
23
26
|
**Properties:**
|
|
24
27
|
|
|
25
28
|
- `conversationId: string = ''` (attribute `conversation-id`) — stable domain identity carried by
|
|
@@ -21,6 +21,12 @@ A standalone copy-to-clipboard affordance for a plain text `value` or a source e
|
|
|
21
21
|
settles; a consumer-provided default-slot trigger can replace that button. The component takes no
|
|
22
22
|
positioning opinion of its own.
|
|
23
23
|
|
|
24
|
+
The CopyFailure example temporarily supplies a denied clipboard operation during click capture,
|
|
25
|
+
including after a held pointer press, then restores the original own property descriptor or removes
|
|
26
|
+
its temporary override when the clipboard was inherited. Pointer gestures that end without a click
|
|
27
|
+
do not install an override. This example does not change the clipboard contract of ordinary copy
|
|
28
|
+
buttons.
|
|
29
|
+
|
|
24
30
|
**Properties:**
|
|
25
31
|
|
|
26
32
|
- `value: string = ''` — the plain text to copy.
|
|
@@ -54,7 +60,10 @@ positioning opinion of its own.
|
|
|
54
60
|
**Methods:** `focus(options?)`, `blur()` and `click()` forward to the active built-in or custom
|
|
55
61
|
trigger. `getToolbarActions(): readonly LyraToolbarAction[]` implements the public logical-toolbar
|
|
56
62
|
provider protocol with one stable action whose id is `copy`; its focus, roving tab index, disabled
|
|
57
|
-
state, and composed-event matching follow the active trigger without exposing that node.
|
|
63
|
+
state, and composed-event matching follow the active trigger without exposing that node. Its
|
|
64
|
+
`releaseTabIndex()` action method lets a parent stop managing its tab index on disconnect, adoption,
|
|
65
|
+
trigger replacement, and parent departure: an untouched author-supplied `tabindex` is restored,
|
|
66
|
+
while a newer author change is never overwritten.
|
|
58
67
|
|
|
59
68
|
**Events:**
|
|
60
69
|
|
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
Responsive, keyboard-accessible controlled widget grid. It positions layout entries and emits
|
|
20
20
|
move, resize, collision, and layout-change requests; the host owns persistence and applies updates.
|
|
21
21
|
|
|
22
|
+
Pointer move and resize gestures measure the rendered column/row pitch, including the gutter, so
|
|
23
|
+
movement by four painted tracks proposes four logical columns in either LTR or RTL. Row-height and
|
|
24
|
+
gap overrides also govern vertical pointer snapping. The component continues to emit controlled
|
|
25
|
+
layout proposals; the caller accepts them by assigning `layout`.
|
|
26
|
+
|
|
22
27
|
**Properties:** `layout: readonly LyraDashboardCell[] = []` (attribute: false, never mutated by the component),
|
|
23
28
|
`columns: number = 12`, `rowHeight: number = 80` (px, also the row snap pitch), `gap: number = 8`
|
|
24
29
|
(px, both axes), `collision: 'reject' | 'push' | 'overlap' = 'reject'`, `cellsDraggable: boolean = false`
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
- **Release history** [CHANGELOG.md](../../CHANGELOG.md); family-wide breaking-change summaries: [llms-full.txt](../../llms-full.txt)
|
|
10
10
|
- **Deprecations** none
|
|
11
11
|
- **Optional peers** none
|
|
12
|
-
- **Themeable via** 47 parts,
|
|
12
|
+
- **Themeable via** 47 parts, 27 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
13
13
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
14
14
|
|
|
15
15
|
---
|
|
@@ -20,6 +20,12 @@ Virtualized client/server data grid with multi-sort, column filters, global sear
|
|
|
20
20
|
trees, row details, paging, pinning, resizing, reordering, selection, copy, and CSV export. Import
|
|
21
21
|
the granular registration module when the root bundle is not already loaded:
|
|
22
22
|
|
|
23
|
+
Repeated references to an admitted root row appear once in processed rows, pagination, facets, and
|
|
24
|
+
CSV, matching rendered canonical identity. The retained occurrence remains the original caller-owned
|
|
25
|
+
record. Clicking a supported interactive descendant, including a native control inside its open
|
|
26
|
+
shadow root, runs that control without also emitting `lr-cell-click`. Passive cell content continues
|
|
27
|
+
to activate the cell.
|
|
28
|
+
|
|
23
29
|
```js
|
|
24
30
|
import "@aceshooting/lyra-ui/components/data/data-grid/data-grid.js";
|
|
25
31
|
```
|
|
@@ -114,7 +120,11 @@ are `text`, `equals`, `number-range`, `date-range`, `set`, `includes-any`, and `
|
|
|
114
120
|
|
|
115
121
|
**Methods:**
|
|
116
122
|
|
|
117
|
-
- `autoSizeColumn(columnId)
|
|
123
|
+
- `autoSizeColumn(columnId)` and `autoSizeColumns()` manage measured widths. `sizeColumnsToFit()`
|
|
124
|
+
reserves visible effective zero-flex column widths and selection-control allocation before
|
|
125
|
+
dividing the remaining width proportionally among flexible columns. Fixed widths are preserved;
|
|
126
|
+
min/max clamps still apply, and an all-fixed grid is unchanged. Maximum clamps can leave unused
|
|
127
|
+
space, while incompatible minimum widths can still overflow.
|
|
118
128
|
- `collapseAllRows()`, `collapseRow(key)`, `expandAllRows()`, and `expandRow(key)` update expansion
|
|
119
129
|
without emitting the user-only row events.
|
|
120
130
|
- `copySelectedRows(options?: DataGridCopyOptions)` copies selected rows (or all processed rows
|
|
@@ -236,7 +246,16 @@ body-cell text, `--lr-data-grid-cell-link-color` (default `var(--lr-color-brand)
|
|
|
236
246
|
anchors, and `--lr-data-grid-cell-link-hover-color` (default
|
|
237
247
|
`var(--lr-data-grid-cell-link-color, var(--lr-color-brand))`) controls those anchors on hover,
|
|
238
248
|
focus-visible, and active interaction. Set the link color to `revert` to restore the user-agent
|
|
239
|
-
default.
|
|
249
|
+
default. Six independent interaction-background hooks preserve those state boundaries:
|
|
250
|
+
`--lr-data-grid-control-hover-background` and `--lr-data-grid-control-active-background` theme
|
|
251
|
+
search, toolbar, pager, and resize controls; `--lr-data-grid-page-size-active-background` themes
|
|
252
|
+
the page-size selector when pressed; `--lr-data-grid-row-active-background` themes pressed data
|
|
253
|
+
rows; and `--lr-data-grid-sortable-header-hover-background` and
|
|
254
|
+
`--lr-data-grid-sortable-header-active-background` theme sortable header states. They default to
|
|
255
|
+
live `color-mix()` values of the effective grid accent and transparent, using the corresponding
|
|
256
|
+
`--lr-color-mix-hover` or `--lr-color-mix-active` token (the page-size pressed state intentionally
|
|
257
|
+
uses the hover mix), so an accent override remains coherent while each surface can still be
|
|
258
|
+
overridden independently.
|
|
240
259
|
|
|
241
260
|
```html
|
|
242
261
|
<lr-data-grid
|
|
@@ -34,8 +34,9 @@ rather than a phantom success, and a header-row target scrolls with the same
|
|
|
34
34
|
`max-height`), and `scrollMode: DatasetViewerScrollMode = 'self'` (attribute `scroll-mode`,
|
|
35
35
|
reflected). Invalid CSS `max-height` values, declaration breaks, and `url()` are ignored.
|
|
36
36
|
`scrollMode='self'` preserves contained horizontal scrolling and applies `maxHeight`.
|
|
37
|
-
`scrollMode='page'`
|
|
38
|
-
|
|
37
|
+
`scrollMode='page'` removes intervening scroll containers and the height cap, so a populated table's
|
|
38
|
+
sticky header follows the page scrollport while rows continue below it. The border and rounded
|
|
39
|
+
header corners remain; a wide dataset can overflow its host in page mode.
|
|
39
40
|
Unsupported attribute and untyped property values normalize to `'self'`.
|
|
40
41
|
Host `aria-label` names the table by attribute presence, including an explicitly empty value;
|
|
41
42
|
`name` and the localized row-count caption are fallbacks. The same computed name (host `aria-label`,
|
|
@@ -21,8 +21,37 @@ Mirrors the `<wa-date-picker>`/`<wa-date-input>` 3.11 public API under `lr-`. Bo
|
|
|
21
21
|
components are **experimental since 3.8**. Values use ISO 8601: `YYYY-MM-DD` (single) or
|
|
22
22
|
`YYYY-MM-DD/YYYY-MM-DD` (range).
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
For `lr-date-input`, host `aria-describedby` targets resolve in the host's root and describe the
|
|
25
|
+
native combobox input through element references, before its existing error and hint descriptions.
|
|
26
|
+
Replacement, removal, reinsertion, newly resolved IDs, reconnect, and adoption update those
|
|
27
|
+
relationships. Removing `label`, `hint`, or `error-text` safely omits that copy while preserving
|
|
28
|
+
`null` property readback; later supplied values render normally.
|
|
29
|
+
|
|
30
|
+
`lr-date-input`'s `clearLabel`, `openLabel`, and `dialogLabel` retain their initial defaults (`''`,
|
|
31
|
+
`''`, and `'Choose date'`). Omitted labels localize; explicitly supplied text, built-in English
|
|
32
|
+
labels, and empty strings win over `.strings`. Attribute removal restores localization while
|
|
33
|
+
preserving `null` readback. The composed calendar applies the same range endpoint and
|
|
34
|
+
inclusive-length admission rules as the standalone picker.
|
|
35
|
+
|
|
36
|
+
An authored host `aria-label` names an enclosing calendar group. Individual month and selection
|
|
37
|
+
grids retain their distinct generated period names; changing or removing the purpose label updates
|
|
38
|
+
the group without changing a caller-authored host role. Removing the `value` attribute renders an
|
|
39
|
+
empty selection safely while preserving `null` readback; a subsequent valid value works normally.
|
|
40
|
+
|
|
41
|
+
Live constraints repair roving state without moving focus from an unrelated control. If a focused
|
|
42
|
+
cell becomes unavailable, focus recovers onto an enabled cell. Explicit distant bounds seed the
|
|
43
|
+
bounded automatic search within the permitted domain; a genuinely empty domain has no enabled roving
|
|
44
|
+
stop. Selected day and range-endpoint buttons retain their foreground/background pairing during
|
|
45
|
+
hover and press; author state-token overrides remain available. Month/year/decade state buttons
|
|
46
|
+
retain the common typography, padding, border reset, and minimum action size.
|
|
47
|
+
|
|
48
|
+
The `calendar-core.ts` helper `formatISO()` returns an empty string for invalid dates or years
|
|
49
|
+
outside `0000`–`9999`, so generated ISO anchors never advertise an unsupported signed or five-digit
|
|
50
|
+
year.
|
|
51
|
+
|
|
52
|
+
The ISO model is proleptic Gregorian in every locale and supports years `0000`–`9999`, including
|
|
53
|
+
`0000`–`0099` without JavaScript's `Date` 1900 remap. Navigation anchors remain within that domain;
|
|
54
|
+
moving past either boundary leaves a valid roving stop and does not change the selected value. Month/day names and visible day/week digits follow the effective locale while
|
|
26
55
|
formatters explicitly select the Gregorian calendar. `lr-date-input` uses locale `formatRange()`
|
|
27
56
|
for range presentation and normalizes locale digits plus bidi marks before parsing, so its own
|
|
28
57
|
Arabic/Persian display round-trips to the same ISO value.
|
|
@@ -50,12 +79,20 @@ Inline month-grid calendar, not form-associated (used standalone or embedded ins
|
|
|
50
79
|
tell them apart. A reversed preset normalizes; a malformed one is ignored rather than clearing the
|
|
51
80
|
current value, so a bad entry in a config-driven list never reads as "the user picked nothing".
|
|
52
81
|
Non-array runtime assignments normalize to the empty collection, and null/non-object entries in
|
|
53
|
-
an otherwise valid array are omitted from the rendered row rather than aborting the calendar.
|
|
82
|
+
an otherwise valid array are omitted from the rendered row rather than aborting the calendar. Empty and
|
|
83
|
+
whitespace-only labels are also omitted, preserving named siblings. Explicit endpoints clamp to
|
|
84
|
+
`min`/`max` before admission. Both endpoints must be selectable, and the inclusive length must
|
|
85
|
+
satisfy `minRange`/`maxRange`; invalid outcomes render disabled and do not emit value events.
|
|
86
|
+
Interior dates need not all be enabled. A same-day manual completion obeys those same inclusive
|
|
87
|
+
length limits. Long preset labels wrap in narrow allocations, including unbroken text and RTL.
|
|
54
88
|
The active button carries `aria-pressed="true"` and `data-active`. Deliberately the same
|
|
55
89
|
`label`/`start`/`end` shape as `<lr-time-range>`'s `TimeRangePreset`, so the library has one
|
|
56
90
|
preset vocabulary rather than two — the only difference is the unit (ISO dates, not numbers)
|
|
57
91
|
- `appliedPreset: LyraDateRangePreset | undefined` (read-only, new in 11.1.0) — the preset whose
|
|
58
|
-
button produced the current `value`, or `undefined` when the range was picked by hand
|
|
92
|
+
button produced the current `value`, or `undefined` when the range was picked by hand, cleared, or changed externally.
|
|
93
|
+
`clear()` removes identity before synchronous `input`/`change` listeners run; an external value
|
|
94
|
+
change removes identity silently. An accepted preset retains its exact caller-owned source
|
|
95
|
+
identity through its own update. Read it
|
|
59
96
|
inside your own `change`/`input` handler. It exists because a dashboard filter has to persist
|
|
60
97
|
*which* preset is active rather than the pair it froze to: "Last 7 days" must still mean the last
|
|
61
98
|
7 days after tomorrow's reload. That fact is not recoverable from `value` — re-deriving it by
|
|
@@ -91,8 +128,11 @@ Inline month-grid calendar, not form-associated (used standalone or embedded ins
|
|
|
91
128
|
- `weekdayFormat: 'narrow'|'short'|'long' = 'short'` (attribute `weekday-format`, reflected)
|
|
92
129
|
- `withOutsideDays: boolean = false` and `withWeekNumbers: boolean = false` (reflected)
|
|
93
130
|
|
|
94
|
-
Lyra retains the additive `previousLabel`/`nextLabel`
|
|
95
|
-
|
|
131
|
+
Lyra retains the additive `previousLabel`/`nextLabel` accessible-label overrides and the `selection`
|
|
132
|
+
range getter. Their initial readback remains `'Previous month'` and `'Next month'`; omitted labels
|
|
133
|
+
localize, while explicit text, the built-in English labels, and empty strings win over locale and
|
|
134
|
+
`.strings` copy. Removing either label attribute restores localized omission while preserving
|
|
135
|
+
`null` property readback.
|
|
96
136
|
|
|
97
137
|
**Methods:** `clear()`, `focus(options?)`, `goToToday()`, and
|
|
98
138
|
`goToDate(date: string | Date)`. Valid navigation dates are clamped to `min`/`max`; invalid values
|
|
@@ -388,6 +428,10 @@ and `dateTimeFormat(locale, options)`.
|
|
|
388
428
|
currently-selected paint for a `presets` quick-range button. Defaults are
|
|
389
429
|
`var(--lr-color-brand-quiet)`, that hover colour mixed by `--lr-color-mix-active`, and
|
|
390
430
|
`var(--lr-color-brand)` respectively.
|
|
431
|
+
- `--lr-date-picker-preset-selected-border` (default `var(--lr-color-brand)`) and
|
|
432
|
+
`--lr-date-picker-preset-selected-color` (default `var(--lr-color-on-brand)`) independently
|
|
433
|
+
theme a selected preset's border and foreground; the selected background token controls only its
|
|
434
|
+
background.
|
|
391
435
|
- `--lr-date-picker-title-hover-color`, `--lr-date-picker-title-active-color`,
|
|
392
436
|
`--lr-date-picker-title-active-bg`, and `--lr-date-picker-title-active-radius` — Month-title
|
|
393
437
|
hover/press paint and pressed shape; defaults to brand, brand, brand-quiet, and
|