@aceshooting/lyra-ui 17.0.0 → 18.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +483 -0
- package/README.md +2 -2
- package/custom-elements.json +1 -1
- package/design-tokens.json +1 -1
- package/dist/cli/migration-contract.json +1 -1
- package/dist/components/conversation/message-actions/message-actions.class.d.ts +2 -1
- package/dist/components/conversation/streaming-text/streaming-text-core.class.d.ts +22 -0
- package/dist/components/conversation/streaming-text/streaming-text-core.class.js +1 -0
- package/dist/components/conversation/streaming-text/streaming-text.class.d.ts +22 -0
- package/dist/components/conversation/streaming-text/streaming-text.class.js +1 -0
- package/dist/components/conversation/thread-list/thread-list.class.js +1 -1
- package/dist/components/data/table/table.styles.js +1 -1
- package/dist/components/forms/combobox/combobox.class.d.ts +12 -2
- package/dist/components/forms/combobox/combobox.class.js +2 -2
- package/dist/components/forms/combobox/combobox.styles.js +1 -1
- package/dist/components/forms/icon-button/icon-button.class.d.ts +18 -9
- package/dist/components/forms/select/select.class.d.ts +63 -8
- package/dist/components/forms/select/select.class.js +4 -4
- package/dist/components/forms/select/select.styles.js +1 -1
- package/dist/components/layout/filter-bar/filter-bar.class.d.ts +148 -14
- package/dist/components/layout/filter-bar/filter-bar.class.js +12 -4
- package/dist/components/layout/filter-bar/filter-bar.styles.js +1 -1
- package/dist/components/layout/reorder-list/reorder-list.class.js +1 -1
- package/dist/components/layout/virtual-list/virtual-list.class.d.ts +154 -18
- package/dist/components/layout/virtual-list/virtual-list.class.js +12 -7
- package/dist/components/media/map/map.class.d.ts +269 -14
- package/dist/components/media/map/map.class.js +62 -30
- package/dist/components/media/map/map.styles.js +1 -1
- package/dist/components/utility/copy-button/copy-button.class.d.ts +4 -3
- package/dist/custom-elements-jsx.d.ts +1 -1
- package/dist/events.d.ts +13 -1
- package/dist/internal/package-metadata.d.ts +1 -1
- package/dist/internal/package-metadata.js +1 -1
- package/dist/internal/tokens.styles.js +1 -1
- package/dist/lyra.d.ts +1 -1
- package/dist/lyra.js +1 -1
- package/dist/styles/tokens-root.css +1 -1
- package/dist/svelte.d.ts +1 -1
- package/dist/testing/lyra-tag-event-map.js +1 -1
- package/dist/translations/ar/retrieval.js +1 -1
- package/dist/translations/ar/shared.js +1 -1
- package/dist/translations/de/retrieval.js +1 -1
- package/dist/translations/de/shared.js +1 -1
- package/dist/translations/es/retrieval.js +1 -1
- package/dist/translations/es/shared.js +1 -1
- package/dist/translations/fa/retrieval.js +1 -1
- package/dist/translations/fa/shared.js +1 -1
- package/dist/translations/fr/retrieval.js +1 -1
- package/dist/translations/fr/shared.js +1 -1
- package/dist/translations/he/retrieval.js +1 -1
- package/dist/translations/he/shared.js +1 -1
- package/dist/translations/it/retrieval.js +1 -1
- package/dist/translations/it/shared.js +1 -1
- package/dist/translations/ja/retrieval.js +1 -1
- package/dist/translations/ja/shared.js +1 -1
- package/dist/translations/pt-BR/retrieval.js +1 -1
- package/dist/translations/pt-BR/shared.js +1 -1
- package/dist/translations/ro/agent-tools.d.ts +1 -0
- package/dist/translations/ro/agent-tools.js +1 -0
- package/dist/translations/ro/charts.d.ts +1 -0
- package/dist/translations/ro/charts.js +1 -0
- package/dist/translations/ro/conversation.d.ts +1 -0
- package/dist/translations/ro/conversation.js +1 -0
- package/dist/translations/ro/data.d.ts +1 -0
- package/dist/translations/ro/data.js +1 -0
- package/dist/translations/ro/forms.d.ts +1 -0
- package/dist/translations/ro/forms.js +1 -0
- package/dist/translations/ro/layout.d.ts +1 -0
- package/dist/translations/ro/layout.js +1 -0
- package/dist/translations/ro/media.d.ts +1 -0
- package/dist/translations/ro/media.js +1 -0
- package/dist/translations/ro/overlays.d.ts +1 -0
- package/dist/translations/ro/overlays.js +1 -0
- package/dist/translations/ro/retrieval.d.ts +1 -0
- package/dist/translations/ro/retrieval.js +1 -0
- package/dist/translations/ro/shared.d.ts +1 -0
- package/dist/translations/ro/shared.js +1 -0
- package/dist/translations/ro/utility.d.ts +1 -0
- package/dist/translations/ro/utility.js +1 -0
- package/dist/translations/ro/viewers.d.ts +1 -0
- package/dist/translations/ro/viewers.js +5 -0
- package/dist/translations/ro.d.ts +1 -0
- package/dist/translations/ro.js +1 -0
- package/dist/translations/ru/retrieval.js +1 -1
- package/dist/translations/ru/shared.js +1 -1
- package/dist/translations/zh-CN/retrieval.js +1 -1
- package/dist/translations/zh-CN/shared.js +1 -1
- package/dist/vue.d.ts +1 -1
- package/llms/components/lr-button.md +5 -4
- package/llms/components/lr-card.md +2 -1
- package/llms/components/lr-combobox.md +11 -0
- package/llms/components/lr-filter-bar.md +123 -7
- package/llms/components/lr-icon-button.md +17 -8
- package/llms/components/lr-map.md +127 -8
- package/llms/components/lr-option.md +11 -0
- package/llms/components/lr-select.md +45 -3
- package/llms/components/lr-streaming-text-core.md +7 -3
- package/llms/components/lr-streaming-text.md +7 -2
- package/llms/components/lr-virtual-list.md +53 -0
- package/llms/shared.md +47 -3
- package/llms/tokens.md +7 -4
- package/llms-full.txt +465 -36
- package/package.json +28 -2
- package/registrations.json +1 -1
- package/vscode-css-data.json +1 -1
- package/vscode-html-data.json +1 -1
- package/web-types.json +1 -1
package/registrations.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$comment":"Generated registration-graph metadata. `entries` has one row per stable alias `./components/lr-<tag>.js`, always carrying `tag`. `integrations` lists the published integration-bridge specifiers -- an optional-peer resolver, a lazy document-format registrar -- that install an integration without being any single component's own alias, so they carry no `tag`. For every row, `registers` lists every <lr-*> tag that importing `entry` defines as a side effect, direct or transitive (e.g. lr-table.js also registers lr-empty/lr-pagination/lr-skeleton/lr-spinner); `distModule` is that registration module's own published deep specifier (equal to `entry` for an integration bridge); `localeKeys` lists every LyraMessageKey the registered tags can reach, from the same reachability analysis generate-default-string-slices.mjs uses for the tree-shakeable locale slices. `integrations`, `distModule` and `localeKeys` are additive to schema version 1. Run `pnpm run registration-graph` (scripts/generate-registration-graph.mjs) to refresh.","schemaVersion":1,"entries":[{"tag":"lr-accordion","entry":"./components/lr-accordion.js","registrationModule":"src/components/layout/details/accordion.ts","distModule":"./components/layout/details/accordion.js","registers":["lr-accordion"],"localeKeys":[]},{"tag":"lr-accordion-item","entry":"./components/lr-accordion-item.js","registrationModule":"src/components/layout/details/accordion-item.ts","distModule":"./components/layout/details/accordion-item.js","registers":["lr-accordion-item"],"localeKeys":["details","fieldRequired"]},{"tag":"lr-activity-feed","entry":"./components/lr-activity-feed.js","registrationModule":"src/components/agent-tools/activity-feed/activity-feed.ts","distModule":"./components/agent-tools/activity-feed/activity-feed.js","registers":["lr-activity-feed","lr-live-region","lr-virtual-list"],"localeKeys":["activityFeedCompletedStep","activityFeedCompletedSteps","activityFeedLabel","collapse","details","map","navigation","open","popover","search","select"]},{"tag":"lr-agent-eval-dashboard","entry":"./components/lr-agent-eval-dashboard.js","registrationModule":"src/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.ts","distModule":"./components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.js","registers":["lr-agent-eval-dashboard","lr-badge","lr-lite-chart","lr-live-region","lr-stat"],"localeKeys":["agentRunStatusCancelled","agentRunStatusCollecting","agentRunStatusDone","agentRunStatusIdle","agentRunStatusQueued","agentRunStatusWaitingApproval","agentRunStatusWaitingInput","chart","chartCategory","chartData","chartDataSampled","chartSeriesLabel","chartTotal","chartValueLabel","collapse","details","evaluationDashboardLabel","evaluationDashboardNoRuns","evaluationDashboardRunsLabel","liteChartBarLabel","liteChartCustomMarkSummary","liteChartMarkSummary","map","navigation","open","popover","search","select","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","statusError","statusRunning","trendUnchanged"]},{"tag":"lr-agent-run","entry":"./components/lr-agent-run.js","registrationModule":"src/components/agent-tools/agent-run/agent-run.ts","distModule":"./components/agent-tools/agent-run/agent-run.js","registers":["lr-agent-run","lr-badge","lr-empty","lr-generation-metrics","lr-live-region","lr-task-list","lr-usage-badge"],"localeKeys":["agentRunCurrentStepLabel","agentRunStatusAnnounce","agentRunStatusCancelled","agentRunStatusCollecting","agentRunStatusDone","agentRunStatusIdle","agentRunStatusQueued","agentRunStatusWaitingApproval","agentRunStatusWaitingInput","cancel","collapse","details","durationMilliseconds","durationSeconds","elapsedMinutesSecondsTemplate","generationStatusElapsedSeconds","generationStatusThroughput","generationStatusTokenCount","generationStatusTokensCount","item","items","map","navigation","noData","open","popover","retry","search","select","statusError","statusPending","statusRunning","statusSuccess","stopGenerating","taskListCompletedOfTotal","taskListLabel","taskListStepCompletedAnnounce","taskListStepFailedAnnounce","taskListStepStartedAnnounce","tokensIn","tokensOut","treeNodeMoved","usageBadgeCostLabel","usageBadgeLabel","usageBadgeLatencyLabel","usageBadgeTokensIn","usageBadgeTokensInLabel","usageBadgeTokensOut","usageBadgeTokensOutLabel","usageBadgeTotalTokensLabel"]},{"tag":"lr-agent-trace","entry":"./components/lr-agent-trace.js","registrationModule":"src/components/agent-tools/agent-trace/agent-trace.ts","distModule":"./components/agent-tools/agent-trace/agent-trace.js","registers":["lr-agent-trace","lr-empty","lr-graph-legend","lr-handoff-divider","lr-live-region","lr-trace-tree"],"localeKeys":["accessibleLabelSeparator","agentTraceFilterLabel","collapse","cost","details","duration","durationMilliseconds","durationSeconds","graphLegendLabel","handoffFromToAgent","handoffLabel","handoffToAgent","legendTypeHidden","legendTypeShown","map","noData","open","popover","spanKindAgent","spanKindEmbedding","spanKindLlm","spanKindOther","spanKindRetriever","spanKindTool","spanProjectionLimit","statusDenied","statusError","statusPending","statusRunning","statusSuccess","tokensIn","tokensOut","traceTree","traceTreeMetricLabel","traceTreeSpanStatus"]},{"tag":"lr-agent-workspace","entry":"./components/lr-agent-workspace.js","registrationModule":"src/components/conversation/agent-workspace/agent-workspace.ts","distModule":"./components/conversation/agent-workspace/agent-workspace.js","registers":["lr-agent-run","lr-agent-workspace","lr-attachment-chip","lr-badge","lr-button","lr-card","lr-chat-composer","lr-chat-message","lr-chat-viewport","lr-checkbox","lr-chunk-inspector","lr-citation-badge","lr-claim-evidence","lr-context-inspector","lr-context-meter","lr-copy-button","lr-details","lr-empty","lr-export-button","lr-generation-metrics","lr-grounding-summary","lr-icon-button","lr-json-viewer","lr-live-region","lr-markdown","lr-media-card","lr-message-parts","lr-result-card","lr-result-field","lr-retrieval-results","lr-skeleton","lr-spinner","lr-stat","lr-task-list","lr-thinking-panel","lr-tool-approval-dialog","lr-tool-call-chip","lr-tool-result-view","lr-tool-timeline","lr-tooltip","lr-usage-badge","lr-virtual-list","lr-widget-renderer"],"localeKeys":["accessibleLabelSeparator","agentRunCurrentStepLabel","agentRunStatusAnnounce","agentRunStatusCancelled","agentRunStatusCollecting","agentRunStatusDone","agentRunStatusIdle","agentRunStatusQueued","agentRunStatusWaitingApproval","agentRunStatusWaitingInput","agentWorkspaceContext","agentWorkspaceConversation","agentWorkspaceDetails","agentWorkspaceEmpty","agentWorkspaceGrounding","agentWorkspaceLabel","agentWorkspaceRetrieval","agentWorkspaceRun","agentWorkspaceTools","anchorJumped","anchorJumpedToPage","anchorNotFound","approve","attachmentPreviewFile","attachmentPreviewName","attachmentRetryWithContext","attachmentUntitledFile","attachmentUploadFailed","attachmentUploadingIndeterminate","attachmentUploadingProgress","attachmentUploadingWithContext","cancel","chatCompleteAnnounce","chatFailedAnnounce","chatFailedToSend","chatResponding","chatSending","chatViewportLabel","checkboxRequired","chunkInspectorEmpty","chunkInspectorLabel","chunkScore","circularReference","citation","citationHighConfidence","citationLowConfidence","citationMediumConfidence","citationUnverified","citationVerified","citationWithCustomLabel","citationWithStatus","claimEvidenceConfidence","claimEvidenceContradicted","claimEvidenceEmpty","claimEvidenceLabel","claimEvidencePartiallySupported","claimEvidenceSupported","claimEvidenceUnsupported","collapse","collapseMessage","composerLabel","composerPlaceholder","confirmApproved","confirmDenied","contextInspectorCopyLabel","contextInspectorEmpty","contextInspectorLabel","contextInspectorRedacted","contextInspectorSegmentTokens","contextInspectorTruncated","contextInspectorTruncatedCount","contextMeterLabeledSummary","contextMeterSegmentLabel","contextMeterUsed","contextMeterUsedOfTotal","copied","copy","copyFailed","copyJson","deny","details","durationMilliseconds","durationSeconds","edit","elapsedMinutesSecondsTemplate","envListValueHidden","expandMessage","exportButtonLabel","exportFormatMenuLabel","fieldRequired","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","generationStatusElapsedSeconds","generationStatusThroughput","generationStatusTokenCount","generationStatusTokensCount","groundingSummaryConfidenceLabel","groundingSummaryCoverageLabel","groundingSummaryEmpty","groundingSummaryEvidenceHeading","groundingSummaryEvidenceSpan","groundingSummaryLabel","groundingSummarySupportedLabel","groundingSummaryUnsupportedLabel","groundingSummaryWarningsHeading","iconButtonLabel","invalidJson","item","items","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","jumpToLatest","loading","loadMore","map","mediaCardImageAttachment","mediaCardOpenFileAttachment","mediaCardOpenImageAttachment","mediaCardOpenName","mediaCardOpenVideoAttachment","mediaCardUntitledFile","mediaCardVideoAttachment","messagePartError","messagePartRetry","messagePartsLabel","navigation","newMessageCount","newMessages","newMessagesCount","noData","open","popover","progress","promptStudioRoleAssistant","promptStudioRoleSystem","promptStudioRoleUser","removeWithContext","restore","resultFieldLabel","retrievalResultsSelectRow","retry","scoreTierHigh","scoreTierLow","scoreTierMedium","search","select","sendMessage","showLess","showMore","sourcePageSuffix","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","statusDenied","statusError","statusPending","statusRunning","statusSuccess","stopGenerating","taskListCompletedOfTotal","taskListLabel","taskListStepCompletedAnnounce","taskListStepFailedAnnounce","taskListStepStartedAnnounce","thinking","thinkingPanelLabel","thoughtFor","tokensIn","tokensOut","toolApprovalArgsLabel","toolApprovalGenericTool","toolApprovalHeading","toolCall","toolTimelineDetailsFor","toolTimelineLimit","treeNodeMoved","trendUnchanged","untitledSource","usageBadgeCostLabel","usageBadgeLabel","usageBadgeLatencyLabel","usageBadgeTokensIn","usageBadgeTokensInLabel","usageBadgeTokensOut","usageBadgeTokensOutLabel","usageBadgeTotalTokensLabel","valueInvalid","viewerSearchActiveMatch"]},{"tag":"lr-alert","entry":"./components/lr-alert.js","registrationModule":"src/components/overlays/alert/alert.ts","distModule":"./components/overlays/alert/alert.js","registers":["lr-alert","lr-toast","lr-toast-item"],"localeKeys":["close","closeWithContext","closeWithTruncatedContext","toastContentIncomplete","toastOverflow"]},{"tag":"lr-animated-image","entry":"./components/lr-animated-image.js","registrationModule":"src/components/media/animated-image/animated-image.ts","distModule":"./components/media/animated-image/animated-image.js","registers":["lr-animated-image"],"localeKeys":["animatedImageDefaultAlt","pauseWithContext","playWithContext"]},{"tag":"lr-animation","entry":"./components/lr-animation.js","registrationModule":"src/components/media/animation/animation.ts","distModule":"./components/media/animation/animation.js","registers":["lr-animation"],"localeKeys":[]},{"tag":"lr-app-rail","entry":"./components/lr-app-rail.js","registrationModule":"src/components/layout/app-rail/app-rail.ts","distModule":"./components/layout/app-rail/app-rail.js","registers":["lr-app-rail","lr-app-rail-item"],"localeKeys":["appRailCollapse","appRailExpand","appRailItemCollapse","appRailItemExpand","closeNavigation","navigation","openNavigation","resizeNavigation","resizeValuePixels"]},{"tag":"lr-app-rail-group","entry":"./components/lr-app-rail-group.js","registrationModule":"src/components/layout/app-rail-group/app-rail-group.ts","distModule":"./components/layout/app-rail-group/app-rail-group.js","registers":["lr-app-rail-group"],"localeKeys":["collapse","expand"]},{"tag":"lr-app-rail-item","entry":"./components/lr-app-rail-item.js","registrationModule":"src/components/layout/app-rail/app-rail-item.ts","distModule":"./components/layout/app-rail/app-rail-item.js","registers":["lr-app-rail-item"],"localeKeys":["appRailItemCollapse","appRailItemExpand"]},{"tag":"lr-approval-queue","entry":"./components/lr-approval-queue.js","registrationModule":"src/components/agent-tools/approval-queue/approval-queue.ts","distModule":"./components/agent-tools/approval-queue/approval-queue.js","registers":["lr-approval-queue","lr-badge","lr-button","lr-json-viewer","lr-tool-approval-dialog"],"localeKeys":["approvalQueueEmpty","approvalQueueLabel","approvalQueueOpen","approvalQueuePending","approvalQueuePendingCount","approve","cancel","circularReference","confirmApproved","confirmDenied","copied","copy","copyFailed","copyJson","deny","edit","fieldRequired","invalidJson","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","toolApprovalArgsLabel","toolApprovalGenericTool","toolApprovalHeading","viewerSearchActiveMatch"]},{"tag":"lr-archive-viewer","entry":"./components/lr-archive-viewer.js","registrationModule":"src/components/viewers/archive-viewer/archive-viewer.ts","distModule":"./components/viewers/archive-viewer/archive-viewer.js","registers":["lr-archive-viewer","lr-virtual-list"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","archiveViewerEmpty","archiveViewerFile","archiveViewerFolder","collapse","details","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","loading","loadingDocument","map","navigation","open","popover","search","select"]},{"tag":"lr-artifact-panel","entry":"./components/lr-artifact-panel.js","registrationModule":"src/components/agent-tools/artifact-panel/artifact-panel.ts","distModule":"./components/agent-tools/artifact-panel/artifact-panel.js","registers":["lr-artifact-panel","lr-live-region"],"localeKeys":["artifactPanelCode","artifactPanelGenerating","artifactPanelLabel","artifactPanelNextVersion","artifactPanelPreview","artifactPanelPreviousVersion","artifactPanelRestore","artifactPanelVersionPosition","copied","copy","copyFailed","download"]},{"tag":"lr-attachment-chip","entry":"./components/lr-attachment-chip.js","registrationModule":"src/components/media/attachment-chip/attachment-chip.ts","distModule":"./components/media/attachment-chip/attachment-chip.js","registers":["lr-attachment-chip"],"localeKeys":["attachmentPreviewFile","attachmentPreviewName","attachmentRetryWithContext","attachmentUntitledFile","attachmentUploadFailed","attachmentUploadingIndeterminate","attachmentUploadingProgress","attachmentUploadingWithContext","collapse","details","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","map","navigation","open","popover","removeWithContext","search","select"]},{"tag":"lr-attachment-trigger","entry":"./components/lr-attachment-trigger.js","registrationModule":"src/components/media/attachment-trigger/attachment-trigger.ts","distModule":"./components/media/attachment-trigger/attachment-trigger.js","registers":["lr-attachment-trigger","lr-dropdown","lr-icon-button","lr-menu","lr-menu-item"],"localeKeys":["attachmentAdd","attachmentMenuAudio","attachmentMenuCamera","attachmentMenuFiles","attachmentMenuImage","attachmentTriggerAudio","attachmentTriggerCamera","attachmentTriggerFiles","attachmentTriggerImage","collapse","details","iconButtonLabel","map","menuLabel","navigation","open","popover","search","select"]},{"tag":"lr-audio-visualizer","entry":"./components/lr-audio-visualizer.js","registrationModule":"src/components/conversation/audio-visualizer/audio-visualizer.ts","distModule":"./components/conversation/audio-visualizer/audio-visualizer.js","registers":["lr-audio-visualizer"],"localeKeys":["audioVisualizerIdle","audioVisualizerLabel","audioVisualizerListening","audioVisualizerSpeaking","audioVisualizerThinking"]},{"tag":"lr-av-player","entry":"./components/lr-av-player.js","registrationModule":"src/components/media/av-player/av-player.ts","distModule":"./components/media/av-player/av-player.js","registers":["lr-av-player","lr-virtual-list"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","avPlayerFailedToLoad","avPlayerLabel","avPlayerPlaybackRate","avPlayerPosition","avPlayerRateOption","avPlayerTimeline","avPlayerTranscript","fieldRequired","viewerHighlightLabel"]},{"tag":"lr-avatar","entry":"./components/lr-avatar.js","registrationModule":"src/components/media/avatar/avatar.ts","distModule":"./components/media/avatar/avatar.js","registers":["lr-avatar"],"localeKeys":[]},{"tag":"lr-avatar-group","entry":"./components/lr-avatar-group.js","registrationModule":"src/components/media/avatar-group/avatar-group.ts","distModule":"./components/media/avatar-group/avatar-group.js","registers":["lr-avatar-group"],"localeKeys":["showMoreCollapsed","showMoreCount"]},{"tag":"lr-badge","entry":"./components/lr-badge.js","registrationModule":"src/components/overlays/badge/badge.ts","distModule":"./components/overlays/badge/badge.js","registers":["lr-badge"],"localeKeys":[]},{"tag":"lr-bar-chart","entry":"./components/lr-bar-chart.js","registrationModule":"src/components/charts/chart/bar-chart.ts","distModule":"./components/charts/chart/bar-chart.js","registers":["lr-bar-chart","lr-chart","lr-skeleton"],"localeKeys":["chart","chartAnnotationsUnavailable","chartAxisTotal","chartBubblePointCoordinates","chartCategory","chartData","chartDataLabelsUnavailable","chartDataSampled","chartLabeledPoint","chartMissingLibrary","chartPointCoordinates","chartPointLabel","chartPrimaryAxis","chartSecondaryAxis","chartSeriesLabel","chartSeriesNoData","chartStackTotalsUnavailable","chartSummary","chartSummaryEmpty","chartSummarySeparator","chartSummaryWithData","chartTotal","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartTypeBar","chartTypeBubble","chartTypeDoughnut","chartTypeLine","chartTypePie","chartTypePolarArea","chartTypeRadar","chartTypeScatter","chartValueLabel","chartValuePercentageLabel","chartZoomUnavailable","collapse","details","liteChartMarkSummary","loading","map","navigation","noData","open","popover","resetZoom","search","select"]},{"tag":"lr-box-plot","entry":"./components/lr-box-plot.js","registrationModule":"src/components/charts/chart/box-plot.ts","distModule":"./components/charts/chart/box-plot.js","registers":["lr-box-plot","lr-skeleton"],"localeKeys":["boxPlot","boxPlotData","boxPlotMax","boxPlotMedian","boxPlotMin","boxPlotMissingLibrary","boxPlotQ1","boxPlotQ3","boxPlotSeriesSummary","boxPlotSummaryEmpty","boxPlotSummaryWithData","chartCategory","chartDataSampled","chartPointLabel","chartSeriesLabel","chartSeriesNoData","chartSummarySeparator","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartValueLabel","liteChartMarkSummary","loading"]},{"tag":"lr-branch-picker","entry":"./components/lr-branch-picker.js","registrationModule":"src/components/conversation/branch-picker/branch-picker.ts","distModule":"./components/conversation/branch-picker/branch-picker.js","registers":["lr-branch-picker","lr-live-region"],"localeKeys":["branchNext","branchPickerLabel","branchPosition","branchPrevious"]},{"tag":"lr-breadcrumb","entry":"./components/lr-breadcrumb.js","registrationModule":"src/components/layout/breadcrumb/breadcrumb.ts","distModule":"./components/layout/breadcrumb/breadcrumb.js","registers":["lr-breadcrumb"],"localeKeys":["breadcrumb"]},{"tag":"lr-breadcrumb-item","entry":"./components/lr-breadcrumb-item.js","registrationModule":"src/components/layout/breadcrumb/breadcrumb-item.ts","distModule":"./components/layout/breadcrumb/breadcrumb-item.js","registers":["lr-breadcrumb-item"],"localeKeys":[]},{"tag":"lr-browser-frame","entry":"./components/lr-browser-frame.js","registrationModule":"src/components/agent-tools/browser-frame/browser-frame.ts","distModule":"./components/agent-tools/browser-frame/browser-frame.js","registers":["lr-browser-frame"],"localeKeys":["browserFrameControllerAgent","browserFrameControllerUser","browserFrameHandBack","browserFrameLabel","browserFrameStatusConnecting","browserFrameStatusIdle","browserFrameStatusLive","browserFrameStatusStalled","browserFrameStop","browserFrameTakeOver","browserFrameUrlLabel","browserFrameViewOf","collapse","details","map","navigation","open","popover","search","select"]},{"tag":"lr-bubble-chart","entry":"./components/lr-bubble-chart.js","registrationModule":"src/components/charts/chart/bubble-chart.ts","distModule":"./components/charts/chart/bubble-chart.js","registers":["lr-bubble-chart","lr-chart","lr-skeleton"],"localeKeys":["chart","chartAnnotationsUnavailable","chartAxisTotal","chartBubblePointCoordinates","chartCategory","chartData","chartDataLabelsUnavailable","chartDataSampled","chartLabeledPoint","chartMissingLibrary","chartPointCoordinates","chartPointLabel","chartPrimaryAxis","chartSecondaryAxis","chartSeriesLabel","chartSeriesNoData","chartStackTotalsUnavailable","chartSummary","chartSummaryEmpty","chartSummarySeparator","chartSummaryWithData","chartTotal","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartTypeBar","chartTypeBubble","chartTypeDoughnut","chartTypeLine","chartTypePie","chartTypePolarArea","chartTypeRadar","chartTypeScatter","chartValueLabel","chartValuePercentageLabel","chartZoomUnavailable","collapse","details","liteChartMarkSummary","loading","map","navigation","noData","open","popover","resetZoom","search","select"]},{"tag":"lr-button","entry":"./components/lr-button.js","registrationModule":"src/components/forms/button/button.ts","distModule":"./components/forms/button/button.js","registers":["lr-button"],"localeKeys":["fieldRequired"]},{"tag":"lr-button-group","entry":"./components/lr-button-group.js","registrationModule":"src/components/layout/button-group/button-group.ts","distModule":"./components/layout/button-group/button-group.js","registers":["lr-button-group"],"localeKeys":[]},{"tag":"lr-calendar","entry":"./components/lr-calendar.js","registrationModule":"src/components/data/calendar/calendar.ts","distModule":"./components/data/calendar/calendar.js","registers":["lr-calendar"],"localeKeys":["calendarEmpty","calendarLabel","calendarNextMonth","calendarPreviousMonth"]},{"tag":"lr-calendar-viewer","entry":"./components/lr-calendar-viewer.js","registrationModule":"src/components/viewers/calendar-viewer/calendar-viewer.ts","distModule":"./components/viewers/calendar-viewer/calendar-viewer.js","registers":["lr-calendar-viewer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","calendarViewerEmpty","calendarViewerLabel","calendarViewerMissingParser","calendarViewerNoSummary","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeCalendar","documentPreviewUrlNotAllowed","loadingDocument"]},{"tag":"lr-callout","entry":"./components/lr-callout.js","registrationModule":"src/components/overlays/callout/callout.ts","distModule":"./components/overlays/callout/callout.js","registers":["lr-callout","lr-icon-button"],"localeKeys":["calloutAnnouncementWithContext","close","iconButtonLabel"]},{"tag":"lr-card","entry":"./components/lr-card.js","registrationModule":"src/components/layout/card/card.ts","distModule":"./components/layout/card/card.js","registers":["lr-card"],"localeKeys":["open"]},{"tag":"lr-carousel","entry":"./components/lr-carousel.js","registrationModule":"src/components/layout/carousel/carousel.ts","distModule":"./components/layout/carousel/carousel.js","registers":["lr-carousel"],"localeKeys":["carousel","carouselGoTo","carouselIndicators","carouselLabel","carouselSlide","carouselSlideAnnouncement","carouselSlideAnnouncementSeparator","carouselSlidePosition","next","previous"]},{"tag":"lr-carousel-item","entry":"./components/lr-carousel-item.js","registrationModule":"src/components/layout/carousel/carousel-item.ts","distModule":"./components/layout/carousel/carousel-item.js","registers":["lr-carousel-item"],"localeKeys":[]},{"tag":"lr-chart","entry":"./components/lr-chart.js","registrationModule":"src/components/charts/chart/chart.ts","distModule":"./components/charts/chart/chart.js","registers":["lr-chart","lr-skeleton"],"localeKeys":["chart","chartAnnotationsUnavailable","chartAxisTotal","chartBubblePointCoordinates","chartCategory","chartData","chartDataLabelsUnavailable","chartDataSampled","chartLabeledPoint","chartMissingLibrary","chartPointCoordinates","chartPointLabel","chartPrimaryAxis","chartSecondaryAxis","chartSeriesLabel","chartSeriesNoData","chartStackTotalsUnavailable","chartSummary","chartSummaryEmpty","chartSummarySeparator","chartSummaryWithData","chartTotal","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartTypeBar","chartTypeBubble","chartTypeDoughnut","chartTypeLine","chartTypePie","chartTypePolarArea","chartTypeRadar","chartTypeScatter","chartValueLabel","chartValuePercentageLabel","chartZoomUnavailable","collapse","details","liteChartMarkSummary","loading","map","navigation","noData","open","popover","resetZoom","search","select"]},{"tag":"lr-chat-composer","entry":"./components/lr-chat-composer.js","registrationModule":"src/components/conversation/chat-composer/chat-composer.ts","distModule":"./components/conversation/chat-composer/chat-composer.js","registers":["lr-chat-composer"],"localeKeys":["composerLabel","fieldRequired","sendMessage","stopGenerating","valueInvalid"]},{"tag":"lr-chat-message","entry":"./components/lr-chat-message.js","registrationModule":"src/components/conversation/chat-message/chat-message.ts","distModule":"./components/conversation/chat-message/chat-message.js","registers":["lr-chat-message","lr-live-region"],"localeKeys":["chatCompleteAnnounce","chatFailedAnnounce","chatFailedToSend","chatResponding","chatSending","collapse","collapseMessage","details","expandMessage","map","navigation","open","popover","promptStudioRoleAssistant","promptStudioRoleSystem","promptStudioRoleUser","retry","search","select"]},{"tag":"lr-chat-viewport","entry":"./components/lr-chat-viewport.js","registrationModule":"src/components/conversation/chat-viewport/chat-viewport.ts","distModule":"./components/conversation/chat-viewport/chat-viewport.js","registers":["lr-chat-viewport"],"localeKeys":["chatViewportLabel","collapse","details","jumpToLatest","map","navigation","newMessageCount","newMessages","newMessagesCount","open","popover","search","select"]},{"tag":"lr-checkbox","entry":"./components/lr-checkbox.js","registrationModule":"src/components/forms/checkbox/checkbox.ts","distModule":"./components/forms/checkbox/checkbox.js","registers":["lr-checkbox"],"localeKeys":["checkboxRequired","fieldRequired"]},{"tag":"lr-checkbox-group","entry":"./components/lr-checkbox-group.js","registrationModule":"src/components/forms/checkbox-group/checkbox-group.ts","distModule":"./components/forms/checkbox-group/checkbox-group.js","registers":["lr-checkbox-group"],"localeKeys":["checkboxGroupRequired","fieldRequired"]},{"tag":"lr-checkpoint","entry":"./components/lr-checkpoint.js","registrationModule":"src/components/conversation/checkpoint/checkpoint.ts","distModule":"./components/conversation/checkpoint/checkpoint.js","registers":["lr-checkpoint"],"localeKeys":["cancel","checkpointConfirmPrompt","checkpointLabel","checkpointRestore","checkpointRestoreWithContext","checkpointRestoring","confirm"]},{"tag":"lr-chip","entry":"./components/lr-chip.js","registrationModule":"src/components/overlays/chip/chip.ts","distModule":"./components/overlays/chip/chip.js","registers":["lr-chip"],"localeKeys":["remove","removeWithContext","select"]},{"tag":"lr-chip-group","entry":"./components/lr-chip-group.js","registrationModule":"src/components/overlays/chip/chip-group.ts","distModule":"./components/overlays/chip/chip-group.js","registers":["lr-chip-group"],"localeKeys":["showLess","showMoreCollapsed","showMoreCount"]},{"tag":"lr-chunk-inspector","entry":"./components/lr-chunk-inspector.js","registrationModule":"src/components/retrieval/chunk-inspector/chunk-inspector.ts","distModule":"./components/retrieval/chunk-inspector/chunk-inspector.js","registers":["lr-chunk-inspector","lr-empty","lr-virtual-list"],"localeKeys":["chunkInspectorEmpty","chunkInspectorLabel","chunkScore","scoreTierHigh","scoreTierLow","scoreTierMedium","showLess","showMore","sourcePageSuffix","untitledSource"]},{"tag":"lr-citation-badge","entry":"./components/lr-citation-badge.js","registrationModule":"src/components/retrieval/citation-badge/citation-badge.ts","distModule":"./components/retrieval/citation-badge/citation-badge.js","registers":["lr-citation-badge"],"localeKeys":["citation","citationHighConfidence","citationLowConfidence","citationMediumConfidence","citationUnverified","citationVerified","citationWithCustomLabel","citationWithStatus","collapse","details","map","navigation","open","popover","search","select"]},{"tag":"lr-claim-evidence","entry":"./components/lr-claim-evidence.js","registrationModule":"src/components/retrieval/claim-evidence/claim-evidence.ts","distModule":"./components/retrieval/claim-evidence/claim-evidence.js","registers":["lr-badge","lr-citation-badge","lr-claim-evidence","lr-empty"],"localeKeys":["citation","citationHighConfidence","citationLowConfidence","citationMediumConfidence","citationUnverified","citationVerified","citationWithCustomLabel","citationWithStatus","claimEvidenceConfidence","claimEvidenceContradicted","claimEvidenceEmpty","claimEvidenceLabel","claimEvidencePartiallySupported","claimEvidenceSupported","claimEvidenceUnsupported","collapse","details","map","navigation","open","popover","search","select"]},{"tag":"lr-code-block","entry":"./components/lr-code-block.js","registrationModule":"src/components/conversation/code-block/code-block.ts","distModule":"./components/conversation/code-block/code-block.js","registers":["lr-code-block","lr-icon-button","lr-skeleton"],"localeKeys":["codeBlockLineLabel","codeRegion","codeRegionWithLanguage","collapseCode","copied","copiedToClipboard","copy","copyCode","copyFailed","expandCode","iconButtonLabel","loading"]},{"tag":"lr-code-block-core","entry":"./components/lr-code-block-core.js","registrationModule":"src/components/conversation/code-block/code-block-core.ts","distModule":"./components/conversation/code-block/code-block-core.js","registers":["lr-code-block-core","lr-icon-button","lr-skeleton"],"localeKeys":["codeBlockLineLabel","codeRegion","codeRegionWithLanguage","collapseCode","copied","copiedToClipboard","copy","copyCode","copyFailed","expandCode","iconButtonLabel","loading"]},{"tag":"lr-code-editor","entry":"./components/lr-code-editor.js","registrationModule":"src/components/forms/code-editor/code-editor.ts","distModule":"./components/forms/code-editor/code-editor.js","registers":["lr-code-editor"],"localeKeys":["codeEditorLabel","fieldRequired","valueInvalid"]},{"tag":"lr-color-picker","entry":"./components/lr-color-picker.js","registrationModule":"src/components/forms/color-picker/color-picker.ts","distModule":"./components/forms/color-picker/color-picker.js","registers":["lr-color-picker"],"localeKeys":["colorPicker","colorPickerCurrentValue","colorPickerEyeDropper","colorPickerHue","colorPickerHueValue","colorPickerOpacity","colorPickerOpacityValue","colorPickerSaturationBrightness","colorPickerSaturationBrightnessValue","colorPickerSwatch","colorPickerSwatches","colorPickerToggleFormat","colorPickerValueField","fieldRequired"]},{"tag":"lr-combobox","entry":"./components/lr-combobox.js","registrationModule":"src/components/forms/combobox/combobox.ts","distModule":"./components/forms/combobox/combobox.js","registers":["lr-combobox","lr-empty","lr-option"],"localeKeys":["clear","collapse","comboboxCreate","comboboxLabel","comboboxLoadError","comboboxOverflow","comboboxRequired","comboboxSelectedOverflow","date","details","fieldRequired","loading","map","navigation","noData","noMatches","notInCatalog","open","popover","progress","removeWithContext","restore","retry","search","select","tableLoadFailed","valueInvalid"]},{"tag":"lr-command-palette","entry":"./components/lr-command-palette.js","registrationModule":"src/components/layout/command-palette/command-palette.ts","distModule":"./components/layout/command-palette/command-palette.js","registers":["lr-command-palette","lr-icon"],"localeKeys":["clear","commandPaletteEmpty","commandPaletteLabel","commandPalettePlaceholder","commandPaletteResults","iconLoadError","iconSanitizerMissing","iconTooLarge"]},{"tag":"lr-commit-card","entry":"./components/lr-commit-card.js","registrationModule":"src/components/agent-tools/commit-card/commit-card.ts","distModule":"./components/agent-tools/commit-card/commit-card.js","registers":["lr-commit-card"],"localeKeys":["collapse","commitCardCopyHash","commitCardDiffSummary","commitCardHideFiles","commitCardLabel","commitCardShowFiles","copied","copy","copyFailed","details","fieldRequired","gitStatusAdded","gitStatusConflicted","gitStatusDeleted","gitStatusIgnored","gitStatusModified","gitStatusRenamed","gitStatusUntracked","map","navigation","open","popover","progress","restore","search","select"]},{"tag":"lr-community-card","entry":"./components/lr-community-card.js","registrationModule":"src/components/retrieval/community-card/community-card.ts","distModule":"./components/retrieval/community-card/community-card.js","registers":["lr-button","lr-chip","lr-community-card","lr-empty"],"localeKeys":["communityDrillIn","communityMemberCount","fieldRequired","noData","remove","removeWithContext","select","showMoreCount","untitledCommunity"]},{"tag":"lr-compare-panel","entry":"./components/lr-compare-panel.js","registrationModule":"src/components/agent-tools/compare-panel/compare-panel.ts","distModule":"./components/agent-tools/compare-panel/compare-panel.js","registers":["lr-compare-panel","lr-live-region"],"localeKeys":["comparePanel","compareResponseA","compareResponseB","compareVoteBetter","compareVoteBothBad","compareVoteLabel","compareVoteRecorded","compareVoteTie"]},{"tag":"lr-condition-builder","entry":"./components/lr-condition-builder.js","registrationModule":"src/components/data/condition-builder/condition-builder.ts","distModule":"./components/data/condition-builder/condition-builder.js","registers":["lr-button","lr-combobox","lr-condition-builder","lr-date-input","lr-date-picker","lr-empty","lr-icon","lr-icon-button","lr-input","lr-option","lr-select"],"localeKeys":["chooseDate","clear","collapse","comboboxCreate","comboboxLabel","comboboxLoadError","comboboxOverflow","comboboxRequired","comboboxSelectedOverflow","date","dateInputFutureDisabled","dateInputInvalid","dateInputMaxMessage","dateInputMinMessage","dateInputPastDisabled","details","fieldRequired","hidePassword","iconButtonLabel","iconLoadError","iconSanitizerMissing","iconTooLarge","inputLabel","loading","map","matchMismatch","navigation","nextMonth","noData","noMatches","notInCatalog","open","openCalendar","popover","previousMonth","progress","queryBuilderAddCondition","queryBuilderBooleanFalse","queryBuilderBooleanTrue","queryBuilderCombinatorAnd","queryBuilderCombinatorLabel","queryBuilderCombinatorOr","queryBuilderEmpty","queryBuilderFieldLabel","queryBuilderFieldPlaceholder","queryBuilderLabel","queryBuilderNoFields","queryBuilderOperatorAfter","queryBuilderOperatorBefore","queryBuilderOperatorContains","queryBuilderOperatorEndsWith","queryBuilderOperatorEquals","queryBuilderOperatorGreaterThan","queryBuilderOperatorGreaterThanOrEqual","queryBuilderOperatorIn","queryBuilderOperatorIsEmpty","queryBuilderOperatorIsNotEmpty","queryBuilderOperatorLabel","queryBuilderOperatorLessThan","queryBuilderOperatorLessThanOrEqual","queryBuilderOperatorNotEquals","queryBuilderOperatorNotIn","queryBuilderOperatorOnOrAfter","queryBuilderOperatorOnOrBefore","queryBuilderOperatorPlaceholder","queryBuilderOperatorStartsWith","queryBuilderRemoveCondition","queryBuilderValueLabel","queryBuilderValuePlaceholder","removeWithContext","restore","retry","search","select","selectSelectedOverflow","selectValueMissing","showPassword","tableLoadFailed","valueInvalid"]},{"tag":"lr-confirm-bar","entry":"./components/lr-confirm-bar.js","registrationModule":"src/components/agent-tools/confirm-bar/confirm-bar.ts","distModule":"./components/agent-tools/confirm-bar/confirm-bar.js","registers":["lr-button","lr-confirm-bar","lr-details","lr-json-viewer","lr-live-region"],"localeKeys":["approve","circularReference","collapse","confirmApproved","confirmApprovedAnnounce","confirmDenied","confirmDeniedAnnounce","copied","copy","copyFailed","copyJson","deny","details","fieldRequired","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","map","navigation","open","popover","progress","restore","search","select","toolApprovalArgsLabel","toolApprovalGenericTool","toolApprovalHeading","viewerSearchActiveMatch"]},{"tag":"lr-contact-viewer","entry":"./components/lr-contact-viewer.js","registrationModule":"src/components/viewers/contact-viewer/contact-viewer.ts","distModule":"./components/viewers/contact-viewer/contact-viewer.js","registers":["lr-contact-viewer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","collapse","contactViewerAddressFormat","contactViewerAddressLabel","contactViewerEmailLabel","contactViewerLabel","contactViewerNoContacts","contactViewerOrganization","contactViewerPhoneLabel","contactViewerTypeCell","contactViewerTypedValue","contactViewerTypeFax","contactViewerTypeHome","contactViewerTypeInternet","contactViewerTypePreferred","contactViewerTypeVoice","contactViewerTypeWork","contactViewerUnnamedContact","details","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeContact","documentPreviewUrlNotAllowed","loading","loadingDocument","map","navigation","open","popover","search","select"]},{"tag":"lr-context-inspector","entry":"./components/lr-context-inspector.js","registrationModule":"src/components/agent-tools/context-inspector/context-inspector.ts","distModule":"./components/agent-tools/context-inspector/context-inspector.js","registers":["lr-citation-badge","lr-context-inspector","lr-context-meter","lr-copy-button","lr-empty","lr-export-button","lr-icon-button","lr-tooltip"],"localeKeys":["citation","citationHighConfidence","citationLowConfidence","citationMediumConfidence","citationUnverified","citationVerified","citationWithCustomLabel","citationWithStatus","collapse","contextInspectorCopyLabel","contextInspectorEmpty","contextInspectorLabel","contextInspectorRedacted","contextInspectorSegmentTokens","contextInspectorTruncated","contextInspectorTruncatedCount","contextMeterLabeledSummary","contextMeterSegmentLabel","contextMeterUsed","contextMeterUsedOfTotal","copied","copy","copyFailed","details","exportButtonLabel","exportFormatMenuLabel","fieldRequired","iconButtonLabel","map","navigation","open","popover","progress","restore","search","select","statusError"]},{"tag":"lr-context-meter","entry":"./components/lr-context-meter.js","registrationModule":"src/components/data/context-meter/context-meter.ts","distModule":"./components/data/context-meter/context-meter.js","registers":["lr-context-meter"],"localeKeys":["contextMeterLabeledSummary","contextMeterSegmentLabel","contextMeterUsed","contextMeterUsedOfTotal"]},{"tag":"lr-control-group","entry":"./components/lr-control-group.js","registrationModule":"src/components/layout/control-group/control-group.ts","distModule":"./components/layout/control-group/control-group.js","registers":["lr-control-group"],"localeKeys":[]},{"tag":"lr-conversation-item","entry":"./components/lr-conversation-item.js","registrationModule":"src/components/conversation/conversation-item/conversation-item.ts","distModule":"./components/conversation/conversation-item/conversation-item.js","registers":["lr-conversation-item"],"localeKeys":["rename","untitledConversation"]},{"tag":"lr-copy-button","entry":"./components/lr-copy-button.js","registrationModule":"src/components/utility/copy-button/copy-button.ts","distModule":"./components/utility/copy-button/copy-button.js","registers":["lr-copy-button","lr-icon-button","lr-tooltip"],"localeKeys":["copied","copy","copyFailed","fieldRequired","iconButtonLabel","popover"]},{"tag":"lr-csv-viewer","entry":"./components/lr-csv-viewer.js","registrationModule":"src/components/viewers/csv-viewer/csv-viewer.ts","distModule":"./components/viewers/csv-viewer/csv-viewer.js","registers":["lr-csv-viewer","lr-virtual-list"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","cellHighlightWithLabel","csvViewerLabel","csvViewerUnavailable","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","highlightWithLabel","loadingDocument","noData"]},{"tag":"lr-dashboard-grid","entry":"./components/lr-dashboard-grid.js","registrationModule":"src/components/layout/dashboard-grid/dashboard-grid.ts","distModule":"./components/layout/dashboard-grid/dashboard-grid.js","registers":["lr-badge","lr-button","lr-card","lr-dashboard-grid","lr-empty","lr-markdown","lr-media-card","lr-result-card","lr-result-field","lr-stat","lr-widget","lr-widget-renderer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","dashboardCellCollisionRejected","dashboardCellMoved","dashboardCellResized","dashboardGridLabel","fieldRequired","flowItemAnnouncement","mediaCardImageAttachment","mediaCardOpenFileAttachment","mediaCardOpenImageAttachment","mediaCardOpenName","mediaCardOpenVideoAttachment","mediaCardUntitledFile","mediaCardVideoAttachment","noData","open","resultFieldLabel","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","trendUnchanged","widgetCollapse","widgetExitFullscreen","widgetExpand","widgetExpandToFullscreen","widgetFullscreenPanel","widgetViewGroup"]},{"tag":"lr-data-grid","entry":"./components/lr-data-grid.js","registrationModule":"src/components/data/data-grid/data-grid.ts","distModule":"./components/data/data-grid/data-grid.js","registers":["lr-button","lr-data-grid","lr-dropdown","lr-dropdown-item","lr-empty","lr-menu","lr-menu-item"],"localeKeys":["clear","collapse","copied","copyFailed","dataGridColumnMenu","dataGridPinEnd","dataGridPinStart","dataGridRowsPerPage","dataGridTreeLimitReached","dataGridUnpin","expand","fieldRequired","loading","menuLabel","next","noColumns","noData","noMatches","paginationFirstPage","paginationJumpToPage","paginationLabel","paginationLastPage","previous","resizeColumn","resizeValuePixels","retry","search","select","showAllColumns","tableFilterLabel","tableLoadFailed"]},{"tag":"lr-dataset-viewer","entry":"./components/lr-dataset-viewer.js","registrationModule":"src/components/viewers/dataset-viewer/dataset-viewer.ts","distModule":"./components/viewers/dataset-viewer/dataset-viewer.js","registers":["lr-dataset-viewer","lr-virtual-list"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","cellHighlightWithLabel","datasetViewerCaption","datasetViewerCaptionNamed","datasetViewerEmpty","datasetViewerMissingParser","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeDataset","documentPreviewUrlNotAllowed","highlightWithLabel","loadingDocument"]},{"tag":"lr-date-input","entry":"./components/lr-date-input.js","registrationModule":"src/components/forms/date-picker/date-input.ts","distModule":"./components/forms/date-picker/date-input.js","registers":["lr-date-input","lr-date-picker"],"localeKeys":["chooseDate","clear","date","dateInputFutureDisabled","dateInputInvalid","dateInputMaxMessage","dateInputMinMessage","dateInputPastDisabled","fieldRequired","nextMonth","openCalendar","previousMonth"]},{"tag":"lr-date-picker","entry":"./components/lr-date-picker.js","registrationModule":"src/components/forms/date-picker/date-picker.ts","distModule":"./components/forms/date-picker/date-picker.js","registers":["lr-date-picker"],"localeKeys":["fieldRequired","nextMonth","previousMonth"]},{"tag":"lr-details","entry":"./components/lr-details.js","registrationModule":"src/components/layout/details/details.ts","distModule":"./components/layout/details/details.js","registers":["lr-details"],"localeKeys":["details"]},{"tag":"lr-dialog","entry":"./components/lr-dialog.js","registrationModule":"src/components/overlays/dialog/dialog.ts","distModule":"./components/overlays/dialog/dialog.js","registers":["lr-dialog","lr-icon-button"],"localeKeys":["close","iconButtonLabel"]},{"tag":"lr-diff-view","entry":"./components/lr-diff-view.js","registrationModule":"src/components/utility/diff-view/diff-view.ts","distModule":"./components/utility/diff-view/diff-view.js","registers":["lr-diff-view"],"localeKeys":["copied","copy","copyDiff","copyFailed","diffViewHiddenLines","diffViewNewLabel","diffViewOldLabel","diffViewTooLarge"]},{"tag":"lr-divider","entry":"./components/lr-divider.js","registrationModule":"src/components/utility/divider/divider.ts","distModule":"./components/utility/divider/divider.js","registers":["lr-divider"],"localeKeys":[]},{"tag":"lr-dock-panel","entry":"./components/lr-dock-panel.js","registrationModule":"src/components/layout/dock-panel/dock-panel.ts","distModule":"./components/layout/dock-panel/dock-panel.js","registers":["lr-dock-panel"],"localeKeys":["dockPanelCollapse","dockPanelExpand","dockPanelResize","resizeValuePixels"]},{"tag":"lr-document-compare","entry":"./components/lr-document-compare.js","registrationModule":"src/components/viewers/document-compare/document-compare.ts","distModule":"./components/viewers/document-compare/document-compare.js","registers":["lr-diff-view","lr-document-compare","lr-document-preview","lr-pan-zoom"],"localeKeys":["collapse","convertingDocument","copied","copy","copyDiff","copyFailed","details","diffViewHiddenLines","diffViewNewLabel","diffViewOldLabel","diffViewTooLarge","documentCompareLabel","documentCompareNewVersion","documentCompareNoVersion","documentCompareOldVersion","documentPreviewAlt","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewGenericError","documentPreviewGenericFile","documentPreviewNotAvailable","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewTypeImage","documentPreviewUrlNotAllowed","download","highlightOfTotal","highlightWithLabel","loadingDocument","map","navigation","open","pdfViewerCurrentZoom","popover","resetZoom","search","select","zoomableFrameLabel","zoomControls","zoomIn","zoomOut"]},{"tag":"lr-document-library","entry":"./components/lr-document-library.js","registrationModule":"src/components/data/document-library/document-library.ts","distModule":"./components/data/document-library/document-library.js","registers":["lr-checkbox","lr-chip","lr-chip-group","lr-combobox","lr-document-library","lr-empty","lr-file-icon","lr-input","lr-option","lr-pagination","lr-skeleton","lr-spinner","lr-table"],"localeKeys":["checkboxRequired","clear","collapse","comboboxCreate","comboboxLabel","comboboxLoadError","comboboxOverflow","comboboxRequired","comboboxSelectedOverflow","date","details","documentLibraryClearSelection","documentLibraryEmptyHeading","documentLibraryFilterByTag","documentLibraryFreshnessAging","documentLibraryFreshnessColumn","documentLibraryFreshnessFresh","documentLibraryFreshnessStale","documentLibraryLabel","documentLibraryNameColumn","documentLibraryNoMatchesHeading","documentLibraryOwnerColumn","documentLibrarySearchPlaceholder","documentLibrarySelectAll","documentLibrarySelectColumn","documentLibrarySelectDocument","documentLibrarySelectedCount","documentLibraryTagsColumn","documentLibraryTypeColumn","documentLibraryUpdatedColumn","documentLibraryVersionColumn","expand","fieldRequired","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","fileTypeArchive","fileTypeAudio","fileTypeCode","fileTypeFile","fileTypeImage","fileTypePdf","fileTypePresentation","fileTypeSpreadsheet","fileTypeText","fileTypeVideo","fileTypeWithSize","fileTypeWord","hidePassword","inputLabel","item","items","loading","loadMore","map","matchMismatch","navigation","next","noColumns","noData","noMatches","notInCatalog","open","paginationApplied","paginationAppliedUnknownTotal","paginationEmptySummary","paginationFirstPage","paginationJumpToPage","paginationLabel","paginationLastPage","paginationPage","paginationSummary","popover","previous","progress","remove","removeWithContext","resizeColumn","resizeValuePixels","restore","retry","search","select","showAllColumns","showFewerColumns","showLess","showMoreCollapsed","showMoreCount","showPassword","tableEditCell","tableFilterLabel","tableFilterPlaceholder","tableLoadFailed","tableLoading","valueInvalid"]},{"tag":"lr-document-preview","entry":"./components/lr-document-preview.js","registrationModule":"src/components/viewers/document-preview/document-preview.ts","distModule":"./components/viewers/document-preview/document-preview.js","registers":["lr-document-preview","lr-pan-zoom"],"localeKeys":["convertingDocument","documentPreviewAlt","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewGenericError","documentPreviewGenericFile","documentPreviewNotAvailable","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewTypeImage","documentPreviewUrlNotAllowed","download","highlightOfTotal","highlightWithLabel","loadingDocument","pdfViewerCurrentZoom","resetZoom","zoomableFrameLabel","zoomControls","zoomIn","zoomOut"]},{"tag":"lr-document-viewer","entry":"./components/lr-document-viewer.js","registrationModule":"src/components/viewers/document-viewer/document-viewer.ts","distModule":"./components/viewers/document-viewer/document-viewer.js","registers":["lr-dialog","lr-document-preview","lr-document-viewer","lr-icon-button","lr-pan-zoom"],"localeKeys":["close","convertingDocument","documentPreviewAlt","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewGenericError","documentPreviewGenericFile","documentPreviewNotAvailable","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewTypeImage","documentPreviewUrlNotAllowed","documentViewerLabel","download","highlightOfTotal","highlightWithLabel","iconButtonLabel","loadingDocument","pdfViewerCurrentZoom","resetZoom","zoomableFrameLabel","zoomControls","zoomIn","zoomOut"]},{"tag":"lr-docx-viewer","entry":"./components/lr-docx-viewer.js","registrationModule":"src/components/viewers/docx-viewer/docx-viewer.ts","distModule":"./components/viewers/docx-viewer/docx-viewer.js","registers":["lr-docx-viewer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","documentViewerMissingSanitizer","docxViewerLabel","docxViewerMissingConverter","highlightWithLabel","loadingDocument"]},{"tag":"lr-doughnut-chart","entry":"./components/lr-doughnut-chart.js","registrationModule":"src/components/charts/chart/doughnut-chart.ts","distModule":"./components/charts/chart/doughnut-chart.js","registers":["lr-chart","lr-doughnut-chart","lr-skeleton"],"localeKeys":["chart","chartAnnotationsUnavailable","chartAxisTotal","chartBubblePointCoordinates","chartCategory","chartData","chartDataLabelsUnavailable","chartDataSampled","chartLabeledPoint","chartMissingLibrary","chartPointCoordinates","chartPointLabel","chartPrimaryAxis","chartSecondaryAxis","chartSeriesLabel","chartSeriesNoData","chartStackTotalsUnavailable","chartSummary","chartSummaryEmpty","chartSummarySeparator","chartSummaryWithData","chartTotal","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartTypeBar","chartTypeBubble","chartTypeDoughnut","chartTypeLine","chartTypePie","chartTypePolarArea","chartTypeRadar","chartTypeScatter","chartValueLabel","chartValuePercentageLabel","chartZoomUnavailable","collapse","details","liteChartMarkSummary","loading","map","navigation","noData","open","popover","resetZoom","search","select"]},{"tag":"lr-drawer","entry":"./components/lr-drawer.js","registrationModule":"src/components/overlays/drawer/drawer.ts","distModule":"./components/overlays/drawer/drawer.js","registers":["lr-drawer","lr-icon-button"],"localeKeys":["iconButtonLabel"]},{"tag":"lr-drilldown-panel","entry":"./components/lr-drilldown-panel.js","registrationModule":"src/components/layout/drilldown-panel/drilldown-panel.ts","distModule":"./components/layout/drilldown-panel/drilldown-panel.js","registers":["lr-badge","lr-breadcrumb","lr-breadcrumb-item","lr-button","lr-chip","lr-document-preview","lr-drilldown-panel","lr-empty","lr-entity-card","lr-pan-zoom","lr-result-field","lr-source-card","lr-tab","lr-tab-group","lr-tab-panel"],"localeKeys":["breadcrumb","close","convertingDocument","documentPreviewAlt","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewGenericError","documentPreviewGenericFile","documentPreviewNotAvailable","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewTypeImage","documentPreviewUrlNotAllowed","download","drilldownDocuments","drilldownEmpty","drilldownRuns","drilldownUntitledNode","entityCommunity","entityDegree","fieldRequired","focusInGraph","highlightOfTotal","highlightWithLabel","items","loadingDocument","next","noData","paginationLabel","paginationSummary","pdfViewerCurrentZoom","previous","provenanceEntities","remove","removeWithContext","resetZoom","resultFieldLabel","scrollNext","scrollPrevious","select","showLess","showMore","sourceListDefaultLabel","sourcePageSuffix","untitledEntity","untitledSource","zoomableFrameLabel","zoomControls","zoomIn","zoomOut"]},{"tag":"lr-drop-zone","entry":"./components/lr-drop-zone.js","registrationModule":"src/components/media/drop-zone/drop-zone.ts","distModule":"./components/media/drop-zone/drop-zone.js","registers":["lr-drop-zone"],"localeKeys":["dropzoneRejectedType","dropzoneReleaseToAdd","fieldRequired","fileInputAcceptedMany","fileInputAcceptedOne","fileInputFolderRejected","fileInputRejectedCount","fileInputRejectedLimit","fileInputRejectedMany","fileInputRejectedMaxFiles","fileInputRejectedMaxTotalSize","fileInputRejectedOne","fileInputRejectedRead","fileInputRejectedSize","fileInputRejectedType"]},{"tag":"lr-dropdown","entry":"./components/lr-dropdown.js","registrationModule":"src/components/overlays/overlay/dropdown.ts","distModule":"./components/overlays/overlay/dropdown.js","registers":["lr-dropdown","lr-menu","lr-menu-item"],"localeKeys":["menuLabel"]},{"tag":"lr-dropdown-item","entry":"./components/lr-dropdown-item.js","registrationModule":"src/components/layout/menu/dropdown-item.ts","distModule":"./components/layout/menu/dropdown-item.js","registers":["lr-dropdown-item","lr-menu","lr-menu-item"],"localeKeys":["menuLabel"]},{"tag":"lr-ebook-viewer","entry":"./components/lr-ebook-viewer.js","registrationModule":"src/components/viewers/ebook-viewer/ebook-viewer.ts","distModule":"./components/viewers/ebook-viewer/ebook-viewer.js","registers":["lr-ebook-viewer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","collapse","details","documentPreviewEmpty","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","ebookViewerLoadError","ebookViewerNextChapter","ebookViewerPreviousChapter","ebookViewerRegionLabel","loading","loadingDocument","map","navigation","next","open","popover","previous","remove","search","select","viewerSearchActiveMatch","viewerSearchMatchCount","viewerSearchNoMatches"]},{"tag":"lr-email-viewer","entry":"./components/lr-email-viewer.js","registrationModule":"src/components/viewers/email-viewer/email-viewer.ts","distModule":"./components/viewers/email-viewer/email-viewer.js","registers":["lr-email-viewer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","collapse","date","details","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeEmail","documentPreviewUrlNotAllowed","documentViewerMissingSanitizer","download","emailViewerAttachments","emailViewerDate","emailViewerFrom","emailViewerGroupAddress","emailViewerHideQuoted","emailViewerLabel","emailViewerMissingParser","emailViewerNoSubject","emailViewerOpenAttachment","emailViewerShowQuoted","emailViewerSubject","emailViewerTo","emailViewerUnnamedAttachment","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","loading","loadingDocument","map","navigation","open","popover","search","select"]},{"tag":"lr-embedding-explorer","entry":"./components/lr-embedding-explorer.js","registrationModule":"src/components/retrieval/embedding-explorer/embedding-explorer.ts","distModule":"./components/retrieval/embedding-explorer/embedding-explorer.js","registers":["lr-embedding-explorer"],"localeKeys":["embeddingExplorerEmpty","embeddingExplorerLabel","embeddingExplorerPoint"]},{"tag":"lr-emoji-picker","entry":"./components/lr-emoji-picker.js","registrationModule":"src/components/forms/emoji-picker/emoji-picker.ts","distModule":"./components/forms/emoji-picker/emoji-picker.js","registers":["lr-emoji-picker"],"localeKeys":["clear","collapse","details","emojiPickerEmpty","emojiPickerGridLabel","emojiPickerGroupActivities","emojiPickerGroupAnimalsNature","emojiPickerGroupComponent","emojiPickerGroupFlags","emojiPickerGroupFoodDrink","emojiPickerGroupObjects","emojiPickerGroupPeopleBody","emojiPickerGroupSmileysEmotion","emojiPickerGroupSymbols","emojiPickerGroupTravelPlaces","emojiPickerGroupUnknown","emojiPickerLoadError","emojiPickerSearchLabel","fieldRequired","item","map","navigation","open","popover","progress","restore","search","select"]},{"tag":"lr-empty","entry":"./components/lr-empty.js","registrationModule":"src/components/overlays/empty/empty.ts","distModule":"./components/overlays/empty/empty.js","registers":["lr-empty"],"localeKeys":[]},{"tag":"lr-entity-card","entry":"./components/lr-entity-card.js","registrationModule":"src/components/retrieval/entity-card/entity-card.ts","distModule":"./components/retrieval/entity-card/entity-card.js","registers":["lr-badge","lr-button","lr-chip","lr-empty","lr-entity-card","lr-result-field"],"localeKeys":["entityCommunity","entityDegree","fieldRequired","focusInGraph","noData","remove","removeWithContext","resultFieldLabel","select","untitledEntity"]},{"tag":"lr-entity-chip","entry":"./components/lr-entity-chip.js","registrationModule":"src/components/retrieval/entity-chip/entity-chip.ts","distModule":"./components/retrieval/entity-chip/entity-chip.js","registers":["lr-entity-chip"],"localeKeys":["entityChipWithType","untitledEntity"]},{"tag":"lr-entity-dossier","entry":"./components/lr-entity-dossier.js","registrationModule":"src/components/retrieval/entity-dossier/entity-dossier.ts","distModule":"./components/retrieval/entity-dossier/entity-dossier.js","registers":["lr-badge","lr-button","lr-chip","lr-chunk-inspector","lr-community-card","lr-empty","lr-entity-card","lr-entity-chip","lr-entity-dossier","lr-neighbor-list","lr-path-strip","lr-provenance-panel","lr-result-field","lr-scroller","lr-stat","lr-tab","lr-tab-group","lr-tab-panel","lr-virtual-list"],"localeKeys":["chunkInspectorEmpty","chunkInspectorLabel","chunkScore","close","collapse","communityDrillIn","communityMemberCount","details","entityChipWithType","entityCommunity","entityDegree","fieldRequired","focusInGraph","map","navigation","neighborDirectionBoth","neighborDirectionIn","neighborDirectionOut","neighborExpand","neighborGroupHeader","neighborListEmpty","neighborListLabel","neighborRowLabel","noData","open","pathNodeStatus","pathRelationStatus","pathStripLabel","popover","progress","provenanceChunks","provenanceCommunities","provenanceEmpty","provenanceEntities","provenancePanelLabel","provenanceRelationships","remove","removeWithContext","resultFieldLabel","scoreTierHigh","scoreTierLow","scoreTierMedium","scrollerLabel","scrollNext","scrollPrevious","search","select","showLess","showMore","showMoreCount","sourcePageSuffix","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","trendUnchanged","untitledCommunity","untitledEntity","untitledSource"]},{"tag":"lr-env-list","entry":"./components/lr-env-list.js","registrationModule":"src/components/data/env-list/env-list.ts","distModule":"./components/data/env-list/env-list.js","registers":["lr-empty","lr-env-list"],"localeKeys":["copied","copy","copyFailed","envListCopy","envListHide","envListLabel","envListReveal","envListValueHidden","noData"]},{"tag":"lr-eval-dataset","entry":"./components/lr-eval-dataset.js","registrationModule":"src/components/agent-tools/eval-dataset/eval-dataset.ts","distModule":"./components/agent-tools/eval-dataset/eval-dataset.js","registers":["lr-chip","lr-chip-group","lr-empty","lr-eval-dataset","lr-export-button","lr-file-input","lr-pagination","lr-skeleton","lr-spinner","lr-table"],"localeKeys":["clear","collapse","details","dropzoneRejectedType","dropzoneReleaseToAdd","evalDatasetAddExample","evalDatasetColumnExpectedOutput","evalDatasetColumnInput","evalDatasetColumnTags","evalDatasetEmpty","evalDatasetImportLabel","evalDatasetLabel","evalDatasetNoMatches","evalDatasetRemoveExample","evalDatasetSearchLabel","evalDatasetTagFilterLabel","expand","exportButtonLabel","exportFormatMenuLabel","fieldRequired","fileInputAcceptedMany","fileInputAcceptedOne","fileInputDefaultLabel","fileInputFolderRejected","fileInputRejectedCount","fileInputRejectedLimit","fileInputRejectedMany","fileInputRejectedMaxFiles","fileInputRejectedMaxTotalSize","fileInputRejectedOne","fileInputRejectedRead","fileInputRejectedSize","fileInputRejectedType","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","item","items","loading","loadMore","map","navigation","next","noColumns","noData","open","paginationApplied","paginationAppliedUnknownTotal","paginationEmptySummary","paginationFirstPage","paginationJumpToPage","paginationLabel","paginationLastPage","paginationPage","paginationSummary","popover","previous","progress","remove","removeWithContext","resizeColumn","resizeValuePixels","restore","retry","search","select","showAllColumns","showFewerColumns","showLess","showMoreCollapsed","showMoreCount","statusError","tableEditCell","tableFilterLabel","tableFilterPlaceholder","tableLoadFailed","tableLoading","valueInvalid"]},{"tag":"lr-eval-result","entry":"./components/lr-eval-result.js","registrationModule":"src/components/agent-tools/eval-result/eval-result.ts","distModule":"./components/agent-tools/eval-result/eval-result.js","registers":["lr-checkbox","lr-checkbox-group","lr-diff-view","lr-empty","lr-eval-result","lr-option","lr-pagination","lr-rubric-form","lr-segmented","lr-select","lr-skeleton","lr-slider","lr-spinner","lr-table","lr-textarea"],"localeKeys":["checkboxGroupRequired","checkboxRequired","clear","collapse","copied","copy","copyDiff","copyFailed","details","diffViewHiddenLines","diffViewNewLabel","diffViewOldLabel","diffViewTooLarge","evaluationDashboardRunsLabel","expand","fieldRequired","item","items","loading","loadMore","map","navigation","next","noColumns","noData","notInCatalog","open","paginationApplied","paginationAppliedUnknownTotal","paginationEmptySummary","paginationFirstPage","paginationJumpToPage","paginationLabel","paginationLastPage","paginationPage","paginationSummary","popover","previous","progress","rangeEnd","rangeStart","remove","removeWithContext","resizeColumn","resizeValuePixels","restore","retry","rubricSkip","rubricSubmit","rubricSubmitAndNext","search","select","selectSelectedOverflow","selectValueMissing","showAllColumns","showFewerColumns","sliderLabel","tableEditCell","tableFilterLabel","tableFilterPlaceholder","tableLoadFailed","tableLoading","textareaCharacterCount","textareaCharactersRemaining","textareaLabel","unsupportedFieldType","valueInvalid"]},{"tag":"lr-eval-run","entry":"./components/lr-eval-run.js","registrationModule":"src/components/agent-tools/evaluation-run/evaluation-run.ts","distModule":"./components/agent-tools/evaluation-run/evaluation-run.js","registers":["lr-badge","lr-button","lr-citation-badge","lr-claim-evidence","lr-code-block","lr-copy-button","lr-details","lr-empty","lr-eval-run","lr-grounding-summary","lr-icon-button","lr-json-viewer","lr-live-region","lr-markdown","lr-progress-bar","lr-skeleton","lr-stat","lr-tool-approval-dialog","lr-tool-call-chip","lr-tool-result-view","lr-tool-timeline","lr-tooltip"],"localeKeys":["accessibleLabelSeparator","agentRunStatusCollecting","agentRunStatusQueued","anchorJumped","anchorJumpedToPage","anchorNotFound","approve","cancel","circularReference","citation","citationHighConfidence","citationLowConfidence","citationMediumConfidence","citationUnverified","citationVerified","citationWithCustomLabel","citationWithStatus","claimEvidenceConfidence","claimEvidenceContradicted","claimEvidenceEmpty","claimEvidenceLabel","claimEvidencePartiallySupported","claimEvidenceSupported","claimEvidenceUnsupported","codeBlockLineLabel","codeRegion","codeRegionWithLanguage","collapse","collapseCode","confirmApproved","confirmDenied","copied","copiedToClipboard","copy","copyCode","copyFailed","copyJson","deny","details","durationMilliseconds","durationSeconds","edit","envListValueHidden","evaluationRunExampleCancelledAnnounce","evaluationRunExampleCompletedAnnounce","evaluationRunExampleFailedAnnounce","evaluationRunExampleLabel","evaluationRunExampleStartedAnnounce","evaluationRunExampleWaitingApprovalAnnounce","evaluationRunExampleWaitingInputAnnounce","evaluationRunFailedCount","evaluationRunGroundingHeading","evaluationRunInputHeading","evaluationRunLabel","evaluationRunOutputHeading","evaluationRunProgressLabel","evaluationRunProgressSummary","evaluationRunRunningCount","evaluationRunStatusCancelled","evaluationRunStatusIdle","evaluationRunStatusWaitingApproval","evaluationRunStatusWaitingInput","evaluationRunToolTraceHeading","expandCode","fieldRequired","groundingSummaryConfidenceLabel","groundingSummaryCoverageLabel","groundingSummaryEmpty","groundingSummaryEvidenceHeading","groundingSummaryEvidenceSpan","groundingSummaryLabel","groundingSummarySupportedLabel","groundingSummaryUnsupportedLabel","groundingSummaryWarningsHeading","iconButtonLabel","invalidJson","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","loading","map","navigation","noData","open","popover","progress","retry","search","select","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","statusDenied","statusError","statusPending","statusRunning","statusSuccess","toolApprovalArgsLabel","toolApprovalGenericTool","toolApprovalHeading","toolCall","toolTimelineDetailsFor","toolTimelineLimit","trendUnchanged","viewerSearchActiveMatch"]},{"tag":"lr-export-button","entry":"./components/lr-export-button.js","registrationModule":"src/components/utility/export-button/export-button.ts","distModule":"./components/utility/export-button/export-button.js","registers":["lr-export-button"],"localeKeys":["exportButtonLabel","exportFormatMenuLabel","statusError"]},{"tag":"lr-file-icon","entry":"./components/lr-file-icon.js","registrationModule":"src/components/media/file-icon/file-icon.ts","distModule":"./components/media/file-icon/file-icon.js","registers":["lr-file-icon"],"localeKeys":["collapse","details","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","fileTypeArchive","fileTypeAudio","fileTypeCode","fileTypeFile","fileTypeImage","fileTypePdf","fileTypePresentation","fileTypeSpreadsheet","fileTypeText","fileTypeVideo","fileTypeWithSize","fileTypeWord","map","navigation","open","popover","search","select"]},{"tag":"lr-file-input","entry":"./components/lr-file-input.js","registrationModule":"src/components/media/file-input/file-input.ts","distModule":"./components/media/file-input/file-input.js","registers":["lr-file-input"],"localeKeys":["collapse","details","dropzoneRejectedType","dropzoneReleaseToAdd","fieldRequired","fileInputAcceptedMany","fileInputAcceptedOne","fileInputDefaultLabel","fileInputFolderRejected","fileInputRejectedCount","fileInputRejectedLimit","fileInputRejectedMany","fileInputRejectedMaxFiles","fileInputRejectedMaxTotalSize","fileInputRejectedOne","fileInputRejectedRead","fileInputRejectedSize","fileInputRejectedType","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","map","navigation","open","popover","progress","removeWithContext","restore","search","select","valueInvalid"]},{"tag":"lr-file-tree","entry":"./components/lr-file-tree.js","registrationModule":"src/components/data/file-tree/file-tree.ts","distModule":"./components/data/file-tree/file-tree.js","registers":["lr-empty","lr-file-icon","lr-file-tree","lr-live-region","lr-tree","lr-tree-item"],"localeKeys":["collapse","details","fieldRequired","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","fileTreeDiffSummary","fileTreeLabel","fileTypeArchive","fileTypeAudio","fileTypeCode","fileTypeFile","fileTypeImage","fileTypePdf","fileTypePresentation","fileTypeSpreadsheet","fileTypeText","fileTypeVideo","fileTypeWithSize","fileTypeWord","gitStatusAdded","gitStatusConflicted","gitStatusDeleted","gitStatusIgnored","gitStatusModified","gitStatusRenamed","gitStatusUntracked","loading","map","navigation","noData","open","popover","progress","restore","search","select","treeNodeMoved"]},{"tag":"lr-filter-bar","entry":"./components/lr-filter-bar.js","registrationModule":"src/components/layout/filter-bar/filter-bar.ts","distModule":"./components/layout/filter-bar/filter-bar.js","registers":["lr-button","lr-chip","lr-chip-group","lr-combobox","lr-date-input","lr-date-picker","lr-dropdown","lr-dropdown-item","lr-empty","lr-filter-bar","lr-input","lr-menu","lr-menu-item","lr-option","lr-select","lr-spinner"],"localeKeys":["chooseDate","clear","collapse","comboboxCreate","comboboxLabel","comboboxLoadError","comboboxOverflow","comboboxRequired","comboboxSelectedOverflow","date","dateInputFutureDisabled","dateInputInvalid","dateInputMaxMessage","dateInputMinMessage","dateInputPastDisabled","details","fieldRequired","filterBarActiveFilters","filterBarReset","hidePassword","inputLabel","loading","map","matchMismatch","menuLabel","navigation","nextMonth","noData","noMatches","notInCatalog","open","openCalendar","popover","previousMonth","progress","remove","removeWithContext","restore","retry","search","select","selectSelectedOverflow","selectValueMissing","showLess","showMoreCollapsed","showMoreCount","showPassword","tableLoadFailed","valueInvalid"]},{"tag":"lr-flag","entry":"./components/lr-flag.js","registrationModule":"src/components/media/flag/flag.ts","distModule":"./components/media/flag/flag.js","registers":["lr-flag","lr-skeleton"],"localeKeys":["collapse","details","flagLoadError","loading","map","navigation","open","popover","search","select"]},{"tag":"lr-flow-canvas","entry":"./components/lr-flow-canvas.js","registrationModule":"src/components/data/flow-canvas/flow-canvas.ts","distModule":"./components/data/flow-canvas/flow-canvas.js","registers":["lr-empty","lr-flow-canvas","lr-flow-node"],"localeKeys":["durationMilliseconds","durationSeconds","flowCanvasLabel","flowCanvasLayoutLimit","flowCanvasSummary","flowConnectCancelled","flowConnectCommitted","flowConnectStarted","flowConnectTarget","flowEdge","flowEdgeList","flowEdgeWithLabel","flowInputHandle","flowItemAnnouncement","flowNode","flowNodeDeselected","flowNodeMoved","flowNodeSelected","flowOutputHandle","flowSelectionCleared","flowStatusWithDetail","flowStatusWithDuration","noData","progress","statusDenied","statusError","statusPending","statusRunning","statusSuccess"]},{"tag":"lr-flow-controls","entry":"./components/lr-flow-controls.js","registrationModule":"src/components/data/flow-controls/flow-controls.ts","distModule":"./components/data/flow-controls/flow-controls.js","registers":["lr-flow-controls"],"localeKeys":["flowControlsLabel","flowLockCanvas","zoomIn","zoomOut","zoomToFit"]},{"tag":"lr-flow-minimap","entry":"./components/lr-flow-minimap.js","registrationModule":"src/components/data/flow-minimap/flow-minimap.ts","distModule":"./components/data/flow-minimap/flow-minimap.js","registers":["lr-flow-minimap"],"localeKeys":["flowMinimapInstructions","flowMinimapLabel","flowMinimapViewport","flowMinimapViewportChanged"]},{"tag":"lr-flow-node","entry":"./components/lr-flow-node.js","registrationModule":"src/components/data/flow-node/flow-node.ts","distModule":"./components/data/flow-node/flow-node.js","registers":["lr-flow-node"],"localeKeys":["durationMilliseconds","durationSeconds","flowInputHandle","flowOutputHandle","flowStatusWithDetail","flowStatusWithDuration","progress","statusDenied","statusError","statusPending","statusRunning","statusSuccess"]},{"tag":"lr-flow-run-status","entry":"./components/lr-flow-run-status.js","registrationModule":"src/components/data/flow-run-status/flow-run-status.ts","distModule":"./components/data/flow-run-status/flow-run-status.js","registers":["lr-flow-run-status"],"localeKeys":["flowRunStatusCount","flowRunStatusLabel","flowRunStepStatus","flowRunSummary","statusDenied","statusError","statusPending","statusRunning","statusSuccess"]},{"tag":"lr-format-bytes","entry":"./components/lr-format-bytes.js","registrationModule":"src/components/utility/format/format-bytes.ts","distModule":"./components/utility/format/format-bytes.js","registers":["lr-format-bytes"],"localeKeys":[]},{"tag":"lr-format-date","entry":"./components/lr-format-date.js","registrationModule":"src/components/utility/format/format-date.ts","distModule":"./components/utility/format/format-date.js","registers":["lr-format-date"],"localeKeys":[]},{"tag":"lr-format-number","entry":"./components/lr-format-number.js","registrationModule":"src/components/utility/format/format-number.ts","distModule":"./components/utility/format/format-number.js","registers":["lr-format-number"],"localeKeys":[]},{"tag":"lr-funnel","entry":"./components/lr-funnel.js","registrationModule":"src/components/data/funnel/funnel.ts","distModule":"./components/data/funnel/funnel.js","registers":["lr-funnel"],"localeKeys":["chart","comparePanel","contextMeterLabeledSummary","noData","statTrendDecreased","statTrendIncreased","trendUnchanged"]},{"tag":"lr-gauge","entry":"./components/lr-gauge.js","registrationModule":"src/components/data/gauge/gauge.ts","distModule":"./components/data/gauge/gauge.js","registers":["lr-gauge"],"localeKeys":["gaugeLabel","gaugeValueLabel"]},{"tag":"lr-generation-metrics","entry":"./components/lr-generation-metrics.js","registrationModule":"src/components/conversation/generation-metrics/generation-metrics.ts","distModule":"./components/conversation/generation-metrics/generation-metrics.js","registers":["lr-generation-metrics"],"localeKeys":["elapsedMinutesSecondsTemplate","generationStatusElapsedSeconds","generationStatusThroughput","generationStatusTokenCount","generationStatusTokensCount","stopGenerating"]},{"tag":"lr-geojson-view","entry":"./components/lr-geojson-view.js","registrationModule":"src/components/viewers/geojson-view/geojson-view.ts","distModule":"./components/viewers/geojson-view/geojson-view.js","registers":["lr-geojson-view","lr-geojson-viewer","lr-json-viewer","lr-map","lr-skeleton"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","circularReference","close","copied","copy","copyFailed","copyJson","documentPreviewEmpty","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","geojsonViewFeatureCount","geojsonViewInvalid","geojsonViewLabel","geojsonViewMissingMapLibrary","items","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","loading","loadingDocument","map","mapInitializationFailed","mapLegend","mapMissingLibrary","mapResetNorth","mapStyleRequired","mapWebglUnavailable","paginationSummary","viewerSearchActiveMatch","zoomIn","zoomOut"]},{"tag":"lr-geojson-viewer","entry":"./components/lr-geojson-viewer.js","registrationModule":"src/components/viewers/geojson-view/geojson-viewer.ts","distModule":"./components/viewers/geojson-view/geojson-viewer.js","registers":["lr-geojson-viewer","lr-json-viewer","lr-map","lr-skeleton"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","circularReference","close","copied","copy","copyFailed","copyJson","documentPreviewEmpty","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","geojsonViewFeatureCount","geojsonViewInvalid","geojsonViewLabel","geojsonViewMissingMapLibrary","items","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","loading","loadingDocument","map","mapInitializationFailed","mapLegend","mapMissingLibrary","mapResetNorth","mapStyleRequired","mapWebglUnavailable","paginationSummary","viewerSearchActiveMatch","zoomIn","zoomOut"]},{"tag":"lr-graph","entry":"./components/lr-graph.js","registrationModule":"src/components/retrieval/graph/graph.ts","distModule":"./components/retrieval/graph/graph.js","registers":["lr-graph","lr-skeleton"],"localeKeys":["graphCommunity","graphDataList","graphDiagram","graphExpandableItem","graphItemAnnouncement","graphLink","graphMissingLibrary","graphNode","graphNodeFocused","graphNodesHidden","graphSelectionCount","graphTypedNode","loading","noData"]},{"tag":"lr-graph-legend","entry":"./components/lr-graph-legend.js","registrationModule":"src/components/retrieval/graph-legend/graph-legend.ts","distModule":"./components/retrieval/graph-legend/graph-legend.js","registers":["lr-graph-legend"],"localeKeys":["graphLegendLabel","legendTypeHidden","legendTypeShown"]},{"tag":"lr-graph-query-builder","entry":"./components/lr-graph-query-builder.js","registrationModule":"src/components/data/graph-query-builder/graph-query-builder.ts","distModule":"./components/data/graph-query-builder/graph-query-builder.js","registers":["lr-chip","lr-chip-group","lr-graph-query-builder","lr-input","lr-option","lr-select"],"localeKeys":["clear","fieldRequired","graphQueryBuilderLabel","graphQueryDeleteWithContext","graphQueryDirectionLabel","graphQueryEndLabel","graphQueryHopRangeInvalid","graphQueryLoadWithContext","graphQueryMaxHopsLabel","graphQueryMinHopsLabel","graphQueryNodeTypeLabel","graphQueryRelationshipTypeLabel","graphQueryRun","graphQuerySaveButton","graphQuerySavedQueriesLabel","graphQuerySaveNameLabel","graphQueryStartLabel","hidePassword","inputLabel","matchMismatch","neighborDirectionBoth","neighborDirectionIn","neighborDirectionOut","noData","notInCatalog","remove","removeWithContext","select","selectSelectedOverflow","selectValueMissing","showLess","showMoreCollapsed","showMoreCount","showPassword","valueInvalid"]},{"tag":"lr-grounding-summary","entry":"./components/lr-grounding-summary.js","registrationModule":"src/components/retrieval/grounding-summary/grounding-summary.ts","distModule":"./components/retrieval/grounding-summary/grounding-summary.js","registers":["lr-badge","lr-citation-badge","lr-claim-evidence","lr-empty","lr-grounding-summary","lr-stat"],"localeKeys":["citation","citationHighConfidence","citationLowConfidence","citationMediumConfidence","citationUnverified","citationVerified","citationWithCustomLabel","citationWithStatus","claimEvidenceConfidence","claimEvidenceContradicted","claimEvidenceEmpty","claimEvidenceLabel","claimEvidencePartiallySupported","claimEvidenceSupported","claimEvidenceUnsupported","collapse","details","groundingSummaryConfidenceLabel","groundingSummaryCoverageLabel","groundingSummaryEmpty","groundingSummaryEvidenceHeading","groundingSummaryEvidenceSpan","groundingSummaryLabel","groundingSummarySupportedLabel","groundingSummaryUnsupportedLabel","groundingSummaryWarningsHeading","map","navigation","open","popover","search","select","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","trendUnchanged"]},{"tag":"lr-handoff-divider","entry":"./components/lr-handoff-divider.js","registrationModule":"src/components/conversation/handoff-divider/handoff-divider.ts","distModule":"./components/conversation/handoff-divider/handoff-divider.js","registers":["lr-handoff-divider","lr-live-region"],"localeKeys":["handoffFromToAgent","handoffLabel","handoffToAgent"]},{"tag":"lr-heatmap","entry":"./components/lr-heatmap.js","registrationModule":"src/components/data/heatmap/heatmap.ts","distModule":"./components/data/heatmap/heatmap.js","registers":["lr-heatmap"],"localeKeys":["heatmapCalendarCellLabel","heatmapCalendarLabel","heatmapDecorationLimit","heatmapDefaultColLabel","heatmapDefaultRowLabel","heatmapMatrixCellLabel","heatmapMatrixLabel","heatmapNoDataValue","heatmapProjectionLimit","heatmapSelectedCellLabel","heatmapSelectedCount","heatmapValueLabel"]},{"tag":"lr-highlight-layer","entry":"./components/lr-highlight-layer.js","registrationModule":"src/components/viewers/highlight-layer/highlight-layer.ts","distModule":"./components/viewers/highlight-layer/highlight-layer.js","registers":["lr-highlight-layer"],"localeKeys":["highlightLayerLabel","highlightOfTotal","highlightWithLabel"]},{"tag":"lr-histogram","entry":"./components/lr-histogram.js","registrationModule":"src/components/charts/chart/histogram.ts","distModule":"./components/charts/chart/histogram.js","registers":["lr-chart","lr-histogram","lr-skeleton"],"localeKeys":["chart","chartAnnotationsUnavailable","chartAxisTotal","chartBubblePointCoordinates","chartCategory","chartData","chartDataLabelsUnavailable","chartDataSampled","chartLabeledPoint","chartMissingLibrary","chartPointCoordinates","chartPointLabel","chartPrimaryAxis","chartSecondaryAxis","chartSeriesLabel","chartSeriesNoData","chartStackTotalsUnavailable","chartSummary","chartSummaryEmpty","chartSummarySeparator","chartSummaryWithData","chartTotal","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartTypeBar","chartTypeBubble","chartTypeDoughnut","chartTypeLine","chartTypePie","chartTypePolarArea","chartTypeRadar","chartTypeScatter","chartValueLabel","chartValuePercentageLabel","chartZoomUnavailable","collapse","details","histogramFrequency","liteChartMarkSummary","loading","map","navigation","noData","open","popover","resetZoom","search","select"]},{"tag":"lr-html-viewer","entry":"./components/lr-html-viewer.js","registrationModule":"src/components/viewers/html-viewer/html-viewer.ts","distModule":"./components/viewers/html-viewer/html-viewer.js","registers":["lr-html-viewer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","documentViewerMissingSanitizer","htmlViewerLabel","loadingDocument"]},{"tag":"lr-icon","entry":"./components/lr-icon.js","registrationModule":"src/components/utility/icon/icon.ts","distModule":"./components/utility/icon/icon.js","registers":["lr-icon"],"localeKeys":["iconLoadError","iconSanitizerMissing","iconTooLarge"]},{"tag":"lr-icon-button","entry":"./components/lr-icon-button.js","registrationModule":"src/components/forms/icon-button/icon-button.ts","distModule":"./components/forms/icon-button/icon-button.js","registers":["lr-icon","lr-icon-button"],"localeKeys":["iconButtonLabel","iconLoadError","iconSanitizerMissing","iconTooLarge"]},{"tag":"lr-image-comparer","entry":"./components/lr-image-comparer.js","registrationModule":"src/components/media/image-comparer/image-comparer.ts","distModule":"./components/media/image-comparer/image-comparer.js","registers":["lr-image-comparer"],"localeKeys":["fieldRequired","imageComparerLabel"]},{"tag":"lr-image-viewer","entry":"./components/lr-image-viewer.js","registrationModule":"src/components/media/image-viewer/image-viewer.ts","distModule":"./components/media/image-viewer/image-viewer.js","registers":["lr-image-viewer","lr-live-region","lr-pan-zoom"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","documentPreviewEmpty","documentPreviewTypeImage","imageViewerAnnotate","imageViewerAnnotationAdded","imageViewerAnnotationBoxPosition","imageViewerAnnotationCancelled","imageViewerAnnotationHint","imageViewerFailedToLoad","imageViewerFitActual","imageViewerFitContain","imageViewerFitLabel","imageViewerFitWidth","imageViewerHighlightsLabel","imageViewerLabel","imageViewerRotate","imageViewerUnlabeledHighlight","pdfViewerCurrentZoom","resetZoom","zoomableFrameLabel","zoomControls","zoomIn","zoomOut"]},{"tag":"lr-include","entry":"./components/lr-include.js","registrationModule":"src/components/viewers/include/include.ts","distModule":"./components/viewers/include/include.js","registers":["lr-include"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound"]},{"tag":"lr-ingestion-queue","entry":"./components/lr-ingestion-queue.js","registrationModule":"src/components/retrieval/ingestion-queue/ingestion-queue.ts","distModule":"./components/retrieval/ingestion-queue/ingestion-queue.js","registers":["lr-badge","lr-empty","lr-ingestion-queue","lr-progress-bar","lr-virtual-list"],"localeKeys":["cancel","ingestionAttemptCount","ingestionCancelWithContext","ingestionChunkCount","ingestionEmbeddedOfTotal","ingestionItemProgressLabel","ingestionQueueEmpty","ingestionQueueLabel","ingestionRetryWithContext","ingestionStageCancelled","ingestionStageChunking","ingestionStageDone","ingestionStageEmbedding","ingestionStageExtracting","ingestionStageFailed","ingestionStageIndexing","ingestionStageQueued","ingestionStageUnknown","ingestionStageUploading","progress","retry"]},{"tag":"lr-input","entry":"./components/lr-input.js","registrationModule":"src/components/forms/input/input.ts","distModule":"./components/forms/input/input.js","registers":["lr-input"],"localeKeys":["clear","fieldRequired","hidePassword","inputLabel","matchMismatch","showPassword","valueInvalid"]},{"tag":"lr-intersection-observer","entry":"./components/lr-intersection-observer.js","registrationModule":"src/components/utility/intersection-observer/intersection-observer.ts","distModule":"./components/utility/intersection-observer/intersection-observer.js","registers":["lr-intersection-observer"],"localeKeys":[]},{"tag":"lr-json-schema-viewer","entry":"./components/lr-json-schema-viewer.js","registrationModule":"src/components/agent-tools/schema-viewer/schema-viewer.ts","distModule":"./components/agent-tools/schema-viewer/schema-viewer.js","registers":["lr-badge","lr-empty","lr-json-schema-viewer"],"localeKeys":["schemaViewerCircular","schemaViewerEmpty","schemaViewerIssueLimit","schemaViewerLabel","schemaViewerLimit","schemaViewerRequired","schemaViewerType"]},{"tag":"lr-json-viewer","entry":"./components/lr-json-viewer.js","registrationModule":"src/components/utility/json-viewer/json-viewer.ts","distModule":"./components/utility/json-viewer/json-viewer.js","registers":["lr-json-viewer"],"localeKeys":["circularReference","copied","copy","copyFailed","copyJson","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","viewerSearchActiveMatch"]},{"tag":"lr-kbd","entry":"./components/lr-kbd.js","registrationModule":"src/components/overlays/kbd/kbd.ts","distModule":"./components/overlays/kbd/kbd.js","registers":["lr-kbd"],"localeKeys":["kbdAltWord","kbdArrowDownWord","kbdArrowLeftWord","kbdArrowRightWord","kbdArrowUpWord","kbdBackspaceWord","kbdCommandWord","kbdControlVisual","kbdControlWord","kbdDeleteVisual","kbdDeleteWord","kbdEndWord","kbdEnterWord","kbdEscapeVisual","kbdEscapeWord","kbdHomeWord","kbdMinusWord","kbdOptionWord","kbdPageDownVisual","kbdPageDownWord","kbdPageUpVisual","kbdPageUpWord","kbdPlusWord","kbdShiftWord","kbdSpaceWord","kbdTabWord","popover"]},{"tag":"lr-knowledge-base","entry":"./components/lr-knowledge-base.js","registrationModule":"src/components/retrieval/knowledge-base/knowledge-base.ts","distModule":"./components/retrieval/knowledge-base/knowledge-base.js","registers":["lr-badge","lr-button","lr-dropdown","lr-empty","lr-knowledge-base","lr-menu","lr-menu-item","lr-pagination","lr-skeleton","lr-spinner","lr-stat","lr-table"],"localeKeys":["clear","collapse","details","expand","fieldRequired","item","items","knowledgeBaseActionsColumn","knowledgeBaseCreateSource","knowledgeBaseDeleteAction","knowledgeBaseDocumentCount","knowledgeBaseEmptyDescription","knowledgeBaseEmptyHeading","knowledgeBaseHeading","knowledgeBaseHealthColumn","knowledgeBaseHealthDegraded","knowledgeBaseHealthFailed","knowledgeBaseHealthHealthy","knowledgeBaseHealthUnknown","knowledgeBaseNameColumn","knowledgeBaseNeedsAttention","knowledgeBaseNeverSynced","knowledgeBasePauseAction","knowledgeBasePermissionColumn","knowledgeBasePermissionEditor","knowledgeBasePermissionOwner","knowledgeBasePermissionRestricted","knowledgeBasePermissionViewer","knowledgeBaseRowActionsLabel","knowledgeBaseSyncAction","knowledgeBaseSyncColumn","knowledgeBaseSyncedSources","knowledgeBaseSyncError","knowledgeBaseSyncIdle","knowledgeBaseSyncingSources","knowledgeBaseSyncPaused","knowledgeBaseSyncSynced","knowledgeBaseSyncSyncing","knowledgeBaseTotalSources","loading","loadMore","map","menuLabel","navigation","next","noColumns","noData","open","paginationApplied","paginationAppliedUnknownTotal","paginationEmptySummary","paginationFirstPage","paginationJumpToPage","paginationLabel","paginationLastPage","paginationPage","paginationSummary","popover","previous","progress","resizeColumn","resizeValuePixels","restore","retry","search","select","showAllColumns","showFewerColumns","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","tableEditCell","tableFilterLabel","tableFilterPlaceholder","tableLoadFailed","tableLoading","trendUnchanged","untitledSource"]},{"tag":"lr-knowledge-base-admin","entry":"./components/lr-knowledge-base-admin.js","registrationModule":"src/components/retrieval/knowledge-base-admin/knowledge-base-admin.ts","distModule":"./components/retrieval/knowledge-base-admin/knowledge-base-admin.js","registers":["lr-badge","lr-button","lr-dropdown","lr-empty","lr-ingestion-queue","lr-knowledge-base","lr-knowledge-base-admin","lr-menu","lr-menu-item","lr-pagination","lr-progress-bar","lr-skeleton","lr-spinner","lr-stat","lr-table","lr-virtual-list"],"localeKeys":["cancel","clear","collapse","details","expand","fieldRequired","ingestionAttemptCount","ingestionCancelWithContext","ingestionChunkCount","ingestionEmbeddedOfTotal","ingestionItemProgressLabel","ingestionQueueEmpty","ingestionQueueLabel","ingestionRetryWithContext","ingestionStageCancelled","ingestionStageChunking","ingestionStageDone","ingestionStageEmbedding","ingestionStageExtracting","ingestionStageFailed","ingestionStageIndexing","ingestionStageQueued","ingestionStageUnknown","ingestionStageUploading","item","items","knowledgeBaseActionsColumn","knowledgeBaseAdminIngestionTab","knowledgeBaseAdminLabel","knowledgeBaseAdminSourcesTab","knowledgeBaseCreateSource","knowledgeBaseDeleteAction","knowledgeBaseDocumentCount","knowledgeBaseEmptyDescription","knowledgeBaseEmptyHeading","knowledgeBaseHeading","knowledgeBaseHealthColumn","knowledgeBaseHealthDegraded","knowledgeBaseHealthFailed","knowledgeBaseHealthHealthy","knowledgeBaseHealthUnknown","knowledgeBaseNameColumn","knowledgeBaseNeedsAttention","knowledgeBaseNeverSynced","knowledgeBasePauseAction","knowledgeBasePermissionColumn","knowledgeBasePermissionEditor","knowledgeBasePermissionOwner","knowledgeBasePermissionRestricted","knowledgeBasePermissionViewer","knowledgeBaseRowActionsLabel","knowledgeBaseSyncAction","knowledgeBaseSyncColumn","knowledgeBaseSyncedSources","knowledgeBaseSyncError","knowledgeBaseSyncIdle","knowledgeBaseSyncingSources","knowledgeBaseSyncPaused","knowledgeBaseSyncSynced","knowledgeBaseSyncSyncing","knowledgeBaseTotalSources","loading","loadMore","map","menuLabel","navigation","next","noColumns","noData","open","paginationApplied","paginationAppliedUnknownTotal","paginationEmptySummary","paginationFirstPage","paginationJumpToPage","paginationLabel","paginationLastPage","paginationPage","paginationSummary","popover","previous","progress","resizeColumn","resizeValuePixels","restore","retry","search","select","showAllColumns","showFewerColumns","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","tableEditCell","tableFilterLabel","tableFilterPlaceholder","tableLoadFailed","tableLoading","trendUnchanged","untitledSource"]},{"tag":"lr-knowledge-graph-explorer","entry":"./components/lr-knowledge-graph-explorer.js","registrationModule":"src/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.ts","distModule":"./components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.js","registers":["lr-badge","lr-button","lr-chip","lr-empty","lr-entity-card","lr-graph","lr-graph-legend","lr-input","lr-knowledge-graph-explorer","lr-neighbor-list","lr-path-strip","lr-popover","lr-result-field","lr-scroller","lr-skeleton","lr-virtual-list"],"localeKeys":["clear","entityCommunity","entityDegree","fieldRequired","focusInGraph","graphCommunity","graphDataList","graphDiagram","graphExpandableItem","graphExplorerFindPath","graphExplorerLabel","graphExplorerPin","graphExplorerPinned","graphExplorerPinnedHeading","graphExplorerSearchPlaceholder","graphExplorerSearchResultsLabel","graphExplorerUnpin","graphExplorerUnpinned","graphItemAnnouncement","graphLegendLabel","graphLink","graphMissingLibrary","graphNode","graphNodeFocused","graphNodesHidden","graphSelectionCount","graphTypedNode","hidePassword","inputLabel","legendTypeHidden","legendTypeShown","loading","matchMismatch","menuLabel","neighborDirectionBoth","neighborDirectionIn","neighborDirectionOut","neighborExpand","neighborGroupHeader","neighborListEmpty","neighborListLabel","neighborRowLabel","noData","pathNodeStatus","pathRelationStatus","pathStripLabel","popover","remove","removeWithContext","resultFieldLabel","scrollerLabel","scrollNext","scrollPrevious","select","showPassword","untitledEntity","valueInvalid","viewerSearchMatchCount","viewerSearchNoMatches"]},{"tag":"lr-known-date","entry":"./components/lr-known-date.js","registrationModule":"src/components/utility/known-date/known-date.ts","distModule":"./components/utility/known-date/known-date.js","registers":["lr-known-date"],"localeKeys":["dateInputInvalid","dateInputMaxMessage","dateInputMinMessage","fieldRequired","knownDateDay","knownDateMonth","knownDateYear"]},{"tag":"lr-lightbox","entry":"./components/lr-lightbox.js","registrationModule":"src/components/media/lightbox/lightbox.ts","distModule":"./components/media/lightbox/lightbox.js","registers":["lr-lightbox","lr-pan-zoom"],"localeKeys":["close","lightboxImagePosition","lightboxLabel","next","pdfViewerCurrentZoom","previous","resetZoom","zoomableFrameLabel","zoomControls","zoomIn","zoomOut"]},{"tag":"lr-line-chart","entry":"./components/lr-line-chart.js","registrationModule":"src/components/charts/chart/line-chart.ts","distModule":"./components/charts/chart/line-chart.js","registers":["lr-chart","lr-line-chart","lr-skeleton"],"localeKeys":["chart","chartAnnotationsUnavailable","chartAxisTotal","chartBubblePointCoordinates","chartCategory","chartData","chartDataLabelsUnavailable","chartDataSampled","chartLabeledPoint","chartMissingLibrary","chartPointCoordinates","chartPointLabel","chartPrimaryAxis","chartSecondaryAxis","chartSeriesLabel","chartSeriesNoData","chartStackTotalsUnavailable","chartSummary","chartSummaryEmpty","chartSummarySeparator","chartSummaryWithData","chartTotal","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartTypeBar","chartTypeBubble","chartTypeDoughnut","chartTypeLine","chartTypePie","chartTypePolarArea","chartTypeRadar","chartTypeScatter","chartValueLabel","chartValuePercentageLabel","chartZoomUnavailable","collapse","details","liteChartMarkSummary","loading","map","navigation","noData","open","popover","resetZoom","search","select"]},{"tag":"lr-lite-chart","entry":"./components/lr-lite-chart.js","registrationModule":"src/components/charts/chart/lite-chart.ts","distModule":"./components/charts/chart/lite-chart.js","registers":["lr-lite-chart","lr-live-region"],"localeKeys":["chart","chartCategory","chartData","chartDataSampled","chartSeriesLabel","chartTotal","liteChartBarLabel","liteChartCustomMarkSummary","liteChartMarkSummary"]},{"tag":"lr-live-region","entry":"./components/lr-live-region.js","registrationModule":"src/components/utility/live-region/live-region.ts","distModule":"./components/utility/live-region/live-region.js","registers":["lr-live-region"],"localeKeys":[]},{"tag":"lr-locale-picker","entry":"./components/lr-locale-picker.js","registrationModule":"src/components/forms/locale-picker/locale-picker.ts","distModule":"./components/forms/locale-picker/locale-picker.js","registers":["lr-flag","lr-locale-picker","lr-skeleton"],"localeKeys":["collapse","details","fieldRequired","flagLoadError","loading","localePickerLabel","localePickerRequired","map","navigation","open","popover","search","select"]},{"tag":"lr-map","entry":"./components/lr-map.js","registrationModule":"src/components/media/map/map.ts","distModule":"./components/media/map/map.js","registers":["lr-map","lr-skeleton"],"localeKeys":["close","items","loading","map","mapInitializationFailed","mapLegend","mapMissingLibrary","mapResetNorth","mapStyleRequired","mapWebglUnavailable","paginationSummary","zoomIn","zoomOut"]},{"tag":"lr-markdown","entry":"./components/lr-markdown.js","registrationModule":"src/components/conversation/markdown/markdown.ts","distModule":"./components/conversation/markdown/markdown.js","registers":["lr-markdown"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound"]},{"tag":"lr-markdown-core","entry":"./components/lr-markdown-core.js","registrationModule":"src/components/conversation/markdown/markdown-core.ts","distModule":"./components/conversation/markdown/markdown-core.js","registers":["lr-markdown-core"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound"]},{"tag":"lr-mcp-app","entry":"./components/lr-mcp-app.js","registrationModule":"src/components/agent-tools/mcp-app/mcp-app.ts","distModule":"./components/agent-tools/mcp-app/mcp-app.js","registers":["lr-mcp-app"],"localeKeys":["mcpAppLabel","mcpAppLoading","mcpAppUnavailable"]},{"tag":"lr-media-card","entry":"./components/lr-media-card.js","registrationModule":"src/components/media/media-card/media-card.ts","distModule":"./components/media/media-card/media-card.js","registers":["lr-media-card"],"localeKeys":["mediaCardImageAttachment","mediaCardOpenFileAttachment","mediaCardOpenImageAttachment","mediaCardOpenName","mediaCardOpenVideoAttachment","mediaCardUntitledFile","mediaCardVideoAttachment"]},{"tag":"lr-memory-panel","entry":"./components/lr-memory-panel.js","registrationModule":"src/components/retrieval/memory-panel/memory-panel.ts","distModule":"./components/retrieval/memory-panel/memory-panel.js","registers":["lr-button","lr-chip","lr-chunk-inspector","lr-community-card","lr-confirm-bar","lr-details","lr-empty","lr-entity-chip","lr-json-viewer","lr-live-region","lr-memory-panel","lr-path-strip","lr-provenance-panel","lr-scroller","lr-virtual-list"],"localeKeys":["approve","chunkInspectorEmpty","chunkInspectorLabel","chunkScore","circularReference","citationHighConfidence","citationLowConfidence","citationMediumConfidence","collapse","communityDrillIn","communityMemberCount","confirmApproved","confirmApprovedAnnounce","confirmDenied","confirmDeniedAnnounce","copied","copy","copyFailed","copyJson","deny","details","entityChipWithType","fieldRequired","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","map","memoryPanelAdd","memoryPanelAddWithContext","memoryPanelConfirmAddHeading","memoryPanelConfirmForgetBody","memoryPanelConfirmForgetHeading","memoryPanelConfirmRemoveHeading","memoryPanelForgetAll","memoryPanelLabel","memoryPanelLongTermHeading","memoryPanelShortTermHeading","navigation","noData","open","pathNodeStatus","pathRelationStatus","pathStripLabel","popover","progress","provenanceChunks","provenanceCommunities","provenanceEmpty","provenanceEntities","provenancePanelLabel","provenanceRelationships","remove","removeWithContext","restore","scoreTierHigh","scoreTierLow","scoreTierMedium","scrollerLabel","scrollNext","scrollPrevious","search","select","showLess","showMore","showMoreCount","sourcePageSuffix","toolApprovalArgsLabel","toolApprovalGenericTool","toolApprovalHeading","untitledCommunity","untitledEntity","untitledSource","viewerSearchActiveMatch"]},{"tag":"lr-mention-popover","entry":"./components/lr-mention-popover.js","registrationModule":"src/components/utility/mention-popover/mention-popover.ts","distModule":"./components/utility/mention-popover/mention-popover.js","registers":["lr-mention-popover"],"localeKeys":["mentionResultCount","mentionResultPosition","mentionSuggestions","noMatches"]},{"tag":"lr-menu","entry":"./components/lr-menu.js","registrationModule":"src/components/layout/menu/menu.ts","distModule":"./components/layout/menu/menu.js","registers":["lr-menu","lr-menu-item"],"localeKeys":["menuLabel"]},{"tag":"lr-menu-item","entry":"./components/lr-menu-item.js","registrationModule":"src/components/layout/menu/menu-item.ts","distModule":"./components/layout/menu/menu-item.js","registers":["lr-menu","lr-menu-item"],"localeKeys":["menuLabel"]},{"tag":"lr-menu-label","entry":"./components/lr-menu-label.js","registrationModule":"src/components/layout/menu/menu-label.ts","distModule":"./components/layout/menu/menu-label.js","registers":["lr-menu-label"],"localeKeys":[]},{"tag":"lr-message-actions","entry":"./components/lr-message-actions.js","registrationModule":"src/components/conversation/message-actions/message-actions.ts","distModule":"./components/conversation/message-actions/message-actions.js","registers":["lr-chip","lr-copy-button","lr-icon-button","lr-live-region","lr-message-actions","lr-message-feedback","lr-tooltip"],"localeKeys":["copied","copy","copyFailed","editMessage","feedbackCommentLabel","feedbackCommentPlaceholder","feedbackNegative","feedbackPositive","feedbackReasonsLabel","feedbackSubmit","feedbackSubmitted","fieldRequired","iconButtonLabel","messageActionsLabel","popover","regenerateResponse","remove","removeWithContext","select"]},{"tag":"lr-message-feedback","entry":"./components/lr-message-feedback.js","registrationModule":"src/components/conversation/message-feedback/message-feedback.ts","distModule":"./components/conversation/message-feedback/message-feedback.js","registers":["lr-chip","lr-live-region","lr-message-feedback"],"localeKeys":["feedbackCommentLabel","feedbackCommentPlaceholder","feedbackNegative","feedbackPositive","feedbackReasonsLabel","feedbackSubmit","feedbackSubmitted","remove","removeWithContext","select"]},{"tag":"lr-message-parts","entry":"./components/lr-message-parts.js","registrationModule":"src/components/conversation/message-parts/message-parts.ts","distModule":"./components/conversation/message-parts/message-parts.js","registers":["lr-attachment-chip","lr-badge","lr-button","lr-card","lr-citation-badge","lr-copy-button","lr-icon-button","lr-json-viewer","lr-markdown","lr-media-card","lr-message-parts","lr-result-card","lr-result-field","lr-skeleton","lr-stat","lr-thinking-panel","lr-tool-call-chip","lr-tool-result-view","lr-tooltip","lr-widget-renderer"],"localeKeys":["accessibleLabelSeparator","anchorJumped","anchorJumpedToPage","anchorNotFound","attachmentPreviewFile","attachmentPreviewName","attachmentRetryWithContext","attachmentUntitledFile","attachmentUploadFailed","attachmentUploadingIndeterminate","attachmentUploadingProgress","attachmentUploadingWithContext","circularReference","citation","citationHighConfidence","citationLowConfidence","citationMediumConfidence","citationUnverified","citationVerified","citationWithCustomLabel","citationWithStatus","collapse","copied","copy","copyFailed","copyJson","details","durationMilliseconds","durationSeconds","fieldRequired","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","iconButtonLabel","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","loading","map","mediaCardImageAttachment","mediaCardOpenFileAttachment","mediaCardOpenImageAttachment","mediaCardOpenName","mediaCardOpenVideoAttachment","mediaCardUntitledFile","mediaCardVideoAttachment","messagePartError","messagePartRetry","messagePartsLabel","navigation","open","popover","removeWithContext","resultFieldLabel","retry","search","select","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","statusDenied","statusError","statusPending","statusRunning","statusSuccess","thinking","thinkingPanelLabel","thoughtFor","toolCall","trendUnchanged","viewerSearchActiveMatch"]},{"tag":"lr-mind-map","entry":"./components/lr-mind-map.js","registrationModule":"src/components/retrieval/mind-map/mind-map.ts","distModule":"./components/retrieval/mind-map/mind-map.js","registers":["lr-mind-map"],"localeKeys":["mindMapCollapsed","mindMapExpanded","mindMapLabel","mindMapLeafStatus","mindMapTopicStatus","noData"]},{"tag":"lr-model-select","entry":"./components/lr-model-select.js","registrationModule":"src/components/conversation/model-select/model-select.ts","distModule":"./components/conversation/model-select/model-select.js","registers":["lr-model-select"],"localeKeys":["fieldRequired","model","modelSelectNoModels","modelSelectRequired","noMatches","notInCatalog"]},{"tag":"lr-model-settings-panel","entry":"./components/lr-model-settings-panel.js","registrationModule":"src/components/conversation/model-settings-panel/model-settings-panel.ts","distModule":"./components/conversation/model-settings-panel/model-settings-panel.js","registers":["lr-model-select","lr-model-settings-panel","lr-slider"],"localeKeys":["fieldRequired","model","modelSelectNoModels","modelSelectRequired","noMatches","notInCatalog","rangeEnd","rangeStart","selectModel","sliderLabel","temperature"]},{"tag":"lr-multi-split","entry":"./components/lr-multi-split.js","registrationModule":"src/components/layout/multi-split/multi-split.ts","distModule":"./components/layout/multi-split/multi-split.js","registers":["lr-multi-split"],"localeKeys":["resizeDivider","resizeValuePercent"]},{"tag":"lr-mutation-observer","entry":"./components/lr-mutation-observer.js","registrationModule":"src/components/utility/mutation-observer/mutation-observer.ts","distModule":"./components/utility/mutation-observer/mutation-observer.js","registers":["lr-mutation-observer"],"localeKeys":[]},{"tag":"lr-native-time-input","entry":"./components/lr-native-time-input.js","registrationModule":"src/components/forms/input/native-time-input.ts","distModule":"./components/forms/input/native-time-input.js","registers":["lr-native-time-input"],"localeKeys":["fieldRequired"]},{"tag":"lr-neighbor-list","entry":"./components/lr-neighbor-list.js","registrationModule":"src/components/retrieval/neighbor-list/neighbor-list.ts","distModule":"./components/retrieval/neighbor-list/neighbor-list.js","registers":["lr-empty","lr-neighbor-list","lr-virtual-list"],"localeKeys":["neighborDirectionBoth","neighborDirectionIn","neighborDirectionOut","neighborExpand","neighborGroupHeader","neighborListEmpty","neighborListLabel","neighborRowLabel"]},{"tag":"lr-node-palette","entry":"./components/lr-node-palette.js","registrationModule":"src/components/retrieval/node-palette/node-palette.ts","distModule":"./components/retrieval/node-palette/node-palette.js","registers":["lr-node-palette"],"localeKeys":["clear","nodePaletteDragHint","nodePaletteEmpty","nodePaletteLabel","nodePalettePlaceholder","nodePaletteResultCount","reorderItemMoved","search"]},{"tag":"lr-notebook-viewer","entry":"./components/lr-notebook-viewer.js","registrationModule":"src/components/viewers/notebook-viewer/notebook-viewer.ts","distModule":"./components/viewers/notebook-viewer/notebook-viewer.js","registers":["lr-code-block","lr-icon-button","lr-json-viewer","lr-markdown","lr-notebook-viewer","lr-skeleton","lr-virtual-list"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","circularReference","codeBlockLineLabel","codeRegion","codeRegionWithLanguage","collapseCode","copied","copiedToClipboard","copy","copyCode","copyFailed","copyJson","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","documentViewerMissingSanitizer","expandCode","iconButtonLabel","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","loading","loadingDocument","notebookViewerCodeCell","notebookViewerCollapseOutput","notebookViewerErrorOutput","notebookViewerInPrompt","notebookViewerInPromptEmpty","notebookViewerInvalid","notebookViewerLabel","notebookViewerMarkdownCell","notebookViewerRawCell","notebookViewerShowAllOutput","notebookViewerTooManyCells","notebookViewerUnrenderedOutput","notebookViewerUnsupportedVersion","viewerSearchActiveMatch"]},{"tag":"lr-number-input","entry":"./components/lr-number-input.js","registrationModule":"src/components/forms/input/number-input.ts","distModule":"./components/forms/input/number-input.js","registers":["lr-number-input"],"localeKeys":["fieldRequired","numberInputDecrease","numberInputIncrease"]},{"tag":"lr-option","entry":"./components/lr-option.js","registrationModule":"src/components/forms/combobox/option.ts","distModule":"./components/forms/combobox/option.js","registers":["lr-option"],"localeKeys":["fieldRequired"]},{"tag":"lr-otp-input","entry":"./components/lr-otp-input.js","registrationModule":"src/components/forms/otp-input/otp-input.ts","distModule":"./components/forms/otp-input/otp-input.js","registers":["lr-otp-input"],"localeKeys":["fieldRequired","otpInputIncomplete","otpInputLabel"]},{"tag":"lr-page","entry":"./components/lr-page.js","registrationModule":"src/components/layout/page/page.ts","distModule":"./components/layout/page/page.js","registers":["lr-page"],"localeKeys":["closeNavigation","navigation","openNavigation","skipToContent"]},{"tag":"lr-page-rail","entry":"./components/lr-page-rail.js","registrationModule":"src/components/viewers/page-rail/page-rail.ts","distModule":"./components/viewers/page-rail/page-rail.js","registers":["lr-file-icon","lr-page-rail","lr-skeleton","lr-virtual-list"],"localeKeys":["collapse","details","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","fileTypeArchive","fileTypeAudio","fileTypeCode","fileTypeFile","fileTypeImage","fileTypePdf","fileTypePresentation","fileTypeSpreadsheet","fileTypeText","fileTypeVideo","fileTypeWithSize","fileTypeWord","loading","map","navigation","open","pageRailLabel","pageRailPage","pageRailPageHighlighted","popover","search","select"]},{"tag":"lr-pagination","entry":"./components/lr-pagination.js","registrationModule":"src/components/data/pagination/pagination.ts","distModule":"./components/data/pagination/pagination.js","registers":["lr-pagination"],"localeKeys":["collapse","details","fieldRequired","item","items","map","next","open","paginationApplied","paginationAppliedUnknownTotal","paginationEmptySummary","paginationFirstPage","paginationJumpToPage","paginationLabel","paginationLastPage","paginationPage","paginationSummary","popover","previous","progress","restore","select"]},{"tag":"lr-pan-zoom","entry":"./components/lr-pan-zoom.js","registrationModule":"src/components/media/pan-zoom/pan-zoom.ts","distModule":"./components/media/pan-zoom/pan-zoom.js","registers":["lr-pan-zoom"],"localeKeys":["pdfViewerCurrentZoom","resetZoom","zoomableFrameLabel","zoomControls","zoomIn","zoomOut"]},{"tag":"lr-path-strip","entry":"./components/lr-path-strip.js","registrationModule":"src/components/retrieval/path-strip/path-strip.ts","distModule":"./components/retrieval/path-strip/path-strip.js","registers":["lr-path-strip","lr-scroller"],"localeKeys":["noData","pathNodeStatus","pathRelationStatus","pathStripLabel","scrollerLabel","scrollNext","scrollPrevious"]},{"tag":"lr-pdf-viewer","entry":"./components/lr-pdf-viewer.js","registrationModule":"src/components/viewers/pdf-viewer/pdf-viewer.ts","distModule":"./components/viewers/pdf-viewer/pdf-viewer.js","registers":["lr-highlight-layer","lr-pdf-viewer","lr-skeleton","lr-virtual-list"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","highlightLayerLabel","highlightOfTotal","highlightWithLabel","loading","loadingDocument","pdfViewerCurrentZoom","pdfViewerLabel","pdfViewerMissingLibrary","pdfViewerNextPage","pdfViewerPageOf","pdfViewerPreviousPage","pdfViewerZoomIn","pdfViewerZoomOut"]},{"tag":"lr-phone-input","entry":"./components/lr-phone-input.js","registrationModule":"src/components/forms/phone-input/phone-input.ts","distModule":"./components/forms/phone-input/phone-input.js","registers":["lr-flag","lr-phone-input","lr-skeleton"],"localeKeys":["collapse","details","fieldRequired","flagLoadError","loading","map","navigation","open","phoneInputIncomplete","phoneInputLabel","popover","search","select","valueInvalid"]},{"tag":"lr-pie-chart","entry":"./components/lr-pie-chart.js","registrationModule":"src/components/charts/chart/pie-chart.ts","distModule":"./components/charts/chart/pie-chart.js","registers":["lr-chart","lr-pie-chart","lr-skeleton"],"localeKeys":["chart","chartAnnotationsUnavailable","chartAxisTotal","chartBubblePointCoordinates","chartCategory","chartData","chartDataLabelsUnavailable","chartDataSampled","chartLabeledPoint","chartMissingLibrary","chartPointCoordinates","chartPointLabel","chartPrimaryAxis","chartSecondaryAxis","chartSeriesLabel","chartSeriesNoData","chartStackTotalsUnavailable","chartSummary","chartSummaryEmpty","chartSummarySeparator","chartSummaryWithData","chartTotal","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartTypeBar","chartTypeBubble","chartTypeDoughnut","chartTypeLine","chartTypePie","chartTypePolarArea","chartTypeRadar","chartTypeScatter","chartValueLabel","chartValuePercentageLabel","chartZoomUnavailable","collapse","details","liteChartMarkSummary","loading","map","navigation","noData","open","popover","resetZoom","search","select"]},{"tag":"lr-polar-area-chart","entry":"./components/lr-polar-area-chart.js","registrationModule":"src/components/charts/chart/polar-area-chart.ts","distModule":"./components/charts/chart/polar-area-chart.js","registers":["lr-chart","lr-polar-area-chart","lr-skeleton"],"localeKeys":["chart","chartAnnotationsUnavailable","chartAxisTotal","chartBubblePointCoordinates","chartCategory","chartData","chartDataLabelsUnavailable","chartDataSampled","chartLabeledPoint","chartMissingLibrary","chartPointCoordinates","chartPointLabel","chartPrimaryAxis","chartSecondaryAxis","chartSeriesLabel","chartSeriesNoData","chartStackTotalsUnavailable","chartSummary","chartSummaryEmpty","chartSummarySeparator","chartSummaryWithData","chartTotal","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartTypeBar","chartTypeBubble","chartTypeDoughnut","chartTypeLine","chartTypePie","chartTypePolarArea","chartTypeRadar","chartTypeScatter","chartValueLabel","chartValuePercentageLabel","chartZoomUnavailable","collapse","details","liteChartMarkSummary","loading","map","navigation","noData","open","popover","resetZoom","search","select"]},{"tag":"lr-policy-summary","entry":"./components/lr-policy-summary.js","registrationModule":"src/components/agent-tools/policy-summary/policy-summary.ts","distModule":"./components/agent-tools/policy-summary/policy-summary.js","registers":["lr-badge","lr-details","lr-empty","lr-policy-summary"],"localeKeys":["collapse","deny","details","fieldRequired","map","navigation","noData","open","policySummaryAllowCount","policySummaryCategoryGuardrail","policySummaryCategoryPermission","policySummaryCategoryPrivacy","policySummaryCategoryTool","policySummaryDenyCount","policySummaryDetailLabel","policySummaryLabel","policySummaryNeedsReviewCount","policySummaryStateAllow","policySummaryStateDeny","policySummaryStateNeedsReview","popover","progress","restore","search","select"]},{"tag":"lr-poll-status","entry":"./components/lr-poll-status.js","registrationModule":"src/components/utility/poll-status/poll-status.ts","distModule":"./components/utility/poll-status/poll-status.js","registers":["lr-live-region","lr-poll-status"],"localeKeys":["pollInactive","pollPause","pollPaused","pollPausedAnnounce","pollRefreshing","pollRefreshingAnnounce","pollResume","pollResumedAnnounce"]},{"tag":"lr-popover","entry":"./components/lr-popover.js","registrationModule":"src/components/overlays/overlay/popover.ts","distModule":"./components/overlays/overlay/popover.js","registers":["lr-popover"],"localeKeys":["menuLabel","popover"]},{"tag":"lr-popup","entry":"./components/lr-popup.js","registrationModule":"src/components/overlays/popup/popup.ts","distModule":"./components/overlays/popup/popup.js","registers":["lr-popup"],"localeKeys":[]},{"tag":"lr-pptx-viewer","entry":"./components/lr-pptx-viewer.js","registrationModule":"src/components/viewers/pptx-viewer/pptx-viewer.ts","distModule":"./components/viewers/pptx-viewer/pptx-viewer.js","registers":["lr-pptx-viewer","lr-skeleton"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewUrlNotAllowed","loading","pptxViewerFidelityNotice","pptxViewerLabel","pptxViewerNextSlide","pptxViewerPreviousSlide","pptxViewerRenderError","pptxViewerSlideOf"]},{"tag":"lr-progress-bar","entry":"./components/lr-progress-bar.js","registrationModule":"src/components/overlays/progress/progress-bar.ts","distModule":"./components/overlays/progress/progress-bar.js","registers":["lr-progress-bar"],"localeKeys":["progress"]},{"tag":"lr-progress-ring","entry":"./components/lr-progress-ring.js","registrationModule":"src/components/overlays/progress/progress-ring.ts","distModule":"./components/overlays/progress/progress-ring.js","registers":["lr-progress-ring"],"localeKeys":["progress"]},{"tag":"lr-prompt-input","entry":"./components/lr-prompt-input.js","registrationModule":"src/components/conversation/prompt-input/prompt-input.ts","distModule":"./components/conversation/prompt-input/prompt-input.js","registers":["lr-attachment-chip","lr-attachment-trigger","lr-button","lr-chat-composer","lr-checkbox","lr-dropdown","lr-empty","lr-file-icon","lr-icon-button","lr-input","lr-mention-popover","lr-menu","lr-menu-item","lr-model-select","lr-prompt-input","lr-prompt-queue","lr-source-picker","lr-textarea","lr-voice-picker"],"localeKeys":["attachmentAdd","attachmentMenuAudio","attachmentMenuCamera","attachmentMenuFiles","attachmentMenuImage","attachmentPreviewFile","attachmentPreviewName","attachmentRetryWithContext","attachmentTriggerAudio","attachmentTriggerCamera","attachmentTriggerFiles","attachmentTriggerImage","attachmentUntitledFile","attachmentUploadFailed","attachmentUploadingIndeterminate","attachmentUploadingProgress","attachmentUploadingWithContext","checkboxRequired","clear","collapse","composerLabel","date","details","fieldRequired","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","fileTypeArchive","fileTypeAudio","fileTypeCode","fileTypeFile","fileTypeImage","fileTypePdf","fileTypePresentation","fileTypeSpreadsheet","fileTypeText","fileTypeVideo","fileTypeWithSize","fileTypeWord","hidePassword","iconButtonLabel","inputLabel","map","matchMismatch","mentionResultCount","mentionResultPosition","mentionSuggestions","menuLabel","model","modelSelectNoModels","modelSelectRequired","moveDown","moveUp","navigation","noData","noMatches","notInCatalog","open","popover","progress","promptInputAttachments","promptInputControls","promptInputLabel","promptInputSources","promptQueueActionLabel","promptQueueEmpty","promptQueueItemLabel","promptQueueLabel","promptQueueSendNow","remove","removeWithContext","restore","search","select","selectAllSources","sendMessage","showPassword","sourceListDefaultLabel","sourcePickerSelection","stopGenerating","textareaCharacterCount","textareaCharactersRemaining","textareaLabel","valueInvalid","voice","voicePickerNoVoices","voicePickerPreview","voicePickerRequired","voicePickerStopPreview"]},{"tag":"lr-prompt-queue","entry":"./components/lr-prompt-queue.js","registrationModule":"src/components/conversation/prompt-queue/prompt-queue.ts","distModule":"./components/conversation/prompt-queue/prompt-queue.js","registers":["lr-button","lr-prompt-queue","lr-textarea"],"localeKeys":["attachmentUntitledFile","fieldRequired","moveDown","moveUp","promptInputAttachments","promptQueueActionLabel","promptQueueEmpty","promptQueueItemLabel","promptQueueLabel","promptQueueSendNow","remove","textareaCharacterCount","textareaCharactersRemaining","textareaLabel","valueInvalid"]},{"tag":"lr-prompt-studio","entry":"./components/lr-prompt-studio.js","registrationModule":"src/components/agent-tools/prompt-studio/prompt-studio.ts","distModule":"./components/agent-tools/prompt-studio/prompt-studio.js","registers":["lr-prompt-studio"],"localeKeys":["moveDown","moveUp","promptStudioAddMessage","promptStudioLabel","promptStudioMessageContent","promptStudioMessageRole","promptStudioMessages","promptStudioPreview","promptStudioPreviewLimit","promptStudioRemoveMessage","promptStudioRoleAssistant","promptStudioRoleSystem","promptStudioRoleTool","promptStudioRoleUser","promptStudioRun","promptStudioSave","promptStudioVariableName","promptStudioVariables","promptStudioVariableValue","promptStudioVersions"]},{"tag":"lr-provenance-panel","entry":"./components/lr-provenance-panel.js","registrationModule":"src/components/retrieval/provenance-panel/provenance-panel.ts","distModule":"./components/retrieval/provenance-panel/provenance-panel.js","registers":["lr-button","lr-chip","lr-chunk-inspector","lr-community-card","lr-empty","lr-entity-chip","lr-path-strip","lr-provenance-panel","lr-scroller","lr-virtual-list"],"localeKeys":["chunkInspectorEmpty","chunkInspectorLabel","chunkScore","collapse","communityDrillIn","communityMemberCount","details","entityChipWithType","fieldRequired","map","navigation","noData","open","pathNodeStatus","pathRelationStatus","pathStripLabel","popover","progress","provenanceChunks","provenanceCommunities","provenanceEmpty","provenanceEntities","provenancePanelLabel","provenanceRelationships","remove","removeWithContext","scoreTierHigh","scoreTierLow","scoreTierMedium","scrollerLabel","scrollNext","scrollPrevious","search","select","showLess","showMore","showMoreCount","sourcePageSuffix","untitledCommunity","untitledEntity","untitledSource"]},{"tag":"lr-push-to-talk","entry":"./components/lr-push-to-talk.js","registrationModule":"src/components/conversation/push-to-talk/push-to-talk.ts","distModule":"./components/conversation/push-to-talk/push-to-talk.js","registers":["lr-live-region","lr-push-to-talk"],"localeKeys":["pushToTalkCancelled","pushToTalkDenied","pushToTalkError","pushToTalkHold","pushToTalkRequesting","pushToTalkStart","pushToTalkStarted","pushToTalkStop","pushToTalkStopped","pushToTalkUnsupported"]},{"tag":"lr-qr-code","entry":"./components/lr-qr-code.js","registrationModule":"src/components/media/qr-code/qr-code.ts","distModule":"./components/media/qr-code/qr-code.js","registers":["lr-qr-code"],"localeKeys":["loading","noData","qrCodeGenerationFailed","qrCodeMissingLibrary"]},{"tag":"lr-radar-chart","entry":"./components/lr-radar-chart.js","registrationModule":"src/components/charts/chart/radar-chart.ts","distModule":"./components/charts/chart/radar-chart.js","registers":["lr-chart","lr-radar-chart","lr-skeleton"],"localeKeys":["chart","chartAnnotationsUnavailable","chartAxisTotal","chartBubblePointCoordinates","chartCategory","chartData","chartDataLabelsUnavailable","chartDataSampled","chartLabeledPoint","chartMissingLibrary","chartPointCoordinates","chartPointLabel","chartPrimaryAxis","chartSecondaryAxis","chartSeriesLabel","chartSeriesNoData","chartStackTotalsUnavailable","chartSummary","chartSummaryEmpty","chartSummarySeparator","chartSummaryWithData","chartTotal","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartTypeBar","chartTypeBubble","chartTypeDoughnut","chartTypeLine","chartTypePie","chartTypePolarArea","chartTypeRadar","chartTypeScatter","chartValueLabel","chartValuePercentageLabel","chartZoomUnavailable","collapse","details","liteChartMarkSummary","loading","map","navigation","noData","open","popover","resetZoom","search","select"]},{"tag":"lr-radio","entry":"./components/lr-radio.js","registrationModule":"src/components/forms/radio/radio.ts","distModule":"./components/forms/radio/radio.js","registers":["lr-radio"],"localeKeys":["radioRequired"]},{"tag":"lr-radio-button","entry":"./components/lr-radio-button.js","registrationModule":"src/components/forms/radio/radio-button.ts","distModule":"./components/forms/radio/radio-button.js","registers":["lr-radio-button"],"localeKeys":[]},{"tag":"lr-radio-group","entry":"./components/lr-radio-group.js","registrationModule":"src/components/forms/radio/radio-group.ts","distModule":"./components/forms/radio/radio-group.js","registers":["lr-radio-group"],"localeKeys":["radioRequired"]},{"tag":"lr-rag-answer","entry":"./components/lr-rag-answer.js","registrationModule":"src/components/retrieval/rag-answer/rag-answer.ts","distModule":"./components/retrieval/rag-answer/rag-answer.js","registers":["lr-badge","lr-button","lr-citation-badge","lr-claim-evidence","lr-empty","lr-grounding-summary","lr-markdown","lr-rag-answer","lr-source-card","lr-source-list","lr-spinner","lr-stat"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","citation","citationHighConfidence","citationLowConfidence","citationMediumConfidence","citationUnverified","citationVerified","citationWithCustomLabel","citationWithStatus","claimEvidenceConfidence","claimEvidenceContradicted","claimEvidenceEmpty","claimEvidenceLabel","claimEvidencePartiallySupported","claimEvidenceSupported","claimEvidenceUnsupported","collapse","details","fieldRequired","groundingSummaryConfidenceLabel","groundingSummaryCoverageLabel","groundingSummaryEmpty","groundingSummaryEvidenceHeading","groundingSummaryEvidenceSpan","groundingSummaryLabel","groundingSummarySupportedLabel","groundingSummaryUnsupportedLabel","groundingSummaryWarningsHeading","loading","map","navigation","open","popover","ragAnswerCitations","ragAnswerLabel","ragAnswerRetry","ragAnswerSources","search","select","showLess","showMore","sourceListDefaultLabel","sourcePageSuffix","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","trendUnchanged","untitledSource"]},{"tag":"lr-rag-eval-dashboard","entry":"./components/lr-rag-eval-dashboard.js","registrationModule":"src/components/retrieval/rag-eval-dashboard/rag-eval-dashboard.ts","distModule":"./components/retrieval/rag-eval-dashboard/rag-eval-dashboard.js","registers":["lr-empty","lr-lite-chart","lr-live-region","lr-rag-eval-dashboard","lr-stat"],"localeKeys":["chart","chartCategory","chartData","chartDataSampled","chartSeriesLabel","chartTotal","liteChartBarLabel","liteChartCustomMarkSummary","liteChartMarkSummary","ragEvalDashboardAllSlices","ragEvalDashboardEmpty","ragEvalDashboardLabel","ragEvalDashboardRuns","ragEvalDashboardSlices","ragEvalDashboardSliceUnavailable","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","trendUnchanged"]},{"tag":"lr-random-content","entry":"./components/lr-random-content.js","registrationModule":"src/components/utility/random-content/random-content.ts","distModule":"./components/utility/random-content/random-content.js","registers":["lr-random-content"],"localeKeys":["randomContentPause","randomContentResume"]},{"tag":"lr-rating","entry":"./components/lr-rating.js","registrationModule":"src/components/overlays/rating/rating.ts","distModule":"./components/overlays/rating/rating.js","registers":["lr-rating"],"localeKeys":["fieldRequired","rating"]},{"tag":"lr-realtime-session","entry":"./components/lr-realtime-session.js","registrationModule":"src/components/conversation/realtime-session/realtime-session.ts","distModule":"./components/conversation/realtime-session/realtime-session.js","registers":["lr-audio-visualizer","lr-badge","lr-live-region","lr-push-to-talk","lr-realtime-session","lr-transcript-feed"],"localeKeys":["audioVisualizerIdle","audioVisualizerLabel","audioVisualizerListening","audioVisualizerSpeaking","audioVisualizerThinking","jumpToLatest","pushToTalkCancelled","pushToTalkDenied","pushToTalkError","pushToTalkHold","pushToTalkRequesting","pushToTalkStart","pushToTalkStarted","pushToTalkStop","pushToTalkStopped","pushToTalkUnsupported","realtimeSessionConnect","realtimeSessionConnected","realtimeSessionConnecting","realtimeSessionConnectionFailed","realtimeSessionDisconnect","realtimeSessionDisconnected","realtimeSessionError","realtimeSessionInterrupt","realtimeSessionLabel","realtimeSessionMute","realtimeSessionReconnecting","realtimeSessionUnmute","transcriptFeedEmpty","transcriptFeedInterim","transcriptFeedLabel"]},{"tag":"lr-relative-time","entry":"./components/lr-relative-time.js","registrationModule":"src/components/utility/format/relative-time.ts","distModule":"./components/utility/format/relative-time.js","registers":["lr-relative-time"],"localeKeys":[]},{"tag":"lr-reorder-item","entry":"./components/lr-reorder-item.js","registrationModule":"src/components/layout/reorder-list/reorder-item.ts","distModule":"./components/layout/reorder-list/reorder-item.js","registers":["lr-icon-button","lr-reorder-item"],"localeKeys":["iconButtonLabel","moveDown","moveUp"]},{"tag":"lr-reorder-list","entry":"./components/lr-reorder-list.js","registrationModule":"src/components/layout/reorder-list/reorder-list.ts","distModule":"./components/layout/reorder-list/reorder-list.js","registers":["lr-icon-button","lr-live-region","lr-reorder-item","lr-reorder-list"],"localeKeys":["iconButtonLabel","moveDown","moveUp","reorderItemMoved","reorderMoveCancelled","reorderMovePending"]},{"tag":"lr-resize-observer","entry":"./components/lr-resize-observer.js","registrationModule":"src/components/utility/resize-observer/resize-observer.ts","distModule":"./components/utility/resize-observer/resize-observer.js","registers":["lr-resize-observer"],"localeKeys":[]},{"tag":"lr-responsive-panel","entry":"./components/lr-responsive-panel.js","registrationModule":"src/components/layout/responsive-panel/responsive-panel.ts","distModule":"./components/layout/responsive-panel/responsive-panel.js","registers":["lr-responsive-panel"],"localeKeys":["responsivePanel"]},{"tag":"lr-result-card","entry":"./components/lr-result-card.js","registrationModule":"src/components/agent-tools/result-card/result-card.ts","distModule":"./components/agent-tools/result-card/result-card.js","registers":["lr-result-card"],"localeKeys":[]},{"tag":"lr-result-field","entry":"./components/lr-result-field.js","registrationModule":"src/components/agent-tools/result-card/result-field.ts","distModule":"./components/agent-tools/result-card/result-field.js","registers":["lr-result-field"],"localeKeys":["resultFieldLabel"]},{"tag":"lr-retrieval-compare","entry":"./components/lr-retrieval-compare.js","registrationModule":"src/components/retrieval/retrieval-compare/retrieval-compare.ts","distModule":"./components/retrieval/retrieval-compare/retrieval-compare.js","registers":["lr-empty","lr-retrieval-compare"],"localeKeys":["retrievalCompareDenseScore","retrievalCompareEmpty","retrievalCompareFinalScore","retrievalCompareLabel","retrievalCompareOverlap","retrievalCompareRank","retrievalCompareRerankScore","retrievalCompareSparseScore"]},{"tag":"lr-retrieval-results","entry":"./components/lr-retrieval-results.js","registrationModule":"src/components/retrieval/retrieval-results/retrieval-results.ts","distModule":"./components/retrieval/retrieval-results/retrieval-results.js","registers":["lr-checkbox","lr-chunk-inspector","lr-empty","lr-retrieval-results","lr-spinner","lr-virtual-list"],"localeKeys":["checkboxRequired","chunkInspectorEmpty","chunkInspectorLabel","chunkScore","fieldRequired","loading","loadMore","retrievalResultsSelectRow","scoreTierHigh","scoreTierLow","scoreTierMedium","showLess","showMore","sourcePageSuffix","untitledSource"]},{"tag":"lr-retrieval-search","entry":"./components/lr-retrieval-search.js","registrationModule":"src/components/retrieval/retrieval-search/retrieval-search.ts","distModule":"./components/retrieval/retrieval-search/retrieval-search.js","registers":["lr-chip","lr-chip-group","lr-empty","lr-input","lr-retrieval-search","lr-segmented","lr-spinner"],"localeKeys":["cancel","clear","fieldRequired","hidePassword","inputLabel","loading","matchMismatch","noMatches","remove","removeWithContext","retrievalFilterChipLabel","retrievalFiltersLabel","retrievalModeHybrid","retrievalModeKeyword","retrievalModeLabel","retrievalModeVector","retrievalSearchEmptyDescription","retrievalSearchLabel","search","select","showLess","showMoreCollapsed","showMoreCount","showPassword","valueInvalid"]},{"tag":"lr-retrieval-trace","entry":"./components/lr-retrieval-trace.js","registrationModule":"src/components/retrieval/retrieval-trace/retrieval-trace.ts","distModule":"./components/retrieval/retrieval-trace/retrieval-trace.js","registers":["lr-chunk-inspector","lr-empty","lr-live-region","lr-retrieval-trace","lr-span-waterfall","lr-virtual-list"],"localeKeys":["accessibleLabelSeparator","chunkInspectorEmpty","chunkInspectorLabel","chunkScore","collapse","details","durationMilliseconds","durationSeconds","expand","map","navigation","noData","open","popover","retrievalStageEmbed","retrievalStageFilter","retrievalStageQueryRewrite","retrievalStageRerank","retrievalStageRetrieve","retrievalTraceEvidenceToggle","scoreTierHigh","scoreTierLow","scoreTierMedium","search","select","showLess","showMore","sourcePageSuffix","spanKindAgent","spanKindEmbedding","spanKindLlm","spanKindOther","spanKindRetriever","spanKindTool","spanProjectionLimit","spanStartedAtOffset","spanWaterfall","statusDenied","statusError","statusPending","statusRunning","statusSuccess","tokensIn","tokensOut","untitledSource"]},{"tag":"lr-rubric-form","entry":"./components/lr-rubric-form.js","registrationModule":"src/components/forms/rubric-form/rubric-form.ts","distModule":"./components/forms/rubric-form/rubric-form.js","registers":["lr-checkbox","lr-checkbox-group","lr-option","lr-rubric-form","lr-segmented","lr-select","lr-slider","lr-textarea"],"localeKeys":["checkboxGroupRequired","checkboxRequired","clear","fieldRequired","noData","notInCatalog","rangeEnd","rangeStart","removeWithContext","rubricSkip","rubricSubmit","rubricSubmitAndNext","select","selectSelectedOverflow","selectValueMissing","sliderLabel","textareaCharacterCount","textareaCharactersRemaining","textareaLabel","unsupportedFieldType","valueInvalid"]},{"tag":"lr-scatter-chart","entry":"./components/lr-scatter-chart.js","registrationModule":"src/components/charts/chart/scatter-chart.ts","distModule":"./components/charts/chart/scatter-chart.js","registers":["lr-chart","lr-scatter-chart","lr-skeleton"],"localeKeys":["chart","chartAnnotationsUnavailable","chartAxisTotal","chartBubblePointCoordinates","chartCategory","chartData","chartDataLabelsUnavailable","chartDataSampled","chartLabeledPoint","chartMissingLibrary","chartPointCoordinates","chartPointLabel","chartPrimaryAxis","chartSecondaryAxis","chartSeriesLabel","chartSeriesNoData","chartStackTotalsUnavailable","chartSummary","chartSummaryEmpty","chartSummarySeparator","chartSummaryWithData","chartTotal","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartTypeBar","chartTypeBubble","chartTypeDoughnut","chartTypeLine","chartTypePie","chartTypePolarArea","chartTypeRadar","chartTypeScatter","chartValueLabel","chartValuePercentageLabel","chartZoomUnavailable","collapse","details","liteChartMarkSummary","loading","map","navigation","noData","open","popover","resetZoom","search","select"]},{"tag":"lr-scroller","entry":"./components/lr-scroller.js","registrationModule":"src/components/layout/scroller/scroller.ts","distModule":"./components/layout/scroller/scroller.js","registers":["lr-scroller"],"localeKeys":["scrollerLabel","scrollNext","scrollPrevious"]},{"tag":"lr-segmented","entry":"./components/lr-segmented.js","registrationModule":"src/components/layout/segmented/segmented.ts","distModule":"./components/layout/segmented/segmented.js","registers":["lr-segmented"],"localeKeys":[]},{"tag":"lr-select","entry":"./components/lr-select.js","registrationModule":"src/components/forms/select/select.ts","distModule":"./components/forms/select/select.js","registers":["lr-option","lr-select"],"localeKeys":["clear","fieldRequired","notInCatalog","removeWithContext","select","selectSelectedOverflow","selectValueMissing"]},{"tag":"lr-selection-toolbar","entry":"./components/lr-selection-toolbar.js","registrationModule":"src/components/conversation/selection-toolbar/selection-toolbar.ts","distModule":"./components/conversation/selection-toolbar/selection-toolbar.js","registers":["lr-button","lr-selection-toolbar"],"localeKeys":["copy","copyFailed","fieldRequired","selectionAsk","selectionCite","selectionQuote","selectionToolbarLabel"]},{"tag":"lr-sequence-playback","entry":"./components/lr-sequence-playback.js","registrationModule":"src/components/media/sequence-playback/sequence-playback.ts","distModule":"./components/media/sequence-playback/sequence-playback.js","registers":["lr-sequence-playback"],"localeKeys":["pause","play","playbackPosition","playbackStepPosition"]},{"tag":"lr-sequence-strip","entry":"./components/lr-sequence-strip.js","registrationModule":"src/components/data/sequence-strip/sequence-strip.ts","distModule":"./components/data/sequence-strip/sequence-strip.js","registers":["lr-sequence-strip"],"localeKeys":["sequenceStripBucketLabel","sequenceStripBucketSummary","sequenceStripCategoryCount","sequenceStripEmpty","sequenceStripUnnamedCategory"]},{"tag":"lr-skeleton","entry":"./components/lr-skeleton.js","registrationModule":"src/components/overlays/skeleton/skeleton.ts","distModule":"./components/overlays/skeleton/skeleton.js","registers":["lr-skeleton"],"localeKeys":["loading"]},{"tag":"lr-slider","entry":"./components/lr-slider.js","registrationModule":"src/components/forms/slider/slider.ts","distModule":"./components/forms/slider/slider.js","registers":["lr-slider"],"localeKeys":["fieldRequired","rangeEnd","rangeStart","sliderLabel"]},{"tag":"lr-source-card","entry":"./components/lr-source-card.js","registrationModule":"src/components/retrieval/source-card/source-card.ts","distModule":"./components/retrieval/source-card/source-card.js","registers":["lr-source-card"],"localeKeys":["showLess","showMore","sourcePageSuffix","untitledSource"]},{"tag":"lr-source-list","entry":"./components/lr-source-list.js","registrationModule":"src/components/retrieval/source-list/source-list.ts","distModule":"./components/retrieval/source-list/source-list.js","registers":["lr-source-list"],"localeKeys":["sourceListDefaultLabel"]},{"tag":"lr-source-picker","entry":"./components/lr-source-picker.js","registrationModule":"src/components/retrieval/source-picker/source-picker.ts","distModule":"./components/retrieval/source-picker/source-picker.js","registers":["lr-checkbox","lr-empty","lr-file-icon","lr-input","lr-source-picker"],"localeKeys":["checkboxRequired","clear","collapse","date","details","fieldRequired","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","fileTypeArchive","fileTypeAudio","fileTypeCode","fileTypeFile","fileTypeImage","fileTypePdf","fileTypePresentation","fileTypeSpreadsheet","fileTypeText","fileTypeVideo","fileTypeWithSize","fileTypeWord","hidePassword","inputLabel","map","matchMismatch","navigation","noData","noMatches","open","popover","progress","restore","search","select","selectAllSources","showPassword","sourceListDefaultLabel","sourcePickerSelection","valueInvalid"]},{"tag":"lr-span-waterfall","entry":"./components/lr-span-waterfall.js","registrationModule":"src/components/agent-tools/span-waterfall/span-waterfall.ts","distModule":"./components/agent-tools/span-waterfall/span-waterfall.js","registers":["lr-empty","lr-live-region","lr-span-waterfall"],"localeKeys":["accessibleLabelSeparator","collapse","details","durationMilliseconds","durationSeconds","map","navigation","noData","open","popover","search","select","spanKindAgent","spanKindEmbedding","spanKindLlm","spanKindOther","spanKindRetriever","spanKindTool","spanProjectionLimit","spanStartedAtOffset","spanWaterfall","statusDenied","statusError","statusPending","statusRunning","statusSuccess","tokensIn","tokensOut"]},{"tag":"lr-sparkline","entry":"./components/lr-sparkline.js","registrationModule":"src/components/data/sparkline/sparkline.ts","distModule":"./components/data/sparkline/sparkline.js","registers":["lr-sparkline"],"localeKeys":["noData","trendOf"]},{"tag":"lr-spinner","entry":"./components/lr-spinner.js","registrationModule":"src/components/overlays/spinner/spinner.ts","distModule":"./components/overlays/spinner/spinner.js","registers":["lr-spinner"],"localeKeys":["loading"]},{"tag":"lr-split-panel","entry":"./components/lr-split-panel.js","registrationModule":"src/components/layout/split-panel/split-panel.ts","distModule":"./components/layout/split-panel/split-panel.js","registers":["lr-split-panel"],"localeKeys":["resizeDivider","resizeValuePercent"]},{"tag":"lr-spreadsheet-viewer","entry":"./components/lr-spreadsheet-viewer.js","registrationModule":"src/components/viewers/spreadsheet-viewer/spreadsheet-viewer.ts","distModule":"./components/viewers/spreadsheet-viewer/spreadsheet-viewer.js","registers":["lr-spreadsheet-viewer","lr-tab","lr-tab-group","lr-tab-panel","lr-virtual-list"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","cellHighlightWithLabel","close","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","highlightWithLabel","loadingDocument","noData","scrollNext","scrollPrevious","spreadsheetViewerLabel","spreadsheetViewerUnavailable"]},{"tag":"lr-stack-trace","entry":"./components/lr-stack-trace.js","registrationModule":"src/components/agent-tools/stack-trace/stack-trace.ts","distModule":"./components/agent-tools/stack-trace/stack-trace.js","registers":["lr-stack-trace"],"localeKeys":["copied","copy","copyFailed","stackTraceHideFrames","stackTraceLabel","stackTraceLimit","stackTraceShowFrames"]},{"tag":"lr-stat","entry":"./components/lr-stat.js","registrationModule":"src/components/data/stat/stat.ts","distModule":"./components/data/stat/stat.js","registers":["lr-stat"],"localeKeys":["statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","trendUnchanged"]},{"tag":"lr-stepper","entry":"./components/lr-stepper.js","registrationModule":"src/components/layout/stepper/stepper.ts","distModule":"./components/layout/stepper/stepper.js","registers":["lr-stepper"],"localeKeys":[]},{"tag":"lr-stream-status","entry":"./components/lr-stream-status.js","registrationModule":"src/components/conversation/stream-status/stream-status.ts","distModule":"./components/conversation/stream-status/stream-status.js","registers":["lr-live-region","lr-stream-status"],"localeKeys":["audioVisualizerIdle","realtimeSessionConnecting","statusRunning","streamRecoverAnnounce","streamStallAnnounce","streamStallClearedAnnounce","streamStalled"]},{"tag":"lr-streaming-text","entry":"./components/lr-streaming-text.js","registrationModule":"src/components/conversation/streaming-text/streaming-text.ts","distModule":"./components/conversation/streaming-text/streaming-text.js","registers":["lr-markdown","lr-streaming-text"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound"]},{"tag":"lr-streaming-text-core","entry":"./components/lr-streaming-text-core.js","registrationModule":"src/components/conversation/streaming-text/streaming-text-core.ts","distModule":"./components/conversation/streaming-text/streaming-text-core.js","registers":["lr-markdown-core","lr-streaming-text-core"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound"]},{"tag":"lr-subagent-panel","entry":"./components/lr-subagent-panel.js","registrationModule":"src/components/agent-tools/subagent-panel/subagent-panel.ts","distModule":"./components/agent-tools/subagent-panel/subagent-panel.js","registers":["lr-badge","lr-empty","lr-subagent-panel"],"localeKeys":["agentRunStatusCancelled","agentRunStatusCollecting","agentRunStatusDone","agentRunStatusIdle","agentRunStatusQueued","agentRunStatusWaitingApproval","agentRunStatusWaitingInput","progress","statusError","statusRunning","subagentPanelCancelRun","subagentPanelEmpty","subagentPanelLabel","subagentPanelLimit","subagentPanelRetry","subagentPanelRetryRun"]},{"tag":"lr-suggestion-chips","entry":"./components/lr-suggestion-chips.js","registrationModule":"src/components/conversation/suggestion-chips/suggestion-chips.ts","distModule":"./components/conversation/suggestion-chips/suggestion-chips.js","registers":["lr-scroller","lr-suggestion-chips"],"localeKeys":["scrollerLabel","scrollNext","scrollPrevious","suggestionsLabel"]},{"tag":"lr-svg-viewer","entry":"./components/lr-svg-viewer.js","registrationModule":"src/components/viewers/svg-viewer/svg-viewer.ts","distModule":"./components/viewers/svg-viewer/svg-viewer.js","registers":["lr-pan-zoom","lr-svg-viewer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeImage","documentPreviewUrlNotAllowed","documentViewerMissingSanitizer","highlightOfTotal","highlightWithLabel","loadingDocument","pdfViewerCurrentZoom","resetZoom","svgViewerLabel","zoomableFrameLabel","zoomControls","zoomIn","zoomOut"]},{"tag":"lr-swatch-picker","entry":"./components/lr-swatch-picker.js","registrationModule":"src/components/forms/swatch-picker/swatch-picker.ts","distModule":"./components/forms/swatch-picker/swatch-picker.js","registers":["lr-swatch-picker"],"localeKeys":[]},{"tag":"lr-switch","entry":"./components/lr-switch.js","registrationModule":"src/components/forms/switch/switch.ts","distModule":"./components/forms/switch/switch.js","registers":["lr-switch"],"localeKeys":["fieldRequired","switchRequired"]},{"tag":"lr-tab","entry":"./components/lr-tab.js","registrationModule":"src/components/layout/tab-group/tab.ts","distModule":"./components/layout/tab-group/tab.js","registers":["lr-tab"],"localeKeys":["close"]},{"tag":"lr-tab-group","entry":"./components/lr-tab-group.js","registrationModule":"src/components/layout/tab-group/tab-group.ts","distModule":"./components/layout/tab-group/tab-group.js","registers":["lr-tab-group"],"localeKeys":["scrollNext","scrollPrevious"]},{"tag":"lr-tab-panel","entry":"./components/lr-tab-panel.js","registrationModule":"src/components/layout/tab-group/tab-panel.ts","distModule":"./components/layout/tab-group/tab-panel.js","registers":["lr-tab-panel"],"localeKeys":[]},{"tag":"lr-table","entry":"./components/lr-table.js","registrationModule":"src/components/data/table/table.ts","distModule":"./components/data/table/table.js","registers":["lr-empty","lr-pagination","lr-skeleton","lr-spinner","lr-table"],"localeKeys":["clear","collapse","details","expand","fieldRequired","item","items","loading","loadMore","map","navigation","next","noColumns","noData","open","paginationApplied","paginationAppliedUnknownTotal","paginationEmptySummary","paginationFirstPage","paginationJumpToPage","paginationLabel","paginationLastPage","paginationPage","paginationSummary","popover","previous","progress","resizeColumn","resizeValuePixels","restore","retry","search","select","showAllColumns","showFewerColumns","tableEditCell","tableFilterLabel","tableFilterPlaceholder","tableLoadFailed","tableLoading"]},{"tag":"lr-tag","entry":"./components/lr-tag.js","registrationModule":"src/components/overlays/badge/tag.ts","distModule":"./components/overlays/badge/tag.js","registers":["lr-tag"],"localeKeys":["remove","removeWithContext"]},{"tag":"lr-task-list","entry":"./components/lr-task-list.js","registrationModule":"src/components/agent-tools/task-list/task-list.ts","distModule":"./components/agent-tools/task-list/task-list.js","registers":["lr-live-region","lr-task-list"],"localeKeys":["collapse","details","item","items","map","navigation","open","popover","search","select","statusError","statusPending","statusRunning","statusSuccess","taskListCompletedOfTotal","taskListLabel","taskListStepCompletedAnnounce","taskListStepFailedAnnounce","taskListStepStartedAnnounce","treeNodeMoved"]},{"tag":"lr-terminal","entry":"./components/lr-terminal.js","registrationModule":"src/components/agent-tools/terminal/terminal.ts","distModule":"./components/agent-tools/terminal/terminal.js","registers":["lr-terminal","lr-virtual-list"],"localeKeys":["accessibleLabelSeparator","copied","copy","copyFailed","highlightWithLabel","jumpToLatest","terminalDownload","terminalHighlightLine","terminalLabel"]},{"tag":"lr-test-results","entry":"./components/lr-test-results.js","registrationModule":"src/components/agent-tools/test-results/test-results.ts","distModule":"./components/agent-tools/test-results/test-results.js","registers":["lr-empty","lr-live-region","lr-spinner","lr-test-results"],"localeKeys":["accessibleLabelSeparator","collapse","details","durationMilliseconds","expand","loading","map","navigation","noData","noMatches","open","popover","search","select","statusError","statusRunning","statusSkipped","statusSuccess","testResultsCollapseTest","testResultsCompleteAnnounce","testResultsExpandTest","testResultsFailed","testResultsFilterLabel","testResultsLabel","testResultsLimit","testResultsPassed","testResultsRunning","testResultsSkipped"]},{"tag":"lr-textarea","entry":"./components/lr-textarea.js","registrationModule":"src/components/forms/textarea/textarea.ts","distModule":"./components/forms/textarea/textarea.js","registers":["lr-textarea"],"localeKeys":["fieldRequired","textareaCharacterCount","textareaCharactersRemaining","textareaLabel","valueInvalid"]},{"tag":"lr-thinking-panel","entry":"./components/lr-thinking-panel.js","registrationModule":"src/components/agent-tools/thinking-panel/thinking-panel.ts","distModule":"./components/agent-tools/thinking-panel/thinking-panel.js","registers":["lr-thinking-panel"],"localeKeys":["collapse","details","durationMilliseconds","durationSeconds","map","navigation","open","popover","search","select","thinking","thinkingPanelLabel","thoughtFor"]},{"tag":"lr-thread-list","entry":"./components/lr-thread-list.js","registrationModule":"src/components/conversation/thread-list/thread-list.ts","distModule":"./components/conversation/thread-list/thread-list.js","registers":["lr-conversation-item","lr-empty","lr-live-region","lr-thread-list","lr-virtual-list"],"localeKeys":["archiveConversation","clear","deleteConversation","loading","noData","noMatches","pinConversation","rename","retry","searchThreads","tableLoadFailed","threadGroupArchived","threadGroupCollapse","threadGroupExpand","threadGroupPinned","threadGroupPrevious30Days","threadGroupPrevious7Days","threadGroupToday","threadGroupYesterday","threadListEmpty","threadListLabel","threadListMatchAnnounce","unarchiveConversation","unpinConversation","untitledConversation"]},{"tag":"lr-time-input","entry":"./components/lr-time-input.js","registrationModule":"src/components/forms/input/time-input.ts","distModule":"./components/forms/input/time-input.js","registers":["lr-time-input"],"localeKeys":["clear","fieldRequired","popover","timeInputDayPeriod","timeInputEmptySegment","timeInputHour","timeInputInvalid","timeInputLabel","timeInputMaxMessage","timeInputMinMessage","timeInputMinute","timeInputNow","timeInputOpen","timeInputPopup","timeInputRangeMessage","timeInputSecond","timeInputStepMessage"]},{"tag":"lr-time-range","entry":"./components/lr-time-range.js","registrationModule":"src/components/forms/time-range/time-range.ts","distModule":"./components/forms/time-range/time-range.js","registers":["lr-time-range"],"localeKeys":["fieldRequired","rangeEnd","rangeStart"]},{"tag":"lr-timeline","entry":"./components/lr-timeline.js","registrationModule":"src/components/data/timeline/timeline.ts","distModule":"./components/data/timeline/timeline.js","registers":["lr-relative-time","lr-timeline","lr-timeline-item"],"localeKeys":["timeline","timelineClusterCount"]},{"tag":"lr-timeline-item","entry":"./components/lr-timeline-item.js","registrationModule":"src/components/data/timeline/timeline-item.ts","distModule":"./components/data/timeline/timeline-item.js","registers":["lr-relative-time","lr-timeline-item"],"localeKeys":[]},{"tag":"lr-toast","entry":"./components/lr-toast.js","registrationModule":"src/components/overlays/toast/toast.ts","distModule":"./components/overlays/toast/toast.js","registers":["lr-toast","lr-toast-item"],"localeKeys":["close","closeWithContext","closeWithTruncatedContext","toastContentIncomplete","toastOverflow"]},{"tag":"lr-toast-item","entry":"./components/lr-toast-item.js","registrationModule":"src/components/overlays/toast/toast-item.ts","distModule":"./components/overlays/toast/toast-item.js","registers":["lr-toast-item"],"localeKeys":["close","closeWithContext","closeWithTruncatedContext","toastContentIncomplete"]},{"tag":"lr-token-input","entry":"./components/lr-token-input.js","registrationModule":"src/components/forms/token-input/token-input.ts","distModule":"./components/forms/token-input/token-input.js","registers":["lr-token-input"],"localeKeys":["fieldRequired","removeWithContext","tokenInputEditWithContext","tokenInputRequired"]},{"tag":"lr-tool-approval-dialog","entry":"./components/lr-tool-approval-dialog.js","registrationModule":"src/components/agent-tools/tool-approval-dialog/tool-approval-dialog.ts","distModule":"./components/agent-tools/tool-approval-dialog/tool-approval-dialog.js","registers":["lr-button","lr-json-viewer","lr-tool-approval-dialog"],"localeKeys":["approve","cancel","circularReference","copied","copy","copyFailed","copyJson","deny","edit","fieldRequired","invalidJson","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","toolApprovalArgsLabel","toolApprovalGenericTool","toolApprovalHeading","viewerSearchActiveMatch"]},{"tag":"lr-tool-call-chip","entry":"./components/lr-tool-call-chip.js","registrationModule":"src/components/agent-tools/tool-call-chip/tool-call-chip.ts","distModule":"./components/agent-tools/tool-call-chip/tool-call-chip.js","registers":["lr-tool-call-chip"],"localeKeys":["accessibleLabelSeparator","collapse","details","durationMilliseconds","durationSeconds","map","navigation","open","popover","search","select","statusDenied","statusError","statusPending","statusRunning","statusSuccess","toolCall"]},{"tag":"lr-tool-param-form","entry":"./components/lr-tool-param-form.js","registrationModule":"src/components/agent-tools/tool-param-form/tool-param-form.ts","distModule":"./components/agent-tools/tool-param-form/tool-param-form.js","registers":["lr-number-input","lr-option","lr-select","lr-tool-param-form"],"localeKeys":["clear","fieldMustBeBoolean","fieldMustBeInteger","fieldMustBeNumber","fieldMustBeOneOf","fieldMustBeString","fieldMustEqual","fieldRequired","noData","notInCatalog","numberInputDecrease","numberInputIncrease","removeWithContext","schemaMustBeObject","schemaPropertiesMustBeFlat","select","selectSelectedOverflow","selectValueMissing","toolParamBooleanFalse","toolParamBooleanTrue","toolParamBooleanUnset","toolParamMissingProperty","toolParamSchemaLimit","unsupportedFieldType","valueMustBeSerializable"]},{"tag":"lr-tool-result-dialog","entry":"./components/lr-tool-result-dialog.js","registrationModule":"src/components/agent-tools/tool-result-dialog/tool-result-dialog.ts","distModule":"./components/agent-tools/tool-result-dialog/tool-result-dialog.js","registers":["lr-tool-result-dialog"],"localeKeys":["close","collapse","details","durationMilliseconds","durationSeconds","map","maximize","navigation","open","popover","restore","search","select","statusDenied","statusError","statusPending","statusRunning","statusSuccess","toolCall"]},{"tag":"lr-tool-result-view","entry":"./components/lr-tool-result-view.js","registrationModule":"src/components/agent-tools/tool-result-view/tool-result-view.ts","distModule":"./components/agent-tools/tool-result-view/tool-result-view.js","registers":["lr-copy-button","lr-icon-button","lr-json-viewer","lr-skeleton","lr-tool-result-view","lr-tooltip"],"localeKeys":["circularReference","copied","copy","copyFailed","copyJson","fieldRequired","iconButtonLabel","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","loading","popover","viewerSearchActiveMatch"]},{"tag":"lr-tool-select-dialog","entry":"./components/lr-tool-select-dialog.js","registrationModule":"src/components/agent-tools/tool-select-dialog/tool-select-dialog.ts","distModule":"./components/agent-tools/tool-select-dialog/tool-select-dialog.js","registers":["lr-checkbox","lr-switch","lr-tool-select-dialog"],"localeKeys":["checkboxRequired","clear","fieldRequired","loadMore","noMatchesQuery","otherCategory","searchToolsPlaceholder","selectTools","switchRequired","toolCount","toolSelectCustomizeHint","toolSelectLimit","toolSelectNoneAvailable","toolSelectSummary","useDefaultTools"]},{"tag":"lr-tool-timeline","entry":"./components/lr-tool-timeline.js","registrationModule":"src/components/agent-tools/tool-timeline/tool-timeline.ts","distModule":"./components/agent-tools/tool-timeline/tool-timeline.js","registers":["lr-button","lr-copy-button","lr-details","lr-empty","lr-icon-button","lr-json-viewer","lr-skeleton","lr-tool-approval-dialog","lr-tool-call-chip","lr-tool-result-view","lr-tool-timeline","lr-tooltip"],"localeKeys":["accessibleLabelSeparator","approve","cancel","circularReference","collapse","confirmApproved","confirmDenied","copied","copy","copyFailed","copyJson","deny","details","durationMilliseconds","durationSeconds","edit","envListValueHidden","fieldRequired","iconButtonLabel","invalidJson","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","loading","map","navigation","noData","open","popover","retry","search","select","statusDenied","statusError","statusPending","statusRunning","statusSuccess","toolApprovalArgsLabel","toolApprovalGenericTool","toolApprovalHeading","toolCall","toolTimelineDetailsFor","toolTimelineLimit","viewerSearchActiveMatch"]},{"tag":"lr-tooltip","entry":"./components/lr-tooltip.js","registrationModule":"src/components/overlays/overlay/tooltip.ts","distModule":"./components/overlays/overlay/tooltip.js","registers":["lr-tooltip"],"localeKeys":["popover"]},{"tag":"lr-tour","entry":"./components/lr-tour.js","registrationModule":"src/components/utility/tour/tour.ts","distModule":"./components/utility/tour/tour.js","registers":["lr-tour"],"localeKeys":["next","previous","tourDone","tourSkip","tourStepOf"]},{"tag":"lr-trace-tree","entry":"./components/lr-trace-tree.js","registrationModule":"src/components/agent-tools/trace-tree/trace-tree.ts","distModule":"./components/agent-tools/trace-tree/trace-tree.js","registers":["lr-empty","lr-live-region","lr-trace-tree"],"localeKeys":["accessibleLabelSeparator","collapse","cost","details","duration","durationMilliseconds","durationSeconds","map","noData","open","popover","spanKindAgent","spanKindEmbedding","spanKindLlm","spanKindOther","spanKindRetriever","spanKindTool","spanProjectionLimit","statusDenied","statusError","statusPending","statusRunning","statusSuccess","tokensIn","tokensOut","traceTree","traceTreeMetricLabel","traceTreeSpanStatus"]},{"tag":"lr-transcript-feed","entry":"./components/lr-transcript-feed.js","registrationModule":"src/components/conversation/transcript-feed/transcript-feed.ts","distModule":"./components/conversation/transcript-feed/transcript-feed.js","registers":["lr-transcript-feed"],"localeKeys":["jumpToLatest","transcriptFeedEmpty","transcriptFeedInterim","transcriptFeedLabel"]},{"tag":"lr-tree","entry":"./components/lr-tree.js","registrationModule":"src/components/data/tree/tree.ts","distModule":"./components/data/tree/tree.js","registers":["lr-empty","lr-live-region","lr-tree","lr-tree-item"],"localeKeys":["fieldRequired","noData","treeNodeMoved"]},{"tag":"lr-tree-item","entry":"./components/lr-tree-item.js","registrationModule":"src/components/data/tree/tree-item.ts","distModule":"./components/data/tree/tree-item.js","registers":["lr-tree-item"],"localeKeys":["fieldRequired"]},{"tag":"lr-typing-indicator","entry":"./components/lr-typing-indicator.js","registrationModule":"src/components/conversation/typing-indicator/typing-indicator.ts","distModule":"./components/conversation/typing-indicator/typing-indicator.js","registers":["lr-typing-indicator"],"localeKeys":["thinking"]},{"tag":"lr-usage-badge","entry":"./components/lr-usage-badge.js","registrationModule":"src/components/conversation/usage-badge/usage-badge.ts","distModule":"./components/conversation/usage-badge/usage-badge.js","registers":["lr-usage-badge"],"localeKeys":["collapse","details","durationMilliseconds","durationSeconds","map","navigation","open","popover","search","select","tokensIn","tokensOut","usageBadgeCostLabel","usageBadgeLabel","usageBadgeLatencyLabel","usageBadgeTokensIn","usageBadgeTokensInLabel","usageBadgeTokensOut","usageBadgeTokensOutLabel","usageBadgeTotalTokensLabel"]},{"tag":"lr-video","entry":"./components/lr-video.js","registrationModule":"src/components/media/video/video.ts","distModule":"./components/media/video/video.js","registers":["lr-icon","lr-video"],"localeKeys":["avPlayerPosition","iconLoadError","iconSanitizerMissing","iconTooLarge","pause","play","playbackPosition","videoCaptions","videoCaptionsOff","videoEnterFullscreen","videoExitFullscreen","videoExitPictureInPicture","videoMute","videoPictureInPicture","videoPlaybackSpeed","videoPlayerLabel","videoUnmute","videoVolume"]},{"tag":"lr-video-playlist","entry":"./components/lr-video-playlist.js","registrationModule":"src/components/media/video-playlist/video-playlist.ts","distModule":"./components/media/video-playlist/video-playlist.js","registers":["lr-icon","lr-video","lr-video-playlist"],"localeKeys":["avPlayerPosition","iconLoadError","iconSanitizerMissing","iconTooLarge","pause","play","playbackPosition","videoCaptions","videoCaptionsOff","videoEnterFullscreen","videoExitFullscreen","videoExitPictureInPicture","videoMute","videoPictureInPicture","videoPlaybackSpeed","videoPlayerLabel","videoPlaylistLabel","videoPlaylistUntitled","videoUnmute","videoVolume"]},{"tag":"lr-virtual-list","entry":"./components/lr-virtual-list.js","registrationModule":"src/components/layout/virtual-list/virtual-list.ts","distModule":"./components/layout/virtual-list/virtual-list.js","registers":["lr-virtual-list"],"localeKeys":[]},{"tag":"lr-visually-hidden","entry":"./components/lr-visually-hidden.js","registrationModule":"src/components/utility/visually-hidden/visually-hidden.ts","distModule":"./components/utility/visually-hidden/visually-hidden.js","registers":["lr-visually-hidden"],"localeKeys":[]},{"tag":"lr-voice-picker","entry":"./components/lr-voice-picker.js","registrationModule":"src/components/conversation/voice-picker/voice-picker.ts","distModule":"./components/conversation/voice-picker/voice-picker.js","registers":["lr-voice-picker"],"localeKeys":["fieldRequired","noMatches","notInCatalog","voice","voicePickerNoVoices","voicePickerPreview","voicePickerRequired","voicePickerStopPreview"]},{"tag":"lr-widget","entry":"./components/lr-widget.js","registrationModule":"src/components/layout/widget/widget.ts","distModule":"./components/layout/widget/widget.js","registers":["lr-widget"],"localeKeys":["widgetCollapse","widgetExitFullscreen","widgetExpand","widgetExpandToFullscreen","widgetFullscreenPanel","widgetViewGroup"]},{"tag":"lr-widget-renderer","entry":"./components/lr-widget-renderer.js","registrationModule":"src/components/conversation/widget-renderer/widget-renderer.ts","distModule":"./components/conversation/widget-renderer/widget-renderer.js","registers":["lr-badge","lr-button","lr-card","lr-markdown","lr-media-card","lr-result-card","lr-result-field","lr-stat","lr-widget-renderer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","fieldRequired","mediaCardImageAttachment","mediaCardOpenFileAttachment","mediaCardOpenImageAttachment","mediaCardOpenName","mediaCardOpenVideoAttachment","mediaCardUntitledFile","mediaCardVideoAttachment","open","resultFieldLabel","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","trendUnchanged"]},{"tag":"lr-word-cloud","entry":"./components/lr-word-cloud.js","registrationModule":"src/components/data/word-cloud/word-cloud.ts","distModule":"./components/data/word-cloud/word-cloud.js","registers":["lr-word-cloud"],"localeKeys":["items","noData","paginationSummary","wordCloud","wordCloudLegend","wordCloudWord","wordCloudWordAnnouncement","wordCloudWords"]},{"tag":"lr-xml-viewer","entry":"./components/lr-xml-viewer.js","registrationModule":"src/components/viewers/xml-viewer/xml-viewer.ts","distModule":"./components/viewers/xml-viewer/xml-viewer.js","registers":["lr-xml-viewer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","copied","copy","copyFailed","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","highlightOfTotal","highlightWithLabel","loadingDocument","xmlViewerChildCount","xmlViewerCollapseNode","xmlViewerCopyDocument","xmlViewerCopyNode","xmlViewerExpandNode","xmlViewerLabel","xmlViewerParseError","xmlViewerTooManyNodes"]},{"tag":"lr-zoomable-frame","entry":"./components/lr-zoomable-frame.js","registrationModule":"src/components/media/zoomable-frame/zoomable-frame.ts","distModule":"./components/media/zoomable-frame/zoomable-frame.js","registers":["lr-zoomable-frame"],"localeKeys":["zoomableFrameLabel","zoomControls","zoomIn","zoomOut"]}],"integrations":[{"entry":"./components/media/flag/flag-peer.js","registrationModule":"src/components/media/flag/flag-peer.ts","distModule":"./components/media/flag/flag-peer.js","registers":["lr-flag","lr-skeleton"],"localeKeys":["collapse","details","flagLoadError","loading","map","navigation","open","popover","search","select"]},{"entry":"./components/viewers/archive-viewer/archive-viewer-register.js","registrationModule":"src/components/viewers/archive-viewer/archive-viewer-register.ts","distModule":"./components/viewers/archive-viewer/archive-viewer-register.js","registers":["lr-archive-viewer","lr-virtual-list"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","archiveViewerEmpty","archiveViewerFile","archiveViewerFolder","collapse","details","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","loading","loadingDocument","map","navigation","open","popover","search","select"]},{"entry":"./components/viewers/ebook-viewer/ebook-viewer-register.js","registrationModule":"src/components/viewers/ebook-viewer/ebook-viewer-register.ts","distModule":"./components/viewers/ebook-viewer/ebook-viewer-register.js","registers":["lr-ebook-viewer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","collapse","details","documentPreviewEmpty","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","ebookViewerLoadError","ebookViewerNextChapter","ebookViewerPreviousChapter","ebookViewerRegionLabel","loading","loadingDocument","map","navigation","next","open","popover","previous","remove","search","select","viewerSearchActiveMatch","viewerSearchMatchCount","viewerSearchNoMatches"]}]}
|
|
1
|
+
{"$comment":"Generated registration-graph metadata. `entries` has one row per stable alias `./components/lr-<tag>.js`, always carrying `tag`. `integrations` lists the published integration-bridge specifiers -- an optional-peer resolver, a lazy document-format registrar -- that install an integration without being any single component's own alias, so they carry no `tag`. For every row, `registers` lists every <lr-*> tag that importing `entry` defines as a side effect, direct or transitive (e.g. lr-table.js also registers lr-empty/lr-pagination/lr-skeleton/lr-spinner); `distModule` is that registration module's own published deep specifier (equal to `entry` for an integration bridge); `localeKeys` lists every LyraMessageKey the registered tags can reach, from the same reachability analysis generate-default-string-slices.mjs uses for the tree-shakeable locale slices. `integrations`, `distModule` and `localeKeys` are additive to schema version 1. Run `pnpm run registration-graph` (scripts/generate-registration-graph.mjs) to refresh.","schemaVersion":1,"entries":[{"tag":"lr-accordion","entry":"./components/lr-accordion.js","registrationModule":"src/components/layout/details/accordion.ts","distModule":"./components/layout/details/accordion.js","registers":["lr-accordion"],"localeKeys":[]},{"tag":"lr-accordion-item","entry":"./components/lr-accordion-item.js","registrationModule":"src/components/layout/details/accordion-item.ts","distModule":"./components/layout/details/accordion-item.js","registers":["lr-accordion-item"],"localeKeys":["details","fieldRequired"]},{"tag":"lr-activity-feed","entry":"./components/lr-activity-feed.js","registrationModule":"src/components/agent-tools/activity-feed/activity-feed.ts","distModule":"./components/agent-tools/activity-feed/activity-feed.js","registers":["lr-activity-feed","lr-live-region","lr-virtual-list"],"localeKeys":["activityFeedCompletedStep","activityFeedCompletedSteps","activityFeedLabel","collapse","details","map","navigation","open","popover","search","select"]},{"tag":"lr-agent-eval-dashboard","entry":"./components/lr-agent-eval-dashboard.js","registrationModule":"src/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.ts","distModule":"./components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.js","registers":["lr-agent-eval-dashboard","lr-badge","lr-lite-chart","lr-live-region","lr-stat"],"localeKeys":["agentRunStatusCancelled","agentRunStatusCollecting","agentRunStatusDone","agentRunStatusIdle","agentRunStatusQueued","agentRunStatusWaitingApproval","agentRunStatusWaitingInput","chart","chartCategory","chartData","chartDataSampled","chartSeriesLabel","chartTotal","chartValueLabel","collapse","details","evaluationDashboardLabel","evaluationDashboardNoRuns","evaluationDashboardRunsLabel","liteChartBarLabel","liteChartCustomMarkSummary","liteChartMarkSummary","map","navigation","open","popover","search","select","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","statusError","statusRunning","trendUnchanged"]},{"tag":"lr-agent-run","entry":"./components/lr-agent-run.js","registrationModule":"src/components/agent-tools/agent-run/agent-run.ts","distModule":"./components/agent-tools/agent-run/agent-run.js","registers":["lr-agent-run","lr-badge","lr-empty","lr-generation-metrics","lr-live-region","lr-task-list","lr-usage-badge"],"localeKeys":["agentRunCurrentStepLabel","agentRunStatusAnnounce","agentRunStatusCancelled","agentRunStatusCollecting","agentRunStatusDone","agentRunStatusIdle","agentRunStatusQueued","agentRunStatusWaitingApproval","agentRunStatusWaitingInput","cancel","collapse","details","durationMilliseconds","durationSeconds","elapsedMinutesSecondsTemplate","generationStatusElapsedSeconds","generationStatusThroughput","generationStatusTokenCount","generationStatusTokensCount","item","items","map","navigation","noData","open","popover","retry","search","select","statusError","statusPending","statusRunning","statusSuccess","stopGenerating","taskListCompletedOfTotal","taskListLabel","taskListStepCompletedAnnounce","taskListStepFailedAnnounce","taskListStepStartedAnnounce","tokensIn","tokensOut","treeNodeMoved","usageBadgeCostLabel","usageBadgeLabel","usageBadgeLatencyLabel","usageBadgeTokensIn","usageBadgeTokensInLabel","usageBadgeTokensOut","usageBadgeTokensOutLabel","usageBadgeTotalTokensLabel"]},{"tag":"lr-agent-trace","entry":"./components/lr-agent-trace.js","registrationModule":"src/components/agent-tools/agent-trace/agent-trace.ts","distModule":"./components/agent-tools/agent-trace/agent-trace.js","registers":["lr-agent-trace","lr-empty","lr-graph-legend","lr-handoff-divider","lr-live-region","lr-trace-tree"],"localeKeys":["accessibleLabelSeparator","agentTraceFilterLabel","collapse","cost","details","duration","durationMilliseconds","durationSeconds","graphLegendLabel","handoffFromToAgent","handoffLabel","handoffToAgent","legendTypeHidden","legendTypeShown","map","noData","open","popover","spanKindAgent","spanKindEmbedding","spanKindLlm","spanKindOther","spanKindRetriever","spanKindTool","spanProjectionLimit","statusDenied","statusError","statusPending","statusRunning","statusSuccess","tokensIn","tokensOut","traceTree","traceTreeMetricLabel","traceTreeSpanStatus"]},{"tag":"lr-agent-workspace","entry":"./components/lr-agent-workspace.js","registrationModule":"src/components/conversation/agent-workspace/agent-workspace.ts","distModule":"./components/conversation/agent-workspace/agent-workspace.js","registers":["lr-agent-run","lr-agent-workspace","lr-attachment-chip","lr-badge","lr-button","lr-card","lr-chat-composer","lr-chat-message","lr-chat-viewport","lr-checkbox","lr-chunk-inspector","lr-citation-badge","lr-claim-evidence","lr-context-inspector","lr-context-meter","lr-copy-button","lr-details","lr-empty","lr-export-button","lr-generation-metrics","lr-grounding-summary","lr-icon-button","lr-json-viewer","lr-live-region","lr-markdown","lr-media-card","lr-message-parts","lr-result-card","lr-result-field","lr-retrieval-results","lr-skeleton","lr-spinner","lr-stat","lr-task-list","lr-thinking-panel","lr-tool-approval-dialog","lr-tool-call-chip","lr-tool-result-view","lr-tool-timeline","lr-tooltip","lr-usage-badge","lr-virtual-list","lr-widget-renderer"],"localeKeys":["accessibleLabelSeparator","agentRunCurrentStepLabel","agentRunStatusAnnounce","agentRunStatusCancelled","agentRunStatusCollecting","agentRunStatusDone","agentRunStatusIdle","agentRunStatusQueued","agentRunStatusWaitingApproval","agentRunStatusWaitingInput","agentWorkspaceContext","agentWorkspaceConversation","agentWorkspaceDetails","agentWorkspaceEmpty","agentWorkspaceGrounding","agentWorkspaceLabel","agentWorkspaceRetrieval","agentWorkspaceRun","agentWorkspaceTools","anchorJumped","anchorJumpedToPage","anchorNotFound","approve","attachmentPreviewFile","attachmentPreviewName","attachmentRetryWithContext","attachmentUntitledFile","attachmentUploadFailed","attachmentUploadingIndeterminate","attachmentUploadingProgress","attachmentUploadingWithContext","cancel","chatCompleteAnnounce","chatFailedAnnounce","chatFailedToSend","chatResponding","chatSending","chatViewportLabel","checkboxRequired","chunkInspectorEmpty","chunkInspectorLabel","chunkScore","circularReference","citation","citationHighConfidence","citationLowConfidence","citationMediumConfidence","citationUnverified","citationVerified","citationWithCustomLabel","citationWithStatus","claimEvidenceConfidence","claimEvidenceContradicted","claimEvidenceEmpty","claimEvidenceLabel","claimEvidencePartiallySupported","claimEvidenceSupported","claimEvidenceUnsupported","collapse","collapseMessage","composerLabel","composerPlaceholder","confirmApproved","confirmDenied","contextInspectorCopyLabel","contextInspectorEmpty","contextInspectorLabel","contextInspectorRedacted","contextInspectorSegmentTokens","contextInspectorTruncated","contextInspectorTruncatedCount","contextMeterLabeledSummary","contextMeterSegmentLabel","contextMeterUsed","contextMeterUsedOfTotal","copied","copy","copyFailed","copyJson","deny","details","durationMilliseconds","durationSeconds","edit","elapsedMinutesSecondsTemplate","envListValueHidden","expandMessage","exportButtonLabel","exportFormatMenuLabel","fieldRequired","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","generationStatusElapsedSeconds","generationStatusThroughput","generationStatusTokenCount","generationStatusTokensCount","groundingSummaryConfidenceLabel","groundingSummaryCoverageLabel","groundingSummaryEmpty","groundingSummaryEvidenceHeading","groundingSummaryEvidenceSpan","groundingSummaryLabel","groundingSummarySupportedLabel","groundingSummaryUnsupportedLabel","groundingSummaryWarningsHeading","iconButtonLabel","invalidJson","item","items","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","jumpToLatest","loading","loadMore","map","mediaCardImageAttachment","mediaCardOpenFileAttachment","mediaCardOpenImageAttachment","mediaCardOpenName","mediaCardOpenVideoAttachment","mediaCardUntitledFile","mediaCardVideoAttachment","messagePartError","messagePartRetry","messagePartsLabel","navigation","newMessageCount","newMessages","newMessagesCount","noData","open","popover","progress","promptStudioRoleAssistant","promptStudioRoleSystem","promptStudioRoleUser","removeWithContext","restore","resultFieldLabel","retrievalResultsSelectRow","retry","scoreTierHigh","scoreTierLow","scoreTierMedium","search","select","sendMessage","showLess","showMore","sourcePageSuffix","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","statusDenied","statusError","statusPending","statusRunning","statusSuccess","stopGenerating","taskListCompletedOfTotal","taskListLabel","taskListStepCompletedAnnounce","taskListStepFailedAnnounce","taskListStepStartedAnnounce","thinking","thinkingPanelLabel","thoughtFor","tokensIn","tokensOut","toolApprovalArgsLabel","toolApprovalGenericTool","toolApprovalHeading","toolCall","toolTimelineDetailsFor","toolTimelineLimit","treeNodeMoved","trendUnchanged","untitledSource","usageBadgeCostLabel","usageBadgeLabel","usageBadgeLatencyLabel","usageBadgeTokensIn","usageBadgeTokensInLabel","usageBadgeTokensOut","usageBadgeTokensOutLabel","usageBadgeTotalTokensLabel","valueInvalid","viewerSearchActiveMatch"]},{"tag":"lr-alert","entry":"./components/lr-alert.js","registrationModule":"src/components/overlays/alert/alert.ts","distModule":"./components/overlays/alert/alert.js","registers":["lr-alert","lr-toast","lr-toast-item"],"localeKeys":["close","closeWithContext","closeWithTruncatedContext","toastContentIncomplete","toastOverflow"]},{"tag":"lr-animated-image","entry":"./components/lr-animated-image.js","registrationModule":"src/components/media/animated-image/animated-image.ts","distModule":"./components/media/animated-image/animated-image.js","registers":["lr-animated-image"],"localeKeys":["animatedImageDefaultAlt","pauseWithContext","playWithContext"]},{"tag":"lr-animation","entry":"./components/lr-animation.js","registrationModule":"src/components/media/animation/animation.ts","distModule":"./components/media/animation/animation.js","registers":["lr-animation"],"localeKeys":[]},{"tag":"lr-app-rail","entry":"./components/lr-app-rail.js","registrationModule":"src/components/layout/app-rail/app-rail.ts","distModule":"./components/layout/app-rail/app-rail.js","registers":["lr-app-rail","lr-app-rail-item"],"localeKeys":["appRailCollapse","appRailExpand","appRailItemCollapse","appRailItemExpand","closeNavigation","navigation","openNavigation","resizeNavigation","resizeValuePixels"]},{"tag":"lr-app-rail-group","entry":"./components/lr-app-rail-group.js","registrationModule":"src/components/layout/app-rail-group/app-rail-group.ts","distModule":"./components/layout/app-rail-group/app-rail-group.js","registers":["lr-app-rail-group"],"localeKeys":["collapse","expand"]},{"tag":"lr-app-rail-item","entry":"./components/lr-app-rail-item.js","registrationModule":"src/components/layout/app-rail/app-rail-item.ts","distModule":"./components/layout/app-rail/app-rail-item.js","registers":["lr-app-rail-item"],"localeKeys":["appRailItemCollapse","appRailItemExpand"]},{"tag":"lr-approval-queue","entry":"./components/lr-approval-queue.js","registrationModule":"src/components/agent-tools/approval-queue/approval-queue.ts","distModule":"./components/agent-tools/approval-queue/approval-queue.js","registers":["lr-approval-queue","lr-badge","lr-button","lr-json-viewer","lr-tool-approval-dialog"],"localeKeys":["approvalQueueEmpty","approvalQueueLabel","approvalQueueOpen","approvalQueuePending","approvalQueuePendingCount","approve","cancel","circularReference","confirmApproved","confirmDenied","copied","copy","copyFailed","copyJson","deny","edit","fieldRequired","invalidJson","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","toolApprovalArgsLabel","toolApprovalGenericTool","toolApprovalHeading","viewerSearchActiveMatch"]},{"tag":"lr-archive-viewer","entry":"./components/lr-archive-viewer.js","registrationModule":"src/components/viewers/archive-viewer/archive-viewer.ts","distModule":"./components/viewers/archive-viewer/archive-viewer.js","registers":["lr-archive-viewer","lr-virtual-list"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","archiveViewerEmpty","archiveViewerFile","archiveViewerFolder","collapse","details","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","loading","loadingDocument","map","navigation","open","popover","search","select"]},{"tag":"lr-artifact-panel","entry":"./components/lr-artifact-panel.js","registrationModule":"src/components/agent-tools/artifact-panel/artifact-panel.ts","distModule":"./components/agent-tools/artifact-panel/artifact-panel.js","registers":["lr-artifact-panel","lr-live-region"],"localeKeys":["artifactPanelCode","artifactPanelGenerating","artifactPanelLabel","artifactPanelNextVersion","artifactPanelPreview","artifactPanelPreviousVersion","artifactPanelRestore","artifactPanelVersionPosition","copied","copy","copyFailed","download"]},{"tag":"lr-attachment-chip","entry":"./components/lr-attachment-chip.js","registrationModule":"src/components/media/attachment-chip/attachment-chip.ts","distModule":"./components/media/attachment-chip/attachment-chip.js","registers":["lr-attachment-chip"],"localeKeys":["attachmentPreviewFile","attachmentPreviewName","attachmentRetryWithContext","attachmentUntitledFile","attachmentUploadFailed","attachmentUploadingIndeterminate","attachmentUploadingProgress","attachmentUploadingWithContext","collapse","details","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","map","navigation","open","popover","removeWithContext","search","select"]},{"tag":"lr-attachment-trigger","entry":"./components/lr-attachment-trigger.js","registrationModule":"src/components/media/attachment-trigger/attachment-trigger.ts","distModule":"./components/media/attachment-trigger/attachment-trigger.js","registers":["lr-attachment-trigger","lr-dropdown","lr-icon-button","lr-menu","lr-menu-item"],"localeKeys":["attachmentAdd","attachmentMenuAudio","attachmentMenuCamera","attachmentMenuFiles","attachmentMenuImage","attachmentTriggerAudio","attachmentTriggerCamera","attachmentTriggerFiles","attachmentTriggerImage","collapse","details","iconButtonLabel","map","menuLabel","navigation","open","popover","search","select"]},{"tag":"lr-audio-visualizer","entry":"./components/lr-audio-visualizer.js","registrationModule":"src/components/conversation/audio-visualizer/audio-visualizer.ts","distModule":"./components/conversation/audio-visualizer/audio-visualizer.js","registers":["lr-audio-visualizer"],"localeKeys":["audioVisualizerIdle","audioVisualizerLabel","audioVisualizerListening","audioVisualizerSpeaking","audioVisualizerThinking"]},{"tag":"lr-av-player","entry":"./components/lr-av-player.js","registrationModule":"src/components/media/av-player/av-player.ts","distModule":"./components/media/av-player/av-player.js","registers":["lr-av-player","lr-virtual-list"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","avPlayerFailedToLoad","avPlayerLabel","avPlayerPlaybackRate","avPlayerPosition","avPlayerRateOption","avPlayerTimeline","avPlayerTranscript","fieldRequired","viewerHighlightLabel"]},{"tag":"lr-avatar","entry":"./components/lr-avatar.js","registrationModule":"src/components/media/avatar/avatar.ts","distModule":"./components/media/avatar/avatar.js","registers":["lr-avatar"],"localeKeys":[]},{"tag":"lr-avatar-group","entry":"./components/lr-avatar-group.js","registrationModule":"src/components/media/avatar-group/avatar-group.ts","distModule":"./components/media/avatar-group/avatar-group.js","registers":["lr-avatar-group"],"localeKeys":["showMoreCollapsed","showMoreCount"]},{"tag":"lr-badge","entry":"./components/lr-badge.js","registrationModule":"src/components/overlays/badge/badge.ts","distModule":"./components/overlays/badge/badge.js","registers":["lr-badge"],"localeKeys":[]},{"tag":"lr-bar-chart","entry":"./components/lr-bar-chart.js","registrationModule":"src/components/charts/chart/bar-chart.ts","distModule":"./components/charts/chart/bar-chart.js","registers":["lr-bar-chart","lr-chart","lr-skeleton"],"localeKeys":["chart","chartAnnotationsUnavailable","chartAxisTotal","chartBubblePointCoordinates","chartCategory","chartData","chartDataLabelsUnavailable","chartDataSampled","chartLabeledPoint","chartMissingLibrary","chartPointCoordinates","chartPointLabel","chartPrimaryAxis","chartSecondaryAxis","chartSeriesLabel","chartSeriesNoData","chartStackTotalsUnavailable","chartSummary","chartSummaryEmpty","chartSummarySeparator","chartSummaryWithData","chartTotal","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartTypeBar","chartTypeBubble","chartTypeDoughnut","chartTypeLine","chartTypePie","chartTypePolarArea","chartTypeRadar","chartTypeScatter","chartValueLabel","chartValuePercentageLabel","chartZoomUnavailable","collapse","details","liteChartMarkSummary","loading","map","navigation","noData","open","popover","resetZoom","search","select"]},{"tag":"lr-box-plot","entry":"./components/lr-box-plot.js","registrationModule":"src/components/charts/chart/box-plot.ts","distModule":"./components/charts/chart/box-plot.js","registers":["lr-box-plot","lr-skeleton"],"localeKeys":["boxPlot","boxPlotData","boxPlotMax","boxPlotMedian","boxPlotMin","boxPlotMissingLibrary","boxPlotQ1","boxPlotQ3","boxPlotSeriesSummary","boxPlotSummaryEmpty","boxPlotSummaryWithData","chartCategory","chartDataSampled","chartPointLabel","chartSeriesLabel","chartSeriesNoData","chartSummarySeparator","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartValueLabel","liteChartMarkSummary","loading"]},{"tag":"lr-branch-picker","entry":"./components/lr-branch-picker.js","registrationModule":"src/components/conversation/branch-picker/branch-picker.ts","distModule":"./components/conversation/branch-picker/branch-picker.js","registers":["lr-branch-picker","lr-live-region"],"localeKeys":["branchNext","branchPickerLabel","branchPosition","branchPrevious"]},{"tag":"lr-breadcrumb","entry":"./components/lr-breadcrumb.js","registrationModule":"src/components/layout/breadcrumb/breadcrumb.ts","distModule":"./components/layout/breadcrumb/breadcrumb.js","registers":["lr-breadcrumb"],"localeKeys":["breadcrumb"]},{"tag":"lr-breadcrumb-item","entry":"./components/lr-breadcrumb-item.js","registrationModule":"src/components/layout/breadcrumb/breadcrumb-item.ts","distModule":"./components/layout/breadcrumb/breadcrumb-item.js","registers":["lr-breadcrumb-item"],"localeKeys":[]},{"tag":"lr-browser-frame","entry":"./components/lr-browser-frame.js","registrationModule":"src/components/agent-tools/browser-frame/browser-frame.ts","distModule":"./components/agent-tools/browser-frame/browser-frame.js","registers":["lr-browser-frame"],"localeKeys":["browserFrameControllerAgent","browserFrameControllerUser","browserFrameHandBack","browserFrameLabel","browserFrameStatusConnecting","browserFrameStatusIdle","browserFrameStatusLive","browserFrameStatusStalled","browserFrameStop","browserFrameTakeOver","browserFrameUrlLabel","browserFrameViewOf","collapse","details","map","navigation","open","popover","search","select"]},{"tag":"lr-bubble-chart","entry":"./components/lr-bubble-chart.js","registrationModule":"src/components/charts/chart/bubble-chart.ts","distModule":"./components/charts/chart/bubble-chart.js","registers":["lr-bubble-chart","lr-chart","lr-skeleton"],"localeKeys":["chart","chartAnnotationsUnavailable","chartAxisTotal","chartBubblePointCoordinates","chartCategory","chartData","chartDataLabelsUnavailable","chartDataSampled","chartLabeledPoint","chartMissingLibrary","chartPointCoordinates","chartPointLabel","chartPrimaryAxis","chartSecondaryAxis","chartSeriesLabel","chartSeriesNoData","chartStackTotalsUnavailable","chartSummary","chartSummaryEmpty","chartSummarySeparator","chartSummaryWithData","chartTotal","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartTypeBar","chartTypeBubble","chartTypeDoughnut","chartTypeLine","chartTypePie","chartTypePolarArea","chartTypeRadar","chartTypeScatter","chartValueLabel","chartValuePercentageLabel","chartZoomUnavailable","collapse","details","liteChartMarkSummary","loading","map","navigation","noData","open","popover","resetZoom","search","select"]},{"tag":"lr-button","entry":"./components/lr-button.js","registrationModule":"src/components/forms/button/button.ts","distModule":"./components/forms/button/button.js","registers":["lr-button"],"localeKeys":["fieldRequired"]},{"tag":"lr-button-group","entry":"./components/lr-button-group.js","registrationModule":"src/components/layout/button-group/button-group.ts","distModule":"./components/layout/button-group/button-group.js","registers":["lr-button-group"],"localeKeys":[]},{"tag":"lr-calendar","entry":"./components/lr-calendar.js","registrationModule":"src/components/data/calendar/calendar.ts","distModule":"./components/data/calendar/calendar.js","registers":["lr-calendar"],"localeKeys":["calendarEmpty","calendarLabel","calendarNextMonth","calendarPreviousMonth"]},{"tag":"lr-calendar-viewer","entry":"./components/lr-calendar-viewer.js","registrationModule":"src/components/viewers/calendar-viewer/calendar-viewer.ts","distModule":"./components/viewers/calendar-viewer/calendar-viewer.js","registers":["lr-calendar-viewer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","calendarViewerEmpty","calendarViewerLabel","calendarViewerMissingParser","calendarViewerNoSummary","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeCalendar","documentPreviewUrlNotAllowed","loadingDocument"]},{"tag":"lr-callout","entry":"./components/lr-callout.js","registrationModule":"src/components/overlays/callout/callout.ts","distModule":"./components/overlays/callout/callout.js","registers":["lr-callout","lr-icon-button"],"localeKeys":["calloutAnnouncementWithContext","close","iconButtonLabel"]},{"tag":"lr-card","entry":"./components/lr-card.js","registrationModule":"src/components/layout/card/card.ts","distModule":"./components/layout/card/card.js","registers":["lr-card"],"localeKeys":["open"]},{"tag":"lr-carousel","entry":"./components/lr-carousel.js","registrationModule":"src/components/layout/carousel/carousel.ts","distModule":"./components/layout/carousel/carousel.js","registers":["lr-carousel"],"localeKeys":["carousel","carouselGoTo","carouselIndicators","carouselLabel","carouselSlide","carouselSlideAnnouncement","carouselSlideAnnouncementSeparator","carouselSlidePosition","next","previous"]},{"tag":"lr-carousel-item","entry":"./components/lr-carousel-item.js","registrationModule":"src/components/layout/carousel/carousel-item.ts","distModule":"./components/layout/carousel/carousel-item.js","registers":["lr-carousel-item"],"localeKeys":[]},{"tag":"lr-chart","entry":"./components/lr-chart.js","registrationModule":"src/components/charts/chart/chart.ts","distModule":"./components/charts/chart/chart.js","registers":["lr-chart","lr-skeleton"],"localeKeys":["chart","chartAnnotationsUnavailable","chartAxisTotal","chartBubblePointCoordinates","chartCategory","chartData","chartDataLabelsUnavailable","chartDataSampled","chartLabeledPoint","chartMissingLibrary","chartPointCoordinates","chartPointLabel","chartPrimaryAxis","chartSecondaryAxis","chartSeriesLabel","chartSeriesNoData","chartStackTotalsUnavailable","chartSummary","chartSummaryEmpty","chartSummarySeparator","chartSummaryWithData","chartTotal","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartTypeBar","chartTypeBubble","chartTypeDoughnut","chartTypeLine","chartTypePie","chartTypePolarArea","chartTypeRadar","chartTypeScatter","chartValueLabel","chartValuePercentageLabel","chartZoomUnavailable","collapse","details","liteChartMarkSummary","loading","map","navigation","noData","open","popover","resetZoom","search","select"]},{"tag":"lr-chat-composer","entry":"./components/lr-chat-composer.js","registrationModule":"src/components/conversation/chat-composer/chat-composer.ts","distModule":"./components/conversation/chat-composer/chat-composer.js","registers":["lr-chat-composer"],"localeKeys":["composerLabel","fieldRequired","sendMessage","stopGenerating","valueInvalid"]},{"tag":"lr-chat-message","entry":"./components/lr-chat-message.js","registrationModule":"src/components/conversation/chat-message/chat-message.ts","distModule":"./components/conversation/chat-message/chat-message.js","registers":["lr-chat-message","lr-live-region"],"localeKeys":["chatCompleteAnnounce","chatFailedAnnounce","chatFailedToSend","chatResponding","chatSending","collapse","collapseMessage","details","expandMessage","map","navigation","open","popover","promptStudioRoleAssistant","promptStudioRoleSystem","promptStudioRoleUser","retry","search","select"]},{"tag":"lr-chat-viewport","entry":"./components/lr-chat-viewport.js","registrationModule":"src/components/conversation/chat-viewport/chat-viewport.ts","distModule":"./components/conversation/chat-viewport/chat-viewport.js","registers":["lr-chat-viewport"],"localeKeys":["chatViewportLabel","collapse","details","jumpToLatest","map","navigation","newMessageCount","newMessages","newMessagesCount","open","popover","search","select"]},{"tag":"lr-checkbox","entry":"./components/lr-checkbox.js","registrationModule":"src/components/forms/checkbox/checkbox.ts","distModule":"./components/forms/checkbox/checkbox.js","registers":["lr-checkbox"],"localeKeys":["checkboxRequired","fieldRequired"]},{"tag":"lr-checkbox-group","entry":"./components/lr-checkbox-group.js","registrationModule":"src/components/forms/checkbox-group/checkbox-group.ts","distModule":"./components/forms/checkbox-group/checkbox-group.js","registers":["lr-checkbox-group"],"localeKeys":["checkboxGroupRequired","fieldRequired"]},{"tag":"lr-checkpoint","entry":"./components/lr-checkpoint.js","registrationModule":"src/components/conversation/checkpoint/checkpoint.ts","distModule":"./components/conversation/checkpoint/checkpoint.js","registers":["lr-checkpoint"],"localeKeys":["cancel","checkpointConfirmPrompt","checkpointLabel","checkpointRestore","checkpointRestoreWithContext","checkpointRestoring","confirm"]},{"tag":"lr-chip","entry":"./components/lr-chip.js","registrationModule":"src/components/overlays/chip/chip.ts","distModule":"./components/overlays/chip/chip.js","registers":["lr-chip"],"localeKeys":["remove","removeWithContext","select"]},{"tag":"lr-chip-group","entry":"./components/lr-chip-group.js","registrationModule":"src/components/overlays/chip/chip-group.ts","distModule":"./components/overlays/chip/chip-group.js","registers":["lr-chip-group"],"localeKeys":["showLess","showMoreCollapsed","showMoreCount"]},{"tag":"lr-chunk-inspector","entry":"./components/lr-chunk-inspector.js","registrationModule":"src/components/retrieval/chunk-inspector/chunk-inspector.ts","distModule":"./components/retrieval/chunk-inspector/chunk-inspector.js","registers":["lr-chunk-inspector","lr-empty","lr-virtual-list"],"localeKeys":["chunkInspectorEmpty","chunkInspectorLabel","chunkScore","scoreTierHigh","scoreTierLow","scoreTierMedium","showLess","showMore","sourcePageSuffix","untitledSource"]},{"tag":"lr-citation-badge","entry":"./components/lr-citation-badge.js","registrationModule":"src/components/retrieval/citation-badge/citation-badge.ts","distModule":"./components/retrieval/citation-badge/citation-badge.js","registers":["lr-citation-badge"],"localeKeys":["citation","citationHighConfidence","citationLowConfidence","citationMediumConfidence","citationUnverified","citationVerified","citationWithCustomLabel","citationWithStatus","collapse","details","map","navigation","open","popover","search","select"]},{"tag":"lr-claim-evidence","entry":"./components/lr-claim-evidence.js","registrationModule":"src/components/retrieval/claim-evidence/claim-evidence.ts","distModule":"./components/retrieval/claim-evidence/claim-evidence.js","registers":["lr-badge","lr-citation-badge","lr-claim-evidence","lr-empty"],"localeKeys":["citation","citationHighConfidence","citationLowConfidence","citationMediumConfidence","citationUnverified","citationVerified","citationWithCustomLabel","citationWithStatus","claimEvidenceConfidence","claimEvidenceContradicted","claimEvidenceEmpty","claimEvidenceLabel","claimEvidencePartiallySupported","claimEvidenceSupported","claimEvidenceUnsupported","collapse","details","map","navigation","open","popover","search","select"]},{"tag":"lr-code-block","entry":"./components/lr-code-block.js","registrationModule":"src/components/conversation/code-block/code-block.ts","distModule":"./components/conversation/code-block/code-block.js","registers":["lr-code-block","lr-icon-button","lr-skeleton"],"localeKeys":["codeBlockLineLabel","codeRegion","codeRegionWithLanguage","collapseCode","copied","copiedToClipboard","copy","copyCode","copyFailed","expandCode","iconButtonLabel","loading"]},{"tag":"lr-code-block-core","entry":"./components/lr-code-block-core.js","registrationModule":"src/components/conversation/code-block/code-block-core.ts","distModule":"./components/conversation/code-block/code-block-core.js","registers":["lr-code-block-core","lr-icon-button","lr-skeleton"],"localeKeys":["codeBlockLineLabel","codeRegion","codeRegionWithLanguage","collapseCode","copied","copiedToClipboard","copy","copyCode","copyFailed","expandCode","iconButtonLabel","loading"]},{"tag":"lr-code-editor","entry":"./components/lr-code-editor.js","registrationModule":"src/components/forms/code-editor/code-editor.ts","distModule":"./components/forms/code-editor/code-editor.js","registers":["lr-code-editor"],"localeKeys":["codeEditorLabel","fieldRequired","valueInvalid"]},{"tag":"lr-color-picker","entry":"./components/lr-color-picker.js","registrationModule":"src/components/forms/color-picker/color-picker.ts","distModule":"./components/forms/color-picker/color-picker.js","registers":["lr-color-picker"],"localeKeys":["colorPicker","colorPickerCurrentValue","colorPickerEyeDropper","colorPickerHue","colorPickerHueValue","colorPickerOpacity","colorPickerOpacityValue","colorPickerSaturationBrightness","colorPickerSaturationBrightnessValue","colorPickerSwatch","colorPickerSwatches","colorPickerToggleFormat","colorPickerValueField","fieldRequired"]},{"tag":"lr-combobox","entry":"./components/lr-combobox.js","registrationModule":"src/components/forms/combobox/combobox.ts","distModule":"./components/forms/combobox/combobox.js","registers":["lr-combobox","lr-empty","lr-option"],"localeKeys":["clear","collapse","comboboxCreate","comboboxLabel","comboboxLoadError","comboboxOverflow","comboboxRequired","comboboxSelectedOverflow","date","details","fieldRequired","loading","map","navigation","noData","noMatches","notInCatalog","open","popover","progress","removeWithContext","restore","retry","search","select","tableLoadFailed","valueInvalid"]},{"tag":"lr-command-palette","entry":"./components/lr-command-palette.js","registrationModule":"src/components/layout/command-palette/command-palette.ts","distModule":"./components/layout/command-palette/command-palette.js","registers":["lr-command-palette","lr-icon"],"localeKeys":["clear","commandPaletteEmpty","commandPaletteLabel","commandPalettePlaceholder","commandPaletteResults","iconLoadError","iconSanitizerMissing","iconTooLarge"]},{"tag":"lr-commit-card","entry":"./components/lr-commit-card.js","registrationModule":"src/components/agent-tools/commit-card/commit-card.ts","distModule":"./components/agent-tools/commit-card/commit-card.js","registers":["lr-commit-card"],"localeKeys":["collapse","commitCardCopyHash","commitCardDiffSummary","commitCardHideFiles","commitCardLabel","commitCardShowFiles","copied","copy","copyFailed","details","fieldRequired","gitStatusAdded","gitStatusConflicted","gitStatusDeleted","gitStatusIgnored","gitStatusModified","gitStatusRenamed","gitStatusUntracked","map","navigation","open","popover","progress","restore","search","select"]},{"tag":"lr-community-card","entry":"./components/lr-community-card.js","registrationModule":"src/components/retrieval/community-card/community-card.ts","distModule":"./components/retrieval/community-card/community-card.js","registers":["lr-button","lr-chip","lr-community-card","lr-empty"],"localeKeys":["communityDrillIn","communityMemberCount","fieldRequired","noData","remove","removeWithContext","select","showMoreCount","untitledCommunity"]},{"tag":"lr-compare-panel","entry":"./components/lr-compare-panel.js","registrationModule":"src/components/agent-tools/compare-panel/compare-panel.ts","distModule":"./components/agent-tools/compare-panel/compare-panel.js","registers":["lr-compare-panel","lr-live-region"],"localeKeys":["comparePanel","compareResponseA","compareResponseB","compareVoteBetter","compareVoteBothBad","compareVoteLabel","compareVoteRecorded","compareVoteTie"]},{"tag":"lr-condition-builder","entry":"./components/lr-condition-builder.js","registrationModule":"src/components/data/condition-builder/condition-builder.ts","distModule":"./components/data/condition-builder/condition-builder.js","registers":["lr-button","lr-combobox","lr-condition-builder","lr-date-input","lr-date-picker","lr-empty","lr-icon","lr-icon-button","lr-input","lr-option","lr-select"],"localeKeys":["chooseDate","clear","collapse","comboboxCreate","comboboxLabel","comboboxLoadError","comboboxOverflow","comboboxRequired","comboboxSelectedOverflow","date","dateInputFutureDisabled","dateInputInvalid","dateInputMaxMessage","dateInputMinMessage","dateInputPastDisabled","details","fieldRequired","hidePassword","iconButtonLabel","iconLoadError","iconSanitizerMissing","iconTooLarge","inputLabel","loading","map","matchMismatch","navigation","nextMonth","noData","noMatches","notInCatalog","open","openCalendar","popover","previousMonth","progress","queryBuilderAddCondition","queryBuilderBooleanFalse","queryBuilderBooleanTrue","queryBuilderCombinatorAnd","queryBuilderCombinatorLabel","queryBuilderCombinatorOr","queryBuilderEmpty","queryBuilderFieldLabel","queryBuilderFieldPlaceholder","queryBuilderLabel","queryBuilderNoFields","queryBuilderOperatorAfter","queryBuilderOperatorBefore","queryBuilderOperatorContains","queryBuilderOperatorEndsWith","queryBuilderOperatorEquals","queryBuilderOperatorGreaterThan","queryBuilderOperatorGreaterThanOrEqual","queryBuilderOperatorIn","queryBuilderOperatorIsEmpty","queryBuilderOperatorIsNotEmpty","queryBuilderOperatorLabel","queryBuilderOperatorLessThan","queryBuilderOperatorLessThanOrEqual","queryBuilderOperatorNotEquals","queryBuilderOperatorNotIn","queryBuilderOperatorOnOrAfter","queryBuilderOperatorOnOrBefore","queryBuilderOperatorPlaceholder","queryBuilderOperatorStartsWith","queryBuilderRemoveCondition","queryBuilderValueLabel","queryBuilderValuePlaceholder","removeWithContext","restore","retry","search","select","selectSelectedOverflow","selectValueMissing","showPassword","tableLoadFailed","valueInvalid"]},{"tag":"lr-confirm-bar","entry":"./components/lr-confirm-bar.js","registrationModule":"src/components/agent-tools/confirm-bar/confirm-bar.ts","distModule":"./components/agent-tools/confirm-bar/confirm-bar.js","registers":["lr-button","lr-confirm-bar","lr-details","lr-json-viewer","lr-live-region"],"localeKeys":["approve","circularReference","collapse","confirmApproved","confirmApprovedAnnounce","confirmDenied","confirmDeniedAnnounce","copied","copy","copyFailed","copyJson","deny","details","fieldRequired","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","map","navigation","open","popover","progress","restore","search","select","toolApprovalArgsLabel","toolApprovalGenericTool","toolApprovalHeading","viewerSearchActiveMatch"]},{"tag":"lr-contact-viewer","entry":"./components/lr-contact-viewer.js","registrationModule":"src/components/viewers/contact-viewer/contact-viewer.ts","distModule":"./components/viewers/contact-viewer/contact-viewer.js","registers":["lr-contact-viewer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","collapse","contactViewerAddressFormat","contactViewerAddressLabel","contactViewerEmailLabel","contactViewerLabel","contactViewerNoContacts","contactViewerOrganization","contactViewerPhoneLabel","contactViewerTypeCell","contactViewerTypedValue","contactViewerTypeFax","contactViewerTypeHome","contactViewerTypeInternet","contactViewerTypePreferred","contactViewerTypeVoice","contactViewerTypeWork","contactViewerUnnamedContact","details","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeContact","documentPreviewUrlNotAllowed","loading","loadingDocument","map","navigation","open","popover","search","select"]},{"tag":"lr-context-inspector","entry":"./components/lr-context-inspector.js","registrationModule":"src/components/agent-tools/context-inspector/context-inspector.ts","distModule":"./components/agent-tools/context-inspector/context-inspector.js","registers":["lr-citation-badge","lr-context-inspector","lr-context-meter","lr-copy-button","lr-empty","lr-export-button","lr-icon-button","lr-tooltip"],"localeKeys":["citation","citationHighConfidence","citationLowConfidence","citationMediumConfidence","citationUnverified","citationVerified","citationWithCustomLabel","citationWithStatus","collapse","contextInspectorCopyLabel","contextInspectorEmpty","contextInspectorLabel","contextInspectorRedacted","contextInspectorSegmentTokens","contextInspectorTruncated","contextInspectorTruncatedCount","contextMeterLabeledSummary","contextMeterSegmentLabel","contextMeterUsed","contextMeterUsedOfTotal","copied","copy","copyFailed","details","exportButtonLabel","exportFormatMenuLabel","fieldRequired","iconButtonLabel","map","navigation","open","popover","progress","restore","search","select","statusError"]},{"tag":"lr-context-meter","entry":"./components/lr-context-meter.js","registrationModule":"src/components/data/context-meter/context-meter.ts","distModule":"./components/data/context-meter/context-meter.js","registers":["lr-context-meter"],"localeKeys":["contextMeterLabeledSummary","contextMeterSegmentLabel","contextMeterUsed","contextMeterUsedOfTotal"]},{"tag":"lr-control-group","entry":"./components/lr-control-group.js","registrationModule":"src/components/layout/control-group/control-group.ts","distModule":"./components/layout/control-group/control-group.js","registers":["lr-control-group"],"localeKeys":[]},{"tag":"lr-conversation-item","entry":"./components/lr-conversation-item.js","registrationModule":"src/components/conversation/conversation-item/conversation-item.ts","distModule":"./components/conversation/conversation-item/conversation-item.js","registers":["lr-conversation-item"],"localeKeys":["rename","untitledConversation"]},{"tag":"lr-copy-button","entry":"./components/lr-copy-button.js","registrationModule":"src/components/utility/copy-button/copy-button.ts","distModule":"./components/utility/copy-button/copy-button.js","registers":["lr-copy-button","lr-icon-button","lr-tooltip"],"localeKeys":["copied","copy","copyFailed","fieldRequired","iconButtonLabel","popover"]},{"tag":"lr-csv-viewer","entry":"./components/lr-csv-viewer.js","registrationModule":"src/components/viewers/csv-viewer/csv-viewer.ts","distModule":"./components/viewers/csv-viewer/csv-viewer.js","registers":["lr-csv-viewer","lr-virtual-list"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","cellHighlightWithLabel","csvViewerLabel","csvViewerUnavailable","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","highlightWithLabel","loadingDocument","noData"]},{"tag":"lr-dashboard-grid","entry":"./components/lr-dashboard-grid.js","registrationModule":"src/components/layout/dashboard-grid/dashboard-grid.ts","distModule":"./components/layout/dashboard-grid/dashboard-grid.js","registers":["lr-badge","lr-button","lr-card","lr-dashboard-grid","lr-empty","lr-markdown","lr-media-card","lr-result-card","lr-result-field","lr-stat","lr-widget","lr-widget-renderer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","dashboardCellCollisionRejected","dashboardCellMoved","dashboardCellResized","dashboardGridLabel","fieldRequired","flowItemAnnouncement","mediaCardImageAttachment","mediaCardOpenFileAttachment","mediaCardOpenImageAttachment","mediaCardOpenName","mediaCardOpenVideoAttachment","mediaCardUntitledFile","mediaCardVideoAttachment","noData","open","resultFieldLabel","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","trendUnchanged","widgetCollapse","widgetExitFullscreen","widgetExpand","widgetExpandToFullscreen","widgetFullscreenPanel","widgetViewGroup"]},{"tag":"lr-data-grid","entry":"./components/lr-data-grid.js","registrationModule":"src/components/data/data-grid/data-grid.ts","distModule":"./components/data/data-grid/data-grid.js","registers":["lr-button","lr-data-grid","lr-dropdown","lr-dropdown-item","lr-empty","lr-menu","lr-menu-item"],"localeKeys":["clear","collapse","copied","copyFailed","dataGridColumnMenu","dataGridPinEnd","dataGridPinStart","dataGridRowsPerPage","dataGridTreeLimitReached","dataGridUnpin","expand","fieldRequired","loading","menuLabel","next","noColumns","noData","noMatches","paginationFirstPage","paginationJumpToPage","paginationLabel","paginationLastPage","previous","resizeColumn","resizeValuePixels","retry","search","select","showAllColumns","tableFilterLabel","tableLoadFailed"]},{"tag":"lr-dataset-viewer","entry":"./components/lr-dataset-viewer.js","registrationModule":"src/components/viewers/dataset-viewer/dataset-viewer.ts","distModule":"./components/viewers/dataset-viewer/dataset-viewer.js","registers":["lr-dataset-viewer","lr-virtual-list"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","cellHighlightWithLabel","datasetViewerCaption","datasetViewerCaptionNamed","datasetViewerEmpty","datasetViewerMissingParser","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeDataset","documentPreviewUrlNotAllowed","highlightWithLabel","loadingDocument"]},{"tag":"lr-date-input","entry":"./components/lr-date-input.js","registrationModule":"src/components/forms/date-picker/date-input.ts","distModule":"./components/forms/date-picker/date-input.js","registers":["lr-date-input","lr-date-picker"],"localeKeys":["chooseDate","clear","date","dateInputFutureDisabled","dateInputInvalid","dateInputMaxMessage","dateInputMinMessage","dateInputPastDisabled","fieldRequired","nextMonth","openCalendar","previousMonth"]},{"tag":"lr-date-picker","entry":"./components/lr-date-picker.js","registrationModule":"src/components/forms/date-picker/date-picker.ts","distModule":"./components/forms/date-picker/date-picker.js","registers":["lr-date-picker"],"localeKeys":["fieldRequired","nextMonth","previousMonth"]},{"tag":"lr-details","entry":"./components/lr-details.js","registrationModule":"src/components/layout/details/details.ts","distModule":"./components/layout/details/details.js","registers":["lr-details"],"localeKeys":["details"]},{"tag":"lr-dialog","entry":"./components/lr-dialog.js","registrationModule":"src/components/overlays/dialog/dialog.ts","distModule":"./components/overlays/dialog/dialog.js","registers":["lr-dialog","lr-icon-button"],"localeKeys":["close","iconButtonLabel"]},{"tag":"lr-diff-view","entry":"./components/lr-diff-view.js","registrationModule":"src/components/utility/diff-view/diff-view.ts","distModule":"./components/utility/diff-view/diff-view.js","registers":["lr-diff-view"],"localeKeys":["copied","copy","copyDiff","copyFailed","diffViewHiddenLines","diffViewNewLabel","diffViewOldLabel","diffViewTooLarge"]},{"tag":"lr-divider","entry":"./components/lr-divider.js","registrationModule":"src/components/utility/divider/divider.ts","distModule":"./components/utility/divider/divider.js","registers":["lr-divider"],"localeKeys":[]},{"tag":"lr-dock-panel","entry":"./components/lr-dock-panel.js","registrationModule":"src/components/layout/dock-panel/dock-panel.ts","distModule":"./components/layout/dock-panel/dock-panel.js","registers":["lr-dock-panel"],"localeKeys":["dockPanelCollapse","dockPanelExpand","dockPanelResize","resizeValuePixels"]},{"tag":"lr-document-compare","entry":"./components/lr-document-compare.js","registrationModule":"src/components/viewers/document-compare/document-compare.ts","distModule":"./components/viewers/document-compare/document-compare.js","registers":["lr-diff-view","lr-document-compare","lr-document-preview","lr-pan-zoom"],"localeKeys":["collapse","convertingDocument","copied","copy","copyDiff","copyFailed","details","diffViewHiddenLines","diffViewNewLabel","diffViewOldLabel","diffViewTooLarge","documentCompareLabel","documentCompareNewVersion","documentCompareNoVersion","documentCompareOldVersion","documentPreviewAlt","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewGenericError","documentPreviewGenericFile","documentPreviewNotAvailable","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewTypeImage","documentPreviewUrlNotAllowed","download","highlightOfTotal","highlightWithLabel","loadingDocument","map","navigation","open","pdfViewerCurrentZoom","popover","resetZoom","search","select","zoomableFrameLabel","zoomControls","zoomIn","zoomOut"]},{"tag":"lr-document-library","entry":"./components/lr-document-library.js","registrationModule":"src/components/data/document-library/document-library.ts","distModule":"./components/data/document-library/document-library.js","registers":["lr-checkbox","lr-chip","lr-chip-group","lr-combobox","lr-document-library","lr-empty","lr-file-icon","lr-input","lr-option","lr-pagination","lr-skeleton","lr-spinner","lr-table"],"localeKeys":["checkboxRequired","clear","collapse","comboboxCreate","comboboxLabel","comboboxLoadError","comboboxOverflow","comboboxRequired","comboboxSelectedOverflow","date","details","documentLibraryClearSelection","documentLibraryEmptyHeading","documentLibraryFilterByTag","documentLibraryFreshnessAging","documentLibraryFreshnessColumn","documentLibraryFreshnessFresh","documentLibraryFreshnessStale","documentLibraryLabel","documentLibraryNameColumn","documentLibraryNoMatchesHeading","documentLibraryOwnerColumn","documentLibrarySearchPlaceholder","documentLibrarySelectAll","documentLibrarySelectColumn","documentLibrarySelectDocument","documentLibrarySelectedCount","documentLibraryTagsColumn","documentLibraryTypeColumn","documentLibraryUpdatedColumn","documentLibraryVersionColumn","expand","fieldRequired","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","fileTypeArchive","fileTypeAudio","fileTypeCode","fileTypeFile","fileTypeImage","fileTypePdf","fileTypePresentation","fileTypeSpreadsheet","fileTypeText","fileTypeVideo","fileTypeWithSize","fileTypeWord","hidePassword","inputLabel","item","items","loading","loadMore","map","matchMismatch","navigation","next","noColumns","noData","noMatches","notInCatalog","open","paginationApplied","paginationAppliedUnknownTotal","paginationEmptySummary","paginationFirstPage","paginationJumpToPage","paginationLabel","paginationLastPage","paginationPage","paginationSummary","popover","previous","progress","remove","removeWithContext","resizeColumn","resizeValuePixels","restore","retry","search","select","showAllColumns","showFewerColumns","showLess","showMoreCollapsed","showMoreCount","showPassword","tableEditCell","tableFilterLabel","tableFilterPlaceholder","tableLoadFailed","tableLoading","valueInvalid"]},{"tag":"lr-document-preview","entry":"./components/lr-document-preview.js","registrationModule":"src/components/viewers/document-preview/document-preview.ts","distModule":"./components/viewers/document-preview/document-preview.js","registers":["lr-document-preview","lr-pan-zoom"],"localeKeys":["convertingDocument","documentPreviewAlt","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewGenericError","documentPreviewGenericFile","documentPreviewNotAvailable","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewTypeImage","documentPreviewUrlNotAllowed","download","highlightOfTotal","highlightWithLabel","loadingDocument","pdfViewerCurrentZoom","resetZoom","zoomableFrameLabel","zoomControls","zoomIn","zoomOut"]},{"tag":"lr-document-viewer","entry":"./components/lr-document-viewer.js","registrationModule":"src/components/viewers/document-viewer/document-viewer.ts","distModule":"./components/viewers/document-viewer/document-viewer.js","registers":["lr-dialog","lr-document-preview","lr-document-viewer","lr-icon-button","lr-pan-zoom"],"localeKeys":["close","convertingDocument","documentPreviewAlt","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewGenericError","documentPreviewGenericFile","documentPreviewNotAvailable","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewTypeImage","documentPreviewUrlNotAllowed","documentViewerLabel","download","highlightOfTotal","highlightWithLabel","iconButtonLabel","loadingDocument","pdfViewerCurrentZoom","resetZoom","zoomableFrameLabel","zoomControls","zoomIn","zoomOut"]},{"tag":"lr-docx-viewer","entry":"./components/lr-docx-viewer.js","registrationModule":"src/components/viewers/docx-viewer/docx-viewer.ts","distModule":"./components/viewers/docx-viewer/docx-viewer.js","registers":["lr-docx-viewer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","documentViewerMissingSanitizer","docxViewerLabel","docxViewerMissingConverter","highlightWithLabel","loadingDocument"]},{"tag":"lr-doughnut-chart","entry":"./components/lr-doughnut-chart.js","registrationModule":"src/components/charts/chart/doughnut-chart.ts","distModule":"./components/charts/chart/doughnut-chart.js","registers":["lr-chart","lr-doughnut-chart","lr-skeleton"],"localeKeys":["chart","chartAnnotationsUnavailable","chartAxisTotal","chartBubblePointCoordinates","chartCategory","chartData","chartDataLabelsUnavailable","chartDataSampled","chartLabeledPoint","chartMissingLibrary","chartPointCoordinates","chartPointLabel","chartPrimaryAxis","chartSecondaryAxis","chartSeriesLabel","chartSeriesNoData","chartStackTotalsUnavailable","chartSummary","chartSummaryEmpty","chartSummarySeparator","chartSummaryWithData","chartTotal","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartTypeBar","chartTypeBubble","chartTypeDoughnut","chartTypeLine","chartTypePie","chartTypePolarArea","chartTypeRadar","chartTypeScatter","chartValueLabel","chartValuePercentageLabel","chartZoomUnavailable","collapse","details","liteChartMarkSummary","loading","map","navigation","noData","open","popover","resetZoom","search","select"]},{"tag":"lr-drawer","entry":"./components/lr-drawer.js","registrationModule":"src/components/overlays/drawer/drawer.ts","distModule":"./components/overlays/drawer/drawer.js","registers":["lr-drawer","lr-icon-button"],"localeKeys":["iconButtonLabel"]},{"tag":"lr-drilldown-panel","entry":"./components/lr-drilldown-panel.js","registrationModule":"src/components/layout/drilldown-panel/drilldown-panel.ts","distModule":"./components/layout/drilldown-panel/drilldown-panel.js","registers":["lr-badge","lr-breadcrumb","lr-breadcrumb-item","lr-button","lr-chip","lr-document-preview","lr-drilldown-panel","lr-empty","lr-entity-card","lr-pan-zoom","lr-result-field","lr-source-card","lr-tab","lr-tab-group","lr-tab-panel"],"localeKeys":["breadcrumb","close","convertingDocument","documentPreviewAlt","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewGenericError","documentPreviewGenericFile","documentPreviewNotAvailable","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewTypeImage","documentPreviewUrlNotAllowed","download","drilldownDocuments","drilldownEmpty","drilldownRuns","drilldownUntitledNode","entityCommunity","entityDegree","fieldRequired","focusInGraph","highlightOfTotal","highlightWithLabel","items","loadingDocument","next","noData","paginationLabel","paginationSummary","pdfViewerCurrentZoom","previous","provenanceEntities","remove","removeWithContext","resetZoom","resultFieldLabel","scrollNext","scrollPrevious","select","showLess","showMore","sourceListDefaultLabel","sourcePageSuffix","untitledEntity","untitledSource","zoomableFrameLabel","zoomControls","zoomIn","zoomOut"]},{"tag":"lr-drop-zone","entry":"./components/lr-drop-zone.js","registrationModule":"src/components/media/drop-zone/drop-zone.ts","distModule":"./components/media/drop-zone/drop-zone.js","registers":["lr-drop-zone"],"localeKeys":["dropzoneRejectedType","dropzoneReleaseToAdd","fieldRequired","fileInputAcceptedMany","fileInputAcceptedOne","fileInputFolderRejected","fileInputRejectedCount","fileInputRejectedLimit","fileInputRejectedMany","fileInputRejectedMaxFiles","fileInputRejectedMaxTotalSize","fileInputRejectedOne","fileInputRejectedRead","fileInputRejectedSize","fileInputRejectedType"]},{"tag":"lr-dropdown","entry":"./components/lr-dropdown.js","registrationModule":"src/components/overlays/overlay/dropdown.ts","distModule":"./components/overlays/overlay/dropdown.js","registers":["lr-dropdown","lr-menu","lr-menu-item"],"localeKeys":["menuLabel"]},{"tag":"lr-dropdown-item","entry":"./components/lr-dropdown-item.js","registrationModule":"src/components/layout/menu/dropdown-item.ts","distModule":"./components/layout/menu/dropdown-item.js","registers":["lr-dropdown-item","lr-menu","lr-menu-item"],"localeKeys":["menuLabel"]},{"tag":"lr-ebook-viewer","entry":"./components/lr-ebook-viewer.js","registrationModule":"src/components/viewers/ebook-viewer/ebook-viewer.ts","distModule":"./components/viewers/ebook-viewer/ebook-viewer.js","registers":["lr-ebook-viewer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","collapse","details","documentPreviewEmpty","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","ebookViewerLoadError","ebookViewerNextChapter","ebookViewerPreviousChapter","ebookViewerRegionLabel","loading","loadingDocument","map","navigation","next","open","popover","previous","remove","search","select","viewerSearchActiveMatch","viewerSearchMatchCount","viewerSearchNoMatches"]},{"tag":"lr-email-viewer","entry":"./components/lr-email-viewer.js","registrationModule":"src/components/viewers/email-viewer/email-viewer.ts","distModule":"./components/viewers/email-viewer/email-viewer.js","registers":["lr-email-viewer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","collapse","date","details","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeEmail","documentPreviewUrlNotAllowed","documentViewerMissingSanitizer","download","emailViewerAttachments","emailViewerDate","emailViewerFrom","emailViewerGroupAddress","emailViewerHideQuoted","emailViewerLabel","emailViewerMissingParser","emailViewerNoSubject","emailViewerOpenAttachment","emailViewerShowQuoted","emailViewerSubject","emailViewerTo","emailViewerUnnamedAttachment","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","loading","loadingDocument","map","navigation","open","popover","search","select"]},{"tag":"lr-embedding-explorer","entry":"./components/lr-embedding-explorer.js","registrationModule":"src/components/retrieval/embedding-explorer/embedding-explorer.ts","distModule":"./components/retrieval/embedding-explorer/embedding-explorer.js","registers":["lr-embedding-explorer"],"localeKeys":["embeddingExplorerEmpty","embeddingExplorerLabel","embeddingExplorerPoint"]},{"tag":"lr-emoji-picker","entry":"./components/lr-emoji-picker.js","registrationModule":"src/components/forms/emoji-picker/emoji-picker.ts","distModule":"./components/forms/emoji-picker/emoji-picker.js","registers":["lr-emoji-picker"],"localeKeys":["clear","collapse","details","emojiPickerEmpty","emojiPickerGridLabel","emojiPickerGroupActivities","emojiPickerGroupAnimalsNature","emojiPickerGroupComponent","emojiPickerGroupFlags","emojiPickerGroupFoodDrink","emojiPickerGroupObjects","emojiPickerGroupPeopleBody","emojiPickerGroupSmileysEmotion","emojiPickerGroupSymbols","emojiPickerGroupTravelPlaces","emojiPickerGroupUnknown","emojiPickerLoadError","emojiPickerSearchLabel","fieldRequired","item","map","navigation","open","popover","progress","restore","search","select"]},{"tag":"lr-empty","entry":"./components/lr-empty.js","registrationModule":"src/components/overlays/empty/empty.ts","distModule":"./components/overlays/empty/empty.js","registers":["lr-empty"],"localeKeys":[]},{"tag":"lr-entity-card","entry":"./components/lr-entity-card.js","registrationModule":"src/components/retrieval/entity-card/entity-card.ts","distModule":"./components/retrieval/entity-card/entity-card.js","registers":["lr-badge","lr-button","lr-chip","lr-empty","lr-entity-card","lr-result-field"],"localeKeys":["entityCommunity","entityDegree","fieldRequired","focusInGraph","noData","remove","removeWithContext","resultFieldLabel","select","untitledEntity"]},{"tag":"lr-entity-chip","entry":"./components/lr-entity-chip.js","registrationModule":"src/components/retrieval/entity-chip/entity-chip.ts","distModule":"./components/retrieval/entity-chip/entity-chip.js","registers":["lr-entity-chip"],"localeKeys":["entityChipWithType","untitledEntity"]},{"tag":"lr-entity-dossier","entry":"./components/lr-entity-dossier.js","registrationModule":"src/components/retrieval/entity-dossier/entity-dossier.ts","distModule":"./components/retrieval/entity-dossier/entity-dossier.js","registers":["lr-badge","lr-button","lr-chip","lr-chunk-inspector","lr-community-card","lr-empty","lr-entity-card","lr-entity-chip","lr-entity-dossier","lr-neighbor-list","lr-path-strip","lr-provenance-panel","lr-result-field","lr-scroller","lr-stat","lr-tab","lr-tab-group","lr-tab-panel","lr-virtual-list"],"localeKeys":["chunkInspectorEmpty","chunkInspectorLabel","chunkScore","close","collapse","communityDrillIn","communityMemberCount","details","entityChipWithType","entityCommunity","entityDegree","fieldRequired","focusInGraph","map","navigation","neighborDirectionBoth","neighborDirectionIn","neighborDirectionOut","neighborExpand","neighborGroupHeader","neighborListEmpty","neighborListLabel","neighborRowLabel","noData","open","pathNodeStatus","pathRelationStatus","pathStripLabel","popover","progress","provenanceChunks","provenanceCommunities","provenanceEmpty","provenanceEntities","provenancePanelLabel","provenanceRelationships","remove","removeWithContext","resultFieldLabel","scoreTierHigh","scoreTierLow","scoreTierMedium","scrollerLabel","scrollNext","scrollPrevious","search","select","showLess","showMore","showMoreCount","sourcePageSuffix","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","trendUnchanged","untitledCommunity","untitledEntity","untitledSource"]},{"tag":"lr-env-list","entry":"./components/lr-env-list.js","registrationModule":"src/components/data/env-list/env-list.ts","distModule":"./components/data/env-list/env-list.js","registers":["lr-empty","lr-env-list"],"localeKeys":["copied","copy","copyFailed","envListCopy","envListHide","envListLabel","envListReveal","envListValueHidden","noData"]},{"tag":"lr-eval-dataset","entry":"./components/lr-eval-dataset.js","registrationModule":"src/components/agent-tools/eval-dataset/eval-dataset.ts","distModule":"./components/agent-tools/eval-dataset/eval-dataset.js","registers":["lr-chip","lr-chip-group","lr-empty","lr-eval-dataset","lr-export-button","lr-file-input","lr-pagination","lr-skeleton","lr-spinner","lr-table"],"localeKeys":["clear","collapse","details","dropzoneRejectedType","dropzoneReleaseToAdd","evalDatasetAddExample","evalDatasetColumnExpectedOutput","evalDatasetColumnInput","evalDatasetColumnTags","evalDatasetEmpty","evalDatasetImportLabel","evalDatasetLabel","evalDatasetNoMatches","evalDatasetRemoveExample","evalDatasetSearchLabel","evalDatasetTagFilterLabel","expand","exportButtonLabel","exportFormatMenuLabel","fieldRequired","fileInputAcceptedMany","fileInputAcceptedOne","fileInputDefaultLabel","fileInputFolderRejected","fileInputRejectedCount","fileInputRejectedLimit","fileInputRejectedMany","fileInputRejectedMaxFiles","fileInputRejectedMaxTotalSize","fileInputRejectedOne","fileInputRejectedRead","fileInputRejectedSize","fileInputRejectedType","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","item","items","loading","loadMore","map","navigation","next","noColumns","noData","open","paginationApplied","paginationAppliedUnknownTotal","paginationEmptySummary","paginationFirstPage","paginationJumpToPage","paginationLabel","paginationLastPage","paginationPage","paginationSummary","popover","previous","progress","remove","removeWithContext","resizeColumn","resizeValuePixels","restore","retry","search","select","showAllColumns","showFewerColumns","showLess","showMoreCollapsed","showMoreCount","statusError","tableEditCell","tableFilterLabel","tableFilterPlaceholder","tableLoadFailed","tableLoading","valueInvalid"]},{"tag":"lr-eval-result","entry":"./components/lr-eval-result.js","registrationModule":"src/components/agent-tools/eval-result/eval-result.ts","distModule":"./components/agent-tools/eval-result/eval-result.js","registers":["lr-checkbox","lr-checkbox-group","lr-diff-view","lr-empty","lr-eval-result","lr-option","lr-pagination","lr-rubric-form","lr-segmented","lr-select","lr-skeleton","lr-slider","lr-spinner","lr-table","lr-textarea"],"localeKeys":["checkboxGroupRequired","checkboxRequired","clear","collapse","copied","copy","copyDiff","copyFailed","details","diffViewHiddenLines","diffViewNewLabel","diffViewOldLabel","diffViewTooLarge","evaluationDashboardRunsLabel","expand","fieldRequired","item","items","loading","loadMore","map","navigation","next","noColumns","noData","notInCatalog","open","paginationApplied","paginationAppliedUnknownTotal","paginationEmptySummary","paginationFirstPage","paginationJumpToPage","paginationLabel","paginationLastPage","paginationPage","paginationSummary","popover","previous","progress","rangeEnd","rangeStart","remove","removeWithContext","resizeColumn","resizeValuePixels","restore","retry","rubricSkip","rubricSubmit","rubricSubmitAndNext","search","select","selectSelectedOverflow","selectValueMissing","showAllColumns","showFewerColumns","sliderLabel","tableEditCell","tableFilterLabel","tableFilterPlaceholder","tableLoadFailed","tableLoading","textareaCharacterCount","textareaCharactersRemaining","textareaLabel","unsupportedFieldType","valueInvalid"]},{"tag":"lr-eval-run","entry":"./components/lr-eval-run.js","registrationModule":"src/components/agent-tools/evaluation-run/evaluation-run.ts","distModule":"./components/agent-tools/evaluation-run/evaluation-run.js","registers":["lr-badge","lr-button","lr-citation-badge","lr-claim-evidence","lr-code-block","lr-copy-button","lr-details","lr-empty","lr-eval-run","lr-grounding-summary","lr-icon-button","lr-json-viewer","lr-live-region","lr-markdown","lr-progress-bar","lr-skeleton","lr-stat","lr-tool-approval-dialog","lr-tool-call-chip","lr-tool-result-view","lr-tool-timeline","lr-tooltip"],"localeKeys":["accessibleLabelSeparator","agentRunStatusCollecting","agentRunStatusQueued","anchorJumped","anchorJumpedToPage","anchorNotFound","approve","cancel","circularReference","citation","citationHighConfidence","citationLowConfidence","citationMediumConfidence","citationUnverified","citationVerified","citationWithCustomLabel","citationWithStatus","claimEvidenceConfidence","claimEvidenceContradicted","claimEvidenceEmpty","claimEvidenceLabel","claimEvidencePartiallySupported","claimEvidenceSupported","claimEvidenceUnsupported","codeBlockLineLabel","codeRegion","codeRegionWithLanguage","collapse","collapseCode","confirmApproved","confirmDenied","copied","copiedToClipboard","copy","copyCode","copyFailed","copyJson","deny","details","durationMilliseconds","durationSeconds","edit","envListValueHidden","evaluationRunExampleCancelledAnnounce","evaluationRunExampleCompletedAnnounce","evaluationRunExampleFailedAnnounce","evaluationRunExampleLabel","evaluationRunExampleStartedAnnounce","evaluationRunExampleWaitingApprovalAnnounce","evaluationRunExampleWaitingInputAnnounce","evaluationRunFailedCount","evaluationRunGroundingHeading","evaluationRunInputHeading","evaluationRunLabel","evaluationRunOutputHeading","evaluationRunProgressLabel","evaluationRunProgressSummary","evaluationRunRunningCount","evaluationRunStatusCancelled","evaluationRunStatusIdle","evaluationRunStatusWaitingApproval","evaluationRunStatusWaitingInput","evaluationRunToolTraceHeading","expandCode","fieldRequired","groundingSummaryConfidenceLabel","groundingSummaryCoverageLabel","groundingSummaryEmpty","groundingSummaryEvidenceHeading","groundingSummaryEvidenceSpan","groundingSummaryLabel","groundingSummarySupportedLabel","groundingSummaryUnsupportedLabel","groundingSummaryWarningsHeading","iconButtonLabel","invalidJson","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","loading","map","navigation","noData","open","popover","progress","retry","search","select","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","statusDenied","statusError","statusPending","statusRunning","statusSuccess","toolApprovalArgsLabel","toolApprovalGenericTool","toolApprovalHeading","toolCall","toolTimelineDetailsFor","toolTimelineLimit","trendUnchanged","viewerSearchActiveMatch"]},{"tag":"lr-export-button","entry":"./components/lr-export-button.js","registrationModule":"src/components/utility/export-button/export-button.ts","distModule":"./components/utility/export-button/export-button.js","registers":["lr-export-button"],"localeKeys":["exportButtonLabel","exportFormatMenuLabel","statusError"]},{"tag":"lr-file-icon","entry":"./components/lr-file-icon.js","registrationModule":"src/components/media/file-icon/file-icon.ts","distModule":"./components/media/file-icon/file-icon.js","registers":["lr-file-icon"],"localeKeys":["collapse","details","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","fileTypeArchive","fileTypeAudio","fileTypeCode","fileTypeFile","fileTypeImage","fileTypePdf","fileTypePresentation","fileTypeSpreadsheet","fileTypeText","fileTypeVideo","fileTypeWithSize","fileTypeWord","map","navigation","open","popover","search","select"]},{"tag":"lr-file-input","entry":"./components/lr-file-input.js","registrationModule":"src/components/media/file-input/file-input.ts","distModule":"./components/media/file-input/file-input.js","registers":["lr-file-input"],"localeKeys":["collapse","details","dropzoneRejectedType","dropzoneReleaseToAdd","fieldRequired","fileInputAcceptedMany","fileInputAcceptedOne","fileInputDefaultLabel","fileInputFolderRejected","fileInputRejectedCount","fileInputRejectedLimit","fileInputRejectedMany","fileInputRejectedMaxFiles","fileInputRejectedMaxTotalSize","fileInputRejectedOne","fileInputRejectedRead","fileInputRejectedSize","fileInputRejectedType","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","map","navigation","open","popover","progress","removeWithContext","restore","search","select","valueInvalid"]},{"tag":"lr-file-tree","entry":"./components/lr-file-tree.js","registrationModule":"src/components/data/file-tree/file-tree.ts","distModule":"./components/data/file-tree/file-tree.js","registers":["lr-empty","lr-file-icon","lr-file-tree","lr-live-region","lr-tree","lr-tree-item"],"localeKeys":["collapse","details","fieldRequired","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","fileTreeDiffSummary","fileTreeLabel","fileTypeArchive","fileTypeAudio","fileTypeCode","fileTypeFile","fileTypeImage","fileTypePdf","fileTypePresentation","fileTypeSpreadsheet","fileTypeText","fileTypeVideo","fileTypeWithSize","fileTypeWord","gitStatusAdded","gitStatusConflicted","gitStatusDeleted","gitStatusIgnored","gitStatusModified","gitStatusRenamed","gitStatusUntracked","loading","map","navigation","noData","open","popover","progress","restore","search","select","treeNodeMoved"]},{"tag":"lr-filter-bar","entry":"./components/lr-filter-bar.js","registrationModule":"src/components/layout/filter-bar/filter-bar.ts","distModule":"./components/layout/filter-bar/filter-bar.js","registers":["lr-button","lr-chip","lr-chip-group","lr-combobox","lr-date-input","lr-date-picker","lr-dropdown","lr-dropdown-item","lr-empty","lr-filter-bar","lr-input","lr-menu","lr-menu-item","lr-option","lr-select","lr-spinner"],"localeKeys":["chooseDate","clear","collapse","comboboxCreate","comboboxLabel","comboboxLoadError","comboboxOverflow","comboboxRequired","comboboxSelectedOverflow","date","dateInputFutureDisabled","dateInputInvalid","dateInputMaxMessage","dateInputMinMessage","dateInputPastDisabled","details","fieldRequired","filterBarActiveFilters","filterBarReset","hidePassword","inputLabel","loading","map","matchMismatch","menuLabel","navigation","nextMonth","noData","noMatches","notInCatalog","open","openCalendar","popover","previousMonth","progress","remove","removeWithContext","restore","retry","search","select","selectSelectedOverflow","selectValueMissing","showLess","showMoreCollapsed","showMoreCount","showPassword","tableLoadFailed","valueInvalid"]},{"tag":"lr-flag","entry":"./components/lr-flag.js","registrationModule":"src/components/media/flag/flag.ts","distModule":"./components/media/flag/flag.js","registers":["lr-flag","lr-skeleton"],"localeKeys":["collapse","details","flagLoadError","loading","map","navigation","open","popover","search","select"]},{"tag":"lr-flow-canvas","entry":"./components/lr-flow-canvas.js","registrationModule":"src/components/data/flow-canvas/flow-canvas.ts","distModule":"./components/data/flow-canvas/flow-canvas.js","registers":["lr-empty","lr-flow-canvas","lr-flow-node"],"localeKeys":["durationMilliseconds","durationSeconds","flowCanvasLabel","flowCanvasLayoutLimit","flowCanvasSummary","flowConnectCancelled","flowConnectCommitted","flowConnectStarted","flowConnectTarget","flowEdge","flowEdgeList","flowEdgeWithLabel","flowInputHandle","flowItemAnnouncement","flowNode","flowNodeDeselected","flowNodeMoved","flowNodeSelected","flowOutputHandle","flowSelectionCleared","flowStatusWithDetail","flowStatusWithDuration","noData","progress","statusDenied","statusError","statusPending","statusRunning","statusSuccess"]},{"tag":"lr-flow-controls","entry":"./components/lr-flow-controls.js","registrationModule":"src/components/data/flow-controls/flow-controls.ts","distModule":"./components/data/flow-controls/flow-controls.js","registers":["lr-flow-controls"],"localeKeys":["flowControlsLabel","flowLockCanvas","zoomIn","zoomOut","zoomToFit"]},{"tag":"lr-flow-minimap","entry":"./components/lr-flow-minimap.js","registrationModule":"src/components/data/flow-minimap/flow-minimap.ts","distModule":"./components/data/flow-minimap/flow-minimap.js","registers":["lr-flow-minimap"],"localeKeys":["flowMinimapInstructions","flowMinimapLabel","flowMinimapViewport","flowMinimapViewportChanged"]},{"tag":"lr-flow-node","entry":"./components/lr-flow-node.js","registrationModule":"src/components/data/flow-node/flow-node.ts","distModule":"./components/data/flow-node/flow-node.js","registers":["lr-flow-node"],"localeKeys":["durationMilliseconds","durationSeconds","flowInputHandle","flowOutputHandle","flowStatusWithDetail","flowStatusWithDuration","progress","statusDenied","statusError","statusPending","statusRunning","statusSuccess"]},{"tag":"lr-flow-run-status","entry":"./components/lr-flow-run-status.js","registrationModule":"src/components/data/flow-run-status/flow-run-status.ts","distModule":"./components/data/flow-run-status/flow-run-status.js","registers":["lr-flow-run-status"],"localeKeys":["flowRunStatusCount","flowRunStatusLabel","flowRunStepStatus","flowRunSummary","statusDenied","statusError","statusPending","statusRunning","statusSuccess"]},{"tag":"lr-format-bytes","entry":"./components/lr-format-bytes.js","registrationModule":"src/components/utility/format/format-bytes.ts","distModule":"./components/utility/format/format-bytes.js","registers":["lr-format-bytes"],"localeKeys":[]},{"tag":"lr-format-date","entry":"./components/lr-format-date.js","registrationModule":"src/components/utility/format/format-date.ts","distModule":"./components/utility/format/format-date.js","registers":["lr-format-date"],"localeKeys":[]},{"tag":"lr-format-number","entry":"./components/lr-format-number.js","registrationModule":"src/components/utility/format/format-number.ts","distModule":"./components/utility/format/format-number.js","registers":["lr-format-number"],"localeKeys":[]},{"tag":"lr-funnel","entry":"./components/lr-funnel.js","registrationModule":"src/components/data/funnel/funnel.ts","distModule":"./components/data/funnel/funnel.js","registers":["lr-funnel"],"localeKeys":["chart","comparePanel","contextMeterLabeledSummary","noData","statTrendDecreased","statTrendIncreased","trendUnchanged"]},{"tag":"lr-gauge","entry":"./components/lr-gauge.js","registrationModule":"src/components/data/gauge/gauge.ts","distModule":"./components/data/gauge/gauge.js","registers":["lr-gauge"],"localeKeys":["gaugeLabel","gaugeValueLabel"]},{"tag":"lr-generation-metrics","entry":"./components/lr-generation-metrics.js","registrationModule":"src/components/conversation/generation-metrics/generation-metrics.ts","distModule":"./components/conversation/generation-metrics/generation-metrics.js","registers":["lr-generation-metrics"],"localeKeys":["elapsedMinutesSecondsTemplate","generationStatusElapsedSeconds","generationStatusThroughput","generationStatusTokenCount","generationStatusTokensCount","stopGenerating"]},{"tag":"lr-geojson-view","entry":"./components/lr-geojson-view.js","registrationModule":"src/components/viewers/geojson-view/geojson-view.ts","distModule":"./components/viewers/geojson-view/geojson-view.js","registers":["lr-geojson-view","lr-geojson-viewer","lr-json-viewer","lr-map","lr-skeleton"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","circularReference","close","copied","copy","copyFailed","copyJson","documentPreviewEmpty","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","geojsonViewFeatureCount","geojsonViewInvalid","geojsonViewLabel","geojsonViewMissingMapLibrary","items","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","legendTypeHidden","legendTypeShown","loading","loadingDocument","map","mapInitializationFailed","mapLegend","mapMissingLibrary","mapResetNorth","mapStyleRequired","mapWebglUnavailable","paginationSummary","viewerSearchActiveMatch","zoomIn","zoomOut"]},{"tag":"lr-geojson-viewer","entry":"./components/lr-geojson-viewer.js","registrationModule":"src/components/viewers/geojson-view/geojson-viewer.ts","distModule":"./components/viewers/geojson-view/geojson-viewer.js","registers":["lr-geojson-viewer","lr-json-viewer","lr-map","lr-skeleton"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","circularReference","close","copied","copy","copyFailed","copyJson","documentPreviewEmpty","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","geojsonViewFeatureCount","geojsonViewInvalid","geojsonViewLabel","geojsonViewMissingMapLibrary","items","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","legendTypeHidden","legendTypeShown","loading","loadingDocument","map","mapInitializationFailed","mapLegend","mapMissingLibrary","mapResetNorth","mapStyleRequired","mapWebglUnavailable","paginationSummary","viewerSearchActiveMatch","zoomIn","zoomOut"]},{"tag":"lr-graph","entry":"./components/lr-graph.js","registrationModule":"src/components/retrieval/graph/graph.ts","distModule":"./components/retrieval/graph/graph.js","registers":["lr-graph","lr-skeleton"],"localeKeys":["graphCommunity","graphDataList","graphDiagram","graphExpandableItem","graphItemAnnouncement","graphLink","graphMissingLibrary","graphNode","graphNodeFocused","graphNodesHidden","graphSelectionCount","graphTypedNode","loading","noData"]},{"tag":"lr-graph-legend","entry":"./components/lr-graph-legend.js","registrationModule":"src/components/retrieval/graph-legend/graph-legend.ts","distModule":"./components/retrieval/graph-legend/graph-legend.js","registers":["lr-graph-legend"],"localeKeys":["graphLegendLabel","legendTypeHidden","legendTypeShown"]},{"tag":"lr-graph-query-builder","entry":"./components/lr-graph-query-builder.js","registrationModule":"src/components/data/graph-query-builder/graph-query-builder.ts","distModule":"./components/data/graph-query-builder/graph-query-builder.js","registers":["lr-chip","lr-chip-group","lr-graph-query-builder","lr-input","lr-option","lr-select"],"localeKeys":["clear","fieldRequired","graphQueryBuilderLabel","graphQueryDeleteWithContext","graphQueryDirectionLabel","graphQueryEndLabel","graphQueryHopRangeInvalid","graphQueryLoadWithContext","graphQueryMaxHopsLabel","graphQueryMinHopsLabel","graphQueryNodeTypeLabel","graphQueryRelationshipTypeLabel","graphQueryRun","graphQuerySaveButton","graphQuerySavedQueriesLabel","graphQuerySaveNameLabel","graphQueryStartLabel","hidePassword","inputLabel","loading","matchMismatch","neighborDirectionBoth","neighborDirectionIn","neighborDirectionOut","noData","notInCatalog","remove","removeWithContext","select","selectSelectedOverflow","selectValueMissing","showLess","showMoreCollapsed","showMoreCount","showPassword","valueInvalid"]},{"tag":"lr-grounding-summary","entry":"./components/lr-grounding-summary.js","registrationModule":"src/components/retrieval/grounding-summary/grounding-summary.ts","distModule":"./components/retrieval/grounding-summary/grounding-summary.js","registers":["lr-badge","lr-citation-badge","lr-claim-evidence","lr-empty","lr-grounding-summary","lr-stat"],"localeKeys":["citation","citationHighConfidence","citationLowConfidence","citationMediumConfidence","citationUnverified","citationVerified","citationWithCustomLabel","citationWithStatus","claimEvidenceConfidence","claimEvidenceContradicted","claimEvidenceEmpty","claimEvidenceLabel","claimEvidencePartiallySupported","claimEvidenceSupported","claimEvidenceUnsupported","collapse","details","groundingSummaryConfidenceLabel","groundingSummaryCoverageLabel","groundingSummaryEmpty","groundingSummaryEvidenceHeading","groundingSummaryEvidenceSpan","groundingSummaryLabel","groundingSummarySupportedLabel","groundingSummaryUnsupportedLabel","groundingSummaryWarningsHeading","map","navigation","open","popover","search","select","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","trendUnchanged"]},{"tag":"lr-handoff-divider","entry":"./components/lr-handoff-divider.js","registrationModule":"src/components/conversation/handoff-divider/handoff-divider.ts","distModule":"./components/conversation/handoff-divider/handoff-divider.js","registers":["lr-handoff-divider","lr-live-region"],"localeKeys":["handoffFromToAgent","handoffLabel","handoffToAgent"]},{"tag":"lr-heatmap","entry":"./components/lr-heatmap.js","registrationModule":"src/components/data/heatmap/heatmap.ts","distModule":"./components/data/heatmap/heatmap.js","registers":["lr-heatmap"],"localeKeys":["heatmapCalendarCellLabel","heatmapCalendarLabel","heatmapDecorationLimit","heatmapDefaultColLabel","heatmapDefaultRowLabel","heatmapMatrixCellLabel","heatmapMatrixLabel","heatmapNoDataValue","heatmapProjectionLimit","heatmapSelectedCellLabel","heatmapSelectedCount","heatmapValueLabel"]},{"tag":"lr-highlight-layer","entry":"./components/lr-highlight-layer.js","registrationModule":"src/components/viewers/highlight-layer/highlight-layer.ts","distModule":"./components/viewers/highlight-layer/highlight-layer.js","registers":["lr-highlight-layer"],"localeKeys":["highlightLayerLabel","highlightOfTotal","highlightWithLabel"]},{"tag":"lr-histogram","entry":"./components/lr-histogram.js","registrationModule":"src/components/charts/chart/histogram.ts","distModule":"./components/charts/chart/histogram.js","registers":["lr-chart","lr-histogram","lr-skeleton"],"localeKeys":["chart","chartAnnotationsUnavailable","chartAxisTotal","chartBubblePointCoordinates","chartCategory","chartData","chartDataLabelsUnavailable","chartDataSampled","chartLabeledPoint","chartMissingLibrary","chartPointCoordinates","chartPointLabel","chartPrimaryAxis","chartSecondaryAxis","chartSeriesLabel","chartSeriesNoData","chartStackTotalsUnavailable","chartSummary","chartSummaryEmpty","chartSummarySeparator","chartSummaryWithData","chartTotal","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartTypeBar","chartTypeBubble","chartTypeDoughnut","chartTypeLine","chartTypePie","chartTypePolarArea","chartTypeRadar","chartTypeScatter","chartValueLabel","chartValuePercentageLabel","chartZoomUnavailable","collapse","details","histogramFrequency","liteChartMarkSummary","loading","map","navigation","noData","open","popover","resetZoom","search","select"]},{"tag":"lr-html-viewer","entry":"./components/lr-html-viewer.js","registrationModule":"src/components/viewers/html-viewer/html-viewer.ts","distModule":"./components/viewers/html-viewer/html-viewer.js","registers":["lr-html-viewer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","documentViewerMissingSanitizer","htmlViewerLabel","loadingDocument"]},{"tag":"lr-icon","entry":"./components/lr-icon.js","registrationModule":"src/components/utility/icon/icon.ts","distModule":"./components/utility/icon/icon.js","registers":["lr-icon"],"localeKeys":["iconLoadError","iconSanitizerMissing","iconTooLarge"]},{"tag":"lr-icon-button","entry":"./components/lr-icon-button.js","registrationModule":"src/components/forms/icon-button/icon-button.ts","distModule":"./components/forms/icon-button/icon-button.js","registers":["lr-icon","lr-icon-button"],"localeKeys":["iconButtonLabel","iconLoadError","iconSanitizerMissing","iconTooLarge"]},{"tag":"lr-image-comparer","entry":"./components/lr-image-comparer.js","registrationModule":"src/components/media/image-comparer/image-comparer.ts","distModule":"./components/media/image-comparer/image-comparer.js","registers":["lr-image-comparer"],"localeKeys":["fieldRequired","imageComparerLabel"]},{"tag":"lr-image-viewer","entry":"./components/lr-image-viewer.js","registrationModule":"src/components/media/image-viewer/image-viewer.ts","distModule":"./components/media/image-viewer/image-viewer.js","registers":["lr-image-viewer","lr-live-region","lr-pan-zoom"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","documentPreviewEmpty","documentPreviewTypeImage","imageViewerAnnotate","imageViewerAnnotationAdded","imageViewerAnnotationBoxPosition","imageViewerAnnotationCancelled","imageViewerAnnotationHint","imageViewerFailedToLoad","imageViewerFitActual","imageViewerFitContain","imageViewerFitLabel","imageViewerFitWidth","imageViewerHighlightsLabel","imageViewerLabel","imageViewerRotate","imageViewerUnlabeledHighlight","pdfViewerCurrentZoom","resetZoom","zoomableFrameLabel","zoomControls","zoomIn","zoomOut"]},{"tag":"lr-include","entry":"./components/lr-include.js","registrationModule":"src/components/viewers/include/include.ts","distModule":"./components/viewers/include/include.js","registers":["lr-include"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound"]},{"tag":"lr-ingestion-queue","entry":"./components/lr-ingestion-queue.js","registrationModule":"src/components/retrieval/ingestion-queue/ingestion-queue.ts","distModule":"./components/retrieval/ingestion-queue/ingestion-queue.js","registers":["lr-badge","lr-empty","lr-ingestion-queue","lr-progress-bar","lr-virtual-list"],"localeKeys":["cancel","ingestionAttemptCount","ingestionCancelWithContext","ingestionChunkCount","ingestionEmbeddedOfTotal","ingestionItemProgressLabel","ingestionQueueEmpty","ingestionQueueLabel","ingestionRetryWithContext","ingestionStageCancelled","ingestionStageChunking","ingestionStageDone","ingestionStageEmbedding","ingestionStageExtracting","ingestionStageFailed","ingestionStageIndexing","ingestionStageQueued","ingestionStageUnknown","ingestionStageUploading","progress","retry"]},{"tag":"lr-input","entry":"./components/lr-input.js","registrationModule":"src/components/forms/input/input.ts","distModule":"./components/forms/input/input.js","registers":["lr-input"],"localeKeys":["clear","fieldRequired","hidePassword","inputLabel","matchMismatch","showPassword","valueInvalid"]},{"tag":"lr-intersection-observer","entry":"./components/lr-intersection-observer.js","registrationModule":"src/components/utility/intersection-observer/intersection-observer.ts","distModule":"./components/utility/intersection-observer/intersection-observer.js","registers":["lr-intersection-observer"],"localeKeys":[]},{"tag":"lr-json-schema-viewer","entry":"./components/lr-json-schema-viewer.js","registrationModule":"src/components/agent-tools/schema-viewer/schema-viewer.ts","distModule":"./components/agent-tools/schema-viewer/schema-viewer.js","registers":["lr-badge","lr-empty","lr-json-schema-viewer"],"localeKeys":["schemaViewerCircular","schemaViewerEmpty","schemaViewerIssueLimit","schemaViewerLabel","schemaViewerLimit","schemaViewerRequired","schemaViewerType"]},{"tag":"lr-json-viewer","entry":"./components/lr-json-viewer.js","registrationModule":"src/components/utility/json-viewer/json-viewer.ts","distModule":"./components/utility/json-viewer/json-viewer.js","registers":["lr-json-viewer"],"localeKeys":["circularReference","copied","copy","copyFailed","copyJson","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","viewerSearchActiveMatch"]},{"tag":"lr-kbd","entry":"./components/lr-kbd.js","registrationModule":"src/components/overlays/kbd/kbd.ts","distModule":"./components/overlays/kbd/kbd.js","registers":["lr-kbd"],"localeKeys":["kbdAltWord","kbdArrowDownWord","kbdArrowLeftWord","kbdArrowRightWord","kbdArrowUpWord","kbdBackspaceWord","kbdCommandWord","kbdControlVisual","kbdControlWord","kbdDeleteVisual","kbdDeleteWord","kbdEndWord","kbdEnterWord","kbdEscapeVisual","kbdEscapeWord","kbdHomeWord","kbdMinusWord","kbdOptionWord","kbdPageDownVisual","kbdPageDownWord","kbdPageUpVisual","kbdPageUpWord","kbdPlusWord","kbdShiftWord","kbdSpaceWord","kbdTabWord","popover"]},{"tag":"lr-knowledge-base","entry":"./components/lr-knowledge-base.js","registrationModule":"src/components/retrieval/knowledge-base/knowledge-base.ts","distModule":"./components/retrieval/knowledge-base/knowledge-base.js","registers":["lr-badge","lr-button","lr-dropdown","lr-empty","lr-knowledge-base","lr-menu","lr-menu-item","lr-pagination","lr-skeleton","lr-spinner","lr-stat","lr-table"],"localeKeys":["clear","collapse","details","expand","fieldRequired","item","items","knowledgeBaseActionsColumn","knowledgeBaseCreateSource","knowledgeBaseDeleteAction","knowledgeBaseDocumentCount","knowledgeBaseEmptyDescription","knowledgeBaseEmptyHeading","knowledgeBaseHeading","knowledgeBaseHealthColumn","knowledgeBaseHealthDegraded","knowledgeBaseHealthFailed","knowledgeBaseHealthHealthy","knowledgeBaseHealthUnknown","knowledgeBaseNameColumn","knowledgeBaseNeedsAttention","knowledgeBaseNeverSynced","knowledgeBasePauseAction","knowledgeBasePermissionColumn","knowledgeBasePermissionEditor","knowledgeBasePermissionOwner","knowledgeBasePermissionRestricted","knowledgeBasePermissionViewer","knowledgeBaseRowActionsLabel","knowledgeBaseSyncAction","knowledgeBaseSyncColumn","knowledgeBaseSyncedSources","knowledgeBaseSyncError","knowledgeBaseSyncIdle","knowledgeBaseSyncingSources","knowledgeBaseSyncPaused","knowledgeBaseSyncSynced","knowledgeBaseSyncSyncing","knowledgeBaseTotalSources","loading","loadMore","map","menuLabel","navigation","next","noColumns","noData","open","paginationApplied","paginationAppliedUnknownTotal","paginationEmptySummary","paginationFirstPage","paginationJumpToPage","paginationLabel","paginationLastPage","paginationPage","paginationSummary","popover","previous","progress","resizeColumn","resizeValuePixels","restore","retry","search","select","showAllColumns","showFewerColumns","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","tableEditCell","tableFilterLabel","tableFilterPlaceholder","tableLoadFailed","tableLoading","trendUnchanged","untitledSource"]},{"tag":"lr-knowledge-base-admin","entry":"./components/lr-knowledge-base-admin.js","registrationModule":"src/components/retrieval/knowledge-base-admin/knowledge-base-admin.ts","distModule":"./components/retrieval/knowledge-base-admin/knowledge-base-admin.js","registers":["lr-badge","lr-button","lr-dropdown","lr-empty","lr-ingestion-queue","lr-knowledge-base","lr-knowledge-base-admin","lr-menu","lr-menu-item","lr-pagination","lr-progress-bar","lr-skeleton","lr-spinner","lr-stat","lr-table","lr-virtual-list"],"localeKeys":["cancel","clear","collapse","details","expand","fieldRequired","ingestionAttemptCount","ingestionCancelWithContext","ingestionChunkCount","ingestionEmbeddedOfTotal","ingestionItemProgressLabel","ingestionQueueEmpty","ingestionQueueLabel","ingestionRetryWithContext","ingestionStageCancelled","ingestionStageChunking","ingestionStageDone","ingestionStageEmbedding","ingestionStageExtracting","ingestionStageFailed","ingestionStageIndexing","ingestionStageQueued","ingestionStageUnknown","ingestionStageUploading","item","items","knowledgeBaseActionsColumn","knowledgeBaseAdminIngestionTab","knowledgeBaseAdminLabel","knowledgeBaseAdminSourcesTab","knowledgeBaseCreateSource","knowledgeBaseDeleteAction","knowledgeBaseDocumentCount","knowledgeBaseEmptyDescription","knowledgeBaseEmptyHeading","knowledgeBaseHeading","knowledgeBaseHealthColumn","knowledgeBaseHealthDegraded","knowledgeBaseHealthFailed","knowledgeBaseHealthHealthy","knowledgeBaseHealthUnknown","knowledgeBaseNameColumn","knowledgeBaseNeedsAttention","knowledgeBaseNeverSynced","knowledgeBasePauseAction","knowledgeBasePermissionColumn","knowledgeBasePermissionEditor","knowledgeBasePermissionOwner","knowledgeBasePermissionRestricted","knowledgeBasePermissionViewer","knowledgeBaseRowActionsLabel","knowledgeBaseSyncAction","knowledgeBaseSyncColumn","knowledgeBaseSyncedSources","knowledgeBaseSyncError","knowledgeBaseSyncIdle","knowledgeBaseSyncingSources","knowledgeBaseSyncPaused","knowledgeBaseSyncSynced","knowledgeBaseSyncSyncing","knowledgeBaseTotalSources","loading","loadMore","map","menuLabel","navigation","next","noColumns","noData","open","paginationApplied","paginationAppliedUnknownTotal","paginationEmptySummary","paginationFirstPage","paginationJumpToPage","paginationLabel","paginationLastPage","paginationPage","paginationSummary","popover","previous","progress","resizeColumn","resizeValuePixels","restore","retry","search","select","showAllColumns","showFewerColumns","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","tableEditCell","tableFilterLabel","tableFilterPlaceholder","tableLoadFailed","tableLoading","trendUnchanged","untitledSource"]},{"tag":"lr-knowledge-graph-explorer","entry":"./components/lr-knowledge-graph-explorer.js","registrationModule":"src/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.ts","distModule":"./components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.js","registers":["lr-badge","lr-button","lr-chip","lr-empty","lr-entity-card","lr-graph","lr-graph-legend","lr-input","lr-knowledge-graph-explorer","lr-neighbor-list","lr-path-strip","lr-popover","lr-result-field","lr-scroller","lr-skeleton","lr-virtual-list"],"localeKeys":["clear","entityCommunity","entityDegree","fieldRequired","focusInGraph","graphCommunity","graphDataList","graphDiagram","graphExpandableItem","graphExplorerFindPath","graphExplorerLabel","graphExplorerPin","graphExplorerPinned","graphExplorerPinnedHeading","graphExplorerSearchPlaceholder","graphExplorerSearchResultsLabel","graphExplorerUnpin","graphExplorerUnpinned","graphItemAnnouncement","graphLegendLabel","graphLink","graphMissingLibrary","graphNode","graphNodeFocused","graphNodesHidden","graphSelectionCount","graphTypedNode","hidePassword","inputLabel","legendTypeHidden","legendTypeShown","loading","matchMismatch","menuLabel","neighborDirectionBoth","neighborDirectionIn","neighborDirectionOut","neighborExpand","neighborGroupHeader","neighborListEmpty","neighborListLabel","neighborRowLabel","noData","pathNodeStatus","pathRelationStatus","pathStripLabel","popover","remove","removeWithContext","resultFieldLabel","scrollerLabel","scrollNext","scrollPrevious","select","showPassword","untitledEntity","valueInvalid","viewerSearchMatchCount","viewerSearchNoMatches"]},{"tag":"lr-known-date","entry":"./components/lr-known-date.js","registrationModule":"src/components/utility/known-date/known-date.ts","distModule":"./components/utility/known-date/known-date.js","registers":["lr-known-date"],"localeKeys":["dateInputInvalid","dateInputMaxMessage","dateInputMinMessage","fieldRequired","knownDateDay","knownDateMonth","knownDateYear"]},{"tag":"lr-lightbox","entry":"./components/lr-lightbox.js","registrationModule":"src/components/media/lightbox/lightbox.ts","distModule":"./components/media/lightbox/lightbox.js","registers":["lr-lightbox","lr-pan-zoom"],"localeKeys":["close","lightboxImagePosition","lightboxLabel","next","pdfViewerCurrentZoom","previous","resetZoom","zoomableFrameLabel","zoomControls","zoomIn","zoomOut"]},{"tag":"lr-line-chart","entry":"./components/lr-line-chart.js","registrationModule":"src/components/charts/chart/line-chart.ts","distModule":"./components/charts/chart/line-chart.js","registers":["lr-chart","lr-line-chart","lr-skeleton"],"localeKeys":["chart","chartAnnotationsUnavailable","chartAxisTotal","chartBubblePointCoordinates","chartCategory","chartData","chartDataLabelsUnavailable","chartDataSampled","chartLabeledPoint","chartMissingLibrary","chartPointCoordinates","chartPointLabel","chartPrimaryAxis","chartSecondaryAxis","chartSeriesLabel","chartSeriesNoData","chartStackTotalsUnavailable","chartSummary","chartSummaryEmpty","chartSummarySeparator","chartSummaryWithData","chartTotal","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartTypeBar","chartTypeBubble","chartTypeDoughnut","chartTypeLine","chartTypePie","chartTypePolarArea","chartTypeRadar","chartTypeScatter","chartValueLabel","chartValuePercentageLabel","chartZoomUnavailable","collapse","details","liteChartMarkSummary","loading","map","navigation","noData","open","popover","resetZoom","search","select"]},{"tag":"lr-lite-chart","entry":"./components/lr-lite-chart.js","registrationModule":"src/components/charts/chart/lite-chart.ts","distModule":"./components/charts/chart/lite-chart.js","registers":["lr-lite-chart","lr-live-region"],"localeKeys":["chart","chartCategory","chartData","chartDataSampled","chartSeriesLabel","chartTotal","liteChartBarLabel","liteChartCustomMarkSummary","liteChartMarkSummary"]},{"tag":"lr-live-region","entry":"./components/lr-live-region.js","registrationModule":"src/components/utility/live-region/live-region.ts","distModule":"./components/utility/live-region/live-region.js","registers":["lr-live-region"],"localeKeys":[]},{"tag":"lr-locale-picker","entry":"./components/lr-locale-picker.js","registrationModule":"src/components/forms/locale-picker/locale-picker.ts","distModule":"./components/forms/locale-picker/locale-picker.js","registers":["lr-flag","lr-locale-picker","lr-skeleton"],"localeKeys":["collapse","details","fieldRequired","flagLoadError","loading","localePickerLabel","localePickerRequired","map","navigation","open","popover","search","select"]},{"tag":"lr-map","entry":"./components/lr-map.js","registrationModule":"src/components/media/map/map.ts","distModule":"./components/media/map/map.js","registers":["lr-map","lr-skeleton"],"localeKeys":["close","items","legendTypeHidden","legendTypeShown","loading","map","mapInitializationFailed","mapLegend","mapMissingLibrary","mapResetNorth","mapStyleRequired","mapWebglUnavailable","paginationSummary","zoomIn","zoomOut"]},{"tag":"lr-markdown","entry":"./components/lr-markdown.js","registrationModule":"src/components/conversation/markdown/markdown.ts","distModule":"./components/conversation/markdown/markdown.js","registers":["lr-markdown"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound"]},{"tag":"lr-markdown-core","entry":"./components/lr-markdown-core.js","registrationModule":"src/components/conversation/markdown/markdown-core.ts","distModule":"./components/conversation/markdown/markdown-core.js","registers":["lr-markdown-core"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound"]},{"tag":"lr-mcp-app","entry":"./components/lr-mcp-app.js","registrationModule":"src/components/agent-tools/mcp-app/mcp-app.ts","distModule":"./components/agent-tools/mcp-app/mcp-app.js","registers":["lr-mcp-app"],"localeKeys":["mcpAppLabel","mcpAppLoading","mcpAppUnavailable"]},{"tag":"lr-media-card","entry":"./components/lr-media-card.js","registrationModule":"src/components/media/media-card/media-card.ts","distModule":"./components/media/media-card/media-card.js","registers":["lr-media-card"],"localeKeys":["mediaCardImageAttachment","mediaCardOpenFileAttachment","mediaCardOpenImageAttachment","mediaCardOpenName","mediaCardOpenVideoAttachment","mediaCardUntitledFile","mediaCardVideoAttachment"]},{"tag":"lr-memory-panel","entry":"./components/lr-memory-panel.js","registrationModule":"src/components/retrieval/memory-panel/memory-panel.ts","distModule":"./components/retrieval/memory-panel/memory-panel.js","registers":["lr-button","lr-chip","lr-chunk-inspector","lr-community-card","lr-confirm-bar","lr-details","lr-empty","lr-entity-chip","lr-json-viewer","lr-live-region","lr-memory-panel","lr-path-strip","lr-provenance-panel","lr-scroller","lr-virtual-list"],"localeKeys":["approve","chunkInspectorEmpty","chunkInspectorLabel","chunkScore","circularReference","citationHighConfidence","citationLowConfidence","citationMediumConfidence","collapse","communityDrillIn","communityMemberCount","confirmApproved","confirmApprovedAnnounce","confirmDenied","confirmDeniedAnnounce","copied","copy","copyFailed","copyJson","deny","details","entityChipWithType","fieldRequired","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","map","memoryPanelAdd","memoryPanelAddWithContext","memoryPanelConfirmAddHeading","memoryPanelConfirmForgetBody","memoryPanelConfirmForgetHeading","memoryPanelConfirmRemoveHeading","memoryPanelForgetAll","memoryPanelLabel","memoryPanelLongTermHeading","memoryPanelShortTermHeading","navigation","noData","open","pathNodeStatus","pathRelationStatus","pathStripLabel","popover","progress","provenanceChunks","provenanceCommunities","provenanceEmpty","provenanceEntities","provenancePanelLabel","provenanceRelationships","remove","removeWithContext","restore","scoreTierHigh","scoreTierLow","scoreTierMedium","scrollerLabel","scrollNext","scrollPrevious","search","select","showLess","showMore","showMoreCount","sourcePageSuffix","toolApprovalArgsLabel","toolApprovalGenericTool","toolApprovalHeading","untitledCommunity","untitledEntity","untitledSource","viewerSearchActiveMatch"]},{"tag":"lr-mention-popover","entry":"./components/lr-mention-popover.js","registrationModule":"src/components/utility/mention-popover/mention-popover.ts","distModule":"./components/utility/mention-popover/mention-popover.js","registers":["lr-mention-popover"],"localeKeys":["mentionResultCount","mentionResultPosition","mentionSuggestions","noMatches"]},{"tag":"lr-menu","entry":"./components/lr-menu.js","registrationModule":"src/components/layout/menu/menu.ts","distModule":"./components/layout/menu/menu.js","registers":["lr-menu","lr-menu-item"],"localeKeys":["menuLabel"]},{"tag":"lr-menu-item","entry":"./components/lr-menu-item.js","registrationModule":"src/components/layout/menu/menu-item.ts","distModule":"./components/layout/menu/menu-item.js","registers":["lr-menu","lr-menu-item"],"localeKeys":["menuLabel"]},{"tag":"lr-menu-label","entry":"./components/lr-menu-label.js","registrationModule":"src/components/layout/menu/menu-label.ts","distModule":"./components/layout/menu/menu-label.js","registers":["lr-menu-label"],"localeKeys":[]},{"tag":"lr-message-actions","entry":"./components/lr-message-actions.js","registrationModule":"src/components/conversation/message-actions/message-actions.ts","distModule":"./components/conversation/message-actions/message-actions.js","registers":["lr-chip","lr-copy-button","lr-icon-button","lr-live-region","lr-message-actions","lr-message-feedback","lr-tooltip"],"localeKeys":["copied","copy","copyFailed","editMessage","feedbackCommentLabel","feedbackCommentPlaceholder","feedbackNegative","feedbackPositive","feedbackReasonsLabel","feedbackSubmit","feedbackSubmitted","fieldRequired","iconButtonLabel","messageActionsLabel","popover","regenerateResponse","remove","removeWithContext","select"]},{"tag":"lr-message-feedback","entry":"./components/lr-message-feedback.js","registrationModule":"src/components/conversation/message-feedback/message-feedback.ts","distModule":"./components/conversation/message-feedback/message-feedback.js","registers":["lr-chip","lr-live-region","lr-message-feedback"],"localeKeys":["feedbackCommentLabel","feedbackCommentPlaceholder","feedbackNegative","feedbackPositive","feedbackReasonsLabel","feedbackSubmit","feedbackSubmitted","remove","removeWithContext","select"]},{"tag":"lr-message-parts","entry":"./components/lr-message-parts.js","registrationModule":"src/components/conversation/message-parts/message-parts.ts","distModule":"./components/conversation/message-parts/message-parts.js","registers":["lr-attachment-chip","lr-badge","lr-button","lr-card","lr-citation-badge","lr-copy-button","lr-icon-button","lr-json-viewer","lr-markdown","lr-media-card","lr-message-parts","lr-result-card","lr-result-field","lr-skeleton","lr-stat","lr-thinking-panel","lr-tool-call-chip","lr-tool-result-view","lr-tooltip","lr-widget-renderer"],"localeKeys":["accessibleLabelSeparator","anchorJumped","anchorJumpedToPage","anchorNotFound","attachmentPreviewFile","attachmentPreviewName","attachmentRetryWithContext","attachmentUntitledFile","attachmentUploadFailed","attachmentUploadingIndeterminate","attachmentUploadingProgress","attachmentUploadingWithContext","circularReference","citation","citationHighConfidence","citationLowConfidence","citationMediumConfidence","citationUnverified","citationVerified","citationWithCustomLabel","citationWithStatus","collapse","copied","copy","copyFailed","copyJson","details","durationMilliseconds","durationSeconds","fieldRequired","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","iconButtonLabel","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","loading","map","mediaCardImageAttachment","mediaCardOpenFileAttachment","mediaCardOpenImageAttachment","mediaCardOpenName","mediaCardOpenVideoAttachment","mediaCardUntitledFile","mediaCardVideoAttachment","messagePartError","messagePartRetry","messagePartsLabel","navigation","open","popover","removeWithContext","resultFieldLabel","retry","search","select","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","statusDenied","statusError","statusPending","statusRunning","statusSuccess","thinking","thinkingPanelLabel","thoughtFor","toolCall","trendUnchanged","viewerSearchActiveMatch"]},{"tag":"lr-mind-map","entry":"./components/lr-mind-map.js","registrationModule":"src/components/retrieval/mind-map/mind-map.ts","distModule":"./components/retrieval/mind-map/mind-map.js","registers":["lr-mind-map"],"localeKeys":["mindMapCollapsed","mindMapExpanded","mindMapLabel","mindMapLeafStatus","mindMapTopicStatus","noData"]},{"tag":"lr-model-select","entry":"./components/lr-model-select.js","registrationModule":"src/components/conversation/model-select/model-select.ts","distModule":"./components/conversation/model-select/model-select.js","registers":["lr-model-select"],"localeKeys":["fieldRequired","model","modelSelectNoModels","modelSelectRequired","noMatches","notInCatalog"]},{"tag":"lr-model-settings-panel","entry":"./components/lr-model-settings-panel.js","registrationModule":"src/components/conversation/model-settings-panel/model-settings-panel.ts","distModule":"./components/conversation/model-settings-panel/model-settings-panel.js","registers":["lr-model-select","lr-model-settings-panel","lr-slider"],"localeKeys":["fieldRequired","model","modelSelectNoModels","modelSelectRequired","noMatches","notInCatalog","rangeEnd","rangeStart","selectModel","sliderLabel","temperature"]},{"tag":"lr-multi-split","entry":"./components/lr-multi-split.js","registrationModule":"src/components/layout/multi-split/multi-split.ts","distModule":"./components/layout/multi-split/multi-split.js","registers":["lr-multi-split"],"localeKeys":["resizeDivider","resizeValuePercent"]},{"tag":"lr-mutation-observer","entry":"./components/lr-mutation-observer.js","registrationModule":"src/components/utility/mutation-observer/mutation-observer.ts","distModule":"./components/utility/mutation-observer/mutation-observer.js","registers":["lr-mutation-observer"],"localeKeys":[]},{"tag":"lr-native-time-input","entry":"./components/lr-native-time-input.js","registrationModule":"src/components/forms/input/native-time-input.ts","distModule":"./components/forms/input/native-time-input.js","registers":["lr-native-time-input"],"localeKeys":["fieldRequired"]},{"tag":"lr-neighbor-list","entry":"./components/lr-neighbor-list.js","registrationModule":"src/components/retrieval/neighbor-list/neighbor-list.ts","distModule":"./components/retrieval/neighbor-list/neighbor-list.js","registers":["lr-empty","lr-neighbor-list","lr-virtual-list"],"localeKeys":["neighborDirectionBoth","neighborDirectionIn","neighborDirectionOut","neighborExpand","neighborGroupHeader","neighborListEmpty","neighborListLabel","neighborRowLabel"]},{"tag":"lr-node-palette","entry":"./components/lr-node-palette.js","registrationModule":"src/components/retrieval/node-palette/node-palette.ts","distModule":"./components/retrieval/node-palette/node-palette.js","registers":["lr-node-palette"],"localeKeys":["clear","nodePaletteDragHint","nodePaletteEmpty","nodePaletteLabel","nodePalettePlaceholder","nodePaletteResultCount","reorderItemMoved","search"]},{"tag":"lr-notebook-viewer","entry":"./components/lr-notebook-viewer.js","registrationModule":"src/components/viewers/notebook-viewer/notebook-viewer.ts","distModule":"./components/viewers/notebook-viewer/notebook-viewer.js","registers":["lr-code-block","lr-icon-button","lr-json-viewer","lr-markdown","lr-notebook-viewer","lr-skeleton","lr-virtual-list"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","circularReference","codeBlockLineLabel","codeRegion","codeRegionWithLanguage","collapseCode","copied","copiedToClipboard","copy","copyCode","copyFailed","copyJson","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","documentViewerMissingSanitizer","expandCode","iconButtonLabel","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","loading","loadingDocument","notebookViewerCodeCell","notebookViewerCollapseOutput","notebookViewerErrorOutput","notebookViewerInPrompt","notebookViewerInPromptEmpty","notebookViewerInvalid","notebookViewerLabel","notebookViewerMarkdownCell","notebookViewerRawCell","notebookViewerShowAllOutput","notebookViewerTooManyCells","notebookViewerUnrenderedOutput","notebookViewerUnsupportedVersion","viewerSearchActiveMatch"]},{"tag":"lr-number-input","entry":"./components/lr-number-input.js","registrationModule":"src/components/forms/input/number-input.ts","distModule":"./components/forms/input/number-input.js","registers":["lr-number-input"],"localeKeys":["fieldRequired","numberInputDecrease","numberInputIncrease"]},{"tag":"lr-option","entry":"./components/lr-option.js","registrationModule":"src/components/forms/combobox/option.ts","distModule":"./components/forms/combobox/option.js","registers":["lr-option"],"localeKeys":["fieldRequired"]},{"tag":"lr-otp-input","entry":"./components/lr-otp-input.js","registrationModule":"src/components/forms/otp-input/otp-input.ts","distModule":"./components/forms/otp-input/otp-input.js","registers":["lr-otp-input"],"localeKeys":["fieldRequired","otpInputIncomplete","otpInputLabel"]},{"tag":"lr-page","entry":"./components/lr-page.js","registrationModule":"src/components/layout/page/page.ts","distModule":"./components/layout/page/page.js","registers":["lr-page"],"localeKeys":["closeNavigation","navigation","openNavigation","skipToContent"]},{"tag":"lr-page-rail","entry":"./components/lr-page-rail.js","registrationModule":"src/components/viewers/page-rail/page-rail.ts","distModule":"./components/viewers/page-rail/page-rail.js","registers":["lr-file-icon","lr-page-rail","lr-skeleton","lr-virtual-list"],"localeKeys":["collapse","details","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","fileTypeArchive","fileTypeAudio","fileTypeCode","fileTypeFile","fileTypeImage","fileTypePdf","fileTypePresentation","fileTypeSpreadsheet","fileTypeText","fileTypeVideo","fileTypeWithSize","fileTypeWord","loading","map","navigation","open","pageRailLabel","pageRailPage","pageRailPageHighlighted","popover","search","select"]},{"tag":"lr-pagination","entry":"./components/lr-pagination.js","registrationModule":"src/components/data/pagination/pagination.ts","distModule":"./components/data/pagination/pagination.js","registers":["lr-pagination"],"localeKeys":["collapse","details","fieldRequired","item","items","map","next","open","paginationApplied","paginationAppliedUnknownTotal","paginationEmptySummary","paginationFirstPage","paginationJumpToPage","paginationLabel","paginationLastPage","paginationPage","paginationSummary","popover","previous","progress","restore","select"]},{"tag":"lr-pan-zoom","entry":"./components/lr-pan-zoom.js","registrationModule":"src/components/media/pan-zoom/pan-zoom.ts","distModule":"./components/media/pan-zoom/pan-zoom.js","registers":["lr-pan-zoom"],"localeKeys":["pdfViewerCurrentZoom","resetZoom","zoomableFrameLabel","zoomControls","zoomIn","zoomOut"]},{"tag":"lr-path-strip","entry":"./components/lr-path-strip.js","registrationModule":"src/components/retrieval/path-strip/path-strip.ts","distModule":"./components/retrieval/path-strip/path-strip.js","registers":["lr-path-strip","lr-scroller"],"localeKeys":["noData","pathNodeStatus","pathRelationStatus","pathStripLabel","scrollerLabel","scrollNext","scrollPrevious"]},{"tag":"lr-pdf-viewer","entry":"./components/lr-pdf-viewer.js","registrationModule":"src/components/viewers/pdf-viewer/pdf-viewer.ts","distModule":"./components/viewers/pdf-viewer/pdf-viewer.js","registers":["lr-highlight-layer","lr-pdf-viewer","lr-skeleton","lr-virtual-list"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","highlightLayerLabel","highlightOfTotal","highlightWithLabel","loading","loadingDocument","pdfViewerCurrentZoom","pdfViewerLabel","pdfViewerMissingLibrary","pdfViewerNextPage","pdfViewerPageOf","pdfViewerPreviousPage","pdfViewerZoomIn","pdfViewerZoomOut"]},{"tag":"lr-phone-input","entry":"./components/lr-phone-input.js","registrationModule":"src/components/forms/phone-input/phone-input.ts","distModule":"./components/forms/phone-input/phone-input.js","registers":["lr-flag","lr-phone-input","lr-skeleton"],"localeKeys":["collapse","details","fieldRequired","flagLoadError","loading","map","navigation","open","phoneInputIncomplete","phoneInputLabel","popover","search","select","valueInvalid"]},{"tag":"lr-pie-chart","entry":"./components/lr-pie-chart.js","registrationModule":"src/components/charts/chart/pie-chart.ts","distModule":"./components/charts/chart/pie-chart.js","registers":["lr-chart","lr-pie-chart","lr-skeleton"],"localeKeys":["chart","chartAnnotationsUnavailable","chartAxisTotal","chartBubblePointCoordinates","chartCategory","chartData","chartDataLabelsUnavailable","chartDataSampled","chartLabeledPoint","chartMissingLibrary","chartPointCoordinates","chartPointLabel","chartPrimaryAxis","chartSecondaryAxis","chartSeriesLabel","chartSeriesNoData","chartStackTotalsUnavailable","chartSummary","chartSummaryEmpty","chartSummarySeparator","chartSummaryWithData","chartTotal","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartTypeBar","chartTypeBubble","chartTypeDoughnut","chartTypeLine","chartTypePie","chartTypePolarArea","chartTypeRadar","chartTypeScatter","chartValueLabel","chartValuePercentageLabel","chartZoomUnavailable","collapse","details","liteChartMarkSummary","loading","map","navigation","noData","open","popover","resetZoom","search","select"]},{"tag":"lr-polar-area-chart","entry":"./components/lr-polar-area-chart.js","registrationModule":"src/components/charts/chart/polar-area-chart.ts","distModule":"./components/charts/chart/polar-area-chart.js","registers":["lr-chart","lr-polar-area-chart","lr-skeleton"],"localeKeys":["chart","chartAnnotationsUnavailable","chartAxisTotal","chartBubblePointCoordinates","chartCategory","chartData","chartDataLabelsUnavailable","chartDataSampled","chartLabeledPoint","chartMissingLibrary","chartPointCoordinates","chartPointLabel","chartPrimaryAxis","chartSecondaryAxis","chartSeriesLabel","chartSeriesNoData","chartStackTotalsUnavailable","chartSummary","chartSummaryEmpty","chartSummarySeparator","chartSummaryWithData","chartTotal","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartTypeBar","chartTypeBubble","chartTypeDoughnut","chartTypeLine","chartTypePie","chartTypePolarArea","chartTypeRadar","chartTypeScatter","chartValueLabel","chartValuePercentageLabel","chartZoomUnavailable","collapse","details","liteChartMarkSummary","loading","map","navigation","noData","open","popover","resetZoom","search","select"]},{"tag":"lr-policy-summary","entry":"./components/lr-policy-summary.js","registrationModule":"src/components/agent-tools/policy-summary/policy-summary.ts","distModule":"./components/agent-tools/policy-summary/policy-summary.js","registers":["lr-badge","lr-details","lr-empty","lr-policy-summary"],"localeKeys":["collapse","deny","details","fieldRequired","map","navigation","noData","open","policySummaryAllowCount","policySummaryCategoryGuardrail","policySummaryCategoryPermission","policySummaryCategoryPrivacy","policySummaryCategoryTool","policySummaryDenyCount","policySummaryDetailLabel","policySummaryLabel","policySummaryNeedsReviewCount","policySummaryStateAllow","policySummaryStateDeny","policySummaryStateNeedsReview","popover","progress","restore","search","select"]},{"tag":"lr-poll-status","entry":"./components/lr-poll-status.js","registrationModule":"src/components/utility/poll-status/poll-status.ts","distModule":"./components/utility/poll-status/poll-status.js","registers":["lr-live-region","lr-poll-status"],"localeKeys":["pollInactive","pollPause","pollPaused","pollPausedAnnounce","pollRefreshing","pollRefreshingAnnounce","pollResume","pollResumedAnnounce"]},{"tag":"lr-popover","entry":"./components/lr-popover.js","registrationModule":"src/components/overlays/overlay/popover.ts","distModule":"./components/overlays/overlay/popover.js","registers":["lr-popover"],"localeKeys":["menuLabel","popover"]},{"tag":"lr-popup","entry":"./components/lr-popup.js","registrationModule":"src/components/overlays/popup/popup.ts","distModule":"./components/overlays/popup/popup.js","registers":["lr-popup"],"localeKeys":[]},{"tag":"lr-pptx-viewer","entry":"./components/lr-pptx-viewer.js","registrationModule":"src/components/viewers/pptx-viewer/pptx-viewer.ts","distModule":"./components/viewers/pptx-viewer/pptx-viewer.js","registers":["lr-pptx-viewer","lr-skeleton"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewUrlNotAllowed","loading","pptxViewerFidelityNotice","pptxViewerLabel","pptxViewerNextSlide","pptxViewerPreviousSlide","pptxViewerRenderError","pptxViewerSlideOf"]},{"tag":"lr-progress-bar","entry":"./components/lr-progress-bar.js","registrationModule":"src/components/overlays/progress/progress-bar.ts","distModule":"./components/overlays/progress/progress-bar.js","registers":["lr-progress-bar"],"localeKeys":["progress"]},{"tag":"lr-progress-ring","entry":"./components/lr-progress-ring.js","registrationModule":"src/components/overlays/progress/progress-ring.ts","distModule":"./components/overlays/progress/progress-ring.js","registers":["lr-progress-ring"],"localeKeys":["progress"]},{"tag":"lr-prompt-input","entry":"./components/lr-prompt-input.js","registrationModule":"src/components/conversation/prompt-input/prompt-input.ts","distModule":"./components/conversation/prompt-input/prompt-input.js","registers":["lr-attachment-chip","lr-attachment-trigger","lr-button","lr-chat-composer","lr-checkbox","lr-dropdown","lr-empty","lr-file-icon","lr-icon-button","lr-input","lr-mention-popover","lr-menu","lr-menu-item","lr-model-select","lr-prompt-input","lr-prompt-queue","lr-source-picker","lr-textarea","lr-voice-picker"],"localeKeys":["attachmentAdd","attachmentMenuAudio","attachmentMenuCamera","attachmentMenuFiles","attachmentMenuImage","attachmentPreviewFile","attachmentPreviewName","attachmentRetryWithContext","attachmentTriggerAudio","attachmentTriggerCamera","attachmentTriggerFiles","attachmentTriggerImage","attachmentUntitledFile","attachmentUploadFailed","attachmentUploadingIndeterminate","attachmentUploadingProgress","attachmentUploadingWithContext","checkboxRequired","clear","collapse","composerLabel","date","details","fieldRequired","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","fileTypeArchive","fileTypeAudio","fileTypeCode","fileTypeFile","fileTypeImage","fileTypePdf","fileTypePresentation","fileTypeSpreadsheet","fileTypeText","fileTypeVideo","fileTypeWithSize","fileTypeWord","hidePassword","iconButtonLabel","inputLabel","map","matchMismatch","mentionResultCount","mentionResultPosition","mentionSuggestions","menuLabel","model","modelSelectNoModels","modelSelectRequired","moveDown","moveUp","navigation","noData","noMatches","notInCatalog","open","popover","progress","promptInputAttachments","promptInputControls","promptInputLabel","promptInputSources","promptQueueActionLabel","promptQueueEmpty","promptQueueItemLabel","promptQueueLabel","promptQueueSendNow","remove","removeWithContext","restore","search","select","selectAllSources","sendMessage","showPassword","sourceListDefaultLabel","sourcePickerSelection","stopGenerating","textareaCharacterCount","textareaCharactersRemaining","textareaLabel","valueInvalid","voice","voicePickerNoVoices","voicePickerPreview","voicePickerRequired","voicePickerStopPreview"]},{"tag":"lr-prompt-queue","entry":"./components/lr-prompt-queue.js","registrationModule":"src/components/conversation/prompt-queue/prompt-queue.ts","distModule":"./components/conversation/prompt-queue/prompt-queue.js","registers":["lr-button","lr-prompt-queue","lr-textarea"],"localeKeys":["attachmentUntitledFile","fieldRequired","moveDown","moveUp","promptInputAttachments","promptQueueActionLabel","promptQueueEmpty","promptQueueItemLabel","promptQueueLabel","promptQueueSendNow","remove","textareaCharacterCount","textareaCharactersRemaining","textareaLabel","valueInvalid"]},{"tag":"lr-prompt-studio","entry":"./components/lr-prompt-studio.js","registrationModule":"src/components/agent-tools/prompt-studio/prompt-studio.ts","distModule":"./components/agent-tools/prompt-studio/prompt-studio.js","registers":["lr-prompt-studio"],"localeKeys":["moveDown","moveUp","promptStudioAddMessage","promptStudioLabel","promptStudioMessageContent","promptStudioMessageRole","promptStudioMessages","promptStudioPreview","promptStudioPreviewLimit","promptStudioRemoveMessage","promptStudioRoleAssistant","promptStudioRoleSystem","promptStudioRoleTool","promptStudioRoleUser","promptStudioRun","promptStudioSave","promptStudioVariableName","promptStudioVariables","promptStudioVariableValue","promptStudioVersions"]},{"tag":"lr-provenance-panel","entry":"./components/lr-provenance-panel.js","registrationModule":"src/components/retrieval/provenance-panel/provenance-panel.ts","distModule":"./components/retrieval/provenance-panel/provenance-panel.js","registers":["lr-button","lr-chip","lr-chunk-inspector","lr-community-card","lr-empty","lr-entity-chip","lr-path-strip","lr-provenance-panel","lr-scroller","lr-virtual-list"],"localeKeys":["chunkInspectorEmpty","chunkInspectorLabel","chunkScore","collapse","communityDrillIn","communityMemberCount","details","entityChipWithType","fieldRequired","map","navigation","noData","open","pathNodeStatus","pathRelationStatus","pathStripLabel","popover","progress","provenanceChunks","provenanceCommunities","provenanceEmpty","provenanceEntities","provenancePanelLabel","provenanceRelationships","remove","removeWithContext","scoreTierHigh","scoreTierLow","scoreTierMedium","scrollerLabel","scrollNext","scrollPrevious","search","select","showLess","showMore","showMoreCount","sourcePageSuffix","untitledCommunity","untitledEntity","untitledSource"]},{"tag":"lr-push-to-talk","entry":"./components/lr-push-to-talk.js","registrationModule":"src/components/conversation/push-to-talk/push-to-talk.ts","distModule":"./components/conversation/push-to-talk/push-to-talk.js","registers":["lr-live-region","lr-push-to-talk"],"localeKeys":["pushToTalkCancelled","pushToTalkDenied","pushToTalkError","pushToTalkHold","pushToTalkRequesting","pushToTalkStart","pushToTalkStarted","pushToTalkStop","pushToTalkStopped","pushToTalkUnsupported"]},{"tag":"lr-qr-code","entry":"./components/lr-qr-code.js","registrationModule":"src/components/media/qr-code/qr-code.ts","distModule":"./components/media/qr-code/qr-code.js","registers":["lr-qr-code"],"localeKeys":["loading","noData","qrCodeGenerationFailed","qrCodeMissingLibrary"]},{"tag":"lr-radar-chart","entry":"./components/lr-radar-chart.js","registrationModule":"src/components/charts/chart/radar-chart.ts","distModule":"./components/charts/chart/radar-chart.js","registers":["lr-chart","lr-radar-chart","lr-skeleton"],"localeKeys":["chart","chartAnnotationsUnavailable","chartAxisTotal","chartBubblePointCoordinates","chartCategory","chartData","chartDataLabelsUnavailable","chartDataSampled","chartLabeledPoint","chartMissingLibrary","chartPointCoordinates","chartPointLabel","chartPrimaryAxis","chartSecondaryAxis","chartSeriesLabel","chartSeriesNoData","chartStackTotalsUnavailable","chartSummary","chartSummaryEmpty","chartSummarySeparator","chartSummaryWithData","chartTotal","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartTypeBar","chartTypeBubble","chartTypeDoughnut","chartTypeLine","chartTypePie","chartTypePolarArea","chartTypeRadar","chartTypeScatter","chartValueLabel","chartValuePercentageLabel","chartZoomUnavailable","collapse","details","liteChartMarkSummary","loading","map","navigation","noData","open","popover","resetZoom","search","select"]},{"tag":"lr-radio","entry":"./components/lr-radio.js","registrationModule":"src/components/forms/radio/radio.ts","distModule":"./components/forms/radio/radio.js","registers":["lr-radio"],"localeKeys":["radioRequired"]},{"tag":"lr-radio-button","entry":"./components/lr-radio-button.js","registrationModule":"src/components/forms/radio/radio-button.ts","distModule":"./components/forms/radio/radio-button.js","registers":["lr-radio-button"],"localeKeys":[]},{"tag":"lr-radio-group","entry":"./components/lr-radio-group.js","registrationModule":"src/components/forms/radio/radio-group.ts","distModule":"./components/forms/radio/radio-group.js","registers":["lr-radio-group"],"localeKeys":["radioRequired"]},{"tag":"lr-rag-answer","entry":"./components/lr-rag-answer.js","registrationModule":"src/components/retrieval/rag-answer/rag-answer.ts","distModule":"./components/retrieval/rag-answer/rag-answer.js","registers":["lr-badge","lr-button","lr-citation-badge","lr-claim-evidence","lr-empty","lr-grounding-summary","lr-markdown","lr-rag-answer","lr-source-card","lr-source-list","lr-spinner","lr-stat"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","citation","citationHighConfidence","citationLowConfidence","citationMediumConfidence","citationUnverified","citationVerified","citationWithCustomLabel","citationWithStatus","claimEvidenceConfidence","claimEvidenceContradicted","claimEvidenceEmpty","claimEvidenceLabel","claimEvidencePartiallySupported","claimEvidenceSupported","claimEvidenceUnsupported","collapse","details","fieldRequired","groundingSummaryConfidenceLabel","groundingSummaryCoverageLabel","groundingSummaryEmpty","groundingSummaryEvidenceHeading","groundingSummaryEvidenceSpan","groundingSummaryLabel","groundingSummarySupportedLabel","groundingSummaryUnsupportedLabel","groundingSummaryWarningsHeading","loading","map","navigation","open","popover","ragAnswerCitations","ragAnswerLabel","ragAnswerRetry","ragAnswerSources","search","select","showLess","showMore","sourceListDefaultLabel","sourcePageSuffix","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","trendUnchanged","untitledSource"]},{"tag":"lr-rag-eval-dashboard","entry":"./components/lr-rag-eval-dashboard.js","registrationModule":"src/components/retrieval/rag-eval-dashboard/rag-eval-dashboard.ts","distModule":"./components/retrieval/rag-eval-dashboard/rag-eval-dashboard.js","registers":["lr-empty","lr-lite-chart","lr-live-region","lr-rag-eval-dashboard","lr-stat"],"localeKeys":["chart","chartCategory","chartData","chartDataSampled","chartSeriesLabel","chartTotal","liteChartBarLabel","liteChartCustomMarkSummary","liteChartMarkSummary","ragEvalDashboardAllSlices","ragEvalDashboardEmpty","ragEvalDashboardLabel","ragEvalDashboardRuns","ragEvalDashboardSlices","ragEvalDashboardSliceUnavailable","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","trendUnchanged"]},{"tag":"lr-random-content","entry":"./components/lr-random-content.js","registrationModule":"src/components/utility/random-content/random-content.ts","distModule":"./components/utility/random-content/random-content.js","registers":["lr-random-content"],"localeKeys":["randomContentPause","randomContentResume"]},{"tag":"lr-rating","entry":"./components/lr-rating.js","registrationModule":"src/components/overlays/rating/rating.ts","distModule":"./components/overlays/rating/rating.js","registers":["lr-rating"],"localeKeys":["fieldRequired","rating"]},{"tag":"lr-realtime-session","entry":"./components/lr-realtime-session.js","registrationModule":"src/components/conversation/realtime-session/realtime-session.ts","distModule":"./components/conversation/realtime-session/realtime-session.js","registers":["lr-audio-visualizer","lr-badge","lr-live-region","lr-push-to-talk","lr-realtime-session","lr-transcript-feed"],"localeKeys":["audioVisualizerIdle","audioVisualizerLabel","audioVisualizerListening","audioVisualizerSpeaking","audioVisualizerThinking","jumpToLatest","pushToTalkCancelled","pushToTalkDenied","pushToTalkError","pushToTalkHold","pushToTalkRequesting","pushToTalkStart","pushToTalkStarted","pushToTalkStop","pushToTalkStopped","pushToTalkUnsupported","realtimeSessionConnect","realtimeSessionConnected","realtimeSessionConnecting","realtimeSessionConnectionFailed","realtimeSessionDisconnect","realtimeSessionDisconnected","realtimeSessionError","realtimeSessionInterrupt","realtimeSessionLabel","realtimeSessionMute","realtimeSessionReconnecting","realtimeSessionUnmute","transcriptFeedEmpty","transcriptFeedInterim","transcriptFeedLabel"]},{"tag":"lr-relative-time","entry":"./components/lr-relative-time.js","registrationModule":"src/components/utility/format/relative-time.ts","distModule":"./components/utility/format/relative-time.js","registers":["lr-relative-time"],"localeKeys":[]},{"tag":"lr-reorder-item","entry":"./components/lr-reorder-item.js","registrationModule":"src/components/layout/reorder-list/reorder-item.ts","distModule":"./components/layout/reorder-list/reorder-item.js","registers":["lr-icon-button","lr-reorder-item"],"localeKeys":["iconButtonLabel","moveDown","moveUp"]},{"tag":"lr-reorder-list","entry":"./components/lr-reorder-list.js","registrationModule":"src/components/layout/reorder-list/reorder-list.ts","distModule":"./components/layout/reorder-list/reorder-list.js","registers":["lr-icon-button","lr-live-region","lr-reorder-item","lr-reorder-list"],"localeKeys":["iconButtonLabel","moveDown","moveUp","reorderItemMoved","reorderMoveCancelled","reorderMovePending"]},{"tag":"lr-resize-observer","entry":"./components/lr-resize-observer.js","registrationModule":"src/components/utility/resize-observer/resize-observer.ts","distModule":"./components/utility/resize-observer/resize-observer.js","registers":["lr-resize-observer"],"localeKeys":[]},{"tag":"lr-responsive-panel","entry":"./components/lr-responsive-panel.js","registrationModule":"src/components/layout/responsive-panel/responsive-panel.ts","distModule":"./components/layout/responsive-panel/responsive-panel.js","registers":["lr-responsive-panel"],"localeKeys":["responsivePanel"]},{"tag":"lr-result-card","entry":"./components/lr-result-card.js","registrationModule":"src/components/agent-tools/result-card/result-card.ts","distModule":"./components/agent-tools/result-card/result-card.js","registers":["lr-result-card"],"localeKeys":[]},{"tag":"lr-result-field","entry":"./components/lr-result-field.js","registrationModule":"src/components/agent-tools/result-card/result-field.ts","distModule":"./components/agent-tools/result-card/result-field.js","registers":["lr-result-field"],"localeKeys":["resultFieldLabel"]},{"tag":"lr-retrieval-compare","entry":"./components/lr-retrieval-compare.js","registrationModule":"src/components/retrieval/retrieval-compare/retrieval-compare.ts","distModule":"./components/retrieval/retrieval-compare/retrieval-compare.js","registers":["lr-empty","lr-retrieval-compare"],"localeKeys":["retrievalCompareDenseScore","retrievalCompareEmpty","retrievalCompareFinalScore","retrievalCompareLabel","retrievalCompareOverlap","retrievalCompareRank","retrievalCompareRerankScore","retrievalCompareSparseScore"]},{"tag":"lr-retrieval-results","entry":"./components/lr-retrieval-results.js","registrationModule":"src/components/retrieval/retrieval-results/retrieval-results.ts","distModule":"./components/retrieval/retrieval-results/retrieval-results.js","registers":["lr-checkbox","lr-chunk-inspector","lr-empty","lr-retrieval-results","lr-spinner","lr-virtual-list"],"localeKeys":["checkboxRequired","chunkInspectorEmpty","chunkInspectorLabel","chunkScore","fieldRequired","loading","loadMore","retrievalResultsSelectRow","scoreTierHigh","scoreTierLow","scoreTierMedium","showLess","showMore","sourcePageSuffix","untitledSource"]},{"tag":"lr-retrieval-search","entry":"./components/lr-retrieval-search.js","registrationModule":"src/components/retrieval/retrieval-search/retrieval-search.ts","distModule":"./components/retrieval/retrieval-search/retrieval-search.js","registers":["lr-chip","lr-chip-group","lr-empty","lr-input","lr-retrieval-search","lr-segmented","lr-spinner"],"localeKeys":["cancel","clear","fieldRequired","hidePassword","inputLabel","loading","matchMismatch","noMatches","remove","removeWithContext","retrievalFilterChipLabel","retrievalFiltersLabel","retrievalModeHybrid","retrievalModeKeyword","retrievalModeLabel","retrievalModeVector","retrievalSearchEmptyDescription","retrievalSearchLabel","search","select","showLess","showMoreCollapsed","showMoreCount","showPassword","valueInvalid"]},{"tag":"lr-retrieval-trace","entry":"./components/lr-retrieval-trace.js","registrationModule":"src/components/retrieval/retrieval-trace/retrieval-trace.ts","distModule":"./components/retrieval/retrieval-trace/retrieval-trace.js","registers":["lr-chunk-inspector","lr-empty","lr-live-region","lr-retrieval-trace","lr-span-waterfall","lr-virtual-list"],"localeKeys":["accessibleLabelSeparator","chunkInspectorEmpty","chunkInspectorLabel","chunkScore","collapse","details","durationMilliseconds","durationSeconds","expand","map","navigation","noData","open","popover","retrievalStageEmbed","retrievalStageFilter","retrievalStageQueryRewrite","retrievalStageRerank","retrievalStageRetrieve","retrievalTraceEvidenceToggle","scoreTierHigh","scoreTierLow","scoreTierMedium","search","select","showLess","showMore","sourcePageSuffix","spanKindAgent","spanKindEmbedding","spanKindLlm","spanKindOther","spanKindRetriever","spanKindTool","spanProjectionLimit","spanStartedAtOffset","spanWaterfall","statusDenied","statusError","statusPending","statusRunning","statusSuccess","tokensIn","tokensOut","untitledSource"]},{"tag":"lr-rubric-form","entry":"./components/lr-rubric-form.js","registrationModule":"src/components/forms/rubric-form/rubric-form.ts","distModule":"./components/forms/rubric-form/rubric-form.js","registers":["lr-checkbox","lr-checkbox-group","lr-option","lr-rubric-form","lr-segmented","lr-select","lr-slider","lr-textarea"],"localeKeys":["checkboxGroupRequired","checkboxRequired","clear","fieldRequired","loading","noData","notInCatalog","rangeEnd","rangeStart","removeWithContext","rubricSkip","rubricSubmit","rubricSubmitAndNext","select","selectSelectedOverflow","selectValueMissing","sliderLabel","textareaCharacterCount","textareaCharactersRemaining","textareaLabel","unsupportedFieldType","valueInvalid"]},{"tag":"lr-scatter-chart","entry":"./components/lr-scatter-chart.js","registrationModule":"src/components/charts/chart/scatter-chart.ts","distModule":"./components/charts/chart/scatter-chart.js","registers":["lr-chart","lr-scatter-chart","lr-skeleton"],"localeKeys":["chart","chartAnnotationsUnavailable","chartAxisTotal","chartBubblePointCoordinates","chartCategory","chartData","chartDataLabelsUnavailable","chartDataSampled","chartLabeledPoint","chartMissingLibrary","chartPointCoordinates","chartPointLabel","chartPrimaryAxis","chartSecondaryAxis","chartSeriesLabel","chartSeriesNoData","chartStackTotalsUnavailable","chartSummary","chartSummaryEmpty","chartSummarySeparator","chartSummaryWithData","chartTotal","chartTrendDecreasing","chartTrendFlat","chartTrendIncreasing","chartTypeBar","chartTypeBubble","chartTypeDoughnut","chartTypeLine","chartTypePie","chartTypePolarArea","chartTypeRadar","chartTypeScatter","chartValueLabel","chartValuePercentageLabel","chartZoomUnavailable","collapse","details","liteChartMarkSummary","loading","map","navigation","noData","open","popover","resetZoom","search","select"]},{"tag":"lr-scroller","entry":"./components/lr-scroller.js","registrationModule":"src/components/layout/scroller/scroller.ts","distModule":"./components/layout/scroller/scroller.js","registers":["lr-scroller"],"localeKeys":["scrollerLabel","scrollNext","scrollPrevious"]},{"tag":"lr-segmented","entry":"./components/lr-segmented.js","registrationModule":"src/components/layout/segmented/segmented.ts","distModule":"./components/layout/segmented/segmented.js","registers":["lr-segmented"],"localeKeys":[]},{"tag":"lr-select","entry":"./components/lr-select.js","registrationModule":"src/components/forms/select/select.ts","distModule":"./components/forms/select/select.js","registers":["lr-option","lr-select"],"localeKeys":["clear","fieldRequired","loading","notInCatalog","removeWithContext","select","selectSelectedOverflow","selectValueMissing"]},{"tag":"lr-selection-toolbar","entry":"./components/lr-selection-toolbar.js","registrationModule":"src/components/conversation/selection-toolbar/selection-toolbar.ts","distModule":"./components/conversation/selection-toolbar/selection-toolbar.js","registers":["lr-button","lr-selection-toolbar"],"localeKeys":["copy","copyFailed","fieldRequired","selectionAsk","selectionCite","selectionQuote","selectionToolbarLabel"]},{"tag":"lr-sequence-playback","entry":"./components/lr-sequence-playback.js","registrationModule":"src/components/media/sequence-playback/sequence-playback.ts","distModule":"./components/media/sequence-playback/sequence-playback.js","registers":["lr-sequence-playback"],"localeKeys":["pause","play","playbackPosition","playbackStepPosition"]},{"tag":"lr-sequence-strip","entry":"./components/lr-sequence-strip.js","registrationModule":"src/components/data/sequence-strip/sequence-strip.ts","distModule":"./components/data/sequence-strip/sequence-strip.js","registers":["lr-sequence-strip"],"localeKeys":["sequenceStripBucketLabel","sequenceStripBucketSummary","sequenceStripCategoryCount","sequenceStripEmpty","sequenceStripUnnamedCategory"]},{"tag":"lr-skeleton","entry":"./components/lr-skeleton.js","registrationModule":"src/components/overlays/skeleton/skeleton.ts","distModule":"./components/overlays/skeleton/skeleton.js","registers":["lr-skeleton"],"localeKeys":["loading"]},{"tag":"lr-slider","entry":"./components/lr-slider.js","registrationModule":"src/components/forms/slider/slider.ts","distModule":"./components/forms/slider/slider.js","registers":["lr-slider"],"localeKeys":["fieldRequired","rangeEnd","rangeStart","sliderLabel"]},{"tag":"lr-source-card","entry":"./components/lr-source-card.js","registrationModule":"src/components/retrieval/source-card/source-card.ts","distModule":"./components/retrieval/source-card/source-card.js","registers":["lr-source-card"],"localeKeys":["showLess","showMore","sourcePageSuffix","untitledSource"]},{"tag":"lr-source-list","entry":"./components/lr-source-list.js","registrationModule":"src/components/retrieval/source-list/source-list.ts","distModule":"./components/retrieval/source-list/source-list.js","registers":["lr-source-list"],"localeKeys":["sourceListDefaultLabel"]},{"tag":"lr-source-picker","entry":"./components/lr-source-picker.js","registrationModule":"src/components/retrieval/source-picker/source-picker.ts","distModule":"./components/retrieval/source-picker/source-picker.js","registers":["lr-checkbox","lr-empty","lr-file-icon","lr-input","lr-source-picker"],"localeKeys":["checkboxRequired","clear","collapse","date","details","fieldRequired","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","fileTypeArchive","fileTypeAudio","fileTypeCode","fileTypeFile","fileTypeImage","fileTypePdf","fileTypePresentation","fileTypeSpreadsheet","fileTypeText","fileTypeVideo","fileTypeWithSize","fileTypeWord","hidePassword","inputLabel","map","matchMismatch","navigation","noData","noMatches","open","popover","progress","restore","search","select","selectAllSources","showPassword","sourceListDefaultLabel","sourcePickerSelection","valueInvalid"]},{"tag":"lr-span-waterfall","entry":"./components/lr-span-waterfall.js","registrationModule":"src/components/agent-tools/span-waterfall/span-waterfall.ts","distModule":"./components/agent-tools/span-waterfall/span-waterfall.js","registers":["lr-empty","lr-live-region","lr-span-waterfall"],"localeKeys":["accessibleLabelSeparator","collapse","details","durationMilliseconds","durationSeconds","map","navigation","noData","open","popover","search","select","spanKindAgent","spanKindEmbedding","spanKindLlm","spanKindOther","spanKindRetriever","spanKindTool","spanProjectionLimit","spanStartedAtOffset","spanWaterfall","statusDenied","statusError","statusPending","statusRunning","statusSuccess","tokensIn","tokensOut"]},{"tag":"lr-sparkline","entry":"./components/lr-sparkline.js","registrationModule":"src/components/data/sparkline/sparkline.ts","distModule":"./components/data/sparkline/sparkline.js","registers":["lr-sparkline"],"localeKeys":["noData","trendOf"]},{"tag":"lr-spinner","entry":"./components/lr-spinner.js","registrationModule":"src/components/overlays/spinner/spinner.ts","distModule":"./components/overlays/spinner/spinner.js","registers":["lr-spinner"],"localeKeys":["loading"]},{"tag":"lr-split-panel","entry":"./components/lr-split-panel.js","registrationModule":"src/components/layout/split-panel/split-panel.ts","distModule":"./components/layout/split-panel/split-panel.js","registers":["lr-split-panel"],"localeKeys":["resizeDivider","resizeValuePercent"]},{"tag":"lr-spreadsheet-viewer","entry":"./components/lr-spreadsheet-viewer.js","registrationModule":"src/components/viewers/spreadsheet-viewer/spreadsheet-viewer.ts","distModule":"./components/viewers/spreadsheet-viewer/spreadsheet-viewer.js","registers":["lr-spreadsheet-viewer","lr-tab","lr-tab-group","lr-tab-panel","lr-virtual-list"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","cellHighlightWithLabel","close","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","highlightWithLabel","loadingDocument","noData","scrollNext","scrollPrevious","spreadsheetViewerLabel","spreadsheetViewerUnavailable"]},{"tag":"lr-stack-trace","entry":"./components/lr-stack-trace.js","registrationModule":"src/components/agent-tools/stack-trace/stack-trace.ts","distModule":"./components/agent-tools/stack-trace/stack-trace.js","registers":["lr-stack-trace"],"localeKeys":["copied","copy","copyFailed","stackTraceHideFrames","stackTraceLabel","stackTraceLimit","stackTraceShowFrames"]},{"tag":"lr-stat","entry":"./components/lr-stat.js","registrationModule":"src/components/data/stat/stat.ts","distModule":"./components/data/stat/stat.js","registers":["lr-stat"],"localeKeys":["statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","trendUnchanged"]},{"tag":"lr-stepper","entry":"./components/lr-stepper.js","registrationModule":"src/components/layout/stepper/stepper.ts","distModule":"./components/layout/stepper/stepper.js","registers":["lr-stepper"],"localeKeys":[]},{"tag":"lr-stream-status","entry":"./components/lr-stream-status.js","registrationModule":"src/components/conversation/stream-status/stream-status.ts","distModule":"./components/conversation/stream-status/stream-status.js","registers":["lr-live-region","lr-stream-status"],"localeKeys":["audioVisualizerIdle","realtimeSessionConnecting","statusRunning","streamRecoverAnnounce","streamStallAnnounce","streamStallClearedAnnounce","streamStalled"]},{"tag":"lr-streaming-text","entry":"./components/lr-streaming-text.js","registrationModule":"src/components/conversation/streaming-text/streaming-text.ts","distModule":"./components/conversation/streaming-text/streaming-text.js","registers":["lr-markdown","lr-streaming-text"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound"]},{"tag":"lr-streaming-text-core","entry":"./components/lr-streaming-text-core.js","registrationModule":"src/components/conversation/streaming-text/streaming-text-core.ts","distModule":"./components/conversation/streaming-text/streaming-text-core.js","registers":["lr-markdown-core","lr-streaming-text-core"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound"]},{"tag":"lr-subagent-panel","entry":"./components/lr-subagent-panel.js","registrationModule":"src/components/agent-tools/subagent-panel/subagent-panel.ts","distModule":"./components/agent-tools/subagent-panel/subagent-panel.js","registers":["lr-badge","lr-empty","lr-subagent-panel"],"localeKeys":["agentRunStatusCancelled","agentRunStatusCollecting","agentRunStatusDone","agentRunStatusIdle","agentRunStatusQueued","agentRunStatusWaitingApproval","agentRunStatusWaitingInput","progress","statusError","statusRunning","subagentPanelCancelRun","subagentPanelEmpty","subagentPanelLabel","subagentPanelLimit","subagentPanelRetry","subagentPanelRetryRun"]},{"tag":"lr-suggestion-chips","entry":"./components/lr-suggestion-chips.js","registrationModule":"src/components/conversation/suggestion-chips/suggestion-chips.ts","distModule":"./components/conversation/suggestion-chips/suggestion-chips.js","registers":["lr-scroller","lr-suggestion-chips"],"localeKeys":["scrollerLabel","scrollNext","scrollPrevious","suggestionsLabel"]},{"tag":"lr-svg-viewer","entry":"./components/lr-svg-viewer.js","registrationModule":"src/components/viewers/svg-viewer/svg-viewer.ts","distModule":"./components/viewers/svg-viewer/svg-viewer.js","registers":["lr-pan-zoom","lr-svg-viewer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeImage","documentPreviewUrlNotAllowed","documentViewerMissingSanitizer","highlightOfTotal","highlightWithLabel","loadingDocument","pdfViewerCurrentZoom","resetZoom","svgViewerLabel","zoomableFrameLabel","zoomControls","zoomIn","zoomOut"]},{"tag":"lr-swatch-picker","entry":"./components/lr-swatch-picker.js","registrationModule":"src/components/forms/swatch-picker/swatch-picker.ts","distModule":"./components/forms/swatch-picker/swatch-picker.js","registers":["lr-swatch-picker"],"localeKeys":[]},{"tag":"lr-switch","entry":"./components/lr-switch.js","registrationModule":"src/components/forms/switch/switch.ts","distModule":"./components/forms/switch/switch.js","registers":["lr-switch"],"localeKeys":["fieldRequired","switchRequired"]},{"tag":"lr-tab","entry":"./components/lr-tab.js","registrationModule":"src/components/layout/tab-group/tab.ts","distModule":"./components/layout/tab-group/tab.js","registers":["lr-tab"],"localeKeys":["close"]},{"tag":"lr-tab-group","entry":"./components/lr-tab-group.js","registrationModule":"src/components/layout/tab-group/tab-group.ts","distModule":"./components/layout/tab-group/tab-group.js","registers":["lr-tab-group"],"localeKeys":["scrollNext","scrollPrevious"]},{"tag":"lr-tab-panel","entry":"./components/lr-tab-panel.js","registrationModule":"src/components/layout/tab-group/tab-panel.ts","distModule":"./components/layout/tab-group/tab-panel.js","registers":["lr-tab-panel"],"localeKeys":[]},{"tag":"lr-table","entry":"./components/lr-table.js","registrationModule":"src/components/data/table/table.ts","distModule":"./components/data/table/table.js","registers":["lr-empty","lr-pagination","lr-skeleton","lr-spinner","lr-table"],"localeKeys":["clear","collapse","details","expand","fieldRequired","item","items","loading","loadMore","map","navigation","next","noColumns","noData","open","paginationApplied","paginationAppliedUnknownTotal","paginationEmptySummary","paginationFirstPage","paginationJumpToPage","paginationLabel","paginationLastPage","paginationPage","paginationSummary","popover","previous","progress","resizeColumn","resizeValuePixels","restore","retry","search","select","showAllColumns","showFewerColumns","tableEditCell","tableFilterLabel","tableFilterPlaceholder","tableLoadFailed","tableLoading"]},{"tag":"lr-tag","entry":"./components/lr-tag.js","registrationModule":"src/components/overlays/badge/tag.ts","distModule":"./components/overlays/badge/tag.js","registers":["lr-tag"],"localeKeys":["remove","removeWithContext"]},{"tag":"lr-task-list","entry":"./components/lr-task-list.js","registrationModule":"src/components/agent-tools/task-list/task-list.ts","distModule":"./components/agent-tools/task-list/task-list.js","registers":["lr-live-region","lr-task-list"],"localeKeys":["collapse","details","item","items","map","navigation","open","popover","search","select","statusError","statusPending","statusRunning","statusSuccess","taskListCompletedOfTotal","taskListLabel","taskListStepCompletedAnnounce","taskListStepFailedAnnounce","taskListStepStartedAnnounce","treeNodeMoved"]},{"tag":"lr-terminal","entry":"./components/lr-terminal.js","registrationModule":"src/components/agent-tools/terminal/terminal.ts","distModule":"./components/agent-tools/terminal/terminal.js","registers":["lr-terminal","lr-virtual-list"],"localeKeys":["accessibleLabelSeparator","copied","copy","copyFailed","highlightWithLabel","jumpToLatest","terminalDownload","terminalHighlightLine","terminalLabel"]},{"tag":"lr-test-results","entry":"./components/lr-test-results.js","registrationModule":"src/components/agent-tools/test-results/test-results.ts","distModule":"./components/agent-tools/test-results/test-results.js","registers":["lr-empty","lr-live-region","lr-spinner","lr-test-results"],"localeKeys":["accessibleLabelSeparator","collapse","details","durationMilliseconds","expand","loading","map","navigation","noData","noMatches","open","popover","search","select","statusError","statusRunning","statusSkipped","statusSuccess","testResultsCollapseTest","testResultsCompleteAnnounce","testResultsExpandTest","testResultsFailed","testResultsFilterLabel","testResultsLabel","testResultsLimit","testResultsPassed","testResultsRunning","testResultsSkipped"]},{"tag":"lr-textarea","entry":"./components/lr-textarea.js","registrationModule":"src/components/forms/textarea/textarea.ts","distModule":"./components/forms/textarea/textarea.js","registers":["lr-textarea"],"localeKeys":["fieldRequired","textareaCharacterCount","textareaCharactersRemaining","textareaLabel","valueInvalid"]},{"tag":"lr-thinking-panel","entry":"./components/lr-thinking-panel.js","registrationModule":"src/components/agent-tools/thinking-panel/thinking-panel.ts","distModule":"./components/agent-tools/thinking-panel/thinking-panel.js","registers":["lr-thinking-panel"],"localeKeys":["collapse","details","durationMilliseconds","durationSeconds","map","navigation","open","popover","search","select","thinking","thinkingPanelLabel","thoughtFor"]},{"tag":"lr-thread-list","entry":"./components/lr-thread-list.js","registrationModule":"src/components/conversation/thread-list/thread-list.ts","distModule":"./components/conversation/thread-list/thread-list.js","registers":["lr-conversation-item","lr-empty","lr-live-region","lr-thread-list","lr-virtual-list"],"localeKeys":["archiveConversation","clear","deleteConversation","loading","noData","noMatches","pinConversation","rename","retry","searchThreads","tableLoadFailed","threadGroupArchived","threadGroupCollapse","threadGroupExpand","threadGroupPinned","threadGroupPrevious30Days","threadGroupPrevious7Days","threadGroupToday","threadGroupYesterday","threadListEmpty","threadListLabel","threadListMatchAnnounce","unarchiveConversation","unpinConversation","untitledConversation"]},{"tag":"lr-time-input","entry":"./components/lr-time-input.js","registrationModule":"src/components/forms/input/time-input.ts","distModule":"./components/forms/input/time-input.js","registers":["lr-time-input"],"localeKeys":["clear","fieldRequired","popover","timeInputDayPeriod","timeInputEmptySegment","timeInputHour","timeInputInvalid","timeInputLabel","timeInputMaxMessage","timeInputMinMessage","timeInputMinute","timeInputNow","timeInputOpen","timeInputPopup","timeInputRangeMessage","timeInputSecond","timeInputStepMessage"]},{"tag":"lr-time-range","entry":"./components/lr-time-range.js","registrationModule":"src/components/forms/time-range/time-range.ts","distModule":"./components/forms/time-range/time-range.js","registers":["lr-time-range"],"localeKeys":["fieldRequired","rangeEnd","rangeStart"]},{"tag":"lr-timeline","entry":"./components/lr-timeline.js","registrationModule":"src/components/data/timeline/timeline.ts","distModule":"./components/data/timeline/timeline.js","registers":["lr-relative-time","lr-timeline","lr-timeline-item"],"localeKeys":["timeline","timelineClusterCount"]},{"tag":"lr-timeline-item","entry":"./components/lr-timeline-item.js","registrationModule":"src/components/data/timeline/timeline-item.ts","distModule":"./components/data/timeline/timeline-item.js","registers":["lr-relative-time","lr-timeline-item"],"localeKeys":[]},{"tag":"lr-toast","entry":"./components/lr-toast.js","registrationModule":"src/components/overlays/toast/toast.ts","distModule":"./components/overlays/toast/toast.js","registers":["lr-toast","lr-toast-item"],"localeKeys":["close","closeWithContext","closeWithTruncatedContext","toastContentIncomplete","toastOverflow"]},{"tag":"lr-toast-item","entry":"./components/lr-toast-item.js","registrationModule":"src/components/overlays/toast/toast-item.ts","distModule":"./components/overlays/toast/toast-item.js","registers":["lr-toast-item"],"localeKeys":["close","closeWithContext","closeWithTruncatedContext","toastContentIncomplete"]},{"tag":"lr-token-input","entry":"./components/lr-token-input.js","registrationModule":"src/components/forms/token-input/token-input.ts","distModule":"./components/forms/token-input/token-input.js","registers":["lr-token-input"],"localeKeys":["fieldRequired","removeWithContext","tokenInputEditWithContext","tokenInputRequired"]},{"tag":"lr-tool-approval-dialog","entry":"./components/lr-tool-approval-dialog.js","registrationModule":"src/components/agent-tools/tool-approval-dialog/tool-approval-dialog.ts","distModule":"./components/agent-tools/tool-approval-dialog/tool-approval-dialog.js","registers":["lr-button","lr-json-viewer","lr-tool-approval-dialog"],"localeKeys":["approve","cancel","circularReference","copied","copy","copyFailed","copyJson","deny","edit","fieldRequired","invalidJson","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","toolApprovalArgsLabel","toolApprovalGenericTool","toolApprovalHeading","viewerSearchActiveMatch"]},{"tag":"lr-tool-call-chip","entry":"./components/lr-tool-call-chip.js","registrationModule":"src/components/agent-tools/tool-call-chip/tool-call-chip.ts","distModule":"./components/agent-tools/tool-call-chip/tool-call-chip.js","registers":["lr-tool-call-chip"],"localeKeys":["accessibleLabelSeparator","collapse","details","durationMilliseconds","durationSeconds","map","navigation","open","popover","search","select","statusDenied","statusError","statusPending","statusRunning","statusSuccess","toolCall"]},{"tag":"lr-tool-param-form","entry":"./components/lr-tool-param-form.js","registrationModule":"src/components/agent-tools/tool-param-form/tool-param-form.ts","distModule":"./components/agent-tools/tool-param-form/tool-param-form.js","registers":["lr-number-input","lr-option","lr-select","lr-tool-param-form"],"localeKeys":["clear","fieldMustBeBoolean","fieldMustBeInteger","fieldMustBeNumber","fieldMustBeOneOf","fieldMustBeString","fieldMustEqual","fieldRequired","loading","noData","notInCatalog","numberInputDecrease","numberInputIncrease","removeWithContext","schemaMustBeObject","schemaPropertiesMustBeFlat","select","selectSelectedOverflow","selectValueMissing","toolParamBooleanFalse","toolParamBooleanTrue","toolParamBooleanUnset","toolParamMissingProperty","toolParamSchemaLimit","unsupportedFieldType","valueMustBeSerializable"]},{"tag":"lr-tool-result-dialog","entry":"./components/lr-tool-result-dialog.js","registrationModule":"src/components/agent-tools/tool-result-dialog/tool-result-dialog.ts","distModule":"./components/agent-tools/tool-result-dialog/tool-result-dialog.js","registers":["lr-tool-result-dialog"],"localeKeys":["close","collapse","details","durationMilliseconds","durationSeconds","map","maximize","navigation","open","popover","restore","search","select","statusDenied","statusError","statusPending","statusRunning","statusSuccess","toolCall"]},{"tag":"lr-tool-result-view","entry":"./components/lr-tool-result-view.js","registrationModule":"src/components/agent-tools/tool-result-view/tool-result-view.ts","distModule":"./components/agent-tools/tool-result-view/tool-result-view.js","registers":["lr-copy-button","lr-icon-button","lr-json-viewer","lr-skeleton","lr-tool-result-view","lr-tooltip"],"localeKeys":["circularReference","copied","copy","copyFailed","copyJson","fieldRequired","iconButtonLabel","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","loading","popover","viewerSearchActiveMatch"]},{"tag":"lr-tool-select-dialog","entry":"./components/lr-tool-select-dialog.js","registrationModule":"src/components/agent-tools/tool-select-dialog/tool-select-dialog.ts","distModule":"./components/agent-tools/tool-select-dialog/tool-select-dialog.js","registers":["lr-checkbox","lr-switch","lr-tool-select-dialog"],"localeKeys":["checkboxRequired","clear","fieldRequired","loadMore","noMatchesQuery","otherCategory","searchToolsPlaceholder","selectTools","switchRequired","toolCount","toolSelectCustomizeHint","toolSelectLimit","toolSelectNoneAvailable","toolSelectSummary","useDefaultTools"]},{"tag":"lr-tool-timeline","entry":"./components/lr-tool-timeline.js","registrationModule":"src/components/agent-tools/tool-timeline/tool-timeline.ts","distModule":"./components/agent-tools/tool-timeline/tool-timeline.js","registers":["lr-button","lr-copy-button","lr-details","lr-empty","lr-icon-button","lr-json-viewer","lr-skeleton","lr-tool-approval-dialog","lr-tool-call-chip","lr-tool-result-view","lr-tool-timeline","lr-tooltip"],"localeKeys":["accessibleLabelSeparator","approve","cancel","circularReference","collapse","confirmApproved","confirmDenied","copied","copy","copyFailed","copyJson","deny","details","durationMilliseconds","durationSeconds","edit","envListValueHidden","fieldRequired","iconButtonLabel","invalidJson","jsonArray","jsonCollapseLabel","jsonCopyLabel","jsonExpandLabel","jsonItemCount","jsonKeyCount","jsonObject","jsonValue","jsonViewerLimit","loading","map","navigation","noData","open","popover","retry","search","select","statusDenied","statusError","statusPending","statusRunning","statusSuccess","toolApprovalArgsLabel","toolApprovalGenericTool","toolApprovalHeading","toolCall","toolTimelineDetailsFor","toolTimelineLimit","viewerSearchActiveMatch"]},{"tag":"lr-tooltip","entry":"./components/lr-tooltip.js","registrationModule":"src/components/overlays/overlay/tooltip.ts","distModule":"./components/overlays/overlay/tooltip.js","registers":["lr-tooltip"],"localeKeys":["popover"]},{"tag":"lr-tour","entry":"./components/lr-tour.js","registrationModule":"src/components/utility/tour/tour.ts","distModule":"./components/utility/tour/tour.js","registers":["lr-tour"],"localeKeys":["next","previous","tourDone","tourSkip","tourStepOf"]},{"tag":"lr-trace-tree","entry":"./components/lr-trace-tree.js","registrationModule":"src/components/agent-tools/trace-tree/trace-tree.ts","distModule":"./components/agent-tools/trace-tree/trace-tree.js","registers":["lr-empty","lr-live-region","lr-trace-tree"],"localeKeys":["accessibleLabelSeparator","collapse","cost","details","duration","durationMilliseconds","durationSeconds","map","noData","open","popover","spanKindAgent","spanKindEmbedding","spanKindLlm","spanKindOther","spanKindRetriever","spanKindTool","spanProjectionLimit","statusDenied","statusError","statusPending","statusRunning","statusSuccess","tokensIn","tokensOut","traceTree","traceTreeMetricLabel","traceTreeSpanStatus"]},{"tag":"lr-transcript-feed","entry":"./components/lr-transcript-feed.js","registrationModule":"src/components/conversation/transcript-feed/transcript-feed.ts","distModule":"./components/conversation/transcript-feed/transcript-feed.js","registers":["lr-transcript-feed"],"localeKeys":["jumpToLatest","transcriptFeedEmpty","transcriptFeedInterim","transcriptFeedLabel"]},{"tag":"lr-tree","entry":"./components/lr-tree.js","registrationModule":"src/components/data/tree/tree.ts","distModule":"./components/data/tree/tree.js","registers":["lr-empty","lr-live-region","lr-tree","lr-tree-item"],"localeKeys":["fieldRequired","noData","treeNodeMoved"]},{"tag":"lr-tree-item","entry":"./components/lr-tree-item.js","registrationModule":"src/components/data/tree/tree-item.ts","distModule":"./components/data/tree/tree-item.js","registers":["lr-tree-item"],"localeKeys":["fieldRequired"]},{"tag":"lr-typing-indicator","entry":"./components/lr-typing-indicator.js","registrationModule":"src/components/conversation/typing-indicator/typing-indicator.ts","distModule":"./components/conversation/typing-indicator/typing-indicator.js","registers":["lr-typing-indicator"],"localeKeys":["thinking"]},{"tag":"lr-usage-badge","entry":"./components/lr-usage-badge.js","registrationModule":"src/components/conversation/usage-badge/usage-badge.ts","distModule":"./components/conversation/usage-badge/usage-badge.js","registers":["lr-usage-badge"],"localeKeys":["collapse","details","durationMilliseconds","durationSeconds","map","navigation","open","popover","search","select","tokensIn","tokensOut","usageBadgeCostLabel","usageBadgeLabel","usageBadgeLatencyLabel","usageBadgeTokensIn","usageBadgeTokensInLabel","usageBadgeTokensOut","usageBadgeTokensOutLabel","usageBadgeTotalTokensLabel"]},{"tag":"lr-video","entry":"./components/lr-video.js","registrationModule":"src/components/media/video/video.ts","distModule":"./components/media/video/video.js","registers":["lr-icon","lr-video"],"localeKeys":["avPlayerPosition","iconLoadError","iconSanitizerMissing","iconTooLarge","pause","play","playbackPosition","videoCaptions","videoCaptionsOff","videoEnterFullscreen","videoExitFullscreen","videoExitPictureInPicture","videoMute","videoPictureInPicture","videoPlaybackSpeed","videoPlayerLabel","videoUnmute","videoVolume"]},{"tag":"lr-video-playlist","entry":"./components/lr-video-playlist.js","registrationModule":"src/components/media/video-playlist/video-playlist.ts","distModule":"./components/media/video-playlist/video-playlist.js","registers":["lr-icon","lr-video","lr-video-playlist"],"localeKeys":["avPlayerPosition","iconLoadError","iconSanitizerMissing","iconTooLarge","pause","play","playbackPosition","videoCaptions","videoCaptionsOff","videoEnterFullscreen","videoExitFullscreen","videoExitPictureInPicture","videoMute","videoPictureInPicture","videoPlaybackSpeed","videoPlayerLabel","videoPlaylistLabel","videoPlaylistUntitled","videoUnmute","videoVolume"]},{"tag":"lr-virtual-list","entry":"./components/lr-virtual-list.js","registrationModule":"src/components/layout/virtual-list/virtual-list.ts","distModule":"./components/layout/virtual-list/virtual-list.js","registers":["lr-virtual-list"],"localeKeys":[]},{"tag":"lr-visually-hidden","entry":"./components/lr-visually-hidden.js","registrationModule":"src/components/utility/visually-hidden/visually-hidden.ts","distModule":"./components/utility/visually-hidden/visually-hidden.js","registers":["lr-visually-hidden"],"localeKeys":[]},{"tag":"lr-voice-picker","entry":"./components/lr-voice-picker.js","registrationModule":"src/components/conversation/voice-picker/voice-picker.ts","distModule":"./components/conversation/voice-picker/voice-picker.js","registers":["lr-voice-picker"],"localeKeys":["fieldRequired","noMatches","notInCatalog","voice","voicePickerNoVoices","voicePickerPreview","voicePickerRequired","voicePickerStopPreview"]},{"tag":"lr-widget","entry":"./components/lr-widget.js","registrationModule":"src/components/layout/widget/widget.ts","distModule":"./components/layout/widget/widget.js","registers":["lr-widget"],"localeKeys":["widgetCollapse","widgetExitFullscreen","widgetExpand","widgetExpandToFullscreen","widgetFullscreenPanel","widgetViewGroup"]},{"tag":"lr-widget-renderer","entry":"./components/lr-widget-renderer.js","registrationModule":"src/components/conversation/widget-renderer/widget-renderer.ts","distModule":"./components/conversation/widget-renderer/widget-renderer.js","registers":["lr-badge","lr-button","lr-card","lr-markdown","lr-media-card","lr-result-card","lr-result-field","lr-stat","lr-widget-renderer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","fieldRequired","mediaCardImageAttachment","mediaCardOpenFileAttachment","mediaCardOpenImageAttachment","mediaCardOpenName","mediaCardOpenVideoAttachment","mediaCardUntitledFile","mediaCardVideoAttachment","open","resultFieldLabel","statTrendAnnouncement","statTrendBad","statTrendDecreased","statTrendGood","statTrendIncreased","trendUnchanged"]},{"tag":"lr-word-cloud","entry":"./components/lr-word-cloud.js","registrationModule":"src/components/data/word-cloud/word-cloud.ts","distModule":"./components/data/word-cloud/word-cloud.js","registers":["lr-word-cloud"],"localeKeys":["items","noData","paginationSummary","wordCloud","wordCloudLegend","wordCloudWord","wordCloudWordAnnouncement","wordCloudWords"]},{"tag":"lr-xml-viewer","entry":"./components/lr-xml-viewer.js","registrationModule":"src/components/viewers/xml-viewer/xml-viewer.ts","distModule":"./components/viewers/xml-viewer/xml-viewer.js","registers":["lr-xml-viewer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","copied","copy","copyFailed","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","highlightOfTotal","highlightWithLabel","loadingDocument","xmlViewerChildCount","xmlViewerCollapseNode","xmlViewerCopyDocument","xmlViewerCopyNode","xmlViewerExpandNode","xmlViewerLabel","xmlViewerParseError","xmlViewerTooManyNodes"]},{"tag":"lr-zoomable-frame","entry":"./components/lr-zoomable-frame.js","registrationModule":"src/components/media/zoomable-frame/zoomable-frame.ts","distModule":"./components/media/zoomable-frame/zoomable-frame.js","registers":["lr-zoomable-frame"],"localeKeys":["zoomableFrameLabel","zoomControls","zoomIn","zoomOut"]}],"integrations":[{"entry":"./components/media/flag/flag-peer.js","registrationModule":"src/components/media/flag/flag-peer.ts","distModule":"./components/media/flag/flag-peer.js","registers":["lr-flag","lr-skeleton"],"localeKeys":["collapse","details","flagLoadError","loading","map","navigation","open","popover","search","select"]},{"entry":"./components/viewers/archive-viewer/archive-viewer-register.js","registrationModule":"src/components/viewers/archive-viewer/archive-viewer-register.ts","distModule":"./components/viewers/archive-viewer/archive-viewer-register.js","registers":["lr-archive-viewer","lr-virtual-list"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","archiveViewerEmpty","archiveViewerFile","archiveViewerFolder","collapse","details","documentPreviewEmpty","documentPreviewFailedToLoad","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","fileSizeUnitB","fileSizeUnitGb","fileSizeUnitKb","fileSizeUnitMb","fileSizeUnitTb","loading","loadingDocument","map","navigation","open","popover","search","select"]},{"entry":"./components/viewers/ebook-viewer/ebook-viewer-register.js","registrationModule":"src/components/viewers/ebook-viewer/ebook-viewer-register.ts","distModule":"./components/viewers/ebook-viewer/ebook-viewer-register.js","registers":["lr-ebook-viewer"],"localeKeys":["anchorJumped","anchorJumpedToPage","anchorNotFound","collapse","details","documentPreviewEmpty","documentPreviewResourceTooLarge","documentPreviewTypeDocument","documentPreviewUrlNotAllowed","ebookViewerLoadError","ebookViewerNextChapter","ebookViewerPreviousChapter","ebookViewerRegionLabel","loading","loadingDocument","map","navigation","next","open","popover","previous","remove","search","select","viewerSearchActiveMatch","viewerSearchMatchCount","viewerSearchNoMatches"]}]}
|