@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
|
@@ -20,6 +20,11 @@
|
|
|
20
20
|
An expand/collapse hierarchy (document/graph navigation tree). Mirrors `wa-tree`/`wa-tree-item` and
|
|
21
21
|
`sl-tree`/`sl-tree-item`.
|
|
22
22
|
|
|
23
|
+
An otherwise unnamed data row receives its stable `id` as a semantic name. Usable `accessibleLabel`,
|
|
24
|
+
visible label, description, badge content and explicit host naming retain precedence; the fallback
|
|
25
|
+
changes neither visible content nor installed data. Blank visible labels remain supported.
|
|
26
|
+
Declarative items receive no automatic ID fallback.
|
|
27
|
+
|
|
23
28
|
**Renamed in 8.0.0 — breaking:** the child element is `<lr-tree-item>` (class `LyraTreeItem`), not
|
|
24
29
|
`<lr-tree-node>`/`LyraTreeNode`. It was the only child element in the library whose tag diverged
|
|
25
30
|
from both upstreams, so `wa-tree-item`/`sl-tree-item` markup had nothing to rename to. The shared
|
|
@@ -72,9 +77,10 @@ deeply-nested node's own shadow root still reaches it).
|
|
|
72
77
|
- `data: readonly LyraTreeNodeData[] = []` (attribute: false) — the object child model; ignored
|
|
73
78
|
while any author-written `<lr-tree-item>` child is present. Assignment installs a detached,
|
|
74
79
|
recursively frozen snapshot: mutate caller data only before assignment, then reassign after
|
|
75
|
-
changes. Normalization accepts at most 1,000 valid nodes and 64 descendant levels,
|
|
76
|
-
|
|
77
|
-
|
|
80
|
+
changes. Normalization accepts at most 1,000 valid nodes and 64 descendant levels, and lazily
|
|
81
|
+
inspects at most 10,000 root/child array positions globally in depth-first order. It never
|
|
82
|
+
invokes caller accessors and exposes `dataTruncated = true` when malformed or over-budget input
|
|
83
|
+
was omitted or the inspected-position ceiling was reached. Collapsed branches do not instantiate descendants; disclosure projects only normalized
|
|
78
84
|
children while `aria-setsize` preserves the declared sibling count. `LyraTreeNodeData` is
|
|
79
85
|
`{ readonly id: string; readonly label: string; readonly children?: readonly LyraTreeNodeData[];
|
|
80
86
|
readonly selected?: boolean; readonly disabled?: boolean; readonly lazy?: boolean; readonly
|
|
@@ -88,7 +94,7 @@ LyraVariant; readonly label?: string }`. `badges` renders tone-mapped chips in o
|
|
|
88
94
|
author-supplied host `aria-label` takes precedence by presence and is never overwritten or
|
|
89
95
|
removed by later object refreshes; removing the author attribute restores the current data name.
|
|
90
96
|
`id` is the event, roving-focus, reconciliation, and reorder identity and must be unique across
|
|
91
|
-
the complete reachable hierarchy; malformed
|
|
97
|
+
the complete reachable hierarchy; malformed rows, blank IDs and later duplicates are omitted as described above
|
|
92
98
|
- `selection: 'single'|'multiple'|'leaf'|'leaf-multiple' = 'single'` — self-managed selection for
|
|
93
99
|
both child models. `single` selects one item; `leaf` selects one loaded leaf; `multiple` displays
|
|
94
100
|
checkboxes and cascades through enabled descendants; `leaf-multiple` applies that cascade only
|
|
@@ -213,7 +219,8 @@ when assigned):
|
|
|
213
219
|
- `isDisabled: boolean` — `item.disabled` in the data model, the `disabled` property in the
|
|
214
220
|
declarative one
|
|
215
221
|
- `nodeLabel: string` — this item's spoken name, used for the tree's reorder announcements: a host
|
|
216
|
-
`aria-label` is authoritative in both models
|
|
222
|
+
`aria-label` is authoritative in both models
|
|
223
|
+
(including the component-owned stable-ID fallback for otherwise unnamed data rows); otherwise `item.accessibleLabel || item.label` in
|
|
217
224
|
the data model, or flattened accessibility-visible slotted label text (nested items excluded)
|
|
218
225
|
followed by the `label` fallback in the declarative one. Direct and forwarding-slot
|
|
219
226
|
text/ARIA/visibility mutations update the name
|
|
@@ -20,6 +20,11 @@
|
|
|
20
20
|
An expand/collapse hierarchy (document/graph navigation tree). Mirrors `wa-tree`/`wa-tree-item` and
|
|
21
21
|
`sl-tree`/`sl-tree-item`.
|
|
22
22
|
|
|
23
|
+
An otherwise unnamed data row receives its stable `id` as a semantic name. Usable `accessibleLabel`,
|
|
24
|
+
visible label, description, badge content and explicit host naming retain precedence; the fallback
|
|
25
|
+
changes neither visible content nor installed data. Blank visible labels remain supported.
|
|
26
|
+
Declarative items receive no automatic ID fallback.
|
|
27
|
+
|
|
23
28
|
**Renamed in 8.0.0 — breaking:** the child element is `<lr-tree-item>` (class `LyraTreeItem`), not
|
|
24
29
|
`<lr-tree-node>`/`LyraTreeNode`. It was the only child element in the library whose tag diverged
|
|
25
30
|
from both upstreams, so `wa-tree-item`/`sl-tree-item` markup had nothing to rename to. The shared
|
|
@@ -72,9 +77,10 @@ deeply-nested node's own shadow root still reaches it).
|
|
|
72
77
|
- `data: readonly LyraTreeNodeData[] = []` (attribute: false) — the object child model; ignored
|
|
73
78
|
while any author-written `<lr-tree-item>` child is present. Assignment installs a detached,
|
|
74
79
|
recursively frozen snapshot: mutate caller data only before assignment, then reassign after
|
|
75
|
-
changes. Normalization accepts at most 1,000 valid nodes and 64 descendant levels,
|
|
76
|
-
|
|
77
|
-
|
|
80
|
+
changes. Normalization accepts at most 1,000 valid nodes and 64 descendant levels, and lazily
|
|
81
|
+
inspects at most 10,000 root/child array positions globally in depth-first order. It never
|
|
82
|
+
invokes caller accessors and exposes `dataTruncated = true` when malformed or over-budget input
|
|
83
|
+
was omitted or the inspected-position ceiling was reached. Collapsed branches do not instantiate descendants; disclosure projects only normalized
|
|
78
84
|
children while `aria-setsize` preserves the declared sibling count. `LyraTreeNodeData` is
|
|
79
85
|
`{ readonly id: string; readonly label: string; readonly children?: readonly LyraTreeNodeData[];
|
|
80
86
|
readonly selected?: boolean; readonly disabled?: boolean; readonly lazy?: boolean; readonly
|
|
@@ -88,7 +94,7 @@ LyraVariant; readonly label?: string }`. `badges` renders tone-mapped chips in o
|
|
|
88
94
|
author-supplied host `aria-label` takes precedence by presence and is never overwritten or
|
|
89
95
|
removed by later object refreshes; removing the author attribute restores the current data name.
|
|
90
96
|
`id` is the event, roving-focus, reconciliation, and reorder identity and must be unique across
|
|
91
|
-
the complete reachable hierarchy; malformed
|
|
97
|
+
the complete reachable hierarchy; malformed rows, blank IDs and later duplicates are omitted as described above
|
|
92
98
|
- `selection: 'single'|'multiple'|'leaf'|'leaf-multiple' = 'single'` — self-managed selection for
|
|
93
99
|
both child models. `single` selects one item; `leaf` selects one loaded leaf; `multiple` displays
|
|
94
100
|
checkboxes and cascades through enabled descendants; `leaf-multiple` applies that cascade only
|
|
@@ -213,7 +219,8 @@ when assigned):
|
|
|
213
219
|
- `isDisabled: boolean` — `item.disabled` in the data model, the `disabled` property in the
|
|
214
220
|
declarative one
|
|
215
221
|
- `nodeLabel: string` — this item's spoken name, used for the tree's reorder announcements: a host
|
|
216
|
-
`aria-label` is authoritative in both models
|
|
222
|
+
`aria-label` is authoritative in both models
|
|
223
|
+
(including the component-owned stable-ID fallback for otherwise unnamed data rows); otherwise `item.accessibleLabel || item.label` in
|
|
217
224
|
the data model, or flattened accessibility-visible slotted label text (nested items excluded)
|
|
218
225
|
followed by the `label` fallback in the declarative one. Direct and forwarding-slot
|
|
219
226
|
text/ARIA/visibility mutations update the name
|
|
@@ -25,6 +25,9 @@ classic "typing…" affordance for a standalone status line), `pulse` (a single
|
|
|
25
25
|
quieter cue for a tight space, e.g. next to an avatar), `cursor` (a blinking vertical bar, meant to
|
|
26
26
|
sit inline at the tail end of streamed text still being appended to).
|
|
27
27
|
|
|
28
|
+
Removing `label` restores the localized thinking name while preserving an explicit host
|
|
29
|
+
`aria-label`. Later label assignments remain reactive.
|
|
30
|
+
|
|
28
31
|
**Properties:**
|
|
29
32
|
|
|
30
33
|
- `shape: TypingIndicatorShape = 'dots'` (`'dots' | 'pulse' | 'cursor'`, reflected)
|
|
@@ -23,6 +23,10 @@ The tooltip reuses `lr-tool-call-chip`'s hover/focus/Escape/`aria-describedby` c
|
|
|
23
23
|
Not `lr-context-meter` (occupancy of a fixed capacity); not `lr-generation-metrics` (live, with a
|
|
24
24
|
Stop button) — this is static after the fact.
|
|
25
25
|
|
|
26
|
+
Removing `cost-text` or `summary` safely omits that content; explicit empty values remain empty and
|
|
27
|
+
later values restore it. An open tooltip participates in shared Escape ordering even while only
|
|
28
|
+
hovered, and dismissal preserves focus elsewhere.
|
|
29
|
+
|
|
26
30
|
**Properties:** `tokensIn?: number` (attribute `tokens-in`) — input tokens, normalized to a
|
|
27
31
|
non-negative integer, locale-formatted; segment omitted while unset/non-finite. `tokensOut?: number`
|
|
28
32
|
(attribute `tokens-out`) — same rules. `costText: string = ''` (attribute `cost-text`) —
|
|
@@ -21,6 +21,10 @@ selectable captions, and bounded WebVTT thumbnail previews. It mirrors the publi
|
|
|
21
21
|
API under the `lr-` prefix. Import the granular registration entry with
|
|
22
22
|
`import '@aceshooting/lyra-ui/components/media/video/video.js'`.
|
|
23
23
|
|
|
24
|
+
When progress is unavailable, the disabled native range input and its visible timeline track retain
|
|
25
|
+
resting paint under hover and press. Once media duration makes progress available, the track retains
|
|
26
|
+
its token-driven hover and press feedback.
|
|
27
|
+
|
|
24
28
|
**Properties:** `autoplay: boolean = false`, `autoplayMuted: boolean = false` (attribute
|
|
25
29
|
`autoplay-muted`), `autoplayOnVisible: boolean = false` (attribute `autoplay-on-visible`),
|
|
26
30
|
`controls: 'none' | 'standard' | 'full' = 'standard'`, `currentTime: number = 0` (attribute
|
|
@@ -107,8 +111,10 @@ kept for mechanical Web Awesome migration. Lyra also supplies
|
|
|
107
111
|
Caption and playback-rate selectors remain native `<select>` controls with decorative, pointer-inert
|
|
108
112
|
chevrons; their option foreground and background inherit `--controls-color` and
|
|
109
113
|
`--controls-background`. Controls, elapsed/title text, caption text, and selectors consistently use
|
|
110
|
-
the semantic strong-overlay foreground. The fallback remains legible in light and dark themes
|
|
111
|
-
|
|
114
|
+
the semantic strong-overlay foreground. The fallback remains legible in light and dark themes.
|
|
115
|
+
The poster play button and its glyph instead default to `--lr-color-text` against their
|
|
116
|
+
`--lr-color-surface-overlay` surface. An explicit `--controls-color` retains final precedence on
|
|
117
|
+
both poster and overlay controls, and forced-colors mode remains UA-owned.
|
|
112
118
|
|
|
113
119
|
**RTL behavior:** surrounding controls follow the inherited direction, while the elapsed-media axis
|
|
114
120
|
stays physical left-to-right. Native ArrowRight advances and ArrowLeft rewinds the timeline in both
|
|
@@ -134,7 +134,9 @@ the `lr-virtual-scroll` detail shape.
|
|
|
134
134
|
`groupByRecency(items, options?)` is a DOM-free helper that returns non-empty
|
|
135
135
|
Today/Yesterday/Previous 7 Days/Older buckets, preserves input order within each bucket, and accepts
|
|
136
136
|
a timestamp extractor, reference date, and label overrides. Import it from its granular subpath —
|
|
137
|
-
the package root re-exports it
|
|
137
|
+
the package root also re-exports it without registering custom elements, while the granular
|
|
138
|
+
route limits the named-export module graph. `@aceshooting/lyra-ui/all.js` is the separate eager
|
|
139
|
+
registration entry:
|
|
138
140
|
|
|
139
141
|
```ts
|
|
140
142
|
import { groupByRecency } from "@aceshooting/lyra-ui/utilities/group-by-recency.js";
|
|
@@ -303,11 +305,11 @@ default estimate with sparse `ResizeObserver` measurements for rows that have ac
|
|
|
303
305
|
Each row carries `will-change: transform` (a compositor hint for the per-frame translate), which
|
|
304
306
|
makes every row its own stacking context. Rows otherwise carry no `z-index`, so they paint in DOM
|
|
305
307
|
order and each one paints over the previous. Anything a row renders that overflows its own box —
|
|
306
|
-
an `<lr-
|
|
308
|
+
an `<lr-dropdown>` popup containing a row-action menu, a tooltip, an outward focus ring — is therefore painted
|
|
307
309
|
_underneath_ every following row, no matter how high its own `z-index` is: that `z-index` only
|
|
308
310
|
orders siblings inside the row's own context. The last row always looks correct, which is exactly
|
|
309
311
|
why the failure tends to hide in short lists. A row lifts to `--lr-layer-content` while something
|
|
310
|
-
inside it holds focus or while it contains an open `lr-
|
|
312
|
+
inside it holds focus or while it contains an open `lr-dropdown`. The explicit dropdown-open branch covers
|
|
311
313
|
imperative opening and virtual measurement/render cycles, where focus can temporarily return to
|
|
312
314
|
the document while the popup remains visible. The value deliberately _matches_
|
|
313
315
|
`[part='group']`'s rather than exceeding it, so the two land on the same layer and DOM order
|
|
@@ -32,6 +32,14 @@ control changes target; closing or filtering also retires a row-owned preview on
|
|
|
32
32
|
control represents it. Does not synthesize speech, fetch catalogs, or persist selection; not a
|
|
33
33
|
persona picker; `lr-model-select` stays for LLMs.
|
|
34
34
|
|
|
35
|
+
Removing `label`, `hint`, or `error-text` clears that optional copy in both catalog and free-text
|
|
36
|
+
modes. Removed string properties retain `null` readback, and later assignments restore their
|
|
37
|
+
content.
|
|
38
|
+
|
|
39
|
+
Composing key events (`isComposing` or legacy `keyCode === 229`) remain with the catalog query or
|
|
40
|
+
custom-value editor: they do not navigate options, commit a selection or custom value, or close the
|
|
41
|
+
popup. Ordinary keyboard behavior resumes after composition.
|
|
42
|
+
|
|
35
43
|
**Exported types:** `LyraVoiceCatalogEntry extends LyraCatalogEntry { language?: string;
|
|
36
44
|
description?: string; previewUrl?: string }` — `language`/`description` render as a quiet
|
|
37
45
|
`[part="option-meta"]` second line. Voice catalogs use the shared
|
|
@@ -60,6 +68,10 @@ identically-named properties. `size: LyraSize = 'm'` (reflected) selects the sha
|
|
|
60
68
|
`--lr-form-control-*` metrics. The separate preview button retains the library-wide 40px minimum
|
|
61
69
|
hit area at compact tiers and grows with `l`/`xl`.
|
|
62
70
|
|
|
71
|
+
`readonly: boolean = false` (reflected) mirrors `lr-model-select`: it blocks user typing and catalog
|
|
72
|
+
commits while preserving focus, popup navigation, selection/copy, reset, submission, programmatic
|
|
73
|
+
writes, and the preview actions.
|
|
74
|
+
|
|
63
75
|
The `label` property and `label` slot share one native label in the standard `form-control` frame.
|
|
64
76
|
Slotted label content participates in the accessible name in both closed-dropdown and free-text
|
|
65
77
|
modes; an explicit host `aria-label` remains the highest-precedence name.
|
|
@@ -113,8 +125,9 @@ outer pair. One bubbling/composed `lr-invalid` alias fires when native validity
|
|
|
113
125
|
`[part="form-control-label"]`, retunable or suppressible through
|
|
114
126
|
`--lr-form-control-required-content`, `--lr-form-control-required-color` and
|
|
115
127
|
`--lr-form-control-required-offset`; and while the picker is barred from
|
|
116
|
-
constraint validation (own `disabled`, or an ancestor `<fieldset disabled>`
|
|
117
|
-
|
|
128
|
+
constraint validation (own `disabled` or `readonly`, or an ancestor `<fieldset disabled>`) it
|
|
129
|
+
reports no violation and publishes neither `:state(invalid)` nor
|
|
130
|
+
`:state(user-invalid)`.
|
|
118
131
|
|
|
119
132
|
**CSS parts:** `form-control` (the complete field frame), `form-control-label`, `trigger` (closed-dropdown mode), `combobox`/`combobox-input`
|
|
120
133
|
(free-text mode), `provider-badge`, `listbox`, `option`, `option-label`, `option-meta` (the quiet
|
|
@@ -30,6 +30,15 @@ navigates (no `href` props are allowlisted anywhere). Controlled state binding i
|
|
|
30
30
|
narrow: a versioned document may bind an allowlisted primitive prop to a JSON Pointer, and the host
|
|
31
31
|
must apply every requested change itself.
|
|
32
32
|
|
|
33
|
+
Default authoring diagnostics are silent outside Lit's development mode. An explicit expert
|
|
34
|
+
`ResolveContext.warn` callback remains active in every runtime; warning keys and the suppression cap
|
|
35
|
+
remain scoped to the current context generation. Runtime `lr-render-error` reporting is independent
|
|
36
|
+
of this development diagnostic policy.
|
|
37
|
+
|
|
38
|
+
`createWidgetDocument` validates authored trees immediately. To handle a received, untrusted
|
|
39
|
+
document, pass its envelope to the renderer's `document` boundary; malformed envelopes clear prior
|
|
40
|
+
output and emit `lr-render-error`. The malformed-stream example exercises this boundary.
|
|
41
|
+
|
|
33
42
|
**Exported types:**
|
|
34
43
|
|
|
35
44
|
- `LyraWidgetNode { readonly type: string; readonly id?: string; readonly props?:
|
|
@@ -123,12 +132,12 @@ value to complete the update.
|
|
|
123
132
|
**CSS parts:** `base` (the root wrapper, `display: contents`), `row`, `col`, `text` (built-in
|
|
124
133
|
structural nodes only — a mapped lyra component exposes its own parts instead).
|
|
125
134
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
135
|
+
For predictable rendering, documents are limited to depth 32, 5,000 nodes, and 100 properties per
|
|
136
|
+
node. Content beyond those size limits is omitted or truncated; malformed documents fail closed,
|
|
137
|
+
clearing prior output and emitting `lr-render-error`. `document` is captured when assigned, so
|
|
138
|
+
mutate a copy and assign it to update; `bindingState` updates bindings without changing that
|
|
139
|
+
captured document or registry. Exported deterministic `nodeKey`/`nodePath` identity drives
|
|
140
|
+
reconciliation.
|
|
132
141
|
|
|
133
142
|
```ts
|
|
134
143
|
import { html } from "lit";
|
|
@@ -157,10 +166,10 @@ const view = html`<lr-widget-renderer
|
|
|
157
166
|
```
|
|
158
167
|
|
|
159
168
|
For a controlled binding, use a per-instance registry and apply the event's requested value back to
|
|
160
|
-
`bindingState` (this one-field example binds `/name`).
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
169
|
+
`bindingState` (this one-field example binds `/name`). The direct class route supplies the
|
|
170
|
+
default type mappings but defines only `lr-widget-renderer`; register every mapped custom element
|
|
171
|
+
you use yourself. The normal `widget-renderer.js` entry also registers the eight default mapped
|
|
172
|
+
elements, so do not import it on this route.
|
|
164
173
|
|
|
165
174
|
```html
|
|
166
175
|
<lr-widget-renderer id="bound-widget"></lr-widget-renderer>
|
|
@@ -200,6 +209,5 @@ renderer.addEventListener("lr-widget-state-change", (event) => {
|
|
|
200
209
|
|
|
201
210
|
**Optional peer deps:** none new — the normal registration entry directly imports the eight mapped
|
|
202
211
|
components (`markdown` keeps its own `marked`/`dompurify` optional-peer fallback). The manual class
|
|
203
|
-
route
|
|
204
|
-
|
|
205
|
-
imports only the component registrations its per-instance registry maps.
|
|
212
|
+
route supplies the same default type mappings while leaving component registration under the
|
|
213
|
+
consumer's control.
|
|
@@ -23,8 +23,10 @@ position) survives the transition.
|
|
|
23
23
|
|
|
24
24
|
**Properties:**
|
|
25
25
|
|
|
26
|
-
- `label: string = ''`
|
|
27
|
-
|
|
26
|
+
- `label: string = ''` — header title; a removed attribute renders as absent while preserving
|
|
27
|
+
`null` readback. Supplied empty strings remain empty and later values recover normally.
|
|
28
|
+
- `sublabel: string = ''` — secondary header copy with the same removal, empty-string and recovery
|
|
29
|
+
behavior.
|
|
28
30
|
- `collapsible: boolean = false` (reflected — shows the collapse/expand chevron button)
|
|
29
31
|
- `collapsed: boolean = false` (reflected)
|
|
30
32
|
- `expandable: boolean = false` (reflected — shows the fullscreen toggle button)
|
|
@@ -34,6 +34,10 @@ and repeated edge movements append repeated announcements even when their text i
|
|
|
34
34
|
no live-region role of its own. Pointer input resolves the nearest word from the adequately-sized
|
|
35
35
|
SVG surface; the potentially tiny text glyphs are not independent hit targets.
|
|
36
36
|
|
|
37
|
+
Pinned opposite-sign finite endpoints such as `[-1e308, 1e308]` produce bounded finite scale
|
|
38
|
+
fractions and SVG geometry, including with reversed endpoints or square-root scaling. Word weights
|
|
39
|
+
remain nonnegative; placement budgets, font-size limits, and the omitted-word policy are unchanged.
|
|
40
|
+
|
|
37
41
|
**Properties:**
|
|
38
42
|
|
|
39
43
|
- `words: readonly WordCloudWord[] = []` (attribute: false) — readonly `{ text: string, weight:
|
|
@@ -25,6 +25,10 @@ matching. Every document type declaration is rejected before `DOMParser`, preven
|
|
|
25
25
|
entity access and browser-specific internal-entity expansion. Not `lr-json-viewer` (JS values); not `lr-html-viewer`
|
|
26
26
|
(sanitized _rendered_ HTML). No XPath/XSLT evaluation, no editing, no schema validation.
|
|
27
27
|
|
|
28
|
+
The registration entry also matches extensionless `application/*+xml` MIME essences, ignoring
|
|
29
|
+
parameters, case and outer whitespace. Exact registered MIME keys retain precedence over this
|
|
30
|
+
fallback matcher.
|
|
31
|
+
|
|
28
32
|
**Properties:** `src: string = ''` — URL to fetch and parse; ignored once `xml` is set. `xml?:
|
|
29
33
|
string` (property only) — raw XML text to parse and render; wins over `src`, and setting it parses
|
|
30
34
|
synchronously. Assigning `undefined` relinquishes inline authority and immediately resumes an
|
|
@@ -43,8 +47,11 @@ attribute. Invalid CSS `max-height` values, declaration breaks, and `url()` are
|
|
|
43
47
|
every element's tag name, attribute names/values, and own text (empty/whitespace query behaves like
|
|
44
48
|
`clearSearch()`), accepting at most 4,096 query code units and scanning at most 4,000,000 code
|
|
45
49
|
units while retaining 10,000 matches; `searchNext()`/`searchPrevious()` advance/step back through matches (wrapping);
|
|
46
|
-
`clearSearch()` clears the query and matches.
|
|
47
|
-
|
|
50
|
+
`clearSearch()` clears the query and matches. Imperative `search()`, `searchNext()` and
|
|
51
|
+
`searchPrevious()` reopen the selected match and its ancestors, including manually collapsed
|
|
52
|
+
nodes, before scrolling. Other explicit collapse choices remain in effect, and later manual
|
|
53
|
+
collapse still takes precedence over default expansion. All three resolve only after the newly
|
|
54
|
+
active match's row has been scrolled into view (`block: 'center'`, `behavior: 'auto'` under
|
|
48
55
|
`prefers-reduced-motion`) — before 9.0.0 they moved `data-active-match` without ever scrolling, so
|
|
49
56
|
on a document taller than the viewport the reader never saw the match they had stepped to. Replacing
|
|
50
57
|
the XML source clears document-relative matches and emits the canonical empty `lr-search-change`;
|
|
@@ -20,6 +20,9 @@ Sandboxed iframe preview that mirrors Web Awesome's zoomable-frame contract. It
|
|
|
20
20
|
`<iframe>` through discrete controls without changing the document's own viewport, and fills its
|
|
21
21
|
allocated inline size with a 16:9 aspect ratio by default (override `aspect-ratio` on the host).
|
|
22
22
|
|
|
23
|
+
Focus on either zoom control does not enter the iframe browsing context, and `blur()` does not blur
|
|
24
|
+
a focused zoom control.
|
|
25
|
+
|
|
23
26
|
**Properties:**
|
|
24
27
|
|
|
25
28
|
- `src: string = ''` — iframe URL. Relative, `http:`, `https:`, `blob:`, and exact `about:blank`
|
|
@@ -45,7 +48,7 @@ allocated inline size with a 16:9 aspect ratio by default (override `aspect-rati
|
|
|
45
48
|
and carries no unsupported `aria-disabled` claim.
|
|
46
49
|
- `accessibleLabel: string | null` (attribute `aria-label`) — a declarative attribute remains on
|
|
47
50
|
the host while the iframe gets its localized purpose title, avoiding a duplicate name on two
|
|
48
|
-
semantic owners. A property-only value names the iframe. Explicit empty host naming is preserved
|
|
51
|
+
semantic owners. A property-only value names the iframe and updates reactively without creating a host attribute. Explicit empty host naming is preserved
|
|
49
52
|
as an empty iframe title rather than replaced through truthiness.
|
|
50
53
|
- readonly `iframe?: HTMLIFrameElement`, `contentWindow: Window | null`, and
|
|
51
54
|
`contentDocument: Document | null`. Both content accessors return `null` while detached;
|
|
@@ -73,7 +76,7 @@ rather than a second interactive control; the native zoom buttons remain the sol
|
|
|
73
76
|
actions.
|
|
74
77
|
|
|
75
78
|
**Events:** internal `focus`/`blur` from the iframe are relayed exactly once as owner-realm native
|
|
76
|
-
`FocusEvent`s (bubbling and composed, preserving `relatedTarget`);
|
|
79
|
+
`FocusEvent`s (bubbling and composed, preserving external `relatedTarget`; a transition to or from an internal zoom control uses `null` because retargeting that control to the host would suppress the relay);
|
|
77
80
|
native `load` and `error` are relayed exactly once from the current iframe
|
|
78
81
|
generation as non-bubbling, non-composed `Event` instances. Navigation/source-policy changes
|
|
79
82
|
replace the iframe, so a late event from an earlier document is ignored; detached frames do not
|
|
@@ -82,7 +85,7 @@ notify.
|
|
|
82
85
|
**CSS parts:** `iframe`, `controls`, `zoom-in-button`, and `zoom-out-button`. Real focus entry into
|
|
83
86
|
the browsing context (Tab, pointer, or `focus()`) exposes `data-frame-focused` on the host and paints
|
|
84
87
|
the shared focus ring around the iframe boundary; blur, navigation rekey, disablement, and removal
|
|
85
|
-
clear it.
|
|
88
|
+
clear it. Moving between the iframe and a zoom control clears or restores the marker and emits one matching native blur or focus relay; focusing a zoom control alone leaves the marker absent.
|
|
86
89
|
|
|
87
90
|
**CSS custom properties:** read-only `--lr-zoomable-frame-zoom`, resolved from the `zoom`
|
|
88
91
|
property and applied to the internal iframe scale; and `--lr-zoomable-frame-control-hover-background`
|
package/llms/peers.md
CHANGED
|
@@ -39,11 +39,11 @@ for the page.
|
|
|
39
39
|
|---|---|---|
|
|
40
40
|
| `@aceshooting/lyra-flags` | `^2.3.0` | _(loaded by a shared internal module)_ |
|
|
41
41
|
| `@aiden0z/pptx-renderer` | `^1.2.4` | `lr-pptx-viewer` |
|
|
42
|
-
| `@sgratzl/chartjs-chart-boxplot` | `^4.
|
|
43
|
-
| `chart.js` | `^4.
|
|
44
|
-
| `chartjs-plugin-annotation` | `^3.
|
|
42
|
+
| `@sgratzl/chartjs-chart-boxplot` | `^4.0.0` | `lr-box-plot` |
|
|
43
|
+
| `chart.js` | `^4.0.1` | `lr-bar-chart`, `lr-box-plot`, `lr-bubble-chart`, `lr-chart`, `lr-doughnut-chart`, `lr-histogram`, `lr-line-chart`, `lr-pie-chart`, `lr-polar-area-chart`, `lr-radar-chart`, `lr-scatter-chart` |
|
|
44
|
+
| `chartjs-plugin-annotation` | `^3.0.0` | `lr-bar-chart`, `lr-bubble-chart`, `lr-chart`, `lr-doughnut-chart`, `lr-histogram`, `lr-line-chart`, `lr-pie-chart`, `lr-polar-area-chart`, `lr-radar-chart`, `lr-scatter-chart` |
|
|
45
45
|
| `chartjs-plugin-datalabels` | `^2.2.0` | `lr-bar-chart`, `lr-bubble-chart`, `lr-chart`, `lr-doughnut-chart`, `lr-histogram`, `lr-line-chart`, `lr-pie-chart`, `lr-polar-area-chart`, `lr-radar-chart`, `lr-scatter-chart` |
|
|
46
|
-
| `chartjs-plugin-zoom` | `^2.
|
|
46
|
+
| `chartjs-plugin-zoom` | `^2.0.0` | `lr-bar-chart`, `lr-bubble-chart`, `lr-chart`, `lr-doughnut-chart`, `lr-histogram`, `lr-line-chart`, `lr-pie-chart`, `lr-polar-area-chart`, `lr-radar-chart`, `lr-scatter-chart` |
|
|
47
47
|
| `d3-drag` | `^3.0.0` | `lr-graph`, `lr-knowledge-graph-explorer` |
|
|
48
48
|
| `d3-force` | `^3.0.0` | `lr-graph`, `lr-knowledge-graph-explorer` |
|
|
49
49
|
| `d3-selection` | `^3.0.0` | `lr-graph`, `lr-knowledge-graph-explorer` |
|
|
@@ -58,7 +58,7 @@ for the page.
|
|
|
58
58
|
| `maplibre-gl` | `>=5 <7` | `lr-geojson-view`, `lr-geojson-viewer`, `lr-map` |
|
|
59
59
|
| `marked` | `^18.0.11` | `lr-agent-workspace`, `lr-dashboard-grid`, `lr-eval-run`, `lr-markdown`, `lr-markdown-core`, `lr-message-parts`, `lr-notebook-viewer`, `lr-rag-answer`, `lr-streaming-text`, `lr-widget-renderer` |
|
|
60
60
|
| `papaparse` | `^5.7.0` | `lr-csv-viewer`, `lr-dataset-viewer` |
|
|
61
|
-
| `pdfjs-dist` | `^6.
|
|
61
|
+
| `pdfjs-dist` | `^6.3.289` | `lr-pdf-viewer` |
|
|
62
62
|
| `postal-mime` | `^3.0.0` | `lr-email-viewer` |
|
|
63
63
|
| `qrcode` | `^1.5.4` | `lr-qr-code` |
|
|
64
64
|
| `react` | `>=19 <20` | type-only `@aceshooting/lyra-ui/custom-elements-jsx` entry (no runtime import) |
|
package/llms/shared.md
CHANGED
|
@@ -10,11 +10,6 @@ introduced by the current release, it is the current package version.
|
|
|
10
10
|
compatibility promises: once published, their public APIs receive the same full-semver protection
|
|
11
11
|
as stable components until they are formally deprecated and removed.
|
|
12
12
|
|
|
13
|
-
An experimental component graduates to stable only after its documented API, populated
|
|
14
|
-
accessibility state, behavior in Chromium, Firefox, and WebKit, and compatibility contract pass
|
|
15
|
-
maintainer review and release qualification. A stable component keeps that status only while those
|
|
16
|
-
contracts remain release-blocking.
|
|
17
|
-
|
|
18
13
|
Deprecation is explicit metadata, not an implication from status. Each deprecated component or
|
|
19
14
|
member names a replacement, a deprecation version, a rationale, and the earliest permitted removal
|
|
20
15
|
version. If an API is deprecated in major version M, it remains available for the complete M+1
|
|
@@ -49,8 +44,7 @@ The major-version landmarks after 9.0.0 are:
|
|
|
49
44
|
|
|
50
45
|
- **10.0.0:** removed eligible members deprecated during 9.x and made the public-contract
|
|
51
46
|
corrections listed in its changelog entry; follow that entry's per-member migration guidance.
|
|
52
|
-
- **11.0.0:** carried no known consumer-breaking change
|
|
53
|
-
public-API-gate fingerprint and generated-type churn; consumers upgrading from 10.x were not
|
|
47
|
+
- **11.0.0:** carried no known consumer-breaking change; consumers upgrading from 10.x were not
|
|
54
48
|
expected to change code.
|
|
55
49
|
- **12.0.0:** removed the inherited static `LyraElement.getPropertyDescriptor()` surface after Lit
|
|
56
50
|
deprecated that finalization hook. Ordinary component consumers need no migration; only subclasses
|
|
@@ -64,10 +58,10 @@ Chromium 120+, Gecko 121+, WebKit 16.4+, and Node 20+ (ESM only; there is no Com
|
|
|
64
58
|
Those floors are derived from platform features the source actually uses — `:dir()`, `:has()`,
|
|
65
59
|
`@container`, `color-mix()`, `ElementInternals` form association — because the package ships
|
|
66
60
|
untranspiled ES2022 modules with no polyfills and no build-time downleveling. There is deliberately
|
|
67
|
-
no `browserslist` field: it would describe a build step this package does not have.
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
61
|
+
no `browserslist` field: it would describe a build step this package does not have. The version
|
|
62
|
+
floors are derived from those platform features rather than individually verified version-by-version.
|
|
63
|
+
Raising any floor is a semver-major change. Full policy, including the known WebKit
|
|
64
|
+
cross-shadow-selection gap and the
|
|
71
65
|
rule for when a `@supports` fallback may be dropped:
|
|
72
66
|
<https://github.com/aceshooting/lyra-ui/blob/main/docs/support-policy.md>.
|
|
73
67
|
|
|
@@ -185,12 +179,49 @@ The entry points, then:
|
|
|
185
179
|
`@aceshooting/lyra-ui/ai` (provider-neutral data types), `@aceshooting/lyra-ui/testing`
|
|
186
180
|
(happy-dom shims), `@aceshooting/lyra-ui/utilities/*` (the curated shared helpers, all documented below).
|
|
187
181
|
|
|
182
|
+
### Registration-free component helpers
|
|
183
|
+
|
|
184
|
+
The following focused helpers are public, side-effect-free modules. They do not define a custom
|
|
185
|
+
element, so they are suitable for server code, workers, or applications that need the same data
|
|
186
|
+
normalization as a component without registering it:
|
|
187
|
+
|
|
188
|
+
```ts
|
|
189
|
+
import {
|
|
190
|
+
DEFAULT_INTERNAL_PATTERNS,
|
|
191
|
+
parseStackTrace,
|
|
192
|
+
STACK_TRACE_LIMITS,
|
|
193
|
+
} from '@aceshooting/lyra-ui/components/agent-tools/stack-trace/stack-trace-parse.js';
|
|
194
|
+
import {
|
|
195
|
+
MAX_RENDERED_LYRA_SPANS,
|
|
196
|
+
normalizeLyraSpans,
|
|
197
|
+
} from '@aceshooting/lyra-ui/components/agent-tools/trace-tree/span.js';
|
|
198
|
+
import {
|
|
199
|
+
agentStatusMessage,
|
|
200
|
+
agentStatusVariant,
|
|
201
|
+
} from '@aceshooting/lyra-ui/components/agent-tools/agent-status-presentation.js';
|
|
202
|
+
import {
|
|
203
|
+
approvalAction,
|
|
204
|
+
approvalDecision,
|
|
205
|
+
} from '@aceshooting/lyra-ui/components/agent-tools/approval-state.js';
|
|
206
|
+
import { DEFAULT_WIDGET_TYPE_REGISTRY } from '@aceshooting/lyra-ui/components/conversation/widget-renderer/default-registry.js';
|
|
207
|
+
```
|
|
208
|
+
|
|
209
|
+
Their companion type exports remain on those same paths: stack parsing exposes `StackFrame`,
|
|
210
|
+
`StackGroup`, `StackTraceParseOptions`, and `StackTraceParseResult`; span projection exposes
|
|
211
|
+
`LyraSpan`, `LyraSpanKind`, `LyraSpanStatus`, and `LyraSpanProjection`; status and approval helpers
|
|
212
|
+
expose their respective presentation and decision types. The status helpers are `agentStatusKind`,
|
|
213
|
+
`agentStatusLabel`, `agentStatusMessage`, `agentStatusVariant`, `isAgentStatusTerminal`, and
|
|
214
|
+
`isAgentStatusActive`; approval also exports `ApprovalAction` and `ApprovalDecision`; span also
|
|
215
|
+
exports `normalizeLyraSpanKind` and `normalizeLyraSpanStatus`; the widget registry module exports
|
|
216
|
+
only `DEFAULT_WIDGET_TYPE_REGISTRY`. Import a component registration entry separately when the page
|
|
217
|
+
also renders that component.
|
|
218
|
+
|
|
188
219
|
### Optional autoloader
|
|
189
220
|
|
|
190
221
|
`@aceshooting/lyra-ui/autoloader.js` exports `discover(root?, options?)`, `start(root?, options?)`,
|
|
191
|
-
and `stop()`. It
|
|
192
|
-
|
|
193
|
-
|
|
222
|
+
and `stop()`. It can load each known Lyra tag independently, allowing bundlers to split components
|
|
223
|
+
while granular imports remain independent. Importing this entry alone has no side effect and
|
|
224
|
+
registers nothing.
|
|
194
225
|
|
|
195
226
|
- `discover()` scans once. `start()` performs the same initial scan, then observes dynamic and
|
|
196
227
|
Turbo-style replacement subtrees; a later `start()` stops the previous watcher. `stop()` is
|
|
@@ -351,8 +382,8 @@ through `@aceshooting/lyra-ui/events` for listeners on an ancestor, `document` o
|
|
|
351
382
|
## Form association
|
|
352
383
|
|
|
353
384
|
`FormAssociated(Base)` (`@aceshooting/lyra-ui/utilities/form-associated.js`) makes a `LitElement`
|
|
354
|
-
form-associated: `static formAssociated = true` plus `attachInternals
|
|
355
|
-
eagerly calls
|
|
385
|
+
form-associated: `static formAssociated = true` plus a descriptor-safe `attachInternals` lookup in
|
|
386
|
+
the constructor, which eagerly calls
|
|
356
387
|
`internals.setFormValue('')` so an untouched control is present in `FormData` as `""` from
|
|
357
388
|
construction — matching native `<input>` — instead of being absent.
|
|
358
389
|
|
|
@@ -811,8 +842,8 @@ both modes: `on-<e>` clears WCAG 1.4.3's 4.5:1 against `fill-<e>` at the _same_
|
|
|
811
842
|
construction, and no other pairing is promised. `border-normal` and `border-loud` clear 1.4.11's
|
|
812
843
|
3:1 against the page surface, so a control's visible bounds are always discernible. `border-quiet`
|
|
813
844
|
is deliberately exempt: it exists for decoration that is not load-bearing — a rule between table
|
|
814
|
-
rows, a hairline inside an already-bounded card — so never use it as a control's only boundary.
|
|
815
|
-
|
|
845
|
+
rows, a hairline inside an already-bounded card — so never use it as a control's only boundary.
|
|
846
|
+
These guarantees apply in both modes.
|
|
816
847
|
|
|
817
848
|
**Every slot has its own `--lr-theme-*` override**, named after the slot, so one decision can be
|
|
818
849
|
rethemed without forking anything beneath it:
|
|
@@ -1040,11 +1071,9 @@ fails when inherited from a wrapper, that is a component bug; setting the same h
|
|
|
1040
1071
|
every host should not be necessary.
|
|
1041
1072
|
|
|
1042
1073
|
**There is no way to tell a live `--lr-*` declaration from a dead one without rendering.** A dead
|
|
1043
|
-
declaration is byte-identical to a working one in the stylesheet
|
|
1044
|
-
it
|
|
1045
|
-
|
|
1046
|
-
`getComputedStyle` on the real element in the real state, and perturb the value deliberately to
|
|
1047
|
-
confirm the assertion actually bites.
|
|
1074
|
+
declaration is byte-identical to a working one in the stylesheet; a stylesheet-text check cannot
|
|
1075
|
+
distinguish it. Verify with `getComputedStyle` on the real element in the real state, and perturb
|
|
1076
|
+
the value deliberately to confirm the assertion actually bites.
|
|
1048
1077
|
|
|
1049
1078
|
The same trap has a second form inside a component's own styles: a _declared_ value always wins
|
|
1050
1079
|
over a `var()` fallback arm, and `auto` is a declared value. That is why the exact-height escape
|
|
@@ -1670,11 +1699,8 @@ import {
|
|
|
1670
1699
|
`CitationSelectEventDetail`, `ToolApprovalEventDetail`, `CancelEventDetail`, `RetryEventDetail`,
|
|
1671
1700
|
`ExportEventDetail`
|
|
1672
1701
|
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
`lr-attachment-chip`, and `lr-document-preview`. The binding is enforced by `tsc` without shipping
|
|
1676
|
-
an importable contract module. The types are structural and provider-agnostic: map any vendor's
|
|
1677
|
-
payload onto them once, at the edge.
|
|
1702
|
+
These structural, provider-agnostic types correspond to the component inputs above; map a vendor
|
|
1703
|
+
payload onto them at the edge.
|
|
1678
1704
|
|
|
1679
1705
|
### Task-first AI composition guide
|
|
1680
1706
|
|
|
@@ -1775,24 +1801,17 @@ whose rendering depends on something only a browser can answer — its own light
|
|
|
1775
1801
|
browser global such as `EyeDropper` — reproduces the server's answer on the hydrating render and
|
|
1776
1802
|
corrects itself on the next update, so a slotted override lands one frame after hydration; a
|
|
1777
1803
|
browser-only mount is unaffected and renders the final result the first time. Layout/observer/canvas/media work
|
|
1778
|
-
begins after hydration, and remote content is client-only.
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
components actually call — `setFormValue()`, `setValidity()`, `checkValidity()`, `reportValidity()`,
|
|
1790
|
-
plus readonly `form`/`labels`/`validity`/`validationMessage`/`willValidate`. `setValidity()` matters
|
|
1791
|
-
beyond construction: `AnchoredValidityController` calls it on every update, so without the shim a
|
|
1792
|
-
form control throws on any `value` change, not only when it is created. The shim is a no-op wherever
|
|
1793
|
-
`attachInternals` already exists (any real browser), so it is safe to call unconditionally from a
|
|
1794
|
-
shared setup file. This package's own tests run in real browsers via `@web/test-runner` and never
|
|
1795
|
-
call it.
|
|
1804
|
+
begins after hydration, and remote content is client-only.
|
|
1805
|
+
|
|
1806
|
+
## Testing form-associated components: `@aceshooting/lyra-ui/testing`
|
|
1807
|
+
|
|
1808
|
+
`@aceshooting/lyra-ui/testing` exports `installHappyDomFormAssociatedShims(): void` for test
|
|
1809
|
+
environments without usable `ElementInternals`. In that environment, form participation is inert
|
|
1810
|
+
while components retain local validity and state behavior. Install the helper once before assertions
|
|
1811
|
+
that need form-value or validity behavior: it supplies
|
|
1812
|
+
`setFormValue()`, `setValidity()`, `checkValidity()`, `reportValidity()`, and readonly
|
|
1813
|
+
`form`/`labels`/`validity`/`validationMessage`/`willValidate`. The shim is a no-op where the
|
|
1814
|
+
platform already provides internals, so it is safe in a shared setup file.
|
|
1796
1815
|
|
|
1797
1816
|
## Accessibility contract
|
|
1798
1817
|
|
|
@@ -1818,20 +1837,13 @@ computed name. Check the component's own reference section (or its class JSDoc)
|
|
|
1818
1837
|
convention it uses before writing markup — an `accessible-label` attribute on an `aria-label`-only
|
|
1819
1838
|
component is a silent no-op, not an error.
|
|
1820
1839
|
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
(4.5:1 text, 3:1 control borders, in both the light and dark palettes), a 40px minimum target size,
|
|
1824
|
-
pressed-state coverage for every hoverable part, and `::part()` reachability are separate blocking
|
|
1825
|
-
gates. All of that is automated. **No screen reader has been run against this library, in any
|
|
1826
|
-
pairing, and no human accessibility audit exists** — so treat "accessible" here as "passes an
|
|
1827
|
-
automated rule engine and a written role/name/state contract", never as verified assistive-technology
|
|
1828
|
-
behavior, and expect no conformance claim or VPAT. The full statement of what is and is not covered,
|
|
1829
|
-
plus how to report an accessibility bug, is at
|
|
1840
|
+
Lyra UI does not make a formal assistive-technology conformance claim or provide a VPAT. For the
|
|
1841
|
+
documented accessibility scope and how to report an accessibility issue, see
|
|
1830
1842
|
<https://github.com/aceshooting/lyra-ui/blob/main/docs/accessibility.md>.
|
|
1831
1843
|
|
|
1832
1844
|
## Editor and tooling integration
|
|
1833
1845
|
|
|
1834
|
-
The published package ships machine-readable metadata for editors
|
|
1846
|
+
The published package ships machine-readable metadata for editors:
|
|
1835
1847
|
`custom-elements.json` (Custom Elements Manifest), `web-types.json` (JetBrains, zero-config), and
|
|
1836
1848
|
`vscode-html-data.json` / `vscode-css-data.json` (point `html.customData` / `css.customData` at them
|
|
1837
1849
|
in `.vscode/settings.json`). For an agent, `llms/components/<tag>.md` is the cheaper source; these
|
|
@@ -2014,7 +2026,9 @@ arrowPadding?: number; hoverBridge?: HTMLElement; onPlaced?: (result: PlacementR
|
|
|
2014
2026
|
application can build its **own** form-associated control alongside Lyra's and have it
|
|
2015
2027
|
participate in a form, restore on reset, and report validity the same way every `lr-` control
|
|
2016
2028
|
does. Reach for it instead of hand-rolling `attachInternals()` when a bespoke control has to sit
|
|
2017
|
-
in the same `<form>` as these.
|
|
2029
|
+
in the same `<form>` as these. `attachInternalsSafely()` inspects own and inherited data
|
|
2030
|
+
descriptors without reading accessors, calls an eligible implementation once, and returns the
|
|
2031
|
+
fallback internals for a missing, accessor-backed, non-callable, or throwing capability.
|
|
2018
2032
|
The free-function signatures are `attachInternalsSafely(host)`,
|
|
2019
2033
|
`createStringArrayFormDataState(name, values)`, `readStringArrayFormDataState(state)`, and
|
|
2020
2034
|
`FormAssociated(Base, valueAdapter?)`. For a non-string value, pass a typed
|
|
@@ -2277,13 +2291,10 @@ number; clearTimeout(handle: number): void }`.
|
|
|
2277
2291
|
- `formResetCallback()` restores the _content attribute_ default, so `el.value = 'x'` never redefines
|
|
2278
2292
|
what `form.reset()` restores to (native `defaultValue`/`defaultSelected` semantics).
|
|
2279
2293
|
|
|
2280
|
-
##
|
|
2294
|
+
## Reference artifacts
|
|
2281
2295
|
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
family references, this shared guide, and the introductory LLM sources are authored inputs; the
|
|
2285
|
-
generated index, per-component pages, tokens, peers, migration reference, and concatenated catalog
|
|
2286
|
-
are freshness-checked against them, the manifest, and `dist/` before publication.
|
|
2296
|
+
The package includes authored family and shared references plus derived index, component, token,
|
|
2297
|
+
peer, migration, and concatenated references.
|
|
2287
2298
|
|
|
2288
2299
|
## When no component fits, file it
|
|
2289
2300
|
|