@aceshooting/lyra-ui 14.0.0 → 14.1.1
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 +155 -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 +4 -4
- package/vscode-css-data.json +1 -1
- package/vscode-html-data.json +1 -1
- package/web-types.json +1 -1
|
@@ -29,8 +29,7 @@ import to `LyraPanZoom`); `lr-zoomable-frame` now means the mapped iframe compon
|
|
|
29
29
|
as absent and the default slot renders; no empty or unsafe `<img>` replaces that fallback.
|
|
30
30
|
- `accessibleLabel: string | null` (attribute `aria-label`) — a declarative host label remains on
|
|
31
31
|
the host while the focusable viewport receives the localized inspection-surface purpose name.
|
|
32
|
-
A property-only value
|
|
33
|
-
outer component and nested `role="group"`.
|
|
32
|
+
A property-only value names the viewport and updates reactively without creating a host attribute. This avoids cloning one author label onto both the outer component and nested `role="group"`. An explicitly empty direct property remains empty; a present host attribute, including an empty one, leaves the viewport's localized purpose name intact.
|
|
34
33
|
|
|
35
34
|
**Methods:** `zoomIn()`, `zoomOut()`, and `resetZoom()` update zoom and emit `lr-zoom-change`
|
|
36
35
|
(`detail: { zoom }`). `resetZoom()` preserves pan; `resetView()` also scrolls the viewport to the
|
|
@@ -24,6 +24,14 @@ with `loadLibphonenumberAdapter()`. Without an adapter, already-international E.
|
|
|
24
24
|
normalizes and validates; national input remains editable with `incomplete` validity. The loader
|
|
25
25
|
returns its discovered country catalog as a frozen array of frozen records.
|
|
26
26
|
|
|
27
|
+
For `default-country`, removing the attribute safely uses the existing country fallback while
|
|
28
|
+
leaving property readback at native `null`; an existing selected country remains selected.
|
|
29
|
+
Explicit empty strings remain empty, and later valid default-country values work normally.
|
|
30
|
+
|
|
31
|
+
Host `aria-describedby` references resolve onto the telephone input before its local hint/error
|
|
32
|
+
guidance. References track missing IDs, target replacement, removal/reinsertion, reconnect, and
|
|
33
|
+
adoption. The country selector keeps its separate existing accessible-name contract.
|
|
34
|
+
|
|
27
35
|
The country selector keeps the real native `<select>` (localized full country names in its popup,
|
|
28
36
|
native mobile pickers, keyboard type-ahead) but stretches it invisibly over a compact decorative
|
|
29
37
|
trigger showing the selected alpha-2 code plus a design-system chevron — long country names never
|
|
@@ -123,13 +131,20 @@ null` (attribute `custom-error`) carries a consumer-supplied validation message.
|
|
|
123
131
|
removes it from the accessibility tree entirely.)
|
|
124
132
|
- `phoneLabel: string = ''` (attribute `phone-label`) — explicit accessible-name override for the
|
|
125
133
|
native telephone input.
|
|
126
|
-
- `countryLabel: string = 'Select'` (attribute `country-label`) — country-selector accessible name
|
|
127
|
-
|
|
134
|
+
- `countryLabel: string = 'Select'` (attribute `country-label`) — country-selector accessible name.
|
|
135
|
+
Omitted copy uses the localized `select` message. Explicit text, including `'Select'` and `''`,
|
|
136
|
+
wins over locale strings. Removing the attribute restores the declared `'Select'` property
|
|
137
|
+
readback and resumes localization.
|
|
128
138
|
- `incompleteText: string = 'This phone number is incomplete.'` (attribute `incomplete-text`) —
|
|
129
|
-
validation message for dial-like input that can still become valid with more digits.
|
|
130
|
-
|
|
139
|
+
validation message for dial-like input that can still become valid with more digits. Omitted
|
|
140
|
+
copy uses the localized `phoneInputIncomplete` message. Explicit nonempty text, including the
|
|
141
|
+
English default, wins verbatim; an empty override retains the localized native error reason.
|
|
142
|
+
Removing the attribute restores its declared English property default and resumes localization.
|
|
131
143
|
- `invalidText: string = 'The value is invalid.'` (attribute `invalid-text`) — completed-invalid
|
|
132
|
-
message
|
|
144
|
+
validation message. Omitted copy uses localized `valueInvalid`; explicit nonempty text,
|
|
145
|
+
including the English default, wins verbatim. An empty override retains the localized native
|
|
146
|
+
error reason. Removing the attribute restores its declared English property default and resumes
|
|
147
|
+
localization.
|
|
133
148
|
- `autocomplete: string = 'tel'`, `inputmode: 'tel'|'numeric'|'text' = 'tel'`,
|
|
134
149
|
`enterkeyhint: string = ''` — forwarded to the internal `<input type="tel">`.
|
|
135
150
|
- `readonly: boolean = false` (reflected) — forwards to the native telephone input, locks the
|
|
@@ -23,6 +23,10 @@ First-party invention (no Web Awesome equivalent); the closest existing componen
|
|
|
23
23
|
scheduled-interval countdown — this mirrors its internal `<lr-live-region>` composition for
|
|
24
24
|
accessible phase-transition announcements.
|
|
25
25
|
|
|
26
|
+
Long localized status labels, including unbroken words, wrap within the component’s allocated inline
|
|
27
|
+
size in LTR and RTL. The indicator and pause/resume action retain their size; the 320px example
|
|
28
|
+
shows both inactive and refreshing states.
|
|
29
|
+
|
|
26
30
|
**Properties:**
|
|
27
31
|
|
|
28
32
|
- `nextInMs?: number` (attribute `next-in-ms`) — milliseconds until the next scheduled action, as of
|
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
|
|
19
19
|
A click-triggered, light-dismiss floating surface positioned with the shared Floating UI positioner.
|
|
20
20
|
|
|
21
|
+
An open lr-popover repositions when its effective host or inherited text direction changes,
|
|
22
|
+
preserving open state without emitting lifecycle events.
|
|
23
|
+
|
|
21
24
|
**First-interaction registration.** A performance-sensitive navigation shell can keep a native
|
|
22
25
|
`<details>` disclosure working before JavaScript, then load only the granular popover registration
|
|
23
26
|
when that fallback first opens. The interaction that starts an async import is not replayed after
|
|
@@ -48,8 +48,9 @@ replacement and transfer, plus direct and forwarded slot changes, are tracked li
|
|
|
48
48
|
under RTL. The shared positioner's physical coordinates remain authoritative in either
|
|
49
49
|
direction, so RTL never stretches a fixed-width popup against an opposite logical inset.
|
|
50
50
|
- `strategy: 'absolute' | 'fixed' = 'absolute'` (reflected) — the CSS positioning scheme. `fixed`
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
normally positions relative to the viewport, but ancestors using transforms, filters or
|
|
52
|
+
containment can establish a different containing block, and ancestor clipping may still apply.
|
|
53
|
+
`absolute` positions relative to its containing block and scrolls with its containing content.
|
|
53
54
|
- `distance: number = 0` — offset from the anchor along the placement axis, in px
|
|
54
55
|
- `skidding: number = 0` — offset along the anchor's edge, in px
|
|
55
56
|
- `flip: boolean = false` (not reflected), with `flipFallbackPlacements: string = ''` (attribute
|
|
@@ -21,6 +21,13 @@ versions, resolved preview, and save/run intents. Message and variable edits emi
|
|
|
21
21
|
`lr-change` proposal carrying their complete next state before updating the component's current
|
|
22
22
|
arrays; persistence and execution remain host-owned.
|
|
23
23
|
|
|
24
|
+
Variable values resolve recursively; undefined and cyclic placeholders remain literal within preview
|
|
25
|
+
bounds. Each preview projection permits at most 64 nested variable resolutions, 10,000 placeholder
|
|
26
|
+
substitutions, and 1,048,576 UTF-16 code units each of aggregate resolved message output and
|
|
27
|
+
aggregate memoized intermediate text. Limits are checked before constructing oversized text.
|
|
28
|
+
Exceeding a limit replaces the resolved preview with a localized visible fallback; raw messages,
|
|
29
|
+
variables, editing and save/run payloads are unchanged.
|
|
30
|
+
|
|
24
31
|
**Properties:** `messages: readonly PromptStudioMessage[] = []` and
|
|
25
32
|
`variables: readonly PromptStudioVariable[] = []` are property-only editor state: user edits emit a
|
|
26
33
|
cancelable `lr-change` before updating the current arrays, while the host remains responsible for
|
|
@@ -20,6 +20,9 @@ The grounding breakdown for one answer: a sectioned disclosure panel (Entities /
|
|
|
20
20
|
Communities / Text chunks) composing this family's own pieces. The chat ↔ graph ↔ document glue
|
|
21
21
|
component. Pure projection + event conduit: no fetching, no graph/viewer imports, no persistence.
|
|
22
22
|
|
|
23
|
+
Malformed type rows are ignored during lookup, preserving valid later matching records and the
|
|
24
|
+
existing immutable collection ownership.
|
|
25
|
+
|
|
23
26
|
**Properties:**
|
|
24
27
|
|
|
25
28
|
- `provenance: LyraProvenance | null = null` (attribute: false) — `LyraProvenance { entities?:
|
|
@@ -22,6 +22,9 @@ microphone — no SDK, no LiveKit/ElevenLabs import, native browser APIs only. `
|
|
|
22
22
|
default) is a press-and-hold gesture; `mode="toggle"` is click-to-start/click-to-stop with
|
|
23
23
|
`aria-pressed`. Escape cancels the in-progress take in either mode.
|
|
24
24
|
|
|
25
|
+
For example, `<lr-push-to-talk><span slot="microphone-icon">MIC</span></lr-push-to-talk>` replaces
|
|
26
|
+
the idle microphone glyph. Use `recording-icon` separately for the recording state.
|
|
27
|
+
|
|
25
28
|
While recording, the optional elapsed timer uses the effective locale's decimal digits, suppresses
|
|
26
29
|
grouping, and pads its seconds field to two locale-aware digits.
|
|
27
30
|
|
|
@@ -19,15 +19,24 @@
|
|
|
19
19
|
The same single-choice control as `lr-radio`, rendered as a button instead of a circle. Mirrors
|
|
20
20
|
`sl-radio-button`.
|
|
21
21
|
|
|
22
|
+
An explicit live `checked` assignment marks the state dirty even if its boolean value is unchanged.
|
|
23
|
+
For example, assigning `checked = false` to an already-unchecked radio prevents a later
|
|
24
|
+
`defaultChecked = true` from selecting it until form reset. Pristine default propagation and
|
|
25
|
+
owning-group normalization retain their existing behavior.
|
|
26
|
+
|
|
27
|
+
Host `aria-describedby` references resolve onto the internal `role="radio"`, tracking unresolved
|
|
28
|
+
IDs, target replacement/removal/reinsertion, reconnect, and document adoption. The same behavior
|
|
29
|
+
applies to the button appearance of `lr-radio`.
|
|
30
|
+
|
|
22
31
|
Deliberately a **subclass of `LyraRadio`**: form association, validity, `form.reset()` restoration
|
|
23
32
|
and the whole `lr-radio-group` ownership/roving-focus contract are inherited rather than
|
|
24
33
|
reimplemented, so the two can never drift apart. Only the chrome differs. A `lr-radio-group` accepts
|
|
25
34
|
either tag and the two can be mixed in one group.
|
|
26
35
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
and
|
|
36
|
+
Inside a horizontal `lr-radio-group`, measured adjacent runs of `lr-radio-button` controls merge
|
|
37
|
+
their touching borders and retain rounded outer corners. Separated or mixed controls, vertical
|
|
38
|
+
layouts, wrapped rows and standalone buttons keep the corners appropriate to their actual layout;
|
|
39
|
+
label and hint slots do not determine the segment endpoints.
|
|
31
40
|
|
|
32
41
|
Standalone button chrome is allocation-safe too: unbroken labels wrap, and start/end (or retained
|
|
33
42
|
prefix/suffix) adornments are each capped and truncate rather than widening the containing panel.
|
|
@@ -21,6 +21,11 @@ A labeled, keyboard-navigable group of `lr-radio` controls. Home/End and the ori
|
|
|
21
21
|
axis move focus and select the next enabled radio: Up/Down when vertical, Left/Right when
|
|
22
22
|
horizontal. Horizontal direction mirrors under RTL, and disabled options are skipped.
|
|
23
23
|
|
|
24
|
+
Host `aria-describedby` references resolve onto the internal `role="radiogroup"` before its local
|
|
25
|
+
hint/error guidance. References track unresolved IDs, target replacement/removal/reinsertion,
|
|
26
|
+
reconnect, and document adoption. Group descriptions remain on the group; child radios can carry
|
|
27
|
+
their own separately authored descriptions.
|
|
28
|
+
|
|
24
29
|
**Properties:** `label`, `hint`, `helpText` (`help-text`, Shoelace alias), `errorText`
|
|
25
30
|
(`error-text`), `name` (empty by default, with the empty attribute omitted), live `value`, reflected
|
|
26
31
|
`defaultValue` (attribute `value`; Shoelace's `default-value` is also accepted), `customError`
|
|
@@ -18,6 +18,15 @@
|
|
|
18
18
|
|
|
19
19
|
A form-associated single-choice control. Use it alone or inside `lr-radio-group`.
|
|
20
20
|
|
|
21
|
+
An explicit live `checked` assignment marks the state dirty even if its boolean value is unchanged.
|
|
22
|
+
For example, assigning `checked = false` to an already-unchecked radio prevents a later
|
|
23
|
+
`defaultChecked = true` from selecting it until form reset. Pristine default propagation and
|
|
24
|
+
owning-group normalization retain their existing behavior.
|
|
25
|
+
|
|
26
|
+
Host `aria-describedby` references resolve onto the internal `role="radio"`, tracking unresolved
|
|
27
|
+
IDs, target replacement/removal/reinsertion, reconnect, and document adoption. The same behavior
|
|
28
|
+
applies to the button appearance of `lr-radio`.
|
|
29
|
+
|
|
21
30
|
**Properties:** live, non-reflecting `checked`; reflected `defaultChecked` (attribute `checked`);
|
|
22
31
|
reflected `customError: string | null` (attribute `custom-error`); `disabled`, `required`, `name`,
|
|
23
32
|
and `value`. A selected standalone radio submits its value through `ElementInternals`.
|
|
@@ -21,6 +21,9 @@ that lives in this family rather than in `components/forms/` — if you came loo
|
|
|
21
21
|
form controls, this is its section. Everything the "Form association" section says about `name`,
|
|
22
22
|
submission, validity and the `user-*` custom states applies to it.
|
|
23
23
|
|
|
24
|
+
Readonly transitions synchronize validity and `aria-invalid` in the same completed update. Form
|
|
25
|
+
reset restores the independent `default-value` rather than the live `value` attribute.
|
|
26
|
+
|
|
24
27
|
It is form-associated through `ElementInternals` directly rather than through the shared
|
|
25
28
|
`FormAssociated` mixin, because its `value` is a number and the mixin's contract assumes a plain
|
|
26
29
|
string — routing through it would force every consumer into string round-tripping for what is
|
|
@@ -27,6 +27,12 @@ own splice/resort logic. `lr-reorder` is cancelable — a listener calling `prev
|
|
|
27
27
|
the move open (mirroring `lr-confirm-bar`'s cancelable approve/deny pattern) until the host calls
|
|
28
28
|
`finalizePendingMove()`/`revertPendingMove()`.
|
|
29
29
|
|
|
30
|
+
Direct item `value` property or attribute edits refresh the owning list's valid identities and
|
|
31
|
+
movement boundaries. Correcting a missing or duplicate identity re-enables the corresponding
|
|
32
|
+
controls; making it invalid disables them. Identity edits do not emit a reorder event. Removing the
|
|
33
|
+
value attribute from a standalone item renders it as absent while preserving `null` readback; an
|
|
34
|
+
explicit empty string remains supplied and later valid values recover.
|
|
35
|
+
|
|
30
36
|
### `lr-reorder-list`
|
|
31
37
|
|
|
32
38
|
**Properties:**
|
|
@@ -27,6 +27,12 @@ own splice/resort logic. `lr-reorder` is cancelable — a listener calling `prev
|
|
|
27
27
|
the move open (mirroring `lr-confirm-bar`'s cancelable approve/deny pattern) until the host calls
|
|
28
28
|
`finalizePendingMove()`/`revertPendingMove()`.
|
|
29
29
|
|
|
30
|
+
Direct item `value` property or attribute edits refresh the owning list's valid identities and
|
|
31
|
+
movement boundaries. Correcting a missing or duplicate identity re-enables the corresponding
|
|
32
|
+
controls; making it invalid disables them. Identity edits do not emit a reorder event. Removing the
|
|
33
|
+
value attribute from a standalone item renders it as absent while preserving `null` readback; an
|
|
34
|
+
explicit empty string remains supplied and later valid values recover.
|
|
35
|
+
|
|
30
36
|
### `lr-reorder-list`
|
|
31
37
|
|
|
32
38
|
**Properties:**
|
|
@@ -23,6 +23,9 @@ label/value row" visual language, without each one hand-rolling its own box. Nei
|
|
|
23
23
|
any code dependency on the tool-result-view registry itself — they're generically usable anywhere a
|
|
24
24
|
small card/field shell is useful.
|
|
25
25
|
|
|
26
|
+
Removing `heading` or a result field `label` hides that text while preserving the card actions and
|
|
27
|
+
field value.
|
|
28
|
+
|
|
26
29
|
### `lr-result-card`
|
|
27
30
|
|
|
28
31
|
A small bordered card shell. Purely visual, with no state of its own beyond slot-presence tracking.
|
|
@@ -23,6 +23,9 @@ label/value row" visual language, without each one hand-rolling its own box. Nei
|
|
|
23
23
|
any code dependency on the tool-result-view registry itself — they're generically usable anywhere a
|
|
24
24
|
small card/field shell is useful.
|
|
25
25
|
|
|
26
|
+
Removing `heading` or a result field `label` hides that text while preserving the card actions and
|
|
27
|
+
field value.
|
|
28
|
+
|
|
26
29
|
### `lr-result-card`
|
|
27
30
|
|
|
28
31
|
A small bordered card shell. Purely visual, with no state of its own beyond slot-presence tracking.
|
|
@@ -26,6 +26,18 @@ and error chrome is linked to that same-shadow role. A host `aria-label` wins by
|
|
|
26
26
|
Both score branches format visible numeric labels with the effective locale (including non-Latin
|
|
27
27
|
digits); segmented item values and submitted rubric values remain stable raw numbers/strings.
|
|
28
28
|
|
|
29
|
+
Host `aria-describedby` references resolve in the host's root and precede local hint/error guidance
|
|
30
|
+
on that aggregate group. Target replacement, removal, reinsertion, reconnection and document
|
|
31
|
+
adoption keep the relationship current. Aggregate guidance is not copied to every child field; each
|
|
32
|
+
retains its own description/error ownership. Removing `label` or `hint` safely removes the copy
|
|
33
|
+
while retaining native attribute-removal property readback, including `null`; explicit empty and
|
|
34
|
+
later replacement strings remain supported.
|
|
35
|
+
|
|
36
|
+
Replacing `value` after a multiple-category user edit reconciles the actual checkbox checked states,
|
|
37
|
+
group value and submitted JSON, including when replacement happens in the same task. These parent
|
|
38
|
+
writes use live child state, leave child reset-default/dirty semantics intact, and emit no user-edit
|
|
39
|
+
events.
|
|
40
|
+
|
|
29
41
|
**Properties:** `keys: readonly RubricKey[] = []` (attribute: false), where the exported immutable
|
|
30
42
|
discriminated union is `ScoreRubricKey | CategoryRubricKey | CommentRubricKey`. Keys use nonblank
|
|
31
43
|
first-wins identity and retained valid spelling is not rewritten. Shared fields are
|
|
@@ -27,6 +27,15 @@ Session-history/autofill restoration assigns the stored string through the same
|
|
|
27
27
|
value/form/validity path as a programmatic value write and does not emit `input`, `change`, or
|
|
28
28
|
`lr-change`.
|
|
29
29
|
|
|
30
|
+
Mounted `option.selected` assignments update the picker value and form submission immediately,
|
|
31
|
+
including deselection and equal-value writes. Duplicate-valued options retain their individual
|
|
32
|
+
occurrence identities. These programmatic writes emit no user input/change event.
|
|
33
|
+
|
|
34
|
+
Host `aria-describedby` resolves external guidance onto the trigger before internal value, error,
|
|
35
|
+
and hint guidance. References track missing targets, replacement, removal/reinsertion, reconnect,
|
|
36
|
+
and adoption. Removing `label`, `hint`, `help-text`, or `error-text` safely omits the content
|
|
37
|
+
without changing native `null` property readback; explicit empty strings remain empty.
|
|
38
|
+
|
|
30
39
|
There is no typing-to-filter and no `filter`/`source`/`empty-text`/`max-render` surface — reach for
|
|
31
40
|
`<lr-combobox>` instead whenever any of those apply. Everything else a closed list needs is here:
|
|
32
41
|
`multiple`, `max-options-visible`, `with-clear`, `getTag`, `placement`, `appearance`, and `pill`.
|
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
Steps a current index through `[0, itemCount)` on a fixed interval — explicit discrete-sequence
|
|
20
20
|
playback for time-series scrubbing, without implying native audio/video playback.
|
|
21
21
|
|
|
22
|
+
When fewer than two items are available, the disabled play button retains its resting border and
|
|
23
|
+
background under hover and press. Enabled playback controls retain their token-driven pointer
|
|
24
|
+
feedback.
|
|
25
|
+
|
|
22
26
|
**Properties:**
|
|
23
27
|
|
|
24
28
|
- `itemCount: number = 0` (attribute `item-count`)
|
|
@@ -19,12 +19,22 @@
|
|
|
19
19
|
A numeric range control (e.g. an LLM "temperature" setting). **Form-associated** directly through
|
|
20
20
|
`ElementInternals`, because its public `value` is a number rather than the string assumed by the
|
|
21
21
|
shared form mixin. `value`, `defaultValue`, and `valueAsNumber` are numeric; `valueAsString` is the
|
|
22
|
-
explicit compatibility round-trip for code that still wants a serialized value.
|
|
22
|
+
explicit compatibility round-trip for code that still wants a serialized value. A primary-button press anywhere
|
|
23
23
|
on `[part~="base"]` (not just the thumb) jumps the
|
|
24
24
|
thumb to that point and continues the same gesture as a drag, matching native `<input type=range>`
|
|
25
25
|
click-to-seek — the thumb is also `.focus()`ed on that click, so keyboard interaction can continue
|
|
26
26
|
seamlessly right after. Mirrors the core `<wa-slider>` API under the `lr-` prefix.
|
|
27
27
|
|
|
28
|
+
Secondary mouse buttons leave the value and input/change events untouched. Primary mouse, touch and
|
|
29
|
+
pen gestures remain supported, including concurrent pointers.
|
|
30
|
+
|
|
31
|
+
Removing `label`, `hint`, `help-text` or `error-text` safely removes the corresponding copy; native
|
|
32
|
+
attribute-removal property readback remains unchanged, including `null`. Supplying an empty string
|
|
33
|
+
or later replacement remains supported. In single mode, host `aria-describedby` references resolve
|
|
34
|
+
in the host's root and precede local error/hint descriptions on the slider handle. Target
|
|
35
|
+
replacement, removal, reinsertion, host reconnection and document adoption update the relationship
|
|
36
|
+
without losing local guidance.
|
|
37
|
+
|
|
28
38
|
**Two-handle `range` mode.** `range` turns the control into a selection between `minValue` and
|
|
29
39
|
`maxValue`, defaulting to `0`/`50`. Each handle is a separately focusable `role="slider"` with its
|
|
30
40
|
own localized accessible name and the full domain as its reachable range. When the active handle
|
|
@@ -114,9 +124,11 @@ single numeric string entry.
|
|
|
114
124
|
|
|
115
125
|
**Events:** native-style `input` (no detail), then `lr-input`, fire continuously during an active
|
|
116
126
|
drag or keyboard step, including OS key-repeat while a key is held. Native-style `change` (no
|
|
117
|
-
detail), then `lr-change`, fire once an interaction commits: on pointerup for
|
|
118
|
-
|
|
119
|
-
|
|
127
|
+
detail), then `lr-change`, fire once an interaction commits: on pointerup for an enabled drag,
|
|
128
|
+
or on keyup or ordinary blur for a changed keyboard sequence. A later keyup cannot duplicate a
|
|
129
|
+
blur commit. Own or fieldset disablement, and readonly, cancel unfinished gestures without
|
|
130
|
+
reverting their live values or emitting a later change pair. Pointer cancellation, lost capture
|
|
131
|
+
and disconnection also remain noncommitting.
|
|
120
132
|
The focused handle's native `focus` and `blur` are re-dispatched from the host as bubbling,
|
|
121
133
|
composed events.
|
|
122
134
|
`lr-invalid` (no detail) fires when a validity check finds the slider invalid.
|
|
@@ -21,6 +21,10 @@ type icons, search. **Not `FormAssociated`, deliberately**: this is a scoping pa
|
|
|
21
21
|
control — the selection is immediate app state consumed by the next retrieval call, exactly the
|
|
22
22
|
stance `lr-tool-select-dialog` already takes.
|
|
23
23
|
|
|
24
|
+
Toggling search retains the query and selected source IDs. Re-enabling a retained filter repairs the
|
|
25
|
+
active tree row so one visible usable Tab stop remains whenever rows are visible; focus already in
|
|
26
|
+
the tree follows that repair, while focus outside is preserved.
|
|
27
|
+
|
|
24
28
|
**Properties:**
|
|
25
29
|
|
|
26
30
|
- `sources: LyraSourceEntry[] = []` (attribute: false) — `LyraSourceEntry { id: string; label:
|
|
@@ -20,6 +20,9 @@ The horizontal-timeline projection of the same `LyraSpan[]` `<lr-trace-tree>` co
|
|
|
20
20
|
axis, one row per span in start order, status-toned bars (Langfuse timeline / Temporal
|
|
21
21
|
event-history style).
|
|
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) — `LyraSpan { id: string; parentId?:
|
|
24
27
|
string; name: string; kind: 'agent' | 'llm' | 'tool' | 'retriever' | 'embedding' | 'other';
|
|
25
28
|
startMs: number; endMs?: number; status: 'pending' | 'running' | 'success' | 'error' | 'denied';
|
|
@@ -20,6 +20,10 @@ Zero-dependency inline SVG trend chart (mirrors `<wa-sparkline>`). Its default a
|
|
|
20
20
|
`em` tall at a `4 / 1` aspect ratio, so it can sit directly in text; authored block size changes
|
|
21
21
|
both dimensions through the aspect ratio.
|
|
22
22
|
|
|
23
|
+
An empty or removed `data` attribute uses the `values` collection. With no usable fallback samples,
|
|
24
|
+
no trend path is rendered. Attribute removal preserves `null` property readback, and supplying later
|
|
25
|
+
space-separated samples restores the attribute-driven path.
|
|
26
|
+
|
|
23
27
|
**Properties:**
|
|
24
28
|
|
|
25
29
|
- `appearance: 'gradient'|'line'|'solid' = 'solid'` (reflected) — `solid` fills the area below the
|
|
@@ -21,6 +21,10 @@ component when migrated markup has named `start` and `end` panes. The separate `
|
|
|
21
21
|
Lyra's multi-panel layout: its direct default-slot children, responsive collapse modes, and
|
|
22
22
|
multi-divider events are intentionally a different API.
|
|
23
23
|
|
|
24
|
+
Both `lr-reposition-request` detail fields `position` and `positionInPixels` measure from the
|
|
25
|
+
selected primary edge and agree with accepted public property readback, including `primary="end"`.
|
|
26
|
+
Canceling preserves both prior values; direct property writes remain silent.
|
|
27
|
+
|
|
24
28
|
**Properties:**
|
|
25
29
|
|
|
26
30
|
- `position: number = 50` (reflected) — divider position from the selected `primary` pane's edge,
|
|
@@ -23,6 +23,9 @@ behind a count-labeled toggle. A malformed or non-safe-integer location remains
|
|
|
23
23
|
non-activatable text. Falls back to verbatim raw text when nothing parses. First-party invention
|
|
24
24
|
(no Web Awesome equivalent).
|
|
25
25
|
|
|
26
|
+
Removing the `trace` attribute clears parsed content and copies empty text; the property retains
|
|
27
|
+
`null` until assigned again.
|
|
28
|
+
|
|
26
29
|
**Properties:**
|
|
27
30
|
|
|
28
31
|
- `trace: string = ''` — the raw stack trace text to parse and render.
|
|
@@ -18,6 +18,16 @@
|
|
|
18
18
|
|
|
19
19
|
KPI/stat card — value + unit + label + optional icon/trend/caption.
|
|
20
20
|
|
|
21
|
+
Passive slotted content preserves normal pointer activation and Control/Meta/Shift intent. The
|
|
22
|
+
platform primary modifier and Shift activate a new browsing context through the real anchor;
|
|
23
|
+
listeners may cancel that activation. Nested interactive controls retain their own actions.
|
|
24
|
+
Temporary target and relation values are restored after activation unless the listener changed those
|
|
25
|
+
attributes itself.
|
|
26
|
+
|
|
27
|
+
Removing `caption` or `sub` omits the attribute fallback without hiding assigned slot content.
|
|
28
|
+
Removal retains `null` property readback; explicit empty strings remain empty and later supplied
|
|
29
|
+
values render normally.
|
|
30
|
+
|
|
21
31
|
**Renamed in 8.0.0 — breaking:** `appearance` is now `frame`. Library-wide, `appearance` means only
|
|
22
32
|
"how a control fills itself" and `frame` means "whether a container draws itself as a bounded card";
|
|
23
33
|
this property was always the second. There is no alias — `appearance` on `<lr-stat>` is an unknown
|
|
@@ -25,8 +25,9 @@ parents remain renderable instead of recursing forever.
|
|
|
25
25
|
accessible-name override for the `role="tree"` element, where omission reads back `undefined` and
|
|
26
26
|
localizes the default while any supplied string, including `''`, renders verbatim.
|
|
27
27
|
`SubagentRun = { id: string; parentId?: string; label: string; status: AgentStatusKind; task?:
|
|
28
|
-
string; model?: string;
|
|
29
|
-
Record<string, unknown> }`.
|
|
28
|
+
string; model?: string; readonly progressRatio?: number; startedAt?: number; endedAt?: number;
|
|
29
|
+
metadata?: Record<string, unknown> }`. `progressRatio` represents completion from `0` to `1`,
|
|
30
|
+
inclusive.
|
|
30
31
|
Empty/blank run ids are omitted and later duplicate ids are ignored before hierarchy, focus,
|
|
31
32
|
counts, selection, and events.
|
|
32
33
|
|
|
@@ -23,6 +23,9 @@ resource or paint-server references before insertion, preventing fetched SVG con
|
|
|
23
23
|
the viewer's paint box or starting secondary requests. Local `url(#id)` paint servers and embedded
|
|
24
24
|
raster data remain available.
|
|
25
25
|
|
|
26
|
+
Fitting SVG content stays centered. In a capped nonzoomable viewer, overflowing content begins
|
|
27
|
+
inside the body's reachable scroll range, keeping both its top and bottom available.
|
|
28
|
+
|
|
26
29
|
Adopts `DocumentAnchorTarget` (the same shared mixin `lr-pdf-viewer`/`lr-csv-viewer` use): a `region`
|
|
27
30
|
anchor addresses one `highlights` entry, matched by reference or by structural equality of its `rect`
|
|
28
31
|
(and optional `page`). Assigning `anchor` or calling `scrollToAnchor()` scrolls the matching
|
|
@@ -27,6 +27,10 @@ shortcut list alongside a grid, a hue ramp and a text field that can still expre
|
|
|
27
27
|
Arrow/Home/End navigation starts from the swatch that actually received the keyboard event, even
|
|
28
28
|
when a controlled `value` write changed the selected or remembered roving item first.
|
|
29
29
|
|
|
30
|
+
Own `disabled` changes take effect immediately for host `click()` and `focus()`, including calls in
|
|
31
|
+
the same task as the property assignment. Blocked activation leaves value and `lr-change` untouched;
|
|
32
|
+
blocked focus preserves outside focus and emits no native focus inside the picker.
|
|
33
|
+
|
|
30
34
|
**Properties:**
|
|
31
35
|
|
|
32
36
|
- `items: readonly SwatchPickerItem[] = []` (attribute: false) — `SwatchPickerItem { readonly value:
|
|
@@ -25,6 +25,12 @@ CSS parts), mirroring `<lr-select>`'s pattern for those two pieces — left unse
|
|
|
25
25
|
Deliberately no separate top-of-field `label` prop/slot/part: the default slot already is this
|
|
26
26
|
control's visible, clickable label (same as `<lr-checkbox>`).
|
|
27
27
|
|
|
28
|
+
Host `aria-describedby` references resolve onto the internal `role="switch"` before its local
|
|
29
|
+
error/hint guidance. The relationship tracks missing IDs, target replacement/removal/reinsertion,
|
|
30
|
+
reconnect, and document adoption. Removing `hint`, `help-text`, or `error-text` safely omits that
|
|
31
|
+
content while preserving native `null` property readback; explicit empty and later text work
|
|
32
|
+
normally.
|
|
33
|
+
|
|
28
34
|
**Properties:**
|
|
29
35
|
|
|
30
36
|
- `checked: boolean = false` — the live, non-reflecting state
|
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
|
|
20
20
|
A tab strip. Mirrors `wa-tab-group` / `sl-tab-group`.
|
|
21
21
|
|
|
22
|
+
With manual activation, removing the focused unselected tab rehomes actual focus to a valid survivor
|
|
23
|
+
while retaining a valid selected tab and panel. This repair emits no show/hide events and preserves
|
|
24
|
+
focus already held by an outside control.
|
|
25
|
+
|
|
22
26
|
**Renamed in 8.0.0.** This element used to be `<lr-tabs>`. The tag is now `<lr-tab-group>`, its
|
|
23
27
|
single `lr-tabs-change` event is now the `lr-tab-hide` → `lr-tab-show` pair below, and every
|
|
24
28
|
`--lr-tabs-*` custom property is now spelled `--lr-tab-group-*` (`--lr-tabs-selected-color` →
|
|
@@ -26,6 +26,10 @@ add a trailing totals column mirroring `expandedContent`'s leading one — `rowT
|
|
|
26
26
|
per-row, `grandTotal(rows)` renders at its intersection with the footer row — both sharing `footer`'s
|
|
27
27
|
own "consumer computes/renders" contract rather than assuming addition.
|
|
28
28
|
|
|
29
|
+
Effective locale changes recollate and filter the current view while keeping activation and edit
|
|
30
|
+
lookups aligned with the rendered page. Direct row focus uses the same stable-key restoration rules;
|
|
31
|
+
programmatic locale changes do not emit a row action.
|
|
32
|
+
|
|
29
33
|
Header cells and body rows use separate roving tab stops. When a controlled `columns` or rendered
|
|
30
34
|
row collection changes while one of those stops owns focus, the table keeps the same stable key if
|
|
31
35
|
it survives and otherwise clamps focus to the nearest surviving index. Moving focus outside the
|
|
@@ -170,7 +174,9 @@ cell: (row) => unknown }` —
|
|
|
170
174
|
facades; reassign a new set to update
|
|
171
175
|
- `filterable: boolean = false` (attribute `filterable`, reflected) — renders a localized search
|
|
172
176
|
field above the grid
|
|
173
|
-
- `filterText: string = ''` (attribute `filter-text`) — controlled filter text
|
|
177
|
+
- `filterText: string = ''` (attribute `filter-text`) — controlled filter text. Removing the
|
|
178
|
+
attribute clears the effective filter safely while retaining native removal readback; a later
|
|
179
|
+
supplied value filters normally.
|
|
174
180
|
- `filter?: (row: T, text: string) => boolean` (attribute: false) — typed predicate used by the
|
|
175
181
|
filter field; when omitted, rows are matched against their JSON representation
|
|
176
182
|
- `filterLabel?: string` (attribute `filter-label`) and `filterPlaceholder?: string`
|
|
@@ -254,7 +260,9 @@ cell: (row) => unknown }` —
|
|
|
254
260
|
- `hideColumnsLabel?: string` (attribute `hide-columns-label`) — the same button's label once
|
|
255
261
|
the columns have been revealed; omission renders localized `showFewerColumns` (`'Show fewer columns'` in the built-in English catalog), while a supplied string (including `''`) is verbatim
|
|
256
262
|
- `priorityColumnsVisible: boolean = false` (attribute `priority-columns-visible`, reflected) —
|
|
257
|
-
forces responsive priority columns visible and is updated by the built-in reveal button
|
|
263
|
+
forces responsive priority columns visible and is updated by the built-in reveal button.
|
|
264
|
+
Priority-hidden columns hide their header, body, and footer cells together at the existing
|
|
265
|
+
container breakpoints in either direction; revealing columns restores all three bands.
|
|
258
266
|
- `storageKey?: string` (attribute `storage-key`) — when set, persists `priorityColumnsVisible` to
|
|
259
267
|
`localStorage` (namespaced as `lr-table:${storageKey}`) and restores it on the next mount. Unset
|
|
260
268
|
(the default) touches storage not at all. Mirrors `lr-app-rail`'s identical `storage-key` pattern
|
|
@@ -21,6 +21,9 @@ cursor-addressed full-screen apps. An ANSI sequence split across chunks retains
|
|
|
21
21
|
characters; an overlong unterminated CSI/OSC sequence is dropped and the next write resumes from a
|
|
22
22
|
clean parser boundary.
|
|
23
23
|
|
|
24
|
+
A search with no matches clears earlier rendered match markers. Removing the `content` attribute
|
|
25
|
+
clears output and preserves the normal `null` property readback.
|
|
26
|
+
|
|
24
27
|
**Properties:** `content: string = ''` — initial/replaceable buffer content, parsed for ANSI/SGR
|
|
25
28
|
codes. `replace(content: string): void` synchronously replaces the parsed buffer and reactive
|
|
26
29
|
`content` source, preserving commit order with same-turn `write()`/`clear()` calls.
|
|
@@ -21,6 +21,15 @@ submission/validation/reset via `name`/`value`/`disabled`/`required`/`checkValid
|
|
|
21
21
|
`reportValidity()`). Ships an opt-in `label`/`hint`/`errorText` form-control chrome mirroring
|
|
22
22
|
`lr-select` -- left unset, none of it renders.
|
|
23
23
|
|
|
24
|
+
Removing `label`, `hint`, `help-text`, or `error-text` safely omits the corresponding content while
|
|
25
|
+
preserving native `null` property readback. Explicit empty strings stay empty; later supplied text
|
|
26
|
+
renders normally.
|
|
27
|
+
|
|
28
|
+
Changing own `disabled` from true to false in the same task that disables an ancestor fieldset keeps
|
|
29
|
+
the native editing control effectively disabled. The enabled first-legend exception and explicit
|
|
30
|
+
own-disabled state retain their native meaning; validity and form submission follow the effective
|
|
31
|
+
disabled state.
|
|
32
|
+
|
|
24
33
|
```html
|
|
25
34
|
<lr-textarea placeholder="Notes" rows="4"></lr-textarea>
|
|
26
35
|
<lr-textarea
|
|
@@ -26,6 +26,9 @@ row actions in that mode. No thread CRUD or persistence — every mutation
|
|
|
26
26
|
(`lr-thread-pin`/`-archive`/`-delete`/`-rename`) is a controlled event carrying the _requested_ new
|
|
27
27
|
state; the host mutates `threads`.
|
|
28
28
|
|
|
29
|
+
A conversation row with `slot=""` belongs to the default slot exactly like a row with no slot
|
|
30
|
+
attribute, including after reconnect. Named slots retain their distinct roles.
|
|
31
|
+
|
|
29
32
|
ArrowUp/ArrowDown/Home/End navigation skips rows that are disabled, hidden, `aria-hidden`, or
|
|
30
33
|
`inert` (including an inert ancestor introduced by `wrapRow`). Arrow navigation continues through
|
|
31
34
|
the complete item model at a virtual-window edge and mounts the next available row before moving
|
|
@@ -84,9 +87,9 @@ property. `stickyGroups: boolean = false` (attribute `sticky-groups`, reflected)
|
|
|
84
87
|
the current date/custom group's header to the top of the scroll viewport while its rows are in view,
|
|
85
88
|
pushing it off as the next group's header arrives. Group headers are ordinary virtualized rows, so
|
|
86
89
|
this renders an `aria-hidden` copy of the header into the internal `lr-virtual-list`'s sticky layer:
|
|
87
|
-
the real row keeps the `role="heading"`/`aria-level` semantics and
|
|
88
|
-
|
|
89
|
-
|
|
90
|
+
the real row keeps the `role="heading"`/`aria-level` semantics and its interactive toggle. The
|
|
91
|
+
pinned copy is inert, pointer-transparent presentation content: its toggle and adornments do not
|
|
92
|
+
receive interaction, and it adds no second tab stop. Default `false` renders exactly as before; `grouping="none"` has no
|
|
90
93
|
headers to pin, so it is a no-op there. `label?: string` — accessible name for the list region.
|
|
91
94
|
Omitting it uses the localized `threadListLabel`; an explicit empty string intentionally leaves the
|
|
92
95
|
list unnamed. `wrapRow?: (thread: LyraChatThread, row: TemplateResult) =>
|
|
@@ -26,6 +26,9 @@ The clear/expand actions sit directly in the shared outer height ladder: compact
|
|
|
26
26
|
enough for their hit targets, while `l` and `xl` retain the shared 48px and 56px heights rather
|
|
27
27
|
than adding outer padding around the buttons.
|
|
28
28
|
|
|
29
|
+
Removing `label` or `hint` safely omits that content while retaining native `null` property
|
|
30
|
+
readback. Explicit empty strings remain empty; later supplied text renders normally.
|
|
31
|
+
|
|
29
32
|
**Properties:**
|
|
30
33
|
|
|
31
34
|
- `value: string` (also accepts a `Date` or `null` when assigned) — strict `HH:mm`, optional
|
|
@@ -25,6 +25,11 @@ The `base` part is an accessible `role="group"`: a non-empty host `aria-label` n
|
|
|
25
25
|
aggregate. A native external `<label for>` remains available through `labels`, but it does not cross
|
|
26
26
|
into the shadow-root group. `startLabel` and `endLabel` continue to name the individual sliders.
|
|
27
27
|
|
|
28
|
+
Only the primary mouse button starts seeking or dragging. Right and middle presses leave the range
|
|
29
|
+
and input/change events untouched. Touch and pen gestures keep their existing behavior, including
|
|
30
|
+
concurrent pointer support; pointer cancellation and capture cleanup retain their existing
|
|
31
|
+
semantics.
|
|
32
|
+
|
|
28
33
|
**Properties:**
|
|
29
34
|
|
|
30
35
|
- `min: number = 0`
|
|
@@ -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 —
|