@aceshooting/lyra-ui 2.4.0 → 2.6.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/README.md +34 -4
- package/custom-elements.json +959 -89
- package/dist/components/app-rail/app-rail-item.class.d.ts.map +1 -1
- package/dist/components/app-rail/app-rail-item.class.js +6 -1
- package/dist/components/app-rail/app-rail-item.class.js.map +1 -1
- package/dist/components/app-rail/app-rail.class.js +1 -1
- package/dist/components/app-rail/app-rail.class.js.map +1 -1
- package/dist/components/attachment-chip/attachment-chip.class.d.ts.map +1 -1
- package/dist/components/attachment-chip/attachment-chip.class.js +13 -5
- package/dist/components/attachment-chip/attachment-chip.class.js.map +1 -1
- package/dist/components/attachment-trigger/attachment-trigger.class.d.ts +4 -4
- package/dist/components/attachment-trigger/attachment-trigger.class.d.ts.map +1 -1
- package/dist/components/attachment-trigger/attachment-trigger.class.js +8 -7
- package/dist/components/attachment-trigger/attachment-trigger.class.js.map +1 -1
- package/dist/components/avatar/avatar.class.d.ts +26 -12
- package/dist/components/avatar/avatar.class.d.ts.map +1 -1
- package/dist/components/avatar/avatar.class.js +60 -13
- package/dist/components/avatar/avatar.class.js.map +1 -1
- package/dist/components/avatar/avatar.styles.d.ts.map +1 -1
- package/dist/components/avatar/avatar.styles.js +16 -1
- package/dist/components/avatar/avatar.styles.js.map +1 -1
- package/dist/components/chart/box-plot.class.d.ts.map +1 -1
- package/dist/components/chart/box-plot.class.js +26 -14
- package/dist/components/chart/box-plot.class.js.map +1 -1
- package/dist/components/chart/chart.class.d.ts.map +1 -1
- package/dist/components/chart/chart.class.js +21 -6
- package/dist/components/chart/chart.class.js.map +1 -1
- package/dist/components/chart/histogram.class.d.ts +1 -0
- package/dist/components/chart/histogram.class.d.ts.map +1 -1
- package/dist/components/chart/histogram.class.js +8 -2
- package/dist/components/chart/histogram.class.js.map +1 -1
- package/dist/components/chart/lite-chart.class.d.ts +5 -3
- package/dist/components/chart/lite-chart.class.d.ts.map +1 -1
- package/dist/components/chart/lite-chart.class.js +27 -18
- package/dist/components/chart/lite-chart.class.js.map +1 -1
- package/dist/components/chart/lite-chart.d.ts +1 -0
- package/dist/components/chart/lite-chart.d.ts.map +1 -1
- package/dist/components/chart/lite-chart.js +1 -0
- package/dist/components/chart/lite-chart.js.map +1 -1
- package/dist/components/chart/lite-chart.styles.js +7 -7
- package/dist/components/chat-composer/chat-composer.class.js +1 -1
- package/dist/components/chat-composer/chat-composer.class.js.map +1 -1
- package/dist/components/chat-message/chat-message.class.d.ts +8 -1
- package/dist/components/chat-message/chat-message.class.d.ts.map +1 -1
- package/dist/components/chat-message/chat-message.class.js +16 -7
- package/dist/components/chat-message/chat-message.class.js.map +1 -1
- package/dist/components/chat-message/chat-message.styles.d.ts.map +1 -1
- package/dist/components/chat-message/chat-message.styles.js +15 -0
- package/dist/components/chat-message/chat-message.styles.js.map +1 -1
- package/dist/components/checkbox/checkbox.class.d.ts.map +1 -1
- package/dist/components/checkbox/checkbox.class.js +1 -1
- package/dist/components/checkbox/checkbox.class.js.map +1 -1
- package/dist/components/chip/chip-group.class.d.ts +4 -1
- package/dist/components/chip/chip-group.class.d.ts.map +1 -1
- package/dist/components/chip/chip-group.class.js.map +1 -1
- package/dist/components/chip/chip.class.d.ts +31 -13
- package/dist/components/chip/chip.class.d.ts.map +1 -1
- package/dist/components/chip/chip.class.js +46 -18
- package/dist/components/chip/chip.class.js.map +1 -1
- package/dist/components/chip/chip.styles.d.ts.map +1 -1
- package/dist/components/chip/chip.styles.js +6 -1
- package/dist/components/chip/chip.styles.js.map +1 -1
- package/dist/components/citation-badge/citation-badge.class.d.ts +5 -1
- package/dist/components/citation-badge/citation-badge.class.d.ts.map +1 -1
- package/dist/components/citation-badge/citation-badge.class.js +15 -12
- package/dist/components/citation-badge/citation-badge.class.js.map +1 -1
- package/dist/components/code-block/code-block-core.class.d.ts +3 -0
- package/dist/components/code-block/code-block-core.class.d.ts.map +1 -1
- package/dist/components/code-block/code-block-core.class.js +4 -3
- package/dist/components/code-block/code-block-core.class.js.map +1 -1
- package/dist/components/code-block/code-block-shared.d.ts +18 -0
- package/dist/components/code-block/code-block-shared.d.ts.map +1 -0
- package/dist/components/code-block/code-block-shared.js +21 -0
- package/dist/components/code-block/code-block-shared.js.map +1 -0
- package/dist/components/code-block/code-block.class.d.ts +3 -0
- package/dist/components/code-block/code-block.class.d.ts.map +1 -1
- package/dist/components/code-block/code-block.class.js +4 -10
- package/dist/components/code-block/code-block.class.js.map +1 -1
- package/dist/components/code-block/code-block.styles.d.ts.map +1 -1
- package/dist/components/code-block/code-block.styles.js +9 -0
- package/dist/components/code-block/code-block.styles.js.map +1 -1
- package/dist/components/combobox/combobox.class.d.ts +3 -2
- package/dist/components/combobox/combobox.class.d.ts.map +1 -1
- package/dist/components/combobox/combobox.class.js +15 -13
- package/dist/components/combobox/combobox.class.js.map +1 -1
- package/dist/components/combobox/combobox.styles.d.ts.map +1 -1
- package/dist/components/combobox/combobox.styles.js +3 -0
- package/dist/components/combobox/combobox.styles.js.map +1 -1
- package/dist/components/context-meter/context-meter.class.d.ts +7 -0
- package/dist/components/context-meter/context-meter.class.d.ts.map +1 -1
- package/dist/components/context-meter/context-meter.class.js +30 -12
- package/dist/components/context-meter/context-meter.class.js.map +1 -1
- package/dist/components/conversation-item/conversation-item.class.js +2 -2
- package/dist/components/conversation-item/conversation-item.class.js.map +1 -1
- package/dist/components/date-picker/date-input.class.d.ts +3 -1
- package/dist/components/date-picker/date-input.class.d.ts.map +1 -1
- package/dist/components/date-picker/date-input.class.js +16 -9
- package/dist/components/date-picker/date-input.class.js.map +1 -1
- package/dist/components/date-picker/date-picker.class.d.ts +6 -2
- package/dist/components/date-picker/date-picker.class.d.ts.map +1 -1
- package/dist/components/date-picker/date-picker.class.js +23 -6
- package/dist/components/date-picker/date-picker.class.js.map +1 -1
- package/dist/components/date-picker/date-picker.styles.d.ts.map +1 -1
- package/dist/components/date-picker/date-picker.styles.js +16 -1
- package/dist/components/date-picker/date-picker.styles.js.map +1 -1
- package/dist/components/dialog/confirm.d.ts +2 -2
- package/dist/components/dialog/confirm.d.ts.map +1 -1
- package/dist/components/dialog/confirm.js +10 -7
- package/dist/components/dialog/confirm.js.map +1 -1
- package/dist/components/diff-view/diff-view.class.d.ts +3 -0
- package/dist/components/diff-view/diff-view.class.d.ts.map +1 -1
- package/dist/components/diff-view/diff-view.class.js +24 -3
- package/dist/components/diff-view/diff-view.class.js.map +1 -1
- package/dist/components/dock-panel/dock-panel.class.js +2 -2
- package/dist/components/dock-panel/dock-panel.class.js.map +1 -1
- package/dist/components/document-preview/document-preview.class.d.ts.map +1 -1
- package/dist/components/document-preview/document-preview.class.js +11 -11
- package/dist/components/document-preview/document-preview.class.js.map +1 -1
- package/dist/components/document-preview/document-preview.styles.d.ts.map +1 -1
- package/dist/components/document-preview/document-preview.styles.js +6 -1
- package/dist/components/document-preview/document-preview.styles.js.map +1 -1
- package/dist/components/empty/empty.styles.js +1 -1
- package/dist/components/export-button/export-button.class.d.ts +17 -1
- package/dist/components/export-button/export-button.class.d.ts.map +1 -1
- package/dist/components/export-button/export-button.class.js +36 -4
- package/dist/components/export-button/export-button.class.js.map +1 -1
- package/dist/components/file-input/file-input.class.d.ts +4 -0
- package/dist/components/file-input/file-input.class.d.ts.map +1 -1
- package/dist/components/file-input/file-input.class.js +16 -6
- package/dist/components/file-input/file-input.class.js.map +1 -1
- package/dist/components/file-input/file-input.styles.d.ts.map +1 -1
- package/dist/components/file-input/file-input.styles.js +0 -7
- package/dist/components/file-input/file-input.styles.js.map +1 -1
- package/dist/components/gauge/gauge.class.d.ts.map +1 -1
- package/dist/components/gauge/gauge.class.js +16 -6
- package/dist/components/gauge/gauge.class.js.map +1 -1
- package/dist/components/generation-status/generation-status.class.d.ts.map +1 -1
- package/dist/components/generation-status/generation-status.class.js +39 -20
- package/dist/components/generation-status/generation-status.class.js.map +1 -1
- package/dist/components/graph/graph.class.d.ts +10 -0
- package/dist/components/graph/graph.class.d.ts.map +1 -1
- package/dist/components/graph/graph.class.js +35 -9
- package/dist/components/graph/graph.class.js.map +1 -1
- package/dist/components/graph/graph.styles.d.ts.map +1 -1
- package/dist/components/graph/graph.styles.js +4 -0
- package/dist/components/graph/graph.styles.js.map +1 -1
- package/dist/components/heatmap/heatmap.class.d.ts +34 -11
- package/dist/components/heatmap/heatmap.class.d.ts.map +1 -1
- package/dist/components/heatmap/heatmap.class.js +80 -27
- package/dist/components/heatmap/heatmap.class.js.map +1 -1
- package/dist/components/heatmap/heatmap.styles.js +1 -1
- package/dist/components/json-viewer/json-viewer.class.d.ts.map +1 -1
- package/dist/components/json-viewer/json-viewer.class.js +20 -5
- package/dist/components/json-viewer/json-viewer.class.js.map +1 -1
- package/dist/components/kbd/kbd.class.d.ts +13 -3
- package/dist/components/kbd/kbd.class.d.ts.map +1 -1
- package/dist/components/kbd/kbd.class.js +57 -33
- package/dist/components/kbd/kbd.class.js.map +1 -1
- package/dist/components/map/map.class.d.ts +4 -0
- package/dist/components/map/map.class.d.ts.map +1 -1
- package/dist/components/map/map.class.js +24 -2
- package/dist/components/map/map.class.js.map +1 -1
- package/dist/components/map/map.styles.d.ts.map +1 -1
- package/dist/components/map/map.styles.js +5 -0
- package/dist/components/map/map.styles.js.map +1 -1
- package/dist/components/markdown/markdown.class.d.ts +3 -0
- package/dist/components/markdown/markdown.class.d.ts.map +1 -1
- package/dist/components/markdown/markdown.class.js +3 -0
- package/dist/components/markdown/markdown.class.js.map +1 -1
- package/dist/components/media-card/media-card.class.d.ts +4 -1
- package/dist/components/media-card/media-card.class.d.ts.map +1 -1
- package/dist/components/media-card/media-card.class.js +6 -4
- package/dist/components/media-card/media-card.class.js.map +1 -1
- package/dist/components/mention-popover/mention-popover.class.d.ts +9 -0
- package/dist/components/mention-popover/mention-popover.class.d.ts.map +1 -1
- package/dist/components/mention-popover/mention-popover.class.js +14 -2
- package/dist/components/mention-popover/mention-popover.class.js.map +1 -1
- package/dist/components/menu/menu.class.d.ts +21 -2
- package/dist/components/menu/menu.class.d.ts.map +1 -1
- package/dist/components/menu/menu.class.js +40 -9
- package/dist/components/menu/menu.class.js.map +1 -1
- package/dist/components/model-select/model-select.class.d.ts +9 -0
- package/dist/components/model-select/model-select.class.d.ts.map +1 -1
- package/dist/components/model-select/model-select.class.js +19 -4
- package/dist/components/model-select/model-select.class.js.map +1 -1
- package/dist/components/model-settings-panel/model-settings-panel.class.d.ts.map +1 -1
- package/dist/components/model-settings-panel/model-settings-panel.class.js +4 -3
- package/dist/components/model-settings-panel/model-settings-panel.class.js.map +1 -1
- package/dist/components/playback/playback.class.d.ts +4 -0
- package/dist/components/playback/playback.class.d.ts.map +1 -1
- package/dist/components/playback/playback.class.js +6 -2
- package/dist/components/playback/playback.class.js.map +1 -1
- package/dist/components/poll-status/poll-status.class.d.ts +3 -2
- package/dist/components/poll-status/poll-status.class.d.ts.map +1 -1
- package/dist/components/poll-status/poll-status.class.js +10 -7
- package/dist/components/poll-status/poll-status.class.js.map +1 -1
- package/dist/components/poll-status/poll-status.styles.d.ts.map +1 -1
- package/dist/components/poll-status/poll-status.styles.js +7 -1
- package/dist/components/poll-status/poll-status.styles.js.map +1 -1
- package/dist/components/segmented/segmented.class.d.ts +9 -0
- package/dist/components/segmented/segmented.class.d.ts.map +1 -1
- package/dist/components/segmented/segmented.class.js +13 -3
- package/dist/components/segmented/segmented.class.js.map +1 -1
- package/dist/components/segmented/segmented.styles.d.ts.map +1 -1
- package/dist/components/segmented/segmented.styles.js +7 -0
- package/dist/components/segmented/segmented.styles.js.map +1 -1
- package/dist/components/select/select.class.d.ts +7 -1
- package/dist/components/select/select.class.d.ts.map +1 -1
- package/dist/components/select/select.class.js +14 -4
- package/dist/components/select/select.class.js.map +1 -1
- package/dist/components/skeleton/skeleton.class.d.ts.map +1 -1
- package/dist/components/skeleton/skeleton.class.js +2 -1
- package/dist/components/skeleton/skeleton.class.js.map +1 -1
- package/dist/components/skeleton/skeleton.styles.d.ts.map +1 -1
- package/dist/components/skeleton/skeleton.styles.js +1 -0
- package/dist/components/skeleton/skeleton.styles.js.map +1 -1
- package/dist/components/source-card/source-card.class.d.ts +5 -1
- package/dist/components/source-card/source-card.class.d.ts.map +1 -1
- package/dist/components/source-card/source-card.class.js.map +1 -1
- package/dist/components/source-list/source-list.class.d.ts +8 -7
- package/dist/components/source-list/source-list.class.d.ts.map +1 -1
- package/dist/components/source-list/source-list.class.js +9 -8
- package/dist/components/source-list/source-list.class.js.map +1 -1
- package/dist/components/source-list/source-list.styles.d.ts.map +1 -1
- package/dist/components/source-list/source-list.styles.js +10 -0
- package/dist/components/source-list/source-list.styles.js.map +1 -1
- package/dist/components/sparkline/sparkline.styles.js +2 -2
- package/dist/components/split/split.class.d.ts +1 -1
- package/dist/components/split/split.class.d.ts.map +1 -1
- package/dist/components/split/split.class.js +6 -1
- package/dist/components/split/split.class.js.map +1 -1
- package/dist/components/stat/stat.class.js +2 -2
- package/dist/components/stat/stat.class.js.map +1 -1
- package/dist/components/stepper/stepper.class.d.ts +6 -1
- package/dist/components/stepper/stepper.class.d.ts.map +1 -1
- package/dist/components/stepper/stepper.class.js +4 -1
- package/dist/components/stepper/stepper.class.js.map +1 -1
- package/dist/components/stream-status/stream-status.class.d.ts.map +1 -1
- package/dist/components/stream-status/stream-status.class.js +5 -11
- package/dist/components/stream-status/stream-status.class.js.map +1 -1
- package/dist/components/stream-status/stream-status.styles.d.ts.map +1 -1
- package/dist/components/stream-status/stream-status.styles.js +4 -5
- package/dist/components/stream-status/stream-status.styles.js.map +1 -1
- package/dist/components/switch/switch.class.d.ts.map +1 -1
- package/dist/components/switch/switch.class.js +1 -1
- package/dist/components/switch/switch.class.js.map +1 -1
- package/dist/components/table/table.class.d.ts +12 -0
- package/dist/components/table/table.class.d.ts.map +1 -1
- package/dist/components/table/table.class.js +13 -2
- package/dist/components/table/table.class.js.map +1 -1
- package/dist/components/table/table.styles.d.ts.map +1 -1
- package/dist/components/table/table.styles.js +3 -0
- package/dist/components/table/table.styles.js.map +1 -1
- package/dist/components/textarea/textarea.class.d.ts +48 -0
- package/dist/components/textarea/textarea.class.d.ts.map +1 -0
- package/dist/components/textarea/textarea.class.js +80 -0
- package/dist/components/textarea/textarea.class.js.map +1 -0
- package/dist/components/textarea/textarea.d.ts +2 -0
- package/dist/components/textarea/textarea.d.ts.map +1 -0
- package/dist/components/textarea/textarea.js +5 -0
- package/dist/components/textarea/textarea.js.map +1 -0
- package/dist/components/textarea/textarea.styles.d.ts +2 -0
- package/dist/components/textarea/textarea.styles.d.ts.map +1 -0
- package/dist/components/textarea/textarea.styles.js +31 -0
- package/dist/components/textarea/textarea.styles.js.map +1 -0
- package/dist/components/thinking-panel/thinking-panel.class.d.ts +2 -1
- package/dist/components/thinking-panel/thinking-panel.class.d.ts.map +1 -1
- package/dist/components/thinking-panel/thinking-panel.class.js +14 -5
- package/dist/components/thinking-panel/thinking-panel.class.js.map +1 -1
- package/dist/components/time-range/time-range.class.d.ts +8 -3
- package/dist/components/time-range/time-range.class.d.ts.map +1 -1
- package/dist/components/time-range/time-range.class.js +10 -5
- package/dist/components/time-range/time-range.class.js.map +1 -1
- package/dist/components/time-range/time-range.styles.d.ts.map +1 -1
- package/dist/components/time-range/time-range.styles.js +16 -0
- package/dist/components/time-range/time-range.styles.js.map +1 -1
- package/dist/components/toast/toast-item.class.js +2 -2
- package/dist/components/toast/toast-item.class.js.map +1 -1
- package/dist/components/tool-approval-dialog/tool-approval-dialog.class.d.ts.map +1 -1
- package/dist/components/tool-approval-dialog/tool-approval-dialog.class.js +11 -6
- package/dist/components/tool-approval-dialog/tool-approval-dialog.class.js.map +1 -1
- package/dist/components/tool-call-chip/tool-call-chip.class.d.ts +8 -4
- package/dist/components/tool-call-chip/tool-call-chip.class.d.ts.map +1 -1
- package/dist/components/tool-call-chip/tool-call-chip.class.js +46 -16
- package/dist/components/tool-call-chip/tool-call-chip.class.js.map +1 -1
- package/dist/components/tool-param-form/tool-param-form.class.d.ts +3 -0
- package/dist/components/tool-param-form/tool-param-form.class.d.ts.map +1 -1
- package/dist/components/tool-param-form/tool-param-form.class.js +21 -16
- package/dist/components/tool-param-form/tool-param-form.class.js.map +1 -1
- package/dist/components/tool-param-form/tool-param-form.styles.d.ts.map +1 -1
- package/dist/components/tool-param-form/tool-param-form.styles.js +5 -0
- package/dist/components/tool-param-form/tool-param-form.styles.js.map +1 -1
- package/dist/components/tool-result-dialog/tool-result-dialog.class.d.ts +5 -5
- package/dist/components/tool-result-dialog/tool-result-dialog.class.d.ts.map +1 -1
- package/dist/components/tool-result-dialog/tool-result-dialog.class.js +18 -10
- package/dist/components/tool-result-dialog/tool-result-dialog.class.js.map +1 -1
- package/dist/components/tool-result-view/registry.d.ts +3 -3
- package/dist/components/tool-result-view/registry.js +3 -3
- package/dist/components/tool-select-dialog/tool-select-dialog.class.d.ts.map +1 -1
- package/dist/components/tool-select-dialog/tool-select-dialog.class.js +27 -9
- package/dist/components/tool-select-dialog/tool-select-dialog.class.js.map +1 -1
- package/dist/components/tree/tree-node.class.d.ts +1 -0
- package/dist/components/tree/tree-node.class.d.ts.map +1 -1
- package/dist/components/tree/tree-node.class.js +3 -66
- package/dist/components/tree/tree-node.class.js.map +1 -1
- package/dist/components/tree/tree-node.styles.d.ts +2 -0
- package/dist/components/tree/tree-node.styles.d.ts.map +1 -0
- package/dist/components/tree/tree-node.styles.js +68 -0
- package/dist/components/tree/tree-node.styles.js.map +1 -0
- package/dist/components/tree/tree.class.d.ts +3 -1
- package/dist/components/tree/tree.class.d.ts.map +1 -1
- package/dist/components/tree/tree.class.js +6 -1
- package/dist/components/tree/tree.class.js.map +1 -1
- package/dist/components/typing-indicator/typing-indicator.class.d.ts +14 -11
- package/dist/components/typing-indicator/typing-indicator.class.d.ts.map +1 -1
- package/dist/components/typing-indicator/typing-indicator.class.js +16 -12
- package/dist/components/typing-indicator/typing-indicator.class.js.map +1 -1
- package/dist/components/typing-indicator/typing-indicator.styles.js +18 -18
- package/dist/components/typing-indicator/typing-indicator.styles.js.map +1 -1
- package/dist/components/widget/widget.class.d.ts +39 -8
- package/dist/components/widget/widget.class.d.ts.map +1 -1
- package/dist/components/widget/widget.class.js +58 -17
- package/dist/components/widget/widget.class.js.map +1 -1
- package/dist/components/widget/widget.styles.d.ts.map +1 -1
- package/dist/components/widget/widget.styles.js +3 -2
- package/dist/components/widget/widget.styles.js.map +1 -1
- package/dist/components/word-cloud/word-cloud.class.d.ts +6 -0
- package/dist/components/word-cloud/word-cloud.class.d.ts.map +1 -1
- package/dist/components/word-cloud/word-cloud.class.js +22 -8
- package/dist/components/word-cloud/word-cloud.class.js.map +1 -1
- package/dist/internal/group-by-recency.d.ts +3 -2
- package/dist/internal/group-by-recency.d.ts.map +1 -1
- package/dist/internal/group-by-recency.js.map +1 -1
- package/dist/internal/localization.d.ts +1 -1
- package/dist/internal/localization.d.ts.map +1 -1
- package/dist/internal/localization.js +205 -0
- package/dist/internal/localization.js.map +1 -1
- package/dist/internal/root-registration-allowlist.d.ts +1 -1
- package/dist/internal/root-registration-allowlist.d.ts.map +1 -1
- package/dist/internal/root-registration-allowlist.js +1 -0
- package/dist/internal/root-registration-allowlist.js.map +1 -1
- package/dist/internal/tokens.styles.d.ts.map +1 -1
- package/dist/internal/tokens.styles.js +6 -2
- package/dist/internal/tokens.styles.js.map +1 -1
- package/dist/lyra.d.ts +17 -0
- package/dist/lyra.d.ts.map +1 -1
- package/dist/lyra.js +2 -0
- package/dist/lyra.js.map +1 -1
- package/llms-full.txt +48 -4
- package/llms.txt +1 -1
- package/package.json +4 -2
package/custom-elements.json
CHANGED
|
@@ -2337,7 +2337,7 @@
|
|
|
2337
2337
|
"type": {
|
|
2338
2338
|
"text": "string | undefined"
|
|
2339
2339
|
},
|
|
2340
|
-
"description": "Overrides the single-capability trigger button's `aria-label`, which\notherwise comes from `
|
|
2340
|
+
"description": "Overrides the single-capability trigger button's `aria-label`, which\notherwise comes from `this.localize()` (e.g. `'Attach files'`, localizable\nvia `.strings`/`registerLyraLocale()`). Set this for a one-off override;\nleave it unset to keep the localized default. Only affects the\nsingle-capability button ([part='trigger']) — the multi-capability\nmenu's own trigger keeps its own `'Add attachment'` label regardless.",
|
|
2341
2341
|
"attribute": "trigger-label"
|
|
2342
2342
|
},
|
|
2343
2343
|
{
|
|
@@ -2621,7 +2621,7 @@
|
|
|
2621
2621
|
"type": {
|
|
2622
2622
|
"text": "string | undefined"
|
|
2623
2623
|
},
|
|
2624
|
-
"description": "Overrides the single-capability trigger button's `aria-label`, which\notherwise comes from `
|
|
2624
|
+
"description": "Overrides the single-capability trigger button's `aria-label`, which\notherwise comes from `this.localize()` (e.g. `'Attach files'`, localizable\nvia `.strings`/`registerLyraLocale()`). Set this for a one-off override;\nleave it unset to keep the localized default. Only affects the\nsingle-capability button ([part='trigger']) — the multi-capability\nmenu's own trigger keeps its own `'Add attachment'` label regardless.",
|
|
2625
2625
|
"fieldName": "triggerLabel"
|
|
2626
2626
|
},
|
|
2627
2627
|
{
|
|
@@ -2681,7 +2681,7 @@
|
|
|
2681
2681
|
"declarations": [
|
|
2682
2682
|
{
|
|
2683
2683
|
"kind": "class",
|
|
2684
|
-
"description": "`<lyra-avatar>` — a small, fixed-size identity marker:
|
|
2684
|
+
"description": "`<lyra-avatar>` — a small, fixed-size identity marker: default-slotted icon/glyph content, an\nimage, or an initials fallback, in that priority order (whichever's set takes over from the\nnext). First-party invention (no Web Awesome equivalent) -- purely presentational, no built-in\ninteractivity; a consumer wraps it in their own `<button>`/`<lyra-menu>` trigger for a\nuser-menu affordance.",
|
|
2685
2685
|
"name": "LyraAvatar",
|
|
2686
2686
|
"cssParts": [
|
|
2687
2687
|
{
|
|
@@ -2689,14 +2689,24 @@
|
|
|
2689
2689
|
"name": "base"
|
|
2690
2690
|
},
|
|
2691
2691
|
{
|
|
2692
|
-
"description": "
|
|
2692
|
+
"description": "Wrapper around the default-slotted icon/glyph content. Only rendered while the slot has assigned content.",
|
|
2693
|
+
"name": "icon"
|
|
2694
|
+
},
|
|
2695
|
+
{
|
|
2696
|
+
"description": "The `<img>`, only rendered while `src` is set and has not failed to load (and no icon content is slotted).",
|
|
2693
2697
|
"name": "image"
|
|
2694
2698
|
},
|
|
2695
2699
|
{
|
|
2696
|
-
"description": "The fallback initials text, rendered whenever `image`
|
|
2700
|
+
"description": "The fallback initials text, rendered whenever neither slotted content nor `image` is.",
|
|
2697
2701
|
"name": "initials"
|
|
2698
2702
|
}
|
|
2699
2703
|
],
|
|
2704
|
+
"slots": [
|
|
2705
|
+
{
|
|
2706
|
+
"description": "Icon/glyph content (e.g. an inline SVG) shown in place of the image/initials, e.g. to mark a chat message avatar as \"AI\" vs. \"user\" with a role glyph instead of a photo or initials. Takes priority over both `src` and `initials`. The glyph itself is treated as decorative (`aria-hidden`); set `alt` alongside it for an accessible name.",
|
|
2707
|
+
"name": ""
|
|
2708
|
+
}
|
|
2709
|
+
],
|
|
2700
2710
|
"members": [
|
|
2701
2711
|
{
|
|
2702
2712
|
"kind": "field",
|
|
@@ -2705,7 +2715,7 @@
|
|
|
2705
2715
|
"text": "string"
|
|
2706
2716
|
},
|
|
2707
2717
|
"default": "''",
|
|
2708
|
-
"description": "
|
|
2718
|
+
"description": "Alt text -- required alongside `src` for accessibility, and also used as the accessible\nname (via `aria-label`) when showing icon-only slotted content, since a decorative glyph\nhas no text of its own for a screen reader to read.",
|
|
2709
2719
|
"attribute": "alt"
|
|
2710
2720
|
},
|
|
2711
2721
|
{
|
|
@@ -2736,6 +2746,15 @@
|
|
|
2736
2746
|
"module": "src/internal/lyra-element.ts"
|
|
2737
2747
|
}
|
|
2738
2748
|
},
|
|
2749
|
+
{
|
|
2750
|
+
"kind": "field",
|
|
2751
|
+
"name": "hasIcon",
|
|
2752
|
+
"type": {
|
|
2753
|
+
"text": "boolean"
|
|
2754
|
+
},
|
|
2755
|
+
"privacy": "private",
|
|
2756
|
+
"default": "false"
|
|
2757
|
+
},
|
|
2739
2758
|
{
|
|
2740
2759
|
"kind": "field",
|
|
2741
2760
|
"name": "imageFailed",
|
|
@@ -2752,7 +2771,7 @@
|
|
|
2752
2771
|
"text": "string"
|
|
2753
2772
|
},
|
|
2754
2773
|
"default": "''",
|
|
2755
|
-
"description": "Fallback text (typically 1-2 characters) shown when no image is set, or the image
|
|
2774
|
+
"description": "Fallback text (typically 1-2 characters) shown when no icon/image is set, or the image\nfails to load.",
|
|
2756
2775
|
"attribute": "initials"
|
|
2757
2776
|
},
|
|
2758
2777
|
{
|
|
@@ -2770,6 +2789,11 @@
|
|
|
2770
2789
|
"module": "src/internal/lyra-element.ts"
|
|
2771
2790
|
}
|
|
2772
2791
|
},
|
|
2792
|
+
{
|
|
2793
|
+
"kind": "field",
|
|
2794
|
+
"name": "onIconSlotChange",
|
|
2795
|
+
"privacy": "private"
|
|
2796
|
+
},
|
|
2773
2797
|
{
|
|
2774
2798
|
"kind": "field",
|
|
2775
2799
|
"name": "onImageError",
|
|
@@ -2793,7 +2817,7 @@
|
|
|
2793
2817
|
"text": "AvatarSize"
|
|
2794
2818
|
},
|
|
2795
2819
|
"default": "'md'",
|
|
2796
|
-
"description": "Visual size. `'
|
|
2820
|
+
"description": "Visual size. `'lg'` matches `--lyra-icon-button-size` (2.5rem); `'md'` (the default) is 2rem.",
|
|
2797
2821
|
"attribute": "size",
|
|
2798
2822
|
"reflects": true
|
|
2799
2823
|
},
|
|
@@ -2803,7 +2827,7 @@
|
|
|
2803
2827
|
"type": {
|
|
2804
2828
|
"text": "string | undefined"
|
|
2805
2829
|
},
|
|
2806
|
-
"description": "Image URL. Takes priority over `initials` when set and loads successfully; falls back to
|
|
2830
|
+
"description": "Image URL. Takes priority over `initials` when set and loads successfully (but not over\nslotted icon content); falls back to `initials` on a load error.",
|
|
2807
2831
|
"attribute": "src"
|
|
2808
2832
|
},
|
|
2809
2833
|
{
|
|
@@ -2992,7 +3016,7 @@
|
|
|
2992
3016
|
"text": "string"
|
|
2993
3017
|
},
|
|
2994
3018
|
"default": "''",
|
|
2995
|
-
"description": "
|
|
3019
|
+
"description": "Alt text -- required alongside `src` for accessibility, and also used as the accessible\nname (via `aria-label`) when showing icon-only slotted content, since a decorative glyph\nhas no text of its own for a screen reader to read.",
|
|
2996
3020
|
"fieldName": "alt"
|
|
2997
3021
|
},
|
|
2998
3022
|
{
|
|
@@ -3001,7 +3025,7 @@
|
|
|
3001
3025
|
"text": "string"
|
|
3002
3026
|
},
|
|
3003
3027
|
"default": "''",
|
|
3004
|
-
"description": "Fallback text (typically 1-2 characters) shown when no image is set, or the image
|
|
3028
|
+
"description": "Fallback text (typically 1-2 characters) shown when no icon/image is set, or the image\nfails to load.",
|
|
3005
3029
|
"fieldName": "initials"
|
|
3006
3030
|
},
|
|
3007
3031
|
{
|
|
@@ -3032,7 +3056,7 @@
|
|
|
3032
3056
|
"text": "AvatarSize"
|
|
3033
3057
|
},
|
|
3034
3058
|
"default": "'md'",
|
|
3035
|
-
"description": "Visual size. `'
|
|
3059
|
+
"description": "Visual size. `'lg'` matches `--lyra-icon-button-size` (2.5rem); `'md'` (the default) is 2rem.",
|
|
3036
3060
|
"fieldName": "size"
|
|
3037
3061
|
},
|
|
3038
3062
|
{
|
|
@@ -3040,7 +3064,7 @@
|
|
|
3040
3064
|
"type": {
|
|
3041
3065
|
"text": "string | undefined"
|
|
3042
3066
|
},
|
|
3043
|
-
"description": "Image URL. Takes priority over `initials` when set and loads successfully; falls back to
|
|
3067
|
+
"description": "Image URL. Takes priority over `initials` when set and loads successfully (but not over\nslotted icon content); falls back to `initials` on a load error.",
|
|
3044
3068
|
"fieldName": "src"
|
|
3045
3069
|
},
|
|
3046
3070
|
{
|
|
@@ -8591,7 +8615,8 @@
|
|
|
8591
8615
|
"type": {
|
|
8592
8616
|
"text": "string"
|
|
8593
8617
|
},
|
|
8594
|
-
"default": "'
|
|
8618
|
+
"default": "''",
|
|
8619
|
+
"description": "Dataset label used for the legend/tooltip/accessible summary. Falls back to a localized \"Frequency\" when unset.",
|
|
8595
8620
|
"attribute": "label"
|
|
8596
8621
|
},
|
|
8597
8622
|
{
|
|
@@ -9256,7 +9281,8 @@
|
|
|
9256
9281
|
"type": {
|
|
9257
9282
|
"text": "string"
|
|
9258
9283
|
},
|
|
9259
|
-
"default": "'
|
|
9284
|
+
"default": "''",
|
|
9285
|
+
"description": "Dataset label used for the legend/tooltip/accessible summary. Falls back to a localized \"Frequency\" when unset.",
|
|
9260
9286
|
"fieldName": "label"
|
|
9261
9287
|
},
|
|
9262
9288
|
{
|
|
@@ -10643,6 +10669,15 @@
|
|
|
10643
10669
|
}
|
|
10644
10670
|
],
|
|
10645
10671
|
"members": [
|
|
10672
|
+
{
|
|
10673
|
+
"kind": "field",
|
|
10674
|
+
"name": "accessibleLabel",
|
|
10675
|
+
"type": {
|
|
10676
|
+
"text": "string | undefined"
|
|
10677
|
+
},
|
|
10678
|
+
"description": "Overrides the `<svg>`'s auto-derived `aria-label` (`datasets.map(d => d.label).join(', ') ||\n'Chart'`) — for a consumer with a real, localized chart description. Unset (the default)\nkeeps today's auto-derived (English-fallback) label exactly. Named `accessible-label` to\nmatch the same override on `lyra-chart`/`lyra-box-plot`.",
|
|
10679
|
+
"attribute": "accessible-label"
|
|
10680
|
+
},
|
|
10646
10681
|
{
|
|
10647
10682
|
"kind": "field",
|
|
10648
10683
|
"name": "activeMarkIndex",
|
|
@@ -10689,15 +10724,6 @@
|
|
|
10689
10724
|
"default": "true",
|
|
10690
10725
|
"attribute": "begin-at-zero"
|
|
10691
10726
|
},
|
|
10692
|
-
{
|
|
10693
|
-
"kind": "field",
|
|
10694
|
-
"name": "chartLabel",
|
|
10695
|
-
"type": {
|
|
10696
|
-
"text": "string | undefined"
|
|
10697
|
-
},
|
|
10698
|
-
"description": "Overrides the `<svg>`'s auto-derived `aria-label` (`datasets.map(d => d.label).join(', ') ||\n'Chart'`) — for a consumer with a real, localized chart description. Unset (the default)\nkeeps today's auto-derived (English-fallback) label exactly.",
|
|
10699
|
-
"attribute": "chart-label"
|
|
10700
|
-
},
|
|
10701
10727
|
{
|
|
10702
10728
|
"kind": "field",
|
|
10703
10729
|
"name": "datasets",
|
|
@@ -10791,12 +10817,11 @@
|
|
|
10791
10817
|
},
|
|
10792
10818
|
{
|
|
10793
10819
|
"kind": "field",
|
|
10794
|
-
"name": "
|
|
10820
|
+
"name": "liveRegion",
|
|
10795
10821
|
"type": {
|
|
10796
|
-
"text": "
|
|
10822
|
+
"text": "LyraLiveRegion | undefined"
|
|
10797
10823
|
},
|
|
10798
|
-
"privacy": "private"
|
|
10799
|
-
"default": "''"
|
|
10824
|
+
"privacy": "private"
|
|
10800
10825
|
},
|
|
10801
10826
|
{
|
|
10802
10827
|
"kind": "field",
|
|
@@ -11610,6 +11635,14 @@
|
|
|
11610
11635
|
}
|
|
11611
11636
|
],
|
|
11612
11637
|
"attributes": [
|
|
11638
|
+
{
|
|
11639
|
+
"name": "accessible-label",
|
|
11640
|
+
"type": {
|
|
11641
|
+
"text": "string | undefined"
|
|
11642
|
+
},
|
|
11643
|
+
"description": "Overrides the `<svg>`'s auto-derived `aria-label` (`datasets.map(d => d.label).join(', ') ||\n'Chart'`) — for a consumer with a real, localized chart description. Unset (the default)\nkeeps today's auto-derived (English-fallback) label exactly. Named `accessible-label` to\nmatch the same override on `lyra-chart`/`lyra-box-plot`.",
|
|
11644
|
+
"fieldName": "accessibleLabel"
|
|
11645
|
+
},
|
|
11613
11646
|
{
|
|
11614
11647
|
"name": "bar-gap-ratio",
|
|
11615
11648
|
"type": {
|
|
@@ -11635,14 +11668,6 @@
|
|
|
11635
11668
|
"default": "true",
|
|
11636
11669
|
"fieldName": "beginAtZero"
|
|
11637
11670
|
},
|
|
11638
|
-
{
|
|
11639
|
-
"name": "chart-label",
|
|
11640
|
-
"type": {
|
|
11641
|
-
"text": "string | undefined"
|
|
11642
|
-
},
|
|
11643
|
-
"description": "Overrides the `<svg>`'s auto-derived `aria-label` (`datasets.map(d => d.label).join(', ') ||\n'Chart'`) — for a consumer with a real, localized chart description. Unset (the default)\nkeeps today's auto-derived (English-fallback) label exactly.",
|
|
11644
|
-
"fieldName": "chartLabel"
|
|
11645
|
-
},
|
|
11646
11671
|
{
|
|
11647
11672
|
"name": "height",
|
|
11648
11673
|
"type": {
|
|
@@ -16805,7 +16830,7 @@
|
|
|
16805
16830
|
"name": "actions"
|
|
16806
16831
|
},
|
|
16807
16832
|
{
|
|
16808
|
-
"description": "File/image attachment chips, rendered below the message body
|
|
16833
|
+
"description": "File/image attachment chips, rendered below the message body by default; see `attachments-position`.",
|
|
16809
16834
|
"name": "attachments"
|
|
16810
16835
|
},
|
|
16811
16836
|
{
|
|
@@ -16827,6 +16852,16 @@
|
|
|
16827
16852
|
"privacy": "private",
|
|
16828
16853
|
"default": "'sent'"
|
|
16829
16854
|
},
|
|
16855
|
+
{
|
|
16856
|
+
"kind": "field",
|
|
16857
|
+
"name": "attachmentsPosition",
|
|
16858
|
+
"type": {
|
|
16859
|
+
"text": "'before' | 'after'"
|
|
16860
|
+
},
|
|
16861
|
+
"default": "'after'",
|
|
16862
|
+
"description": "Where the `attachments` slot renders relative to the message body.\n`'after'` (the default) reproduces today's exact DOM order. `'before'`\nrenders attachments immediately above the body -- both DOM and visual\norder move together (no CSS `order` trick), so reading/focus order\nalways matches what's on screen.",
|
|
16863
|
+
"attribute": "attachments-position"
|
|
16864
|
+
},
|
|
16830
16865
|
{
|
|
16831
16866
|
"kind": "field",
|
|
16832
16867
|
"name": "bodyId",
|
|
@@ -17271,6 +17306,15 @@
|
|
|
17271
17306
|
}
|
|
17272
17307
|
],
|
|
17273
17308
|
"attributes": [
|
|
17309
|
+
{
|
|
17310
|
+
"name": "attachments-position",
|
|
17311
|
+
"type": {
|
|
17312
|
+
"text": "'before' | 'after'"
|
|
17313
|
+
},
|
|
17314
|
+
"default": "'after'",
|
|
17315
|
+
"description": "Where the `attachments` slot renders relative to the message body.\n`'after'` (the default) reproduces today's exact DOM order. `'before'`\nrenders attachments immediately above the body -- both DOM and visual\norder move together (no CSS `order` trick), so reading/focus order\nalways matches what's on screen.",
|
|
17316
|
+
"fieldName": "attachmentsPosition"
|
|
17317
|
+
},
|
|
17274
17318
|
{
|
|
17275
17319
|
"name": "collapsed",
|
|
17276
17320
|
"type": {
|
|
@@ -18601,7 +18645,7 @@
|
|
|
18601
18645
|
"text": "boolean"
|
|
18602
18646
|
},
|
|
18603
18647
|
"default": "false",
|
|
18604
|
-
"description": "Opt-in toggle/pressed mode --
|
|
18648
|
+
"description": "Opt-in toggle/pressed mode -- the current pressed value. Setting `selected` (to `true`, the\ncommon way to start a chip already pressed) opts the chip into toggle mode automatically, so\n`<lyra-chip selected>` alone is enough: `[part='base']` becomes focusable and\nkeyboard-activatable (Enter/Space, mirroring native `<button>` behavior), reflects\n`aria-pressed`, and toggles on click/activation, emitting `lyra-chip-select`. That opt-in\n(tracked by `toggleable`, see below) persists once made, so toggling `selected` back to\n`false` never strips the chip's interactivity -- a chip a user has clicked \"off\" must stay\nclickable to turn it back \"on\". Has no effect (no interactive semantics added to\n`[part='base']`) when combined with `removable`, since the remove button already nests inside\n`[part='base']` -- axe-core's `nested-interactive` rule forbids a focusable descendant of a\n`role=\"button\"` ancestor, and this component's two real use cases (a chart-series visibility\ntoggle, a category filter chip) never need both at once. `false` (the default, with\n`toggleable` also left at its default) reproduces today's exact passive-label-pill output.",
|
|
18605
18649
|
"attribute": "selected",
|
|
18606
18650
|
"reflects": true
|
|
18607
18651
|
},
|
|
@@ -18630,6 +18674,17 @@
|
|
|
18630
18674
|
"module": "src/internal/lyra-element.ts"
|
|
18631
18675
|
}
|
|
18632
18676
|
},
|
|
18677
|
+
{
|
|
18678
|
+
"kind": "field",
|
|
18679
|
+
"name": "toggleable",
|
|
18680
|
+
"type": {
|
|
18681
|
+
"text": "boolean"
|
|
18682
|
+
},
|
|
18683
|
+
"default": "false",
|
|
18684
|
+
"description": "Explicit opt-in into `selected`'s toggle/pressed interactive mode, independent of the\n*current* value of `selected`. Setting `selected` to `true` at any point opts in\nautomatically (see its doc comment) and keeps this `true` from then on, which is enough for\na chip that starts already pressed. Set `toggleable` directly for a chip that must be\nclickable from the outset while starting **unselected** -- e.g. an initially-inactive\ncategory filter chip -- since `selected`'s own default (`false`) can't be distinguished from\n\"never opted in\" on its own.",
|
|
18685
|
+
"attribute": "toggleable",
|
|
18686
|
+
"reflects": true
|
|
18687
|
+
},
|
|
18633
18688
|
{
|
|
18634
18689
|
"kind": "field",
|
|
18635
18690
|
"name": "tone",
|
|
@@ -18795,7 +18850,7 @@
|
|
|
18795
18850
|
],
|
|
18796
18851
|
"events": [
|
|
18797
18852
|
{
|
|
18798
|
-
"description": "Fired on click, or Enter/Space while focused,
|
|
18853
|
+
"description": "Fired on click, or Enter/Space while focused, once the chip has opted into toggle mode (via `selected` or `toggleable`) and `removable` is not set. `detail: { value, selected }` -- the chip has already toggled its own `selected` state by the time this fires.",
|
|
18799
18854
|
"name": "lyra-chip-select"
|
|
18800
18855
|
},
|
|
18801
18856
|
{
|
|
@@ -18832,9 +18887,18 @@
|
|
|
18832
18887
|
"text": "boolean"
|
|
18833
18888
|
},
|
|
18834
18889
|
"default": "false",
|
|
18835
|
-
"description": "Opt-in toggle/pressed mode --
|
|
18890
|
+
"description": "Opt-in toggle/pressed mode -- the current pressed value. Setting `selected` (to `true`, the\ncommon way to start a chip already pressed) opts the chip into toggle mode automatically, so\n`<lyra-chip selected>` alone is enough: `[part='base']` becomes focusable and\nkeyboard-activatable (Enter/Space, mirroring native `<button>` behavior), reflects\n`aria-pressed`, and toggles on click/activation, emitting `lyra-chip-select`. That opt-in\n(tracked by `toggleable`, see below) persists once made, so toggling `selected` back to\n`false` never strips the chip's interactivity -- a chip a user has clicked \"off\" must stay\nclickable to turn it back \"on\". Has no effect (no interactive semantics added to\n`[part='base']`) when combined with `removable`, since the remove button already nests inside\n`[part='base']` -- axe-core's `nested-interactive` rule forbids a focusable descendant of a\n`role=\"button\"` ancestor, and this component's two real use cases (a chart-series visibility\ntoggle, a category filter chip) never need both at once. `false` (the default, with\n`toggleable` also left at its default) reproduces today's exact passive-label-pill output.",
|
|
18836
18891
|
"fieldName": "selected"
|
|
18837
18892
|
},
|
|
18893
|
+
{
|
|
18894
|
+
"name": "toggleable",
|
|
18895
|
+
"type": {
|
|
18896
|
+
"text": "boolean"
|
|
18897
|
+
},
|
|
18898
|
+
"default": "false",
|
|
18899
|
+
"description": "Explicit opt-in into `selected`'s toggle/pressed interactive mode, independent of the\n*current* value of `selected`. Setting `selected` to `true` at any point opts in\nautomatically (see its doc comment) and keeps this `true` from then on, which is enough for\na chip that starts already pressed. Set `toggleable` directly for a chip that must be\nclickable from the outset while starting **unselected** -- e.g. an initially-inactive\ncategory filter chip -- since `selected`'s own default (`false`) can't be distinguished from\n\"never opted in\" on its own.",
|
|
18900
|
+
"fieldName": "toggleable"
|
|
18901
|
+
},
|
|
18838
18902
|
{
|
|
18839
18903
|
"name": "tone",
|
|
18840
18904
|
"type": {
|
|
@@ -20075,6 +20139,116 @@
|
|
|
20075
20139
|
}
|
|
20076
20140
|
]
|
|
20077
20141
|
},
|
|
20142
|
+
{
|
|
20143
|
+
"kind": "javascript-module",
|
|
20144
|
+
"path": "src/components/code-block/code-block-shared.ts",
|
|
20145
|
+
"declarations": [
|
|
20146
|
+
{
|
|
20147
|
+
"kind": "function",
|
|
20148
|
+
"name": "codeBlockBodyLabel",
|
|
20149
|
+
"return": {
|
|
20150
|
+
"type": {
|
|
20151
|
+
"text": "string"
|
|
20152
|
+
}
|
|
20153
|
+
},
|
|
20154
|
+
"parameters": [
|
|
20155
|
+
{
|
|
20156
|
+
"name": "localize",
|
|
20157
|
+
"type": {
|
|
20158
|
+
"text": "LyraLocalizeFn"
|
|
20159
|
+
}
|
|
20160
|
+
},
|
|
20161
|
+
{
|
|
20162
|
+
"name": "filename",
|
|
20163
|
+
"type": {
|
|
20164
|
+
"text": "string"
|
|
20165
|
+
}
|
|
20166
|
+
},
|
|
20167
|
+
{
|
|
20168
|
+
"name": "language",
|
|
20169
|
+
"type": {
|
|
20170
|
+
"text": "string"
|
|
20171
|
+
}
|
|
20172
|
+
}
|
|
20173
|
+
],
|
|
20174
|
+
"description": "The `[part=\"body\"]` region's `aria-label`: the filename when set, else a\nlanguage-aware \"Code\" region label."
|
|
20175
|
+
},
|
|
20176
|
+
{
|
|
20177
|
+
"kind": "function",
|
|
20178
|
+
"name": "codeBlockCopyLabel",
|
|
20179
|
+
"return": {
|
|
20180
|
+
"type": {
|
|
20181
|
+
"text": "string"
|
|
20182
|
+
}
|
|
20183
|
+
},
|
|
20184
|
+
"parameters": [
|
|
20185
|
+
{
|
|
20186
|
+
"name": "localize",
|
|
20187
|
+
"type": {
|
|
20188
|
+
"text": "LyraLocalizeFn"
|
|
20189
|
+
}
|
|
20190
|
+
},
|
|
20191
|
+
{
|
|
20192
|
+
"name": "justCopied",
|
|
20193
|
+
"type": {
|
|
20194
|
+
"text": "boolean"
|
|
20195
|
+
}
|
|
20196
|
+
}
|
|
20197
|
+
],
|
|
20198
|
+
"description": "The copy-to-clipboard header button's `aria-label`."
|
|
20199
|
+
},
|
|
20200
|
+
{
|
|
20201
|
+
"kind": "function",
|
|
20202
|
+
"name": "codeBlockToggleLabel",
|
|
20203
|
+
"return": {
|
|
20204
|
+
"type": {
|
|
20205
|
+
"text": "string"
|
|
20206
|
+
}
|
|
20207
|
+
},
|
|
20208
|
+
"parameters": [
|
|
20209
|
+
{
|
|
20210
|
+
"name": "localize",
|
|
20211
|
+
"type": {
|
|
20212
|
+
"text": "LyraLocalizeFn"
|
|
20213
|
+
}
|
|
20214
|
+
},
|
|
20215
|
+
{
|
|
20216
|
+
"name": "collapsed",
|
|
20217
|
+
"type": {
|
|
20218
|
+
"text": "boolean"
|
|
20219
|
+
}
|
|
20220
|
+
}
|
|
20221
|
+
],
|
|
20222
|
+
"description": "The collapse/expand header toggle button's `aria-label`."
|
|
20223
|
+
}
|
|
20224
|
+
],
|
|
20225
|
+
"exports": [
|
|
20226
|
+
{
|
|
20227
|
+
"kind": "js",
|
|
20228
|
+
"name": "codeBlockBodyLabel",
|
|
20229
|
+
"declaration": {
|
|
20230
|
+
"name": "codeBlockBodyLabel",
|
|
20231
|
+
"module": "src/components/code-block/code-block-shared.ts"
|
|
20232
|
+
}
|
|
20233
|
+
},
|
|
20234
|
+
{
|
|
20235
|
+
"kind": "js",
|
|
20236
|
+
"name": "codeBlockCopyLabel",
|
|
20237
|
+
"declaration": {
|
|
20238
|
+
"name": "codeBlockCopyLabel",
|
|
20239
|
+
"module": "src/components/code-block/code-block-shared.ts"
|
|
20240
|
+
}
|
|
20241
|
+
},
|
|
20242
|
+
{
|
|
20243
|
+
"kind": "js",
|
|
20244
|
+
"name": "codeBlockToggleLabel",
|
|
20245
|
+
"declaration": {
|
|
20246
|
+
"name": "codeBlockToggleLabel",
|
|
20247
|
+
"module": "src/components/code-block/code-block-shared.ts"
|
|
20248
|
+
}
|
|
20249
|
+
}
|
|
20250
|
+
]
|
|
20251
|
+
},
|
|
20078
20252
|
{
|
|
20079
20253
|
"kind": "javascript-module",
|
|
20080
20254
|
"path": "src/components/code-block/code-block.class.ts",
|
|
@@ -21148,7 +21322,8 @@
|
|
|
21148
21322
|
"type": {
|
|
21149
21323
|
"text": "string"
|
|
21150
21324
|
},
|
|
21151
|
-
"default": "'
|
|
21325
|
+
"default": "''",
|
|
21326
|
+
"description": "Status copy shown in the listbox when no rows match. Empty string falls back to a localized message.",
|
|
21152
21327
|
"attribute": "empty-text"
|
|
21153
21328
|
},
|
|
21154
21329
|
{
|
|
@@ -21280,8 +21455,8 @@
|
|
|
21280
21455
|
"type": {
|
|
21281
21456
|
"text": "string"
|
|
21282
21457
|
},
|
|
21283
|
-
"default": "'
|
|
21284
|
-
"description": "Status copy shown in the listbox while a `source` fetch is in flight.",
|
|
21458
|
+
"default": "''",
|
|
21459
|
+
"description": "Status copy shown in the listbox while a `source` fetch is in flight. Empty string falls back to a localized message.",
|
|
21285
21460
|
"attribute": "loading-text"
|
|
21286
21461
|
},
|
|
21287
21462
|
{
|
|
@@ -21417,8 +21592,8 @@
|
|
|
21417
21592
|
"type": {
|
|
21418
21593
|
"text": "string"
|
|
21419
21594
|
},
|
|
21420
|
-
"default": "'
|
|
21421
|
-
"description": "Status copy shown when `maxRender` caps the row list; `{n}` is replaced with the hidden count.",
|
|
21595
|
+
"default": "''",
|
|
21596
|
+
"description": "Status copy shown when `maxRender` caps the row list; `{n}` is replaced with the hidden count. Empty string falls back to a localized message.",
|
|
21422
21597
|
"attribute": "overflow-text"
|
|
21423
21598
|
},
|
|
21424
21599
|
{
|
|
@@ -21990,7 +22165,8 @@
|
|
|
21990
22165
|
"type": {
|
|
21991
22166
|
"text": "string"
|
|
21992
22167
|
},
|
|
21993
|
-
"default": "'
|
|
22168
|
+
"default": "''",
|
|
22169
|
+
"description": "Status copy shown in the listbox when no rows match. Empty string falls back to a localized message.",
|
|
21994
22170
|
"fieldName": "emptyText"
|
|
21995
22171
|
},
|
|
21996
22172
|
{
|
|
@@ -22022,8 +22198,8 @@
|
|
|
22022
22198
|
"type": {
|
|
22023
22199
|
"text": "string"
|
|
22024
22200
|
},
|
|
22025
|
-
"default": "'
|
|
22026
|
-
"description": "Status copy shown in the listbox while a `source` fetch is in flight.",
|
|
22201
|
+
"default": "''",
|
|
22202
|
+
"description": "Status copy shown in the listbox while a `source` fetch is in flight. Empty string falls back to a localized message.",
|
|
22027
22203
|
"fieldName": "loadingText"
|
|
22028
22204
|
},
|
|
22029
22205
|
{
|
|
@@ -22082,8 +22258,8 @@
|
|
|
22082
22258
|
"type": {
|
|
22083
22259
|
"text": "string"
|
|
22084
22260
|
},
|
|
22085
|
-
"default": "'
|
|
22086
|
-
"description": "Status copy shown when `maxRender` caps the row list; `{n}` is replaced with the hidden count.",
|
|
22261
|
+
"default": "''",
|
|
22262
|
+
"description": "Status copy shown when `maxRender` caps the row list; `{n}` is replaced with the hidden count. Empty string falls back to a localized message.",
|
|
22087
22263
|
"fieldName": "overflowText"
|
|
22088
22264
|
},
|
|
22089
22265
|
{
|
|
@@ -22615,6 +22791,16 @@
|
|
|
22615
22791
|
}
|
|
22616
22792
|
],
|
|
22617
22793
|
"members": [
|
|
22794
|
+
{
|
|
22795
|
+
"kind": "field",
|
|
22796
|
+
"name": "clampedUsedTotal",
|
|
22797
|
+
"type": {
|
|
22798
|
+
"text": "{ used: number; total: number }"
|
|
22799
|
+
},
|
|
22800
|
+
"privacy": "private",
|
|
22801
|
+
"description": "`usedTotal` and `total`, both clamped the same way ratios() clamps the\nvisual fill -- a segments array that sums past total must not report an\nimpossible \"160 of 100 used\"/aria-valuenow > aria-valuemax while the\nbar/ring visibly caps at 100%. Shared by `summary` and `willUpdate`'s\naria-value* trio so the announced text and the queryable numeric value\ncan never diverge.",
|
|
22802
|
+
"readonly": true
|
|
22803
|
+
},
|
|
22618
22804
|
{
|
|
22619
22805
|
"kind": "field",
|
|
22620
22806
|
"name": "effectiveDirection",
|
|
@@ -24496,7 +24682,7 @@
|
|
|
24496
24682
|
"text": "string"
|
|
24497
24683
|
},
|
|
24498
24684
|
"default": "'Choose date'",
|
|
24499
|
-
"description": "Accessible name for the calendar popover dialog.
|
|
24685
|
+
"description": "Accessible name for the calendar popover dialog. Left at the built-in default it\nroutes through `this.localize()` so a locale/`.strings` override applies without\nrequiring this to be set; an explicit override wins verbatim.",
|
|
24500
24686
|
"attribute": "dialog-label"
|
|
24501
24687
|
},
|
|
24502
24688
|
{
|
|
@@ -25291,7 +25477,7 @@
|
|
|
25291
25477
|
"text": "string"
|
|
25292
25478
|
},
|
|
25293
25479
|
"default": "'Choose date'",
|
|
25294
|
-
"description": "Accessible name for the calendar popover dialog.
|
|
25480
|
+
"description": "Accessible name for the calendar popover dialog. Left at the built-in default it\nroutes through `this.localize()` so a locale/`.strings` override applies without\nrequiring this to be set; an explicit override wins verbatim.",
|
|
25295
25481
|
"fieldName": "dialogLabel"
|
|
25296
25482
|
},
|
|
25297
25483
|
{
|
|
@@ -25738,7 +25924,7 @@
|
|
|
25738
25924
|
"text": "string"
|
|
25739
25925
|
},
|
|
25740
25926
|
"default": "'Next month'",
|
|
25741
|
-
"description": "Accessible label for the next-month button.
|
|
25927
|
+
"description": "Accessible label for the next-month button. Left at the built-in default it\nroutes through `this.localize()` so a locale/`.strings` override applies without\nrequiring this to be set; an explicit override wins verbatim.",
|
|
25742
25928
|
"attribute": "next-label"
|
|
25743
25929
|
},
|
|
25744
25930
|
{
|
|
@@ -25753,7 +25939,7 @@
|
|
|
25753
25939
|
"text": "string"
|
|
25754
25940
|
},
|
|
25755
25941
|
"default": "'Previous month'",
|
|
25756
|
-
"description": "Accessible label for the previous-month button.
|
|
25942
|
+
"description": "Accessible label for the previous-month button. Left at the built-in default it\nroutes through `this.localize()` so a locale/`.strings` override applies without\nrequiring this to be set; an explicit override wins verbatim.",
|
|
25757
25943
|
"attribute": "previous-label"
|
|
25758
25944
|
},
|
|
25759
25945
|
{
|
|
@@ -26515,7 +26701,7 @@
|
|
|
26515
26701
|
"text": "string"
|
|
26516
26702
|
},
|
|
26517
26703
|
"default": "'Next month'",
|
|
26518
|
-
"description": "Accessible label for the next-month button.
|
|
26704
|
+
"description": "Accessible label for the next-month button. Left at the built-in default it\nroutes through `this.localize()` so a locale/`.strings` override applies without\nrequiring this to be set; an explicit override wins verbatim.",
|
|
26519
26705
|
"fieldName": "nextLabel"
|
|
26520
26706
|
},
|
|
26521
26707
|
{
|
|
@@ -26524,7 +26710,7 @@
|
|
|
26524
26710
|
"text": "string"
|
|
26525
26711
|
},
|
|
26526
26712
|
"default": "'Previous month'",
|
|
26527
|
-
"description": "Accessible label for the previous-month button.
|
|
26713
|
+
"description": "Accessible label for the previous-month button. Left at the built-in default it\nroutes through `this.localize()` so a locale/`.strings` override applies without\nrequiring this to be set; an explicit override wins verbatim.",
|
|
26528
26714
|
"fieldName": "previousLabel"
|
|
26529
26715
|
},
|
|
26530
26716
|
{
|
|
@@ -27235,6 +27421,14 @@
|
|
|
27235
27421
|
}
|
|
27236
27422
|
],
|
|
27237
27423
|
"members": [
|
|
27424
|
+
{
|
|
27425
|
+
"kind": "field",
|
|
27426
|
+
"name": "copyTimeoutId",
|
|
27427
|
+
"type": {
|
|
27428
|
+
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
27429
|
+
},
|
|
27430
|
+
"privacy": "private"
|
|
27431
|
+
},
|
|
27238
27432
|
{
|
|
27239
27433
|
"kind": "field",
|
|
27240
27434
|
"name": "copyable",
|
|
@@ -27273,6 +27467,15 @@
|
|
|
27273
27467
|
"module": "src/internal/lyra-element.ts"
|
|
27274
27468
|
}
|
|
27275
27469
|
},
|
|
27470
|
+
{
|
|
27471
|
+
"kind": "field",
|
|
27472
|
+
"name": "justCopied",
|
|
27473
|
+
"type": {
|
|
27474
|
+
"text": "boolean"
|
|
27475
|
+
},
|
|
27476
|
+
"privacy": "private",
|
|
27477
|
+
"default": "false"
|
|
27478
|
+
},
|
|
27276
27479
|
{
|
|
27277
27480
|
"kind": "field",
|
|
27278
27481
|
"name": "locale",
|
|
@@ -29397,6 +29600,15 @@
|
|
|
29397
29600
|
}
|
|
29398
29601
|
],
|
|
29399
29602
|
"members": [
|
|
29603
|
+
{
|
|
29604
|
+
"kind": "field",
|
|
29605
|
+
"name": "_isFirstUpdate",
|
|
29606
|
+
"type": {
|
|
29607
|
+
"text": "boolean"
|
|
29608
|
+
},
|
|
29609
|
+
"privacy": "private",
|
|
29610
|
+
"default": "true"
|
|
29611
|
+
},
|
|
29400
29612
|
{
|
|
29401
29613
|
"kind": "field",
|
|
29402
29614
|
"name": "cleanup",
|
|
@@ -29438,6 +29650,16 @@
|
|
|
29438
29650
|
"module": "src/internal/lyra-element.ts"
|
|
29439
29651
|
}
|
|
29440
29652
|
},
|
|
29653
|
+
{
|
|
29654
|
+
"kind": "field",
|
|
29655
|
+
"name": "effectiveLabel",
|
|
29656
|
+
"type": {
|
|
29657
|
+
"text": "string"
|
|
29658
|
+
},
|
|
29659
|
+
"privacy": "private",
|
|
29660
|
+
"description": "Resolves `label`'s effective text: an explicit override wins verbatim; left at the\nbuilt-in default it instead routes through `this.localize()` so a locale/`.strings`\noverride applies without requiring `label` itself to be set.",
|
|
29661
|
+
"readonly": true
|
|
29662
|
+
},
|
|
29441
29663
|
{
|
|
29442
29664
|
"kind": "field",
|
|
29443
29665
|
"name": "effectiveLocale",
|
|
@@ -29476,7 +29698,7 @@
|
|
|
29476
29698
|
"text": "string"
|
|
29477
29699
|
},
|
|
29478
29700
|
"default": "'Export'",
|
|
29479
|
-
"description": "Trigger button text, also feeds the format menu's `aria-label` (as\n\"`${label} format`\") so assistive tech gets an accessible name for it.",
|
|
29701
|
+
"description": "Trigger button text, also feeds the format menu's `aria-label` (as\n\"`${label} format`\") so assistive tech gets an accessible name for it.\nLeft at its default English `'Export'`, the rendered text instead\ncomes from `this.localize('exportButtonLabel', ...)` -- override-able\nvia `.strings`/`registerLyraLocale()` -- same convention as\n`lyra-attachment-chip`'s `removeLabel`/`retryLabel`. Set this\nattribute explicitly for a one-off override that always wins.",
|
|
29480
29702
|
"attribute": "label"
|
|
29481
29703
|
},
|
|
29482
29704
|
{
|
|
@@ -29848,6 +30070,14 @@
|
|
|
29848
30070
|
{
|
|
29849
30071
|
"description": "Fired after a non-cancelled download completes.",
|
|
29850
30072
|
"name": "lyra-export-complete"
|
|
30073
|
+
},
|
|
30074
|
+
{
|
|
30075
|
+
"description": "The format menu closed. Same first-render guard as `lyra-show`.",
|
|
30076
|
+
"name": "lyra-hide"
|
|
30077
|
+
},
|
|
30078
|
+
{
|
|
30079
|
+
"description": "The format menu opened. Not fired for markup that renders open from the start.",
|
|
30080
|
+
"name": "lyra-show"
|
|
29851
30081
|
}
|
|
29852
30082
|
],
|
|
29853
30083
|
"attributes": [
|
|
@@ -29873,7 +30103,7 @@
|
|
|
29873
30103
|
"text": "string"
|
|
29874
30104
|
},
|
|
29875
30105
|
"default": "'Export'",
|
|
29876
|
-
"description": "Trigger button text, also feeds the format menu's `aria-label` (as\n\"`${label} format`\") so assistive tech gets an accessible name for it.",
|
|
30106
|
+
"description": "Trigger button text, also feeds the format menu's `aria-label` (as\n\"`${label} format`\") so assistive tech gets an accessible name for it.\nLeft at its default English `'Export'`, the rendered text instead\ncomes from `this.localize('exportButtonLabel', ...)` -- override-able\nvia `.strings`/`registerLyraLocale()` -- same convention as\n`lyra-attachment-chip`'s `removeLabel`/`retryLabel`. Set this\nattribute explicitly for a one-off override that always wins.",
|
|
29877
30107
|
"fieldName": "label"
|
|
29878
30108
|
},
|
|
29879
30109
|
{
|
|
@@ -30082,6 +30312,16 @@
|
|
|
30082
30312
|
"module": "src/internal/lyra-element.ts"
|
|
30083
30313
|
}
|
|
30084
30314
|
},
|
|
30315
|
+
{
|
|
30316
|
+
"kind": "field",
|
|
30317
|
+
"name": "effectiveLabel",
|
|
30318
|
+
"type": {
|
|
30319
|
+
"text": "string"
|
|
30320
|
+
},
|
|
30321
|
+
"privacy": "private",
|
|
30322
|
+
"description": "Resolves `label`'s effective text: an explicit override wins verbatim; left at the\nbuilt-in default it instead routes through `this.localize()` so a locale/`.strings`\noverride applies without requiring `label` itself to be set.",
|
|
30323
|
+
"readonly": true
|
|
30324
|
+
},
|
|
30085
30325
|
{
|
|
30086
30326
|
"kind": "field",
|
|
30087
30327
|
"name": "effectiveLocale",
|
|
@@ -32197,6 +32437,10 @@
|
|
|
32197
32437
|
"description": "A visually hidden list alternative for graph data.",
|
|
32198
32438
|
"name": "data-list"
|
|
32199
32439
|
},
|
|
32440
|
+
{
|
|
32441
|
+
"description": "The empty-state message, shown when `nodes` is empty.",
|
|
32442
|
+
"name": "empty"
|
|
32443
|
+
},
|
|
32200
32444
|
{
|
|
32201
32445
|
"description": "A node label.",
|
|
32202
32446
|
"name": "label"
|
|
@@ -32771,7 +33015,8 @@
|
|
|
32771
33015
|
"text": "() => void"
|
|
32772
33016
|
}
|
|
32773
33017
|
}
|
|
32774
|
-
]
|
|
33018
|
+
],
|
|
33019
|
+
"description": "The forward physical arrow key (`ArrowRight` in LTR, `ArrowLeft` under\n`dir=\"rtl\"` — see `isRtl()`) moves to the next roving-tabindex item, the\nbackward one to the previous, in flat array order (`simNodes` then\n`simLinks`) — the same `forwardKey`/`backwardKey` swap this library's\nother \"physical arrow key drives sequential previous/next\" components\n(`<lyra-tabs>`, `<lyra-slider>`, `<lyra-segmented>`) apply under RTL.\n`ArrowDown`/`ArrowUp` always mean next/previous regardless of direction."
|
|
32775
33020
|
},
|
|
32776
33021
|
{
|
|
32777
33022
|
"kind": "method",
|
|
@@ -33388,13 +33633,20 @@
|
|
|
33388
33633
|
},
|
|
33389
33634
|
"privacy": "private"
|
|
33390
33635
|
},
|
|
33636
|
+
{
|
|
33637
|
+
"kind": "field",
|
|
33638
|
+
"name": "canvasColorCache",
|
|
33639
|
+
"privacy": "private",
|
|
33640
|
+
"default": "new Map<string, string>()",
|
|
33641
|
+
"description": "Cache of resolved colors for the current draw pass, cleared at the top\nof drawCalendar()/drawMatrix() so a theme change is always picked up on\nthe very next full redraw, while repeated identical cellColor() outputs\nwithin the same pass resolve only once."
|
|
33642
|
+
},
|
|
33391
33643
|
{
|
|
33392
33644
|
"kind": "field",
|
|
33393
33645
|
"name": "cellColor",
|
|
33394
33646
|
"type": {
|
|
33395
33647
|
"text": "(pos: MatrixCellPos | CalendarCellPos, value: number) => string | undefined | undefined"
|
|
33396
33648
|
},
|
|
33397
|
-
"description": "Overrides a cell's computed ramp/no-data color entirely for an exact value -- receives the\ncell position (`MatrixCellPos` in matrix mode, `CalendarCellPos` in calendar mode) and its\nvalue, return a CSS color string to force that cell to it, or `undefined` to fall back to the\nnormal `colorSteps`/ramp math unchanged. Lets a consumer designate a value as categorically\noutside the ramp (e.g. a real zero-count day rendered as a neutral hairline, distinct from\nboth \"no data\" and the ramp's own lightest step) without a prepended synthetic ramp color,\nwhich can't safely reserve an exact value on a skewed dataset (the bucket selectors round by\ncontinuous ratio, with no equality-based reservation). Unset (the default) reproduces today's\nexact ramp/no-data behavior for every cell."
|
|
33649
|
+
"description": "Overrides a cell's computed ramp/no-data color entirely for an exact value -- receives the\ncell position (`MatrixCellPos` in matrix mode, `CalendarCellPos` in calendar mode) and its\nvalue, return a CSS color string to force that cell to it, or `undefined` to fall back to the\nnormal `colorSteps`/ramp math unchanged. Lets a consumer designate a value as categorically\noutside the ramp (e.g. a real zero-count day rendered as a neutral hairline, distinct from\nboth \"no data\" and the ramp's own lightest step) without a prepended synthetic ramp color,\nwhich can't safely reserve an exact value on a skewed dataset (the bucket selectors round by\ncontinuous ratio, with no equality-based reservation). Unset (the default) reproduces today's\nexact ramp/no-data behavior for every cell. A returned value containing a CSS custom property\n(e.g. `var(--x)`) or other browser-resolvable color syntax (e.g. `color-mix(...)`) is\nautomatically resolved before being used as a canvas fill color."
|
|
33398
33650
|
},
|
|
33399
33651
|
{
|
|
33400
33652
|
"kind": "field",
|
|
@@ -33429,6 +33681,14 @@
|
|
|
33429
33681
|
},
|
|
33430
33682
|
"default": "[]"
|
|
33431
33683
|
},
|
|
33684
|
+
{
|
|
33685
|
+
"kind": "field",
|
|
33686
|
+
"name": "colorProbe",
|
|
33687
|
+
"type": {
|
|
33688
|
+
"text": "HTMLSpanElement | undefined"
|
|
33689
|
+
},
|
|
33690
|
+
"privacy": "private"
|
|
33691
|
+
},
|
|
33432
33692
|
{
|
|
33433
33693
|
"kind": "field",
|
|
33434
33694
|
"name": "colorSchemeQuery",
|
|
@@ -33712,6 +33972,14 @@
|
|
|
33712
33972
|
},
|
|
33713
33973
|
"default": "[]"
|
|
33714
33974
|
},
|
|
33975
|
+
{
|
|
33976
|
+
"kind": "field",
|
|
33977
|
+
"name": "weekdayLabelText",
|
|
33978
|
+
"type": {
|
|
33979
|
+
"text": "(jsWeekday: number) => string | undefined | undefined"
|
|
33980
|
+
},
|
|
33981
|
+
"description": "Overrides the weekday-axis label text in calendar mode -- receives the real JS weekday index\n(`0` Sunday .. `6` Saturday) for a row that would otherwise render a label (today, only rows\n1/3/5 relative to `firstDayOfWeek` ever do) and, when it returns a string, uses it instead of\nthe built-in `Intl.DateTimeFormat`-derived short weekday name. Unset (the default) reproduces\ntoday's exact locale-derived output."
|
|
33982
|
+
},
|
|
33715
33983
|
{
|
|
33716
33984
|
"kind": "method",
|
|
33717
33985
|
"name": "addEventListener",
|
|
@@ -34421,6 +34689,25 @@
|
|
|
34421
34689
|
"module": "src/internal/lyra-element.ts"
|
|
34422
34690
|
}
|
|
34423
34691
|
},
|
|
34692
|
+
{
|
|
34693
|
+
"kind": "method",
|
|
34694
|
+
"name": "resolveCanvasColor",
|
|
34695
|
+
"privacy": "private",
|
|
34696
|
+
"return": {
|
|
34697
|
+
"type": {
|
|
34698
|
+
"text": "string"
|
|
34699
|
+
}
|
|
34700
|
+
},
|
|
34701
|
+
"parameters": [
|
|
34702
|
+
{
|
|
34703
|
+
"name": "value",
|
|
34704
|
+
"type": {
|
|
34705
|
+
"text": "string"
|
|
34706
|
+
}
|
|
34707
|
+
}
|
|
34708
|
+
],
|
|
34709
|
+
"description": "Resolves a cellColor() return value that may contain a CSS custom\nproperty (or any other CSS color syntax the browser understands, e.g.\ncolor-mix()) into a literal color canvas's fillStyle can actually use --\nfillStyle silently no-ops on an unparseable string, per the Canvas 2D\nspec, leaving whatever the previous cell painted. Falls back to\nnoDataFill() for a genuinely invalid color."
|
|
34710
|
+
},
|
|
34424
34711
|
{
|
|
34425
34712
|
"kind": "method",
|
|
34426
34713
|
"name": "resolveCellText",
|
|
@@ -34614,7 +34901,7 @@
|
|
|
34614
34901
|
}
|
|
34615
34902
|
}
|
|
34616
34903
|
],
|
|
34617
|
-
"description": "Locale-derived weekday-axis labels for the 7 rows drawn down the left of\nthe calendar grid.
|
|
34904
|
+
"description": "Locale-derived weekday-axis labels for the 7 rows drawn down the left of\nthe calendar grid. The labeled weekdays are always Monday, Wednesday, and\nFriday — matching today's sparse every-other-day label density — the\nrest stay blank. Which *row* each one lands on depends on\n`firstDayOfWeek`, since `buildCalendarGrid()` anchors `firstWeekStart`\n(and therefore row 0) at that weekday. For each target weekday (using\nthe standard JS convention, Sunday=0..Saturday=6, so Monday=1,\nWednesday=3, Friday=5), the row is `(weekday - firstDayOfWeek + 7) % 7`;\nwith the default `firstDayOfWeek` of 0 this reduces to rows 1/3/5,\nunchanged. The label *text* for each computed row is derived via\n`Intl.DateTimeFormat` on a real UTC date that actually falls on that row,\nso it follows the runtime locale instead of a hardcoded English array\n(see `calendarCellText()`'s tooltip text for the same pattern)."
|
|
34618
34905
|
}
|
|
34619
34906
|
],
|
|
34620
34907
|
"events": [
|
|
@@ -35810,6 +36097,13 @@
|
|
|
35810
36097
|
"type": {
|
|
35811
36098
|
"text": "boolean"
|
|
35812
36099
|
}
|
|
36100
|
+
},
|
|
36101
|
+
{
|
|
36102
|
+
"name": "localize",
|
|
36103
|
+
"optional": true,
|
|
36104
|
+
"type": {
|
|
36105
|
+
"text": "KbdLocalize"
|
|
36106
|
+
}
|
|
35813
36107
|
}
|
|
35814
36108
|
],
|
|
35815
36109
|
"description": "Splits a `keys` string (e.g. `'mod+shift+p'`) into its resolved token\nlabels, dropping empty segments from stray/leading/trailing `+`s."
|
|
@@ -35834,9 +36128,16 @@
|
|
|
35834
36128
|
"type": {
|
|
35835
36129
|
"text": "boolean"
|
|
35836
36130
|
}
|
|
36131
|
+
},
|
|
36132
|
+
{
|
|
36133
|
+
"name": "localize",
|
|
36134
|
+
"optional": true,
|
|
36135
|
+
"type": {
|
|
36136
|
+
"text": "KbdLocalize"
|
|
36137
|
+
}
|
|
35837
36138
|
}
|
|
35838
36139
|
],
|
|
35839
|
-
"description": "Resolves one `+`-separated token of a `keys` string to its rendered glyph\nand spelled-out word, given whether the shortcut is being shown on macOS.\n\nExported as a pure function (parameterized on `isMac` rather than reading\nthe module-scope platform constant directly) so both the macOS and\nnon-macOS branches are directly unit-testable without having to spoof\n`navigator` in a browser test environment that only ever runs as one\nplatform."
|
|
36140
|
+
"description": "Resolves one `+`-separated token of a `keys` string to its rendered glyph\nand spelled-out word, given whether the shortcut is being shown on macOS.\n\nExported as a pure function (parameterized on `isMac` rather than reading\nthe module-scope platform constant directly) so both the macOS and\nnon-macOS branches are directly unit-testable without having to spoof\n`navigator` in a browser test environment that only ever runs as one\nplatform. `localize`, likewise, is an optional parameter (rather than this\nfunction reaching for a component instance's `this.localize()` itself) for\nthe same reason -- every existing 2-arg call keeps returning the literal\nbuilt-in English defaults unchanged; only `<lyra-kbd>`'s own `render()`\npasses one, bound to `this.localize()`."
|
|
35840
36141
|
}
|
|
35841
36142
|
],
|
|
35842
36143
|
"exports": [
|
|
@@ -36490,6 +36791,16 @@
|
|
|
36490
36791
|
},
|
|
36491
36792
|
"privacy": "private"
|
|
36492
36793
|
},
|
|
36794
|
+
{
|
|
36795
|
+
"kind": "field",
|
|
36796
|
+
"name": "label",
|
|
36797
|
+
"type": {
|
|
36798
|
+
"text": "string"
|
|
36799
|
+
},
|
|
36800
|
+
"default": "''",
|
|
36801
|
+
"description": "Accessible name for the map region, applied as `[part=\"base\"]`'s `aria-label` so\nscreen-reader users get a description of an otherwise purely visual control.\nEmpty (the default) falls back to the localized `'map'` message.",
|
|
36802
|
+
"attribute": "label"
|
|
36803
|
+
},
|
|
36493
36804
|
{
|
|
36494
36805
|
"kind": "field",
|
|
36495
36806
|
"name": "legend",
|
|
@@ -36791,6 +37102,15 @@
|
|
|
36791
37102
|
"default": "[0, 0]",
|
|
36792
37103
|
"fieldName": "center"
|
|
36793
37104
|
},
|
|
37105
|
+
{
|
|
37106
|
+
"name": "label",
|
|
37107
|
+
"type": {
|
|
37108
|
+
"text": "string"
|
|
37109
|
+
},
|
|
37110
|
+
"default": "''",
|
|
37111
|
+
"description": "Accessible name for the map region, applied as `[part=\"base\"]`'s `aria-label` so\nscreen-reader users get a description of an otherwise purely visual control.\nEmpty (the default) falls back to the localized `'map'` message.",
|
|
37112
|
+
"fieldName": "label"
|
|
37113
|
+
},
|
|
36794
37114
|
{
|
|
36795
37115
|
"name": "locale",
|
|
36796
37116
|
"type": {
|
|
@@ -36962,10 +37282,22 @@
|
|
|
36962
37282
|
"description": "Every rendered `<img>`.",
|
|
36963
37283
|
"name": "img"
|
|
36964
37284
|
},
|
|
37285
|
+
{
|
|
37286
|
+
"description": "Every rendered inline `<code>` span (backtick spans, not fenced blocks).",
|
|
37287
|
+
"name": "inline-code"
|
|
37288
|
+
},
|
|
36965
37289
|
{
|
|
36966
37290
|
"description": "Every rendered `<a>`.",
|
|
36967
37291
|
"name": "link"
|
|
36968
37292
|
},
|
|
37293
|
+
{
|
|
37294
|
+
"description": "Every rendered `<ul>`/`<ol>`.",
|
|
37295
|
+
"name": "list"
|
|
37296
|
+
},
|
|
37297
|
+
{
|
|
37298
|
+
"description": "Every rendered `<p>`.",
|
|
37299
|
+
"name": "paragraph"
|
|
37300
|
+
},
|
|
36969
37301
|
{
|
|
36970
37302
|
"description": "Every rendered `<table>`.",
|
|
36971
37303
|
"name": "table"
|
|
@@ -38190,6 +38522,26 @@
|
|
|
38190
38522
|
"module": "src/internal/lyra-element.ts"
|
|
38191
38523
|
}
|
|
38192
38524
|
},
|
|
38525
|
+
{
|
|
38526
|
+
"kind": "field",
|
|
38527
|
+
"name": "effectiveEmptyText",
|
|
38528
|
+
"type": {
|
|
38529
|
+
"text": "string"
|
|
38530
|
+
},
|
|
38531
|
+
"privacy": "private",
|
|
38532
|
+
"description": "Resolves `emptyText`'s effective text: an explicit override wins verbatim; left at the\nbuilt-in default it instead routes through `this.localize()` so a locale/`.strings`\noverride applies without requiring `emptyText` itself to be set.",
|
|
38533
|
+
"readonly": true
|
|
38534
|
+
},
|
|
38535
|
+
{
|
|
38536
|
+
"kind": "field",
|
|
38537
|
+
"name": "effectiveLabel",
|
|
38538
|
+
"type": {
|
|
38539
|
+
"text": "string"
|
|
38540
|
+
},
|
|
38541
|
+
"privacy": "private",
|
|
38542
|
+
"description": "Resolves `label`'s effective text: an explicit override wins verbatim; left at the\nbuilt-in default it instead routes through `this.localize()` so a locale/`.strings`\noverride applies without requiring `label` itself to be set.",
|
|
38543
|
+
"readonly": true
|
|
38544
|
+
},
|
|
38193
38545
|
{
|
|
38194
38546
|
"kind": "field",
|
|
38195
38547
|
"name": "effectiveLocale",
|
|
@@ -39152,7 +39504,7 @@
|
|
|
39152
39504
|
"declarations": [
|
|
39153
39505
|
{
|
|
39154
39506
|
"kind": "class",
|
|
39155
|
-
"description": "`<lyra-menu>` — an anchored dropdown of `<lyra-menu-item>` actions, opened\nfrom a consumer-supplied trigger (typically an icon button). A close, drop-\nin-shaped replacement for reaching outside this library for a third-party\ndropdown to build a gear menu, an avatar menu, or a history row's overflow\nmenu: click the trigger, a positioned menu appears, clicking an item both\nperforms the action *and* closes the menu.\n\n**ARIA pattern — `role=\"menu\"`/`role=\"menuitem\"` with real roving DOM\nfocus, not a listbox.** Two coherent, mutually-exclusive shapes were\navailable here: (a) `role=\"listbox\"`/`role=\"option\"` with\n`aria-activedescendant`, the pattern `<lyra-select>`'s trigger-button +\npopup listbox uses, where DOM focus never leaves the trigger; or (b)\n`role=\"menu\"`/`role=\"menuitem\"` with real focus moving between actual\nfocusable rows, the WAI-ARIA \"menu button\" pattern. This picks (b):\n`<lyra-menu-item>` rows are real, independently-focusable elements (see\nthat class's own doc), which is the more natural fit for a menu\nspecifically — unlike a listbox's rows, a menu's rows are conventionally\nbutton-/link-shaped, and every well-known native/OS menu (and this\nfamily's own `<lyra-tree>`/`<lyra-tree-node>` pair, which this component's\nroving-tabindex plumbing directly mirrors) already moves real focus rather\nthan merely a virtual `aria-activedescendant` pointer. `role`/`tabIndex`\nare consistently the menu-button shape throughout — never mixed with\nlistbox/option.\n\nInteraction contract (mirrors the WAI-ARIA APG \"menu button\" pattern):\n- Click the trigger (or Enter/Space on it, via the trigger's own native\n `click` activation) toggles the menu, moving focus to the first\n non-disabled item on open.\n- ArrowDown/ArrowUp on the trigger while closed also open it, focusing the\n first/last non-disabled item respectively.\n- Once open, ArrowDown/ArrowUp move the roving focus among non-disabled\n items (wrapping past either end — the recommended, and more common,\n menu-widget behavior, unlike `<lyra-select>`'s clamped listbox nav).\n Home/End jump to the first/last non-disabled item. Enter/Space activate\n the focused item. Escape closes and returns focus to the trigger. Tab\n closes the menu without trapping focus (the browser's own default Tab\n behavior proceeds untouched). A printable keypress runs type-ahead:\n roving focus jumps to the next non-disabled item whose text starts with\n the accumulated buffer, cycling from just after the active item (mirrors\n `<lyra-select>`'s identical listbox type-ahead).\n- A click outside both the trigger and the open popup closes it (mirrors\n `<lyra-select>`'s `onDocPointer` exactly) — this does *not* refocus the\n trigger, since the outside click itself already moved focus somewhere\n the user chose; Escape and a committed selection *do* refocus the\n trigger, since those are dismissals with nowhere else for focus to go.\n\nThe trigger element itself is read from the `trigger` slot's assigned\nelement (first one, if several are assigned) and enhanced imperatively\nwith `aria-haspopup=\"menu\"`/`aria-expanded`/`aria-controls` — the same\n\"reach into a consumer-owned light-DOM element to complete its a11y\nwiring\" approach `<lyra-dialog>` documents for its own heading detection,\nnecessary here because those attributes belong on the actual interactive\ntrigger, which lives outside this component's own shadow root.\n\nThe popup is always rendered (never `display:none`) so `.focus()` calls on\nits content work synchronously the instant it opens — visually hidden via\n`visibility`/`opacity` instead (identical to `<lyra-select>`'s own\n`[part=\"listbox\"]`). `visibility` is an inherited CSS property that\npierces the `<slot>` projection boundary, so every closed-state\n`<lyra-menu-item>` is automatically excluded from sequential (Tab-key)\nnavigation with no separate JS bookkeeping.",
|
|
39507
|
+
"description": "`<lyra-menu>` — an anchored dropdown of `<lyra-menu-item>` actions, opened\nfrom a consumer-supplied trigger (typically an icon button). A close, drop-\nin-shaped replacement for reaching outside this library for a third-party\ndropdown to build a gear menu, an avatar menu, or a history row's overflow\nmenu: click the trigger, a positioned menu appears, clicking an item both\nperforms the action *and* closes the menu.\n\n**ARIA pattern — `role=\"menu\"`/`role=\"menuitem\"` with real roving DOM\nfocus, not a listbox.** Two coherent, mutually-exclusive shapes were\navailable here: (a) `role=\"listbox\"`/`role=\"option\"` with\n`aria-activedescendant`, the pattern `<lyra-select>`'s trigger-button +\npopup listbox uses, where DOM focus never leaves the trigger; or (b)\n`role=\"menu\"`/`role=\"menuitem\"` with real focus moving between actual\nfocusable rows, the WAI-ARIA \"menu button\" pattern. This picks (b):\n`<lyra-menu-item>` rows are real, independently-focusable elements (see\nthat class's own doc), which is the more natural fit for a menu\nspecifically — unlike a listbox's rows, a menu's rows are conventionally\nbutton-/link-shaped, and every well-known native/OS menu (and this\nfamily's own `<lyra-tree>`/`<lyra-tree-node>` pair, which this component's\nroving-tabindex plumbing directly mirrors) already moves real focus rather\nthan merely a virtual `aria-activedescendant` pointer. `role`/`tabIndex`\nare consistently the menu-button shape throughout — never mixed with\nlistbox/option.\n\nInteraction contract (mirrors the WAI-ARIA APG \"menu button\" pattern):\n- Click the trigger (or Enter/Space on it, via the trigger's own native\n `click` activation) toggles the menu, moving focus to the first\n non-disabled item on open.\n- ArrowDown/ArrowUp on the trigger while closed also open it, focusing the\n first/last non-disabled item respectively.\n- Once open, ArrowDown/ArrowUp move the roving focus among non-disabled\n items (wrapping past either end — the recommended, and more common,\n menu-widget behavior, unlike `<lyra-select>`'s clamped listbox nav).\n Home/End jump to the first/last non-disabled item. Enter/Space activate\n the focused item. Escape closes and returns focus to the trigger. Tab\n closes the menu without trapping focus (the browser's own default Tab\n behavior proceeds untouched). A printable keypress runs type-ahead:\n roving focus jumps to the next non-disabled item whose text starts with\n the accumulated buffer, cycling from just after the active item (mirrors\n `<lyra-select>`'s identical listbox type-ahead). All of the above (except\n Escape) only respond to keydowns from a real `<lyra-menu-item>` target,\n so a slotted non-item control (e.g. a date input) keeps its own full\n default keyboard behavior. Escape from such a slotted control closes the\n menu too, but only when `closeOnEscapeAnywhere` is set — it defaults to\n `false`, so existing consumers keep today's behavior unchanged.\n- A click outside both the trigger and the open popup closes it (mirrors\n `<lyra-select>`'s `onDocPointer` exactly) — this does *not* refocus the\n trigger, since the outside click itself already moved focus somewhere\n the user chose; Escape and a committed selection *do* refocus the\n trigger, since those are dismissals with nowhere else for focus to go.\n\nThe trigger element itself is read from the `trigger` slot's assigned\nelement (first one, if several are assigned) and enhanced imperatively\nwith `aria-haspopup=\"menu\"`/`aria-expanded`/`aria-controls` — the same\n\"reach into a consumer-owned light-DOM element to complete its a11y\nwiring\" approach `<lyra-dialog>` documents for its own heading detection,\nnecessary here because those attributes belong on the actual interactive\ntrigger, which lives outside this component's own shadow root.\n\nThe popup is always rendered (never `display:none`) so `.focus()` calls on\nits content work synchronously the instant it opens — visually hidden via\n`visibility`/`opacity` instead (identical to `<lyra-select>`'s own\n`[part=\"listbox\"]`). `visibility` is an inherited CSS property that\npierces the `<slot>` projection boundary, so every closed-state\n`<lyra-menu-item>` is automatically excluded from sequential (Tab-key)\nnavigation with no separate JS bookkeeping.",
|
|
39156
39508
|
"name": "LyraMenu",
|
|
39157
39509
|
"cssParts": [
|
|
39158
39510
|
{
|
|
@@ -39205,6 +39557,16 @@
|
|
|
39205
39557
|
},
|
|
39206
39558
|
"privacy": "private"
|
|
39207
39559
|
},
|
|
39560
|
+
{
|
|
39561
|
+
"kind": "field",
|
|
39562
|
+
"name": "closeOnEscapeAnywhere",
|
|
39563
|
+
"type": {
|
|
39564
|
+
"text": "boolean"
|
|
39565
|
+
},
|
|
39566
|
+
"default": "false",
|
|
39567
|
+
"description": "Extends the Escape-closes-and-refocuses-trigger behavior to keydown\nevents originating from slotted non-item content within `[part=\"list\"]`\n(e.g. a date input or a custom section slotted alongside\n`<lyra-menu-item>`s), not just from a real `<lyra-menu-item>`. Default\n`false` leaves Escape from slotted non-item content with full default\nkeyboard behavior, matching every existing consumer. Arrow/Home/End/\nEnter/Space stay scoped to real `<lyra-menu-item>` targets regardless of\nthis property — only Escape is affected.",
|
|
39568
|
+
"attribute": "close-on-escape-anywhere"
|
|
39569
|
+
},
|
|
39208
39570
|
{
|
|
39209
39571
|
"kind": "field",
|
|
39210
39572
|
"name": "effectiveDirection",
|
|
@@ -39219,6 +39581,16 @@
|
|
|
39219
39581
|
"module": "src/internal/lyra-element.ts"
|
|
39220
39582
|
}
|
|
39221
39583
|
},
|
|
39584
|
+
{
|
|
39585
|
+
"kind": "field",
|
|
39586
|
+
"name": "effectiveLabel",
|
|
39587
|
+
"type": {
|
|
39588
|
+
"text": "string"
|
|
39589
|
+
},
|
|
39590
|
+
"privacy": "private",
|
|
39591
|
+
"description": "Resolves `label`'s effective text: an explicit override wins verbatim; left at the\nbuilt-in default it instead routes through `this.localize()` so a locale/`.strings`\noverride applies without requiring `label` itself to be set.",
|
|
39592
|
+
"readonly": true
|
|
39593
|
+
},
|
|
39222
39594
|
{
|
|
39223
39595
|
"kind": "field",
|
|
39224
39596
|
"name": "effectiveLocale",
|
|
@@ -39257,7 +39629,7 @@
|
|
|
39257
39629
|
"text": "string"
|
|
39258
39630
|
},
|
|
39259
39631
|
"default": "'Menu'",
|
|
39260
|
-
"description": "Accessible name for the `role=\"menu\"` popup — override with something\nspecific (e.g. \"Row actions\") when a page has more than one menu.",
|
|
39632
|
+
"description": "Accessible name for the `role=\"menu\"` popup — override with something\nspecific (e.g. \"Row actions\") when a page has more than one menu.\nLocalized (`menuLabel`) when left at its default.",
|
|
39261
39633
|
"attribute": "label"
|
|
39262
39634
|
},
|
|
39263
39635
|
{
|
|
@@ -39708,13 +40080,22 @@
|
|
|
39708
40080
|
}
|
|
39709
40081
|
],
|
|
39710
40082
|
"attributes": [
|
|
40083
|
+
{
|
|
40084
|
+
"name": "close-on-escape-anywhere",
|
|
40085
|
+
"type": {
|
|
40086
|
+
"text": "boolean"
|
|
40087
|
+
},
|
|
40088
|
+
"default": "false",
|
|
40089
|
+
"description": "Extends the Escape-closes-and-refocuses-trigger behavior to keydown\nevents originating from slotted non-item content within `[part=\"list\"]`\n(e.g. a date input or a custom section slotted alongside\n`<lyra-menu-item>`s), not just from a real `<lyra-menu-item>`. Default\n`false` leaves Escape from slotted non-item content with full default\nkeyboard behavior, matching every existing consumer. Arrow/Home/End/\nEnter/Space stay scoped to real `<lyra-menu-item>` targets regardless of\nthis property — only Escape is affected.",
|
|
40090
|
+
"fieldName": "closeOnEscapeAnywhere"
|
|
40091
|
+
},
|
|
39711
40092
|
{
|
|
39712
40093
|
"name": "label",
|
|
39713
40094
|
"type": {
|
|
39714
40095
|
"text": "string"
|
|
39715
40096
|
},
|
|
39716
40097
|
"default": "'Menu'",
|
|
39717
|
-
"description": "Accessible name for the `role=\"menu\"` popup — override with something\nspecific (e.g. \"Row actions\") when a page has more than one menu.",
|
|
40098
|
+
"description": "Accessible name for the `role=\"menu\"` popup — override with something\nspecific (e.g. \"Row actions\") when a page has more than one menu.\nLocalized (`menuLabel`) when left at its default.",
|
|
39718
40099
|
"fieldName": "label"
|
|
39719
40100
|
},
|
|
39720
40101
|
{
|
|
@@ -40386,6 +40767,17 @@
|
|
|
40386
40767
|
"module": "src/internal/lyra-element.ts"
|
|
40387
40768
|
}
|
|
40388
40769
|
},
|
|
40770
|
+
{
|
|
40771
|
+
"kind": "method",
|
|
40772
|
+
"name": "emitValueEvents",
|
|
40773
|
+
"privacy": "private",
|
|
40774
|
+
"return": {
|
|
40775
|
+
"type": {
|
|
40776
|
+
"text": "void"
|
|
40777
|
+
}
|
|
40778
|
+
},
|
|
40779
|
+
"description": "Dispatches the platform-style value-event pair alongside `lyra-change`,\nmirroring `<lyra-select>`/`<lyra-combobox>` so native form bindings and\nframework `v-model` handlers behave consistently across the picker\nfamily."
|
|
40780
|
+
},
|
|
40389
40781
|
{
|
|
40390
40782
|
"kind": "method",
|
|
40391
40783
|
"name": "formDisabledCallback",
|
|
@@ -40669,6 +41061,20 @@
|
|
|
40669
41061
|
}
|
|
40670
41062
|
],
|
|
40671
41063
|
"events": [
|
|
41064
|
+
{
|
|
41065
|
+
"name": "change",
|
|
41066
|
+
"type": {
|
|
41067
|
+
"text": "Event"
|
|
41068
|
+
},
|
|
41069
|
+
"description": "Fired alongside `lyra-change`, mirroring `<lyra-select>`/`<lyra-combobox>`'s native-style value-change pair so native form bindings/framework `v-model` handlers behave consistently across the picker family."
|
|
41070
|
+
},
|
|
41071
|
+
{
|
|
41072
|
+
"name": "input",
|
|
41073
|
+
"type": {
|
|
41074
|
+
"text": "Event"
|
|
41075
|
+
},
|
|
41076
|
+
"description": "Fired alongside `change`/`lyra-change` (see `change`)."
|
|
41077
|
+
},
|
|
40672
41078
|
{
|
|
40673
41079
|
"description": "The selected/typed value changed. `detail: { value: string; inCatalog: boolean }`.",
|
|
40674
41080
|
"name": "lyra-change"
|
|
@@ -41405,6 +41811,7 @@
|
|
|
41405
41811
|
"text": "number"
|
|
41406
41812
|
},
|
|
41407
41813
|
"default": "0",
|
|
41814
|
+
"description": "The current step, in `[0, length)`.",
|
|
41408
41815
|
"attribute": "index"
|
|
41409
41816
|
},
|
|
41410
41817
|
{
|
|
@@ -41414,6 +41821,7 @@
|
|
|
41414
41821
|
"text": "number"
|
|
41415
41822
|
},
|
|
41416
41823
|
"default": "900",
|
|
41824
|
+
"description": "Delay between ticks, in milliseconds, while playing. Clamped to\n`[MIN_INTERVAL_MS, MAX_TIMEOUT_MS]` — see `scheduleTick()`.",
|
|
41417
41825
|
"attribute": "interval-ms"
|
|
41418
41826
|
},
|
|
41419
41827
|
{
|
|
@@ -41423,6 +41831,7 @@
|
|
|
41423
41831
|
"text": "number"
|
|
41424
41832
|
},
|
|
41425
41833
|
"default": "0",
|
|
41834
|
+
"description": "Total number of steps to play through; the index range is `[0, length)`.",
|
|
41426
41835
|
"attribute": "length"
|
|
41427
41836
|
},
|
|
41428
41837
|
{
|
|
@@ -41782,6 +42191,7 @@
|
|
|
41782
42191
|
"text": "number"
|
|
41783
42192
|
},
|
|
41784
42193
|
"default": "0",
|
|
42194
|
+
"description": "The current step, in `[0, length)`.",
|
|
41785
42195
|
"fieldName": "index"
|
|
41786
42196
|
},
|
|
41787
42197
|
{
|
|
@@ -41790,6 +42200,7 @@
|
|
|
41790
42200
|
"text": "number"
|
|
41791
42201
|
},
|
|
41792
42202
|
"default": "900",
|
|
42203
|
+
"description": "Delay between ticks, in milliseconds, while playing. Clamped to\n`[MIN_INTERVAL_MS, MAX_TIMEOUT_MS]` — see `scheduleTick()`.",
|
|
41793
42204
|
"fieldName": "intervalMs"
|
|
41794
42205
|
},
|
|
41795
42206
|
{
|
|
@@ -41798,6 +42209,7 @@
|
|
|
41798
42209
|
"text": "number"
|
|
41799
42210
|
},
|
|
41800
42211
|
"default": "0",
|
|
42212
|
+
"description": "Total number of steps to play through; the index range is `[0, length)`.",
|
|
41801
42213
|
"fieldName": "length"
|
|
41802
42214
|
},
|
|
41803
42215
|
{
|
|
@@ -41877,7 +42289,7 @@
|
|
|
41877
42289
|
"declarations": [
|
|
41878
42290
|
{
|
|
41879
42291
|
"kind": "class",
|
|
41880
|
-
"description": "`<lyra-poll-status>` — a \"next scheduled refresh\" countdown with a built-in pause control: a\nticking `M:SS` display counting down to the next scheduled action, a \"Refreshing…\" state at\nzero, and a
|
|
42292
|
+
"description": "`<lyra-poll-status>` — a \"next scheduled refresh\" countdown with a built-in pause control: a\nticking `M:SS` display counting down to the next scheduled action, a \"Refreshing…\" state at\nzero, a \"Paused\" state while `paused` (instead of freezing on a stale value), and a\npause/resume toggle. First-party invention (no Web Awesome equivalent); the\nclosest existing component, `lyra-stream-status`, is scoped to transport/connection-health\nphases, a different concern from a scheduled-interval countdown -- this mirrors its internal\n`<lyra-live-region>` composition for accessible phase-transition announcements.",
|
|
41881
42293
|
"name": "LyraPollStatus",
|
|
41882
42294
|
"cssParts": [
|
|
41883
42295
|
{
|
|
@@ -41885,7 +42297,7 @@
|
|
|
41885
42297
|
"name": "base"
|
|
41886
42298
|
},
|
|
41887
42299
|
{
|
|
41888
|
-
"description": "The `M:SS` (or \"Refreshing…\")
|
|
42300
|
+
"description": "The `M:SS` text (or \"Refreshing…\" once due, or \"Paused\" while `paused`).",
|
|
41889
42301
|
"name": "countdown"
|
|
41890
42302
|
},
|
|
41891
42303
|
{
|
|
@@ -43746,6 +44158,16 @@
|
|
|
43746
44158
|
"default": "[]",
|
|
43747
44159
|
"description": "The button row's items."
|
|
43748
44160
|
},
|
|
44161
|
+
{
|
|
44162
|
+
"kind": "field",
|
|
44163
|
+
"name": "label",
|
|
44164
|
+
"type": {
|
|
44165
|
+
"text": "string"
|
|
44166
|
+
},
|
|
44167
|
+
"default": "''",
|
|
44168
|
+
"description": "Accessible name for the radiogroup, used when no visible label context\nexists around it (e.g. no wrapping `<label>` or adjacent heading). Set\nas `aria-label` on the `role=\"radiogroup\"` element. A plain `aria-label`\nattribute on the host itself is honored as a fallback when this is left\nunset, matching `<lyra-slider>`.",
|
|
44169
|
+
"attribute": "label"
|
|
44170
|
+
},
|
|
43749
44171
|
{
|
|
43750
44172
|
"kind": "field",
|
|
43751
44173
|
"name": "locale",
|
|
@@ -43987,6 +44409,15 @@
|
|
|
43987
44409
|
}
|
|
43988
44410
|
],
|
|
43989
44411
|
"attributes": [
|
|
44412
|
+
{
|
|
44413
|
+
"name": "label",
|
|
44414
|
+
"type": {
|
|
44415
|
+
"text": "string"
|
|
44416
|
+
},
|
|
44417
|
+
"default": "''",
|
|
44418
|
+
"description": "Accessible name for the radiogroup, used when no visible label context\nexists around it (e.g. no wrapping `<label>` or adjacent heading). Set\nas `aria-label` on the `role=\"radiogroup\"` element. A plain `aria-label`\nattribute on the host itself is honored as a fallback when this is left\nunset, matching `<lyra-slider>`.",
|
|
44419
|
+
"fieldName": "label"
|
|
44420
|
+
},
|
|
43990
44421
|
{
|
|
43991
44422
|
"name": "locale",
|
|
43992
44423
|
"type": {
|
|
@@ -44077,6 +44508,10 @@
|
|
|
44077
44508
|
"description": "The `<label>` element.",
|
|
44078
44509
|
"name": "form-control-label"
|
|
44079
44510
|
},
|
|
44511
|
+
{
|
|
44512
|
+
"description": "An option group's heading row (shown when any option declares a `group`).",
|
|
44513
|
+
"name": "group-label"
|
|
44514
|
+
},
|
|
44080
44515
|
{
|
|
44081
44516
|
"description": "The hint message.",
|
|
44082
44517
|
"name": "hint"
|
|
@@ -44935,7 +45370,7 @@
|
|
|
44935
45370
|
],
|
|
44936
45371
|
"events": [
|
|
44937
45372
|
{
|
|
44938
|
-
"description": "The selection changed.",
|
|
45373
|
+
"description": "The selection changed. Deliberately unprefixed, mirroring native `<select>`'s own event name -- contrast `<lyra-slider>`, which uses `lyra-input`/`lyra-change` for its analogous value-change pair. Which form controls mirror native unprefixed DOM event names (this one, matching `<select>`) versus which use the `lyra-` prefix (`<lyra-slider>`, matching `<input type=\"range\">` via a custom name) is a deliberate per-control choice, not an incidental divergence.",
|
|
44939
45374
|
"name": "change"
|
|
44940
45375
|
},
|
|
44941
45376
|
{
|
|
@@ -46614,7 +47049,7 @@
|
|
|
46614
47049
|
"declarations": [
|
|
46615
47050
|
{
|
|
46616
47051
|
"kind": "class",
|
|
46617
|
-
"description": "`<lyra-source-list>` — a collapsible \"Sources\" panel for one chat message,\ngrouping a set of `<lyra-source-card>` children (its default-slot light-DOM\nchildren, plain composition — no `.items` array prop, the same shape\n`<lyra-split>`'s panels take) behind a single clickable header.\n\nThis library has no built-in
|
|
47052
|
+
"description": "`<lyra-source-list>` — a collapsible \"Sources\" panel for one chat message,\ngrouping a set of `<lyra-source-card>` children (its default-slot light-DOM\nchildren, plain composition — no `.items` array prop, the same shape\n`<lyra-split>`'s panels take) behind a single clickable header.\n\nThis library has no built-in pluralization (see `<lyra-empty>`'s plain\n`description` prop for a similar stance), so anything beyond the final\nfallback is entirely consumer-supplied: `label-plural` (e.g. `\"3 sources\"`)\nwins when set, falling back to `label`, falling back to a localized\n`\"Sources\"` (via `this.localize()`) — see each property's own doc.\n`sourceCount` (a read-only, live-updated count of the currently-slotted\nchildren) is exposed for a consumer who wants to build that string\nreactively instead of hand-counting DOM children.\n\nThe card list is removed from the accessibility tree (not just visually\nhidden) while collapsed, via the native `hidden` attribute on\n`[part=\"list\"]` — a screen reader user tabbing past the header never lands\non off-screen source cards they can't currently see.",
|
|
46618
47053
|
"name": "LyraSourceList",
|
|
46619
47054
|
"cssParts": [
|
|
46620
47055
|
{
|
|
@@ -47500,7 +47935,7 @@
|
|
|
47500
47935
|
"type": {
|
|
47501
47936
|
"text": "(index: number, panelCount: number) => string | undefined"
|
|
47502
47937
|
},
|
|
47503
|
-
"description": "Overrides the auto-inserted divider's `aria-label` — receives the divider's 0-based index\nand the total panel count (`lyra-split` supports N panels, so a single fixed string can't\nexpress every divider's label; a function can). Unset (the default) keeps today's exact\
|
|
47938
|
+
"description": "Overrides the auto-inserted divider's `aria-label` — receives the divider's 0-based index\nand the total panel count (`lyra-split` supports N panels, so a single fixed string can't\nexpress every divider's label; a function can). Unset (the default) keeps today's exact\nlocalized `Resize divider between panel {a} and panel {b}` template (see `this.localize()`)."
|
|
47504
47939
|
},
|
|
47505
47940
|
{
|
|
47506
47941
|
"kind": "field",
|
|
@@ -49080,7 +49515,7 @@
|
|
|
49080
49515
|
"text": "StepItem[]"
|
|
49081
49516
|
},
|
|
49082
49517
|
"default": "[]",
|
|
49083
|
-
"description": "Ordered step data. Never mutated by this component -- see the class doc's controlled-\ncomponent contract. Empty (the default) renders nothing."
|
|
49518
|
+
"description": "Ordered step data. Never mutated by this component -- see the class doc's controlled-\ncomponent contract. Empty (the default) renders nothing. Each step's optional `title`\nrenders as a native `title` tooltip on that step's button -- e.g. to explain why a\n`disabled` step is locked."
|
|
49084
49519
|
},
|
|
49085
49520
|
{
|
|
49086
49521
|
"kind": "field",
|
|
@@ -52373,6 +52808,378 @@
|
|
|
52373
52808
|
}
|
|
52374
52809
|
]
|
|
52375
52810
|
},
|
|
52811
|
+
{
|
|
52812
|
+
"kind": "javascript-module",
|
|
52813
|
+
"path": "src/components/textarea/textarea.class.ts",
|
|
52814
|
+
"declarations": [
|
|
52815
|
+
{
|
|
52816
|
+
"kind": "class",
|
|
52817
|
+
"description": "`<lyra-textarea>` — a bare, multiline plain-text input primitive. Form-associated via the\n`FormAssociated` mixin (see `<lyra-chat-composer>`/`<lyra-date-input>` for the same shape), so it\nparticipates in native `<form>` submission/validation/reset like any other text control --\n`name`/`value`/`disabled`/`required`/`checkValidity()`/`reportValidity()` all come from that mixin.\n\nDeliberately no auto-resize and no label/hint/error chrome -- the thin `lyra-*` equivalent of a\nplain `wa-textarea`, not a rebuild of `<lyra-chat-composer>`. A consumer wanting a labeled field\nwraps this element in whatever form-field layout it already uses.",
|
|
52818
|
+
"name": "LyraTextarea",
|
|
52819
|
+
"cssParts": [
|
|
52820
|
+
{
|
|
52821
|
+
"description": "The native `<textarea>` element.",
|
|
52822
|
+
"name": "textarea"
|
|
52823
|
+
}
|
|
52824
|
+
],
|
|
52825
|
+
"members": [
|
|
52826
|
+
{
|
|
52827
|
+
"kind": "field",
|
|
52828
|
+
"name": "effectiveDirection",
|
|
52829
|
+
"type": {
|
|
52830
|
+
"text": "'ltr' | 'rtl'"
|
|
52831
|
+
},
|
|
52832
|
+
"privacy": "protected",
|
|
52833
|
+
"description": "The effective text direction, including inherited CSS direction.",
|
|
52834
|
+
"readonly": true,
|
|
52835
|
+
"inheritedFrom": {
|
|
52836
|
+
"name": "LyraElement",
|
|
52837
|
+
"module": "src/internal/lyra-element.ts"
|
|
52838
|
+
}
|
|
52839
|
+
},
|
|
52840
|
+
{
|
|
52841
|
+
"kind": "field",
|
|
52842
|
+
"name": "effectiveLocale",
|
|
52843
|
+
"type": {
|
|
52844
|
+
"text": "string"
|
|
52845
|
+
},
|
|
52846
|
+
"privacy": "protected",
|
|
52847
|
+
"description": "The effective locale used by this component.",
|
|
52848
|
+
"readonly": true,
|
|
52849
|
+
"inheritedFrom": {
|
|
52850
|
+
"name": "LyraElement",
|
|
52851
|
+
"module": "src/internal/lyra-element.ts"
|
|
52852
|
+
}
|
|
52853
|
+
},
|
|
52854
|
+
{
|
|
52855
|
+
"kind": "field",
|
|
52856
|
+
"name": "locale",
|
|
52857
|
+
"type": {
|
|
52858
|
+
"text": "string"
|
|
52859
|
+
},
|
|
52860
|
+
"default": "''",
|
|
52861
|
+
"description": "Optional locale override. Otherwise the nearest `locale`/`lang` ancestor is used.",
|
|
52862
|
+
"attribute": "locale",
|
|
52863
|
+
"reflects": true,
|
|
52864
|
+
"inheritedFrom": {
|
|
52865
|
+
"name": "LyraElement",
|
|
52866
|
+
"module": "src/internal/lyra-element.ts"
|
|
52867
|
+
}
|
|
52868
|
+
},
|
|
52869
|
+
{
|
|
52870
|
+
"kind": "field",
|
|
52871
|
+
"name": "onChange",
|
|
52872
|
+
"privacy": "private"
|
|
52873
|
+
},
|
|
52874
|
+
{
|
|
52875
|
+
"kind": "field",
|
|
52876
|
+
"name": "onInput",
|
|
52877
|
+
"privacy": "private"
|
|
52878
|
+
},
|
|
52879
|
+
{
|
|
52880
|
+
"kind": "field",
|
|
52881
|
+
"name": "placeholder",
|
|
52882
|
+
"type": {
|
|
52883
|
+
"text": "string"
|
|
52884
|
+
},
|
|
52885
|
+
"default": "''",
|
|
52886
|
+
"attribute": "placeholder"
|
|
52887
|
+
},
|
|
52888
|
+
{
|
|
52889
|
+
"kind": "field",
|
|
52890
|
+
"name": "resize",
|
|
52891
|
+
"type": {
|
|
52892
|
+
"text": "TextareaResize"
|
|
52893
|
+
},
|
|
52894
|
+
"default": "'vertical'",
|
|
52895
|
+
"description": "Native CSS `resize` behavior for the textarea.",
|
|
52896
|
+
"attribute": "resize"
|
|
52897
|
+
},
|
|
52898
|
+
{
|
|
52899
|
+
"kind": "field",
|
|
52900
|
+
"name": "rows",
|
|
52901
|
+
"type": {
|
|
52902
|
+
"text": "number"
|
|
52903
|
+
},
|
|
52904
|
+
"default": "3",
|
|
52905
|
+
"description": "Visible text rows.",
|
|
52906
|
+
"attribute": "rows"
|
|
52907
|
+
},
|
|
52908
|
+
{
|
|
52909
|
+
"kind": "field",
|
|
52910
|
+
"name": "stopLocaleSubscription",
|
|
52911
|
+
"type": {
|
|
52912
|
+
"text": "() => void | undefined"
|
|
52913
|
+
},
|
|
52914
|
+
"privacy": "private",
|
|
52915
|
+
"inheritedFrom": {
|
|
52916
|
+
"name": "LyraElement",
|
|
52917
|
+
"module": "src/internal/lyra-element.ts"
|
|
52918
|
+
}
|
|
52919
|
+
},
|
|
52920
|
+
{
|
|
52921
|
+
"kind": "field",
|
|
52922
|
+
"name": "strings",
|
|
52923
|
+
"type": {
|
|
52924
|
+
"text": "LyraLocaleStrings"
|
|
52925
|
+
},
|
|
52926
|
+
"default": "{}",
|
|
52927
|
+
"description": "Per-instance message overrides, useful for application-specific wording.",
|
|
52928
|
+
"inheritedFrom": {
|
|
52929
|
+
"name": "LyraElement",
|
|
52930
|
+
"module": "src/internal/lyra-element.ts"
|
|
52931
|
+
}
|
|
52932
|
+
},
|
|
52933
|
+
{
|
|
52934
|
+
"kind": "field",
|
|
52935
|
+
"name": "textareaEl",
|
|
52936
|
+
"type": {
|
|
52937
|
+
"text": "HTMLTextAreaElement | undefined"
|
|
52938
|
+
},
|
|
52939
|
+
"privacy": "private"
|
|
52940
|
+
},
|
|
52941
|
+
{
|
|
52942
|
+
"kind": "method",
|
|
52943
|
+
"name": "addEventListener",
|
|
52944
|
+
"return": {
|
|
52945
|
+
"type": {
|
|
52946
|
+
"text": "void"
|
|
52947
|
+
}
|
|
52948
|
+
},
|
|
52949
|
+
"parameters": [
|
|
52950
|
+
{
|
|
52951
|
+
"name": "type",
|
|
52952
|
+
"type": {
|
|
52953
|
+
"text": "K"
|
|
52954
|
+
}
|
|
52955
|
+
},
|
|
52956
|
+
{
|
|
52957
|
+
"name": "listener",
|
|
52958
|
+
"type": {
|
|
52959
|
+
"text": "(this: this, event: Events[K]) => unknown"
|
|
52960
|
+
}
|
|
52961
|
+
},
|
|
52962
|
+
{
|
|
52963
|
+
"name": "options",
|
|
52964
|
+
"optional": true,
|
|
52965
|
+
"type": {
|
|
52966
|
+
"text": "boolean | AddEventListenerOptions"
|
|
52967
|
+
}
|
|
52968
|
+
}
|
|
52969
|
+
],
|
|
52970
|
+
"inheritedFrom": {
|
|
52971
|
+
"name": "LyraElement",
|
|
52972
|
+
"module": "src/internal/lyra-element.ts"
|
|
52973
|
+
}
|
|
52974
|
+
},
|
|
52975
|
+
{
|
|
52976
|
+
"kind": "method",
|
|
52977
|
+
"name": "emit",
|
|
52978
|
+
"privacy": "protected",
|
|
52979
|
+
"return": {
|
|
52980
|
+
"type": {
|
|
52981
|
+
"text": "CustomEvent<T>"
|
|
52982
|
+
}
|
|
52983
|
+
},
|
|
52984
|
+
"parameters": [
|
|
52985
|
+
{
|
|
52986
|
+
"name": "name",
|
|
52987
|
+
"type": {
|
|
52988
|
+
"text": "string"
|
|
52989
|
+
}
|
|
52990
|
+
},
|
|
52991
|
+
{
|
|
52992
|
+
"name": "detail",
|
|
52993
|
+
"optional": true,
|
|
52994
|
+
"type": {
|
|
52995
|
+
"text": "T"
|
|
52996
|
+
}
|
|
52997
|
+
},
|
|
52998
|
+
{
|
|
52999
|
+
"name": "options",
|
|
53000
|
+
"optional": true,
|
|
53001
|
+
"type": {
|
|
53002
|
+
"text": "LyraEmitOptions"
|
|
53003
|
+
}
|
|
53004
|
+
}
|
|
53005
|
+
],
|
|
53006
|
+
"description": "Dispatch a composed, bubbling custom event; notifications are not veto points by default.",
|
|
53007
|
+
"inheritedFrom": {
|
|
53008
|
+
"name": "LyraElement",
|
|
53009
|
+
"module": "src/internal/lyra-element.ts"
|
|
53010
|
+
}
|
|
53011
|
+
},
|
|
53012
|
+
{
|
|
53013
|
+
"kind": "method",
|
|
53014
|
+
"name": "localize",
|
|
53015
|
+
"privacy": "protected",
|
|
53016
|
+
"return": {
|
|
53017
|
+
"type": {
|
|
53018
|
+
"text": "string"
|
|
53019
|
+
}
|
|
53020
|
+
},
|
|
53021
|
+
"parameters": [
|
|
53022
|
+
{
|
|
53023
|
+
"name": "key",
|
|
53024
|
+
"type": {
|
|
53025
|
+
"text": "string"
|
|
53026
|
+
}
|
|
53027
|
+
},
|
|
53028
|
+
{
|
|
53029
|
+
"name": "fallback",
|
|
53030
|
+
"optional": true,
|
|
53031
|
+
"type": {
|
|
53032
|
+
"text": "string"
|
|
53033
|
+
}
|
|
53034
|
+
},
|
|
53035
|
+
{
|
|
53036
|
+
"name": "values",
|
|
53037
|
+
"optional": true,
|
|
53038
|
+
"type": {
|
|
53039
|
+
"text": "Record<string, string | number>"
|
|
53040
|
+
}
|
|
53041
|
+
}
|
|
53042
|
+
],
|
|
53043
|
+
"description": "Resolve a localized message using this component's overrides and locale.",
|
|
53044
|
+
"inheritedFrom": {
|
|
53045
|
+
"name": "LyraElement",
|
|
53046
|
+
"module": "src/internal/lyra-element.ts"
|
|
53047
|
+
}
|
|
53048
|
+
},
|
|
53049
|
+
{
|
|
53050
|
+
"kind": "method",
|
|
53051
|
+
"name": "removeEventListener",
|
|
53052
|
+
"return": {
|
|
53053
|
+
"type": {
|
|
53054
|
+
"text": "void"
|
|
53055
|
+
}
|
|
53056
|
+
},
|
|
53057
|
+
"parameters": [
|
|
53058
|
+
{
|
|
53059
|
+
"name": "type",
|
|
53060
|
+
"type": {
|
|
53061
|
+
"text": "K"
|
|
53062
|
+
}
|
|
53063
|
+
},
|
|
53064
|
+
{
|
|
53065
|
+
"name": "listener",
|
|
53066
|
+
"type": {
|
|
53067
|
+
"text": "(this: this, event: Events[K]) => unknown"
|
|
53068
|
+
}
|
|
53069
|
+
},
|
|
53070
|
+
{
|
|
53071
|
+
"name": "options",
|
|
53072
|
+
"optional": true,
|
|
53073
|
+
"type": {
|
|
53074
|
+
"text": "boolean | EventListenerOptions"
|
|
53075
|
+
}
|
|
53076
|
+
}
|
|
53077
|
+
],
|
|
53078
|
+
"inheritedFrom": {
|
|
53079
|
+
"name": "LyraElement",
|
|
53080
|
+
"module": "src/internal/lyra-element.ts"
|
|
53081
|
+
}
|
|
53082
|
+
}
|
|
53083
|
+
],
|
|
53084
|
+
"events": [
|
|
53085
|
+
{
|
|
53086
|
+
"description": "Fired on the native `change` timing (control loses focus after a committed edit). `detail: { value }`.",
|
|
53087
|
+
"name": "lyra-change"
|
|
53088
|
+
},
|
|
53089
|
+
{
|
|
53090
|
+
"description": "Fired on every user-driven edit (not a programmatic `.value` assignment). `detail: { value }`.",
|
|
53091
|
+
"name": "lyra-input"
|
|
53092
|
+
}
|
|
53093
|
+
],
|
|
53094
|
+
"attributes": [
|
|
53095
|
+
{
|
|
53096
|
+
"name": "locale",
|
|
53097
|
+
"type": {
|
|
53098
|
+
"text": "string"
|
|
53099
|
+
},
|
|
53100
|
+
"default": "''",
|
|
53101
|
+
"description": "Optional locale override. Otherwise the nearest `locale`/`lang` ancestor is used.",
|
|
53102
|
+
"fieldName": "locale",
|
|
53103
|
+
"inheritedFrom": {
|
|
53104
|
+
"name": "LyraElement",
|
|
53105
|
+
"module": "src/internal/lyra-element.ts"
|
|
53106
|
+
}
|
|
53107
|
+
},
|
|
53108
|
+
{
|
|
53109
|
+
"name": "placeholder",
|
|
53110
|
+
"type": {
|
|
53111
|
+
"text": "string"
|
|
53112
|
+
},
|
|
53113
|
+
"default": "''",
|
|
53114
|
+
"fieldName": "placeholder"
|
|
53115
|
+
},
|
|
53116
|
+
{
|
|
53117
|
+
"name": "resize",
|
|
53118
|
+
"type": {
|
|
53119
|
+
"text": "TextareaResize"
|
|
53120
|
+
},
|
|
53121
|
+
"default": "'vertical'",
|
|
53122
|
+
"description": "Native CSS `resize` behavior for the textarea.",
|
|
53123
|
+
"fieldName": "resize"
|
|
53124
|
+
},
|
|
53125
|
+
{
|
|
53126
|
+
"name": "rows",
|
|
53127
|
+
"type": {
|
|
53128
|
+
"text": "number"
|
|
53129
|
+
},
|
|
53130
|
+
"default": "3",
|
|
53131
|
+
"description": "Visible text rows.",
|
|
53132
|
+
"fieldName": "rows"
|
|
53133
|
+
}
|
|
53134
|
+
],
|
|
53135
|
+
"mixins": [
|
|
53136
|
+
{
|
|
53137
|
+
"name": "FormAssociated",
|
|
53138
|
+
"module": "/src/internal/form-associated.js"
|
|
53139
|
+
}
|
|
53140
|
+
],
|
|
53141
|
+
"superclass": {
|
|
53142
|
+
"name": "LyraTextareaBase",
|
|
53143
|
+
"module": "src/components/textarea/textarea.class.ts"
|
|
53144
|
+
},
|
|
53145
|
+
"tagName": "lyra-textarea",
|
|
53146
|
+
"customElement": true
|
|
53147
|
+
}
|
|
53148
|
+
],
|
|
53149
|
+
"exports": [
|
|
53150
|
+
{
|
|
53151
|
+
"kind": "js",
|
|
53152
|
+
"name": "LyraTextarea",
|
|
53153
|
+
"declaration": {
|
|
53154
|
+
"name": "LyraTextarea",
|
|
53155
|
+
"module": "src/components/textarea/textarea.class.ts"
|
|
53156
|
+
}
|
|
53157
|
+
}
|
|
53158
|
+
]
|
|
53159
|
+
},
|
|
53160
|
+
{
|
|
53161
|
+
"kind": "javascript-module",
|
|
53162
|
+
"path": "src/components/textarea/textarea.ts",
|
|
53163
|
+
"declarations": [],
|
|
53164
|
+
"exports": [
|
|
53165
|
+
{
|
|
53166
|
+
"kind": "custom-element-definition",
|
|
53167
|
+
"name": "lyra-textarea",
|
|
53168
|
+
"declaration": {
|
|
53169
|
+
"name": "LyraTextarea",
|
|
53170
|
+
"module": "src/components/textarea/textarea.class.ts"
|
|
53171
|
+
}
|
|
53172
|
+
},
|
|
53173
|
+
{
|
|
53174
|
+
"kind": "js",
|
|
53175
|
+
"name": "*",
|
|
53176
|
+
"declaration": {
|
|
53177
|
+
"name": "*",
|
|
53178
|
+
"module": "src/components/textarea/textarea.class.js"
|
|
53179
|
+
}
|
|
53180
|
+
}
|
|
53181
|
+
]
|
|
53182
|
+
},
|
|
52376
53183
|
{
|
|
52377
53184
|
"kind": "javascript-module",
|
|
52378
53185
|
"path": "src/components/thinking-panel/thinking-panel.class.ts",
|
|
@@ -52492,7 +53299,7 @@
|
|
|
52492
53299
|
"text": "string"
|
|
52493
53300
|
},
|
|
52494
53301
|
"default": "'Thinking'",
|
|
52495
|
-
"description": "Header text.",
|
|
53302
|
+
"description": "Header text. Localized (`thinkingPanelLabel`) when left at its default\n`'Thinking'`; any other value is shown as-is.",
|
|
52496
53303
|
"attribute": "label"
|
|
52497
53304
|
},
|
|
52498
53305
|
{
|
|
@@ -52761,7 +53568,7 @@
|
|
|
52761
53568
|
"text": "string"
|
|
52762
53569
|
},
|
|
52763
53570
|
"default": "'Thinking'",
|
|
52764
|
-
"description": "Header text.",
|
|
53571
|
+
"description": "Header text. Localized (`thinkingPanelLabel`) when left at its default\n`'Thinking'`; any other value is shown as-is.",
|
|
52765
53572
|
"fieldName": "label"
|
|
52766
53573
|
},
|
|
52767
53574
|
{
|
|
@@ -52835,7 +53642,7 @@
|
|
|
52835
53642
|
"declarations": [
|
|
52836
53643
|
{
|
|
52837
53644
|
"kind": "class",
|
|
52838
|
-
"description": "`<lyra-time-range>` — a two-handle brush/scrubber over a numeric domain.\nCallers map their own time axis to `[min, max]`; no date logic lives here\n(matches the no-date-library constraint used elsewhere in this library).\n\nOptionally paired with a row of discrete presets (`presets`) — e.g. \"Last\n7 days\" / \"Last 30 days\" — rendered above the track; picking one is just a\nshortcut that sets both handles at once, the continuous brush underneath\nis unaffected and both interaction modes coexist.\n\nForm-associated
|
|
53645
|
+
"description": "`<lyra-time-range>` — a two-handle brush/scrubber over a numeric domain.\nCallers map their own time axis to `[min, max]`; no date logic lives here\n(matches the no-date-library constraint used elsewhere in this library).\n\nOptionally paired with a row of discrete presets (`presets`) — e.g. \"Last\n7 days\" / \"Last 30 days\" — rendered above the track; picking one is just a\nshortcut that sets both handles at once, the continuous brush underneath\nis unaffected and both interaction modes coexist.\n\nForm-associated only for the `<fieldset disabled>` cascade, not for a\nsubmitted value: it attaches `ElementInternals` (like `<lyra-combobox>`'s\nminimal pattern, rather than the single-string-value `FormAssociated`\nmixin, which doesn't fit a two-handle range) purely so an ancestor\n`<fieldset disabled>` disables both handles and every preset button\nthrough `effectiveDisabled`, the same way it would a native `<input>`,\nwithout touching the consumer-facing `disabled` property/attribute itself.\nUnlike `<lyra-combobox>`, it never calls `internals.setFormValue()` and\nhas no `name` — the selected range is not included in the owning form's\n`FormData` on submit; read `start`/`end` directly (e.g. from `lyra-change`)\ninstead of relying on native form submission.",
|
|
52839
53646
|
"name": "LyraTimeRange",
|
|
52840
53647
|
"cssParts": [
|
|
52841
53648
|
{
|
|
@@ -55022,7 +55829,7 @@
|
|
|
55022
55829
|
"declarations": [
|
|
55023
55830
|
{
|
|
55024
55831
|
"kind": "class",
|
|
55025
|
-
"description": "`<lyra-tool-call-chip>` — a compact inline pill representing one tool/\nfunction call an agent made mid-conversation, e.g.\n`web_search: Searching web…` with a `running` spinner. It owns no detail\nsurface of its own: clicking (or Enter/Space-activating) it only fires\n`lyra-tool-chip-select` — a consumer wires that to opening a\n`<lyra-tool-result-dialog>` (or anything else) at the call site. Keeping\nthe two decoupled means a chip can be reused wherever a compact call\nsummary is useful, with or without a detail surface behind it.\n\nThe default slot is *not* the chip's visible content — the chip's own\nlabel is always built from `name`/`summary`/`status`/`duration-ms`. It's\nreserved for optional rich detail content (e.g. the tool's raw arguments,\na short preview) shown in a floating tooltip on hover/focus, positioned\nwith `internal/positioner.js`'s `place()` the same way `<lyra-combobox>`\npositions its listbox. No tooltip is shown at all when the slot carries no\ncontent — hovering an empty chip does nothing. Hover and keyboard focus are\ntracked as independent reasons to keep the tooltip open (mirrors\n`<lyra-citation-badge>`'s popover), so releasing one modality while the\nother is still active doesn't close it, and the trigger button's\n`aria-describedby` points at the tooltip's id whenever it's open and has\ncontent, so the association reaches assistive tech too.\n\nThe `icon` slot overrides the built-in per-status glyph entirely via the\nplatform's own slot-fallback-content mechanism (`<slot\nname=\"icon\">${fallback}</slot>` — the same pattern `<lyra-stat>`'s\n`caption` slot and `<lyra-file-input>`'s default slot already use):\nwhatever is assigned to `slot=\"icon\"` wins; otherwise the `icon` prop is\nrendered as a literal hint (e.g. an emoji); otherwise the built-in glyph\nfor the current `status` is used.",
|
|
55832
|
+
"description": "`<lyra-tool-call-chip>` — a compact inline pill representing one tool/\nfunction call an agent made mid-conversation, e.g.\n`web_search: Searching web…` with a `running` spinner. It owns no detail\nsurface of its own: clicking (or Enter/Space-activating) it only fires\n`lyra-tool-call-chip-select` (plus, for one minor cycle, the deprecated\n`lyra-tool-chip-select` alias) — a consumer wires that to opening a\n`<lyra-tool-result-dialog>` (or anything else) at the call site. Keeping\nthe two decoupled means a chip can be reused wherever a compact call\nsummary is useful, with or without a detail surface behind it.\n\nThe default slot is *not* the chip's visible content — the chip's own\nlabel is always built from `name`/`summary`/`status`/`duration-ms`. It's\nreserved for optional rich detail content (e.g. the tool's raw arguments,\na short preview) shown in a floating tooltip on hover/focus, positioned\nwith `internal/positioner.js`'s `place()` the same way `<lyra-combobox>`\npositions its listbox. No tooltip is shown at all when the slot carries no\ncontent — hovering an empty chip does nothing. Hover and keyboard focus are\ntracked as independent reasons to keep the tooltip open (mirrors\n`<lyra-citation-badge>`'s popover), so releasing one modality while the\nother is still active doesn't close it, and the trigger button's\n`aria-describedby` points at the tooltip's id whenever it's open and has\ncontent, so the association reaches assistive tech too.\n\nThe `icon` slot overrides the built-in per-status glyph entirely via the\nplatform's own slot-fallback-content mechanism (`<slot\nname=\"icon\">${fallback}</slot>` — the same pattern `<lyra-stat>`'s\n`caption` slot and `<lyra-file-input>`'s default slot already use):\nwhatever is assigned to `slot=\"icon\"` wins; otherwise the `icon` prop is\nrendered as a literal hint (e.g. an emoji); otherwise the built-in glyph\nfor the current `status` is used.",
|
|
55026
55833
|
"name": "LyraToolCallChip",
|
|
55027
55834
|
"cssParts": [
|
|
55028
55835
|
{
|
|
@@ -55093,7 +55900,7 @@
|
|
|
55093
55900
|
"text": "string"
|
|
55094
55901
|
},
|
|
55095
55902
|
"default": "''",
|
|
55096
|
-
"description": "Unique identifier for this specific invocation — echoed back in `lyra-tool-chip-select`'s\ndetail so a listener can correlate the click with the call it fired for.",
|
|
55903
|
+
"description": "Unique identifier for this specific invocation — echoed back in `lyra-tool-call-chip-select`'s\ndetail so a listener can correlate the click with the call it fired for.",
|
|
55097
55904
|
"attribute": "call-id"
|
|
55098
55905
|
},
|
|
55099
55906
|
{
|
|
@@ -55484,6 +56291,10 @@
|
|
|
55484
56291
|
"events": [
|
|
55485
56292
|
{
|
|
55486
56293
|
"description": "The chip was activated (click or Enter/Space while focused). `detail: { name, callId }`.",
|
|
56294
|
+
"name": "lyra-tool-call-chip-select"
|
|
56295
|
+
},
|
|
56296
|
+
{
|
|
56297
|
+
"description": "Deprecated alias for `lyra-tool-call-chip-select`, fired alongside it for one minor cycle so existing listeners keep working. Removed in the next major.",
|
|
55487
56298
|
"name": "lyra-tool-chip-select"
|
|
55488
56299
|
}
|
|
55489
56300
|
],
|
|
@@ -55494,7 +56305,7 @@
|
|
|
55494
56305
|
"text": "string"
|
|
55495
56306
|
},
|
|
55496
56307
|
"default": "''",
|
|
55497
|
-
"description": "Unique identifier for this specific invocation — echoed back in `lyra-tool-chip-select`'s\ndetail so a listener can correlate the click with the call it fired for.",
|
|
56308
|
+
"description": "Unique identifier for this specific invocation — echoed back in `lyra-tool-call-chip-select`'s\ndetail so a listener can correlate the click with the call it fired for.",
|
|
55498
56309
|
"fieldName": "callId"
|
|
55499
56310
|
},
|
|
55500
56311
|
{
|
|
@@ -55623,6 +56434,10 @@
|
|
|
55623
56434
|
"description": "A field's helper text, from `schema.description`.",
|
|
55624
56435
|
"name": "description"
|
|
55625
56436
|
},
|
|
56437
|
+
{
|
|
56438
|
+
"description": "The message shown when `schema.properties` has no entries.",
|
|
56439
|
+
"name": "empty"
|
|
56440
|
+
},
|
|
55626
56441
|
{
|
|
55627
56442
|
"description": "A field-level or form-level validation message.",
|
|
55628
56443
|
"name": "error"
|
|
@@ -55634,6 +56449,10 @@
|
|
|
55634
56449
|
{
|
|
55635
56450
|
"description": "A field's label.",
|
|
55636
56451
|
"name": "label"
|
|
56452
|
+
},
|
|
56453
|
+
{
|
|
56454
|
+
"description": "The fallback note rendered in place of a control for a property whose `type` is outside this renderer's scope.",
|
|
56455
|
+
"name": "unsupported"
|
|
55637
56456
|
}
|
|
55638
56457
|
],
|
|
55639
56458
|
"members": [
|
|
@@ -56753,7 +57572,7 @@
|
|
|
56753
57572
|
"text": "boolean"
|
|
56754
57573
|
},
|
|
56755
57574
|
"default": "false",
|
|
56756
|
-
"description": "Whether the dialog is open. Set this (or call `close()`) — there is no\nseparate `show()`/`hide()` pair. Both paths restore focus to the trigger\nelement identically; only `close()` additionally fires\n`lyra-
|
|
57575
|
+
"description": "Whether the dialog is open. Set this (or call `close()`) — there is no\nseparate `show()`/`hide()` pair. Both paths restore focus to the trigger\nelement identically; only `close()` additionally fires\n`lyra-close`, since a direct assignment carries no reason string\nto attach to that event.",
|
|
56757
57576
|
"attribute": "open",
|
|
56758
57577
|
"reflects": true
|
|
56759
57578
|
},
|
|
@@ -56891,7 +57710,7 @@
|
|
|
56891
57710
|
}
|
|
56892
57711
|
}
|
|
56893
57712
|
],
|
|
56894
|
-
"description": "Close the dialog and return focus to whatever had it before the dialog\nopened. `reason` is forwarded as the `lyra-
|
|
57713
|
+
"description": "Close the dialog and return focus to whatever had it before the dialog\nopened. `reason` is forwarded as the `lyra-close` detail --\nbuilt-in triggers pass `'escape'`/`'backdrop'`/`'close-button'`; a\nconsumer's own close affordance (e.g. a footer action button) should\ncall this directly with its own reason string, so every dismissal path\nfunnels through the same event instead of the consumer having to also\ntoggle `open` itself.\n\nFocus restoration follows the `open` lifecycle, so a direct `.open =\nfalse` assignment restores focus identically to calling `close()` -- the\none thing a direct assignment still can't do is fire\n`lyra-close`, since there's no reason string to attach without\ngoing through this method."
|
|
56895
57714
|
},
|
|
56896
57715
|
{
|
|
56897
57716
|
"kind": "method",
|
|
@@ -57015,7 +57834,7 @@
|
|
|
57015
57834
|
"events": [
|
|
57016
57835
|
{
|
|
57017
57836
|
"description": "`detail: ToolResultDialogCloseReason`. Fired exactly once per dismissal, via Escape, a backdrop click, the built-in close button, or a `close()` call.",
|
|
57018
|
-
"name": "lyra-
|
|
57837
|
+
"name": "lyra-close"
|
|
57019
57838
|
},
|
|
57020
57839
|
{
|
|
57021
57840
|
"description": "`detail: boolean` (the new `maximized` state), fired when the header's maximize/restore toggle is clicked.",
|
|
@@ -57059,7 +57878,7 @@
|
|
|
57059
57878
|
"text": "boolean"
|
|
57060
57879
|
},
|
|
57061
57880
|
"default": "false",
|
|
57062
|
-
"description": "Whether the dialog is open. Set this (or call `close()`) — there is no\nseparate `show()`/`hide()` pair. Both paths restore focus to the trigger\nelement identically; only `close()` additionally fires\n`lyra-
|
|
57881
|
+
"description": "Whether the dialog is open. Set this (or call `close()`) — there is no\nseparate `show()`/`hide()` pair. Both paths restore focus to the trigger\nelement identically; only `close()` additionally fires\n`lyra-close`, since a direct assignment carries no reason string\nto attach to that event.",
|
|
57063
57882
|
"fieldName": "open"
|
|
57064
57883
|
},
|
|
57065
57884
|
{
|
|
@@ -58367,6 +59186,10 @@
|
|
|
58367
59186
|
"description": "The optional node badge.",
|
|
58368
59187
|
"name": "badge"
|
|
58369
59188
|
},
|
|
59189
|
+
{
|
|
59190
|
+
"description": "The wrapper around a node's expanded child items.",
|
|
59191
|
+
"name": "group"
|
|
59192
|
+
},
|
|
58370
59193
|
{
|
|
58371
59194
|
"description": "The node label.",
|
|
58372
59195
|
"name": "label"
|
|
@@ -58791,7 +59614,12 @@
|
|
|
58791
59614
|
"name": "LyraTree",
|
|
58792
59615
|
"cssParts": [
|
|
58793
59616
|
{
|
|
59617
|
+
"description": "The tree's root wrapper (role=\"tree\").",
|
|
58794
59618
|
"name": "base"
|
|
59619
|
+
},
|
|
59620
|
+
{
|
|
59621
|
+
"description": "The empty-state message shown when `data` is empty.",
|
|
59622
|
+
"name": "empty"
|
|
58795
59623
|
}
|
|
58796
59624
|
],
|
|
58797
59625
|
"slots": [
|
|
@@ -59298,7 +60126,7 @@
|
|
|
59298
60126
|
"declarations": [
|
|
59299
60127
|
{
|
|
59300
60128
|
"kind": "class",
|
|
59301
|
-
"description": "`<lyra-typing-indicator>` — a purely presentational \"assistant is\nresponding\" presence cue. No events, no interactivity: a consumer mounts\nit while a response is being generated and removes it (or hides it) once\nreal content has arrived.\n\nThree visual variants share one component rather than three separate tags\nbecause callers pick between them along a single axis — how the\nsurrounding surface wants the cue to read — and nothing else about the\ncomponent differs:\n- `dots` (default) — three dots with a staggered bounce, the classic\n \"typing…\" affordance for a standalone status line.\n- `pulse` — a single breathing dot, a quieter cue for a tighter space\n (e.g. next to an avatar).\n- `cursor` — a blinking vertical bar, meant to sit inline at the tail end\n of streamed text that is still being appended to.\n\nAccessibility: this indicator typically mounts and unmounts around a real\ngeneration lifecycle (appears when a response starts, disappears once one\narrives) rather than emitting a stream of updates of its own, so it does\n*not* route through `<lyra-live-region>`/`Announcer`\n(`../../internal/announcer.js`) — that machinery exists to coalesce many\nrapidly-changing announcements into one, and there is only ever a single\nannouncement here: the mount itself. A plain `role=\"status\"` plus an\naccessible name derived from `label` is sufficient, set both as an\n`aria-label` on the host *and* as a visually-hidden text node in the\nshadow tree, so the name survives even if only one of the two is picked up\nby a given assistive-tech/browser pairing. An empty or
|
|
60129
|
+
"description": "`<lyra-typing-indicator>` — a purely presentational \"assistant is\nresponding\" presence cue. No events, no interactivity: a consumer mounts\nit while a response is being generated and removes it (or hides it) once\nreal content has arrived.\n\nThree visual variants share one component rather than three separate tags\nbecause callers pick between them along a single axis — how the\nsurrounding surface wants the cue to read — and nothing else about the\ncomponent differs:\n- `dots` (default) — three dots with a staggered bounce, the classic\n \"typing…\" affordance for a standalone status line.\n- `pulse` — a single breathing dot, a quieter cue for a tighter space\n (e.g. next to an avatar).\n- `cursor` — a blinking vertical bar, meant to sit inline at the tail end\n of streamed text that is still being appended to.\n\nAccessibility: this indicator typically mounts and unmounts around a real\ngeneration lifecycle (appears when a response starts, disappears once one\narrives) rather than emitting a stream of updates of its own, so it does\n*not* route through `<lyra-live-region>`/`Announcer`\n(`../../internal/announcer.js`) — that machinery exists to coalesce many\nrapidly-changing announcements into one, and there is only ever a single\nannouncement here: the mount itself. A plain `role=\"status\"` plus an\naccessible name derived from `label` is sufficient, set both as an\n`aria-label` on the host *and* as a visually-hidden text node in the\nshadow tree, so the name survives even if only one of the two is picked up\nby a given assistive-tech/browser pairing. An untouched-default, empty, or\nwhitespace-only `label` falls back to the localized \"Thinking…\" copy in\nboth places, rather than leaving the component with no accessible name at\nall. The animated dots/pulse/cursor\nshape is `aria-hidden=\"true\"` — it's decorative; `label` is the entire\naccessible content, so nothing narrates individual animation frames.",
|
|
59302
60130
|
"name": "LyraTypingIndicator",
|
|
59303
60131
|
"cssParts": [
|
|
59304
60132
|
{
|
|
@@ -59326,7 +60154,7 @@
|
|
|
59326
60154
|
"text": "string"
|
|
59327
60155
|
},
|
|
59328
60156
|
"privacy": "private",
|
|
59329
|
-
"description": "The accessible name actually used, falling back to the
|
|
60157
|
+
"description": "The accessible name actually used, falling back to the localized\n`'thinking'` message (`\"Thinking…\"` in English) when `label` is left at\nits untouched default or set to an empty/whitespace-only string --\notherwise both the `aria-label` and the sr-only text node would go\nblank, leaving this purely-decorative component with no accessible name\nat all. A caller-customized `label` is used verbatim (not a translation\nconcern), same convention as `<lyra-date-picker>`'s `previousLabel`.",
|
|
59330
60158
|
"readonly": true
|
|
59331
60159
|
},
|
|
59332
60160
|
{
|
|
@@ -59364,7 +60192,7 @@
|
|
|
59364
60192
|
"text": "string"
|
|
59365
60193
|
},
|
|
59366
60194
|
"default": "'Thinking…'",
|
|
59367
|
-
"description": "Accessible name, exposed via `role=\"status\"`. Not re-announced on every\nanimation frame — only mount (and any later change to this property)\nproduces a new announcement. An empty or
|
|
60195
|
+
"description": "Accessible name, exposed via `role=\"status\"`. Not re-announced on every\nanimation frame — only mount (and any later change to this property)\nproduces a new announcement. An untouched-default, empty, or\nwhitespace-only value falls back to the localized \"Thinking…\" copy (see\n`accessibleLabel`) so the component never loses its accessible name.",
|
|
59368
60196
|
"attribute": "label"
|
|
59369
60197
|
},
|
|
59370
60198
|
{
|
|
@@ -59589,7 +60417,7 @@
|
|
|
59589
60417
|
"text": "string"
|
|
59590
60418
|
},
|
|
59591
60419
|
"default": "'Thinking…'",
|
|
59592
|
-
"description": "Accessible name, exposed via `role=\"status\"`. Not re-announced on every\nanimation frame — only mount (and any later change to this property)\nproduces a new announcement. An empty or
|
|
60420
|
+
"description": "Accessible name, exposed via `role=\"status\"`. Not re-announced on every\nanimation frame — only mount (and any later change to this property)\nproduces a new announcement. An untouched-default, empty, or\nwhitespace-only value falls back to the localized \"Thinking…\" copy (see\n`accessibleLabel`) so the component never loses its accessible name.",
|
|
59593
60421
|
"fieldName": "label"
|
|
59594
60422
|
},
|
|
59595
60423
|
{
|
|
@@ -60582,6 +61410,14 @@
|
|
|
60582
61410
|
"description": "Header action controls, rendered before the collapse/expand buttons.",
|
|
60583
61411
|
"name": "actions"
|
|
60584
61412
|
},
|
|
61413
|
+
{
|
|
61414
|
+
"description": "Overrides the built-in chevron glyph inside the collapse/expand toggle button entirely, via the platform's own slot-fallback-content mechanism (same convention as `<lyra-tool-call-chip>`'s `icon` slot): whatever is assigned wins, otherwise the default chevron renders. Only meaningful while `collapsible`.",
|
|
61415
|
+
"name": "collapse-icon"
|
|
61416
|
+
},
|
|
61417
|
+
{
|
|
61418
|
+
"description": "Overrides the built-in expand/close glyph inside the fullscreen toggle button entirely, using the same mechanism -- the override replaces *both* the \"expand\" and \"exit fullscreen\" default icons, so a consumer supplying one is responsible for its own expand/exit distinction (e.g. by reading the `fullscreen` attribute). Only meaningful while `expandable`.",
|
|
61419
|
+
"name": "fullscreen-icon"
|
|
61420
|
+
},
|
|
60585
61421
|
{
|
|
60586
61422
|
"description": "Optional leading icon in the title row.",
|
|
60587
61423
|
"name": "icon"
|
|
@@ -60593,6 +61429,10 @@
|
|
|
60593
61429
|
{
|
|
60594
61430
|
"description": "Rich sublabel content (overrides the `sublabel` attribute).",
|
|
60595
61431
|
"name": "sublabel"
|
|
61432
|
+
},
|
|
61433
|
+
{
|
|
61434
|
+
"description": "Content for the view whose `WidgetView.id` matches `{id}`, rendered when `views` is non-empty.",
|
|
61435
|
+
"name": "view-{id}"
|
|
60596
61436
|
}
|
|
60597
61437
|
],
|
|
60598
61438
|
"members": [
|
|
@@ -60605,6 +61445,16 @@
|
|
|
60605
61445
|
"default": "''",
|
|
60606
61446
|
"description": "The currently active view's `id` -- defaults to the first entry of `views` (or `''` when\n`views` is empty). Settable directly by a consumer wanting to control the active view\nexternally; also updated internally when a view toggle is clicked."
|
|
60607
61447
|
},
|
|
61448
|
+
{
|
|
61449
|
+
"kind": "field",
|
|
61450
|
+
"name": "backdropInset",
|
|
61451
|
+
"type": {
|
|
61452
|
+
"text": "string"
|
|
61453
|
+
},
|
|
61454
|
+
"default": "''",
|
|
61455
|
+
"description": "Overrides the fullscreen *backdrop*'s own inset independent of `fullscreen-inset` -- e.g.\n`\"0\"` to dim the full viewport-to-panel-edge region while the panel itself keeps a narrower\n`fullscreen-inset`. Unset (the default) falls back to `fullscreen-inset`, i.e. today's exact\ncoupled behavior.",
|
|
61456
|
+
"attribute": "backdrop-inset"
|
|
61457
|
+
},
|
|
60608
61458
|
{
|
|
60609
61459
|
"kind": "field",
|
|
60610
61460
|
"name": "bodyId",
|
|
@@ -60870,7 +61720,7 @@
|
|
|
60870
61720
|
"text": "WidgetView[]"
|
|
60871
61721
|
},
|
|
60872
61722
|
"default": "[]",
|
|
60873
|
-
"description": "Named alternate views for the panel body -- e.g. a chart/table toggle inside the same card\nchrome. Each entry gets a header toggle button and a `<slot name=\"view-${id}\">`. Empty (the\ndefault) renders today's single unnamed default slot as the sole view, unchanged."
|
|
61723
|
+
"description": "Named alternate views for the panel body -- e.g. a chart/table toggle inside the same card\nchrome. Each entry gets a header toggle button and a `<slot name=\"view-${id}\">`. Empty (the\ndefault) renders today's single unnamed default slot as the sole view, unchanged. An entry's\n`label` is optional -- see `WidgetView`'s own doc for the icon-only (`ariaLabel`) case."
|
|
60874
61724
|
},
|
|
60875
61725
|
{
|
|
60876
61726
|
"kind": "method",
|
|
@@ -61037,19 +61887,28 @@
|
|
|
61037
61887
|
],
|
|
61038
61888
|
"events": [
|
|
61039
61889
|
{
|
|
61040
|
-
"description": "`detail:
|
|
61890
|
+
"description": "`detail: { collapsed }` (the new `collapsed` state).",
|
|
61041
61891
|
"name": "lyra-collapse-change"
|
|
61042
61892
|
},
|
|
61043
61893
|
{
|
|
61044
|
-
"description": "`detail:
|
|
61894
|
+
"description": "`detail: { fullscreen }` (the new `fullscreen` state).",
|
|
61045
61895
|
"name": "lyra-fullscreen-change"
|
|
61046
61896
|
},
|
|
61047
61897
|
{
|
|
61048
|
-
"description": "Fired when the active view changes via a header toggle click. `detail:
|
|
61898
|
+
"description": "Fired when the active view changes via a header toggle click. `detail: { viewId }` (the new view's `id`).",
|
|
61049
61899
|
"name": "lyra-view-change"
|
|
61050
61900
|
}
|
|
61051
61901
|
],
|
|
61052
61902
|
"attributes": [
|
|
61903
|
+
{
|
|
61904
|
+
"name": "backdrop-inset",
|
|
61905
|
+
"type": {
|
|
61906
|
+
"text": "string"
|
|
61907
|
+
},
|
|
61908
|
+
"default": "''",
|
|
61909
|
+
"description": "Overrides the fullscreen *backdrop*'s own inset independent of `fullscreen-inset` -- e.g.\n`\"0\"` to dim the full viewport-to-panel-edge region while the panel itself keeps a narrower\n`fullscreen-inset`. Unset (the default) falls back to `fullscreen-inset`, i.e. today's exact\ncoupled behavior.",
|
|
61910
|
+
"fieldName": "backdropInset"
|
|
61911
|
+
},
|
|
61053
61912
|
{
|
|
61054
61913
|
"name": "collapsed",
|
|
61055
61914
|
"type": {
|
|
@@ -61647,6 +62506,17 @@
|
|
|
61647
62506
|
}
|
|
61648
62507
|
}
|
|
61649
62508
|
},
|
|
62509
|
+
{
|
|
62510
|
+
"kind": "method",
|
|
62511
|
+
"name": "fontWeight",
|
|
62512
|
+
"privacy": "private",
|
|
62513
|
+
"return": {
|
|
62514
|
+
"type": {
|
|
62515
|
+
"text": "string"
|
|
62516
|
+
}
|
|
62517
|
+
},
|
|
62518
|
+
"description": "Reads the actual `--lyra-font-weight-semibold` value the same way\n`fontFamily()` reads `--lyra-font` -- must match `[part='word']`'s\n`font-weight` in word-cloud.styles.ts, so a theme/consumer override of\nthat token can't silently desync canvas text measurement (used for the\nspiral layout's collision boxes) from the actually rendered glyph width."
|
|
62519
|
+
},
|
|
61650
62520
|
{
|
|
61651
62521
|
"kind": "method",
|
|
61652
62522
|
"name": "localize",
|