@aceshooting/lyra-ui 9.1.0 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +843 -0
- package/README.md +7 -0
- package/custom-elements.json +1 -1
- package/dist/cli/migrate-wa.mjs +52 -0
- package/dist/cli/migration-contract.json +1 -1
- package/dist/components/agent-tools/activity-feed/activity-feed.class.js +2 -2
- package/dist/components/agent-tools/activity-feed/activity-feed.styles.js +0 -16
- package/dist/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.class.js +1 -1
- package/dist/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.styles.js +9 -7
- package/dist/components/agent-tools/agent-run/agent-run.class.js +2 -2
- package/dist/components/agent-tools/agent-run/agent-run.styles.js +0 -13
- package/dist/components/agent-tools/agent-trace/agent-trace.class.js +1 -1
- package/dist/components/agent-tools/agent-trace/agent-trace.styles.js +7 -4
- package/dist/components/agent-tools/approval-queue/approval-queue.styles.js +7 -5
- package/dist/components/agent-tools/artifact-panel/artifact-panel.styles.js +0 -3
- package/dist/components/agent-tools/browser-frame/browser-frame.class.js +1 -1
- package/dist/components/agent-tools/browser-frame/browser-frame.styles.js +3 -5
- package/dist/components/agent-tools/commit-card/commit-card.class.js +1 -1
- package/dist/components/agent-tools/commit-card/commit-card.styles.js +0 -10
- package/dist/components/agent-tools/compare-panel/compare-panel.styles.js +11 -6
- package/dist/components/agent-tools/confirm-bar/confirm-bar.class.js +2 -2
- package/dist/components/agent-tools/confirm-bar/confirm-bar.styles.js +0 -46
- package/dist/components/agent-tools/context-inspector/context-inspector.class.js +1 -1
- package/dist/components/agent-tools/eval-dataset/eval-dataset.styles.js +0 -7
- package/dist/components/agent-tools/eval-result/eval-result.class.js +1 -1
- package/dist/components/agent-tools/evaluation-run/evaluation-run.class.js +2 -2
- package/dist/components/agent-tools/policy-summary/policy-summary.class.js +1 -1
- package/dist/components/agent-tools/prompt-studio/prompt-studio.styles.js +0 -15
- package/dist/components/agent-tools/result-card/result-card.styles.js +0 -7
- package/dist/components/agent-tools/result-card/result-field.styles.js +0 -5
- package/dist/components/agent-tools/schema-viewer/schema-viewer.styles.js +2 -5
- package/dist/components/agent-tools/span-waterfall/span-waterfall.class.js +1 -1
- package/dist/components/agent-tools/span-waterfall/span-waterfall.styles.js +0 -15
- package/dist/components/agent-tools/stack-trace/stack-trace.styles.js +0 -20
- package/dist/components/agent-tools/subagent-panel/subagent-panel.class.js +2 -2
- package/dist/components/agent-tools/subagent-panel/subagent-panel.styles.js +1 -4
- package/dist/components/agent-tools/task-list/task-list.class.js +2 -2
- package/dist/components/agent-tools/task-list/task-list.styles.js +0 -15
- package/dist/components/agent-tools/terminal/terminal.class.d.ts +11 -6
- package/dist/components/agent-tools/terminal/terminal.class.js +4 -4
- package/dist/components/agent-tools/terminal/terminal.styles.js +0 -46
- package/dist/components/agent-tools/test-results/test-results.class.js +2 -2
- package/dist/components/agent-tools/test-results/test-results.styles.js +0 -5
- package/dist/components/agent-tools/thinking-panel/thinking-panel.class.js +1 -1
- package/dist/components/agent-tools/thinking-panel/thinking-panel.styles.js +0 -41
- package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.styles.js +0 -41
- package/dist/components/agent-tools/tool-call-chip/tool-call-chip.class.js +2 -2
- package/dist/components/agent-tools/tool-call-chip/tool-call-chip.styles.js +0 -30
- package/dist/components/agent-tools/tool-param-form/tool-param-form.class.js +6 -6
- package/dist/components/agent-tools/tool-param-form/tool-param-form.styles.js +0 -5
- package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.class.js +2 -2
- package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.styles.js +0 -20
- package/dist/components/agent-tools/tool-result-view/tool-result-view.styles.js +0 -4
- package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.styles.js +0 -21
- package/dist/components/agent-tools/trace-tree/trace-tree.class.js +2 -2
- package/dist/components/agent-tools/trace-tree/trace-tree.styles.js +7 -31
- package/dist/components/charts/chart/bar-chart.class.js +1 -1
- package/dist/components/charts/chart/box-plot.styles.js +0 -20
- package/dist/components/charts/chart/bubble-chart.class.js +1 -1
- package/dist/components/charts/chart/chart-colors.d.ts +1 -1
- package/dist/components/charts/chart/chart-colors.js +1 -1
- package/dist/components/charts/chart/chart-core-loader.d.ts +1 -0
- package/dist/components/charts/chart/chart-core-loader.js +1 -1
- package/dist/components/charts/chart/chart-feature-loader.d.ts +35 -0
- package/dist/components/charts/chart/chart-feature-loader.js +1 -1
- package/dist/components/charts/chart/chart.class.d.ts +93 -0
- package/dist/components/charts/chart/chart.class.js +3 -3
- package/dist/components/charts/chart/chart.styles.js +0 -27
- package/dist/components/charts/chart/doughnut-chart.class.js +1 -1
- package/dist/components/charts/chart/histogram.class.js +1 -1
- package/dist/components/charts/chart/line-chart.class.js +1 -1
- package/dist/components/charts/chart/lite-chart.class.d.ts +20 -1
- package/dist/components/charts/chart/lite-chart.class.js +4 -4
- package/dist/components/charts/chart/lite-chart.styles.js +0 -27
- package/dist/components/charts/chart/pie-chart.class.js +1 -1
- package/dist/components/charts/chart/polar-area-chart.class.js +1 -1
- package/dist/components/charts/chart/radar-chart.class.js +1 -1
- package/dist/components/charts/chart/scatter-chart.class.js +1 -1
- package/dist/components/conversation/agent-workspace/agent-workspace.class.d.ts +20 -0
- package/dist/components/conversation/agent-workspace/agent-workspace.class.js +3 -1
- package/dist/components/conversation/agent-workspace/agent-workspace.styles.js +3 -0
- package/dist/components/conversation/audio-visualizer/audio-visualizer.styles.js +0 -7
- package/dist/components/conversation/branch-picker/branch-picker.styles.js +0 -3
- package/dist/components/conversation/chat-composer/chat-composer.styles.js +0 -51
- package/dist/components/conversation/chat-message/chat-message.class.js +2 -2
- package/dist/components/conversation/chat-message/chat-message.styles.js +13 -35
- package/dist/components/conversation/chat-viewport/chat-viewport.class.js +1 -1
- package/dist/components/conversation/chat-viewport/chat-viewport.styles.js +0 -33
- package/dist/components/conversation/checkpoint/checkpoint.class.js +1 -1
- package/dist/components/conversation/checkpoint/checkpoint.styles.js +0 -3
- package/dist/components/conversation/code-block/code-block-shared.d.ts +5 -2
- package/dist/components/conversation/code-block/code-block.class.js +1 -1
- package/dist/components/conversation/code-block/code-block.styles.js +4 -95
- package/dist/components/conversation/code-block/code-loader.d.ts +11 -0
- package/dist/components/conversation/code-block/code-loader.js +1 -1
- package/dist/components/conversation/code-block/shiki-types.d.ts +12 -0
- package/dist/components/conversation/code-block/shiki-types.js +1 -1
- package/dist/components/conversation/conversation-item/conversation-item.styles.js +8 -54
- package/dist/components/conversation/generation-metrics/generation-metrics.class.js +2 -2
- package/dist/components/conversation/generation-metrics/generation-metrics.styles.js +0 -17
- package/dist/components/conversation/markdown/markdown-base.class.js +1 -1
- package/dist/components/conversation/markdown/markdown.styles.js +0 -41
- package/dist/components/conversation/message-actions/message-actions.styles.js +0 -3
- package/dist/components/conversation/message-feedback/message-feedback.styles.js +0 -35
- package/dist/components/conversation/message-parts/message-parts.class.d.ts +1 -1
- package/dist/components/conversation/message-parts/message-parts.styles.js +0 -5
- package/dist/components/conversation/model-select/model-select.class.js +3 -3
- package/dist/components/conversation/model-select/model-select.styles.js +12 -47
- package/dist/components/conversation/model-settings-panel/model-settings-panel.styles.js +0 -6
- package/dist/components/conversation/prompt-input/prompt-input.class.d.ts +3 -0
- package/dist/components/conversation/prompt-input/prompt-input.styles.js +0 -10
- package/dist/components/conversation/push-to-talk/push-to-talk.styles.js +0 -8
- package/dist/components/conversation/realtime-session/realtime-session.styles.js +1 -1
- package/dist/components/conversation/selection-toolbar/selection-toolbar.styles.js +1 -11
- package/dist/components/conversation/stream-status/stream-status.styles.js +0 -16
- package/dist/components/conversation/streaming-text/streaming-text.styles.js +0 -15
- package/dist/components/conversation/suggestion-chips/suggestion-chips.styles.js +0 -5
- package/dist/components/conversation/thread-list/thread-list.styles.js +5 -19
- package/dist/components/conversation/transcript-feed/transcript-feed.class.d.ts +16 -4
- package/dist/components/conversation/transcript-feed/transcript-feed.class.js +1 -1
- package/dist/components/conversation/transcript-feed/transcript-feed.styles.js +0 -1
- package/dist/components/conversation/typing-indicator/typing-indicator.styles.js +0 -23
- package/dist/components/conversation/usage-badge/usage-badge.class.js +1 -1
- package/dist/components/conversation/usage-badge/usage-badge.styles.js +0 -3
- package/dist/components/conversation/voice-picker/voice-picker.class.js +3 -3
- package/dist/components/conversation/voice-picker/voice-picker.styles.js +9 -29
- package/dist/components/conversation/widget-renderer/resolve.d.ts +2 -0
- package/dist/components/conversation/widget-renderer/resolve.js +1 -1
- package/dist/components/data/calendar/calendar.class.d.ts +15 -2
- package/dist/components/data/calendar/calendar.class.js +2 -2
- package/dist/components/data/calendar/calendar.styles.js +2 -28
- package/dist/components/data/condition-builder/condition-builder.class.d.ts +10 -6
- package/dist/components/data/condition-builder/condition-builder.class.js +2 -2
- package/dist/components/data/condition-builder/condition-builder.styles.js +0 -6
- package/dist/components/data/context-meter/context-meter.styles.js +0 -24
- package/dist/components/data/data-grid/data-grid.class.js +3 -3
- package/dist/components/data/data-grid/data-grid.styles.js +0 -22
- package/dist/components/data/document-library/document-library.class.js +2 -2
- package/dist/components/data/document-library/document-library.styles.js +0 -4
- package/dist/components/data/env-list/env-list.class.js +1 -1
- package/dist/components/data/env-list/env-list.styles.js +7 -4
- package/dist/components/data/file-tree/file-tree.class.d.ts +12 -0
- package/dist/components/data/file-tree/file-tree.class.js +1 -1
- package/dist/components/data/flow-canvas/flow-canvas.styles.js +12 -19
- package/dist/components/data/flow-controls/flow-controls.class.js +2 -2
- package/dist/components/data/flow-controls/flow-controls.styles.js +3 -36
- package/dist/components/data/flow-minimap/flow-minimap.class.js +1 -1
- package/dist/components/data/flow-minimap/flow-minimap.styles.js +0 -9
- package/dist/components/data/flow-node/flow-node.styles.js +0 -23
- package/dist/components/data/flow-run-status/flow-run-status.class.js +1 -1
- package/dist/components/data/flow-run-status/flow-run-status.styles.js +0 -7
- package/dist/components/data/graph-query-builder/graph-query-builder.class.d.ts +0 -7
- package/dist/components/data/graph-query-builder/graph-query-builder.class.js +1 -1
- package/dist/components/data/graph-query-builder/graph-query-builder.styles.js +0 -10
- package/dist/components/data/heatmap/heatmap-scale.d.ts +20 -0
- package/dist/components/data/heatmap/heatmap-scale.js +1 -1
- package/dist/components/data/heatmap/heatmap.class.d.ts +85 -2
- package/dist/components/data/heatmap/heatmap.class.js +2 -2
- package/dist/components/data/heatmap/heatmap.styles.js +0 -54
- package/dist/components/data/pagination/pagination.class.js +1 -1
- package/dist/components/data/pagination/pagination.styles.js +23 -46
- package/dist/components/data/sequence-strip/sequence-strip.class.d.ts +34 -1
- package/dist/components/data/sequence-strip/sequence-strip.class.js +5 -2
- package/dist/components/data/sequence-strip/sequence-strip.styles.js +14 -20
- package/dist/components/data/sparkline/sparkline.class.js +1 -1
- package/dist/components/data/stat/stat.styles.js +0 -67
- package/dist/components/data/table/table.class.d.ts +42 -3
- package/dist/components/data/table/table.class.js +4 -4
- package/dist/components/data/table/table.styles.js +20 -91
- package/dist/components/data/timeline/timeline-item.styles.js +0 -30
- package/dist/components/data/timeline/timeline.class.d.ts +89 -1
- package/dist/components/data/timeline/timeline.class.js +2 -2
- package/dist/components/data/timeline/timeline.styles.js +111 -31
- package/dist/components/data/tree/tree-item.styles.js +1 -28
- package/dist/components/data/tree/tree.class.js +2 -2
- package/dist/components/data/tree/tree.styles.js +0 -6
- package/dist/components/data/word-cloud/word-cloud.styles.js +0 -5
- package/dist/components/forms/button/button.class.js +1 -1
- package/dist/components/forms/button/button.styles.js +1 -106
- package/dist/components/forms/checkbox/checkbox.class.d.ts +3 -0
- package/dist/components/forms/checkbox/checkbox.class.js +1 -1
- package/dist/components/forms/checkbox/checkbox.styles.js +0 -39
- package/dist/components/forms/checkbox-group/checkbox-group.class.d.ts +21 -2
- package/dist/components/forms/checkbox-group/checkbox-group.class.js +1 -1
- package/dist/components/forms/checkbox-group/checkbox-group.styles.js +0 -18
- package/dist/components/forms/code-editor/code-editor.styles.js +0 -30
- package/dist/components/forms/color-picker/color-picker.class.js +2 -2
- package/dist/components/forms/color-picker/color-picker.styles.js +0 -69
- package/dist/components/forms/combobox/combobox.class.js +2 -2
- package/dist/components/forms/combobox/combobox.styles.js +22 -111
- package/dist/components/forms/combobox/option.styles.js +7 -1
- package/dist/components/forms/date-picker/date-input.class.js +1 -1
- package/dist/components/forms/date-picker/date-input.styles.js +12 -67
- package/dist/components/forms/date-picker/date-picker.class.d.ts +1 -0
- package/dist/components/forms/date-picker/date-picker.class.js +22 -20
- package/dist/components/forms/date-picker/date-picker.styles.js +36 -29
- package/dist/components/forms/emoji-picker/emoji-data-loader.d.ts +6 -3
- package/dist/components/forms/emoji-picker/emoji-data-loader.js +1 -1
- package/dist/components/forms/emoji-picker/emoji-picker.class.d.ts +8 -1
- package/dist/components/forms/emoji-picker/emoji-picker.class.js +1 -1
- package/dist/components/forms/emoji-picker/emoji-picker.styles.js +3 -41
- package/dist/components/forms/icon-button/icon-button.class.js +1 -1
- package/dist/components/forms/icon-button/icon-button.styles.js +0 -16
- package/dist/components/forms/input/input.styles.js +0 -54
- package/dist/components/forms/input/number-input.styles.d.ts +4 -5
- package/dist/components/forms/input/number-input.styles.js +0 -11
- package/dist/components/forms/input/time-input-shared.d.ts +11 -0
- package/dist/components/forms/input/time-input-shared.js +1 -1
- package/dist/components/forms/input/time-input.class.d.ts +11 -2
- package/dist/components/forms/input/time-input.class.js +1 -1
- package/dist/components/forms/input/time-input.styles.js +0 -6
- package/dist/components/forms/locale-picker/locale-picker.class.js +2 -2
- package/dist/components/forms/locale-picker/locale-picker.styles.js +1 -26
- package/dist/components/forms/otp-input/otp-input.class.js +3 -3
- package/dist/components/forms/otp-input/otp-input.styles.js +0 -16
- package/dist/components/forms/phone-input/phone-input.class.d.ts +9 -1
- package/dist/components/forms/phone-input/phone-input.class.js +2 -2
- package/dist/components/forms/phone-input/phone-input.styles.js +0 -37
- package/dist/components/forms/radio/radio-button.styles.js +1 -30
- package/dist/components/forms/radio/radio-group.styles.js +0 -4
- package/dist/components/forms/radio/radio.styles.js +0 -44
- package/dist/components/forms/rubric-form/rubric-form.styles.js +0 -5
- package/dist/components/forms/select/select.class.js +1 -1
- package/dist/components/forms/select/select.styles.js +14 -114
- package/dist/components/forms/slider/slider.styles.js +0 -55
- package/dist/components/forms/swatch-picker/swatch-picker.class.d.ts +0 -11
- package/dist/components/forms/swatch-picker/swatch-picker.class.js +2 -2
- package/dist/components/forms/swatch-picker/swatch-picker.styles.js +0 -77
- package/dist/components/forms/switch/switch.class.d.ts +3 -0
- package/dist/components/forms/switch/switch.class.js +1 -1
- package/dist/components/forms/switch/switch.styles.js +3 -38
- package/dist/components/forms/textarea/textarea.styles.js +0 -28
- package/dist/components/forms/time-range/time-range.styles.js +12 -84
- package/dist/components/forms/token-input/token-input.class.d.ts +23 -9
- package/dist/components/forms/token-input/token-input.class.js +1 -1
- package/dist/components/forms/token-input/token-input.styles.js +1 -54
- package/dist/components/layout/app-rail/app-rail-item.class.js +2 -2
- package/dist/components/layout/app-rail/app-rail-item.styles.js +0 -13
- package/dist/components/layout/app-rail/app-rail.class.d.ts +5 -0
- package/dist/components/layout/app-rail/app-rail.class.js +1 -1
- package/dist/components/layout/app-rail/app-rail.styles.js +0 -46
- package/dist/components/layout/button-group/button-group.styles.js +0 -6
- package/dist/components/layout/card/card.class.d.ts +12 -0
- package/dist/components/layout/card/card.styles.js +5 -13
- package/dist/components/layout/carousel/carousel.styles.js +0 -1
- package/dist/components/layout/command-palette/command-palette.class.d.ts +8 -0
- package/dist/components/layout/command-palette/command-palette.class.js +3 -1
- package/dist/components/layout/command-palette/command-palette.styles.js +1 -13
- package/dist/components/layout/control-group/control-group.styles.js +0 -7
- package/dist/components/layout/dashboard-grid/dashboard-grid.class.js +1 -1
- package/dist/components/layout/dashboard-grid/dashboard-grid.styles.js +6 -25
- package/dist/components/layout/details/accordion.class.d.ts +13 -0
- package/dist/components/layout/details/accordion.class.js +1 -1
- package/dist/components/layout/details/details.class.js +1 -1
- package/dist/components/layout/details/details.styles.js +0 -12
- package/dist/components/layout/dock-panel/dock-panel.styles.js +0 -45
- package/dist/components/layout/drilldown-panel/drilldown-panel.class.d.ts +2 -0
- package/dist/components/layout/drilldown-panel/drilldown-panel.class.js +2 -2
- package/dist/components/layout/drilldown-panel/drilldown-panel.styles.js +0 -4
- package/dist/components/layout/filter-bar/filter-bar.class.js +1 -1
- package/dist/components/layout/filter-bar/filter-bar.styles.js +0 -9
- package/dist/components/layout/menu/menu-item.class.d.ts +5 -0
- package/dist/components/layout/menu/menu-item.class.js +1 -1
- package/dist/components/layout/menu/menu-item.styles.js +0 -49
- package/dist/components/layout/menu/menu-label.styles.js +0 -2
- package/dist/components/layout/menu/menu.styles.js +0 -18
- package/dist/components/layout/multi-split/multi-split.class.js +1 -1
- package/dist/components/layout/multi-split/multi-split.styles.js +8 -51
- package/dist/components/layout/page/page.class.d.ts +4 -0
- package/dist/components/layout/page/page.class.js +1 -1
- package/dist/components/layout/reorder-list/reorder-item.styles.js +0 -4
- package/dist/components/layout/responsive-panel/responsive-panel.styles.js +0 -27
- package/dist/components/layout/scroller/scroller.styles.js +0 -20
- package/dist/components/layout/segmented/segmented.class.d.ts +7 -1
- package/dist/components/layout/segmented/segmented.class.js +1 -1
- package/dist/components/layout/segmented/segmented.styles.js +69 -37
- package/dist/components/layout/split-panel/split-panel.styles.js +1 -7
- package/dist/components/layout/stepper/stepper.class.d.ts +8 -1
- package/dist/components/layout/stepper/stepper.class.js +1 -1
- package/dist/components/layout/stepper/stepper.styles.js +140 -41
- package/dist/components/layout/tab-group/tab-group.class.d.ts +4 -1
- package/dist/components/layout/tab-group/tab-group.styles.js +9 -75
- package/dist/components/layout/tab-group/tab.styles.js +0 -2
- package/dist/components/layout/virtual-list/virtual-list.class.d.ts +4 -4
- package/dist/components/layout/virtual-list/virtual-list.class.js +1 -1
- package/dist/components/layout/virtual-list/virtual-list.styles.js +0 -68
- package/dist/components/layout/widget/widget.class.d.ts +5 -1
- package/dist/components/layout/widget/widget.class.js +1 -1
- package/dist/components/layout/widget/widget.styles.js +97 -40
- package/dist/components/media/animated-image/animated-image.class.d.ts +3 -0
- package/dist/components/media/animated-image/animated-image.class.js +1 -1
- package/dist/components/media/animated-image/animated-image.styles.js +0 -28
- package/dist/components/media/attachment-chip/attachment-chip.class.d.ts +1 -1
- package/dist/components/media/attachment-chip/attachment-chip.class.js +2 -2
- package/dist/components/media/attachment-chip/attachment-chip.styles.js +0 -31
- package/dist/components/media/attachment-trigger/attachment-trigger.class.d.ts +1 -1
- package/dist/components/media/attachment-trigger/attachment-trigger.class.js +4 -4
- package/dist/components/media/attachment-trigger/attachment-trigger.styles.js +0 -40
- package/dist/components/media/av-player/av-player.class.d.ts +5 -6
- package/dist/components/media/av-player/av-player.class.js +1 -1
- package/dist/components/media/av-player/av-player.styles.js +0 -45
- package/dist/components/media/avatar/avatar.styles.js +3 -16
- package/dist/components/media/file-icon/file-icon.class.d.ts +1 -2
- package/dist/components/media/file-icon/file-icon.class.js +1 -1
- package/dist/components/media/file-input/file-input.class.d.ts +12 -0
- package/dist/components/media/file-input/file-input.class.js +1 -1
- package/dist/components/media/file-input/file-input.styles.js +3 -24
- package/dist/components/media/flag/flag.class.d.ts +20 -0
- package/dist/components/media/flag/flag.class.js +4 -2
- package/dist/components/media/flag/flag.styles.js +7 -1
- package/dist/components/media/flag/language-map.d.ts +10 -0
- package/dist/components/media/flag/language-map.js +1 -1
- package/dist/components/media/image-comparer/image-comparer.styles.js +4 -33
- package/dist/components/media/image-viewer/image-viewer.class.js +0 -2
- package/dist/components/media/image-viewer/image-viewer.styles.js +7 -27
- package/dist/components/media/lightbox/lightbox.class.js +0 -2
- package/dist/components/media/lightbox/lightbox.styles.js +2 -21
- package/dist/components/media/map/map-loader.d.ts +19 -1
- package/dist/components/media/map/map-loader.js +1 -1
- package/dist/components/media/map/map.class.d.ts +141 -1
- package/dist/components/media/map/map.class.js +15 -3
- package/dist/components/media/map/map.styles.js +20 -17
- package/dist/components/media/media-card/media-card.class.d.ts +14 -3
- package/dist/components/media/media-card/media-card.class.js +1 -1
- package/dist/components/media/media-card/media-card.styles.js +2 -28
- package/dist/components/media/pan-zoom/pan-zoom.styles.js +0 -3
- package/dist/components/media/qr-code/qr-code.class.d.ts +3 -2
- package/dist/components/media/qr-code/qr-code.class.js +2 -2
- package/dist/components/media/qr-code/qr-code.styles.js +0 -3
- package/dist/components/media/sequence-playback/sequence-playback.class.d.ts +2 -0
- package/dist/components/media/sequence-playback/sequence-playback.class.js +2 -1
- package/dist/components/media/sequence-playback/sequence-playback.styles.js +0 -19
- package/dist/components/media/video/video.class.d.ts +23 -2
- package/dist/components/media/video/video.class.js +3 -3
- package/dist/components/media/video/video.styles.js +4 -2
- package/dist/components/media/zoomable-frame/zoomable-frame.class.d.ts +3 -2
- package/dist/components/media/zoomable-frame/zoomable-frame.class.js +2 -2
- package/dist/components/media/zoomable-frame/zoomable-frame.styles.js +0 -5
- package/dist/components/overlays/alert/alert.styles.js +4 -2
- package/dist/components/overlays/badge/badge.styles.js +4 -48
- package/dist/components/overlays/badge/tag.styles.js +0 -14
- package/dist/components/overlays/callout/callout.styles.js +2 -13
- package/dist/components/overlays/chip/chip-group.styles.js +0 -18
- package/dist/components/overlays/chip/chip.styles.js +6 -69
- package/dist/components/overlays/dialog/confirm.d.ts +1 -4
- package/dist/components/overlays/dialog/confirm.js +1 -1
- package/dist/components/overlays/dialog/dialog.class.d.ts +12 -9
- package/dist/components/overlays/dialog/dialog.class.js +1 -1
- package/dist/components/overlays/dialog/dialog.styles.js +0 -43
- package/dist/components/overlays/drawer/drawer.class.d.ts +2 -2
- package/dist/components/overlays/drawer/drawer.styles.js +0 -9
- package/dist/components/overlays/empty/empty.styles.js +0 -12
- package/dist/components/overlays/kbd/kbd.class.js +1 -1
- package/dist/components/overlays/kbd/kbd.styles.js +0 -8
- package/dist/components/overlays/overlay/dropdown.class.d.ts +1 -6
- package/dist/components/overlays/overlay/dropdown.class.js +2 -2
- package/dist/components/overlays/overlay/overlay.styles.js +0 -28
- package/dist/components/overlays/overlay/popover.class.d.ts +9 -1
- package/dist/components/overlays/overlay/popover.class.js +2 -2
- package/dist/components/overlays/overlay/tooltip.class.d.ts +10 -0
- package/dist/components/overlays/overlay/tooltip.class.js +2 -2
- package/dist/components/overlays/popup/popup.class.d.ts +1 -0
- package/dist/components/overlays/popup/popup.class.js +2 -2
- package/dist/components/overlays/popup/popup.styles.js +0 -15
- package/dist/components/overlays/progress/progress-ring.class.d.ts +9 -1
- package/dist/components/overlays/progress/progress-ring.class.js +3 -3
- package/dist/components/overlays/progress/progress.styles.js +0 -21
- package/dist/components/overlays/rating/rating.styles.js +0 -25
- package/dist/components/overlays/skeleton/skeleton.styles.js +0 -4
- package/dist/components/overlays/spinner/spinner.styles.js +2 -5
- package/dist/components/overlays/toast/toast-item.styles.js +3 -45
- package/dist/components/retrieval/chunk-inspector/chunk-inspector.styles.js +0 -35
- package/dist/components/retrieval/citation-badge/citation-badge.class.d.ts +2 -2
- package/dist/components/retrieval/citation-badge/citation-badge.class.js +3 -3
- package/dist/components/retrieval/citation-badge/citation-badge.styles.js +0 -20
- package/dist/components/retrieval/claim-evidence/claim-evidence.class.js +1 -1
- package/dist/components/retrieval/claim-evidence/claim-evidence.styles.js +0 -8
- package/dist/components/retrieval/community-card/community-card.class.d.ts +1 -0
- package/dist/components/retrieval/community-card/community-card.styles.js +0 -6
- package/dist/components/retrieval/embedding-explorer/embedding-explorer.styles.js +8 -12
- package/dist/components/retrieval/entity-card/entity-card.class.d.ts +4 -3
- package/dist/components/retrieval/entity-card/entity-card.class.js +1 -1
- package/dist/components/retrieval/entity-card/entity-card.styles.js +0 -12
- package/dist/components/retrieval/entity-chip/entity-chip.class.d.ts +10 -4
- package/dist/components/retrieval/entity-chip/entity-chip.class.js +3 -3
- package/dist/components/retrieval/entity-chip/entity-chip.styles.js +6 -9
- package/dist/components/retrieval/entity-dossier/entity-dossier.class.d.ts +19 -5
- package/dist/components/retrieval/entity-dossier/entity-dossier.class.js +1 -1
- package/dist/components/retrieval/graph/graph.class.d.ts +5 -0
- package/dist/components/retrieval/graph/graph.class.js +1 -1
- package/dist/components/retrieval/graph/graph.styles.js +0 -30
- package/dist/components/retrieval/graph-legend/graph-legend.styles.js +0 -3
- package/dist/components/retrieval/grounding-summary/grounding-summary.class.js +2 -2
- package/dist/components/retrieval/ingestion-queue/ingestion-queue.styles.js +0 -25
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.class.d.ts +2 -0
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.styles.js +0 -7
- package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts +20 -6
- package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.js +2 -2
- package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.styles.js +6 -11
- package/dist/components/retrieval/memory-panel/memory-panel.class.js +1 -1
- package/dist/components/retrieval/mind-map/mind-map.class.d.ts +5 -3
- package/dist/components/retrieval/mind-map/mind-map.class.js +1 -1
- package/dist/components/retrieval/mind-map/mind-map.styles.js +0 -2
- package/dist/components/retrieval/neighbor-list/neighbor-list.class.d.ts +3 -2
- package/dist/components/retrieval/neighbor-list/neighbor-list.class.js +1 -1
- package/dist/components/retrieval/neighbor-list/neighbor-list.styles.js +0 -30
- package/dist/components/retrieval/node-palette/node-palette.styles.js +0 -11
- package/dist/components/retrieval/path-strip/path-strip.styles.js +0 -10
- package/dist/components/retrieval/provenance-panel/provenance-panel.class.d.ts +12 -3
- package/dist/components/retrieval/provenance-panel/provenance-panel.class.js +1 -1
- package/dist/components/retrieval/provenance-panel/provenance-panel.styles.js +0 -2
- package/dist/components/retrieval/rag-eval-dashboard/rag-eval-dashboard.class.d.ts +3 -2
- package/dist/components/retrieval/rag-eval-dashboard/rag-eval-dashboard.class.js +2 -2
- package/dist/components/retrieval/retrieval-results/retrieval-results.styles.js +0 -28
- package/dist/components/retrieval/retrieval-search/retrieval-search.styles.js +0 -4
- package/dist/components/retrieval/retrieval-trace/retrieval-trace.class.js +1 -1
- package/dist/components/retrieval/retrieval-trace/retrieval-trace.styles.js +0 -2
- package/dist/components/retrieval/source-card/source-card.styles.js +0 -13
- package/dist/components/retrieval/source-list/source-list.styles.js +0 -7
- package/dist/components/retrieval/source-picker/source-picker.class.js +1 -1
- package/dist/components/retrieval/source-picker/source-picker.styles.js +0 -7
- package/dist/components/utility/copy-button/copy-button.styles.js +0 -10
- package/dist/components/utility/diff-view/diff-view.styles.js +0 -14
- package/dist/components/utility/export-button/export-button.styles.js +0 -22
- package/dist/components/utility/icon/icon.styles.js +0 -6
- package/dist/components/utility/json-viewer/json-viewer.styles.js +2 -48
- package/dist/components/utility/known-date/known-date.class.d.ts +7 -3
- package/dist/components/utility/known-date/known-date.styles.js +10 -51
- package/dist/components/utility/live-region/live-region.styles.js +0 -4
- package/dist/components/utility/mention-popover/mention-popover.styles.js +0 -25
- package/dist/components/utility/poll-status/poll-status.styles.js +0 -4
- package/dist/components/utility/random-content/random-content.class.d.ts +22 -0
- package/dist/components/utility/random-content/random-content.class.js +3 -2
- package/dist/components/utility/random-content/random-content.styles.js +6 -13
- package/dist/components/utility/tour/tour.class.d.ts +4 -2
- package/dist/components/utility/tour/tour.class.js +3 -3
- package/dist/components/utility/tour/tour.styles.js +0 -13
- package/dist/components/utility/visually-hidden/visually-hidden.styles.js +0 -5
- package/dist/components/viewers/archive-viewer/archive-viewer.class.js +1 -1
- package/dist/components/viewers/archive-viewer/archive-viewer.styles.d.ts +2 -2
- package/dist/components/viewers/archive-viewer/archive-viewer.styles.js +0 -10
- package/dist/components/viewers/contact-viewer/contact-viewer.class.js +1 -1
- package/dist/components/viewers/csv-viewer/csv-viewer.class.js +1 -1
- package/dist/components/viewers/csv-viewer/csv-viewer.styles.js +0 -19
- package/dist/components/viewers/dataset-viewer/dataset-viewer.class.js +1 -1
- package/dist/components/viewers/dataset-viewer/dataset-viewer.styles.js +0 -15
- package/dist/components/viewers/document-compare/document-compare.class.js +1 -1
- package/dist/components/viewers/document-compare/document-compare.styles.js +0 -3
- package/dist/components/viewers/document-preview/document-preview.styles.js +0 -25
- package/dist/components/viewers/document-viewer/document-viewer.class.d.ts +2 -1
- package/dist/components/viewers/document-viewer/document-viewer.class.js +1 -1
- package/dist/components/viewers/document-viewer/document-viewer.styles.js +0 -5
- package/dist/components/viewers/docx-viewer/docx-viewer.styles.js +0 -17
- package/dist/components/viewers/ebook-viewer/ebook-viewer.class.js +1 -1
- package/dist/components/viewers/ebook-viewer/ebook-viewer.styles.js +0 -4
- package/dist/components/viewers/email-viewer/email-viewer.styles.js +0 -7
- package/dist/components/viewers/geojson-view/geojson-view.styles.js +0 -5
- package/dist/components/viewers/highlight-layer/highlight-layer.styles.js +0 -3
- package/dist/components/viewers/notebook-viewer/notebook-viewer.class.js +1 -1
- package/dist/components/viewers/notebook-viewer/notebook-viewer.styles.js +0 -38
- package/dist/components/viewers/page-rail/page-rail.class.js +1 -1
- package/dist/components/viewers/page-rail/page-rail.styles.js +0 -13
- package/dist/components/viewers/pdf-viewer/pdf-loader.d.ts +13 -2
- package/dist/components/viewers/pdf-viewer/pdf-loader.js +1 -1
- package/dist/components/viewers/pdf-viewer/pdf-viewer.class.d.ts +32 -2
- package/dist/components/viewers/pdf-viewer/pdf-viewer.class.js +4 -4
- package/dist/components/viewers/pdf-viewer/pdf-viewer.styles.js +1 -27
- package/dist/components/viewers/pptx-viewer/pptx-viewer.styles.js +0 -3
- package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.class.js +1 -1
- package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.styles.js +0 -14
- package/dist/components/viewers/svg-viewer/svg-viewer.styles.js +0 -7
- package/dist/components/viewers/xml-viewer/xml-viewer.styles.js +2 -24
- package/dist/custom-elements-jsx.d.ts +56 -37
- package/dist/events.d.ts +43 -33
- package/dist/internal/agent-status-variants.d.ts +18 -0
- package/dist/internal/agent-status-variants.js +1 -0
- package/dist/internal/announcer.d.ts +8 -3
- package/dist/internal/announcer.js +1 -1
- package/dist/internal/autoloader-manifest.js +1 -1
- package/dist/internal/canvas-color.d.ts +16 -0
- package/dist/internal/canvas-color.js +1 -1
- package/dist/internal/catalog-picker.d.ts +0 -1
- package/dist/internal/catalog-picker.js +1 -1
- package/dist/internal/default-strings.generated.d.ts +1 -0
- package/dist/internal/default-strings.generated.js +1 -1
- package/dist/internal/dev-mode-attribute-warning.d.ts +30 -0
- package/dist/internal/dev-mode-attribute-warning.js +1 -0
- package/dist/internal/localization-runtime.js +1 -1
- package/dist/internal/localization-types.d.ts +1 -1
- package/dist/internal/localization.js +1 -1
- package/dist/internal/lyra-element.d.ts +13 -0
- package/dist/internal/lyra-element.js +1 -1
- package/dist/internal/media-controller.js +1 -1
- package/dist/internal/package-metadata.d.ts +1 -1
- package/dist/internal/package-metadata.js +1 -1
- package/dist/internal/scroll-overflow.d.ts +35 -13
- package/dist/internal/scroll-overflow.js +1 -1
- package/dist/internal/sizes.styles.js +0 -2
- package/dist/internal/specialist-tokens.styles.js +6 -11
- package/dist/internal/text-highlights.d.ts +4 -1
- package/dist/internal/text-highlights.js +1 -1
- package/dist/internal/tokens/palette.styles.js +0 -15
- package/dist/internal/tokens.styles.js +19 -113
- package/dist/lyra.d.ts +8 -5
- package/dist/styles/reservations.css +82 -0
- package/dist/svelte.d.ts +56 -37
- package/dist/translations/ar.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/fa.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/pt-BR.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/zh-CN.js +1 -1
- package/dist/vue.d.ts +56 -37
- package/llms/components/lr-accordion-item.md +12 -3
- package/llms/components/lr-accordion.md +11 -2
- package/llms/components/lr-agent-eval-dashboard.md +1 -1
- package/llms/components/lr-agent-trace.md +3 -1
- package/llms/components/lr-agent-workspace.md +20 -0
- package/llms/components/lr-artifact-panel.md +10 -4
- package/llms/components/lr-attachment-chip.md +7 -4
- package/llms/components/lr-attachment-trigger.md +9 -6
- package/llms/components/lr-av-player.md +3 -1
- package/llms/components/lr-avatar.md +6 -6
- package/llms/components/lr-bar-chart.md +4 -3
- package/llms/components/lr-box-plot.md +1 -1
- package/llms/components/lr-browser-frame.md +7 -3
- package/llms/components/lr-bubble-chart.md +4 -3
- package/llms/components/lr-calendar.md +9 -2
- package/llms/components/lr-card.md +24 -0
- package/llms/components/lr-chart.md +32 -8
- package/llms/components/lr-chat-viewport.md +7 -2
- package/llms/components/lr-checkbox-group.md +13 -5
- package/llms/components/lr-checkbox.md +5 -2
- package/llms/components/lr-checkpoint.md +6 -2
- package/llms/components/lr-combobox.md +5 -2
- package/llms/components/lr-command-palette.md +4 -1
- package/llms/components/lr-confirm-bar.md +7 -3
- package/llms/components/lr-context-meter.md +12 -11
- package/llms/components/lr-conversation-item.md +7 -4
- package/llms/components/lr-details.md +11 -2
- package/llms/components/lr-dialog.md +15 -10
- package/llms/components/lr-dock-panel.md +7 -10
- package/llms/components/lr-document-preview.md +6 -1
- package/llms/components/lr-document-viewer.md +3 -2
- package/llms/components/lr-doughnut-chart.md +4 -3
- package/llms/components/lr-drawer.md +3 -3
- package/llms/components/lr-entity-card.md +3 -3
- package/llms/components/lr-entity-chip.md +1 -1
- package/llms/components/lr-entity-dossier.md +4 -1
- package/llms/components/lr-file-input.md +2 -2
- package/llms/components/lr-flag.md +20 -5
- package/llms/components/lr-heatmap.md +29 -1
- package/llms/components/lr-histogram.md +3 -1
- package/llms/components/lr-icon.md +1 -1
- package/llms/components/lr-json-schema-viewer.md +2 -1
- package/llms/components/lr-knowledge-graph-explorer.md +8 -3
- package/llms/components/lr-known-date.md +4 -2
- package/llms/components/lr-line-chart.md +4 -3
- package/llms/components/lr-lite-chart.md +16 -6
- package/llms/components/lr-map.md +72 -8
- package/llms/components/lr-markdown-core.md +3 -2
- package/llms/components/lr-media-card.md +28 -12
- package/llms/components/lr-message-parts.md +2 -1
- package/llms/components/lr-model-select.md +9 -10
- package/llms/components/lr-model-settings-panel.md +9 -9
- package/llms/components/lr-neighbor-list.md +1 -1
- package/llms/components/lr-notebook-viewer.md +6 -3
- package/llms/components/lr-option.md +5 -2
- package/llms/components/lr-pdf-viewer.md +62 -2
- package/llms/components/lr-pie-chart.md +4 -3
- package/llms/components/lr-polar-area-chart.md +4 -3
- package/llms/components/lr-popover.md +5 -0
- package/llms/components/lr-progress-ring.md +8 -1
- package/llms/components/lr-prompt-studio.md +1 -1
- package/llms/components/lr-provenance-panel.md +4 -2
- package/llms/components/lr-qr-code.md +1 -1
- package/llms/components/lr-radar-chart.md +4 -3
- package/llms/components/lr-rag-eval-dashboard.md +2 -2
- package/llms/components/lr-random-content.md +13 -0
- package/llms/components/lr-reorder-item.md +6 -1
- package/llms/components/lr-reorder-list.md +6 -1
- package/llms/components/lr-responsive-panel.md +11 -7
- package/llms/components/lr-scatter-chart.md +4 -3
- package/llms/components/lr-sequence-strip.md +16 -2
- package/llms/components/lr-slider.md +12 -5
- package/llms/components/lr-sparkline.md +1 -1
- package/llms/components/lr-suggestion-chips.md +7 -2
- package/llms/components/lr-swatch-picker.md +5 -5
- package/llms/components/lr-switch.md +5 -2
- package/llms/components/lr-table.md +30 -4
- package/llms/components/lr-terminal.md +3 -1
- package/llms/components/lr-thread-list.md +8 -8
- package/llms/components/lr-time-input.md +6 -1
- package/llms/components/lr-timeline-item.md +24 -0
- package/llms/components/lr-timeline.md +25 -1
- package/llms/components/lr-token-input.md +7 -2
- package/llms/components/lr-tool-approval-dialog.md +7 -8
- package/llms/components/lr-tool-call-chip.md +5 -1
- package/llms/components/lr-tool-param-form.md +14 -12
- package/llms/components/lr-tool-result-dialog.md +11 -9
- package/llms/components/lr-tool-result-view.md +7 -6
- package/llms/components/lr-tool-select-dialog.md +18 -16
- package/llms/components/lr-trace-tree.md +3 -1
- package/llms/components/lr-usage-badge.md +4 -1
- package/llms/components/lr-video-playlist.md +1 -1
- package/llms/components/lr-virtual-list.md +22 -14
- package/llms/components/lr-voice-picker.md +8 -5
- package/llms/components/lr-widget-renderer.md +3 -3
- package/llms/components/lr-widget.md +1 -1
- package/llms/components/lr-word-cloud.md +6 -2
- package/llms/index.md +1 -1
- package/llms/peers.md +13 -3
- package/llms/shared.md +83 -2
- package/llms-full.txt +1159 -288
- package/package.json +19 -7
- package/vscode-css-data.json +37 -2
- package/vscode-html-data.json +402 -45
- package/web-types.json +300 -56
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const GLOBAL_ATTRIBUTE_EXEMPTIONS=new Set(["id","hidden","inert","tabindex","title","role","part","exportparts","is","popover","translate","spellcheck","autocapitalize","autofocus","contenteditable","draggable","enterkeyhint","inputmode","nonce","accesskey","itemid","itemprop","itemref","itemscope","itemtype"]);function isExemptAttribute(name){return name.startsWith("data-")||name.startsWith("aria-")||GLOBAL_ATTRIBUTE_EXEMPTIONS.has(name)}function levenshteinDistance(a,b){const rows=a.length+1,cols=b.length+1,distances=Array.from({length:rows},()=>new Array(cols).fill(0));for(let i=0;i<rows;i++)distances[i][0]=i;for(let j=0;j<cols;j++)distances[0][j]=j;for(let i=1;i<rows;i++)for(let j=1;j<cols;j++){const cost=a[i-1]===b[j-1]?0:1;distances[i][j]=Math.min(distances[i-1][j]+1,distances[i][j-1]+1,distances[i-1][j-1]+cost)}return distances[rows-1][cols-1]}const SUGGESTION_MAX_DISTANCE=3;function closestObservedAttribute(name,observed){let best,bestDistance=SUGGESTION_MAX_DISTANCE+1;for(const candidate of observed){const distance=levenshteinDistance(name,candidate);distance<bestDistance&&(bestDistance=distance,best=candidate)}return bestDistance<=SUGGESTION_MAX_DISTANCE?best:void 0}function litDevWarnings(){return globalThis.litIssuedWarnings}function devWarnOnce(key,message){const warnings=litDevWarnings();warnings&&(warnings.has(key)||(warnings.add(key),console.warn(message)))}function warnUnknownAttributes(host,observedAttributes,knownUnobservedAttributes=[]){const warnings=litDevWarnings();if(!warnings)return;const observedSet=new Set([...observedAttributes,...knownUnobservedAttributes]);for(const name of host.getAttributeNames()){if(observedSet.has(name)||isExemptAttribute(name))continue;const key=`lyra-unknown-attribute:${host.localName}:${name}`;if(warnings.has(key))continue;warnings.add(key);const suggestion=closestObservedAttribute(name,observedAttributes);console.warn(suggestion?`<${host.localName}>: unknown attribute '${name}' \u2014 did you mean '${suggestion}'?`:`<${host.localName}>: unknown attribute '${name}'`)}}export{devWarnOnce,warnUnknownAttributes};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{getPluralRules}from"./intl-cache.js";const MAX_LOCALE_CANDIDATES=64,MAX_LOCALE_SUBTAGS=32,MAX_LOCALE_TAG_LENGTH=255,MAX_LOCALE_CACHE_ENTRIES=128,MAX_CACHEABLE_LOCALE_LENGTH=512,LEGACY_LOCALE_PATTERN=/^[a-z0-9]{1,32}(?:-[a-z0-9]{1,32})*$/,locales=new Map,localePublicTags=new Map,localeMeta=new Map,wellFormedLocales=new Set,exactOnlyLocales=new Set,localeCatalogRevisions=new Map,listeners=new Set,hostLocaleListeners=new Set,hostLocaleFinalizer=new FinalizationRegistry(subscription=>{hostLocaleListeners.delete(subscription)}),ownerDocumentsWithBrowsingContext=new WeakSet,registryListeners=new Set;let activeLocale="",catalogRevision=0;const localeIdentityCache=new Map,localeCandidateCache=new Map;function cacheBounded(cache,key,value){cache.size>=MAX_LOCALE_CACHE_ENTRIES&&cache.clear(),cache.set(key,value)}function subtagCountWithinBounds(tag){if(tag.length>MAX_LOCALE_TAG_LENGTH)return!1;let count=tag?1:0;for(let index=0;index<tag.length;index+=1)if(tag.charCodeAt(index)===45&&++count>MAX_LOCALE_SUBTAGS)return!1;return!0}function localeIdentity(locale){const normalized=typeof locale=="string"?locale.trim().replace(/_/g,"-"):"";if(!normalized)return{publicTag:"",lookupKey:"",wellFormed:!1,candidateBounded:!0,storable:!1};const cached=normalized.length<=MAX_CACHEABLE_LOCALE_LENGTH?localeIdentityCache.get(normalized):void 0;if(cached)return cached;let publicTag=normalized.toLowerCase(),wellFormed=!1;try{const canonical=Intl.getCanonicalLocales(normalized)[0];canonical&&(publicTag=canonical,wellFormed=!0)}catch{}const lookupKey=publicTag.toLowerCase(),candidateBounded=subtagCountWithinBounds(lookupKey),identity={publicTag,lookupKey,wellFormed,candidateBounded,storable:wellFormed||candidateBounded&&LEGACY_LOCALE_PATTERN.test(lookupKey)};return normalized.length<=MAX_CACHEABLE_LOCALE_LENGTH&&cacheBounded(localeIdentityCache,normalized,identity),identity}function storedLocaleIdentity(locale,required){if(typeof locale!="string")throw new TypeError("A locale must be a string.");const identity=localeIdentity(locale);if(!identity.publicTag){if(!required)return identity;throw new TypeError("A locale is required.")}if(!identity.storable)throw new TypeError("The locale must be BCP-47 or a bounded alphanumeric custom tag.");return identity}function canonicalizeLyraLocale(locale){const identity=localeIdentity(locale);return identity.storable?identity.publicTag:"en"}function regionalFallbacks(requestedKey,limit,wellFormed){if(limit<=0||!wellFormed)return[];const separator=requestedKey.indexOf("-"),language=separator===-1?requestedKey:requestedKey.slice(0,separator);if(!language)return[];const requested=new Set(requestedKey.split("-")),score=key=>key.split("-").filter(subtag=>requested.has(subtag)).length;return[...locales.keys()].filter(key=>wellFormedLocales.has(key)&&!exactOnlyLocales.has(key)&&(key===language||key.startsWith(`${language}-`))&&!isPrefixOf(key,requestedKey)).sort((a,b)=>score(b)-score(a)||(a<b?-1:a>b?1:0)).slice(0,limit)}function isPrefixOf(key,requestedKey){return key===requestedKey||requestedKey.startsWith(`${key}-`)}function localeCandidates(locale){const identity=localeIdentity(locale),normalized=identity.lookupKey;if(!normalized)return["en"];const cached=normalized.length<=MAX_CACHEABLE_LOCALE_LENGTH?localeCandidateCache.get(normalized):void 0;if(cached)return[...cached];const candidates=[];if((identity.wellFormed||identity.candidateBounded)&&candidates.push(normalized),identity.candidateBounded){for(let index=normalized.length-1;index>=0;index-=1)normalized.charCodeAt(index)===45&&index>0&&candidates.push(normalized.slice(0,index));const regionalBudget=Math.max(0,MAX_LOCALE_CANDIDATES-candidates.length-1);candidates.push(...regionalFallbacks(normalized,regionalBudget,identity.wellFormed))}else if(identity.wellFormed){const separator=normalized.indexOf("-");separator>0&&candidates.push(normalized.slice(0,separator))}candidates.includes("en")||candidates.push("en"),candidates.length>MAX_LOCALE_CANDIDATES&&candidates.splice(MAX_LOCALE_CANDIDATES-1,candidates.length,"en");const frozen=Object.freeze([...candidates]);return normalized.length<=MAX_CACHEABLE_LOCALE_LENGTH&&cacheBounded(localeCandidateCache,normalized,frozen),candidates}function lyraLocaleCatalogVersion(locale){return localeCandidates(locale).map(candidate=>localeCatalogRevisions.get(candidate)??0).join(",")}function getRegisteredLyraLocales(){const keys=new Set(["en",...localePublicTags.values()]);return Object.freeze([...keys].sort())}function subscribeLyraLocaleRegistry(listener){return registryListeners.add(listener),()=>registryListeners.delete(listener)}const MAX_CATALOG_MESSAGES=4096,MAX_MESSAGE_KEY_LENGTH=256,PLURAL_CATEGORIES=new Set(["zero","one","two","few","many","other"]),trustedMessageRecords=new WeakSet;function isPlainRecord(value){if(value===null||typeof value!="object"||Array.isArray(value))return!1;try{const prototype=Object.getPrototypeOf(value);return prototype===Object.prototype||prototype===null}catch{return!1}}function ownDataValue(record,key){try{const descriptor=Object.getOwnPropertyDescriptor(record,key);return!descriptor||!("value"in descriptor)?{found:!1}:{found:!0,value:descriptor.value}}catch{return{found:!1}}}function snapshotPluralMessage(value){if(!isPlainRecord(value))return;const snapshot=Object.create(null);let count=0;try{for(const key in value){if(++count>PLURAL_CATEGORIES.size||!PLURAL_CATEGORIES.has(key)||!Object.prototype.hasOwnProperty.call(value,key))return;const entry=ownDataValue(value,key);if(!entry.found||typeof entry.value!="string")return;snapshot[key]=entry.value}}catch{return}if(typeof snapshot.other!="string")return;const frozen=Object.freeze(snapshot);return trustedMessageRecords.add(frozen),frozen}function snapshotMessage(value){return typeof value=="string"?value:snapshotPluralMessage(value)}function snapshotCatalog(strings){const snapshot=Object.create(null);if(!isPlainRecord(strings)){const frozen2=Object.freeze(snapshot);return trustedMessageRecords.add(frozen2),frozen2}let count=0;try{for(const key in strings){if(count>=MAX_CATALOG_MESSAGES)break;if(count+=1,!Object.prototype.hasOwnProperty.call(strings,key)||!key||key.length>MAX_MESSAGE_KEY_LENGTH)continue;const entry=ownDataValue(strings,key);if(!entry.found)continue;const message=snapshotMessage(entry.value);message!==void 0&&(snapshot[key]=message)}}catch{}const frozen=Object.freeze(snapshot);return trustedMessageRecords.add(frozen),frozen}function mergeCatalogs(current,incoming){const merged=Object.assign(Object.create(null),current??{},incoming);return Object.freeze(merged),trustedMessageRecords.add(merged),merged}function snapshotLocaleMeta(meta){if(meta===void 0)return;if(!isPlainRecord(meta))return Object.freeze({});const snapshot={},dir=ownDataValue(meta,"dir");dir.found&&(dir.value==="ltr"||dir.value==="rtl")&&(snapshot.dir=dir.value);const name=ownDataValue(meta,"name");return name.found&&typeof name.value=="string"&&(snapshot.name=name.value),Object.freeze(snapshot)}function snapshotLyraLocaleStrings(strings){return snapshotCatalog(strings)}function safeMessageAt(source,key){if(!isPlainRecord(source))return;if(trustedMessageRecords.has(source))return source[key];const entry=ownDataValue(source,key);return entry.found?snapshotMessage(entry.value):void 0}function deliverLocaleListeners(groups,operation){const errors=[];for(const group of groups)for(const listener of group)try{listener()}catch(error){errors.push(error)}if(errors.length>0)throw new AggregateError(errors,`${operation} committed, but ${errors.length} locale subscriber${errors.length===1?"":"s"} failed.`)}function localeUsesCatalog(locale,lookupKey){return localeCandidates(locale).includes(lookupKey)}function ownerView(host){try{return host.ownerDocument.defaultView}catch{return}}function recordLyraOwnerDocumentConnection(host){ownerView(host)&&ownerDocumentsWithBrowsingContext.add(host.ownerDocument)}function forgetHostLocaleSubscription(subscription){hostLocaleListeners.delete(subscription),hostLocaleFinalizer.unregister(subscription)}function liveHostLocaleSubscriptions(){const live=[];for(const subscription of[...hostLocaleListeners]){const host=subscription.host.deref();if(!host||!host.isConnected||ownerDocumentsWithBrowsingContext.has(host.ownerDocument)&&ownerView(host)===null){forgetHostLocaleSubscription(subscription);continue}live.push({host})}return live}function registerLocale(locale,strings,meta,exactOnly){const identity=storedLocaleIdentity(locale,!0),key=identity.lookupKey,incomingStrings=snapshotCatalog(strings),incomingMeta=snapshotLocaleMeta(meta),isNewLocale=!locales.has(key),candidateTopologyChanged=isNewLocale||exactOnly&&!exactOnlyLocales.has(key)||identity.wellFormed&&!wellFormedLocales.has(key);exactOnly&&exactOnlyLocales.add(key),identity.wellFormed&&wellFormedLocales.add(key),locales.set(key,mergeCatalogs(locales.get(key),incomingStrings)),localePublicTags.set(key,identity.publicTag),incomingMeta&&localeMeta.set(key,Object.freeze({...localeMeta.get(key)??{},...incomingMeta})),localeCatalogRevisions.set(key,++catalogRevision),candidateTopologyChanged&&(pluralLocaleCache.clear(),localeCandidateCache.clear());const activeSnapshot=activeLocale&&localeUsesCatalog(activeLocale,key)?[...listeners]:[],hostSnapshot=liveHostLocaleSubscriptions().filter(({host})=>localeUsesCatalog(inheritedLocale(host),key)).map(({host})=>()=>host.requestUpdate()),registrySnapshot=isNewLocale?[...registryListeners]:[];deliverLocaleListeners([activeSnapshot,hostSnapshot,registrySnapshot],`registerLyraLocale(${JSON.stringify(identity.publicTag)})`)}function registerLyraLocale(locale,strings,meta){registerLocale(locale,strings,meta,!1)}function registerLyraExactLocale(locale,strings,meta){registerLocale(locale,strings,meta,!0)}function getLyraLocaleDirection(locale){const identity=localeIdentity(locale);if(!identity.publicTag)return"ltr";for(const candidate of localeCandidates(identity.publicTag)){const declared=localeMeta.get(candidate)?.dir;if(declared)return declared}try{const resolved=new Intl.Locale(identity.publicTag);return(resolved.textInfo?.direction??resolved.getTextInfo?.().direction)==="rtl"?"rtl":"ltr"}catch{return"ltr"}}function setLyraLocale(locale){const next=storedLocaleIdentity(locale,!1).publicTag;if(activeLocale===next)return;const hostSnapshot=liveHostLocaleSubscriptions(),previousHostLocales=hostSnapshot.map(({host})=>inheritedLocale(host));activeLocale=next;const affectedHostListeners=hostSnapshot.filter(({host},index)=>inheritedLocale(host)!==previousHostLocales[index]).map(({host})=>()=>host.requestUpdate());deliverLocaleListeners([[...listeners],affectedHostListeners],`setLyraLocale(${JSON.stringify(next)})`)}function getLyraLocale(){return activeLocale}function subscribeLyraLocale(listener){return listeners.add(listener),()=>listeners.delete(listener)}function subscribeLyraLocaleForHost(host){recordLyraOwnerDocumentConnection(host);const subscription={host:new WeakRef(host)};return hostLocaleListeners.add(subscription),hostLocaleFinalizer.register(host,subscription,subscription),()=>forgetHostLocaleSubscription(subscription)}function composedParentElement(element){if(element.parentElement)return element.parentElement;const root=element.getRootNode(),candidate=root.host;return root.nodeType===11&&candidate!==null&&typeof candidate=="object"&&typeof candidate.getAttribute=="function"?candidate:null}function flattenedParentElement(element){const slot=element.assignedSlot;return slot!==null&&typeof slot=="object"&&typeof slot.getAttribute=="function"?slot:composedParentElement(element)}function inheritedLocale(host){const explicit=host.getAttribute("locale")||host.getAttribute("lang");if(explicit)return canonicalizeLyraLocale(explicit);const documentElement=host.ownerDocument?.documentElement;let parent=composedParentElement(host);for(;parent;){const locale=parent===documentElement?parent.getAttribute("locale"):parent.getAttribute("locale")||parent.getAttribute("lang");if(locale)return canonicalizeLyraLocale(locale);parent=composedParentElement(parent)}if(activeLocale)return activeLocale;const documentLocale=documentElement?.getAttribute("lang");return documentLocale?canonicalizeLyraLocale(documentLocale):"en"}const cacheableLocaleHosts=new WeakSet,resolvedLocaleCache=new WeakMap,resolvedDirectionCache=new WeakMap;function enableLyraLocaleCache(host){cacheableLocaleHosts.add(host)}function invalidateLyraLocaleCache(host){resolvedLocaleCache.delete(host),resolvedDirectionCache.delete(host)}function resolveLyraLocale(host){if(!cacheableLocaleHosts.has(host))return inheritedLocale(host);let locale=resolvedLocaleCache.get(host);return locale===void 0&&(locale=inheritedLocale(host),resolvedLocaleCache.set(host,locale)),locale}function inheritedDirection(host){const explicit=host.getAttribute("dir")?.toLowerCase();if(explicit==="rtl"||explicit==="ltr")return explicit;const view=ownerView(host);if(view)try{const getComputedStyle=view.getComputedStyle;if(typeof getComputedStyle=="function"){const computed=getComputedStyle.call(view,host).direction;if(computed==="rtl"||computed==="ltr")return computed}}catch{}let parent=flattenedParentElement(host);for(;parent;){const inherited=parent.getAttribute("dir")?.toLowerCase();if(inherited==="rtl"||inherited==="ltr")return inherited;parent=flattenedParentElement(parent)}return"ltr"}function resolveLyraDirection(host){if(!cacheableLocaleHosts.has(host))return inheritedDirection(host);let direction=resolvedDirectionCache.get(host);return direction===void 0&&(direction=inheritedDirection(host),resolvedDirectionCache.set(host,direction)),direction}function peekLyraLocale(host){return resolvedLocaleCache.get(host)}function peekLyraDirection(host){return resolvedDirectionCache.get(host)}const PLURAL_CATEGORY_FALLBACKS={zero:["zero","other"],one:["one","other"],two:["two","few","many","other"],few:["few","many","other"],many:["many","few","other"],other:["other"]};function pluralSelector(values){let raw;try{raw=values.pluralCount??values.count}catch{return}return typeof raw=="number"&&Number.isFinite(raw)?raw:void 0}const pluralLocaleCache=new Map,MAX_PLURAL_LOCALE_ENTRIES=64;function pluralLocale(locale){const cached=pluralLocaleCache.get(locale);if(cached!==void 0||pluralLocaleCache.has(locale))return cached;let resolved;for(const candidate of localeCandidates(locale))try{getPluralRules(candidate),resolved=candidate;break}catch{}return pluralLocaleCache.size>=MAX_PLURAL_LOCALE_ENTRIES&&pluralLocaleCache.clear(),pluralLocaleCache.set(locale,resolved),resolved}function selectPluralMessage(message,locale,count){if(count===void 0)return message.other;const tag=pluralLocale(locale);if(tag===void 0)return message.other;const category=getPluralRules(tag).select(count);for(const candidate of PLURAL_CATEGORY_FALLBACKS[category]??PLURAL_CATEGORY_FALLBACKS.other){const text=message[candidate];if(text!==void 0)return text}return message.other}function resolveLyraString(host,key,overrides,fallback,values,defaults){let message=safeMessageAt(overrides,key);message===void 0&&typeof fallback=="string"&&(message=fallback);let locale;if(message===void 0){locale=resolveLyraLocale(host);for(const candidate of localeCandidates(locale)){const registered=safeMessageAt(locales.get(candidate),key);if(registered!==void 0){message=registered;break}}}message??=safeMessageAt(defaults,key)??key;let text;return typeof message!="string"?(locale??=resolveLyraLocale(host),text=selectPluralMessage(message,locale,values?pluralSelector(values):void 0)):text=message,values?text.replace(/\{(\w+)\}/g,(match,name)=>{try{const value=values[name];return typeof value=="string"||typeof value=="number"?String(value):match}catch{return match}}):text}function resolveLocalizedParts(template,interpolate){const privateUse=new Set;for(let index=0;index<template.length;index+=1){const code=template.charCodeAt(index);code>=57344&&code<=63743&&privateUse.add(code)}let marker="";for(let code=57344;code<=63743;code+=1)if(!privateUse.has(code)){marker=String.fromCharCode(code);break}if(!marker){const counts=new Uint32Array(65536);for(let index=0;index<template.length;index+=1){const code=template.charCodeAt(index);counts[code]=(counts[code]??0)+1}let leastCode=0,leastCount=Number.POSITIVE_INFINITY;for(let code=0;code<counts.length;code+=1){const count=counts[code]??0;if(count===0){marker=String.fromCharCode(code);break}count<leastCount&&(leastCode=code,leastCount=count)}if(!marker){const followers=new Uint8Array(65536);for(let index=0;index+1<template.length;index+=1)template.charCodeAt(index)===leastCode&&(followers[template.charCodeAt(index+1)]=1);let follower=0;for(;follower<followers.length&&followers[follower]!==0;)follower+=1;marker=String.fromCharCode(leastCode,follower<followers.length?follower:leastCode)}}return interpolate(marker).split(marker)}export{canonicalizeLyraLocale,enableLyraLocaleCache,getLyraLocale,getLyraLocaleDirection,getRegisteredLyraLocales,invalidateLyraLocaleCache,lyraLocaleCatalogVersion,peekLyraDirection,peekLyraLocale,recordLyraOwnerDocumentConnection,registerLyraExactLocale,registerLyraLocale,resolveLocalizedParts,resolveLyraDirection,resolveLyraLocale,resolveLyraString,setLyraLocale,snapshotLyraLocaleStrings,subscribeLyraLocale,subscribeLyraLocaleForHost,subscribeLyraLocaleRegistry};
|
|
1
|
+
import{getPluralRules}from"./intl-cache.js";const MAX_LOCALE_CANDIDATES=64,MAX_LOCALE_SUBTAGS=32,MAX_LOCALE_TAG_LENGTH=255,MAX_LOCALE_CACHE_ENTRIES=128,MAX_CACHEABLE_LOCALE_LENGTH=512,LEGACY_LOCALE_PATTERN=/^[a-z0-9]{1,32}(?:-[a-z0-9]{1,32})*$/,locales=new Map,localePublicTags=new Map,localeMeta=new Map,wellFormedLocales=new Set,exactOnlyLocales=new Set,localeCatalogRevisions=new Map,listeners=new Set,hostLocaleListeners=new Set,hostLocaleFinalizer=new FinalizationRegistry(subscription=>{hostLocaleListeners.delete(subscription)}),ownerDocumentsWithBrowsingContext=new WeakSet,registryListeners=new Set;let activeLocale="",catalogRevision=0;const localeIdentityCache=new Map,localeCandidateCache=new Map;function cacheBounded(cache,key,value){cache.size>=MAX_LOCALE_CACHE_ENTRIES&&cache.clear(),cache.set(key,value)}function subtagCountWithinBounds(tag){if(tag.length>MAX_LOCALE_TAG_LENGTH)return!1;let count=tag?1:0;for(let index=0;index<tag.length;index+=1)if(tag.charCodeAt(index)===45&&++count>MAX_LOCALE_SUBTAGS)return!1;return!0}function localeIdentity(locale){const normalized=typeof locale=="string"?locale.trim().replace(/_/g,"-"):"";if(!normalized)return{publicTag:"",lookupKey:"",wellFormed:!1,candidateBounded:!0,storable:!1};const cached=normalized.length<=MAX_CACHEABLE_LOCALE_LENGTH?localeIdentityCache.get(normalized):void 0;if(cached)return cached;let publicTag=normalized.toLowerCase(),wellFormed=!1;try{const canonical=Intl.getCanonicalLocales(normalized)[0];canonical&&(publicTag=canonical,wellFormed=!0)}catch{}const lookupKey=publicTag.toLowerCase(),candidateBounded=subtagCountWithinBounds(lookupKey),identity={publicTag,lookupKey,wellFormed,candidateBounded,storable:wellFormed||candidateBounded&&LEGACY_LOCALE_PATTERN.test(lookupKey)};return normalized.length<=MAX_CACHEABLE_LOCALE_LENGTH&&cacheBounded(localeIdentityCache,normalized,identity),identity}function storedLocaleIdentity(locale,required){if(typeof locale!="string")throw new TypeError("A locale must be a string.");const identity=localeIdentity(locale);if(!identity.publicTag){if(!required)return identity;throw new TypeError("A locale is required.")}if(!identity.storable)throw new TypeError("The locale must be BCP-47 or a bounded alphanumeric custom tag.");return identity}function canonicalizeLyraLocale(locale){const identity=localeIdentity(locale);return identity.storable?identity.publicTag:"en"}function regionalFallbacks(requestedKey,limit,wellFormed){if(limit<=0||!wellFormed)return[];const separator=requestedKey.indexOf("-"),language=separator===-1?requestedKey:requestedKey.slice(0,separator);if(!language)return[];const requested=new Set(requestedKey.split("-")),score=key=>key.split("-").filter(subtag=>requested.has(subtag)).length;return[...locales.keys()].filter(key=>wellFormedLocales.has(key)&&!exactOnlyLocales.has(key)&&(key===language||key.startsWith(`${language}-`))&&!isPrefixOf(key,requestedKey)).sort((a,b)=>score(b)-score(a)||(a<b?-1:a>b?1:0)).slice(0,limit)}function isPrefixOf(key,requestedKey){return key===requestedKey||requestedKey.startsWith(`${key}-`)}function localeCandidates(locale){const identity=localeIdentity(locale),normalized=identity.lookupKey;if(!normalized)return["en"];const cached=normalized.length<=MAX_CACHEABLE_LOCALE_LENGTH?localeCandidateCache.get(normalized):void 0;if(cached)return[...cached];const candidates=[];if((identity.wellFormed||identity.candidateBounded)&&candidates.push(normalized),identity.candidateBounded){for(let index=normalized.length-1;index>=0;index-=1)normalized.charCodeAt(index)===45&&index>0&&candidates.push(normalized.slice(0,index));const regionalBudget=Math.max(0,MAX_LOCALE_CANDIDATES-candidates.length-1);candidates.push(...regionalFallbacks(normalized,regionalBudget,identity.wellFormed))}else if(identity.wellFormed){const separator=normalized.indexOf("-");separator>0&&candidates.push(normalized.slice(0,separator))}candidates.includes("en")||candidates.push("en"),candidates.length>MAX_LOCALE_CANDIDATES&&candidates.splice(MAX_LOCALE_CANDIDATES-1,candidates.length,"en");const frozen=Object.freeze([...candidates]);return normalized.length<=MAX_CACHEABLE_LOCALE_LENGTH&&cacheBounded(localeCandidateCache,normalized,frozen),candidates}function lyraLocaleCatalogVersion(locale){return localeCandidates(locale).map(candidate=>localeCatalogRevisions.get(candidate)??0).join(",")}function getRegisteredLyraLocales(){const keys=new Set(["en",...localePublicTags.values()]);return Object.freeze([...keys].sort())}function subscribeLyraLocaleRegistry(listener){return registryListeners.add(listener),()=>registryListeners.delete(listener)}const MAX_CATALOG_MESSAGES=4096,MAX_MESSAGE_KEY_LENGTH=256,PLURAL_CATEGORIES=new Set(["zero","one","two","few","many","other"]),trustedMessageRecords=new WeakSet;function isPlainRecord(value){if(value===null||typeof value!="object"||Array.isArray(value))return!1;try{const prototype=Object.getPrototypeOf(value);return prototype===Object.prototype||prototype===null}catch{return!1}}function ownDataValue(record,key){try{const descriptor=Object.getOwnPropertyDescriptor(record,key);return!descriptor||!("value"in descriptor)?{found:!1}:{found:!0,value:descriptor.value}}catch{return{found:!1}}}function snapshotPluralMessage(value){if(!isPlainRecord(value))return;const snapshot=Object.create(null);let count=0;try{for(const key in value){if(++count>PLURAL_CATEGORIES.size||!PLURAL_CATEGORIES.has(key)||!Object.prototype.hasOwnProperty.call(value,key))return;const entry=ownDataValue(value,key);if(!entry.found||typeof entry.value!="string")return;snapshot[key]=entry.value}}catch{return}if(typeof snapshot.other!="string")return;const frozen=Object.freeze(snapshot);return trustedMessageRecords.add(frozen),frozen}function snapshotMessage(value){return typeof value=="string"?value:snapshotPluralMessage(value)}function snapshotCatalog(strings){const snapshot=Object.create(null);if(!isPlainRecord(strings)){const frozen2=Object.freeze(snapshot);return trustedMessageRecords.add(frozen2),frozen2}let count=0;try{for(const key in strings){if(count>=MAX_CATALOG_MESSAGES)break;if(count+=1,!Object.prototype.hasOwnProperty.call(strings,key)||!key||key.length>MAX_MESSAGE_KEY_LENGTH)continue;const entry=ownDataValue(strings,key);if(!entry.found)continue;const message=snapshotMessage(entry.value);message!==void 0&&(snapshot[key]=message)}}catch{}const frozen=Object.freeze(snapshot);return trustedMessageRecords.add(frozen),frozen}function mergeCatalogs(current,incoming){const merged=Object.assign(Object.create(null),current??{},incoming);return Object.freeze(merged),trustedMessageRecords.add(merged),merged}function snapshotLocaleMeta(meta){if(meta===void 0)return;if(!isPlainRecord(meta))return Object.freeze({});const snapshot={},dir=ownDataValue(meta,"dir");dir.found&&(dir.value==="ltr"||dir.value==="rtl")&&(snapshot.dir=dir.value);const name=ownDataValue(meta,"name");return name.found&&typeof name.value=="string"&&(snapshot.name=name.value),Object.freeze(snapshot)}function snapshotLyraLocaleStrings(strings){return snapshotCatalog(strings)}function safeMessageAt(source,key){if(!isPlainRecord(source))return;if(trustedMessageRecords.has(source))return source[key];const entry=ownDataValue(source,key);return entry.found?snapshotMessage(entry.value):void 0}function deliverLocaleListeners(groups,operation){const errors=[];for(const group of groups)for(const listener of group)try{listener()}catch(error){errors.push(error)}if(errors.length>0)throw new AggregateError(errors,`${operation} committed, but ${errors.length} locale subscriber${errors.length===1?"":"s"} failed.`)}function localeUsesCatalog(locale,lookupKey){return localeCandidates(locale).includes(lookupKey)}function ownerView(host){try{return host.ownerDocument.defaultView}catch{return}}function recordLyraOwnerDocumentConnection(host){ownerView(host)&&ownerDocumentsWithBrowsingContext.add(host.ownerDocument)}function forgetHostLocaleSubscription(subscription){hostLocaleListeners.delete(subscription),hostLocaleFinalizer.unregister(subscription)}function liveHostLocaleSubscriptions(){const live=[];for(const subscription of[...hostLocaleListeners]){const host=subscription.host.deref();if(!host||!host.isConnected||ownerDocumentsWithBrowsingContext.has(host.ownerDocument)&&ownerView(host)===null){forgetHostLocaleSubscription(subscription);continue}live.push({host})}return live}function registerLocale(locale,strings,meta,exactOnly){const identity=storedLocaleIdentity(locale,!0),key=identity.lookupKey,incomingStrings=snapshotCatalog(strings),incomingMeta=snapshotLocaleMeta(meta),isNewLocale=!locales.has(key),candidateTopologyChanged=isNewLocale||exactOnly&&!exactOnlyLocales.has(key)||identity.wellFormed&&!wellFormedLocales.has(key);exactOnly&&exactOnlyLocales.add(key),identity.wellFormed&&wellFormedLocales.add(key),locales.set(key,mergeCatalogs(locales.get(key),incomingStrings)),localePublicTags.set(key,identity.publicTag),incomingMeta&&localeMeta.set(key,Object.freeze({...localeMeta.get(key)??{},...incomingMeta})),localeCatalogRevisions.set(key,++catalogRevision),candidateTopologyChanged&&(pluralLocaleCache.clear(),localeCandidateCache.clear());const activeSnapshot=activeLocale&&localeUsesCatalog(activeLocale,key)?[...listeners]:[],hostSnapshot=liveHostLocaleSubscriptions().filter(({host})=>localeUsesCatalog(inheritedLocale(host),key)).map(({host})=>()=>host.requestUpdate()),registrySnapshot=isNewLocale?[...registryListeners]:[];deliverLocaleListeners([activeSnapshot,hostSnapshot,registrySnapshot],`registerLyraLocale(${JSON.stringify(identity.publicTag)})`)}function registerLyraLocale(locale,strings,meta){registerLocale(locale,strings,meta,!1)}function registerLyraExactLocale(locale,strings,meta){registerLocale(locale,strings,meta,!0)}function getLyraLocaleDirection(locale){const identity=localeIdentity(locale);if(!identity.publicTag)return"ltr";for(const candidate of localeCandidates(identity.publicTag)){const declared=localeMeta.get(candidate)?.dir;if(declared)return declared}try{const resolved=new Intl.Locale(identity.publicTag);return(resolved.textInfo?.direction??resolved.getTextInfo?.().direction)==="rtl"?"rtl":"ltr"}catch{return"ltr"}}function setLyraLocale(locale){const next=storedLocaleIdentity(locale,!1).publicTag;if(activeLocale===next)return;const hostSnapshot=liveHostLocaleSubscriptions(),previousHostLocales=hostSnapshot.map(({host})=>inheritedLocale(host));activeLocale=next;const affectedHostListeners=hostSnapshot.filter(({host},index)=>inheritedLocale(host)!==previousHostLocales[index]).map(({host})=>()=>host.requestUpdate());deliverLocaleListeners([[...listeners],affectedHostListeners],`setLyraLocale(${JSON.stringify(next)})`)}function getLyraLocale(){return activeLocale}function subscribeLyraLocale(listener){return listeners.add(listener),()=>listeners.delete(listener)}function subscribeLyraLocaleForHost(host){recordLyraOwnerDocumentConnection(host);const subscription={host:new WeakRef(host)};return hostLocaleListeners.add(subscription),hostLocaleFinalizer.register(host,subscription,subscription),()=>forgetHostLocaleSubscription(subscription)}function composedParentElement(element){if(element.parentElement)return element.parentElement;const root=element.getRootNode(),candidate=root.host;return root.nodeType===11&&candidate!==null&&typeof candidate=="object"&&typeof candidate.getAttribute=="function"?candidate:null}function flattenedParentElement(element){const slot=element.assignedSlot;return slot!==null&&typeof slot=="object"&&typeof slot.getAttribute=="function"?slot:composedParentElement(element)}function inheritedLocale(host){const explicit=host.getAttribute("locale")||host.getAttribute("lang");if(explicit)return canonicalizeLyraLocale(explicit);if(host.getAttribute("lang")==="")return activeLocale||"en";const documentElement=host.ownerDocument?.documentElement;let parent=composedParentElement(host);for(;parent;){const isDocumentElement=parent===documentElement,locale=isDocumentElement?parent.getAttribute("locale"):parent.getAttribute("locale")||parent.getAttribute("lang");if(locale)return canonicalizeLyraLocale(locale);if(!isDocumentElement&&parent.getAttribute("lang")==="")return activeLocale||"en";parent=composedParentElement(parent)}if(activeLocale)return activeLocale;const documentLocale=documentElement?.getAttribute("lang");return documentLocale?canonicalizeLyraLocale(documentLocale):"en"}const cacheableLocaleHosts=new WeakSet,resolvedLocaleCache=new WeakMap,resolvedDirectionCache=new WeakMap;function enableLyraLocaleCache(host){cacheableLocaleHosts.add(host)}function invalidateLyraLocaleCache(host){resolvedLocaleCache.delete(host),resolvedDirectionCache.delete(host)}function resolveLyraLocale(host){if(!cacheableLocaleHosts.has(host))return inheritedLocale(host);let locale=resolvedLocaleCache.get(host);return locale===void 0&&(locale=inheritedLocale(host),resolvedLocaleCache.set(host,locale)),locale}function inheritedDirection(host){const explicit=host.getAttribute("dir")?.toLowerCase();if(explicit==="rtl"||explicit==="ltr")return explicit;const view=ownerView(host);if(view)try{const getComputedStyle=view.getComputedStyle;if(typeof getComputedStyle=="function"){const computed=getComputedStyle.call(view,host).direction;if(computed==="rtl"||computed==="ltr")return computed}}catch{}let parent=flattenedParentElement(host);for(;parent;){const inherited=parent.getAttribute("dir")?.toLowerCase();if(inherited==="rtl"||inherited==="ltr")return inherited;parent=flattenedParentElement(parent)}return"ltr"}function resolveLyraDirection(host){if(!cacheableLocaleHosts.has(host))return inheritedDirection(host);let direction=resolvedDirectionCache.get(host);return direction===void 0&&(direction=inheritedDirection(host),resolvedDirectionCache.set(host,direction)),direction}function peekLyraLocale(host){return resolvedLocaleCache.get(host)}function peekLyraDirection(host){return resolvedDirectionCache.get(host)}const PLURAL_CATEGORY_FALLBACKS={zero:["zero","other"],one:["one","other"],two:["two","few","many","other"],few:["few","many","other"],many:["many","few","other"],other:["other"]};function pluralSelector(values){let raw;try{raw=values.pluralCount??values.count}catch{return}return typeof raw=="number"&&Number.isFinite(raw)?raw:void 0}const pluralLocaleCache=new Map,MAX_PLURAL_LOCALE_ENTRIES=64;function pluralLocale(locale){const cached=pluralLocaleCache.get(locale);if(cached!==void 0||pluralLocaleCache.has(locale))return cached;let resolved;for(const candidate of localeCandidates(locale))try{getPluralRules(candidate),resolved=candidate;break}catch{}return pluralLocaleCache.size>=MAX_PLURAL_LOCALE_ENTRIES&&pluralLocaleCache.clear(),pluralLocaleCache.set(locale,resolved),resolved}function selectPluralMessage(message,locale,count){if(count===void 0)return message.other;const tag=pluralLocale(locale);if(tag===void 0)return message.other;const category=getPluralRules(tag).select(count);for(const candidate of PLURAL_CATEGORY_FALLBACKS[category]??PLURAL_CATEGORY_FALLBACKS.other){const text=message[candidate];if(text!==void 0)return text}return message.other}function resolveLyraString(host,key,overrides,fallback,values,defaults){let message=safeMessageAt(overrides,key);message===void 0&&typeof fallback=="string"&&(message=fallback);let locale;if(message===void 0){locale=resolveLyraLocale(host);for(const candidate of localeCandidates(locale)){const registered=safeMessageAt(locales.get(candidate),key);if(registered!==void 0){message=registered;break}}}message??=safeMessageAt(defaults,key)??key;let text;return typeof message!="string"?(locale??=resolveLyraLocale(host),text=selectPluralMessage(message,locale,values?pluralSelector(values):void 0)):text=message,values?text.replace(/\{(\w+)\}/g,(match,name)=>{try{const value=values[name];return typeof value=="string"||typeof value=="number"?String(value):match}catch{return match}}):text}function resolveLocalizedParts(template,interpolate){const privateUse=new Set;for(let index=0;index<template.length;index+=1){const code=template.charCodeAt(index);code>=57344&&code<=63743&&privateUse.add(code)}let marker="";for(let code=57344;code<=63743;code+=1)if(!privateUse.has(code)){marker=String.fromCharCode(code);break}if(!marker){const counts=new Uint32Array(65536);for(let index=0;index<template.length;index+=1){const code=template.charCodeAt(index);counts[code]=(counts[code]??0)+1}let leastCode=0,leastCount=Number.POSITIVE_INFINITY;for(let code=0;code<counts.length;code+=1){const count=counts[code]??0;if(count===0){marker=String.fromCharCode(code);break}count<leastCount&&(leastCode=code,leastCount=count)}if(!marker){const followers=new Uint8Array(65536);for(let index=0;index+1<template.length;index+=1)template.charCodeAt(index)===leastCode&&(followers[template.charCodeAt(index+1)]=1);let follower=0;for(;follower<followers.length&&followers[follower]!==0;)follower+=1;marker=String.fromCharCode(leastCode,follower<followers.length?follower:leastCode)}}return interpolate(marker).split(marker)}export{canonicalizeLyraLocale,enableLyraLocaleCache,getLyraLocale,getLyraLocaleDirection,getRegisteredLyraLocales,invalidateLyraLocaleCache,lyraLocaleCatalogVersion,peekLyraDirection,peekLyraLocale,recordLyraOwnerDocumentConnection,registerLyraExactLocale,registerLyraLocale,resolveLocalizedParts,resolveLyraDirection,resolveLyraLocale,resolveLyraString,setLyraLocale,snapshotLyraLocaleStrings,subscribeLyraLocale,subscribeLyraLocaleForHost,subscribeLyraLocaleRegistry};
|
|
@@ -28,7 +28,7 @@ export type LyraMessage = string | LyraPluralMessage;
|
|
|
28
28
|
* additional keys as well; components may use a component-specific key when
|
|
29
29
|
* a message is not part of this common set.
|
|
30
30
|
*/
|
|
31
|
-
export type LyraMessageKey = 'noData' | 'graphLegendLabel' | 'legendTypeShown' | 'legendTypeHidden' | 'entityChipWithType' | 'jumpToLatest' | 'terminalLabel' | 'terminalDownload' | 'terminalHighlightLine' | 'schemaViewerIssueLimit' | 'toolParamMissingProperty' | 'toolParamBooleanUnset' | 'toolParamBooleanTrue' | 'toolParamBooleanFalse' | 'toolParamSchemaLimit' | 'testResultsLimit' | 'toolTimelineLimit' | 'toolSelectLimit' | 'sequenceStripEmpty' | 'sequenceStripCategoryCount' | 'sequenceStripUnnamedCategory' | 'noColumns' | 'dataGridColumnMenu' | 'dataGridPinStart' | 'dataGridPinEnd' | 'dataGridUnpin' | 'dataGridRowsPerPage' | 'dataGridTreeLimitReached' | 'loadMore' | 'viewerSearchMatchCount' | 'viewerSearchNoMatches' | 'viewerSearchActiveMatch' | 'viewerHighlightLabel' | 'tableFilterLabel' | 'tableFilterPlaceholder' | 'tableLoading' | 'tableEditCell' | 'carousel' | 'carouselLabel' | 'carouselSlide' | 'carouselSlidePosition' | 'carouselSlideAnnouncement' | 'carouselSlideAnnouncementSeparator' | 'carouselIndicators' | 'carouselGoTo' | 'imageComparerLabel' | 'zoomableFrameLabel' | 'zoomControls' | 'zoomOut' | 'zoomIn' | 'lightboxLabel' | 'lightboxImagePosition' | 'scrollerLabel' | 'chatViewportLabel' | 'newMessageCount' | 'newMessagesCount' | 'newMessages' | 'scrollPrevious' | 'scrollNext' | 'showAllColumns' | 'showFewerColumns' | 'clear' | 'openCalendar' | 'open' | 'close' | 'closeNavigation' | 'openNavigation' | 'resizeNavigation' | 'resizeColumn' | 'copy' | 'copyJson' | 'copied' | 'expand' | 'collapse' | 'expandMessage' | 'collapseMessage' | 'messageActionsLabel' | 'regenerateResponse' | 'editMessage' | 'showMore' | 'showMoreCount' | 'showLess' | 'retry' | 'remove' | 'removeWithContext' | 'playWithContext' | 'pauseWithContext' | 'loading' | 'loadingDocument' | 'calendarPreviousMonth' | 'calendarNextMonth' | 'noMatches' | 'previous' | 'next' | 'paginationLabel' | 'paginationPage' | 'paginationJumpToPage' | 'branchPickerLabel' | 'branchPrevious' | 'branchNext' | 'branchPosition' | 'paginationSummary' | 'paginationEmptySummary' | 'paginationApplied' | 'cancel' | 'confirm' | 'search' | 'circularReference' | 'items' | 'item' | 'trendOf' | 'wordCloud' | 'wordCloudLegend' | 'wordCloudWordAnnouncement' | 'comboboxLoadError' | 'comboboxSelectedOverflow' | 'promptQueueItemLabel' | 'promptQueueActionLabel' | 'notInCatalog' | 'sendMessage' | 'stopGenerating' | 'dropzoneReleaseToAdd' | 'dropzoneRejectedType' | 'fileSizeUnitB' | 'fileSizeUnitKb' | 'fileSizeUnitMb' | 'fileSizeUnitGb' | 'fileSizeUnitTb' | 'chartCategory' | 'chartTotal' | 'chartAxisTotal' | 'chartPrimaryAxis' | 'chartSecondaryAxis' | 'chartPointLabel' | 'chartPointCoordinates' | 'chartBubblePointCoordinates' | 'chartLabeledPoint' | 'resetZoom' | 'chatSending' | 'chatResponding' | 'chatFailedToSend' | 'chatFailedAnnounce' | 'chatCompleteAnnounce' | 'showMoreCollapsed' | 'expandCode' | 'collapseCode' | 'copyCode' | 'copiedToClipboard' | 'codeRegion' | 'codeRegionWithLanguage' | 'codeBlockLineLabel' | 'copyDiff' | 'diffViewOldLabel' | 'diffViewNewLabel' | 'diffViewHiddenLines' | 'diffViewTooLarge' | 'jsonArray' | 'jsonObject' | 'jsonValue' | 'jsonCopyLabel' | 'jsonExpandLabel' | 'jsonCollapseLabel' | 'jsonItemCount' | 'jsonKeyCount' | 'jsonViewerLimit' | 'untitledSource' | 'sourcePageSuffix' | 'toolCall' | 'statusPending' | 'statusRunning' | 'statusSuccess' | 'statusError' | 'statusDenied' | 'maximize' | 'restore' | 'wordCloudWord' | 'wordCloudWords' | 'promptStudioVariableName' | 'promptStudioVariableValue' | 'schemaViewerLimit' | 'subagentPanelLimit' | 'pollPause' | 'pollResume' | 'pollInactive' | 'pollRefreshing' | 'pollPaused' | 'pollPausedAnnounce' | 'pollResumedAnnounce' | 'pollRefreshingAnnounce' | 'randomContentPause' | 'randomContentResume' | 'attachmentAdd' | 'attachmentTriggerFiles' | 'attachmentTriggerImage' | 'attachmentTriggerCamera' | 'attachmentMenuFiles' | 'attachmentMenuImage' | 'attachmentMenuCamera' | 'checkboxRequired' | 'checkboxGroupRequired' | 'tokenInputRequired' | 'tokenInputEditWithContext' | 'commandPaletteLabel' | 'commandPalettePlaceholder' | 'commandPaletteEmpty' | 'commandPaletteResults' | 'iconButtonLabel' | 'codeEditorLabel' | 'calendarLabel' | 'calendarEmpty' | 'switchRequired' | 'citationHighConfidence' | 'citationMediumConfidence' | 'citationLowConfidence' | 'citationVerified' | 'citationUnverified' | 'contextMeterUsed' | 'contextMeterUsedOfTotal' | 'contextMeterLabeledSummary' | 'contextMeterSegmentLabel' | 'gaugeLabel' | 'gaugeValueLabel' | 'untitledConversation' | 'dockPanelCollapse' | 'dockPanelExpand' | 'dockPanelResize' | 'documentPreviewAlt' | 'documentPreviewUrlNotAllowed' | 'documentPreviewFailedToLoad' | 'documentPreviewResourceTooLarge' | 'documentPreviewGenericError' | 'ebookViewerLoadError' | 'ebookViewerRegionLabel' | 'ebookViewerPreviousChapter' | 'ebookViewerNextChapter' | 'fileTypeFile' | 'fileTypePdf' | 'fileTypeWord' | 'fileTypeSpreadsheet' | 'fileTypePresentation' | 'fileTypeText' | 'fileTypeCode' | 'fileTypeArchive' | 'fileTypeImage' | 'fileTypeAudio' | 'fileTypeVideo' | 'fileTypeWithSize' | 'pptxViewerLabel' | 'pptxViewerFidelityNotice' | 'pptxViewerRenderError' | 'pptxViewerPreviousSlide' | 'pptxViewerNextSlide' | 'pptxViewerSlideOf' | 'documentViewerLabel' | 'attachmentPreviewName' | 'attachmentPreviewFile' | 'documentViewerMissingSanitizer' | 'docxViewerLabel' | 'docxViewerMissingConverter' | 'svgViewerLabel' | 'htmlViewerLabel' | 'datasetViewerMissingParser' | 'datasetViewerEmpty' | 'datasetViewerCaption' | 'datasetViewerCaptionNamed' | 'contactViewerLabel' | 'contactViewerNoContacts' | 'contactViewerUnnamedContact' | 'contactViewerPhoneLabel' | 'contactViewerEmailLabel' | 'contactViewerAddressLabel' | 'contactViewerOrganization' | 'contactViewerTypedValue' | 'contactViewerAddressFormat' | 'contactViewerTypeHome' | 'contactViewerTypeWork' | 'contactViewerTypeCell' | 'contactViewerTypeVoice' | 'contactViewerTypeFax' | 'contactViewerTypeInternet' | 'contactViewerTypePreferred' | 'exportButtonLabel' | 'generationStatusElapsedSeconds' | 'generationStatusTokenCount' | 'generationStatusTokensCount' | 'generationStatusThroughput' | 'graphDataList' | 'graphItemAnnouncement' | 'navigation' | 'attachmentRetryWithContext' | 'attachmentUploadingWithContext' | 'attachmentUploadingProgress' | 'attachmentUploadingIndeterminate' | 'attachmentUploadFailed' | 'attachmentUntitledFile' | 'chartTrendIncreasing' | 'chartTrendDecreasing' | 'chartTrendFlat' | 'chartSummary' | 'chartSeriesNoData' | 'chartSummaryWithData' | 'chartSummaryEmpty' | 'chartSummarySeparator' | 'chartData' | 'chartDataSampled' | 'chartZoomUnavailable' | 'chartDataLabelsUnavailable' | 'chartStackTotalsUnavailable' | 'chart' | 'chartTypeLine' | 'chartTypeBar' | 'chartTypeScatter' | 'chartTypePie' | 'chartTypeDoughnut' | 'chartTypeRadar' | 'chartTypePolarArea' | 'chartTypeBubble' | 'boxPlotSeriesSummary' | 'boxPlotSummaryWithData' | 'boxPlotSummaryEmpty' | 'boxPlotData' | 'chartSeriesLabel' | 'boxPlotMin' | 'boxPlotQ1' | 'boxPlotMedian' | 'boxPlotQ3' | 'boxPlotMax' | 'boxPlot' | 'histogramFrequency' | 'liteChartMarkSummary' | 'liteChartBarLabel' | 'chartValueLabel' | 'liteChartCustomMarkSummary' | 'composerLabel' | 'composerPlaceholder' | 'textareaLabel' | 'citation' | 'citationWithStatus' | 'citationWithCustomLabel' | 'comboboxOverflow' | 'comboboxRequired' | 'comboboxCreate' | 'comboboxLabel' | 'rename' | 'previousMonth' | 'nextMonth' | 'chooseDate' | 'date' | 'dateInputMinMessage' | 'dateInputMaxMessage' | 'dateInputPastDisabled' | 'dateInputFutureDisabled' | 'dateInputInvalid' | 'timeInputLabel' | 'timeInputHour' | 'timeInputMinute' | 'timeInputSecond' | 'timeInputDayPeriod' | 'timeInputEmptySegment' | 'timeInputOpen' | 'timeInputPopup' | 'timeInputNow' | 'timeInputInvalid' | 'timeInputMinMessage' | 'timeInputMaxMessage' | 'timeInputRangeMessage' | 'timeInputStepMessage' | 'documentPreviewEmpty' | 'convertingDocument' | 'documentPreviewNotAvailable' | 'documentPreviewGenericFile' | 'documentPreviewTypeDocument' | 'documentPreviewTypeImage' | 'documentPreviewTypeEmail' | 'documentPreviewTypeCalendar' | 'archiveViewerEmpty' | 'archiveViewerFolder' | 'archiveViewerFile' | 'documentPreviewTypeDataset' | 'documentPreviewTypeContact' | 'download' | 'exportFormatMenuLabel' | 'fileInputDefaultLabel' | 'fileInputAcceptedOne' | 'fileInputAcceptedMany' | 'fileInputRejectedOne' | 'fileInputRejectedMany' | 'fileInputFolderRejected' | 'fileInputRejectedType' | 'fileInputRejectedSize' | 'fileInputRejectedCount' | 'fileInputRejectedRead' | 'fileInputRejectedLimit' | 'elapsedMinutesSecondsTemplate' | 'graphNode' | 'graphLink' | 'graphDiagram' | 'graphTypedNode' | 'graphExpandableItem' | 'graphNodeFocused' | 'graphSelectionCount' | 'graphNodesHidden' | 'graphCommunity' | 'heatmapValueLabel' | 'heatmapMatrixCellLabel' | 'heatmapCalendarLabel' | 'heatmapMatrixLabel' | 'heatmapCalendarCellLabel' | 'heatmapNoDataValue' | 'heatmapDefaultRowLabel' | 'heatmapDefaultColLabel' | 'heatmapSelectedCellLabel' | 'heatmapProjectionLimit' | 'heatmapDecorationLimit' | 'inputLabel' | 'showPassword' | 'hidePassword' | 'radioRequired' | 'progress' | 'responsivePanel' | 'popover' | 'details' | 'breadcrumb' | 'timeline' | 'rating' | 'sliderLabel' | 'feedbackPositive' | 'feedbackNegative' | 'feedbackReasonsLabel' | 'feedbackCommentLabel' | 'feedbackCommentPlaceholder' | 'feedbackSubmit' | 'feedbackSubmitted' | 'colorPicker' | 'mediaCardUntitledFile' | 'mediaCardOpenName' | 'mediaCardOpenImageAttachment' | 'mediaCardOpenVideoAttachment' | 'mediaCardOpenFileAttachment' | 'mediaCardImageAttachment' | 'mediaCardVideoAttachment' | 'animatedImageDefaultAlt' | 'mentionSuggestions' | 'suggestionsLabel' | 'map' | 'model' | 'selectModel' | 'modelSelectNoModels' | 'modelSelectRequired' | 'temperature' | 'play' | 'playbackPosition' | 'playbackStepPosition' | 'videoPlayerLabel' | 'videoMute' | 'videoUnmute' | 'videoVolume' | 'videoCaptions' | 'videoCaptionsOff' | 'videoPlaybackSpeed' | 'videoPictureInPicture' | 'videoExitPictureInPicture' | 'videoEnterFullscreen' | 'videoExitFullscreen' | 'videoPlaylistLabel' | 'videoPlaylistUntitled' | 'selectValueMissing' | 'select' | 'sourceListDefaultLabel' | 'threadListLabel' | 'threadGroupPinned' | 'threadGroupToday' | 'threadGroupYesterday' | 'threadGroupPrevious7Days' | 'threadGroupPrevious30Days' | 'threadGroupArchived' | 'threadGroupExpand' | 'threadGroupCollapse' | 'pinConversation' | 'unpinConversation' | 'archiveConversation' | 'unarchiveConversation' | 'deleteConversation' | 'searchThreads' | 'threadListMatchAnnounce' | 'threadListEmpty' | 'agentWorkspaceLabel' | 'agentWorkspaceConversation' | 'agentWorkspaceDetails' | 'agentWorkspaceRun' | 'agentWorkspaceTools' | 'agentWorkspaceRetrieval' | 'agentWorkspaceGrounding' | 'agentWorkspaceContext' | 'agentWorkspaceEmpty' | 'ragAnswerLabel' | 'ragAnswerCitations' | 'ragAnswerSources' | 'ragAnswerRetry' | 'evaluationDashboardLabel' | 'evaluationDashboardRunsLabel' | 'evaluationDashboardNoRuns' | 'approvalQueueLabel' | 'approvalQueueEmpty' | 'approvalQueueOpen' | 'approvalQueuePendingCount' | 'approvalQueuePending' | 'embeddingExplorerLabel' | 'embeddingExplorerEmpty' | 'embeddingExplorerPoint' | 'knowledgeBaseAdminLabel' | 'knowledgeBaseAdminSourcesTab' | 'knowledgeBaseAdminIngestionTab' | 'resizeDivider' | 'trendUnchanged' | 'statTrendIncreased' | 'statTrendDecreased' | 'statTrendGood' | 'statTrendBad' | 'statTrendAnnouncement' | 'streamStalled' | 'streamStallAnnounce' | 'streamRecoverAnnounce' | 'streamStallClearedAnnounce' | 'thinkingPanelLabel' | 'messagePartsLabel' | 'messagePartError' | 'messagePartRetry' | 'promptQueueLabel' | 'promptQueueEmpty' | 'promptQueueSendNow' | 'selectionToolbarLabel' | 'selectionAsk' | 'selectionQuote' | 'selectionCite' | 'promptInputLabel' | 'promptInputControls' | 'promptInputSources' | 'promptInputAttachments' | 'mcpAppLabel' | 'mcpAppUnavailable' | 'mcpAppLoading' | 'taskListLabel' | 'taskListCompletedOfTotal' | 'taskListStepStartedAnnounce' | 'taskListStepCompletedAnnounce' | 'taskListStepFailedAnnounce' | 'activityFeedLabel' | 'activityFeedCompletedSteps' | 'activityFeedCompletedStep' | 'handoffLabel' | 'handoffToAgent' | 'handoffFromToAgent' | 'usageBadgeLabel' | 'usageBadgeTokensIn' | 'usageBadgeTokensOut' | 'usageBadgeTokensInLabel' | 'usageBadgeTokensOutLabel' | 'usageBadgeTotalTokensLabel' | 'usageBadgeCostLabel' | 'usageBadgeLatencyLabel' | 'checkpointLabel' | 'checkpointRestore' | 'checkpointRestoreWithContext' | 'checkpointRestoring' | 'checkpointConfirmPrompt' | 'thoughtFor' | 'thinking' | 'rangeStart' | 'rangeEnd' | 'calloutAnnouncementWithContext' | 'closeWithContext' | 'closeWithTruncatedContext' | 'toastContentIncomplete' | 'toastOverflow' | 'toolApprovalHeading' | 'toolApprovalGenericTool' | 'toolApprovalArgsLabel' | 'confirmApproved' | 'confirmDenied' | 'confirmApprovedAnnounce' | 'confirmDeniedAnnounce' | 'deny' | 'edit' | 'approve' | 'invalidJson' | 'fieldRequired' | 'fieldMustBeString' | 'fieldMustBeNumber' | 'fieldMustBeInteger' | 'fieldMustBeBoolean' | 'unsupportedFieldType' | 'fieldMustBeOneOf' | 'fieldMustEqual' | 'schemaMustBeObject' | 'schemaPropertiesMustBeFlat' | 'valueMustBeSerializable' | 'valueInvalid' | 'phoneInputLabel' | 'phoneInputIncomplete' | 'otpInputIncomplete' | 'otpInputLabel' | 'numberInputIncrease' | 'numberInputDecrease' | 'textareaCharacterCount' | 'textareaCharactersRemaining' | 'copyFailed' | 'colorPickerSaturationBrightness' | 'colorPickerSaturationBrightnessValue' | 'colorPickerHue' | 'colorPickerHueValue' | 'colorPickerOpacity' | 'colorPickerOpacityValue' | 'colorPickerValueField' | 'colorPickerToggleFormat' | 'colorPickerEyeDropper' | 'colorPickerSwatches' | 'colorPickerSwatch' | 'colorPickerCurrentValue' | 'selectSelectedOverflow' | 'iconLoadError' | 'iconTooLarge' | 'iconSanitizerMissing' | 'paginationFirstPage' | 'paginationLastPage' | 'accessibleLabelSeparator' | 'durationMilliseconds' | 'durationSeconds' | 'selectTools' | 'searchToolsPlaceholder' | 'useDefaultTools' | 'toolSelectCustomizeHint' | 'noMatchesQuery' | 'toolSelectNoneAvailable' | 'toolSelectSummary' | 'toolCount' | 'otherCategory' | 'widgetFullscreenPanel' | 'widgetViewGroup' | 'widgetExitFullscreen' | 'widgetExpandToFullscreen' | 'widgetCollapse' | 'widgetExpand' | 'menuLabel' | 'pause' | 'kbdEscapeVisual' | 'kbdEscapeWord' | 'kbdTabWord' | 'kbdSpaceWord' | 'kbdDeleteVisual' | 'kbdDeleteWord' | 'kbdHomeWord' | 'kbdEndWord' | 'kbdPageUpVisual' | 'kbdPageUpWord' | 'kbdPageDownVisual' | 'kbdPageDownWord' | 'kbdEnterWord' | 'kbdBackspaceWord' | 'kbdArrowUpWord' | 'kbdArrowDownWord' | 'kbdArrowLeftWord' | 'kbdArrowRightWord' | 'kbdPlusWord' | 'kbdMinusWord' | 'kbdCommandWord' | 'kbdControlVisual' | 'kbdControlWord' | 'kbdOptionWord' | 'kbdAltWord' | 'kbdShiftWord' | 'emailViewerLabel' | 'emailViewerMissingParser' | 'emailViewerFrom' | 'emailViewerTo' | 'emailViewerSubject' | 'emailViewerDate' | 'emailViewerAttachments' | 'emailViewerNoSubject' | 'emailViewerOpenAttachment' | 'emailViewerShowQuoted' | 'emailViewerHideQuoted' | 'emailViewerGroupAddress' | 'calendarViewerLabel' | 'calendarViewerMissingParser' | 'calendarViewerEmpty' | 'calendarViewerNoSummary' | 'pdfViewerLabel' | 'pdfViewerMissingLibrary' | 'qrCodeMissingLibrary' | 'qrCodeGenerationFailed' | 'mapMissingLibrary' | 'mapStyleRequired' | 'mapWebglUnavailable' | 'mapInitializationFailed' | 'mapLegend' | 'chartMissingLibrary' | 'boxPlotMissingLibrary' | 'graphMissingLibrary' | 'pdfViewerPageOf' | 'pdfViewerZoomIn' | 'pdfViewerZoomOut' | 'pdfViewerCurrentZoom' | 'pdfViewerPreviousPage' | 'pdfViewerNextPage' | 'anchorJumped' | 'anchorJumpedToPage' | 'anchorNotFound' | 'highlightLayerLabel' | 'highlightWithLabel' | 'cellHighlightWithLabel' | 'highlightOfTotal' | 'pageRailLabel' | 'pageRailPage' | 'pageRailPageHighlighted' | 'spreadsheetViewerUnavailable' | 'csvViewerUnavailable' | 'csvViewerLabel' | 'spreadsheetViewerLabel' | 'knownDateDay' | 'knownDateMonth' | 'knownDateYear' | 'skipToContent' | 'tourSkip' | 'tourDone' | 'tourStepOf' | 'emojiPickerSearchLabel' | 'emojiPickerGridLabel' | 'emojiPickerEmpty' | 'emojiPickerLoadError' | 'emojiPickerGroupSmileysEmotion' | 'emojiPickerGroupPeopleBody' | 'emojiPickerGroupComponent' | 'emojiPickerGroupAnimalsNature' | 'emojiPickerGroupFoodDrink' | 'emojiPickerGroupTravelPlaces' | 'emojiPickerGroupActivities' | 'emojiPickerGroupObjects' | 'emojiPickerGroupSymbols' | 'emojiPickerGroupFlags' | 'pushToTalkRequesting' | 'pushToTalkDenied' | 'pushToTalkError' | 'pushToTalkUnsupported' | 'pushToTalkStarted' | 'pushToTalkStopped' | 'pushToTalkCancelled' | 'pushToTalkHold' | 'pushToTalkStart' | 'pushToTalkStop' | 'traceTree' | 'traceTreeSpanStatus' | 'traceTreeMetricLabel' | 'spanProjectionLimit' | 'agentTraceFilterLabel' | 'spanKindAgent' | 'spanKindLlm' | 'spanKindTool' | 'spanKindRetriever' | 'spanKindEmbedding' | 'spanKindOther' | 'tokensIn' | 'tokensOut' | 'cost' | 'duration' | 'spanWaterfall' | 'spanStartedAtOffset' | 'rubricSubmit' | 'rubricSubmitAndNext' | 'rubricSkip' | 'compareResponseA' | 'compareResponseB' | 'compareVoteLabel' | 'compareVoteBetter' | 'compareVoteTie' | 'compareVoteBothBad' | 'compareVoteRecorded' | 'comparePanel' | 'audioVisualizerLabel' | 'audioVisualizerIdle' | 'audioVisualizerListening' | 'audioVisualizerThinking' | 'audioVisualizerSpeaking' | 'treeNodeMoved' | 'fileTreeLabel' | 'fileTreeDiffSummary' | 'gitStatusAdded' | 'gitStatusModified' | 'gitStatusDeleted' | 'gitStatusRenamed' | 'gitStatusUntracked' | 'gitStatusConflicted' | 'gitStatusIgnored' | 'imageViewerLabel' | 'imageViewerFailedToLoad' | 'imageViewerRotate' | 'imageViewerFitLabel' | 'imageViewerFitContain' | 'imageViewerFitWidth' | 'imageViewerFitActual' | 'imageViewerAnnotate' | 'imageViewerHighlightsLabel' | 'imageViewerUnlabeledHighlight' | 'imageViewerAnnotationHint' | 'imageViewerAnnotationBoxPosition' | 'imageViewerAnnotationAdded' | 'imageViewerAnnotationCancelled' | 'transcriptFeedLabel' | 'transcriptFeedEmpty' | 'transcriptFeedInterim' | 'commitCardLabel' | 'commitCardCopyHash' | 'commitCardDiffSummary' | 'commitCardShowFiles' | 'commitCardHideFiles' | 'stackTraceLabel' | 'stackTraceLimit' | 'stackTraceShowFrames' | 'stackTraceHideFrames' | 'statusSkipped' | 'testResultsLabel' | 'testResultsPassed' | 'testResultsFailed' | 'testResultsSkipped' | 'testResultsRunning' | 'testResultsFilterLabel' | 'testResultsCompleteAnnounce' | 'testResultsExpandTest' | 'testResultsCollapseTest' | 'envListLabel' | 'envListReveal' | 'envListHide' | 'envListValueHidden' | 'envListCopy' | 'voice' | 'voicePickerNoVoices' | 'voicePickerRequired' | 'voicePickerPreview' | 'voicePickerStopPreview' | 'avPlayerLabel' | 'avPlayerFailedToLoad' | 'avPlayerTranscript' | 'avPlayerTimeline' | 'avPlayerPlaybackRate' | 'avPlayerRateOption' | 'avPlayerPosition' | 'attachmentTriggerAudio' | 'attachmentMenuAudio' | 'browserFrameLabel' | 'browserFrameUrlLabel' | 'browserFrameViewOf' | 'browserFrameTakeOver' | 'browserFrameHandBack' | 'browserFrameStop' | 'browserFrameStatusIdle' | 'browserFrameStatusConnecting' | 'browserFrameStatusLive' | 'browserFrameStatusStalled' | 'browserFrameControllerAgent' | 'browserFrameControllerUser' | 'notebookViewerLabel' | 'notebookViewerInvalid' | 'notebookViewerUnsupportedVersion' | 'notebookViewerTooManyCells' | 'notebookViewerInPrompt' | 'notebookViewerInPromptEmpty' | 'notebookViewerCodeCell' | 'notebookViewerMarkdownCell' | 'notebookViewerRawCell' | 'notebookViewerErrorOutput' | 'notebookViewerShowAllOutput' | 'notebookViewerCollapseOutput' | 'notebookViewerUnrenderedOutput' | 'xmlViewerLabel' | 'xmlViewerParseError' | 'xmlViewerTooManyNodes' | 'xmlViewerChildCount' | 'xmlViewerCopyDocument' | 'xmlViewerCopyNode' | 'xmlViewerExpandNode' | 'xmlViewerCollapseNode' | 'artifactPanelLabel' | 'artifactPanelPreview' | 'artifactPanelCode' | 'artifactPanelPreviousVersion' | 'artifactPanelNextVersion' | 'artifactPanelVersionPosition' | 'artifactPanelRestore' | 'artifactPanelGenerating' | 'resultFieldLabel' | 'geojsonViewLabel' | 'geojsonViewInvalid' | 'geojsonViewFeatureCount' | 'geojsonViewMissingMapLibrary' | 'mindMapLabel' | 'mindMapTopicStatus' | 'mindMapLeafStatus' | 'mindMapExpanded' | 'mindMapCollapsed' | 'entityDegree' | 'entityCommunity' | 'focusInGraph' | 'untitledEntity' | 'untitledCommunity' | 'communityMemberCount' | 'communityDrillIn' | 'selectAllSources' | 'sourcePickerSelection' | 'provenancePanelLabel' | 'provenanceEntities' | 'provenanceRelationships' | 'provenanceCommunities' | 'provenanceChunks' | 'provenanceEmpty' | 'chunkInspectorLabel' | 'chunkScore' | 'scoreTierHigh' | 'scoreTierMedium' | 'scoreTierLow' | 'chunkInspectorEmpty' | 'flowCanvasLabel' | 'flowCanvasLayoutLimit' | 'flowCanvasSummary' | 'flowNode' | 'flowEdge' | 'flowEdgeWithLabel' | 'flowItemAnnouncement' | 'dashboardGridLabel' | 'dashboardCellCollisionRejected' | 'dashboardCellMoved' | 'dashboardCellResized' | 'flowEdgeList' | 'flowNodeSelected' | 'flowNodeDeselected' | 'flowSelectionCleared' | 'flowNodeMoved' | 'flowConnectStarted' | 'flowConnectTarget' | 'flowConnectCommitted' | 'flowConnectCancelled' | 'zoomToFit' | 'flowLockCanvas' | 'flowControlsLabel' | 'flowMinimapLabel' | 'flowMinimapViewport' | 'flowMinimapInstructions' | 'flowMinimapViewportChanged' | 'nodePaletteLabel' | 'nodePalettePlaceholder' | 'nodePaletteEmpty' | 'nodePaletteDragHint' | 'nodePaletteResultCount' | 'retrievalResultsSelectRow' | 'pathStripLabel' | 'pathNodeStatus' | 'pathRelationStatus' | 'flowInputHandle' | 'flowOutputHandle' | 'flowStatusWithDuration' | 'flowStatusWithDetail' | 'neighborListLabel' | 'neighborRowLabel' | 'neighborDirectionIn' | 'neighborDirectionOut' | 'neighborDirectionBoth' | 'neighborExpand' | 'neighborListEmpty' | 'neighborGroupHeader' | 'flowRunStatusLabel' | 'flowRunSummary' | 'flowRunStepStatus' | 'flowRunStatusCount' | 'policySummaryLabel' | 'policySummaryAllowCount' | 'policySummaryDenyCount' | 'policySummaryNeedsReviewCount' | 'policySummaryStateAllow' | 'policySummaryStateDeny' | 'policySummaryStateNeedsReview' | 'policySummaryCategoryGuardrail' | 'policySummaryCategoryPermission' | 'policySummaryCategoryPrivacy' | 'policySummaryCategoryTool' | 'policySummaryDetailLabel' | 'evalDatasetLabel' | 'evalDatasetAddExample' | 'evalDatasetRemoveExample' | 'evalDatasetImportLabel' | 'evalDatasetSearchLabel' | 'evalDatasetTagFilterLabel' | 'evalDatasetEmpty' | 'evalDatasetNoMatches' | 'evalDatasetColumnInput' | 'evalDatasetColumnExpectedOutput' | 'evalDatasetColumnTags' | 'queryBuilderLabel' | 'queryBuilderEmpty' | 'queryBuilderNoFields' | 'queryBuilderAddCondition' | 'queryBuilderRemoveCondition' | 'queryBuilderFieldLabel' | 'queryBuilderFieldPlaceholder' | 'queryBuilderOperatorLabel' | 'queryBuilderOperatorPlaceholder' | 'queryBuilderValueLabel' | 'queryBuilderValuePlaceholder' | 'queryBuilderCombinatorLabel' | 'queryBuilderCombinatorAnd' | 'queryBuilderCombinatorOr' | 'queryBuilderBooleanTrue' | 'queryBuilderBooleanFalse' | 'queryBuilderOperatorEquals' | 'queryBuilderOperatorNotEquals' | 'queryBuilderOperatorGreaterThan' | 'queryBuilderOperatorGreaterThanOrEqual' | 'queryBuilderOperatorLessThan' | 'queryBuilderOperatorLessThanOrEqual' | 'queryBuilderOperatorAfter' | 'queryBuilderOperatorOnOrAfter' | 'queryBuilderOperatorBefore' | 'queryBuilderOperatorOnOrBefore' | 'queryBuilderOperatorContains' | 'queryBuilderOperatorStartsWith' | 'queryBuilderOperatorEndsWith' | 'queryBuilderOperatorIn' | 'queryBuilderOperatorNotIn' | 'queryBuilderOperatorIsEmpty' | 'queryBuilderOperatorIsNotEmpty' | 'memoryPanelLabel' | 'memoryPanelShortTermHeading' | 'memoryPanelLongTermHeading' | 'memoryPanelAdd' | 'memoryPanelAddWithContext' | 'memoryPanelForgetAll' | 'memoryPanelConfirmAddHeading' | 'memoryPanelConfirmRemoveHeading' | 'memoryPanelConfirmForgetHeading' | 'memoryPanelConfirmForgetBody' | 'graphExplorerLabel' | 'graphExplorerSearchPlaceholder' | 'graphExplorerSearchResultsLabel' | 'graphExplorerPin' | 'graphExplorerUnpin' | 'graphExplorerPinned' | 'graphExplorerUnpinned' | 'graphExplorerPinnedHeading' | 'graphExplorerFindPath' | 'retrievalModeVector' | 'retrievalModeKeyword' | 'retrievalModeHybrid' | 'retrievalSearchLabel' | 'retrievalModeLabel' | 'retrievalFiltersLabel' | 'groundingSummaryLabel' | 'groundingSummaryEmpty' | 'groundingSummarySupportedLabel' | 'groundingSummaryUnsupportedLabel' | 'groundingSummaryCoverageLabel' | 'groundingSummaryConfidenceLabel' | 'groundingSummaryWarningsHeading' | 'groundingSummaryEvidenceHeading' | 'claimEvidenceLabel' | 'claimEvidenceEmpty' | 'claimEvidenceSupported' | 'claimEvidencePartiallySupported' | 'claimEvidenceUnsupported' | 'claimEvidenceContradicted' | 'claimEvidenceConfidence' | 'retrievalCompareLabel' | 'retrievalCompareEmpty' | 'retrievalCompareOverlap' | 'retrievalCompareRank' | 'retrievalCompareDenseScore' | 'retrievalCompareSparseScore' | 'retrievalCompareRerankScore' | 'retrievalCompareFinalScore' | 'ragEvalDashboardLabel' | 'ragEvalDashboardEmpty' | 'ragEvalDashboardRuns' | 'ragEvalDashboardSlices' | 'ragEvalDashboardAllSlices' | 'ragEvalDashboardSliceUnavailable' | 'promptStudioLabel' | 'promptStudioMessages' | 'promptStudioVariables' | 'promptStudioVersions' | 'promptStudioPreview' | 'promptStudioRun' | 'promptStudioSave' | 'promptStudioAddMessage' | 'promptStudioRemoveMessage' | 'promptStudioMessageRole' | 'promptStudioMessageContent' | 'promptStudioRoleSystem' | 'promptStudioRoleUser' | 'promptStudioRoleAssistant' | 'promptStudioRoleTool' | 'schemaViewerLabel' | 'schemaViewerEmpty' | 'schemaViewerRequired' | 'schemaViewerCircular' | 'schemaViewerType' | 'subagentPanelLabel' | 'subagentPanelEmpty' | 'subagentPanelRetry' | 'subagentPanelCancelRun' | 'subagentPanelRetryRun' | 'toolTimelineDetailsFor' | 'realtimeSessionLabel' | 'realtimeSessionDisconnected' | 'realtimeSessionConnecting' | 'realtimeSessionConnected' | 'realtimeSessionReconnecting' | 'realtimeSessionError' | 'realtimeSessionConnect' | 'realtimeSessionDisconnect' | 'realtimeSessionMute' | 'realtimeSessionUnmute' | 'realtimeSessionInterrupt' | 'realtimeSessionConnectionFailed' | 'contextInspectorRedacted' | 'contextInspectorTruncated' | 'contextInspectorLabel' | 'contextInspectorEmpty' | 'contextInspectorCopyLabel' | 'knowledgeBaseSyncIdle' | 'knowledgeBaseSyncSyncing' | 'knowledgeBaseSyncPaused' | 'knowledgeBaseSyncSynced' | 'knowledgeBaseSyncError' | 'knowledgeBaseHealthHealthy' | 'knowledgeBaseHealthDegraded' | 'knowledgeBaseHealthFailed' | 'knowledgeBaseHealthUnknown' | 'knowledgeBasePermissionOwner' | 'knowledgeBasePermissionEditor' | 'knowledgeBasePermissionViewer' | 'knowledgeBasePermissionRestricted' | 'knowledgeBaseNeverSynced' | 'knowledgeBaseSyncAction' | 'knowledgeBasePauseAction' | 'knowledgeBaseDeleteAction' | 'knowledgeBaseNameColumn' | 'knowledgeBaseSyncColumn' | 'knowledgeBaseHealthColumn' | 'knowledgeBasePermissionColumn' | 'knowledgeBaseActionsColumn' | 'knowledgeBaseTotalSources' | 'knowledgeBaseSyncedSources' | 'knowledgeBaseSyncingSources' | 'knowledgeBaseNeedsAttention' | 'knowledgeBaseHeading' | 'knowledgeBaseCreateSource' | 'knowledgeBaseEmptyHeading' | 'ingestionStageQueued' | 'ingestionStageUploading' | 'ingestionStageExtracting' | 'ingestionStageChunking' | 'ingestionStageEmbedding' | 'ingestionStageIndexing' | 'ingestionStageDone' | 'ingestionStageFailed' | 'ingestionStageCancelled' | 'ingestionQueueLabel' | 'ingestionQueueEmpty' | 'documentLibraryFreshnessFresh' | 'documentLibraryFreshnessAging' | 'documentLibraryFreshnessStale' | 'documentLibrarySelectAll' | 'documentLibrarySelectColumn' | 'documentLibraryTypeColumn' | 'documentLibraryNameColumn' | 'documentLibraryVersionColumn' | 'documentLibraryOwnerColumn' | 'documentLibraryTagsColumn' | 'documentLibraryFreshnessColumn' | 'documentLibraryUpdatedColumn' | 'documentLibraryLabel' | 'documentLibraryEmptyHeading' | 'documentLibraryNoMatchesHeading' | 'documentLibrarySearchPlaceholder' | 'documentLibraryFilterByTag' | 'documentLibraryClearSelection' | 'documentLibrarySelectedCount' | 'documentCompareNoVersion' | 'documentCompareLabel' | 'agentRunCurrentStepLabel' | 'graphQueryHopRangeInvalid' | 'graphQueryRelationshipTypeLabel' | 'graphQueryNodeTypeLabel' | 'graphQueryBuilderLabel' | 'graphQueryStartLabel' | 'graphQueryEndLabel' | 'graphQueryMinHopsLabel' | 'graphQueryMaxHopsLabel' | 'graphQueryDirectionLabel' | 'graphQueryRun' | 'graphQuerySavedQueriesLabel' | 'graphQuerySaveNameLabel' | 'graphQuerySaveButton' | 'graphQueryLoadWithContext' | 'filterBarReset' | 'filterBarActiveFilters' | 'drilldownDocuments' | 'drilldownRuns' | 'drilldownEmpty' | 'evaluationRunStatusIdle' | 'evaluationRunStatusWaitingInput' | 'evaluationRunStatusWaitingApproval' | 'evaluationRunStatusCancelled' | 'evaluationRunGroundingHeading' | 'evaluationRunToolTraceHeading' | 'evaluationRunInputHeading' | 'evaluationRunOutputHeading' | 'evaluationRunLabel' | 'evaluationRunProgressLabel' | 'retrievalFilterChipLabel' | 'retrievalSearchEmptyDescription' | 'groundingSummaryEvidenceSpan' | 'contextInspectorTruncatedCount' | 'contextInspectorSegmentTokens' | 'knowledgeBaseDocumentCount' | 'knowledgeBaseRowActionsLabel' | 'knowledgeBaseEmptyDescription' | 'ingestionChunkCount' | 'ingestionItemProgressLabel' | 'ingestionEmbeddedOfTotal' | 'ingestionAttemptCount' | 'ingestionRetryWithContext' | 'ingestionCancelWithContext' | 'documentLibrarySelectDocument' | 'agentRunStatusAnnounce' | 'graphQueryDeleteWithContext' | 'evaluationRunExampleLabel' | 'evaluationRunExampleStartedAnnounce' | 'evaluationRunExampleCompletedAnnounce' | 'evaluationRunExampleFailedAnnounce' | 'evaluationRunExampleCancelledAnnounce' | 'evaluationRunExampleWaitingInputAnnounce' | 'evaluationRunExampleWaitingApprovalAnnounce' | 'evaluationRunProgressSummary' | 'evaluationRunRunningCount' | 'evaluationRunFailedCount' | 'retrievalStageQueryRewrite' | 'retrievalStageEmbed' | 'retrievalStageRetrieve' | 'retrievalStageRerank' | 'retrievalStageFilter' | 'retrievalTraceEvidenceToggle' | 'documentCompareOldVersion' | 'documentCompareNewVersion' | 'agentRunStatusIdle' | 'agentRunStatusQueued' | 'agentRunStatusCollecting' | 'agentRunStatusWaitingInput' | 'agentRunStatusWaitingApproval' | 'agentRunStatusDone' | 'agentRunStatusCancelled' | 'localePickerLabel' | 'localePickerRequired' | 'flagLoadError' | 'moveUp' | 'moveDown' | 'reorderMovePending' | 'reorderMoveCancelled' | 'reorderItemMoved';
|
|
31
|
+
export type LyraMessageKey = 'noData' | 'graphLegendLabel' | 'legendTypeShown' | 'legendTypeHidden' | 'entityChipWithType' | 'jumpToLatest' | 'terminalLabel' | 'terminalDownload' | 'terminalHighlightLine' | 'schemaViewerIssueLimit' | 'toolParamMissingProperty' | 'toolParamBooleanUnset' | 'toolParamBooleanTrue' | 'toolParamBooleanFalse' | 'toolParamSchemaLimit' | 'testResultsLimit' | 'toolTimelineLimit' | 'toolSelectLimit' | 'sequenceStripEmpty' | 'sequenceStripCategoryCount' | 'sequenceStripUnnamedCategory' | 'noColumns' | 'dataGridColumnMenu' | 'dataGridPinStart' | 'dataGridPinEnd' | 'dataGridUnpin' | 'dataGridRowsPerPage' | 'dataGridTreeLimitReached' | 'loadMore' | 'viewerSearchMatchCount' | 'viewerSearchNoMatches' | 'viewerSearchActiveMatch' | 'viewerHighlightLabel' | 'tableFilterLabel' | 'tableFilterPlaceholder' | 'tableLoading' | 'tableEditCell' | 'carousel' | 'carouselLabel' | 'carouselSlide' | 'carouselSlidePosition' | 'carouselSlideAnnouncement' | 'carouselSlideAnnouncementSeparator' | 'carouselIndicators' | 'carouselGoTo' | 'imageComparerLabel' | 'zoomableFrameLabel' | 'zoomControls' | 'zoomOut' | 'zoomIn' | 'lightboxLabel' | 'lightboxImagePosition' | 'scrollerLabel' | 'chatViewportLabel' | 'newMessageCount' | 'newMessagesCount' | 'newMessages' | 'scrollPrevious' | 'scrollNext' | 'showAllColumns' | 'showFewerColumns' | 'clear' | 'openCalendar' | 'open' | 'close' | 'closeNavigation' | 'openNavigation' | 'resizeNavigation' | 'resizeColumn' | 'copy' | 'copyJson' | 'copied' | 'expand' | 'collapse' | 'expandMessage' | 'collapseMessage' | 'messageActionsLabel' | 'regenerateResponse' | 'editMessage' | 'showMore' | 'showMoreCount' | 'showLess' | 'retry' | 'remove' | 'removeWithContext' | 'playWithContext' | 'pauseWithContext' | 'loading' | 'loadingDocument' | 'calendarPreviousMonth' | 'calendarNextMonth' | 'noMatches' | 'previous' | 'next' | 'paginationLabel' | 'paginationPage' | 'paginationJumpToPage' | 'branchPickerLabel' | 'branchPrevious' | 'branchNext' | 'branchPosition' | 'paginationSummary' | 'paginationEmptySummary' | 'paginationApplied' | 'cancel' | 'confirm' | 'search' | 'circularReference' | 'items' | 'item' | 'trendOf' | 'wordCloud' | 'wordCloudLegend' | 'wordCloudWordAnnouncement' | 'comboboxLoadError' | 'comboboxSelectedOverflow' | 'promptQueueItemLabel' | 'promptQueueActionLabel' | 'notInCatalog' | 'sendMessage' | 'stopGenerating' | 'dropzoneReleaseToAdd' | 'dropzoneRejectedType' | 'fileSizeUnitB' | 'fileSizeUnitKb' | 'fileSizeUnitMb' | 'fileSizeUnitGb' | 'fileSizeUnitTb' | 'chartCategory' | 'chartTotal' | 'chartAxisTotal' | 'chartPrimaryAxis' | 'chartSecondaryAxis' | 'chartPointLabel' | 'chartPointCoordinates' | 'chartBubblePointCoordinates' | 'chartLabeledPoint' | 'resetZoom' | 'chatSending' | 'chatResponding' | 'chatFailedToSend' | 'chatFailedAnnounce' | 'chatCompleteAnnounce' | 'showMoreCollapsed' | 'expandCode' | 'collapseCode' | 'copyCode' | 'copiedToClipboard' | 'codeRegion' | 'codeRegionWithLanguage' | 'codeBlockLineLabel' | 'copyDiff' | 'diffViewOldLabel' | 'diffViewNewLabel' | 'diffViewHiddenLines' | 'diffViewTooLarge' | 'jsonArray' | 'jsonObject' | 'jsonValue' | 'jsonCopyLabel' | 'jsonExpandLabel' | 'jsonCollapseLabel' | 'jsonItemCount' | 'jsonKeyCount' | 'jsonViewerLimit' | 'untitledSource' | 'sourcePageSuffix' | 'toolCall' | 'statusPending' | 'statusRunning' | 'statusSuccess' | 'statusError' | 'statusDenied' | 'maximize' | 'restore' | 'wordCloudWord' | 'wordCloudWords' | 'promptStudioVariableName' | 'promptStudioVariableValue' | 'schemaViewerLimit' | 'subagentPanelLimit' | 'pollPause' | 'pollResume' | 'pollInactive' | 'pollRefreshing' | 'pollPaused' | 'pollPausedAnnounce' | 'pollResumedAnnounce' | 'pollRefreshingAnnounce' | 'randomContentPause' | 'randomContentResume' | 'attachmentAdd' | 'attachmentTriggerFiles' | 'attachmentTriggerImage' | 'attachmentTriggerCamera' | 'attachmentMenuFiles' | 'attachmentMenuImage' | 'attachmentMenuCamera' | 'checkboxRequired' | 'checkboxGroupRequired' | 'tokenInputRequired' | 'tokenInputEditWithContext' | 'commandPaletteLabel' | 'commandPalettePlaceholder' | 'commandPaletteEmpty' | 'commandPaletteResults' | 'iconButtonLabel' | 'codeEditorLabel' | 'calendarLabel' | 'calendarEmpty' | 'switchRequired' | 'citationHighConfidence' | 'citationMediumConfidence' | 'citationLowConfidence' | 'citationVerified' | 'citationUnverified' | 'contextMeterUsed' | 'contextMeterUsedOfTotal' | 'contextMeterLabeledSummary' | 'contextMeterSegmentLabel' | 'gaugeLabel' | 'gaugeValueLabel' | 'untitledConversation' | 'dockPanelCollapse' | 'dockPanelExpand' | 'dockPanelResize' | 'documentPreviewAlt' | 'documentPreviewUrlNotAllowed' | 'documentPreviewFailedToLoad' | 'documentPreviewResourceTooLarge' | 'documentPreviewGenericError' | 'ebookViewerLoadError' | 'ebookViewerRegionLabel' | 'ebookViewerPreviousChapter' | 'ebookViewerNextChapter' | 'fileTypeFile' | 'fileTypePdf' | 'fileTypeWord' | 'fileTypeSpreadsheet' | 'fileTypePresentation' | 'fileTypeText' | 'fileTypeCode' | 'fileTypeArchive' | 'fileTypeImage' | 'fileTypeAudio' | 'fileTypeVideo' | 'fileTypeWithSize' | 'pptxViewerLabel' | 'pptxViewerFidelityNotice' | 'pptxViewerRenderError' | 'pptxViewerPreviousSlide' | 'pptxViewerNextSlide' | 'pptxViewerSlideOf' | 'documentViewerLabel' | 'attachmentPreviewName' | 'attachmentPreviewFile' | 'documentViewerMissingSanitizer' | 'docxViewerLabel' | 'docxViewerMissingConverter' | 'svgViewerLabel' | 'htmlViewerLabel' | 'datasetViewerMissingParser' | 'datasetViewerEmpty' | 'datasetViewerCaption' | 'datasetViewerCaptionNamed' | 'contactViewerLabel' | 'contactViewerNoContacts' | 'contactViewerUnnamedContact' | 'contactViewerPhoneLabel' | 'contactViewerEmailLabel' | 'contactViewerAddressLabel' | 'contactViewerOrganization' | 'contactViewerTypedValue' | 'contactViewerAddressFormat' | 'contactViewerTypeHome' | 'contactViewerTypeWork' | 'contactViewerTypeCell' | 'contactViewerTypeVoice' | 'contactViewerTypeFax' | 'contactViewerTypeInternet' | 'contactViewerTypePreferred' | 'exportButtonLabel' | 'generationStatusElapsedSeconds' | 'generationStatusTokenCount' | 'generationStatusTokensCount' | 'generationStatusThroughput' | 'graphDataList' | 'graphItemAnnouncement' | 'navigation' | 'attachmentRetryWithContext' | 'attachmentUploadingWithContext' | 'attachmentUploadingProgress' | 'attachmentUploadingIndeterminate' | 'attachmentUploadFailed' | 'attachmentUntitledFile' | 'chartTrendIncreasing' | 'chartTrendDecreasing' | 'chartTrendFlat' | 'chartSummary' | 'chartSeriesNoData' | 'chartSummaryWithData' | 'chartSummaryEmpty' | 'chartSummarySeparator' | 'chartData' | 'chartDataSampled' | 'chartZoomUnavailable' | 'chartDataLabelsUnavailable' | 'chartStackTotalsUnavailable' | 'chart' | 'chartTypeLine' | 'chartTypeBar' | 'chartTypeScatter' | 'chartTypePie' | 'chartTypeDoughnut' | 'chartTypeRadar' | 'chartTypePolarArea' | 'chartTypeBubble' | 'boxPlotSeriesSummary' | 'boxPlotSummaryWithData' | 'boxPlotSummaryEmpty' | 'boxPlotData' | 'chartSeriesLabel' | 'boxPlotMin' | 'boxPlotQ1' | 'boxPlotMedian' | 'boxPlotQ3' | 'boxPlotMax' | 'boxPlot' | 'histogramFrequency' | 'liteChartMarkSummary' | 'liteChartBarLabel' | 'chartValueLabel' | 'liteChartCustomMarkSummary' | 'composerLabel' | 'composerPlaceholder' | 'textareaLabel' | 'citation' | 'citationWithStatus' | 'citationWithCustomLabel' | 'comboboxOverflow' | 'comboboxRequired' | 'comboboxCreate' | 'comboboxLabel' | 'rename' | 'previousMonth' | 'nextMonth' | 'chooseDate' | 'date' | 'dateInputMinMessage' | 'dateInputMaxMessage' | 'dateInputPastDisabled' | 'dateInputFutureDisabled' | 'dateInputInvalid' | 'timeInputLabel' | 'timeInputHour' | 'timeInputMinute' | 'timeInputSecond' | 'timeInputDayPeriod' | 'timeInputEmptySegment' | 'timeInputOpen' | 'timeInputPopup' | 'timeInputNow' | 'timeInputInvalid' | 'timeInputMinMessage' | 'timeInputMaxMessage' | 'timeInputRangeMessage' | 'timeInputStepMessage' | 'documentPreviewEmpty' | 'convertingDocument' | 'documentPreviewNotAvailable' | 'documentPreviewGenericFile' | 'documentPreviewTypeDocument' | 'documentPreviewTypeImage' | 'documentPreviewTypeEmail' | 'documentPreviewTypeCalendar' | 'archiveViewerEmpty' | 'archiveViewerFolder' | 'archiveViewerFile' | 'documentPreviewTypeDataset' | 'documentPreviewTypeContact' | 'download' | 'exportFormatMenuLabel' | 'fileInputDefaultLabel' | 'fileInputAcceptedOne' | 'fileInputAcceptedMany' | 'fileInputRejectedOne' | 'fileInputRejectedMany' | 'fileInputFolderRejected' | 'fileInputRejectedType' | 'fileInputRejectedSize' | 'fileInputRejectedCount' | 'fileInputRejectedRead' | 'fileInputRejectedLimit' | 'elapsedMinutesSecondsTemplate' | 'graphNode' | 'graphLink' | 'graphDiagram' | 'graphTypedNode' | 'graphExpandableItem' | 'graphNodeFocused' | 'graphSelectionCount' | 'graphNodesHidden' | 'graphCommunity' | 'heatmapValueLabel' | 'heatmapMatrixCellLabel' | 'heatmapCalendarLabel' | 'heatmapMatrixLabel' | 'heatmapCalendarCellLabel' | 'heatmapNoDataValue' | 'heatmapDefaultRowLabel' | 'heatmapDefaultColLabel' | 'heatmapSelectedCellLabel' | 'heatmapProjectionLimit' | 'heatmapDecorationLimit' | 'inputLabel' | 'showPassword' | 'hidePassword' | 'radioRequired' | 'progress' | 'responsivePanel' | 'popover' | 'details' | 'breadcrumb' | 'timeline' | 'rating' | 'sliderLabel' | 'feedbackPositive' | 'feedbackNegative' | 'feedbackReasonsLabel' | 'feedbackCommentLabel' | 'feedbackCommentPlaceholder' | 'feedbackSubmit' | 'feedbackSubmitted' | 'colorPicker' | 'mediaCardUntitledFile' | 'mediaCardOpenName' | 'mediaCardOpenImageAttachment' | 'mediaCardOpenVideoAttachment' | 'mediaCardOpenFileAttachment' | 'mediaCardImageAttachment' | 'mediaCardVideoAttachment' | 'animatedImageDefaultAlt' | 'mentionSuggestions' | 'suggestionsLabel' | 'map' | 'model' | 'selectModel' | 'modelSelectNoModels' | 'modelSelectRequired' | 'temperature' | 'play' | 'playbackPosition' | 'playbackStepPosition' | 'videoPlayerLabel' | 'videoMute' | 'videoUnmute' | 'videoVolume' | 'videoCaptions' | 'videoCaptionsOff' | 'videoPlaybackSpeed' | 'videoPictureInPicture' | 'videoExitPictureInPicture' | 'videoEnterFullscreen' | 'videoExitFullscreen' | 'videoPlaylistLabel' | 'videoPlaylistUntitled' | 'selectValueMissing' | 'select' | 'sourceListDefaultLabel' | 'threadListLabel' | 'threadGroupPinned' | 'threadGroupToday' | 'threadGroupYesterday' | 'threadGroupPrevious7Days' | 'threadGroupPrevious30Days' | 'threadGroupArchived' | 'threadGroupExpand' | 'threadGroupCollapse' | 'pinConversation' | 'unpinConversation' | 'archiveConversation' | 'unarchiveConversation' | 'deleteConversation' | 'searchThreads' | 'threadListMatchAnnounce' | 'threadListEmpty' | 'agentWorkspaceLabel' | 'agentWorkspaceConversation' | 'agentWorkspaceDetails' | 'agentWorkspaceRun' | 'agentWorkspaceTools' | 'agentWorkspaceRetrieval' | 'agentWorkspaceGrounding' | 'agentWorkspaceContext' | 'agentWorkspaceEmpty' | 'ragAnswerLabel' | 'ragAnswerCitations' | 'ragAnswerSources' | 'ragAnswerRetry' | 'evaluationDashboardLabel' | 'evaluationDashboardRunsLabel' | 'evaluationDashboardNoRuns' | 'approvalQueueLabel' | 'approvalQueueEmpty' | 'approvalQueueOpen' | 'approvalQueuePendingCount' | 'approvalQueuePending' | 'embeddingExplorerLabel' | 'embeddingExplorerEmpty' | 'embeddingExplorerPoint' | 'knowledgeBaseAdminLabel' | 'knowledgeBaseAdminSourcesTab' | 'knowledgeBaseAdminIngestionTab' | 'resizeDivider' | 'trendUnchanged' | 'statTrendIncreased' | 'statTrendDecreased' | 'statTrendGood' | 'statTrendBad' | 'statTrendAnnouncement' | 'streamStalled' | 'streamStallAnnounce' | 'streamRecoverAnnounce' | 'streamStallClearedAnnounce' | 'thinkingPanelLabel' | 'messagePartsLabel' | 'messagePartError' | 'messagePartRetry' | 'promptQueueLabel' | 'promptQueueEmpty' | 'promptQueueSendNow' | 'selectionToolbarLabel' | 'selectionAsk' | 'selectionQuote' | 'selectionCite' | 'promptInputLabel' | 'promptInputControls' | 'promptInputSources' | 'promptInputAttachments' | 'mcpAppLabel' | 'mcpAppUnavailable' | 'mcpAppLoading' | 'taskListLabel' | 'taskListCompletedOfTotal' | 'taskListStepStartedAnnounce' | 'taskListStepCompletedAnnounce' | 'taskListStepFailedAnnounce' | 'activityFeedLabel' | 'activityFeedCompletedSteps' | 'activityFeedCompletedStep' | 'handoffLabel' | 'handoffToAgent' | 'handoffFromToAgent' | 'usageBadgeLabel' | 'usageBadgeTokensIn' | 'usageBadgeTokensOut' | 'usageBadgeTokensInLabel' | 'usageBadgeTokensOutLabel' | 'usageBadgeTotalTokensLabel' | 'usageBadgeCostLabel' | 'usageBadgeLatencyLabel' | 'checkpointLabel' | 'checkpointRestore' | 'checkpointRestoreWithContext' | 'checkpointRestoring' | 'checkpointConfirmPrompt' | 'thoughtFor' | 'thinking' | 'rangeStart' | 'rangeEnd' | 'calloutAnnouncementWithContext' | 'closeWithContext' | 'closeWithTruncatedContext' | 'toastContentIncomplete' | 'toastOverflow' | 'toolApprovalHeading' | 'toolApprovalGenericTool' | 'toolApprovalArgsLabel' | 'confirmApproved' | 'confirmDenied' | 'confirmApprovedAnnounce' | 'confirmDeniedAnnounce' | 'deny' | 'edit' | 'approve' | 'invalidJson' | 'fieldRequired' | 'fieldMustBeString' | 'fieldMustBeNumber' | 'fieldMustBeInteger' | 'fieldMustBeBoolean' | 'unsupportedFieldType' | 'fieldMustBeOneOf' | 'fieldMustEqual' | 'schemaMustBeObject' | 'schemaPropertiesMustBeFlat' | 'valueMustBeSerializable' | 'valueInvalid' | 'phoneInputLabel' | 'phoneInputIncomplete' | 'otpInputIncomplete' | 'otpInputLabel' | 'numberInputIncrease' | 'numberInputDecrease' | 'textareaCharacterCount' | 'textareaCharactersRemaining' | 'copyFailed' | 'colorPickerSaturationBrightness' | 'colorPickerSaturationBrightnessValue' | 'colorPickerHue' | 'colorPickerHueValue' | 'colorPickerOpacity' | 'colorPickerOpacityValue' | 'colorPickerValueField' | 'colorPickerToggleFormat' | 'colorPickerEyeDropper' | 'colorPickerSwatches' | 'colorPickerSwatch' | 'colorPickerCurrentValue' | 'selectSelectedOverflow' | 'iconLoadError' | 'iconTooLarge' | 'iconSanitizerMissing' | 'paginationFirstPage' | 'paginationLastPage' | 'accessibleLabelSeparator' | 'durationMilliseconds' | 'durationSeconds' | 'selectTools' | 'searchToolsPlaceholder' | 'useDefaultTools' | 'toolSelectCustomizeHint' | 'noMatchesQuery' | 'toolSelectNoneAvailable' | 'toolSelectSummary' | 'toolCount' | 'otherCategory' | 'widgetFullscreenPanel' | 'widgetViewGroup' | 'widgetExitFullscreen' | 'widgetExpandToFullscreen' | 'widgetCollapse' | 'widgetExpand' | 'menuLabel' | 'pause' | 'kbdEscapeVisual' | 'kbdEscapeWord' | 'kbdTabWord' | 'kbdSpaceWord' | 'kbdDeleteVisual' | 'kbdDeleteWord' | 'kbdHomeWord' | 'kbdEndWord' | 'kbdPageUpVisual' | 'kbdPageUpWord' | 'kbdPageDownVisual' | 'kbdPageDownWord' | 'kbdEnterWord' | 'kbdBackspaceWord' | 'kbdArrowUpWord' | 'kbdArrowDownWord' | 'kbdArrowLeftWord' | 'kbdArrowRightWord' | 'kbdPlusWord' | 'kbdMinusWord' | 'kbdCommandWord' | 'kbdControlVisual' | 'kbdControlWord' | 'kbdOptionWord' | 'kbdAltWord' | 'kbdShiftWord' | 'emailViewerLabel' | 'emailViewerMissingParser' | 'emailViewerFrom' | 'emailViewerTo' | 'emailViewerSubject' | 'emailViewerDate' | 'emailViewerAttachments' | 'emailViewerNoSubject' | 'emailViewerOpenAttachment' | 'emailViewerShowQuoted' | 'emailViewerHideQuoted' | 'emailViewerGroupAddress' | 'calendarViewerLabel' | 'calendarViewerMissingParser' | 'calendarViewerEmpty' | 'calendarViewerNoSummary' | 'pdfViewerLabel' | 'pdfViewerMissingLibrary' | 'qrCodeMissingLibrary' | 'qrCodeGenerationFailed' | 'mapMissingLibrary' | 'mapStyleRequired' | 'mapWebglUnavailable' | 'mapInitializationFailed' | 'mapLegend' | 'chartMissingLibrary' | 'boxPlotMissingLibrary' | 'graphMissingLibrary' | 'pdfViewerPageOf' | 'pdfViewerZoomIn' | 'pdfViewerZoomOut' | 'pdfViewerCurrentZoom' | 'pdfViewerPreviousPage' | 'pdfViewerNextPage' | 'anchorJumped' | 'anchorJumpedToPage' | 'anchorNotFound' | 'highlightLayerLabel' | 'highlightWithLabel' | 'cellHighlightWithLabel' | 'highlightOfTotal' | 'pageRailLabel' | 'pageRailPage' | 'pageRailPageHighlighted' | 'spreadsheetViewerUnavailable' | 'csvViewerUnavailable' | 'csvViewerLabel' | 'spreadsheetViewerLabel' | 'knownDateDay' | 'knownDateMonth' | 'knownDateYear' | 'skipToContent' | 'tourSkip' | 'tourDone' | 'tourStepOf' | 'emojiPickerSearchLabel' | 'emojiPickerGridLabel' | 'emojiPickerEmpty' | 'emojiPickerLoadError' | 'emojiPickerGroupSmileysEmotion' | 'emojiPickerGroupPeopleBody' | 'emojiPickerGroupComponent' | 'emojiPickerGroupAnimalsNature' | 'emojiPickerGroupFoodDrink' | 'emojiPickerGroupTravelPlaces' | 'emojiPickerGroupActivities' | 'emojiPickerGroupObjects' | 'emojiPickerGroupSymbols' | 'emojiPickerGroupFlags' | 'emojiPickerGroupUnknown' | 'pushToTalkRequesting' | 'pushToTalkDenied' | 'pushToTalkError' | 'pushToTalkUnsupported' | 'pushToTalkStarted' | 'pushToTalkStopped' | 'pushToTalkCancelled' | 'pushToTalkHold' | 'pushToTalkStart' | 'pushToTalkStop' | 'traceTree' | 'traceTreeSpanStatus' | 'traceTreeMetricLabel' | 'spanProjectionLimit' | 'agentTraceFilterLabel' | 'spanKindAgent' | 'spanKindLlm' | 'spanKindTool' | 'spanKindRetriever' | 'spanKindEmbedding' | 'spanKindOther' | 'tokensIn' | 'tokensOut' | 'cost' | 'duration' | 'spanWaterfall' | 'spanStartedAtOffset' | 'rubricSubmit' | 'rubricSubmitAndNext' | 'rubricSkip' | 'compareResponseA' | 'compareResponseB' | 'compareVoteLabel' | 'compareVoteBetter' | 'compareVoteTie' | 'compareVoteBothBad' | 'compareVoteRecorded' | 'comparePanel' | 'audioVisualizerLabel' | 'audioVisualizerIdle' | 'audioVisualizerListening' | 'audioVisualizerThinking' | 'audioVisualizerSpeaking' | 'treeNodeMoved' | 'fileTreeLabel' | 'fileTreeDiffSummary' | 'gitStatusAdded' | 'gitStatusModified' | 'gitStatusDeleted' | 'gitStatusRenamed' | 'gitStatusUntracked' | 'gitStatusConflicted' | 'gitStatusIgnored' | 'imageViewerLabel' | 'imageViewerFailedToLoad' | 'imageViewerRotate' | 'imageViewerFitLabel' | 'imageViewerFitContain' | 'imageViewerFitWidth' | 'imageViewerFitActual' | 'imageViewerAnnotate' | 'imageViewerHighlightsLabel' | 'imageViewerUnlabeledHighlight' | 'imageViewerAnnotationHint' | 'imageViewerAnnotationBoxPosition' | 'imageViewerAnnotationAdded' | 'imageViewerAnnotationCancelled' | 'transcriptFeedLabel' | 'transcriptFeedEmpty' | 'transcriptFeedInterim' | 'commitCardLabel' | 'commitCardCopyHash' | 'commitCardDiffSummary' | 'commitCardShowFiles' | 'commitCardHideFiles' | 'stackTraceLabel' | 'stackTraceLimit' | 'stackTraceShowFrames' | 'stackTraceHideFrames' | 'statusSkipped' | 'testResultsLabel' | 'testResultsPassed' | 'testResultsFailed' | 'testResultsSkipped' | 'testResultsRunning' | 'testResultsFilterLabel' | 'testResultsCompleteAnnounce' | 'testResultsExpandTest' | 'testResultsCollapseTest' | 'envListLabel' | 'envListReveal' | 'envListHide' | 'envListValueHidden' | 'envListCopy' | 'voice' | 'voicePickerNoVoices' | 'voicePickerRequired' | 'voicePickerPreview' | 'voicePickerStopPreview' | 'avPlayerLabel' | 'avPlayerFailedToLoad' | 'avPlayerTranscript' | 'avPlayerTimeline' | 'avPlayerPlaybackRate' | 'avPlayerRateOption' | 'avPlayerPosition' | 'attachmentTriggerAudio' | 'attachmentMenuAudio' | 'browserFrameLabel' | 'browserFrameUrlLabel' | 'browserFrameViewOf' | 'browserFrameTakeOver' | 'browserFrameHandBack' | 'browserFrameStop' | 'browserFrameStatusIdle' | 'browserFrameStatusConnecting' | 'browserFrameStatusLive' | 'browserFrameStatusStalled' | 'browserFrameControllerAgent' | 'browserFrameControllerUser' | 'notebookViewerLabel' | 'notebookViewerInvalid' | 'notebookViewerUnsupportedVersion' | 'notebookViewerTooManyCells' | 'notebookViewerInPrompt' | 'notebookViewerInPromptEmpty' | 'notebookViewerCodeCell' | 'notebookViewerMarkdownCell' | 'notebookViewerRawCell' | 'notebookViewerErrorOutput' | 'notebookViewerShowAllOutput' | 'notebookViewerCollapseOutput' | 'notebookViewerUnrenderedOutput' | 'xmlViewerLabel' | 'xmlViewerParseError' | 'xmlViewerTooManyNodes' | 'xmlViewerChildCount' | 'xmlViewerCopyDocument' | 'xmlViewerCopyNode' | 'xmlViewerExpandNode' | 'xmlViewerCollapseNode' | 'artifactPanelLabel' | 'artifactPanelPreview' | 'artifactPanelCode' | 'artifactPanelPreviousVersion' | 'artifactPanelNextVersion' | 'artifactPanelVersionPosition' | 'artifactPanelRestore' | 'artifactPanelGenerating' | 'resultFieldLabel' | 'geojsonViewLabel' | 'geojsonViewInvalid' | 'geojsonViewFeatureCount' | 'geojsonViewMissingMapLibrary' | 'mindMapLabel' | 'mindMapTopicStatus' | 'mindMapLeafStatus' | 'mindMapExpanded' | 'mindMapCollapsed' | 'entityDegree' | 'entityCommunity' | 'focusInGraph' | 'untitledEntity' | 'untitledCommunity' | 'communityMemberCount' | 'communityDrillIn' | 'selectAllSources' | 'sourcePickerSelection' | 'provenancePanelLabel' | 'provenanceEntities' | 'provenanceRelationships' | 'provenanceCommunities' | 'provenanceChunks' | 'provenanceEmpty' | 'chunkInspectorLabel' | 'chunkScore' | 'scoreTierHigh' | 'scoreTierMedium' | 'scoreTierLow' | 'chunkInspectorEmpty' | 'flowCanvasLabel' | 'flowCanvasLayoutLimit' | 'flowCanvasSummary' | 'flowNode' | 'flowEdge' | 'flowEdgeWithLabel' | 'flowItemAnnouncement' | 'dashboardGridLabel' | 'dashboardCellCollisionRejected' | 'dashboardCellMoved' | 'dashboardCellResized' | 'flowEdgeList' | 'flowNodeSelected' | 'flowNodeDeselected' | 'flowSelectionCleared' | 'flowNodeMoved' | 'flowConnectStarted' | 'flowConnectTarget' | 'flowConnectCommitted' | 'flowConnectCancelled' | 'zoomToFit' | 'flowLockCanvas' | 'flowControlsLabel' | 'flowMinimapLabel' | 'flowMinimapViewport' | 'flowMinimapInstructions' | 'flowMinimapViewportChanged' | 'nodePaletteLabel' | 'nodePalettePlaceholder' | 'nodePaletteEmpty' | 'nodePaletteDragHint' | 'nodePaletteResultCount' | 'retrievalResultsSelectRow' | 'pathStripLabel' | 'pathNodeStatus' | 'pathRelationStatus' | 'flowInputHandle' | 'flowOutputHandle' | 'flowStatusWithDuration' | 'flowStatusWithDetail' | 'neighborListLabel' | 'neighborRowLabel' | 'neighborDirectionIn' | 'neighborDirectionOut' | 'neighborDirectionBoth' | 'neighborExpand' | 'neighborListEmpty' | 'neighborGroupHeader' | 'flowRunStatusLabel' | 'flowRunSummary' | 'flowRunStepStatus' | 'flowRunStatusCount' | 'policySummaryLabel' | 'policySummaryAllowCount' | 'policySummaryDenyCount' | 'policySummaryNeedsReviewCount' | 'policySummaryStateAllow' | 'policySummaryStateDeny' | 'policySummaryStateNeedsReview' | 'policySummaryCategoryGuardrail' | 'policySummaryCategoryPermission' | 'policySummaryCategoryPrivacy' | 'policySummaryCategoryTool' | 'policySummaryDetailLabel' | 'evalDatasetLabel' | 'evalDatasetAddExample' | 'evalDatasetRemoveExample' | 'evalDatasetImportLabel' | 'evalDatasetSearchLabel' | 'evalDatasetTagFilterLabel' | 'evalDatasetEmpty' | 'evalDatasetNoMatches' | 'evalDatasetColumnInput' | 'evalDatasetColumnExpectedOutput' | 'evalDatasetColumnTags' | 'queryBuilderLabel' | 'queryBuilderEmpty' | 'queryBuilderNoFields' | 'queryBuilderAddCondition' | 'queryBuilderRemoveCondition' | 'queryBuilderFieldLabel' | 'queryBuilderFieldPlaceholder' | 'queryBuilderOperatorLabel' | 'queryBuilderOperatorPlaceholder' | 'queryBuilderValueLabel' | 'queryBuilderValuePlaceholder' | 'queryBuilderCombinatorLabel' | 'queryBuilderCombinatorAnd' | 'queryBuilderCombinatorOr' | 'queryBuilderBooleanTrue' | 'queryBuilderBooleanFalse' | 'queryBuilderOperatorEquals' | 'queryBuilderOperatorNotEquals' | 'queryBuilderOperatorGreaterThan' | 'queryBuilderOperatorGreaterThanOrEqual' | 'queryBuilderOperatorLessThan' | 'queryBuilderOperatorLessThanOrEqual' | 'queryBuilderOperatorAfter' | 'queryBuilderOperatorOnOrAfter' | 'queryBuilderOperatorBefore' | 'queryBuilderOperatorOnOrBefore' | 'queryBuilderOperatorContains' | 'queryBuilderOperatorStartsWith' | 'queryBuilderOperatorEndsWith' | 'queryBuilderOperatorIn' | 'queryBuilderOperatorNotIn' | 'queryBuilderOperatorIsEmpty' | 'queryBuilderOperatorIsNotEmpty' | 'memoryPanelLabel' | 'memoryPanelShortTermHeading' | 'memoryPanelLongTermHeading' | 'memoryPanelAdd' | 'memoryPanelAddWithContext' | 'memoryPanelForgetAll' | 'memoryPanelConfirmAddHeading' | 'memoryPanelConfirmRemoveHeading' | 'memoryPanelConfirmForgetHeading' | 'memoryPanelConfirmForgetBody' | 'graphExplorerLabel' | 'graphExplorerSearchPlaceholder' | 'graphExplorerSearchResultsLabel' | 'graphExplorerPin' | 'graphExplorerUnpin' | 'graphExplorerPinned' | 'graphExplorerUnpinned' | 'graphExplorerPinnedHeading' | 'graphExplorerFindPath' | 'retrievalModeVector' | 'retrievalModeKeyword' | 'retrievalModeHybrid' | 'retrievalSearchLabel' | 'retrievalModeLabel' | 'retrievalFiltersLabel' | 'groundingSummaryLabel' | 'groundingSummaryEmpty' | 'groundingSummarySupportedLabel' | 'groundingSummaryUnsupportedLabel' | 'groundingSummaryCoverageLabel' | 'groundingSummaryConfidenceLabel' | 'groundingSummaryWarningsHeading' | 'groundingSummaryEvidenceHeading' | 'claimEvidenceLabel' | 'claimEvidenceEmpty' | 'claimEvidenceSupported' | 'claimEvidencePartiallySupported' | 'claimEvidenceUnsupported' | 'claimEvidenceContradicted' | 'claimEvidenceConfidence' | 'retrievalCompareLabel' | 'retrievalCompareEmpty' | 'retrievalCompareOverlap' | 'retrievalCompareRank' | 'retrievalCompareDenseScore' | 'retrievalCompareSparseScore' | 'retrievalCompareRerankScore' | 'retrievalCompareFinalScore' | 'ragEvalDashboardLabel' | 'ragEvalDashboardEmpty' | 'ragEvalDashboardRuns' | 'ragEvalDashboardSlices' | 'ragEvalDashboardAllSlices' | 'ragEvalDashboardSliceUnavailable' | 'promptStudioLabel' | 'promptStudioMessages' | 'promptStudioVariables' | 'promptStudioVersions' | 'promptStudioPreview' | 'promptStudioRun' | 'promptStudioSave' | 'promptStudioAddMessage' | 'promptStudioRemoveMessage' | 'promptStudioMessageRole' | 'promptStudioMessageContent' | 'promptStudioRoleSystem' | 'promptStudioRoleUser' | 'promptStudioRoleAssistant' | 'promptStudioRoleTool' | 'schemaViewerLabel' | 'schemaViewerEmpty' | 'schemaViewerRequired' | 'schemaViewerCircular' | 'schemaViewerType' | 'subagentPanelLabel' | 'subagentPanelEmpty' | 'subagentPanelRetry' | 'subagentPanelCancelRun' | 'subagentPanelRetryRun' | 'toolTimelineDetailsFor' | 'realtimeSessionLabel' | 'realtimeSessionDisconnected' | 'realtimeSessionConnecting' | 'realtimeSessionConnected' | 'realtimeSessionReconnecting' | 'realtimeSessionError' | 'realtimeSessionConnect' | 'realtimeSessionDisconnect' | 'realtimeSessionMute' | 'realtimeSessionUnmute' | 'realtimeSessionInterrupt' | 'realtimeSessionConnectionFailed' | 'contextInspectorRedacted' | 'contextInspectorTruncated' | 'contextInspectorLabel' | 'contextInspectorEmpty' | 'contextInspectorCopyLabel' | 'knowledgeBaseSyncIdle' | 'knowledgeBaseSyncSyncing' | 'knowledgeBaseSyncPaused' | 'knowledgeBaseSyncSynced' | 'knowledgeBaseSyncError' | 'knowledgeBaseHealthHealthy' | 'knowledgeBaseHealthDegraded' | 'knowledgeBaseHealthFailed' | 'knowledgeBaseHealthUnknown' | 'knowledgeBasePermissionOwner' | 'knowledgeBasePermissionEditor' | 'knowledgeBasePermissionViewer' | 'knowledgeBasePermissionRestricted' | 'knowledgeBaseNeverSynced' | 'knowledgeBaseSyncAction' | 'knowledgeBasePauseAction' | 'knowledgeBaseDeleteAction' | 'knowledgeBaseNameColumn' | 'knowledgeBaseSyncColumn' | 'knowledgeBaseHealthColumn' | 'knowledgeBasePermissionColumn' | 'knowledgeBaseActionsColumn' | 'knowledgeBaseTotalSources' | 'knowledgeBaseSyncedSources' | 'knowledgeBaseSyncingSources' | 'knowledgeBaseNeedsAttention' | 'knowledgeBaseHeading' | 'knowledgeBaseCreateSource' | 'knowledgeBaseEmptyHeading' | 'ingestionStageQueued' | 'ingestionStageUploading' | 'ingestionStageExtracting' | 'ingestionStageChunking' | 'ingestionStageEmbedding' | 'ingestionStageIndexing' | 'ingestionStageDone' | 'ingestionStageFailed' | 'ingestionStageCancelled' | 'ingestionQueueLabel' | 'ingestionQueueEmpty' | 'documentLibraryFreshnessFresh' | 'documentLibraryFreshnessAging' | 'documentLibraryFreshnessStale' | 'documentLibrarySelectAll' | 'documentLibrarySelectColumn' | 'documentLibraryTypeColumn' | 'documentLibraryNameColumn' | 'documentLibraryVersionColumn' | 'documentLibraryOwnerColumn' | 'documentLibraryTagsColumn' | 'documentLibraryFreshnessColumn' | 'documentLibraryUpdatedColumn' | 'documentLibraryLabel' | 'documentLibraryEmptyHeading' | 'documentLibraryNoMatchesHeading' | 'documentLibrarySearchPlaceholder' | 'documentLibraryFilterByTag' | 'documentLibraryClearSelection' | 'documentLibrarySelectedCount' | 'documentCompareNoVersion' | 'documentCompareLabel' | 'agentRunCurrentStepLabel' | 'graphQueryHopRangeInvalid' | 'graphQueryRelationshipTypeLabel' | 'graphQueryNodeTypeLabel' | 'graphQueryBuilderLabel' | 'graphQueryStartLabel' | 'graphQueryEndLabel' | 'graphQueryMinHopsLabel' | 'graphQueryMaxHopsLabel' | 'graphQueryDirectionLabel' | 'graphQueryRun' | 'graphQuerySavedQueriesLabel' | 'graphQuerySaveNameLabel' | 'graphQuerySaveButton' | 'graphQueryLoadWithContext' | 'filterBarReset' | 'filterBarActiveFilters' | 'drilldownDocuments' | 'drilldownRuns' | 'drilldownEmpty' | 'evaluationRunStatusIdle' | 'evaluationRunStatusWaitingInput' | 'evaluationRunStatusWaitingApproval' | 'evaluationRunStatusCancelled' | 'evaluationRunGroundingHeading' | 'evaluationRunToolTraceHeading' | 'evaluationRunInputHeading' | 'evaluationRunOutputHeading' | 'evaluationRunLabel' | 'evaluationRunProgressLabel' | 'retrievalFilterChipLabel' | 'retrievalSearchEmptyDescription' | 'groundingSummaryEvidenceSpan' | 'contextInspectorTruncatedCount' | 'contextInspectorSegmentTokens' | 'knowledgeBaseDocumentCount' | 'knowledgeBaseRowActionsLabel' | 'knowledgeBaseEmptyDescription' | 'ingestionChunkCount' | 'ingestionItemProgressLabel' | 'ingestionEmbeddedOfTotal' | 'ingestionAttemptCount' | 'ingestionRetryWithContext' | 'ingestionCancelWithContext' | 'documentLibrarySelectDocument' | 'agentRunStatusAnnounce' | 'graphQueryDeleteWithContext' | 'evaluationRunExampleLabel' | 'evaluationRunExampleStartedAnnounce' | 'evaluationRunExampleCompletedAnnounce' | 'evaluationRunExampleFailedAnnounce' | 'evaluationRunExampleCancelledAnnounce' | 'evaluationRunExampleWaitingInputAnnounce' | 'evaluationRunExampleWaitingApprovalAnnounce' | 'evaluationRunProgressSummary' | 'evaluationRunRunningCount' | 'evaluationRunFailedCount' | 'retrievalStageQueryRewrite' | 'retrievalStageEmbed' | 'retrievalStageRetrieve' | 'retrievalStageRerank' | 'retrievalStageFilter' | 'retrievalTraceEvidenceToggle' | 'documentCompareOldVersion' | 'documentCompareNewVersion' | 'agentRunStatusIdle' | 'agentRunStatusQueued' | 'agentRunStatusCollecting' | 'agentRunStatusWaitingInput' | 'agentRunStatusWaitingApproval' | 'agentRunStatusDone' | 'agentRunStatusCancelled' | 'localePickerLabel' | 'localePickerRequired' | 'flagLoadError' | 'moveUp' | 'moveDown' | 'reorderMovePending' | 'reorderMoveCancelled' | 'reorderItemMoved';
|
|
32
32
|
/**
|
|
33
33
|
* Message-catalog input. Registration and per-instance `.strings` assignment snapshot eligible
|
|
34
34
|
* own data properties; retained catalogs are immutable, so reassign or re-register to publish a
|
|
@@ -2,4 +2,4 @@ import{resolveLyraString as resolveRuntimeLyraString}from"./localization-runtime
|
|
|
2
2
|
{extendedAddress}
|
|
3
3
|
{streetAddress}
|
|
4
4
|
{locality} {region} {postalCode}
|
|
5
|
-
{country}`,contactViewerTypeHome:"Home",contactViewerTypeWork:"Work",contactViewerTypeCell:"Mobile",contactViewerTypeVoice:"Voice",contactViewerTypeFax:"Fax",contactViewerTypeInternet:"Internet",contactViewerTypePreferred:"Preferred",exportButtonLabel:"Export",generationStatusElapsedSeconds:"{seconds}s",generationStatusTokenCount:"{count} token",generationStatusTokensCount:"{count} tokens",generationStatusThroughput:"{rate} tok/s",graphDataList:"Graph data",graphItemAnnouncement:"{item} ({index} of {total})",navigation:"Navigation",attachmentRetryWithContext:"Retry {label}",attachmentUploadingWithContext:"Uploading {label}",attachmentUploadingProgress:"Uploading {percent}%",attachmentUploadingIndeterminate:"Uploading\u2026",attachmentUploadFailed:"Upload failed",attachmentUntitledFile:"Untitled file",chartTrendIncreasing:"increasing",chartTrendDecreasing:"decreasing",chartTrendFlat:"flat",chartSummary:"{label}: {count} values, range {min} to {max}, {trend} trend",chartSeriesNoData:"{label}: no data",chartSummaryWithData:"{type} chart. {summaries}.",chartSummaryEmpty:"{type} chart with no data.",chartSummarySeparator:". ",chartData:"Chart data",chartDataSampled:"The generated data table shows a sample of up to 1,000 records. Provide a custom data table to access all chart data.",chartZoomUnavailable:"Zoom is unavailable, but the core chart remains available.",chartDataLabelsUnavailable:"Data labels are unavailable, but the core chart remains available.",chartStackTotalsUnavailable:"Stack totals are unavailable, but the core chart remains available.",chart:"Chart",chartTypeLine:"Line",chartTypeBar:"Bar",chartTypeScatter:"Scatter",chartTypePie:"Pie",chartTypeDoughnut:"Doughnut",chartTypeRadar:"Radar",chartTypePolarArea:"Polar area",chartTypeBubble:"Bubble",boxPlotSeriesSummary:"{label}: {count} distributions, median range {min} to {max}, {trend} median trend",boxPlotSummaryWithData:"Box plot. {summaries}.",boxPlotSummaryEmpty:"Box plot with no data.",boxPlotData:"Box plot data",chartSeriesLabel:"Series",boxPlotMin:"Min",boxPlotQ1:"Q1",boxPlotMedian:"Median",boxPlotQ3:"Q3",boxPlotMax:"Max",boxPlot:"Box plot",histogramFrequency:"Frequency",liteChartMarkSummary:"{series}, {label}: {value} ({index} of {total})",liteChartBarLabel:"{series}, {label}: {value}",chartValueLabel:"{label}: {value}",liteChartCustomMarkSummary:"{content} ({index} of {total})",composerLabel:"Message",composerPlaceholder:"Ask anything\u2026",textareaLabel:"Text",citation:"Citation {index}",citationWithStatus:"Citation {index}, {status}",citationWithCustomLabel:"Citation {index}, {label}",comboboxOverflow:"+{n} more \u2014 refine your search",comboboxRequired:"Please select an option.",comboboxCreate:"Create {value}",comboboxLabel:"Combobox",rename:"Rename {title}",previousMonth:"Previous month",nextMonth:"Next month",chooseDate:"Choose date",date:"Date",dateInputMinMessage:"Date must be on or after {min}.",dateInputMaxMessage:"Date must be on or before {max}.",dateInputPastDisabled:"Date cannot be in the past.",dateInputFutureDisabled:"Date cannot be in the future.",dateInputInvalid:"Enter a valid date.",timeInputLabel:"Time",timeInputHour:"Hour",timeInputMinute:"Minute",timeInputSecond:"Second",timeInputDayPeriod:"Day period",timeInputEmptySegment:"Empty",timeInputOpen:"Open time picker",timeInputPopup:"Choose a time",timeInputNow:"Now",timeInputInvalid:"Enter a complete time.",timeInputMinMessage:"Time must be at or after {min}.",timeInputMaxMessage:"Time must be at or before {max}.",timeInputRangeMessage:"Time must be between {min} and {max} across midnight.",timeInputStepMessage:"Enter a time matching the required interval.",documentPreviewEmpty:"No {type} to display.",convertingDocument:"Converting document\u2026",documentPreviewNotAvailable:"Preview not available for {label}.",documentPreviewGenericFile:"this file",documentPreviewTypeDocument:"document",documentPreviewTypeImage:"image",documentPreviewTypeEmail:"email",documentPreviewTypeCalendar:"calendar",archiveViewerEmpty:"This archive is empty.",archiveViewerFolder:"Folder",archiveViewerFile:"File",spreadsheetViewerUnavailable:"Spreadsheet preview is unavailable.",csvViewerUnavailable:"CSV preview is unavailable.",csvViewerLabel:"CSV document",spreadsheetViewerLabel:"Spreadsheet",knownDateDay:"Day",knownDateMonth:"Month",knownDateYear:"Year",documentPreviewTypeDataset:"dataset",documentPreviewTypeContact:"contact",download:"Download",exportFormatMenuLabel:"{label} format",fileInputDefaultLabel:"Drop files here or click to browse",fileInputAcceptedOne:"{count} file added.",fileInputAcceptedMany:"{count} files added.",fileInputRejectedOne:"{count} file rejected.",fileInputRejectedMany:"{count} files rejected.",fileInputFolderRejected:"Folders are not accepted here.",fileInputRejectedType:"{filename}: this file type is not accepted.",fileInputRejectedSize:"{filename}: this file is too large.",fileInputRejectedCount:"{filename}: only one file can be selected at a time.",fileInputRejectedRead:"{filename}: the file could not be read.",fileInputRejectedLimit:"{filename}: the folder contains too many entries.",elapsedMinutesSecondsTemplate:"{minutes}m {seconds}s",graphNode:"Node {label}",graphLink:"Link from {source} to {target}",graphDiagram:"Node-link diagram with {nodeCount} nodes and {linkCount} links",graphTypedNode:"{label} ({type})",graphExpandableItem:"{item}, expandable",graphNodeFocused:"Centered on {label}",graphSelectionCount:"{count} selected",graphNodesHidden:"{hidden} of {total} nodes hidden",graphCommunity:"Community {label}, {count} nodes",heatmapValueLabel:"value",heatmapMatrixCellLabel:"Row {row}, Col {col}: {value}",heatmapCalendarLabel:"Calendar heatmap of {days} days, {label} range {range}",heatmapMatrixLabel:"Heatmap of {rows} \xD7 {cols} cells, {label} range {range}",heatmapCalendarCellLabel:"{date}: {value}",heatmapNoDataValue:"no data",heatmapDefaultRowLabel:"row {n}",heatmapDefaultColLabel:"col {n}",heatmapSelectedCellLabel:"Selected: {cell}.",heatmapProjectionLimit:"Only the first {count} heatmap cells are shown.",heatmapDecorationLimit:"Only the first {count} heatmap colors, legend stops, and annotations are shown.",inputLabel:"Text",showPassword:"Show password",hidePassword:"Hide password",radioRequired:"Please select an option.",progress:"Progress",responsivePanel:"Panel",popover:"Popover",details:"Details",breadcrumb:"Breadcrumb",timeline:"Timeline",rating:"Rating",sliderLabel:"Slider",feedbackPositive:"Good response",feedbackNegative:"Bad response",feedbackReasonsLabel:"Choose a reason",feedbackCommentLabel:"Add a comment",feedbackCommentPlaceholder:"Add more detail (optional)",feedbackSubmit:"Submit feedback",feedbackSubmitted:"Feedback submitted",colorPicker:"Color picker",mediaCardUntitledFile:"Untitled file",mediaCardOpenName:"Open {name}",mediaCardOpenImageAttachment:"Open image attachment",mediaCardOpenVideoAttachment:"Open video attachment",mediaCardOpenFileAttachment:"Open file attachment",mediaCardImageAttachment:"Image attachment",mediaCardVideoAttachment:"Video attachment",animatedImageDefaultAlt:"Animated image",mentionSuggestions:"Suggestions",suggestionsLabel:"Suggested prompts",map:"Map",model:"Model",selectModel:"Select a model\u2026",modelSelectNoModels:"No models",modelSelectRequired:"Please choose a model.",temperature:"Temperature",play:"Play",playbackPosition:"Playback position",playbackStepPosition:"Step {index} of {total}",videoPlayerLabel:"Video player",videoMute:"Mute",videoUnmute:"Unmute",videoVolume:"Volume",videoCaptions:"Captions",videoCaptionsOff:"Off",videoPlaybackSpeed:"Playback speed",videoPictureInPicture:"Enter picture in picture",videoExitPictureInPicture:"Exit picture in picture",videoEnterFullscreen:"Enter fullscreen",videoExitFullscreen:"Exit fullscreen",videoPlaylistLabel:"Video playlist",videoPlaylistUntitled:"Video {position}",selectValueMissing:"Please select an option.",select:"Select",sourceListDefaultLabel:"Sources",threadListLabel:"Conversations",threadGroupPinned:"Pinned",threadGroupToday:"Today",threadGroupYesterday:"Yesterday",threadGroupPrevious7Days:"Previous 7 days",threadGroupPrevious30Days:"Previous 30 days",threadGroupArchived:"Archived",threadGroupExpand:"Expand {label}",threadGroupCollapse:"Collapse {label}",pinConversation:"Pin conversation",unpinConversation:"Unpin conversation",archiveConversation:"Archive conversation",unarchiveConversation:"Unarchive conversation",deleteConversation:"Delete conversation",searchThreads:"Search conversations",threadListMatchAnnounce:{one:"{count} conversation found",other:"{count} conversations found"},threadListEmpty:"No conversations yet",agentWorkspaceLabel:"Agent workspace",agentWorkspaceConversation:"Conversation",agentWorkspaceDetails:"Run details",agentWorkspaceRun:"Agent run",agentWorkspaceTools:"Tools",agentWorkspaceRetrieval:"Retrieved context",agentWorkspaceGrounding:"Grounding",agentWorkspaceContext:"Context",agentWorkspaceEmpty:"No messages yet",ragAnswerLabel:"Grounded answer",ragAnswerCitations:"Citations",ragAnswerSources:"Sources",ragAnswerRetry:"Retry answer",evaluationDashboardLabel:"Evaluation dashboard",evaluationDashboardRunsLabel:"Evaluation runs",evaluationDashboardNoRuns:"No evaluation runs yet",approvalQueueLabel:"Tool approval queue",approvalQueueEmpty:"No tool approvals pending",approvalQueueOpen:"Review approval for {tool}",approvalQueuePendingCount:"{count} pending approvals",approvalQueuePending:"Pending",embeddingExplorerLabel:"Embedding explorer",embeddingExplorerEmpty:"No embedding points",embeddingExplorerPoint:"{label}, embedding point {index}",knowledgeBaseAdminLabel:"Knowledge base administration",knowledgeBaseAdminSourcesTab:"Sources",knowledgeBaseAdminIngestionTab:"Ingestion",resizeDivider:"Resize divider between panel {a} and panel {b}",trendUnchanged:"unchanged",statTrendIncreased:"increased {value}",statTrendDecreased:"decreased {value}",statTrendGood:"good",statTrendBad:"bad",statTrendAnnouncement:"{trend}, {polarity}",streamStalled:"Taking longer than usual\u2026",streamStallAnnounce:"Connection stalled.",streamRecoverAnnounce:"Connection restored.",streamStallClearedAnnounce:"No longer stalled.",thinkingPanelLabel:"Thinking",messagePartsLabel:"Message content",messagePartError:"Part failed",messagePartRetry:"Retry this part",promptQueueLabel:"Queued prompts",promptQueueEmpty:"No prompts queued",promptQueueSendNow:"Send now",selectionToolbarLabel:"Selection actions",selectionAsk:"Ask",selectionQuote:"Quote",selectionCite:"Cite",promptInputLabel:"AI prompt",promptInputControls:"Prompt options",promptInputSources:"Sources",promptInputAttachments:"Attachments",mcpAppLabel:"Interactive app",mcpAppUnavailable:"This interactive app could not be loaded.",mcpAppLoading:"Loading interactive app\u2026",taskListLabel:"Tasks",taskListCompletedOfTotal:"{completed} of {total} completed",taskListStepStartedAnnounce:"Step started: {label}",taskListStepCompletedAnnounce:"Step completed: {label}",taskListStepFailedAnnounce:"Step failed: {label}",activityFeedLabel:"Activity",activityFeedCompletedSteps:"Completed {count} steps",activityFeedCompletedStep:"Completed {count} step",handoffLabel:"Agent handoff",handoffToAgent:"Transferred to {agent}",handoffFromToAgent:"Transferred from {from} to {to}",usageBadgeLabel:"Usage",usageBadgeTokensIn:"{count} in",usageBadgeTokensOut:"{count} out",usageBadgeTokensInLabel:"Input tokens",usageBadgeTokensOutLabel:"Output tokens",usageBadgeTotalTokensLabel:"Total tokens",usageBadgeCostLabel:"Cost",usageBadgeLatencyLabel:"Latency",checkpointLabel:"Checkpoint",checkpointRestore:"Restore",checkpointRestoreWithContext:"Restore conversation to {label}",checkpointRestoring:"Restoring\u2026",checkpointConfirmPrompt:"Restore the conversation to this point?",thoughtFor:"Thought for {duration}",thinking:"Thinking\u2026",rangeStart:"Range start",rangeEnd:"Range end",calloutAnnouncementWithContext:"{context}: {content}",closeWithContext:"Close: {snippet}",closeWithTruncatedContext:"Close: {snippet}\u2026",toastContentIncomplete:"Notification with incomplete content",toastOverflow:"Notifications not shown: {count}.",toolApprovalHeading:"Approve {tool} call?",toolApprovalGenericTool:"tool",toolApprovalArgsLabel:"Tool call arguments (JSON)",confirmApproved:"Approved",confirmDenied:"Denied",confirmApprovedAnnounce:"Action approved.",confirmDeniedAnnounce:"Action denied.",deny:"Deny",edit:"Edit",approve:"Approve",invalidJson:"Invalid JSON.",fieldRequired:"This field is required.",fieldMustBeString:"Must be a string.",fieldMustBeNumber:"Must be a finite number.",fieldMustBeInteger:"Must be a whole number.",fieldMustBeBoolean:"Must be a boolean.",unsupportedFieldType:'Unsupported field type "{type}".',fieldMustBeOneOf:"Must be one of: {values}.",fieldMustEqual:"Must equal {value}.",schemaMustBeObject:"Schema must describe an object.",schemaPropertiesMustBeFlat:"Schema properties must be a flat object.",valueMustBeSerializable:"Value must be JSON-serializable.",valueInvalid:"The value is invalid.",phoneInputLabel:"Phone",phoneInputIncomplete:"This phone number is incomplete.",otpInputIncomplete:"Enter all {total} characters.",otpInputLabel:"Verification code",numberInputIncrease:"Increase",numberInputDecrease:"Decrease",textareaCharacterCount:{one:"{count} character",other:"{count} characters"},textareaCharactersRemaining:{one:"{count} character remaining",other:"{count} characters remaining"},copyFailed:"Copy failed",colorPickerSaturationBrightness:"Saturation and brightness",colorPickerSaturationBrightnessValue:"Saturation {saturation}%, brightness {brightness}%",colorPickerHue:"Hue",colorPickerHueValue:"{hue} degrees",colorPickerOpacity:"Opacity",colorPickerOpacityValue:"{opacity}% opaque",colorPickerValueField:"Color value",colorPickerToggleFormat:"Toggle color format",colorPickerEyeDropper:"Select a color from the screen",colorPickerSwatches:"Color swatches",colorPickerSwatch:"Select {color}",colorPickerCurrentValue:"Current color: {color}",selectSelectedOverflow:"+{n} more",iconLoadError:"The icon failed to load.",iconTooLarge:"The icon file is too large to display.",iconSanitizerMissing:'This icon needs the optional "dompurify" package installed to render safely.',paginationFirstPage:"First page",paginationLastPage:"Last page",accessibleLabelSeparator:" \u2014 ",durationMilliseconds:"{value}ms",durationSeconds:"{value}s",selectTools:"Select tools",searchToolsPlaceholder:"Search tools\u2026",useDefaultTools:"Use default tools",toolSelectCustomizeHint:"Turn off to choose individual tools.",noMatchesQuery:'No tools match "{query}".',toolSelectNoneAvailable:"No tools available.",toolSelectSummary:"{selected} of {total} tools enabled",toolCount:{one:"{count} tool",other:"{count} tools"},otherCategory:"Other",widgetFullscreenPanel:"Fullscreen panel",widgetViewGroup:"Panel view",widgetExitFullscreen:"Exit fullscreen",widgetExpandToFullscreen:"Expand to fullscreen",widgetCollapse:"Collapse panel",widgetExpand:"Expand panel",menuLabel:"Menu",pause:"Pause",kbdEscapeVisual:"Esc",kbdEscapeWord:"Escape",kbdTabWord:"Tab",kbdSpaceWord:"Space",kbdDeleteVisual:"Del",kbdDeleteWord:"Delete",kbdHomeWord:"Home",kbdEndWord:"End",kbdPageUpVisual:"PgUp",kbdPageUpWord:"Page Up",kbdPageDownVisual:"PgDn",kbdPageDownWord:"Page Down",kbdEnterWord:"Enter",kbdBackspaceWord:"Backspace",kbdArrowUpWord:"Arrow Up",kbdArrowDownWord:"Arrow Down",kbdArrowLeftWord:"Arrow Left",kbdArrowRightWord:"Arrow Right",kbdPlusWord:"Plus",kbdMinusWord:"Minus",kbdCommandWord:"Command",kbdControlVisual:"Ctrl",kbdControlWord:"Control",kbdOptionWord:"Option",kbdAltWord:"Alt",kbdShiftWord:"Shift",emailViewerLabel:"Email viewer",emailViewerMissingParser:'This viewer needs the optional "postal-mime" package installed to parse this message.',emailViewerFrom:"From",emailViewerTo:"To",emailViewerSubject:"Subject",emailViewerDate:"Date",emailViewerAttachments:"Attachments",emailViewerNoSubject:"(no subject)",emailViewerOpenAttachment:"Open {filename}",emailViewerShowQuoted:"Show quoted text",emailViewerHideQuoted:"Hide quoted text",emailViewerGroupAddress:"{name}: {members}",calendarViewerLabel:"Calendar viewer",calendarViewerMissingParser:'This viewer needs the optional "ical.js" package installed to parse this calendar.',calendarViewerEmpty:"This calendar has no events.",calendarViewerNoSummary:"(no title)",pdfViewerLabel:"PDF document",pdfViewerMissingLibrary:'This viewer needs the optional "pdfjs-dist" package installed to render PDF files.',qrCodeMissingLibrary:'This component needs the optional "qrcode" package installed to render QR codes.',qrCodeGenerationFailed:"This value could not be encoded as a QR code.",mapMissingLibrary:'This component needs the optional "maplibre-gl" package installed to render the map.',mapStyleRequired:"Provide a map style to render the map.",mapWebglUnavailable:"This browser cannot provide the graphics support needed to render the map.",mapInitializationFailed:"The map could not be initialized.",mapLegend:"Map legend",chartMissingLibrary:'This component needs the optional "chart.js" package installed to render charts.',boxPlotMissingLibrary:"This component needs the optional box-plot chart package installed to render box plots.",graphMissingLibrary:'This component needs the optional "d3" package installed to render the graph.',pdfViewerPageOf:"Page {page} of {total}",pdfViewerZoomIn:"Zoom in",pdfViewerZoomOut:"Zoom out",pdfViewerCurrentZoom:"{percent}%",pdfViewerPreviousPage:"Previous page",pdfViewerNextPage:"Next page",anchorJumped:"Jumped to highlighted passage.",anchorJumpedToPage:"Jumped to page {page}.",anchorNotFound:"Passage not found in this document.",highlightLayerLabel:"Highlights",highlightWithLabel:"Highlight: {label}",cellHighlightWithLabel:"Highlight: {value} \u2014 {label}",highlightOfTotal:"Highlight {index} of {total}",pageRailLabel:"Page thumbnails",pageRailPage:"Page {page}",pageRailPageHighlighted:{one:"Page {page}, {count} highlighted passage",other:"Page {page}, {count} highlighted passages"},skipToContent:"Skip to content",tourSkip:"Skip",tourDone:"Done",tourStepOf:"Step {current} of {total}",emojiPickerSearchLabel:"Search emoji",emojiPickerGridLabel:"Emoji",emojiPickerEmpty:"No emoji found",emojiPickerLoadError:"Could not load emoji.",emojiPickerGroupSmileysEmotion:"Smileys & Emotion",emojiPickerGroupPeopleBody:"People & Body",emojiPickerGroupComponent:"Component",emojiPickerGroupAnimalsNature:"Animals & Nature",emojiPickerGroupFoodDrink:"Food & Drink",emojiPickerGroupTravelPlaces:"Travel & Places",emojiPickerGroupActivities:"Activities",emojiPickerGroupObjects:"Objects",emojiPickerGroupSymbols:"Symbols",emojiPickerGroupFlags:"Flags",pushToTalkRequesting:"Requesting microphone\u2026",pushToTalkDenied:"Microphone access denied",pushToTalkError:"Recording failed",pushToTalkUnsupported:"Recording is not supported in this browser",pushToTalkStarted:"Recording started",pushToTalkStopped:"Recording stopped",pushToTalkCancelled:"Recording cancelled",pushToTalkHold:"Hold to talk",pushToTalkStart:"Start recording",pushToTalkStop:"Stop recording",traceTree:"Trace tree",traceTreeSpanStatus:"{name} \u2014 {status}",traceTreeMetricLabel:"{label}: {value}",spanProjectionLimit:"Only the first {count} spans are shown.",agentTraceFilterLabel:"Trace span kinds",spanKindAgent:"Agent",spanKindLlm:"LLM",spanKindTool:"Tool",spanKindRetriever:"Retriever",spanKindEmbedding:"Embedding",spanKindOther:"Other",tokensIn:"Tokens in",tokensOut:"Tokens out",cost:"Cost",duration:"Duration",spanWaterfall:"Span timeline",spanStartedAtOffset:"started at +{value}",rubricSubmit:"Submit",rubricSubmitAndNext:"Submit and next",rubricSkip:"Skip",compareResponseA:"Response A",compareResponseB:"Response B",compareVoteLabel:"Vote",compareVoteBetter:"{label} is better",compareVoteTie:"Tie",compareVoteBothBad:"Both are bad",compareVoteRecorded:"Vote recorded: {label}",comparePanel:"Comparison",audioVisualizerLabel:"Voice activity: {state}",audioVisualizerIdle:"Idle",audioVisualizerListening:"Listening",audioVisualizerThinking:"Thinking",audioVisualizerSpeaking:"Speaking",treeNodeMoved:"Moved {label} to position {index} of {total}",fileTreeLabel:"Files",fileTreeDiffSummary:"+{additions} -{deletions}",gitStatusAdded:"Added",gitStatusModified:"Modified",gitStatusDeleted:"Deleted",gitStatusRenamed:"Renamed",gitStatusUntracked:"Untracked",gitStatusConflicted:"Conflicted",gitStatusIgnored:"Ignored",imageViewerLabel:"Image viewer",imageViewerFailedToLoad:"The image failed to load.",imageViewerRotate:"Rotate",imageViewerFitLabel:"Fit",imageViewerFitContain:"Fit image",imageViewerFitWidth:"Fit width",imageViewerFitActual:"Actual size",imageViewerAnnotate:"Annotate",imageViewerHighlightsLabel:"Highlighted regions",imageViewerUnlabeledHighlight:"Highlight {index}",imageViewerAnnotationHint:"Annotation mode on. Press Enter to place a region, then use arrow keys to move it, Shift plus arrow keys to resize it, Enter to save, or Escape to cancel.",imageViewerAnnotationBoxPosition:"Region at {x} percent, {y} percent, {width} by {height} percent.",imageViewerAnnotationAdded:"Region added.",imageViewerAnnotationCancelled:"Region cancelled.",transcriptFeedLabel:"Transcript",transcriptFeedEmpty:"No transcript yet",transcriptFeedInterim:"Transcribing\u2026",commitCardLabel:"Commit",commitCardCopyHash:"Copy commit hash",commitCardDiffSummary:"+{additions} -{deletions} in {files} files",commitCardShowFiles:"Show {count} changed files",commitCardHideFiles:"Hide {count} changed files",stackTraceLabel:"Stack trace",stackTraceLimit:"Some stack-trace content was omitted because the display limit was reached.",stackTraceShowFrames:"Show {count} internal frames",stackTraceHideFrames:"Hide {count} internal frames",statusSkipped:"Skipped",testResultsLabel:"Test results",testResultsPassed:"{count} passed",testResultsFailed:"{count} failed",testResultsSkipped:"{count} skipped",testResultsRunning:"{count} running",testResultsFilterLabel:"Filter by status",testResultsCompleteAnnounce:"{passed} passed, {failed} failed, {skipped} skipped",testResultsExpandTest:"Expand {name}",testResultsCollapseTest:"Collapse {name}",envListLabel:"Environment variables",envListReveal:"Reveal {name}",envListHide:"Hide {name}",envListValueHidden:"Value hidden",envListCopy:"Copy {name}",voice:"Voice",voicePickerNoVoices:"No voices available",voicePickerRequired:"Please choose a voice.",voicePickerPreview:"Preview {name}",voicePickerStopPreview:"Stop preview",avPlayerLabel:"Audio/video player",avPlayerFailedToLoad:"The media failed to load.",avPlayerTranscript:"Transcript",avPlayerTimeline:"Seek",avPlayerPlaybackRate:"Playback speed",avPlayerRateOption:"{rate}\xD7",avPlayerPosition:"{current} of {duration}",attachmentTriggerAudio:"Record audio",attachmentMenuAudio:"Record audio",browserFrameLabel:"Browser view",browserFrameUrlLabel:"Address",browserFrameViewOf:"Browser view of {url}",browserFrameTakeOver:"Take over",browserFrameHandBack:"Hand back",browserFrameStop:"Stop",browserFrameStatusIdle:"Idle",browserFrameStatusConnecting:"Connecting\u2026",browserFrameStatusLive:"Live",browserFrameStatusStalled:"Stalled",browserFrameControllerAgent:"Agent",browserFrameControllerUser:"User",notebookViewerLabel:"Notebook viewer",notebookViewerInvalid:"This file is not a valid Jupyter notebook.",notebookViewerUnsupportedVersion:"Notebook format {version} is not supported.",notebookViewerTooManyCells:"This notebook has too many cells to display.",notebookViewerInPrompt:"In [{count}]",notebookViewerInPromptEmpty:"In [ ]",notebookViewerCodeCell:"Code cell {index}",notebookViewerMarkdownCell:"Markdown cell {index}",notebookViewerRawCell:"Raw cell {index}",notebookViewerErrorOutput:"Error",notebookViewerShowAllOutput:"Show all output",notebookViewerCollapseOutput:"Collapse output",notebookViewerUnrenderedOutput:"This output type cannot be displayed.",xmlViewerLabel:"XML viewer",xmlViewerParseError:"This document could not be parsed as XML.",xmlViewerTooManyNodes:"This document has too many nodes to display.",xmlViewerChildCount:{one:"{count} child",other:"{count} children"},xmlViewerCopyDocument:"Copy XML to clipboard",xmlViewerCopyNode:"Copy {name}",xmlViewerExpandNode:"Expand {name}",xmlViewerCollapseNode:"Collapse {name}",artifactPanelLabel:"Artifact",artifactPanelPreview:"Preview",artifactPanelCode:"Code",artifactPanelPreviousVersion:"Previous version",artifactPanelNextVersion:"Next version",artifactPanelVersionPosition:"Version {index} of {count}",artifactPanelRestore:"Restore this version",artifactPanelGenerating:"Generating\u2026",resultFieldLabel:"{label}:",geojsonViewLabel:"Map",geojsonViewInvalid:"This file is not valid GeoJSON.",geojsonViewFeatureCount:{one:"{count} feature",other:"{count} features"},geojsonViewMissingMapLibrary:"Install the optional maplibre-gl peer to render this file on a map. Showing the raw GeoJSON instead.",mindMapLabel:"Mind map",mindMapTopicStatus:"{label}, level {level}, {count} subtopics",mindMapLeafStatus:"{label}, level {level}",mindMapExpanded:"{label} expanded",mindMapCollapsed:"{label} collapsed",entityDegree:"Connections",entityCommunity:"Community",focusInGraph:"Focus in graph",untitledEntity:"Untitled entity",untitledCommunity:"Untitled community",communityMemberCount:"{count} members",communityDrillIn:"Explore community",selectAllSources:"Select all sources",sourcePickerSelection:"{selected} of {total} selected",provenancePanelLabel:"Grounding",provenanceEntities:"Entities",provenanceRelationships:"Relationships",provenanceCommunities:"Communities",provenanceChunks:"Text chunks",provenanceEmpty:"No grounding data for this answer",chunkInspectorLabel:"Retrieved chunks",chunkScore:"Relevance {percent}%",scoreTierHigh:"High relevance",scoreTierMedium:"Medium relevance",scoreTierLow:"Low relevance",chunkInspectorEmpty:"No chunks retrieved",flowCanvasLabel:"Workflow canvas",flowCanvasLayoutLimit:"Some edge-ordering detail was omitted because the flow layout work limit was reached.",flowCanvasSummary:"Workflow with {nodeCount} nodes and {edgeCount} edges",flowNode:"Node {label}",flowEdge:"Edge from {source} to {target}",flowEdgeWithLabel:"{label}, edge from {source} to {target}",flowItemAnnouncement:"{item} ({index} of {total})",dashboardGridLabel:"Dashboard grid",dashboardCellCollisionRejected:"{label} cannot be placed there because it overlaps another cell.",dashboardCellMoved:"{label} moved to column {x}, row {y}.",dashboardCellResized:"{label} resized to width {w}, height {h}.",flowEdgeList:"Workflow edges",flowNodeSelected:"{label} selected",flowNodeDeselected:"{label} deselected",flowSelectionCleared:"Selection cleared",flowNodeMoved:"Moved {label} to {x}, {y}",flowConnectStarted:"Connecting from {label}. Use arrow keys to choose a target, Enter to connect, Escape to cancel.",flowConnectTarget:"Connecting {source} to {target} ({index} of {total})",flowConnectCommitted:"Connected {source} to {target}",flowConnectCancelled:"Connection cancelled",zoomToFit:"Zoom to fit",flowLockCanvas:"Lock canvas",flowControlsLabel:"Canvas controls",flowMinimapLabel:"Workflow overview",flowMinimapViewport:"Visible area",flowMinimapInstructions:"Arrow keys pan. Plus and minus zoom. Enter or Home fits the workflow.",flowMinimapViewportChanged:"Position {x}, {y}. Zoom {zoom}.",nodePaletteLabel:"Node palette",nodePalettePlaceholder:"Search nodes\u2026",nodePaletteEmpty:"No matching nodes.",nodePaletteDragHint:"Drag to the canvas, or press Enter to place",nodePaletteResultCount:{one:"{count} item",other:"{count} items"},retrievalResultsSelectRow:"Select {label}",pathStripLabel:"Path",pathNodeStatus:"{label}, node {position} of {total}",pathRelationStatus:"{relation}, relation",flowInputHandle:"Input {id}",flowOutputHandle:"Output {id}",flowStatusWithDuration:"{status} ({duration})",flowStatusWithDetail:"{status} \u2014 {detail}",neighborListLabel:"Relationships",neighborRowLabel:"{label}, {relation}, {direction}",neighborDirectionIn:"Incoming",neighborDirectionOut:"Outgoing",neighborDirectionBoth:"Bidirectional",neighborExpand:"Expand {label} in graph",neighborListEmpty:"No relationships",neighborGroupHeader:"{relation} ({count})",flowRunStatusLabel:"Run status",flowRunSummary:"{done} of {total} steps complete",flowRunStepStatus:"{label}: {status}",flowRunStatusCount:"{status}: {count}",policySummaryLabel:"Policy decisions",policySummaryAllowCount:"{count} allowed",policySummaryDenyCount:"{count} denied",policySummaryNeedsReviewCount:"{count} needs review",policySummaryStateAllow:"Allow",policySummaryStateDeny:"Deny",policySummaryStateNeedsReview:"Needs review",policySummaryCategoryGuardrail:"Guardrail",policySummaryCategoryPermission:"Permission",policySummaryCategoryPrivacy:"Privacy",policySummaryCategoryTool:"Tool",policySummaryDetailLabel:"More detail",evalDatasetLabel:"Evaluation examples",evalDatasetAddExample:"Add example",evalDatasetRemoveExample:"Remove example",evalDatasetImportLabel:"Import examples",evalDatasetSearchLabel:"Search examples",evalDatasetTagFilterLabel:"Filter by tag",evalDatasetEmpty:"No examples yet.",evalDatasetNoMatches:"No examples match the current filters.",evalDatasetColumnInput:"Input",evalDatasetColumnExpectedOutput:"Expected output",evalDatasetColumnTags:"Tags",queryBuilderLabel:"Query builder",queryBuilderEmpty:"No conditions yet.",queryBuilderNoFields:"No fields available.",queryBuilderAddCondition:"Add condition",queryBuilderRemoveCondition:"Remove condition {index}",queryBuilderFieldLabel:"Field",queryBuilderFieldPlaceholder:"Select field",queryBuilderOperatorLabel:"Operator",queryBuilderOperatorPlaceholder:"Select operator",queryBuilderValueLabel:"Value",queryBuilderValuePlaceholder:"Select value",queryBuilderCombinatorLabel:"Combine conditions with",queryBuilderCombinatorAnd:"All conditions (AND)",queryBuilderCombinatorOr:"Any condition (OR)",queryBuilderBooleanTrue:"True",queryBuilderBooleanFalse:"False",queryBuilderOperatorEquals:"Equals",queryBuilderOperatorNotEquals:"Does not equal",queryBuilderOperatorGreaterThan:"Greater than",queryBuilderOperatorGreaterThanOrEqual:"Greater than or equal to",queryBuilderOperatorLessThan:"Less than",queryBuilderOperatorLessThanOrEqual:"Less than or equal to",queryBuilderOperatorAfter:"After",queryBuilderOperatorOnOrAfter:"On or after",queryBuilderOperatorBefore:"Before",queryBuilderOperatorOnOrBefore:"On or before",queryBuilderOperatorContains:"Contains",queryBuilderOperatorStartsWith:"Starts with",queryBuilderOperatorEndsWith:"Ends with",queryBuilderOperatorIn:"Is any of",queryBuilderOperatorNotIn:"Is none of",queryBuilderOperatorIsEmpty:"Is empty",queryBuilderOperatorIsNotEmpty:"Is not empty",memoryPanelLabel:"Memory",memoryPanelShortTermHeading:"Short-term context",memoryPanelLongTermHeading:"Long-term memories",memoryPanelAdd:"Add to long-term memory",memoryPanelAddWithContext:'Add "{label}" to long-term memory',memoryPanelForgetAll:"Forget all",memoryPanelConfirmAddHeading:"Add this to long-term memory?",memoryPanelConfirmRemoveHeading:"Remove this item?",memoryPanelConfirmForgetHeading:"Forget all long-term memories?",memoryPanelConfirmForgetBody:"This permanently forgets all {count} long-term memories.",graphExplorerLabel:"Knowledge graph explorer",graphExplorerSearchPlaceholder:"Search entities\u2026",graphExplorerSearchResultsLabel:"Search results",graphExplorerPin:"Pin",graphExplorerUnpin:"Unpin",graphExplorerPinned:"{label} pinned",graphExplorerUnpinned:"{label} unpinned",graphExplorerPinnedHeading:"Pinned",graphExplorerFindPath:"Find path",retrievalModeVector:"Vector",retrievalModeKeyword:"Keyword",retrievalModeHybrid:"Hybrid",retrievalSearchLabel:"Retrieval search",retrievalModeLabel:"Search mode",retrievalFiltersLabel:"Active filters",groundingSummaryLabel:"Grounding summary",groundingSummaryEmpty:"No grounding assessment available",groundingSummarySupportedLabel:"Supported claims",groundingSummaryUnsupportedLabel:"Unsupported claims",groundingSummaryCoverageLabel:"Citation coverage",groundingSummaryConfidenceLabel:"Confidence",groundingSummaryWarningsHeading:"Warnings",groundingSummaryEvidenceHeading:"Evidence",claimEvidenceLabel:"Claim evidence",claimEvidenceEmpty:"No claim-level evidence available",claimEvidenceSupported:"Supported",claimEvidencePartiallySupported:"Partially supported",claimEvidenceUnsupported:"Unsupported",claimEvidenceContradicted:"Contradicted",claimEvidenceConfidence:"{percent} confidence",retrievalCompareLabel:"Retrieval comparison",retrievalCompareEmpty:"No retrieval result sets to compare",retrievalCompareOverlap:"Top-k overlap between {left} and {right}: {percent}",retrievalCompareRank:"Rank {rank}",retrievalCompareDenseScore:"Dense",retrievalCompareSparseScore:"Sparse",retrievalCompareRerankScore:"Rerank",retrievalCompareFinalScore:"Final",ragEvalDashboardLabel:"RAG evaluation dashboard",ragEvalDashboardEmpty:"No evaluation runs available",ragEvalDashboardRuns:"Evaluation runs",ragEvalDashboardSlices:"Evaluation slices",ragEvalDashboardAllSlices:"All",ragEvalDashboardSliceUnavailable:"No evaluation runs are available for {slice}.",promptStudioLabel:"Prompt studio",promptStudioMessages:"Prompt messages",promptStudioVariables:"Variables",promptStudioVersions:"Versions",promptStudioPreview:"Resolved preview",promptStudioRun:"Run prompt",promptStudioSave:"Save version",promptStudioAddMessage:"Add message",promptStudioRemoveMessage:"Remove message",promptStudioMessageRole:"Message {index} role ({role})",promptStudioMessageContent:"Message {index} content ({role})",promptStudioRoleSystem:"System",promptStudioRoleUser:"User",promptStudioRoleAssistant:"Assistant",promptStudioRoleTool:"Tool",schemaViewerLabel:"Schema viewer",schemaViewerEmpty:"No schema available",schemaViewerRequired:"Required",schemaViewerCircular:"Circular schema reference",schemaViewerType:"Type: {type}",subagentPanelLabel:"Subagents",subagentPanelEmpty:"No subagent runs",subagentPanelRetry:"Retry subagent",subagentPanelCancelRun:"Cancel {name}",subagentPanelRetryRun:"Retry {name}",toolTimelineDetailsFor:"Details for {name}",realtimeSessionLabel:"Realtime session",realtimeSessionDisconnected:"Disconnected",realtimeSessionConnecting:"Connecting",realtimeSessionConnected:"Connected",realtimeSessionReconnecting:"Reconnecting",realtimeSessionError:"Connection error",realtimeSessionConnect:"Connect",realtimeSessionDisconnect:"Disconnect",realtimeSessionMute:"Mute microphone",realtimeSessionUnmute:"Unmute microphone",realtimeSessionInterrupt:"Interrupt response",realtimeSessionConnectionFailed:"The realtime connection failed.",contextInspectorRedacted:"Redacted",contextInspectorTruncated:"Truncated",contextInspectorLabel:"Context inspector",contextInspectorEmpty:"No context segments",contextInspectorCopyLabel:"Copy assembled context",knowledgeBaseSyncIdle:"Idle",knowledgeBaseSyncSyncing:"Syncing",knowledgeBaseSyncPaused:"Paused",knowledgeBaseSyncSynced:"Synced",knowledgeBaseSyncError:"Error",knowledgeBaseHealthHealthy:"Healthy",knowledgeBaseHealthDegraded:"Degraded",knowledgeBaseHealthFailed:"Failed",knowledgeBaseHealthUnknown:"Unknown",knowledgeBasePermissionOwner:"Owner",knowledgeBasePermissionEditor:"Editor",knowledgeBasePermissionViewer:"Viewer",knowledgeBasePermissionRestricted:"Restricted",knowledgeBaseNeverSynced:"Never synced",knowledgeBaseSyncAction:"Sync now",knowledgeBasePauseAction:"Pause sync",knowledgeBaseDeleteAction:"Delete source",knowledgeBaseNameColumn:"Source",knowledgeBaseSyncColumn:"Sync status",knowledgeBaseHealthColumn:"Indexing health",knowledgeBasePermissionColumn:"Permission",knowledgeBaseActionsColumn:"Actions",knowledgeBaseTotalSources:"Sources",knowledgeBaseSyncedSources:"Synced",knowledgeBaseSyncingSources:"Syncing",knowledgeBaseNeedsAttention:"Needs attention",knowledgeBaseHeading:"Knowledge base",knowledgeBaseCreateSource:"Add source",knowledgeBaseEmptyHeading:"No knowledge sources yet",ingestionStageQueued:"Queued",ingestionStageUploading:"Uploading",ingestionStageExtracting:"Extracting text",ingestionStageChunking:"Chunking",ingestionStageEmbedding:"Embedding",ingestionStageIndexing:"Indexing",ingestionStageDone:"Done",ingestionStageFailed:"Failed",ingestionStageCancelled:"Cancelled",ingestionQueueLabel:"Ingestion queue",ingestionQueueEmpty:"No documents queued",documentLibraryFreshnessFresh:"Fresh",documentLibraryFreshnessAging:"Aging",documentLibraryFreshnessStale:"Stale",documentLibrarySelectAll:"Select all documents",documentLibrarySelectColumn:"Select",documentLibraryTypeColumn:"Type",documentLibraryNameColumn:"Name",documentLibraryVersionColumn:"Version",documentLibraryOwnerColumn:"Owner",documentLibraryTagsColumn:"Tags",documentLibraryFreshnessColumn:"Freshness",documentLibraryUpdatedColumn:"Updated",documentLibraryLabel:"Document library",documentLibraryEmptyHeading:"No documents yet",documentLibraryNoMatchesHeading:"No matching documents",documentLibrarySearchPlaceholder:"Search documents",documentLibraryFilterByTag:"Filter by tag",documentLibraryClearSelection:"Clear selection",documentLibrarySelectedCount:"{count} selected",documentCompareNoVersion:"No version provided.",documentCompareLabel:"Document comparison",agentRunCurrentStepLabel:"Current step",graphQueryHopRangeInvalid:"Maximum hops must be at least the minimum.",graphQueryRelationshipTypeLabel:"Relationship type",graphQueryNodeTypeLabel:"Node type",graphQueryBuilderLabel:"Graph query builder",graphQueryStartLabel:"Start entity",graphQueryEndLabel:"End entity",graphQueryMinHopsLabel:"Minimum hops",graphQueryMaxHopsLabel:"Maximum hops",graphQueryDirectionLabel:"Direction",graphQueryRun:"Run query",graphQuerySavedQueriesLabel:"Saved queries",graphQuerySaveNameLabel:"Query name",graphQuerySaveButton:"Save query",graphQueryLoadWithContext:"Load {name}",filterBarReset:"Reset filters",filterBarActiveFilters:"Active filters",drilldownDocuments:"Documents",drilldownRuns:"Agent runs",drilldownEmpty:"No item selected",evaluationRunStatusIdle:"Idle",evaluationRunStatusWaitingInput:"Waiting for input",evaluationRunStatusWaitingApproval:"Waiting for approval",evaluationRunStatusCancelled:"Cancelled",evaluationRunGroundingHeading:"Grounding",evaluationRunToolTraceHeading:"Tool trace",evaluationRunInputHeading:"Input",evaluationRunOutputHeading:"Output",evaluationRunLabel:"Evaluation run",evaluationRunProgressLabel:"Evaluation batch progress",retrievalFilterChipLabel:"{key}: {value}",retrievalSearchEmptyDescription:"Try a different search term or filters.",groundingSummaryEvidenceSpan:"Characters {start}\u2013{end}",contextInspectorTruncatedCount:"Truncated \u2014 {count} tokens omitted",contextInspectorSegmentTokens:"{tokens} tokens",knowledgeBaseDocumentCount:"{count} indexed",knowledgeBaseRowActionsLabel:"Actions for {name}",knowledgeBaseEmptyDescription:"Add a source to start indexing content.",ingestionChunkCount:{one:"{count} chunk",other:"{count} chunks"},ingestionItemProgressLabel:"{name} \u2014 {stage}",ingestionEmbeddedOfTotal:"{embedded} of {total} chunks embedded",ingestionAttemptCount:"Attempt {count}",ingestionRetryWithContext:"Retry {label}",ingestionCancelWithContext:"Cancel {label}",documentLibrarySelectDocument:"Select {name}",agentRunStatusAnnounce:"Status: {status}.",graphQueryDeleteWithContext:"Delete {name}",evaluationRunExampleLabel:"Example {index}",evaluationRunExampleStartedAnnounce:"{label} started",evaluationRunExampleCompletedAnnounce:"{label} completed",evaluationRunExampleFailedAnnounce:"{label} failed",evaluationRunExampleCancelledAnnounce:"{label} cancelled",evaluationRunExampleWaitingInputAnnounce:"{label} needs input",evaluationRunExampleWaitingApprovalAnnounce:"{label} needs approval",evaluationRunProgressSummary:"{completed} of {total} examples complete",evaluationRunRunningCount:"{count} running",evaluationRunFailedCount:"{count} failed",retrievalStageQueryRewrite:"Query rewrite",retrievalStageEmbed:"Embed",retrievalStageRetrieve:"Retrieve",retrievalStageRerank:"Rerank",retrievalStageFilter:"Filter",retrievalTraceEvidenceToggle:"{label} evidence",documentCompareOldVersion:"Old version",documentCompareNewVersion:"New version",agentRunStatusIdle:"Idle",agentRunStatusQueued:"Queued",agentRunStatusCollecting:"Collecting context",agentRunStatusWaitingInput:"Waiting for input",agentRunStatusWaitingApproval:"Waiting for approval",agentRunStatusDone:"Done",agentRunStatusCancelled:"Cancelled",localePickerLabel:"Language",localePickerRequired:"Please choose a language.",flagLoadError:"Flag unavailable",moveUp:"Move up",moveDown:"Move down",reorderMovePending:"Reorder pending.",reorderMoveCancelled:"Reorder cancelled.",reorderItemMoved:"Moved to position {index} of {total}"};import{enableLyraLocaleCache,getLyraLocale,getLyraLocaleDirection,getRegisteredLyraLocales,invalidateLyraLocaleCache,registerLyraLocale,resolveLocalizedParts,resolveLyraDirection,resolveLyraLocale,setLyraLocale,subscribeLyraLocale,subscribeLyraLocaleRegistry}from"./localization-runtime.js";function resolveLyraString(host,key,overrides,fallback,values){return resolveRuntimeLyraString(host,key,overrides,fallback,values,DEFAULT_STRINGS)}const LYRA_DEFAULT_STRINGS=DEFAULT_STRINGS;export{LYRA_DEFAULT_STRINGS,enableLyraLocaleCache,getLyraLocale,getLyraLocaleDirection,getRegisteredLyraLocales,invalidateLyraLocaleCache,registerLyraLocale,resolveLocalizedParts,resolveLyraDirection,resolveLyraLocale,resolveLyraString,setLyraLocale,subscribeLyraLocale,subscribeLyraLocaleRegistry};
|
|
5
|
+
{country}`,contactViewerTypeHome:"Home",contactViewerTypeWork:"Work",contactViewerTypeCell:"Mobile",contactViewerTypeVoice:"Voice",contactViewerTypeFax:"Fax",contactViewerTypeInternet:"Internet",contactViewerTypePreferred:"Preferred",exportButtonLabel:"Export",generationStatusElapsedSeconds:"{seconds}s",generationStatusTokenCount:"{count} token",generationStatusTokensCount:"{count} tokens",generationStatusThroughput:"{rate} tok/s",graphDataList:"Graph data",graphItemAnnouncement:"{item} ({index} of {total})",navigation:"Navigation",attachmentRetryWithContext:"Retry {label}",attachmentUploadingWithContext:"Uploading {label}",attachmentUploadingProgress:"Uploading {percent}%",attachmentUploadingIndeterminate:"Uploading\u2026",attachmentUploadFailed:"Upload failed",attachmentUntitledFile:"Untitled file",chartTrendIncreasing:"increasing",chartTrendDecreasing:"decreasing",chartTrendFlat:"flat",chartSummary:"{label}: {count} values, range {min} to {max}, {trend} trend",chartSeriesNoData:"{label}: no data",chartSummaryWithData:"{type} chart. {summaries}.",chartSummaryEmpty:"{type} chart with no data.",chartSummarySeparator:". ",chartData:"Chart data",chartDataSampled:"The generated data table shows a sample of up to 1,000 records. Provide a custom data table to access all chart data.",chartZoomUnavailable:"Zoom is unavailable, but the core chart remains available.",chartDataLabelsUnavailable:"Data labels are unavailable, but the core chart remains available.",chartStackTotalsUnavailable:"Stack totals are unavailable, but the core chart remains available.",chart:"Chart",chartTypeLine:"Line",chartTypeBar:"Bar",chartTypeScatter:"Scatter",chartTypePie:"Pie",chartTypeDoughnut:"Doughnut",chartTypeRadar:"Radar",chartTypePolarArea:"Polar area",chartTypeBubble:"Bubble",boxPlotSeriesSummary:"{label}: {count} distributions, median range {min} to {max}, {trend} median trend",boxPlotSummaryWithData:"Box plot. {summaries}.",boxPlotSummaryEmpty:"Box plot with no data.",boxPlotData:"Box plot data",chartSeriesLabel:"Series",boxPlotMin:"Min",boxPlotQ1:"Q1",boxPlotMedian:"Median",boxPlotQ3:"Q3",boxPlotMax:"Max",boxPlot:"Box plot",histogramFrequency:"Frequency",liteChartMarkSummary:"{series}, {label}: {value} ({index} of {total})",liteChartBarLabel:"{series}, {label}: {value}",chartValueLabel:"{label}: {value}",liteChartCustomMarkSummary:"{content} ({index} of {total})",composerLabel:"Message",composerPlaceholder:"Ask anything\u2026",textareaLabel:"Text",citation:"Citation {index}",citationWithStatus:"Citation {index}, {status}",citationWithCustomLabel:"Citation {index}, {label}",comboboxOverflow:"+{n} more \u2014 refine your search",comboboxRequired:"Please select an option.",comboboxCreate:"Create {value}",comboboxLabel:"Combobox",rename:"Rename {title}",previousMonth:"Previous month",nextMonth:"Next month",chooseDate:"Choose date",date:"Date",dateInputMinMessage:"Date must be on or after {min}.",dateInputMaxMessage:"Date must be on or before {max}.",dateInputPastDisabled:"Date cannot be in the past.",dateInputFutureDisabled:"Date cannot be in the future.",dateInputInvalid:"Enter a valid date.",timeInputLabel:"Time",timeInputHour:"Hour",timeInputMinute:"Minute",timeInputSecond:"Second",timeInputDayPeriod:"Day period",timeInputEmptySegment:"Empty",timeInputOpen:"Open time picker",timeInputPopup:"Choose a time",timeInputNow:"Now",timeInputInvalid:"Enter a complete time.",timeInputMinMessage:"Time must be at or after {min}.",timeInputMaxMessage:"Time must be at or before {max}.",timeInputRangeMessage:"Time must be between {min} and {max} across midnight.",timeInputStepMessage:"Enter a time matching the required interval.",documentPreviewEmpty:"No {type} to display.",convertingDocument:"Converting document\u2026",documentPreviewNotAvailable:"Preview not available for {label}.",documentPreviewGenericFile:"this file",documentPreviewTypeDocument:"document",documentPreviewTypeImage:"image",documentPreviewTypeEmail:"email",documentPreviewTypeCalendar:"calendar",archiveViewerEmpty:"This archive is empty.",archiveViewerFolder:"Folder",archiveViewerFile:"File",spreadsheetViewerUnavailable:"Spreadsheet preview is unavailable.",csvViewerUnavailable:"CSV preview is unavailable.",csvViewerLabel:"CSV document",spreadsheetViewerLabel:"Spreadsheet",knownDateDay:"Day",knownDateMonth:"Month",knownDateYear:"Year",documentPreviewTypeDataset:"dataset",documentPreviewTypeContact:"contact",download:"Download",exportFormatMenuLabel:"{label} format",fileInputDefaultLabel:"Drop files here or click to browse",fileInputAcceptedOne:"{count} file added.",fileInputAcceptedMany:"{count} files added.",fileInputRejectedOne:"{count} file rejected.",fileInputRejectedMany:"{count} files rejected.",fileInputFolderRejected:"Folders are not accepted here.",fileInputRejectedType:"{filename}: this file type is not accepted.",fileInputRejectedSize:"{filename}: this file is too large.",fileInputRejectedCount:"{filename}: only one file can be selected at a time.",fileInputRejectedRead:"{filename}: the file could not be read.",fileInputRejectedLimit:"{filename}: the folder contains too many entries.",elapsedMinutesSecondsTemplate:"{minutes}m {seconds}s",graphNode:"Node {label}",graphLink:"Link from {source} to {target}",graphDiagram:"Node-link diagram with {nodeCount} nodes and {linkCount} links",graphTypedNode:"{label} ({type})",graphExpandableItem:"{item}, expandable",graphNodeFocused:"Centered on {label}",graphSelectionCount:"{count} selected",graphNodesHidden:"{hidden} of {total} nodes hidden",graphCommunity:"Community {label}, {count} nodes",heatmapValueLabel:"value",heatmapMatrixCellLabel:"Row {row}, Col {col}: {value}",heatmapCalendarLabel:"Calendar heatmap of {days} days, {label} range {range}",heatmapMatrixLabel:"Heatmap of {rows} \xD7 {cols} cells, {label} range {range}",heatmapCalendarCellLabel:"{date}: {value}",heatmapNoDataValue:"no data",heatmapDefaultRowLabel:"row {n}",heatmapDefaultColLabel:"col {n}",heatmapSelectedCellLabel:"Selected: {cell}.",heatmapProjectionLimit:"Only the first {count} heatmap cells are shown.",heatmapDecorationLimit:"Only the first {count} heatmap colors, legend stops, and annotations are shown.",inputLabel:"Text",showPassword:"Show password",hidePassword:"Hide password",radioRequired:"Please select an option.",progress:"Progress",responsivePanel:"Panel",popover:"Popover",details:"Details",breadcrumb:"Breadcrumb",timeline:"Timeline",rating:"Rating",sliderLabel:"Slider",feedbackPositive:"Good response",feedbackNegative:"Bad response",feedbackReasonsLabel:"Choose a reason",feedbackCommentLabel:"Add a comment",feedbackCommentPlaceholder:"Add more detail (optional)",feedbackSubmit:"Submit feedback",feedbackSubmitted:"Feedback submitted",colorPicker:"Color picker",mediaCardUntitledFile:"Untitled file",mediaCardOpenName:"Open {name}",mediaCardOpenImageAttachment:"Open image attachment",mediaCardOpenVideoAttachment:"Open video attachment",mediaCardOpenFileAttachment:"Open file attachment",mediaCardImageAttachment:"Image attachment",mediaCardVideoAttachment:"Video attachment",animatedImageDefaultAlt:"Animated image",mentionSuggestions:"Suggestions",suggestionsLabel:"Suggested prompts",map:"Map",model:"Model",selectModel:"Select a model\u2026",modelSelectNoModels:"No models",modelSelectRequired:"Please choose a model.",temperature:"Temperature",play:"Play",playbackPosition:"Playback position",playbackStepPosition:"Step {index} of {total}",videoPlayerLabel:"Video player",videoMute:"Mute",videoUnmute:"Unmute",videoVolume:"Volume",videoCaptions:"Captions",videoCaptionsOff:"Off",videoPlaybackSpeed:"Playback speed",videoPictureInPicture:"Enter picture in picture",videoExitPictureInPicture:"Exit picture in picture",videoEnterFullscreen:"Enter fullscreen",videoExitFullscreen:"Exit fullscreen",videoPlaylistLabel:"Video playlist",videoPlaylistUntitled:"Video {position}",selectValueMissing:"Please select an option.",select:"Select",sourceListDefaultLabel:"Sources",threadListLabel:"Conversations",threadGroupPinned:"Pinned",threadGroupToday:"Today",threadGroupYesterday:"Yesterday",threadGroupPrevious7Days:"Previous 7 days",threadGroupPrevious30Days:"Previous 30 days",threadGroupArchived:"Archived",threadGroupExpand:"Expand {label}",threadGroupCollapse:"Collapse {label}",pinConversation:"Pin conversation",unpinConversation:"Unpin conversation",archiveConversation:"Archive conversation",unarchiveConversation:"Unarchive conversation",deleteConversation:"Delete conversation",searchThreads:"Search conversations",threadListMatchAnnounce:{one:"{count} conversation found",other:"{count} conversations found"},threadListEmpty:"No conversations yet",agentWorkspaceLabel:"Agent workspace",agentWorkspaceConversation:"Conversation",agentWorkspaceDetails:"Run details",agentWorkspaceRun:"Agent run",agentWorkspaceTools:"Tools",agentWorkspaceRetrieval:"Retrieved context",agentWorkspaceGrounding:"Grounding",agentWorkspaceContext:"Context",agentWorkspaceEmpty:"No messages yet",ragAnswerLabel:"Grounded answer",ragAnswerCitations:"Citations",ragAnswerSources:"Sources",ragAnswerRetry:"Retry answer",evaluationDashboardLabel:"Evaluation dashboard",evaluationDashboardRunsLabel:"Evaluation runs",evaluationDashboardNoRuns:"No evaluation runs yet",approvalQueueLabel:"Tool approval queue",approvalQueueEmpty:"No tool approvals pending",approvalQueueOpen:"Review approval for {tool}",approvalQueuePendingCount:"{count} pending approvals",approvalQueuePending:"Pending",embeddingExplorerLabel:"Embedding explorer",embeddingExplorerEmpty:"No embedding points",embeddingExplorerPoint:"{label}, embedding point {index}",knowledgeBaseAdminLabel:"Knowledge base administration",knowledgeBaseAdminSourcesTab:"Sources",knowledgeBaseAdminIngestionTab:"Ingestion",resizeDivider:"Resize divider between panel {a} and panel {b}",trendUnchanged:"unchanged",statTrendIncreased:"increased {value}",statTrendDecreased:"decreased {value}",statTrendGood:"good",statTrendBad:"bad",statTrendAnnouncement:"{trend}, {polarity}",streamStalled:"Taking longer than usual\u2026",streamStallAnnounce:"Connection stalled.",streamRecoverAnnounce:"Connection restored.",streamStallClearedAnnounce:"No longer stalled.",thinkingPanelLabel:"Thinking",messagePartsLabel:"Message content",messagePartError:"Part failed",messagePartRetry:"Retry this part",promptQueueLabel:"Queued prompts",promptQueueEmpty:"No prompts queued",promptQueueSendNow:"Send now",selectionToolbarLabel:"Selection actions",selectionAsk:"Ask",selectionQuote:"Quote",selectionCite:"Cite",promptInputLabel:"AI prompt",promptInputControls:"Prompt options",promptInputSources:"Sources",promptInputAttachments:"Attachments",mcpAppLabel:"Interactive app",mcpAppUnavailable:"This interactive app could not be loaded.",mcpAppLoading:"Loading interactive app\u2026",taskListLabel:"Tasks",taskListCompletedOfTotal:"{completed} of {total} completed",taskListStepStartedAnnounce:"Step started: {label}",taskListStepCompletedAnnounce:"Step completed: {label}",taskListStepFailedAnnounce:"Step failed: {label}",activityFeedLabel:"Activity",activityFeedCompletedSteps:"Completed {count} steps",activityFeedCompletedStep:"Completed {count} step",handoffLabel:"Agent handoff",handoffToAgent:"Transferred to {agent}",handoffFromToAgent:"Transferred from {from} to {to}",usageBadgeLabel:"Usage",usageBadgeTokensIn:"{count} in",usageBadgeTokensOut:"{count} out",usageBadgeTokensInLabel:"Input tokens",usageBadgeTokensOutLabel:"Output tokens",usageBadgeTotalTokensLabel:"Total tokens",usageBadgeCostLabel:"Cost",usageBadgeLatencyLabel:"Latency",checkpointLabel:"Checkpoint",checkpointRestore:"Restore",checkpointRestoreWithContext:"Restore conversation to {label}",checkpointRestoring:"Restoring\u2026",checkpointConfirmPrompt:"Restore the conversation to this point?",thoughtFor:"Thought for {duration}",thinking:"Thinking\u2026",rangeStart:"Range start",rangeEnd:"Range end",calloutAnnouncementWithContext:"{context}: {content}",closeWithContext:"Close: {snippet}",closeWithTruncatedContext:"Close: {snippet}\u2026",toastContentIncomplete:"Notification with incomplete content",toastOverflow:"Notifications not shown: {count}.",toolApprovalHeading:"Approve {tool} call?",toolApprovalGenericTool:"tool",toolApprovalArgsLabel:"Tool call arguments (JSON)",confirmApproved:"Approved",confirmDenied:"Denied",confirmApprovedAnnounce:"Action approved.",confirmDeniedAnnounce:"Action denied.",deny:"Deny",edit:"Edit",approve:"Approve",invalidJson:"Invalid JSON.",fieldRequired:"This field is required.",fieldMustBeString:"Must be a string.",fieldMustBeNumber:"Must be a finite number.",fieldMustBeInteger:"Must be a whole number.",fieldMustBeBoolean:"Must be a boolean.",unsupportedFieldType:'Unsupported field type "{type}".',fieldMustBeOneOf:"Must be one of: {values}.",fieldMustEqual:"Must equal {value}.",schemaMustBeObject:"Schema must describe an object.",schemaPropertiesMustBeFlat:"Schema properties must be a flat object.",valueMustBeSerializable:"Value must be JSON-serializable.",valueInvalid:"The value is invalid.",phoneInputLabel:"Phone",phoneInputIncomplete:"This phone number is incomplete.",otpInputIncomplete:"Enter all {total} characters.",otpInputLabel:"Verification code",numberInputIncrease:"Increase",numberInputDecrease:"Decrease",textareaCharacterCount:{one:"{count} character",other:"{count} characters"},textareaCharactersRemaining:{one:"{count} character remaining",other:"{count} characters remaining"},copyFailed:"Copy failed",colorPickerSaturationBrightness:"Saturation and brightness",colorPickerSaturationBrightnessValue:"Saturation {saturation}%, brightness {brightness}%",colorPickerHue:"Hue",colorPickerHueValue:"{hue} degrees",colorPickerOpacity:"Opacity",colorPickerOpacityValue:"{opacity}% opaque",colorPickerValueField:"Color value",colorPickerToggleFormat:"Toggle color format",colorPickerEyeDropper:"Select a color from the screen",colorPickerSwatches:"Color swatches",colorPickerSwatch:"Select {color}",colorPickerCurrentValue:"Current color: {color}",selectSelectedOverflow:"+{n} more",iconLoadError:"The icon failed to load.",iconTooLarge:"The icon file is too large to display.",iconSanitizerMissing:'This icon needs the optional "dompurify" package installed to render safely.',paginationFirstPage:"First page",paginationLastPage:"Last page",accessibleLabelSeparator:" \u2014 ",durationMilliseconds:"{value}ms",durationSeconds:"{value}s",selectTools:"Select tools",searchToolsPlaceholder:"Search tools\u2026",useDefaultTools:"Use default tools",toolSelectCustomizeHint:"Turn off to choose individual tools.",noMatchesQuery:'No tools match "{query}".',toolSelectNoneAvailable:"No tools available.",toolSelectSummary:"{selected} of {total} tools enabled",toolCount:{one:"{count} tool",other:"{count} tools"},otherCategory:"Other",widgetFullscreenPanel:"Fullscreen panel",widgetViewGroup:"Panel view",widgetExitFullscreen:"Exit fullscreen",widgetExpandToFullscreen:"Expand to fullscreen",widgetCollapse:"Collapse panel",widgetExpand:"Expand panel",menuLabel:"Menu",pause:"Pause",kbdEscapeVisual:"Esc",kbdEscapeWord:"Escape",kbdTabWord:"Tab",kbdSpaceWord:"Space",kbdDeleteVisual:"Del",kbdDeleteWord:"Delete",kbdHomeWord:"Home",kbdEndWord:"End",kbdPageUpVisual:"PgUp",kbdPageUpWord:"Page Up",kbdPageDownVisual:"PgDn",kbdPageDownWord:"Page Down",kbdEnterWord:"Enter",kbdBackspaceWord:"Backspace",kbdArrowUpWord:"Arrow Up",kbdArrowDownWord:"Arrow Down",kbdArrowLeftWord:"Arrow Left",kbdArrowRightWord:"Arrow Right",kbdPlusWord:"Plus",kbdMinusWord:"Minus",kbdCommandWord:"Command",kbdControlVisual:"Ctrl",kbdControlWord:"Control",kbdOptionWord:"Option",kbdAltWord:"Alt",kbdShiftWord:"Shift",emailViewerLabel:"Email viewer",emailViewerMissingParser:'This viewer needs the optional "postal-mime" package installed to parse this message.',emailViewerFrom:"From",emailViewerTo:"To",emailViewerSubject:"Subject",emailViewerDate:"Date",emailViewerAttachments:"Attachments",emailViewerNoSubject:"(no subject)",emailViewerOpenAttachment:"Open {filename}",emailViewerShowQuoted:"Show quoted text",emailViewerHideQuoted:"Hide quoted text",emailViewerGroupAddress:"{name}: {members}",calendarViewerLabel:"Calendar viewer",calendarViewerMissingParser:'This viewer needs the optional "ical.js" package installed to parse this calendar.',calendarViewerEmpty:"This calendar has no events.",calendarViewerNoSummary:"(no title)",pdfViewerLabel:"PDF document",pdfViewerMissingLibrary:'This viewer needs the optional "pdfjs-dist" package installed to render PDF files.',qrCodeMissingLibrary:'This component needs the optional "qrcode" package installed to render QR codes.',qrCodeGenerationFailed:"This value could not be encoded as a QR code.",mapMissingLibrary:'This component needs the optional "maplibre-gl" package installed to render the map.',mapStyleRequired:"Provide a map style to render the map.",mapWebglUnavailable:"This browser cannot provide the graphics support needed to render the map.",mapInitializationFailed:"The map could not be initialized.",mapLegend:"Map legend",chartMissingLibrary:'This component needs the optional "chart.js" package installed to render charts.',boxPlotMissingLibrary:"This component needs the optional box-plot chart package installed to render box plots.",graphMissingLibrary:'This component needs the optional "d3" package installed to render the graph.',pdfViewerPageOf:"Page {page} of {total}",pdfViewerZoomIn:"Zoom in",pdfViewerZoomOut:"Zoom out",pdfViewerCurrentZoom:"{percent}%",pdfViewerPreviousPage:"Previous page",pdfViewerNextPage:"Next page",anchorJumped:"Jumped to highlighted passage.",anchorJumpedToPage:"Jumped to page {page}.",anchorNotFound:"Passage not found in this document.",highlightLayerLabel:"Highlights",highlightWithLabel:"Highlight: {label}",cellHighlightWithLabel:"Highlight: {value} \u2014 {label}",highlightOfTotal:"Highlight {index} of {total}",pageRailLabel:"Page thumbnails",pageRailPage:"Page {page}",pageRailPageHighlighted:{one:"Page {page}, {count} highlighted passage",other:"Page {page}, {count} highlighted passages"},skipToContent:"Skip to content",tourSkip:"Skip",tourDone:"Done",tourStepOf:"Step {current} of {total}",emojiPickerSearchLabel:"Search emoji",emojiPickerGridLabel:"Emoji",emojiPickerEmpty:"No emoji found",emojiPickerLoadError:"Could not load emoji.",emojiPickerGroupSmileysEmotion:"Smileys & Emotion",emojiPickerGroupPeopleBody:"People & Body",emojiPickerGroupComponent:"Component",emojiPickerGroupAnimalsNature:"Animals & Nature",emojiPickerGroupFoodDrink:"Food & Drink",emojiPickerGroupTravelPlaces:"Travel & Places",emojiPickerGroupActivities:"Activities",emojiPickerGroupObjects:"Objects",emojiPickerGroupSymbols:"Symbols",emojiPickerGroupFlags:"Flags",emojiPickerGroupUnknown:"Group {group}",pushToTalkRequesting:"Requesting microphone\u2026",pushToTalkDenied:"Microphone access denied",pushToTalkError:"Recording failed",pushToTalkUnsupported:"Recording is not supported in this browser",pushToTalkStarted:"Recording started",pushToTalkStopped:"Recording stopped",pushToTalkCancelled:"Recording cancelled",pushToTalkHold:"Hold to talk",pushToTalkStart:"Start recording",pushToTalkStop:"Stop recording",traceTree:"Trace tree",traceTreeSpanStatus:"{name} \u2014 {status}",traceTreeMetricLabel:"{label}: {value}",spanProjectionLimit:"Only the first {count} spans are shown.",agentTraceFilterLabel:"Trace span kinds",spanKindAgent:"Agent",spanKindLlm:"LLM",spanKindTool:"Tool",spanKindRetriever:"Retriever",spanKindEmbedding:"Embedding",spanKindOther:"Other",tokensIn:"Tokens in",tokensOut:"Tokens out",cost:"Cost",duration:"Duration",spanWaterfall:"Span timeline",spanStartedAtOffset:"started at +{value}",rubricSubmit:"Submit",rubricSubmitAndNext:"Submit and next",rubricSkip:"Skip",compareResponseA:"Response A",compareResponseB:"Response B",compareVoteLabel:"Vote",compareVoteBetter:"{label} is better",compareVoteTie:"Tie",compareVoteBothBad:"Both are bad",compareVoteRecorded:"Vote recorded: {label}",comparePanel:"Comparison",audioVisualizerLabel:"Voice activity: {state}",audioVisualizerIdle:"Idle",audioVisualizerListening:"Listening",audioVisualizerThinking:"Thinking",audioVisualizerSpeaking:"Speaking",treeNodeMoved:"Moved {label} to position {index} of {total}",fileTreeLabel:"Files",fileTreeDiffSummary:"+{additions} -{deletions}",gitStatusAdded:"Added",gitStatusModified:"Modified",gitStatusDeleted:"Deleted",gitStatusRenamed:"Renamed",gitStatusUntracked:"Untracked",gitStatusConflicted:"Conflicted",gitStatusIgnored:"Ignored",imageViewerLabel:"Image viewer",imageViewerFailedToLoad:"The image failed to load.",imageViewerRotate:"Rotate",imageViewerFitLabel:"Fit",imageViewerFitContain:"Fit image",imageViewerFitWidth:"Fit width",imageViewerFitActual:"Actual size",imageViewerAnnotate:"Annotate",imageViewerHighlightsLabel:"Highlighted regions",imageViewerUnlabeledHighlight:"Highlight {index}",imageViewerAnnotationHint:"Annotation mode on. Press Enter to place a region, then use arrow keys to move it, Shift plus arrow keys to resize it, Enter to save, or Escape to cancel.",imageViewerAnnotationBoxPosition:"Region at {x} percent, {y} percent, {width} by {height} percent.",imageViewerAnnotationAdded:"Region added.",imageViewerAnnotationCancelled:"Region cancelled.",transcriptFeedLabel:"Transcript",transcriptFeedEmpty:"No transcript yet",transcriptFeedInterim:"Transcribing\u2026",commitCardLabel:"Commit",commitCardCopyHash:"Copy commit hash",commitCardDiffSummary:"+{additions} -{deletions} in {files} files",commitCardShowFiles:"Show {count} changed files",commitCardHideFiles:"Hide {count} changed files",stackTraceLabel:"Stack trace",stackTraceLimit:"Some stack-trace content was omitted because the display limit was reached.",stackTraceShowFrames:"Show {count} internal frames",stackTraceHideFrames:"Hide {count} internal frames",statusSkipped:"Skipped",testResultsLabel:"Test results",testResultsPassed:"{count} passed",testResultsFailed:"{count} failed",testResultsSkipped:"{count} skipped",testResultsRunning:"{count} running",testResultsFilterLabel:"Filter by status",testResultsCompleteAnnounce:"{passed} passed, {failed} failed, {skipped} skipped",testResultsExpandTest:"Expand {name}",testResultsCollapseTest:"Collapse {name}",envListLabel:"Environment variables",envListReveal:"Reveal {name}",envListHide:"Hide {name}",envListValueHidden:"Value hidden",envListCopy:"Copy {name}",voice:"Voice",voicePickerNoVoices:"No voices available",voicePickerRequired:"Please choose a voice.",voicePickerPreview:"Preview {name}",voicePickerStopPreview:"Stop preview",avPlayerLabel:"Audio/video player",avPlayerFailedToLoad:"The media failed to load.",avPlayerTranscript:"Transcript",avPlayerTimeline:"Seek",avPlayerPlaybackRate:"Playback speed",avPlayerRateOption:"{rate}\xD7",avPlayerPosition:"{current} of {duration}",attachmentTriggerAudio:"Record audio",attachmentMenuAudio:"Record audio",browserFrameLabel:"Browser view",browserFrameUrlLabel:"Address",browserFrameViewOf:"Browser view of {url}",browserFrameTakeOver:"Take over",browserFrameHandBack:"Hand back",browserFrameStop:"Stop",browserFrameStatusIdle:"Idle",browserFrameStatusConnecting:"Connecting\u2026",browserFrameStatusLive:"Live",browserFrameStatusStalled:"Stalled",browserFrameControllerAgent:"Agent",browserFrameControllerUser:"User",notebookViewerLabel:"Notebook viewer",notebookViewerInvalid:"This file is not a valid Jupyter notebook.",notebookViewerUnsupportedVersion:"Notebook format {version} is not supported.",notebookViewerTooManyCells:"This notebook has too many cells to display.",notebookViewerInPrompt:"In [{count}]",notebookViewerInPromptEmpty:"In [ ]",notebookViewerCodeCell:"Code cell {index}",notebookViewerMarkdownCell:"Markdown cell {index}",notebookViewerRawCell:"Raw cell {index}",notebookViewerErrorOutput:"Error",notebookViewerShowAllOutput:"Show all output",notebookViewerCollapseOutput:"Collapse output",notebookViewerUnrenderedOutput:"This output type cannot be displayed.",xmlViewerLabel:"XML viewer",xmlViewerParseError:"This document could not be parsed as XML.",xmlViewerTooManyNodes:"This document has too many nodes to display.",xmlViewerChildCount:{one:"{count} child",other:"{count} children"},xmlViewerCopyDocument:"Copy XML to clipboard",xmlViewerCopyNode:"Copy {name}",xmlViewerExpandNode:"Expand {name}",xmlViewerCollapseNode:"Collapse {name}",artifactPanelLabel:"Artifact",artifactPanelPreview:"Preview",artifactPanelCode:"Code",artifactPanelPreviousVersion:"Previous version",artifactPanelNextVersion:"Next version",artifactPanelVersionPosition:"Version {index} of {count}",artifactPanelRestore:"Restore this version",artifactPanelGenerating:"Generating\u2026",resultFieldLabel:"{label}:",geojsonViewLabel:"Map",geojsonViewInvalid:"This file is not valid GeoJSON.",geojsonViewFeatureCount:{one:"{count} feature",other:"{count} features"},geojsonViewMissingMapLibrary:"Install the optional maplibre-gl peer to render this file on a map. Showing the raw GeoJSON instead.",mindMapLabel:"Mind map",mindMapTopicStatus:"{label}, level {level}, {count} subtopics",mindMapLeafStatus:"{label}, level {level}",mindMapExpanded:"{label} expanded",mindMapCollapsed:"{label} collapsed",entityDegree:"Connections",entityCommunity:"Community",focusInGraph:"Focus in graph",untitledEntity:"Untitled entity",untitledCommunity:"Untitled community",communityMemberCount:"{count} members",communityDrillIn:"Explore community",selectAllSources:"Select all sources",sourcePickerSelection:"{selected} of {total} selected",provenancePanelLabel:"Grounding",provenanceEntities:"Entities",provenanceRelationships:"Relationships",provenanceCommunities:"Communities",provenanceChunks:"Text chunks",provenanceEmpty:"No grounding data for this answer",chunkInspectorLabel:"Retrieved chunks",chunkScore:"Relevance {percent}%",scoreTierHigh:"High relevance",scoreTierMedium:"Medium relevance",scoreTierLow:"Low relevance",chunkInspectorEmpty:"No chunks retrieved",flowCanvasLabel:"Workflow canvas",flowCanvasLayoutLimit:"Some edge-ordering detail was omitted because the flow layout work limit was reached.",flowCanvasSummary:"Workflow with {nodeCount} nodes and {edgeCount} edges",flowNode:"Node {label}",flowEdge:"Edge from {source} to {target}",flowEdgeWithLabel:"{label}, edge from {source} to {target}",flowItemAnnouncement:"{item} ({index} of {total})",dashboardGridLabel:"Dashboard grid",dashboardCellCollisionRejected:"{label} cannot be placed there because it overlaps another cell.",dashboardCellMoved:"{label} moved to column {x}, row {y}.",dashboardCellResized:"{label} resized to width {w}, height {h}.",flowEdgeList:"Workflow edges",flowNodeSelected:"{label} selected",flowNodeDeselected:"{label} deselected",flowSelectionCleared:"Selection cleared",flowNodeMoved:"Moved {label} to {x}, {y}",flowConnectStarted:"Connecting from {label}. Use arrow keys to choose a target, Enter to connect, Escape to cancel.",flowConnectTarget:"Connecting {source} to {target} ({index} of {total})",flowConnectCommitted:"Connected {source} to {target}",flowConnectCancelled:"Connection cancelled",zoomToFit:"Zoom to fit",flowLockCanvas:"Lock canvas",flowControlsLabel:"Canvas controls",flowMinimapLabel:"Workflow overview",flowMinimapViewport:"Visible area",flowMinimapInstructions:"Arrow keys pan. Plus and minus zoom. Enter or Home fits the workflow.",flowMinimapViewportChanged:"Position {x}, {y}. Zoom {zoom}.",nodePaletteLabel:"Node palette",nodePalettePlaceholder:"Search nodes\u2026",nodePaletteEmpty:"No matching nodes.",nodePaletteDragHint:"Drag to the canvas, or press Enter to place",nodePaletteResultCount:{one:"{count} item",other:"{count} items"},retrievalResultsSelectRow:"Select {label}",pathStripLabel:"Path",pathNodeStatus:"{label}, node {position} of {total}",pathRelationStatus:"{relation}, relation",flowInputHandle:"Input {id}",flowOutputHandle:"Output {id}",flowStatusWithDuration:"{status} ({duration})",flowStatusWithDetail:"{status} \u2014 {detail}",neighborListLabel:"Relationships",neighborRowLabel:"{label}, {relation}, {direction}",neighborDirectionIn:"Incoming",neighborDirectionOut:"Outgoing",neighborDirectionBoth:"Bidirectional",neighborExpand:"Expand {label} in graph",neighborListEmpty:"No relationships",neighborGroupHeader:"{relation} ({count})",flowRunStatusLabel:"Run status",flowRunSummary:"{done} of {total} steps complete",flowRunStepStatus:"{label}: {status}",flowRunStatusCount:"{status}: {count}",policySummaryLabel:"Policy decisions",policySummaryAllowCount:"{count} allowed",policySummaryDenyCount:"{count} denied",policySummaryNeedsReviewCount:"{count} needs review",policySummaryStateAllow:"Allow",policySummaryStateDeny:"Deny",policySummaryStateNeedsReview:"Needs review",policySummaryCategoryGuardrail:"Guardrail",policySummaryCategoryPermission:"Permission",policySummaryCategoryPrivacy:"Privacy",policySummaryCategoryTool:"Tool",policySummaryDetailLabel:"More detail",evalDatasetLabel:"Evaluation examples",evalDatasetAddExample:"Add example",evalDatasetRemoveExample:"Remove example",evalDatasetImportLabel:"Import examples",evalDatasetSearchLabel:"Search examples",evalDatasetTagFilterLabel:"Filter by tag",evalDatasetEmpty:"No examples yet.",evalDatasetNoMatches:"No examples match the current filters.",evalDatasetColumnInput:"Input",evalDatasetColumnExpectedOutput:"Expected output",evalDatasetColumnTags:"Tags",queryBuilderLabel:"Query builder",queryBuilderEmpty:"No conditions yet.",queryBuilderNoFields:"No fields available.",queryBuilderAddCondition:"Add condition",queryBuilderRemoveCondition:"Remove condition {index}",queryBuilderFieldLabel:"Field",queryBuilderFieldPlaceholder:"Select field",queryBuilderOperatorLabel:"Operator",queryBuilderOperatorPlaceholder:"Select operator",queryBuilderValueLabel:"Value",queryBuilderValuePlaceholder:"Select value",queryBuilderCombinatorLabel:"Combine conditions with",queryBuilderCombinatorAnd:"All conditions (AND)",queryBuilderCombinatorOr:"Any condition (OR)",queryBuilderBooleanTrue:"True",queryBuilderBooleanFalse:"False",queryBuilderOperatorEquals:"Equals",queryBuilderOperatorNotEquals:"Does not equal",queryBuilderOperatorGreaterThan:"Greater than",queryBuilderOperatorGreaterThanOrEqual:"Greater than or equal to",queryBuilderOperatorLessThan:"Less than",queryBuilderOperatorLessThanOrEqual:"Less than or equal to",queryBuilderOperatorAfter:"After",queryBuilderOperatorOnOrAfter:"On or after",queryBuilderOperatorBefore:"Before",queryBuilderOperatorOnOrBefore:"On or before",queryBuilderOperatorContains:"Contains",queryBuilderOperatorStartsWith:"Starts with",queryBuilderOperatorEndsWith:"Ends with",queryBuilderOperatorIn:"Is any of",queryBuilderOperatorNotIn:"Is none of",queryBuilderOperatorIsEmpty:"Is empty",queryBuilderOperatorIsNotEmpty:"Is not empty",memoryPanelLabel:"Memory",memoryPanelShortTermHeading:"Short-term context",memoryPanelLongTermHeading:"Long-term memories",memoryPanelAdd:"Add to long-term memory",memoryPanelAddWithContext:'Add "{label}" to long-term memory',memoryPanelForgetAll:"Forget all",memoryPanelConfirmAddHeading:"Add this to long-term memory?",memoryPanelConfirmRemoveHeading:"Remove this item?",memoryPanelConfirmForgetHeading:"Forget all long-term memories?",memoryPanelConfirmForgetBody:"This permanently forgets all {count} long-term memories.",graphExplorerLabel:"Knowledge graph explorer",graphExplorerSearchPlaceholder:"Search entities\u2026",graphExplorerSearchResultsLabel:"Search results",graphExplorerPin:"Pin",graphExplorerUnpin:"Unpin",graphExplorerPinned:"{label} pinned",graphExplorerUnpinned:"{label} unpinned",graphExplorerPinnedHeading:"Pinned",graphExplorerFindPath:"Find path",retrievalModeVector:"Vector",retrievalModeKeyword:"Keyword",retrievalModeHybrid:"Hybrid",retrievalSearchLabel:"Retrieval search",retrievalModeLabel:"Search mode",retrievalFiltersLabel:"Active filters",groundingSummaryLabel:"Grounding summary",groundingSummaryEmpty:"No grounding assessment available",groundingSummarySupportedLabel:"Supported claims",groundingSummaryUnsupportedLabel:"Unsupported claims",groundingSummaryCoverageLabel:"Citation coverage",groundingSummaryConfidenceLabel:"Confidence",groundingSummaryWarningsHeading:"Warnings",groundingSummaryEvidenceHeading:"Evidence",claimEvidenceLabel:"Claim evidence",claimEvidenceEmpty:"No claim-level evidence available",claimEvidenceSupported:"Supported",claimEvidencePartiallySupported:"Partially supported",claimEvidenceUnsupported:"Unsupported",claimEvidenceContradicted:"Contradicted",claimEvidenceConfidence:"{percent} confidence",retrievalCompareLabel:"Retrieval comparison",retrievalCompareEmpty:"No retrieval result sets to compare",retrievalCompareOverlap:"Top-k overlap between {left} and {right}: {percent}",retrievalCompareRank:"Rank {rank}",retrievalCompareDenseScore:"Dense",retrievalCompareSparseScore:"Sparse",retrievalCompareRerankScore:"Rerank",retrievalCompareFinalScore:"Final",ragEvalDashboardLabel:"RAG evaluation dashboard",ragEvalDashboardEmpty:"No evaluation runs available",ragEvalDashboardRuns:"Evaluation runs",ragEvalDashboardSlices:"Evaluation slices",ragEvalDashboardAllSlices:"All",ragEvalDashboardSliceUnavailable:"No evaluation runs are available for {slice}.",promptStudioLabel:"Prompt studio",promptStudioMessages:"Prompt messages",promptStudioVariables:"Variables",promptStudioVersions:"Versions",promptStudioPreview:"Resolved preview",promptStudioRun:"Run prompt",promptStudioSave:"Save version",promptStudioAddMessage:"Add message",promptStudioRemoveMessage:"Remove message",promptStudioMessageRole:"Message {index} role ({role})",promptStudioMessageContent:"Message {index} content ({role})",promptStudioRoleSystem:"System",promptStudioRoleUser:"User",promptStudioRoleAssistant:"Assistant",promptStudioRoleTool:"Tool",schemaViewerLabel:"Schema viewer",schemaViewerEmpty:"No schema available",schemaViewerRequired:"Required",schemaViewerCircular:"Circular schema reference",schemaViewerType:"Type: {type}",subagentPanelLabel:"Subagents",subagentPanelEmpty:"No subagent runs",subagentPanelRetry:"Retry subagent",subagentPanelCancelRun:"Cancel {name}",subagentPanelRetryRun:"Retry {name}",toolTimelineDetailsFor:"Details for {name}",realtimeSessionLabel:"Realtime session",realtimeSessionDisconnected:"Disconnected",realtimeSessionConnecting:"Connecting",realtimeSessionConnected:"Connected",realtimeSessionReconnecting:"Reconnecting",realtimeSessionError:"Connection error",realtimeSessionConnect:"Connect",realtimeSessionDisconnect:"Disconnect",realtimeSessionMute:"Mute microphone",realtimeSessionUnmute:"Unmute microphone",realtimeSessionInterrupt:"Interrupt response",realtimeSessionConnectionFailed:"The realtime connection failed.",contextInspectorRedacted:"Redacted",contextInspectorTruncated:"Truncated",contextInspectorLabel:"Context inspector",contextInspectorEmpty:"No context segments",contextInspectorCopyLabel:"Copy assembled context",knowledgeBaseSyncIdle:"Idle",knowledgeBaseSyncSyncing:"Syncing",knowledgeBaseSyncPaused:"Paused",knowledgeBaseSyncSynced:"Synced",knowledgeBaseSyncError:"Error",knowledgeBaseHealthHealthy:"Healthy",knowledgeBaseHealthDegraded:"Degraded",knowledgeBaseHealthFailed:"Failed",knowledgeBaseHealthUnknown:"Unknown",knowledgeBasePermissionOwner:"Owner",knowledgeBasePermissionEditor:"Editor",knowledgeBasePermissionViewer:"Viewer",knowledgeBasePermissionRestricted:"Restricted",knowledgeBaseNeverSynced:"Never synced",knowledgeBaseSyncAction:"Sync now",knowledgeBasePauseAction:"Pause sync",knowledgeBaseDeleteAction:"Delete source",knowledgeBaseNameColumn:"Source",knowledgeBaseSyncColumn:"Sync status",knowledgeBaseHealthColumn:"Indexing health",knowledgeBasePermissionColumn:"Permission",knowledgeBaseActionsColumn:"Actions",knowledgeBaseTotalSources:"Sources",knowledgeBaseSyncedSources:"Synced",knowledgeBaseSyncingSources:"Syncing",knowledgeBaseNeedsAttention:"Needs attention",knowledgeBaseHeading:"Knowledge base",knowledgeBaseCreateSource:"Add source",knowledgeBaseEmptyHeading:"No knowledge sources yet",ingestionStageQueued:"Queued",ingestionStageUploading:"Uploading",ingestionStageExtracting:"Extracting text",ingestionStageChunking:"Chunking",ingestionStageEmbedding:"Embedding",ingestionStageIndexing:"Indexing",ingestionStageDone:"Done",ingestionStageFailed:"Failed",ingestionStageCancelled:"Cancelled",ingestionQueueLabel:"Ingestion queue",ingestionQueueEmpty:"No documents queued",documentLibraryFreshnessFresh:"Fresh",documentLibraryFreshnessAging:"Aging",documentLibraryFreshnessStale:"Stale",documentLibrarySelectAll:"Select all documents",documentLibrarySelectColumn:"Select",documentLibraryTypeColumn:"Type",documentLibraryNameColumn:"Name",documentLibraryVersionColumn:"Version",documentLibraryOwnerColumn:"Owner",documentLibraryTagsColumn:"Tags",documentLibraryFreshnessColumn:"Freshness",documentLibraryUpdatedColumn:"Updated",documentLibraryLabel:"Document library",documentLibraryEmptyHeading:"No documents yet",documentLibraryNoMatchesHeading:"No matching documents",documentLibrarySearchPlaceholder:"Search documents",documentLibraryFilterByTag:"Filter by tag",documentLibraryClearSelection:"Clear selection",documentLibrarySelectedCount:"{count} selected",documentCompareNoVersion:"No version provided.",documentCompareLabel:"Document comparison",agentRunCurrentStepLabel:"Current step",graphQueryHopRangeInvalid:"Maximum hops must be at least the minimum.",graphQueryRelationshipTypeLabel:"Relationship type",graphQueryNodeTypeLabel:"Node type",graphQueryBuilderLabel:"Graph query builder",graphQueryStartLabel:"Start entity",graphQueryEndLabel:"End entity",graphQueryMinHopsLabel:"Minimum hops",graphQueryMaxHopsLabel:"Maximum hops",graphQueryDirectionLabel:"Direction",graphQueryRun:"Run query",graphQuerySavedQueriesLabel:"Saved queries",graphQuerySaveNameLabel:"Query name",graphQuerySaveButton:"Save query",graphQueryLoadWithContext:"Load {name}",filterBarReset:"Reset filters",filterBarActiveFilters:"Active filters",drilldownDocuments:"Documents",drilldownRuns:"Agent runs",drilldownEmpty:"No item selected",evaluationRunStatusIdle:"Idle",evaluationRunStatusWaitingInput:"Waiting for input",evaluationRunStatusWaitingApproval:"Waiting for approval",evaluationRunStatusCancelled:"Cancelled",evaluationRunGroundingHeading:"Grounding",evaluationRunToolTraceHeading:"Tool trace",evaluationRunInputHeading:"Input",evaluationRunOutputHeading:"Output",evaluationRunLabel:"Evaluation run",evaluationRunProgressLabel:"Evaluation batch progress",retrievalFilterChipLabel:"{key}: {value}",retrievalSearchEmptyDescription:"Try a different search term or filters.",groundingSummaryEvidenceSpan:"Characters {start}\u2013{end}",contextInspectorTruncatedCount:"Truncated \u2014 {count} tokens omitted",contextInspectorSegmentTokens:"{tokens} tokens",knowledgeBaseDocumentCount:"{count} indexed",knowledgeBaseRowActionsLabel:"Actions for {name}",knowledgeBaseEmptyDescription:"Add a source to start indexing content.",ingestionChunkCount:{one:"{count} chunk",other:"{count} chunks"},ingestionItemProgressLabel:"{name} \u2014 {stage}",ingestionEmbeddedOfTotal:"{embedded} of {total} chunks embedded",ingestionAttemptCount:"Attempt {count}",ingestionRetryWithContext:"Retry {label}",ingestionCancelWithContext:"Cancel {label}",documentLibrarySelectDocument:"Select {name}",agentRunStatusAnnounce:"Status: {status}.",graphQueryDeleteWithContext:"Delete {name}",evaluationRunExampleLabel:"Example {index}",evaluationRunExampleStartedAnnounce:"{label} started",evaluationRunExampleCompletedAnnounce:"{label} completed",evaluationRunExampleFailedAnnounce:"{label} failed",evaluationRunExampleCancelledAnnounce:"{label} cancelled",evaluationRunExampleWaitingInputAnnounce:"{label} needs input",evaluationRunExampleWaitingApprovalAnnounce:"{label} needs approval",evaluationRunProgressSummary:"{completed} of {total} examples complete",evaluationRunRunningCount:"{count} running",evaluationRunFailedCount:"{count} failed",retrievalStageQueryRewrite:"Query rewrite",retrievalStageEmbed:"Embed",retrievalStageRetrieve:"Retrieve",retrievalStageRerank:"Rerank",retrievalStageFilter:"Filter",retrievalTraceEvidenceToggle:"{label} evidence",documentCompareOldVersion:"Old version",documentCompareNewVersion:"New version",agentRunStatusIdle:"Idle",agentRunStatusQueued:"Queued",agentRunStatusCollecting:"Collecting context",agentRunStatusWaitingInput:"Waiting for input",agentRunStatusWaitingApproval:"Waiting for approval",agentRunStatusDone:"Done",agentRunStatusCancelled:"Cancelled",localePickerLabel:"Language",localePickerRequired:"Please choose a language.",flagLoadError:"Flag unavailable",moveUp:"Move up",moveDown:"Move down",reorderMovePending:"Reorder pending.",reorderMoveCancelled:"Reorder cancelled.",reorderItemMoved:"Moved to position {index} of {total}"};import{enableLyraLocaleCache,getLyraLocale,getLyraLocaleDirection,getRegisteredLyraLocales,invalidateLyraLocaleCache,registerLyraLocale,resolveLocalizedParts,resolveLyraDirection,resolveLyraLocale,setLyraLocale,subscribeLyraLocale,subscribeLyraLocaleRegistry}from"./localization-runtime.js";function resolveLyraString(host,key,overrides,fallback,values){return resolveRuntimeLyraString(host,key,overrides,fallback,values,DEFAULT_STRINGS)}const LYRA_DEFAULT_STRINGS=DEFAULT_STRINGS;export{LYRA_DEFAULT_STRINGS,enableLyraLocaleCache,getLyraLocale,getLyraLocaleDirection,getRegisteredLyraLocales,invalidateLyraLocaleCache,registerLyraLocale,resolveLocalizedParts,resolveLyraDirection,resolveLyraLocale,resolveLyraString,setLyraLocale,subscribeLyraLocale,subscribeLyraLocaleRegistry};
|
|
@@ -1,4 +1,17 @@
|
|
|
1
1
|
import { LitElement, type CSSResultGroup, type PropertyDeclaration, type PropertyValues } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* Structural view of the `protected static knownUnobservedAttributes` a component may declare for
|
|
4
|
+
* attributes it owns without observing -- host state it reflects onto itself as output
|
|
5
|
+
* (`<lr-animated-image playing>`), and documented public attributes consumed only by
|
|
6
|
+
* `:host([attr])` selectors (`<lr-page disable-sticky="header">`).
|
|
7
|
+
*
|
|
8
|
+
* Declaring it keeps the dev-mode unknown-attribute diagnostic from reporting a component's own
|
|
9
|
+
* API as a mistake, while leaving it armed for everything else -- do not use it to silence a
|
|
10
|
+
* warning about an attribute a consumer really did get wrong, which is the diagnostic's whole job.
|
|
11
|
+
*/
|
|
12
|
+
export interface KnownUnobservedAttributeHost {
|
|
13
|
+
knownUnobservedAttributes: readonly string[];
|
|
14
|
+
}
|
|
2
15
|
import type { LyraLocaleStrings } from './localization.js';
|
|
3
16
|
export interface LyraEmitOptions {
|
|
4
17
|
/** Set only for events whose listener may veto an operation before it runs. */
|