@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
|
@@ -26,7 +26,7 @@ poll, or time anything — pure pushed state; `durationMs` is host-computed.
|
|
|
26
26
|
- `for: string = ''` — id of the target `lr-flow-canvas`; empty resolves to the nearest ancestor
|
|
27
27
|
- `decorations: FlowRunDecorations = {}` (attribute: false) — a detached, deeply frozen readonly
|
|
28
28
|
record bounded to 10,000 keys plus finite nested depth/entry budgets and pushed onto the resolved
|
|
29
|
-
canvas; invalid status
|
|
29
|
+
canvas; invalid statuses and records with unreadable `status`, `progress`, `durationMs` or `detail` fields are omitted independently, retaining valid neighbors, and consumers reassign the record after changes
|
|
30
30
|
- `hideSummary: boolean = false` (attribute `hide-summary`) — omits the "{done} of {total} steps
|
|
31
31
|
complete" strip, keeping only the decoration push
|
|
32
32
|
- `label: string = ''` — accessible name for the summary strip
|
|
@@ -39,6 +39,8 @@ granular fields are then ignored entirely (`Intl` throws when the two are mixed)
|
|
|
39
39
|
to use the granular set. An unparseable `date` renders the default slot. An invalid
|
|
40
40
|
`timeZone` throws a `RangeError` inside `Intl`, which is caught and retried once without the zone —
|
|
41
41
|
so the output falls back to the browser's local zone instead of failing to render. Valid output is
|
|
42
|
-
wrapped in semantic `<time datetime="…">`.
|
|
42
|
+
wrapped in semantic `<time datetime="…">`. Date input accepts primitive strings/numbers or a
|
|
43
|
+
genuine `Date`; arbitrary objects are rejected without calling their `valueOf()`, `toString()`, or
|
|
44
|
+
other conversion hooks.
|
|
43
45
|
|
|
44
46
|
**Slots:** default — fallback content for an invalid/unparseable `date`.
|
|
@@ -18,6 +18,10 @@
|
|
|
18
18
|
|
|
19
19
|
`Intl.NumberFormat` output.
|
|
20
20
|
|
|
21
|
+
Removing `currency` preserves the removal readback while formatting with the declared USD fallback.
|
|
22
|
+
An explicitly blank currency also keeps its existing USD formatting fallback, and a later valid
|
|
23
|
+
currency takes effect normally.
|
|
24
|
+
|
|
21
25
|
Shared by all four formatters (`lr-format-number`, `lr-format-date`, `lr-format-bytes`,
|
|
22
26
|
`lr-relative-time`): each is text-only — a `display: inline` host with **no CSS parts, no events, and
|
|
23
27
|
no themeable custom properties of its own** — rendering one formatted string into its shadow root.
|
|
@@ -21,6 +21,10 @@ bar whose length is that stage's share of the **first** stage, read top-to-botto
|
|
|
21
21
|
drop-off. It sits beside `lr-gauge` and `lr-heatmap` as an analytics primitive rather than a general
|
|
22
22
|
chart type.
|
|
23
23
|
|
|
24
|
+
When a positive finite stage value divided by a positive finite baseline overflows to `Infinity`,
|
|
25
|
+
the main or comparison data fill clamps to 100%. Nonfinite input normalization, nonpositive-baseline
|
|
26
|
+
behavior, percentage and drop-off text, and overflow border styling keep their existing rules.
|
|
27
|
+
|
|
24
28
|
It is deliberately not a sorted bar chart: it normalizes to the first stage rather than to the data
|
|
25
29
|
maximum, draws no value axis, and reads as stage-to-stage retention rather than category comparison.
|
|
26
30
|
Reach for `lr-bar-chart`/`lr-lite-chart` when you actually want a value axis and category comparison.
|
|
@@ -18,6 +18,10 @@
|
|
|
18
18
|
|
|
19
19
|
Dependency-free SVG radial, full-circle ring, or linear meter (no charting library).
|
|
20
20
|
|
|
21
|
+
Removing `label` omits the visible SVG label in radial, linear, and ring shapes and restores the
|
|
22
|
+
localized gauge name unless `aria-label` is authored. The property retains removal `null`;
|
|
23
|
+
explicitly empty labels remain empty and later labels render normally.
|
|
24
|
+
|
|
21
25
|
**Properties:**
|
|
22
26
|
|
|
23
27
|
- `value: number = 0`
|
|
@@ -20,6 +20,11 @@ A compact, ticking status readout shown alongside an in-progress AI response: el
|
|
|
20
20
|
count, and token-throughput, plus a built-in Stop button. First-party invention (no Web Awesome
|
|
21
21
|
equivalent). Renders as e.g. `12.3s · 340 tokens · 27 tok/s [Stop]`.
|
|
22
22
|
|
|
23
|
+
The host handles `lr-stop` by stopping its own producer and setting `status` to `complete`. A
|
|
24
|
+
restart supplies a fresh `startedAt`, resets its token count, and retires the previous producer
|
|
25
|
+
timer. The live example wires this lifecycle on mount, so its first Stop and every Restart take
|
|
26
|
+
effect immediately.
|
|
27
|
+
|
|
23
28
|
**9.0 identity migration:** `lr-generation-status` → `lr-generation-metrics`,
|
|
24
29
|
`LyraGenerationStatus` → `LyraGenerationMetrics`, and `LyraGenerationStatusEventMap` →
|
|
25
30
|
`LyraGenerationMetricsEventMap`. The old tag, class, event-map name, registration route, and
|
|
@@ -37,8 +37,10 @@ string; shape?: 'circle' | 'square' | 'diamond' }`, the shared `lr-graph.nodeTyp
|
|
|
37
37
|
`aria-label` makes the host the sole overall owner (the wrapper omits its duplicate role/name);
|
|
38
38
|
an explicitly empty host label stays empty on the wrapper
|
|
39
39
|
|
|
40
|
-
**Events:** `lr-visibility-change` (`detail: { hiddenTypes }`,
|
|
41
|
-
|
|
40
|
+
**Events:** cancelable `lr-before-visibility-change` (`detail: { hiddenTypes }`, a frozen complete
|
|
41
|
+
next array) fires before a toggle changes state or announces it. Preventing it suppresses all three.
|
|
42
|
+
`lr-visibility-change` (`detail: { hiddenTypes }`, the complete updated array) fires after an
|
|
43
|
+
accepted assignment and announcement.
|
|
42
44
|
|
|
43
45
|
**Slots:** none.
|
|
44
46
|
|
|
@@ -19,6 +19,12 @@
|
|
|
19
19
|
Form-associated editor for a typed graph relationship/path query, including entity anchors,
|
|
20
20
|
relationship and node-type filters, hop limits, validation, and saved queries.
|
|
21
21
|
|
|
22
|
+
When the DOM cannot provide `activeElement`, the builder skips focus restoration while chip removal
|
|
23
|
+
and saved-query updates continue normally. Each minimum/maximum-hop select choice updates the query
|
|
24
|
+
once and emits one `lr-input` with the complete `{ value: GraphQuery }` snapshot. Native value
|
|
25
|
+
events, prefixed value aliases and listbox show/hide lifecycle events from those child selects are
|
|
26
|
+
contained. Programmatic query assignments remain silent.
|
|
27
|
+
|
|
22
28
|
The normalized `value` present at the first update is the form reset default. Later property writes
|
|
23
29
|
and user edits change only the live query; `form.reset()` restores that initial model, clears
|
|
24
30
|
interaction/touched state and the save-name draft, and retains a caller-set custom validity message
|
|
@@ -18,6 +18,12 @@
|
|
|
18
18
|
|
|
19
19
|
A force-directed node-link diagram with pan/zoom/drag, built on `d3-force`.
|
|
20
20
|
|
|
21
|
+
A zero-width canvas link paints neither a stroke nor an arrowhead; its relationship remains in the
|
|
22
|
+
nonvisual topology summary.
|
|
23
|
+
|
|
24
|
+
In both renderers, roving navigation transfers real focus through nodes, operable links, then
|
|
25
|
+
community hulls; zero-width, fully transparent, and dangling links remain outside that focus order.
|
|
26
|
+
|
|
21
27
|
**Properties:**
|
|
22
28
|
|
|
23
29
|
- `nodes: LyraGraphNode[] = []` (attribute: false) — readonly `LyraGraphNode { id: string; label?: string;
|
|
@@ -111,7 +117,7 @@ camera; `getNodePosition(id)` returns the current `{ x, y }` in graph-local draw
|
|
|
111
117
|
**Events:** `lr-node-click` (`detail: { nodeId, x, y }`, where `x` and `y` are the clicked node's current
|
|
112
118
|
local drawing coordinates), `lr-link-click` (`detail: { sourceNodeId, targetNodeId,
|
|
113
119
|
linkId? }`; the optional `linkId` is the stable `LyraGraphLink.id` supplied by the caller), `lr-node-enter`/
|
|
114
|
-
`lr-node-leave` (`detail: { nodeId }`, hover start/end, suppressed while dragging/panning),
|
|
120
|
+
`lr-node-leave` (`detail: { nodeId }`, hover start/end, suppressed while dragging/panning; canvas emits once per hit-identity transition or exit),
|
|
115
121
|
`lr-link-enter`/`lr-link-leave` (`detail: { sourceNodeId, targetNodeId, linkId? }`, same hover contract),
|
|
116
122
|
`lr-node-expand` (`detail: { nodeId }`, a node was double-activated — native `dblclick`, or two
|
|
117
123
|
Enter/Space activations within 500ms — regardless of `LyraGraphNode.expandable`), `lr-community-click`
|
|
@@ -222,7 +228,7 @@ localized `part="error"` alert. Install with
|
|
|
222
228
|
force on the new midpoint and nudges the simulation via `alpha(0.1).restart()`, in addition to
|
|
223
229
|
resizing the rendered `viewBox` — both branches apply independently, so setting `width` and
|
|
224
230
|
`chargeStrength` in the same synchronous batch retunes both, not just one.
|
|
225
|
-
- zoom is bounded via `minZoom`/`maxZoom` (`d3-zoom`'s `.scaleExtent(...)`, live-reactive); pan/
|
|
231
|
+
- zoom is bounded via `minZoom`/`maxZoom` (`d3-zoom`'s `.scaleExtent(...)`, live-reactive in both SVG and canvas); pan/
|
|
226
232
|
zoom/drag are still pointer-only with no keyboard equivalent. Links (`<line part="link">`) are now
|
|
227
233
|
keyboard-operable too (`tabindex="0"`, `role="button"`, `aria-label`, Enter/Space), matching nodes.
|
|
228
234
|
- while the `d3-force`/`d3-drag`/`d3-zoom`/`d3-selection` peers are resolving, the host shows an
|
|
@@ -25,7 +25,7 @@ and `lr-citation-badge` for each evidence entry.
|
|
|
25
25
|
**Properties:**
|
|
26
26
|
|
|
27
27
|
- `assessment: GroundingAssessment | null = null` (attribute: false) — **`GroundingAssessment`,
|
|
28
|
-
imported from `@aceshooting/lyra-ui/ai
|
|
28
|
+
imported from `@aceshooting/lyra-ui/ai`**: `{ supportedClaims: number;
|
|
29
29
|
unsupportedClaims: number; coverage: number; confidence?: number; warnings?: string[];
|
|
30
30
|
claims?: GroundedClaim[] }`, where `coverage` and `confidence` are 0–1 fractions. `null` renders
|
|
31
31
|
the empty state
|
|
@@ -48,16 +48,16 @@ label?: string }`. Independent of `assessment`; empty omits the whole evidence s
|
|
|
48
48
|
level used by both warnings and evidence sections; `'none'` keeps the visual text without
|
|
49
49
|
exposing a heading role, and invalid untyped values fall back to level 3
|
|
50
50
|
|
|
51
|
-
Direct citations and `assessment.claims` are
|
|
52
|
-
|
|
53
|
-
|
|
51
|
+
Direct citations and `assessment.claims` are keyed independently by nonblank `id` before counts,
|
|
52
|
+
rendering, or events. Usable display fields are captured once while emitted selected claim/citation
|
|
53
|
+
objects retain their original identity. Malformed rows and later duplicate ids are omitted; the
|
|
54
|
+
first valid occurrence wins.
|
|
54
55
|
|
|
55
56
|
**Events:** `lr-citation-select` (`detail: CitationSelectEventDetail` from
|
|
56
57
|
`@aceshooting/lyra-ui/ai` = `{ citation: Citation }`) — emitted when an evidence badge is activated.
|
|
57
58
|
The inner `lr-citation-badge`'s generic activation is stopped at this composition boundary; this
|
|
58
|
-
richer event exists because a bare `sourceId`/`index` pair
|
|
59
|
-
|
|
60
|
-
`lr-claim-select` (`detail: { claim }`) unchanged when a claim is activated.
|
|
59
|
+
richer event exists because a bare `sourceId`/`index` pair cannot identify the exact evidence span.
|
|
60
|
+
The summary emits `lr-claim-select` (`detail: { claim }`) when a claim is activated.
|
|
61
61
|
|
|
62
62
|
**Slots:** none.
|
|
63
63
|
|
|
@@ -69,7 +69,7 @@ row), `warnings` (omitted when there are none), `warnings-heading`, `warnings-co
|
|
|
69
69
|
its semantics survive list-style resets),
|
|
70
70
|
`evidence-item` (one `<li>` containing a badge + always-visible label/span text),
|
|
71
71
|
`evidence-label` (omitted when `Citation.label` is unset), `evidence-span` (the formatted
|
|
72
|
-
`Citation.span` range, omitted when unset), `claims` (the
|
|
72
|
+
`Citation.span` range, omitted when unset), `claims` (the claim/evidence region), `empty`
|
|
73
73
|
(shown when `assessment` is `null`).
|
|
74
74
|
|
|
75
75
|
**Themeable custom properties:** shared tokens only.
|
|
@@ -33,6 +33,19 @@ Full canvas redraws pause while the host is outside the viewport. Data, locale,
|
|
|
33
33
|
DPR invalidations remain pending and coalesce into one redraw when the heatmap intersects again;
|
|
34
34
|
environments without `IntersectionObserver` retain eager drawing.
|
|
35
35
|
|
|
36
|
+
Focus-only updates repaint a bounded neighborhood around the old and new cells, restoring all
|
|
37
|
+
intersected neighboring fills and overlays while preserving the focus-ring geometry. Calendar axis
|
|
38
|
+
pixels intersected by the repaint are restored too.
|
|
39
|
+
|
|
40
|
+
Changing `domain` or `midpoint` without replacing matrix data preserves absent and nullish cells as
|
|
41
|
+
no data in paint, accessible text, callbacks, and cell events. Missing values still use `-1` in
|
|
42
|
+
default unsigned mode and `NaN` in signed mode; supplied negative signed values remain data.
|
|
43
|
+
|
|
44
|
+
Invalid authored ramp colors retain the default endpoint fallback. The public `resolveRgb()` helper
|
|
45
|
+
likewise preserves its supplied fallback bytes. These authoring diagnostics are once-per-color
|
|
46
|
+
development warnings and remain silent in production; the separate missing-canvas runtime warning is
|
|
47
|
+
unchanged.
|
|
48
|
+
|
|
36
49
|
Set `accessibleCells: true` (`accessible-cells`) to opt into a semantic grid backed by a bounded
|
|
37
50
|
window of native buttons. It retains the complete `aria-rowcount`/`aria-colcount` and arrow-key
|
|
38
51
|
navigation model without mounting one node per cell. Buttons use localized `aria-label`s, explicit
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
- **Release history** [CHANGELOG.md](../../CHANGELOG.md); family-wide breaking-change summaries: [llms-full.txt](../../llms-full.txt)
|
|
10
10
|
- **Deprecations** none
|
|
11
11
|
- **Optional peers** `chart.js`, `chartjs-plugin-annotation`, `chartjs-plugin-datalabels`, `chartjs-plugin-zoom` — see `llms/peers.md`
|
|
12
|
-
- **Themeable via** 16 parts,
|
|
12
|
+
- **Themeable via** 16 parts, 36 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
13
13
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
14
14
|
|
|
15
15
|
---
|
|
@@ -65,7 +65,7 @@ inherited from `LyraChart`, unaffected by the binning logic).
|
|
|
65
65
|
`--lr-chart-data-table-button-active-bg`, `--lr-chart-data-table-toggle-hover-bg`,
|
|
66
66
|
`--lr-chart-data-table-toggle-active-bg`, `--lr-chart-reset-zoom-button-hover-bg`,
|
|
67
67
|
`--lr-chart-reset-zoom-button-active-bg`, `--lr-chart-canvas-hover-outline-width`, and
|
|
68
|
-
`--lr-chart-pattern-step`, plus `--lr-chart-legend-side-max` — inherited from `LyraChart`, identical in meaning, together with the
|
|
68
|
+
`--lr-chart-canvas-hover-outline-color`, `--lr-chart-pattern-step`, plus `--lr-chart-legend-side-max` — inherited from `LyraChart`, identical in meaning, together with the
|
|
69
69
|
mirrored `--border-color-1`,
|
|
70
70
|
`--border-color-2`,
|
|
71
71
|
`--border-color-3`, `--border-color-4`, `--border-color-5`, `--border-color-6`, `--fill-color-1`,
|
|
@@ -22,6 +22,13 @@ slot when a form action is required. Because it is not form-associated, an ances
|
|
|
22
22
|
`<fieldset disabled>` does not disable it and it is absent from `form.elements`; set `disabled`
|
|
23
23
|
directly on each icon button.
|
|
24
24
|
|
|
25
|
+
External descriptions follow the current source element identity when an element with the same ID
|
|
26
|
+
replaces it, when a source is removed or reinserted, and when the control reconnects or moves to
|
|
27
|
+
another document. Host-root lookup and ordering follow the current `aria-describedby` list,
|
|
28
|
+
including unresolved IDs and duplicates. Switching between native button and anchor modes keeps the
|
|
29
|
+
relationship on the current action. Existing accessible names and `aria-controls` relationships
|
|
30
|
+
retain their separate contracts.
|
|
31
|
+
|
|
25
32
|
Its public `--lr-icon-button-*` theme inputs stay undeclared on the host, so an ancestor theme
|
|
26
33
|
wrapper can override the built-in fallbacks; a value set directly on the element still wins.
|
|
27
34
|
|
|
@@ -21,6 +21,15 @@ landing surface for `region`-anchored citations. Distinct from `<lr-svg-viewer>`
|
|
|
21
21
|
documents) and `<lr-image-comparer>` (before/after slotted surfaces). Adopts `DocumentAnchorTarget`
|
|
22
22
|
with `anchorKinds: ['region']` only — no text selection is bound.
|
|
23
23
|
|
|
24
|
+
Disabled fit, rotate and annotate controls retain their resting paint on hover and press. Enabled
|
|
25
|
+
controls keep their token-driven feedback.
|
|
26
|
+
|
|
27
|
+
The annotation wrapper displays the shared token-driven focus ring in keyboard modality. The ring
|
|
28
|
+
sits inside the wrapper so an image filling the scroll viewport cannot clip it. Annotation commands
|
|
29
|
+
apply when that wrapper itself owns keyboard input. Enter on a highlight button activates that
|
|
30
|
+
highlight without starting or committing an annotation, whether or not a draft exists; wrapper arrow
|
|
31
|
+
commands retain physical image-coordinate semantics in both directions.
|
|
32
|
+
|
|
24
33
|
**Properties:** `src: string = ''`, `name: string = ''`, `alt?: string`,
|
|
25
34
|
`fit: LyraImageFit = 'contain' | 'width' | 'actual'` (reflected; invalid writes normalize to
|
|
26
35
|
`contain`), `zoom: number = 1` (reflected), `minZoom: number = 0.5` (attribute
|
|
@@ -29,6 +29,11 @@ include instance. Other navigation and resource attributes such as `href`, `src`
|
|
|
29
29
|
cannot remain interactive; their wrappers are unwrapped when their ordinary children are safe,
|
|
30
30
|
while elements such as inputs that have no passive content are removed.
|
|
31
31
|
|
|
32
|
+
The same passive restrictions apply through nested template contents before a remote document is
|
|
33
|
+
retained in the cache or a selected fragment becomes live. Template text and fragment selection
|
|
34
|
+
remain supported at nested depths, including ordinary elements inside templates; permitted local
|
|
35
|
+
anchors still resolve against per-instance rebased IDs.
|
|
36
|
+
|
|
32
37
|
A bare primitive: no label/hint/error chrome, no implicit role, no computed accessible name, and no
|
|
33
38
|
`aria-live` wrapper (the fragment can carry its own landmarks; wrapping the host would re-announce
|
|
34
39
|
all of it on every load). The host always carries explicit `aria-busy="true"|"false"`: true while
|
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
Controlled list of documents moving through an ingestion pipeline: stage badge, progress, chunk/
|
|
20
20
|
embedding counts, retry attempts, errors, and retry/cancel requests. Never ingests anything itself.
|
|
21
21
|
|
|
22
|
+
Nonstring failure details use the localized failed-stage label for row text and fresh failure
|
|
23
|
+
announcements. Omitted details stay omitted. Formatting uses the effective locale, and historical
|
|
24
|
+
failures remain silent on mount.
|
|
25
|
+
|
|
22
26
|
**Properties:**
|
|
23
27
|
|
|
24
28
|
- `items: IngestionQueueItem[] = []` (attribute: false) — `IngestionQueueItem { id: string;
|
|
@@ -73,7 +77,7 @@ announcement itself goes to the library's shared **light-DOM** assertive region,
|
|
|
73
77
|
consumer's `<body>` and marked `data-lr-live-region="assertive"`, because a live region inside a
|
|
74
78
|
shadow root is not reliably announced (JAWS with Firefox ignores one outright). What is announced
|
|
75
79
|
is unchanged: only failures added or transitioned _after_ mount, so historical failed rows stay
|
|
76
|
-
visible without being re-announced.
|
|
80
|
+
visible without being re-announced. Read that document-level region rather than
|
|
77
81
|
`::part(failure-live)`.
|
|
78
82
|
|
|
79
83
|
In virtualized mode (above `virtualizeAt`) the rows live in the internal
|
|
@@ -21,6 +21,20 @@ form-associated via the same `FormAssociated` mixin as `lr-textarea`. Ships the
|
|
|
21
21
|
`label`/`hint`/`errorText` form-control chrome as `lr-textarea`/`lr-select`, and the same
|
|
22
22
|
`size` scale as `lr-select`/`lr-combobox`.
|
|
23
23
|
|
|
24
|
+
`stepUp()` and `stepDown()` use the current `value`, `step`, `min`, and `max` properties in the same
|
|
25
|
+
synchronous call, including changes made immediately beforehand. They preserve native step alignment
|
|
26
|
+
and bounds, update form submission silently, and remain no-ops before the native input has rendered
|
|
27
|
+
or while disabled/readonly. Native `step="any"` remains a non-steppable no-op.
|
|
28
|
+
|
|
29
|
+
Removing `label`, `hint`, `help-text`, or `error-text` safely omits that content while retaining
|
|
30
|
+
native `null` property readback. Explicit empty strings remain empty and later supplied text renders
|
|
31
|
+
normally. The same inherited behavior applies to `lr-number-input` and `lr-native-time-input`.
|
|
32
|
+
|
|
33
|
+
Changing own `disabled` from true to false in the same task that disables an ancestor fieldset keeps
|
|
34
|
+
the native editing control effectively disabled. The enabled first-legend exception and explicit
|
|
35
|
+
own-disabled state retain their native meaning; validity and form submission follow the effective
|
|
36
|
+
disabled state.
|
|
37
|
+
|
|
24
38
|
Pressing Enter submits the ancestor `<form>` — the implicit submission a native `<input>` performs;
|
|
25
39
|
see "Enter-to-submit" below for the exact rules and for which controls deliberately opt out.
|
|
26
40
|
|
|
@@ -61,9 +75,9 @@ shared hit target (42px including the row border at the default theme); `l` and
|
|
|
61
75
|
- `clearable: boolean = false` (reflected) — shows a localized clear action while a `text` or
|
|
62
76
|
`search` input has a value; clearing preserves input focus
|
|
63
77
|
- `withClear: boolean = false` (attribute `with-clear`) — Web Awesome's spelling of `clearable`;
|
|
64
|
-
either one shows the same action. Inherited by `lr-number-input
|
|
65
|
-
|
|
66
|
-
|
|
78
|
+
either one shows the same action. Inherited by `lr-number-input` and `lr-native-time-input`,
|
|
79
|
+
where it is inert because their native types render no clear action. The separate segmented
|
|
80
|
+
`lr-time-input` implements its own `with-clear` action
|
|
67
81
|
- `readonly: boolean = false` (reflected) — forwarded to the native input and disables clearing
|
|
68
82
|
- `label: string = ''`
|
|
69
83
|
- `hint: string = ''`
|
|
@@ -95,7 +109,7 @@ writes remain valid and read back as booleans. Markup uses `autocorrect="on"` /
|
|
|
95
109
|
`type="time"`. On `lr-input` itself the `min`/`max` _attributes_ are number-converted, so a
|
|
96
110
|
non-numeric bound only survives a direct property assignment; the declared type also admits a
|
|
97
111
|
string so a subclass can narrow the attribute parsing to its own native type's literal form —
|
|
98
|
-
`lr-time-input` does exactly that. Inert for the other types
|
|
112
|
+
`lr-native-time-input` does exactly that. Inert for the other types
|
|
99
113
|
- `minlength?: number` / `maxlength?: number` (attributes `minlength`/`maxlength`) — text-length
|
|
100
114
|
bounds forwarded to the native input and reported as `validity.tooShort`/`validity.tooLong`.
|
|
101
115
|
Apply to the text-bearing types (`text`, `search`, `email`, `password`); the platform ignores
|
|
@@ -203,8 +217,8 @@ than the icon-beside-label gap the ladder is tuned for. `--lr-input-radius` (def
|
|
|
203
217
|
`--lr-form-control-radius`, its corner radius) is retunable the same way but _does_ follow the tier:
|
|
204
218
|
the two tightest tiers take a smaller radius, since a 6px corner on a 20px-tall control reads as a
|
|
205
219
|
lozenge. `pill` changes its private default to `--lr-radius-pill`; an inherited or direct public
|
|
206
|
-
value still wins. `lr-number-input`/`lr-time-input` inherit both
|
|
207
|
-
unchanged.
|
|
220
|
+
value still wins. `lr-number-input`/`lr-native-time-input` inherit both
|
|
221
|
+
unchanged. The separate segmented `lr-time-input` also consumes the documented input theme tokens.
|
|
208
222
|
|
|
209
223
|
`--lr-input-fill` (default `transparent`) is the control row's background and
|
|
210
224
|
`--lr-input-border-color` (default `var(--lr-color-border)`) its border color. `appearance` changes
|
|
@@ -298,8 +312,8 @@ submission must never shadow it: `lr-textarea` and `lr-code-editor` insert a new
|
|
|
298
312
|
whole point of a multi-line surface; `lr-select`'s `role="combobox"` trigger opens the listbox (and
|
|
299
313
|
then commits the active option), per the ARIA pattern; and `lr-date-picker` selects the focused day
|
|
300
314
|
in the calendar grid. The controls that _do_ wire it are `lr-input` (and its `lr-number-input`/
|
|
301
|
-
`lr-time-input` subclasses),
|
|
302
|
-
`lr-otp-input`.
|
|
315
|
+
`lr-native-time-input` subclasses), the separate segmented `lr-time-input`, `lr-combobox`,
|
|
316
|
+
`lr-date-input`, `lr-phone-input`, `lr-token-input` and `lr-otp-input`.
|
|
303
317
|
|
|
304
318
|
### Exact-height hatches — the one rule that applies to all of them
|
|
305
319
|
|
|
@@ -27,6 +27,15 @@ boolean = false` (reflected; unobserves a target after its first intersection).
|
|
|
27
27
|
target stays consumed across option-driven observer rebuilds and disconnect/reconnect cycles;
|
|
28
28
|
setting `once` to false is the explicit reset boundary.
|
|
29
29
|
|
|
30
|
+
The browser capability is optional. A missing or throwing owner-window lookup or unavailable
|
|
31
|
+
constructor leaves that rebuild inert rather than leaking an exception; an initial construction
|
|
32
|
+
failure retries once with safe default options. Individual `observe`, `unobserve`, and `disconnect`
|
|
33
|
+
failures are contained, so later valid targets and later rebuilds can still observe. Callbacks are
|
|
34
|
+
tied to the current owner document, so a detached or adopted wrapper cannot emit a stale batch.
|
|
35
|
+
Threshold collections inspect at most their first 10,000 direct data entries. Malformed or
|
|
36
|
+
accessor-backed entries are skipped; a valid prefix remains active, while an entirely unusable value
|
|
37
|
+
falls back to threshold `0`.
|
|
38
|
+
|
|
30
39
|
**Events:** mapped `lr-intersect` once per entry with `{ entry }`, plus the existing batch alias
|
|
31
40
|
`lr-intersection` with a frozen
|
|
32
41
|
`Readonly<{ entries: readonly IntersectionObserverEntry[] }>` detail. The batch sequence is
|
|
@@ -18,12 +18,21 @@
|
|
|
18
18
|
|
|
19
19
|
A collapsible, copyable tree view for an arbitrary JSON-serializable value (object, array, string,
|
|
20
20
|
number, boolean, null, or `undefined`). Serves as a fallback renderer wherever a raw payload needs
|
|
21
|
-
inspecting without a bespoke view.
|
|
21
|
+
inspecting without a bespoke view. Assignment creates one bounded, frozen graph from own enumerable
|
|
22
|
+
data descriptors. It never invokes getters or object-conversion hooks; accessor/reflection-failed
|
|
23
|
+
branches and function or symbol leaves are omitted, while bigint is retained as decimal text.
|
|
24
|
+
Rendering, searching, toolbar copy, and per-node copy all use that same owned graph, so later
|
|
25
|
+
mutation or revocation of the supplied object cannot change a displayed or copied value. Ordinary
|
|
26
|
+
aliases, cycles, and sparse-array holes are retained. Expand/collapse state is keyed by structural path (not object
|
|
22
27
|
identity), so it survives a `data` reassignment that keeps the same shape — e.g. a streaming result
|
|
23
28
|
being patched in place. A container value that self-references (directly or through a longer cycle)
|
|
24
29
|
renders as a leaf `Circular reference` marker (`data-type="circular"`) instead of recursing — no
|
|
25
30
|
stack overflow on cyclic `data`.
|
|
26
31
|
|
|
32
|
+
Removing `search` clears matches while retaining null property readback. Before any match is active,
|
|
33
|
+
`searchPrevious()` selects the final match; later next/previous navigation wraps. Navigation may
|
|
34
|
+
reopen the selected match’s ancestors while unrelated manual collapse remains intact.
|
|
35
|
+
|
|
27
36
|
**Properties:**
|
|
28
37
|
|
|
29
38
|
- `data: unknown` (attribute `false` — property-only, not settable via an HTML attribute)
|
|
@@ -20,6 +20,9 @@ A small chip representing a keyboard shortcut, rendering the platform-appropriat
|
|
|
20
20
|
cross-platform modifier keys (⌘ on macOS, "Ctrl" elsewhere) from a single platform-neutral `keys`
|
|
21
21
|
string. First-party invention (no Web Awesome equivalent).
|
|
22
22
|
|
|
23
|
+
Removing `keys` safely clears the shortcut. Unknown tokens, including `constructor` and `__proto__`,
|
|
24
|
+
render and name themselves verbatim; recognized modifiers keep their localized labels.
|
|
25
|
+
|
|
23
26
|
**Properties:**
|
|
24
27
|
|
|
25
28
|
- `keys: string = ''` — a `+`-separated sequence of tokens, e.g. `"mod+k"` or `"mod+shift+p"`.
|
|
@@ -35,7 +35,8 @@ errorMessage?: string }` (all four types exported here), where
|
|
|
35
35
|
`syncStatus === 'error'`. `id`/`name` follow `DocumentRef`'s spirit, but a source is a _connector
|
|
36
36
|
feeding_ documents, not a document, so the rest of the fields are its own
|
|
37
37
|
- `label?: string` — heading text and the table's accessible name; omission uses the localized
|
|
38
|
-
knowledge-base label
|
|
38
|
+
knowledge-base label. An explicit empty string keeps the visible heading empty while the nested
|
|
39
|
+
table still takes the localized default as its accessible name
|
|
39
40
|
- `hideSummary: boolean = false` (attribute `hide-summary`, reflected) — hides the aggregate
|
|
40
41
|
total/synced/syncing/needs-attention row
|
|
41
42
|
- `hideCreate: boolean = false` (attribute `hide-create`, reflected) — hides the "Add source"
|
|
@@ -63,6 +64,14 @@ unset), `sync-cell`, `sync-badge`, `sync-timestamp`, `sync-error`, `health-cell`
|
|
|
63
64
|
`document-count` (omitted when unset), `permission-badge` (omitted when `permission` is unset),
|
|
64
65
|
`actions-menu`, `actions-trigger` (the kebab `<button>`).
|
|
65
66
|
|
|
67
|
+
The 13 row parts — `name-cell`, `source-name`, `source-type`, `sync-cell`, `sync-badge`,
|
|
68
|
+
`sync-timestamp`, `sync-error`, `health-cell`, `health-badge`, `document-count`,
|
|
69
|
+
`permission-badge`, `actions-menu`, and `actions-trigger` — are forwarded from the composed table
|
|
70
|
+
through `[part="table"]`/`exportparts`, so they are styleable as
|
|
71
|
+
`lr-knowledge-base::part(actions-trigger)`. `actions-trigger` is the forwarded kebab button: it
|
|
72
|
+
inherits the row font, has the shared `--lr-icon-button-size` minimum hit area (40px by default),
|
|
73
|
+
and keeps independent hover, pressed, and focus treatment.
|
|
74
|
+
|
|
66
75
|
**Themeable custom properties:** shared tokens only.
|
|
67
76
|
|
|
68
77
|
**Optional peer deps:** none.
|
|
@@ -21,6 +21,13 @@ neighborhood expansion, pinned nodes, path finding between pins, node selection,
|
|
|
21
21
|
overlay. Composes `lr-graph`, `lr-graph-legend`, `lr-entity-card`, `lr-neighbor-list`,
|
|
22
22
|
`lr-path-strip`, and `lr-popover.showAt()`.
|
|
23
23
|
|
|
24
|
+
Removing `search-query` retains `null` property readback while clearing the search input, results
|
|
25
|
+
and search dimming; an explicitly empty value remains empty and later queries work normally.
|
|
26
|
+
Path-node `lr-entity-activate` is consumed by the explorer and enters the same selection, graph
|
|
27
|
+
focus and details flow as other entity activations, emitting one `lr-selection-change`.
|
|
28
|
+
`lr-relation-activate` continues to pass through unchanged. The canonical search event fields remain
|
|
29
|
+
`query`, `matchCount`, and `matchCountExact`.
|
|
30
|
+
|
|
24
31
|
**Properties:** (host-supplied data, identity-normalized before rendering)
|
|
25
32
|
|
|
26
33
|
- `nodes: LyraGraphNode[] = []`, `links: LyraGraphLink[] = []`, `nodeTypes: LyraNodeTypeStyle[] = []`,
|
|
@@ -21,6 +21,13 @@ collected as three plain day/month/year number fields in the locale's natural or
|
|
|
21
21
|
calendar popup. Uses the shared `FormAssociated` mixin; the submitted value is always canonical ISO
|
|
22
22
|
8601 (`YYYY-MM-DD`), or `''` while any field is blank or the combination isn't a real calendar date.
|
|
23
23
|
|
|
24
|
+
Host `aria-describedby` resolves external guidance onto the aggregate date fieldset and follows live
|
|
25
|
+
target replacement/removal/reinsertion and document adoption. Each native field retains the
|
|
26
|
+
component’s local hint and error guidance. Removed `label` and `hint` render as absent. Removing
|
|
27
|
+
`day-label`, `month-label`, or `year-label` restores that field’s localized omitted default; an
|
|
28
|
+
explicitly empty label remains empty. Own or fieldset disablement preserves each field’s resting
|
|
29
|
+
paint on hover and press.
|
|
30
|
+
|
|
24
31
|
**Properties:**
|
|
25
32
|
|
|
26
33
|
- `value: string` — canonical `YYYY-MM-DD` or `''`. Assignment goes through a strict-ISO gate:
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
- **Release history** [CHANGELOG.md](../../CHANGELOG.md); family-wide breaking-change summaries: [llms-full.txt](../../llms-full.txt)
|
|
10
10
|
- **Deprecations** none
|
|
11
11
|
- **Optional peers** `chart.js`, `chartjs-plugin-annotation`, `chartjs-plugin-datalabels`, `chartjs-plugin-zoom` — see `llms/peers.md`
|
|
12
|
-
- **Themeable via** 16 parts,
|
|
12
|
+
- **Themeable via** 16 parts, 36 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
13
13
|
- **Documented with** `lr-bar-chart`, `lr-pie-chart`, `lr-doughnut-chart`, `lr-radar-chart`, `lr-polar-area-chart`, `lr-bubble-chart`, `lr-scatter-chart` (same section below)
|
|
14
14
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
15
15
|
|
|
@@ -58,7 +58,7 @@ failure transition is announced through the shared document-level light-DOM asse
|
|
|
58
58
|
`--lr-chart-data-table-button-active-bg`, `--lr-chart-data-table-toggle-hover-bg`,
|
|
59
59
|
`--lr-chart-data-table-toggle-active-bg`, `--lr-chart-reset-zoom-button-hover-bg`,
|
|
60
60
|
`--lr-chart-reset-zoom-button-active-bg`, `--lr-chart-canvas-hover-outline-width`, and
|
|
61
|
-
`--lr-chart-pattern-step`, plus `--lr-chart-legend-side-max` — all inherited from `LyraChart`, identical in meaning and default (see
|
|
61
|
+
`--lr-chart-canvas-hover-outline-color`, `--lr-chart-pattern-step`, plus `--lr-chart-legend-side-max` — all inherited from `LyraChart`, identical in meaning and default (see
|
|
62
62
|
`lr-chart` above); each of the eight variants below reads the same set, so one rule retunes them
|
|
63
63
|
together. The mirrored hooks are `--border-color-1`,
|
|
64
64
|
`--border-color-2`, `--border-color-3`, `--border-color-4`, `--border-color-5`,
|
|
@@ -76,7 +76,8 @@ passthrough). Not a subclass of `LyraChart`.
|
|
|
76
76
|
more here than on `lr-chart`: this component exists to avoid the Chart.js peers, so without it an
|
|
77
77
|
app that chose it for exactly that reason had to either hand-roll a `<details>` around a
|
|
78
78
|
duplicated table or adopt `lr-chart` and pull in Chart.js for a button — the cheap component
|
|
79
|
-
stuck with the expensive workaround.
|
|
79
|
+
stuck with the expensive workaround. A supplied `slot="data-table"` follows the same disclosure
|
|
80
|
+
state. Unset, nothing renders and behavior is unchanged.
|
|
80
81
|
Themeable via `--lr-lite-chart-data-table-toggle-hover-bg` (default
|
|
81
82
|
`var(--lr-color-brand-quiet)`) and `--lr-lite-chart-data-table-toggle-active-bg` (default: that
|
|
82
83
|
hover colour mixed by `--lr-color-mix-active`).
|
|
@@ -134,7 +135,10 @@ passthrough). Not a subclass of `LyraChart`.
|
|
|
134
135
|
percentage cap from its own ResizeObserver result would create a shrinking feedback loop. The
|
|
135
136
|
gutter remains at logical start under RTL. Unset keeps exactly 36px.
|
|
136
137
|
- `barGapRatio?: number` (attribute `bar-gap-ratio`) — overrides the internal 0.2 `BAR_GROUP_GAP`
|
|
137
|
-
fraction of a category slot left as a gap between categories. Unset keeps the fixed 0.2.
|
|
138
|
+
fraction of a category slot left as a gap between categories. Unset keeps the fixed 0.2. Internal
|
|
139
|
+
grouped-bar gaps are bounded within the remaining category width so supported multi-series groups
|
|
140
|
+
retain positive, nonoverlapping bars for ratios below 1. A ratio of 1 reserves the whole slot as
|
|
141
|
+
gap and leaves zero-width bars.
|
|
138
142
|
- `scale: 'linear' | 'sqrt' | 'logarithmic' = 'linear'` — `'sqrt'` (**bar type only**) maps a bar's
|
|
139
143
|
value to height via `Math.sqrt(value / domainMax)` instead of the standard linear `niceDomain`
|
|
140
144
|
fraction (mirroring `lr-heatmap`'s matrix-mode `sqrt` scale), so a skewed dataset's smaller bars
|
|
@@ -143,19 +147,28 @@ passthrough). Not a subclass of `LyraChart`.
|
|
|
143
147
|
`'logarithmic'` is the base-10 value axis for data spanning several orders of magnitude, where a
|
|
144
148
|
linear axis collapses everything below the maximum into the baseline. Unlike `'sqrt'` it applies
|
|
145
149
|
to **bars, line points and gridlines alike**, since a log axis whose gridlines stayed linear
|
|
146
|
-
would misrepresent the plot.
|
|
150
|
+
would misrepresent the plot. Value ticks use positive, bounded steps within that same domain:
|
|
151
|
+
powers of ten across whole decades, with positive numeric steps for spans smaller than a decade.
|
|
152
|
+
Both domain bounds remain represented, with space reserved between interior ticks and the bounds.
|
|
153
|
+
Linear and square-root tick selection is unchanged. Its lower bound is the smallest *positive* datum rather than the
|
|
147
154
|
linear `lo`: `beginAtZero` defaults to true, so `lo` is normally `0`, which has no logarithm —
|
|
148
155
|
deriving the floor from the data is what makes a 1…1000 series span three even decades instead of
|
|
149
156
|
collapsing onto one. Values at or below that floor (including zero and negatives, which have no
|
|
150
157
|
real logarithm) pin to the axis floor rather than producing `-Infinity` geometry, and a degenerate
|
|
151
158
|
domain falls back to the linear fraction. `lr-chart`'s own `scaleType` is the Chart.js-backed
|
|
152
|
-
equivalent for the full charts.
|
|
159
|
+
equivalent for the full charts. With `stacked` and `'logarithmic'`, the finite sum of positive
|
|
160
|
+
raw values determines the log-mapped total extent; positive raw fractions partition that extent.
|
|
161
|
+
Nonpositive segments have zero natural log height. With `minBarHeight` unset, the stack stays
|
|
162
|
+
within the plot and its top agrees with the log axis. The square-root mode retains its separate
|
|
163
|
+
signed-total compression and proportional allocation, with linear gridlines.
|
|
153
164
|
- `withoutValueAxis: boolean = false` (attribute `without-value-axis`) — suppresses gridlines and
|
|
154
165
|
value-axis tick labels; x-axis category labels remain.
|
|
155
|
-
- `selectedIndices: readonly number[] = []` (attribute: false) —
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
166
|
+
- `selectedIndices: readonly number[] = []` (attribute: false) — names **source category indices**,
|
|
167
|
+
not positions in the sampled SVG output. Finite integer entries whose source rows are represented
|
|
168
|
+
in the bounded rendered sample select matching bars and line points, which receive
|
|
169
|
+
`data-selected` and explicit `aria-pressed="true"`; all other marks render `aria-pressed="false"`.
|
|
170
|
+
For a multi-series chart, a selected source category selects the matching rendered mark in every
|
|
171
|
+
dataset. Empty is the default.
|
|
159
172
|
Style the built-in highlight through `--lr-lite-chart-selected-outline-color` and
|
|
160
173
|
`--lr-lite-chart-selected-outline-width`. Note
|
|
161
174
|
`::part(bar)[data-selected]` and `::part(point)[data-selected]` are **invalid CSS** — Shadow Parts
|
|
@@ -166,7 +179,8 @@ passthrough). Not a subclass of `LyraChart`.
|
|
|
166
179
|
collection.
|
|
167
180
|
- `minBarHeight?: number` (attribute `min-bar-height`) — optional minimum visible bar height for
|
|
168
181
|
small non-zero values; finite input is capped at 1,000,000px before derived SVG geometry is
|
|
169
|
-
calculated
|
|
182
|
+
calculated. Authored floors can exceed the available plot height. Linear and logarithmic stacks
|
|
183
|
+
push subsequent segments along their signed pixel cursor; zero values remain unfloored.
|
|
170
184
|
- `appendData(label, values, maxPoints?)` — appends one aligned category and optionally trims the
|
|
171
185
|
oldest categories
|
|
172
186
|
|
|
@@ -182,6 +196,12 @@ markup. CSV rows cover the canonical record count — the maximum of `labels.len
|
|
|
182
196
|
is never truncated or shifted. The method does not download a file; pair it with
|
|
183
197
|
`lr-export-button` for download UX.
|
|
184
198
|
|
|
199
|
+
Axis titles retain their complete `xLabel`/`yLabel` values and accessible names. In the browser,
|
|
200
|
+
visible titles fit their plot allocation using the rendered SVG font; long titles end with an
|
|
201
|
+
ellipsis. If even the ellipsis cannot fit, the title remains accessible without painting text.
|
|
202
|
+
Fitting refreshes after rendering, allocation changes, inherited or host font changes, font loading,
|
|
203
|
+
and reconnection. Server rendering retains the original title until browser layout is available.
|
|
204
|
+
|
|
185
205
|
The axis gutter/title and y-axis labels mirror to logical start under RTL. Built-in mark summaries
|
|
186
206
|
are complete localized templates and format values with `effectiveLocale`.
|
|
187
207
|
|
|
@@ -21,6 +21,9 @@ A throttled screen-reader announcement helper, split into a DOM-free coalescing
|
|
|
21
21
|
and a real custom element that composes both. The two helpers are public — part of the curated,
|
|
22
22
|
semver-covered `utilities/` surface documented in `llms/shared.md`, not internals:
|
|
23
23
|
|
|
24
|
+
The Basic example’s controls announce through its sibling live region; both first and repeated
|
|
25
|
+
messages appear in the visible log and the light-DOM announcement sink.
|
|
26
|
+
|
|
24
27
|
```ts
|
|
25
28
|
import {
|
|
26
29
|
Announcer,
|
|
@@ -23,6 +23,12 @@ plus `en` — kept live via `subscribeLyraLocaleRegistry()`. Built directly on `
|
|
|
23
23
|
trigger-button/`aria-activedescendant` listbox technique, not composed from it — a plain closed
|
|
24
24
|
list, no filter/free-text mode.
|
|
25
25
|
|
|
26
|
+
Host `aria-describedby` references resolve onto the role=combobox trigger before its local error and
|
|
27
|
+
hint guidance. The relationship tracks missing IDs, target replacement, removal/reinsertion,
|
|
28
|
+
reconnect, and document adoption. Removing `label`, `hint`, or `error-text` safely omits that
|
|
29
|
+
content while leaving native `null` property readback unchanged; explicit empty strings remain empty
|
|
30
|
+
and later supplied text renders normally.
|
|
31
|
+
|
|
26
32
|
Public `--lr-locale-picker-*` theme inputs stay undeclared on the host, so an ancestor theme
|
|
27
33
|
wrapper can override size-tier fallbacks; a value set directly on the element still wins.
|
|
28
34
|
|
|
@@ -96,6 +102,12 @@ raises `customError` and blocks submission, `''` restores the picker's own compu
|
|
|
96
102
|
required picker with nothing committed goes back to `valueMissing`. It survives every
|
|
97
103
|
`value`/`required` change and a form reset. `getForm()` returns the browser-resolved owning form.
|
|
98
104
|
|
|
105
|
+
The open list is a nonmodal overlay: only its topmost owner handles Escape and outside pointer
|
|
106
|
+
dismissal; Escape restores the trigger, while Tab keeps ordinary document navigation. Disconnect or
|
|
107
|
+
cross-document adoption closes it. A required, uncommitted value recomputes its intrinsic localized
|
|
108
|
+
message when `.strings` or the effective locale changes; an author custom-validity message retains
|
|
109
|
+
priority until cleared.
|
|
110
|
+
|
|
99
111
|
**Slots:** `label`, `hint`, `error`.
|
|
100
112
|
|
|
101
113
|
**CSS parts:** `form-control`, `form-control-label`, `trigger`,
|