@aceshooting/lyra-ui 14.0.0 → 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 +149 -19
- package/custom-elements.json +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 +4 -4
- 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/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/terminal/terminal.class.d.ts +1 -1
- package/dist/components/agent-tools/terminal/terminal.class.js +2 -2
- 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 +1 -1
- package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.class.js +2 -2
- package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.class.js +4 -4
- 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/charts/chart/box-plot.class.d.ts +2 -0
- package/dist/components/charts/chart/box-plot.class.js +1 -1
- package/dist/components/charts/chart/chart.class.d.ts +6 -1
- package/dist/components/charts/chart/chart.class.js +1 -1
- package/dist/components/charts/chart/lite-chart.class.d.ts +20 -11
- package/dist/components/charts/chart/lite-chart.class.js +10 -8
- package/dist/components/conversation/chat-message/chat-message.class.d.ts +4 -3
- 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/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/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.class.d.ts +1 -1
- package/dist/components/conversation/message-actions/message-actions.class.d.ts +2 -0
- package/dist/components/conversation/message-actions/message-actions.class.js +1 -1
- package/dist/components/conversation/message-feedback/message-feedback.class.d.ts +3 -1
- package/dist/components/conversation/message-feedback/message-feedback.class.js +2 -2
- package/dist/components/conversation/message-parts/message-parts.class.d.ts +3 -0
- package/dist/components/conversation/model-select/model-select.class.js +3 -3
- package/dist/components/conversation/thread-list/thread-list.class.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/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.js +3 -3
- 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 +6 -3
- package/dist/components/data/calendar/calendar.class.js +1 -1
- 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.js +2 -2
- package/dist/components/data/data-grid/data-grid.class.d.ts +6 -2
- package/dist/components/data/data-grid/data-grid.class.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/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 +5 -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/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/heatmap/heatmap.class.d.ts +7 -4
- package/dist/components/data/heatmap/heatmap.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 +5 -2
- package/dist/components/data/table/table.class.js +2 -2
- 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.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/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/code-editor/code-editor.class.d.ts +11 -3
- package/dist/components/forms/code-editor/code-editor.class.js +6 -7
- package/dist/components/forms/code-editor/code-editor.styles.js +1 -1
- package/dist/components/forms/color-picker/color-picker.class.d.ts +5 -1
- 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/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 +24 -13
- package/dist/components/forms/date-picker/date-picker.class.js +7 -7
- package/dist/components/forms/date-picker/date-picker.styles.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 +5 -1
- package/dist/components/forms/input/input.class.js +1 -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 +3 -0
- package/dist/components/forms/input/time-input.class.js +1 -1
- package/dist/components/forms/locale-picker/locale-picker.class.d.ts +5 -1
- package/dist/components/forms/locale-picker/locale-picker.class.js +2 -2
- 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/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 +3 -1
- package/dist/components/layout/app-rail/app-rail.class.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.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 +3 -3
- package/dist/components/layout/filter-bar/filter-bar.class.d.ts +3 -1
- package/dist/components/layout/filter-bar/filter-bar.class.js +1 -1
- 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 +9 -3
- package/dist/components/layout/multi-split/multi-split.class.js +1 -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/split-panel/split-panel.class.d.ts +2 -1
- package/dist/components/layout/split-panel/split-panel.class.js +1 -1
- 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/widget/widget.class.d.ts +6 -2
- package/dist/components/layout/widget/widget.class.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/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/map/map.class.d.ts +5 -3
- 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/sequence-playback/sequence-playback.class.d.ts +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/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/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/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.class.d.ts +9 -7
- package/dist/components/retrieval/graph/graph.class.js +1 -1
- package/dist/components/retrieval/grounding-summary/grounding-summary.class.d.ts +1 -3
- 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-graph-explorer/knowledge-graph-explorer.class.d.ts +3 -2
- package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.js +7 -3
- 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/source-picker/source-picker.class.d.ts +2 -1
- package/dist/components/retrieval/source-picker/source-picker.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/json-viewer/json-viewer.class.d.ts +3 -2
- package/dist/components/utility/json-viewer/json-viewer.class.js +2 -2
- 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 +3 -1
- package/dist/components/utility/mention-popover/mention-popover.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-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-preview/document-preview.class.d.ts +4 -2
- package/dist/components/viewers/document-preview/document-preview.class.js +1 -1
- package/dist/components/viewers/document-preview/document-preview.styles.js +1 -1
- package/dist/components/viewers/document-viewer/document-viewer.class.d.ts +3 -2
- package/dist/components/viewers/document-viewer/document-viewer.class.js +2 -2
- 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/ebook-viewer/ebook-viewer.class.d.ts +7 -1
- package/dist/components/viewers/ebook-viewer/ebook-viewer.class.js +1 -1
- package/dist/components/viewers/email-viewer/email-viewer.class.d.ts +2 -1
- package/dist/components/viewers/email-viewer/email-viewer.class.js +2 -2
- 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/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/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/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/internal/aria-reflection.js +1 -1
- package/dist/internal/catalog-picker.js +1 -1
- package/dist/internal/default-strings.generated.d.ts +1 -1
- package/dist/internal/default-strings.generated.js +1 -1
- package/dist/internal/dev-mode-attribute-warning.d.ts +3 -0
- package/dist/internal/dev-mode-attribute-warning.js +1 -1
- package/dist/internal/form-associated.js +1 -1
- package/dist/internal/localization-types.d.ts +1 -1
- package/dist/internal/localization.js +1 -1
- package/dist/internal/lyra-element.js +1 -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/positioner.d.ts +5 -4
- package/dist/internal/reactive-property-writes.d.ts +1 -0
- package/dist/internal/reactive-property-writes.js +1 -0
- package/dist/internal/svg-title.d.ts +3 -0
- package/dist/internal/svg-title.js +1 -0
- package/dist/svelte.d.ts +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/fa.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/pt-BR.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/zh-CN.js +1 -1
- package/dist/vue.d.ts +1 -1
- package/llms/components/lr-accordion-item.md +4 -0
- package/llms/components/lr-accordion.md +4 -0
- package/llms/components/lr-agent-trace.md +3 -0
- 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 +6 -0
- package/llms/components/lr-av-player.md +14 -0
- package/llms/components/lr-avatar.md +4 -0
- package/llms/components/lr-box-plot.md +6 -0
- package/llms/components/lr-button.md +11 -3
- package/llms/components/lr-calendar-viewer.md +4 -0
- package/llms/components/lr-calendar.md +5 -0
- package/llms/components/lr-carousel.md +5 -0
- package/llms/components/lr-chart.md +13 -4
- 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-code-block-core.md +16 -4
- package/llms/components/lr-code-block.md +7 -0
- package/llms/components/lr-code-editor.md +18 -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 +6 -0
- package/llms/components/lr-dashboard-grid.md +5 -0
- package/llms/components/lr-data-grid.md +11 -1
- package/llms/components/lr-dataset-viewer.md +3 -2
- package/llms/components/lr-date-input.md +46 -6
- package/llms/components/lr-date-picker.md +46 -6
- package/llms/components/lr-details.md +4 -0
- package/llms/components/lr-dialog.md +4 -0
- package/llms/components/lr-document-library.md +4 -0
- package/llms/components/lr-document-preview.md +7 -1
- package/llms/components/lr-document-viewer.md +9 -3
- package/llms/components/lr-dropdown-item.md +4 -0
- package/llms/components/lr-dropdown.md +3 -0
- package/llms/components/lr-ebook-viewer.md +4 -0
- package/llms/components/lr-email-viewer.md +5 -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-file-input.md +7 -0
- 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-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-query-builder.md +6 -0
- package/llms/components/lr-graph.md +8 -2
- package/llms/components/lr-heatmap.md +13 -0
- 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 +4 -0
- package/llms/components/lr-input.md +22 -8
- package/llms/components/lr-json-viewer.md +4 -0
- package/llms/components/lr-kbd.md +3 -0
- package/llms/components/lr-knowledge-graph-explorer.md +7 -0
- package/llms/components/lr-known-date.md +7 -0
- package/llms/components/lr-lite-chart.md +21 -4
- package/llms/components/lr-live-region.md +3 -0
- package/llms/components/lr-locale-picker.md +6 -0
- package/llms/components/lr-map.md +8 -0
- package/llms/components/lr-markdown-core.md +4 -0
- package/llms/components/lr-markdown.md +8 -4
- package/llms/components/lr-media-card.md +5 -2
- package/llms/components/lr-mention-popover.md +5 -0
- 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 +3 -0
- package/llms/components/lr-message-feedback.md +4 -0
- package/llms/components/lr-message-parts.md +3 -2
- package/llms/components/lr-model-select.md +8 -0
- package/llms/components/lr-multi-split.md +15 -6
- package/llms/components/lr-native-time-input.md +10 -0
- package/llms/components/lr-node-palette.md +3 -0
- 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-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-studio.md +7 -0
- package/llms/components/lr-provenance-panel.md +3 -0
- package/llms/components/lr-push-to-talk.md +3 -0
- 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 +3 -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 +3 -0
- package/llms/components/lr-result-field.md +3 -0
- package/llms/components/lr-rubric-form.md +12 -0
- package/llms/components/lr-select.md +9 -0
- package/llms/components/lr-sequence-playback.md +4 -0
- package/llms/components/lr-slider.md +16 -4
- 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-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 +3 -0
- package/llms/components/lr-textarea.md +9 -0
- package/llms/components/lr-thread-list.md +6 -3
- 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 +5 -3
- package/llms/components/lr-tool-param-form.md +4 -0
- package/llms/components/lr-tool-result-dialog.md +4 -0
- package/llms/components/lr-tool-select-dialog.md +4 -0
- 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 +8 -0
- package/llms/components/lr-widget-renderer.md +9 -0
- 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-full.txt +4080 -2711
- package/package.json +2 -2
- package/vscode-css-data.json +1 -1
- package/vscode-html-data.json +1 -1
- package/web-types.json +1 -1
|
@@ -26,6 +26,12 @@ item's `title`/`description` routinely hold focusable content, so wrapping the r
|
|
|
26
26
|
would trip `nested-interactive`). The opt-in clustered time scale adds only native count-marker
|
|
27
27
|
buttons; it does not make the individual rows interactive.
|
|
28
28
|
|
|
29
|
+
Horizontal time layouts using `collision="overlap"` or `collision="stack"` allocate their block size
|
|
30
|
+
from the actual item content and lane offsets. The height follows content growth, shrinkage, and
|
|
31
|
+
changes in lane count. `--lr-timeline-time-extent` still controls only the main-axis distance, and
|
|
32
|
+
horizontal scrolling retains clipping on the cross axis. Cluster mode keeps its existing sizing
|
|
33
|
+
behavior.
|
|
34
|
+
|
|
29
35
|
**`lr-timeline` properties:** `orientation: 'vertical' | 'horizontal' = 'vertical'` — note the
|
|
30
36
|
opposite default from `lr-stepper`; `horizontal` makes `[part='base']` a horizontally scrollable row.
|
|
31
37
|
`accessibleLabel?: string` (attribute `aria-label`) overrides the localized `"Timeline"` name —
|
|
@@ -21,6 +21,20 @@ prevented, so focus still advances normally. Backspace removes the last token. `
|
|
|
21
21
|
readonly owned `readonly string[]` snapshot and repeated values are submitted under `name`; mutate
|
|
22
22
|
a new array and reassign it to change the list.
|
|
23
23
|
|
|
24
|
+
Composing keyboard events (`isComposing` or legacy key code 229) remain with the native draft or
|
|
25
|
+
inline editor without adding/removing tokens, committing an edit or closing the editor. Normal
|
|
26
|
+
Enter, delimiter, Tab, Backspace and Escape behavior is unchanged after composition.
|
|
27
|
+
|
|
28
|
+
Host `aria-describedby` references resolve in the host's root and precede local hint/error guidance
|
|
29
|
+
on the native draft input. Live source replacement, removal, reinsertion, host reconnection and
|
|
30
|
+
document adoption update the relationship. Removing `label`, `hint` or `error-text` safely removes
|
|
31
|
+
that copy while preserving native attribute-removal property readback, including `null`; explicit
|
|
32
|
+
empty and later replacement strings remain supported.
|
|
33
|
+
|
|
34
|
+
Editable token labels vertically center their text within the existing pointer target while
|
|
35
|
+
retaining narrow-content ellipsis, wrapping and alignment with the remove action. The ordinary
|
|
36
|
+
noneditable token layout remains the default.
|
|
37
|
+
|
|
24
38
|
**Properties:** live, non-reflecting `value`, reflected `defaultValue` (attribute `value`, encoded
|
|
25
39
|
as a JSON string array), `customError` (`custom-error`), `label`, `hint`, `errorText`
|
|
26
40
|
(`error-text`), `placeholder`, `name`,
|
|
@@ -23,6 +23,9 @@ focused) fires `lr-tool-call-chip-select`; a consumer wires that to opening a
|
|
|
23
23
|
`<lr-tool-result-dialog>` (or anything else) at the call site, keeping the chip reusable wherever
|
|
24
24
|
a compact call summary is useful, with or without a detail surface behind it.
|
|
25
25
|
|
|
26
|
+
Removing `category` or `summary` hides that optional text; assigning either attribute again restores
|
|
27
|
+
its content.
|
|
28
|
+
|
|
26
29
|
**Properties:**
|
|
27
30
|
|
|
28
31
|
- `name: string = ''` — the tool/function name, e.g. `web_search`
|
|
@@ -109,9 +112,8 @@ sub-1000ms `"820ms"`, else trimmed to at most one decimal of seconds (`"1.5s"`,
|
|
|
109
112
|
|
|
110
113
|
**Known gotchas:**
|
|
111
114
|
|
|
112
|
-
-
|
|
113
|
-
|
|
114
|
-
text node assigned to the default slot won't trigger the tooltip)
|
|
115
|
+
- meaningful default-slot text or element content enables the preview tooltip; whitespace-only
|
|
116
|
+
text does not. A text preview needs no wrapper, and the preview remains inert and noninteractive
|
|
115
117
|
- the native button always keeps its purpose-specific generated name (`"name — summary — Status —
|
|
116
118
|
duration"`). A host `aria-label` remains on the host and is not cloned onto that button; even an
|
|
117
119
|
explicit empty host label never leaves the actionable button unnamed
|
|
@@ -24,6 +24,10 @@ can name the form-associated host. A non-empty host `aria-label` remains on the
|
|
|
24
24
|
aggregate semantic owner, so `base` omits its duplicate role/name. The individual generated fields
|
|
25
25
|
keep their own purpose-specific names in every case.
|
|
26
26
|
|
|
27
|
+
Choosing Boolean Unset keeps an explicit `undefined` value when a schema default exists; deleting
|
|
28
|
+
that key or replacing the value with an absent key restores default materialization. Without a
|
|
29
|
+
schema default, Unset removes the key.
|
|
30
|
+
|
|
27
31
|
**Supported schema subset:** a _flat_ object whose properties use one primitive `type`
|
|
28
32
|
(`'string'`, `'number'`, `'integer'`, or `'boolean'`), `required` property presence, string `enum`,
|
|
29
33
|
primitive `const`, and the `title`/`description`/`default` annotations. Nested objects, arrays, type
|
|
@@ -24,6 +24,10 @@ so slot-forwarding does not put a forwarding `<slot>` where a slotted `<lr-tab-g
|
|
|
24
24
|
child scan expects real projected content, while its modal behavior participates in the shared
|
|
25
25
|
overlay stack.
|
|
26
26
|
|
|
27
|
+
Assigning `accessibleLabel` directly names the inner dialog when no host `aria-label` is present. A
|
|
28
|
+
host `aria-label` retains its separate host ownership, and an empty direct value uses the tool
|
|
29
|
+
title.
|
|
30
|
+
|
|
27
31
|
**Properties:**
|
|
28
32
|
|
|
29
33
|
- `open: boolean = false` (reflected) — whether the dialog is open; set it directly or use the
|
|
@@ -21,6 +21,10 @@ available in a conversation. It keeps its own panel template rather than nesting
|
|
|
21
21
|
it has no dependency on the general-purpose dialog, while its modal behavior participates in the
|
|
22
22
|
shared overlay stack. First-party invention (no Web Awesome equivalent).
|
|
23
23
|
|
|
24
|
+
Programmatic `selectedToolIds` and `useDefaults` replacements synchronize the live checkbox and
|
|
25
|
+
switch state after user edits without emitting change events. Removing `search-placeholder` restores
|
|
26
|
+
localized copy, while an explicitly empty placeholder stays empty.
|
|
27
|
+
|
|
24
28
|
**Exported types:**
|
|
25
29
|
|
|
26
30
|
- `ToolSelectDialogTool { id: string; name: string; description?: string; category?: string; icon?:
|
|
@@ -19,6 +19,12 @@
|
|
|
19
19
|
A tooltip for a consumer-owned trigger, positioned with the shared Floating UI positioner. Which
|
|
20
20
|
interactions open it is configurable as of 8.0.0; by default it is still hover and focus.
|
|
21
21
|
|
|
22
|
+
An open lr-tooltip repositions when its effective host or inherited text direction changes,
|
|
23
|
+
preserving open state without emitting lifecycle events.
|
|
24
|
+
|
|
25
|
+
Removing `content` safely omits tooltip fallback text while preserving `null` property readback;
|
|
26
|
+
later text renders normally.
|
|
27
|
+
|
|
22
28
|
**Properties:**
|
|
23
29
|
|
|
24
30
|
- `open: boolean = false` (reflected) — assigning it runs the same lifecycle as `show()`/`hide()`.
|
|
@@ -20,6 +20,9 @@ A collapsible span hierarchy for one agent/LLM trace (Langfuse/LangSmith run-tre
|
|
|
20
20
|
name, status, an inline duration bar on the shared trace time scale, and optional tokens/cost
|
|
21
21
|
columns. Consumes the same `LyraSpan[]` as `<lr-span-waterfall>`.
|
|
22
22
|
|
|
23
|
+
Span views omit whitespace-only IDs and preserve every nonblank business ID exactly, including
|
|
24
|
+
surrounding whitespace. The first valid admitted duplicate continues to win.
|
|
25
|
+
|
|
23
26
|
**Properties:** `spans: LyraSpan[] = []` (attribute: false) — the same `LyraSpan` shape documented
|
|
24
27
|
under `lr-span-waterfall` above (exported from `trace-tree/span.ts`); hierarchy comes from
|
|
25
28
|
`parentId`, and a span whose `parentId` is missing or doesn't resolve within the same array renders
|
|
@@ -21,6 +21,9 @@ with in-place upgrades keyed by `id`, and a stick-to-bottom auto-scroll with rel
|
|
|
21
21
|
`follow`/`lr-follow-change` contract `<lr-terminal>` uses. Live captions only — recorded-media
|
|
22
22
|
transcript sync is a separate concern.
|
|
23
23
|
|
|
24
|
+
Activating the focused jump action resumes follow and transfers focus to the scroll base when the
|
|
25
|
+
action disappears, unless a newer outside focus move takes precedence.
|
|
26
|
+
|
|
24
27
|
**Properties:** `entries: LyraTranscriptEntry[] = []` (attribute: false) — `LyraTranscriptEntry { id:
|
|
25
28
|
string; speaker?: string; text: string; interim?: boolean; timestamp?: LyraTimestamp }` (exported by
|
|
26
29
|
this module; `LyraTimestamp = Date | string | number`, normalized through Date/TimeClip). Reconciled
|
|
@@ -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
|
|
@@ -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?:
|
|
@@ -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`
|