@aceshooting/lyra-ui 14.0.0 → 14.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (475) hide show
  1. package/CHANGELOG.md +149 -19
  2. package/custom-elements.json +1 -1
  3. package/dist/components/agent-tools/commit-card/commit-card.class.d.ts +3 -1
  4. package/dist/components/agent-tools/commit-card/commit-card.class.js +2 -2
  5. package/dist/components/agent-tools/compare-panel/compare-panel.class.d.ts +2 -1
  6. package/dist/components/agent-tools/compare-panel/compare-panel.styles.js +1 -1
  7. package/dist/components/agent-tools/prompt-studio/prompt-studio.class.d.ts +6 -2
  8. package/dist/components/agent-tools/prompt-studio/prompt-studio.class.js +4 -4
  9. package/dist/components/agent-tools/result-card/result-card.class.d.ts +1 -1
  10. package/dist/components/agent-tools/result-card/result-card.class.js +1 -1
  11. package/dist/components/agent-tools/result-card/result-field.class.d.ts +1 -1
  12. package/dist/components/agent-tools/result-card/result-field.class.js +1 -1
  13. package/dist/components/agent-tools/stack-trace/stack-trace.class.d.ts +1 -1
  14. package/dist/components/agent-tools/stack-trace/stack-trace.class.js +1 -1
  15. package/dist/components/agent-tools/terminal/terminal.class.d.ts +1 -1
  16. package/dist/components/agent-tools/terminal/terminal.class.js +2 -2
  17. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.class.d.ts +2 -2
  18. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.class.js +1 -1
  19. package/dist/components/agent-tools/tool-param-form/tool-param-form.class.js +1 -1
  20. package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.class.js +2 -2
  21. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.class.js +4 -4
  22. package/dist/components/agent-tools/trace-tree/span.d.ts +3 -1
  23. package/dist/components/agent-tools/trace-tree/span.js +1 -1
  24. package/dist/components/charts/chart/box-plot.class.d.ts +2 -0
  25. package/dist/components/charts/chart/box-plot.class.js +1 -1
  26. package/dist/components/charts/chart/chart.class.d.ts +6 -1
  27. package/dist/components/charts/chart/chart.class.js +1 -1
  28. package/dist/components/charts/chart/lite-chart.class.d.ts +20 -11
  29. package/dist/components/charts/chart/lite-chart.class.js +10 -8
  30. package/dist/components/conversation/chat-message/chat-message.class.d.ts +4 -3
  31. package/dist/components/conversation/code-block/code-block-core.class.d.ts +4 -3
  32. package/dist/components/conversation/code-block/code-block-core.class.js +1 -1
  33. package/dist/components/conversation/code-block/code-block-shared.d.ts +3 -3
  34. package/dist/components/conversation/code-block/code-block-shared.js +2 -2
  35. package/dist/components/conversation/code-block/code-block.class.d.ts +4 -3
  36. package/dist/components/conversation/code-block/code-block.class.js +1 -1
  37. package/dist/components/conversation/code-block/shiki-types.d.ts +2 -0
  38. package/dist/components/conversation/code-block/shiki-types.js +1 -1
  39. package/dist/components/conversation/conversation-item/conversation-item.class.js +1 -1
  40. package/dist/components/conversation/markdown/markdown-base.class.js +1 -1
  41. package/dist/components/conversation/markdown/markdown-core.class.d.ts +1 -1
  42. package/dist/components/conversation/markdown/markdown.class.d.ts +1 -1
  43. package/dist/components/conversation/message-actions/message-actions.class.d.ts +2 -0
  44. package/dist/components/conversation/message-actions/message-actions.class.js +1 -1
  45. package/dist/components/conversation/message-feedback/message-feedback.class.d.ts +3 -1
  46. package/dist/components/conversation/message-feedback/message-feedback.class.js +2 -2
  47. package/dist/components/conversation/message-parts/message-parts.class.d.ts +3 -0
  48. package/dist/components/conversation/model-select/model-select.class.js +3 -3
  49. package/dist/components/conversation/thread-list/thread-list.class.js +1 -1
  50. package/dist/components/conversation/transcript-feed/transcript-feed.class.d.ts +2 -0
  51. package/dist/components/conversation/transcript-feed/transcript-feed.class.js +1 -1
  52. package/dist/components/conversation/typing-indicator/typing-indicator.class.d.ts +2 -1
  53. package/dist/components/conversation/typing-indicator/typing-indicator.class.js +1 -1
  54. package/dist/components/conversation/usage-badge/usage-badge-overlay-runtime.d.ts +3 -0
  55. package/dist/components/conversation/usage-badge/usage-badge-overlay-runtime.js +1 -0
  56. package/dist/components/conversation/usage-badge/usage-badge.class.d.ts +4 -2
  57. package/dist/components/conversation/usage-badge/usage-badge.class.js +1 -1
  58. package/dist/components/conversation/voice-picker/voice-picker.class.js +3 -3
  59. package/dist/components/conversation/widget-renderer/resolve.d.ts +4 -6
  60. package/dist/components/conversation/widget-renderer/resolve.js +1 -1
  61. package/dist/components/data/calendar/calendar.class.d.ts +6 -3
  62. package/dist/components/data/calendar/calendar.class.js +1 -1
  63. package/dist/components/data/calendar/calendar.styles.js +1 -1
  64. package/dist/components/data/condition-builder/condition-builder.class.d.ts +3 -1
  65. package/dist/components/data/condition-builder/condition-builder.class.js +15 -1
  66. package/dist/components/data/context-meter/context-meter.class.js +2 -2
  67. package/dist/components/data/data-grid/data-grid.class.d.ts +6 -2
  68. package/dist/components/data/data-grid/data-grid.class.js +1 -1
  69. package/dist/components/data/document-library/document-library.class.d.ts +5 -2
  70. package/dist/components/data/document-library/document-library.class.js +1 -1
  71. package/dist/components/data/file-tree/file-tree.class.d.ts +2 -1
  72. package/dist/components/data/file-tree/file-tree.class.js +1 -1
  73. package/dist/components/data/flow-canvas/flow-canvas.class.d.ts +5 -2
  74. package/dist/components/data/flow-canvas/flow-canvas.styles.js +1 -1
  75. package/dist/components/data/flow-canvas/flow-model.js +1 -1
  76. package/dist/components/data/flow-canvas/flow-types.d.ts +2 -1
  77. package/dist/components/data/funnel/funnel.class.d.ts +1 -0
  78. package/dist/components/data/funnel/funnel.class.js +1 -1
  79. package/dist/components/data/gauge/gauge.class.d.ts +4 -1
  80. package/dist/components/data/gauge/gauge.class.js +6 -6
  81. package/dist/components/data/graph-query-builder/graph-query-builder.class.d.ts +5 -2
  82. package/dist/components/data/graph-query-builder/graph-query-builder.class.js +15 -1
  83. package/dist/components/data/heatmap/heatmap.class.d.ts +7 -4
  84. package/dist/components/data/heatmap/heatmap.class.js +1 -1
  85. package/dist/components/data/sparkline/sparkline.class.d.ts +2 -1
  86. package/dist/components/data/sparkline/sparkline.class.js +1 -1
  87. package/dist/components/data/stat/stat.class.d.ts +6 -2
  88. package/dist/components/data/stat/stat.class.js +1 -1
  89. package/dist/components/data/table/table.class.d.ts +5 -2
  90. package/dist/components/data/table/table.class.js +2 -2
  91. package/dist/components/data/timeline/timeline.class.d.ts +7 -2
  92. package/dist/components/data/timeline/timeline.class.js +1 -1
  93. package/dist/components/data/timeline/timeline.styles.js +1 -1
  94. package/dist/components/data/tree/tree-item.class.d.ts +3 -1
  95. package/dist/components/data/tree/tree-item.class.js +1 -1
  96. package/dist/components/data/tree/tree.class.d.ts +4 -1
  97. package/dist/components/data/tree/tree.class.js +1 -1
  98. package/dist/components/data/word-cloud/word-cloud-layout.d.ts +2 -1
  99. package/dist/components/data/word-cloud/word-cloud-layout.js +1 -1
  100. package/dist/components/data/word-cloud/word-cloud.class.d.ts +2 -1
  101. package/dist/components/forms/button/button.class.d.ts +5 -3
  102. package/dist/components/forms/button/button.class.js +1 -1
  103. package/dist/components/forms/checkbox/checkbox.class.d.ts +3 -0
  104. package/dist/components/forms/checkbox/checkbox.class.js +1 -1
  105. package/dist/components/forms/code-editor/code-editor.class.d.ts +11 -3
  106. package/dist/components/forms/code-editor/code-editor.class.js +6 -7
  107. package/dist/components/forms/code-editor/code-editor.styles.js +1 -1
  108. package/dist/components/forms/color-picker/color-picker.class.d.ts +5 -1
  109. package/dist/components/forms/color-picker/color-picker.class.js +4 -4
  110. package/dist/components/forms/combobox/combobox.class.d.ts +19 -8
  111. package/dist/components/forms/combobox/combobox.class.js +3 -3
  112. package/dist/components/forms/combobox/option.class.d.ts +4 -0
  113. package/dist/components/forms/combobox/option.class.js +2 -2
  114. package/dist/components/forms/date-picker/calendar-core.d.ts +1 -1
  115. package/dist/components/forms/date-picker/calendar-core.js +1 -1
  116. package/dist/components/forms/date-picker/date-input.class.d.ts +20 -10
  117. package/dist/components/forms/date-picker/date-input.class.js +4 -4
  118. package/dist/components/forms/date-picker/date-picker.class.d.ts +24 -13
  119. package/dist/components/forms/date-picker/date-picker.class.js +7 -7
  120. package/dist/components/forms/date-picker/date-picker.styles.js +1 -1
  121. package/dist/components/forms/emoji-picker/emoji-picker.class.d.ts +11 -3
  122. package/dist/components/forms/emoji-picker/emoji-picker.class.js +3 -3
  123. package/dist/components/forms/emoji-picker/emoji-types.d.ts +2 -2
  124. package/dist/components/forms/icon-button/icon-button.class.d.ts +4 -2
  125. package/dist/components/forms/icon-button/icon-button.class.js +1 -1
  126. package/dist/components/forms/input/input.class.d.ts +5 -1
  127. package/dist/components/forms/input/input.class.js +1 -1
  128. package/dist/components/forms/input/native-time-input.class.d.ts +3 -0
  129. package/dist/components/forms/input/number-input.class.d.ts +3 -0
  130. package/dist/components/forms/input/time-input.class.d.ts +3 -0
  131. package/dist/components/forms/input/time-input.class.js +1 -1
  132. package/dist/components/forms/locale-picker/locale-picker.class.d.ts +5 -1
  133. package/dist/components/forms/locale-picker/locale-picker.class.js +2 -2
  134. package/dist/components/forms/otp-input/otp-input.class.d.ts +5 -1
  135. package/dist/components/forms/otp-input/otp-input.class.js +1 -1
  136. package/dist/components/forms/phone-input/phone-input.class.d.ts +21 -8
  137. package/dist/components/forms/phone-input/phone-input.class.js +1 -1
  138. package/dist/components/forms/radio/radio-button.class.d.ts +4 -0
  139. package/dist/components/forms/radio/radio-group.class.d.ts +4 -1
  140. package/dist/components/forms/radio/radio-group.class.js +1 -1
  141. package/dist/components/forms/radio/radio.class.d.ts +6 -2
  142. package/dist/components/forms/radio/radio.class.js +1 -1
  143. package/dist/components/forms/rubric-form/rubric-form.class.d.ts +7 -1
  144. package/dist/components/forms/rubric-form/rubric-form.class.js +3 -3
  145. package/dist/components/forms/select/select.class.d.ts +8 -2
  146. package/dist/components/forms/select/select.class.js +2 -2
  147. package/dist/components/forms/slider/slider.class.d.ts +12 -6
  148. package/dist/components/forms/slider/slider.class.js +2 -2
  149. package/dist/components/forms/swatch-picker/swatch-picker.class.d.ts +4 -0
  150. package/dist/components/forms/swatch-picker/swatch-picker.class.js +1 -1
  151. package/dist/components/forms/switch/switch.class.d.ts +5 -1
  152. package/dist/components/forms/switch/switch.class.js +1 -1
  153. package/dist/components/forms/textarea/textarea.class.d.ts +3 -0
  154. package/dist/components/forms/textarea/textarea.class.js +1 -1
  155. package/dist/components/forms/time-range/time-range.class.d.ts +3 -0
  156. package/dist/components/forms/time-range/time-range.class.js +1 -1
  157. package/dist/components/forms/token-input/token-input.class.d.ts +8 -2
  158. package/dist/components/forms/token-input/token-input.class.js +2 -2
  159. package/dist/components/forms/token-input/token-input.styles.js +1 -1
  160. package/dist/components/layout/app-rail/app-rail.class.d.ts +3 -1
  161. package/dist/components/layout/app-rail/app-rail.class.js +1 -1
  162. package/dist/components/layout/carousel/carousel.class.d.ts +3 -2
  163. package/dist/components/layout/carousel/carousel.class.js +1 -1
  164. package/dist/components/layout/command-palette/command-palette.class.js +1 -1
  165. package/dist/components/layout/dashboard-grid/dashboard-grid.class.d.ts +2 -0
  166. package/dist/components/layout/dashboard-grid/dashboard-grid.class.js +1 -1
  167. package/dist/components/layout/details/details.class.d.ts +3 -3
  168. package/dist/components/layout/filter-bar/filter-bar.class.d.ts +3 -1
  169. package/dist/components/layout/filter-bar/filter-bar.class.js +1 -1
  170. package/dist/components/layout/menu/menu-label.class.d.ts +3 -3
  171. package/dist/components/layout/menu/menu.class.d.ts +4 -1
  172. package/dist/components/layout/menu/menu.class.js +1 -1
  173. package/dist/components/layout/multi-split/multi-split.class.d.ts +9 -3
  174. package/dist/components/layout/multi-split/multi-split.class.js +1 -1
  175. package/dist/components/layout/multi-split/multi-split.styles.js +1 -1
  176. package/dist/components/layout/reorder-list/reorder-item.class.d.ts +2 -1
  177. package/dist/components/layout/reorder-list/reorder-item.class.js +1 -1
  178. package/dist/components/layout/reorder-list/reorder-list.class.js +1 -1
  179. package/dist/components/layout/reorder-list/reorder-owner.js +1 -1
  180. package/dist/components/layout/split-panel/split-panel.class.d.ts +2 -1
  181. package/dist/components/layout/split-panel/split-panel.class.js +1 -1
  182. package/dist/components/layout/tab-group/tab-group.class.d.ts +3 -1
  183. package/dist/components/layout/tab-group/tab-group.class.js +1 -1
  184. package/dist/components/layout/widget/widget.class.d.ts +6 -2
  185. package/dist/components/layout/widget/widget.class.js +1 -1
  186. package/dist/components/media/animation/animation.class.d.ts +3 -2
  187. package/dist/components/media/animation/animation.class.js +1 -1
  188. package/dist/components/media/attachment-chip/attachment-chip.class.d.ts +4 -3
  189. package/dist/components/media/attachment-chip/attachment-chip.class.js +1 -1
  190. package/dist/components/media/av-player/av-metadata.d.ts +3 -2
  191. package/dist/components/media/av-player/av-player.class.d.ts +4 -3
  192. package/dist/components/media/av-player/av-player.class.js +3 -3
  193. package/dist/components/media/av-player/av-player.styles.js +1 -1
  194. package/dist/components/media/avatar/avatar.class.d.ts +2 -1
  195. package/dist/components/media/avatar/avatar.class.js +1 -1
  196. package/dist/components/media/file-input/file-input.class.d.ts +4 -2
  197. package/dist/components/media/file-input/file-input.class.js +1 -1
  198. package/dist/components/media/file-input/file-input.styles.js +1 -1
  199. package/dist/components/media/image-viewer/image-viewer.class.d.ts +2 -1
  200. package/dist/components/media/image-viewer/image-viewer.class.js +1 -1
  201. package/dist/components/media/image-viewer/image-viewer.styles.js +1 -1
  202. package/dist/components/media/map/map.class.d.ts +5 -3
  203. package/dist/components/media/map/map.class.js +1 -1
  204. package/dist/components/media/map/map.styles.js +1 -1
  205. package/dist/components/media/media-card/media-card.class.d.ts +1 -1
  206. package/dist/components/media/media-card/media-card.class.js +1 -1
  207. package/dist/components/media/pan-zoom/pan-zoom.class.js +1 -1
  208. package/dist/components/media/sequence-playback/sequence-playback.class.d.ts +1 -1
  209. package/dist/components/media/sequence-playback/sequence-playback.styles.js +1 -1
  210. package/dist/components/media/video/video.class.d.ts +2 -1
  211. package/dist/components/media/video/video.styles.js +1 -1
  212. package/dist/components/media/zoomable-frame/zoomable-frame.class.d.ts +3 -2
  213. package/dist/components/media/zoomable-frame/zoomable-frame.class.js +2 -2
  214. package/dist/components/overlays/chip/chip-group.class.d.ts +2 -0
  215. package/dist/components/overlays/chip/chip-group.class.js +1 -1
  216. package/dist/components/overlays/dialog/dialog.class.d.ts +2 -0
  217. package/dist/components/overlays/dialog/dialog.class.js +1 -1
  218. package/dist/components/overlays/empty/empty.class.d.ts +2 -0
  219. package/dist/components/overlays/empty/empty.class.js +1 -1
  220. package/dist/components/overlays/kbd/kbd.class.d.ts +2 -0
  221. package/dist/components/overlays/kbd/kbd.class.js +1 -1
  222. package/dist/components/overlays/overlay/popover.class.d.ts +3 -1
  223. package/dist/components/overlays/overlay/popover.class.js +1 -1
  224. package/dist/components/overlays/overlay/tooltip.class.d.ts +3 -1
  225. package/dist/components/overlays/overlay/tooltip.class.js +1 -1
  226. package/dist/components/overlays/rating/rating.class.d.ts +2 -0
  227. package/dist/components/overlays/rating/rating.class.js +1 -1
  228. package/dist/components/retrieval/embedding-explorer/embedding-explorer.class.js +2 -2
  229. package/dist/components/retrieval/entity-card/entity-card.class.d.ts +5 -2
  230. package/dist/components/retrieval/entity-card/entity-card.class.js +1 -1
  231. package/dist/components/retrieval/entity-chip/entity-chip.class.d.ts +4 -2
  232. package/dist/components/retrieval/entity-chip/entity-chip.class.js +1 -1
  233. package/dist/components/retrieval/graph/graph-canvas.js +1 -1
  234. package/dist/components/retrieval/graph/graph.class.d.ts +9 -7
  235. package/dist/components/retrieval/graph/graph.class.js +1 -1
  236. package/dist/components/retrieval/grounding-summary/grounding-summary.class.d.ts +1 -3
  237. package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.d.ts +2 -0
  238. package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.js +1 -1
  239. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts +3 -2
  240. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.js +7 -3
  241. package/dist/components/retrieval/provenance-panel/provenance-panel.class.d.ts +2 -1
  242. package/dist/components/retrieval/provenance-panel/provenance-panel.class.js +1 -1
  243. package/dist/components/retrieval/source-picker/source-picker.class.d.ts +2 -1
  244. package/dist/components/retrieval/source-picker/source-picker.class.js +1 -1
  245. package/dist/components/utility/format/format-number.class.d.ts +3 -1
  246. package/dist/components/utility/format/format-options.js +1 -1
  247. package/dist/components/utility/json-viewer/json-viewer.class.d.ts +3 -2
  248. package/dist/components/utility/json-viewer/json-viewer.class.js +2 -2
  249. package/dist/components/utility/known-date/known-date.class.d.ts +9 -5
  250. package/dist/components/utility/known-date/known-date.class.js +2 -2
  251. package/dist/components/utility/known-date/known-date.styles.js +1 -1
  252. package/dist/components/utility/mention-popover/mention-popover.class.d.ts +3 -1
  253. package/dist/components/utility/mention-popover/mention-popover.class.js +1 -1
  254. package/dist/components/utility/poll-status/poll-status.class.d.ts +3 -0
  255. package/dist/components/utility/poll-status/poll-status.styles.js +1 -1
  256. package/dist/components/viewers/calendar-viewer/calendar-viewer.class.d.ts +1 -0
  257. package/dist/components/viewers/calendar-viewer/calendar-viewer.class.js +1 -1
  258. package/dist/components/viewers/dataset-viewer/dataset-viewer.class.d.ts +2 -1
  259. package/dist/components/viewers/dataset-viewer/dataset-viewer.styles.js +1 -1
  260. package/dist/components/viewers/document-preview/document-preview.class.d.ts +4 -2
  261. package/dist/components/viewers/document-preview/document-preview.class.js +1 -1
  262. package/dist/components/viewers/document-preview/document-preview.styles.js +1 -1
  263. package/dist/components/viewers/document-viewer/document-viewer.class.d.ts +3 -2
  264. package/dist/components/viewers/document-viewer/document-viewer.class.js +2 -2
  265. package/dist/components/viewers/document-viewer/registry-ownership.d.ts +1 -0
  266. package/dist/components/viewers/document-viewer/registry-ownership.js +1 -0
  267. package/dist/components/viewers/document-viewer/registry.js +1 -1
  268. package/dist/components/viewers/ebook-viewer/ebook-viewer.class.d.ts +7 -1
  269. package/dist/components/viewers/ebook-viewer/ebook-viewer.class.js +1 -1
  270. package/dist/components/viewers/email-viewer/email-viewer.class.d.ts +2 -1
  271. package/dist/components/viewers/email-viewer/email-viewer.class.js +2 -2
  272. package/dist/components/viewers/include/include-resource.js +1 -1
  273. package/dist/components/viewers/include/include.class.d.ts +3 -1
  274. package/dist/components/viewers/notebook-viewer/notebook-viewer.class.d.ts +4 -2
  275. package/dist/components/viewers/notebook-viewer/notebook-viewer.class.js +4 -4
  276. package/dist/components/viewers/notebook-viewer/notebook-viewer.styles.js +1 -1
  277. package/dist/components/viewers/passive-markup.js +1 -1
  278. package/dist/components/viewers/svg-viewer/svg-viewer.class.d.ts +2 -1
  279. package/dist/components/viewers/svg-viewer/svg-viewer.styles.js +1 -1
  280. package/dist/components/viewers/xml-viewer/xml-viewer.class.d.ts +2 -1
  281. package/dist/components/viewers/xml-viewer/xml-viewer.class.js +1 -1
  282. package/dist/components/viewers/xml-viewer/xml-viewer.js +1 -1
  283. package/dist/custom-elements-jsx.d.ts +1 -1
  284. package/dist/internal/aria-reflection.js +1 -1
  285. package/dist/internal/catalog-picker.js +1 -1
  286. package/dist/internal/default-strings.generated.d.ts +1 -1
  287. package/dist/internal/default-strings.generated.js +1 -1
  288. package/dist/internal/dev-mode-attribute-warning.d.ts +3 -0
  289. package/dist/internal/dev-mode-attribute-warning.js +1 -1
  290. package/dist/internal/form-associated.js +1 -1
  291. package/dist/internal/localization-types.d.ts +1 -1
  292. package/dist/internal/localization.js +1 -1
  293. package/dist/internal/lyra-element.js +1 -1
  294. package/dist/internal/native-control-description.d.ts +7 -0
  295. package/dist/internal/native-control-description.js +1 -0
  296. package/dist/internal/option-selection.js +1 -1
  297. package/dist/internal/overlay-order.d.ts +6 -0
  298. package/dist/internal/overlay-order.js +1 -0
  299. package/dist/internal/overlay-stack.d.ts +1 -1
  300. package/dist/internal/overlay-stack.js +1 -1
  301. package/dist/internal/package-metadata.d.ts +1 -1
  302. package/dist/internal/package-metadata.js +1 -1
  303. package/dist/internal/positioner.d.ts +5 -4
  304. package/dist/internal/reactive-property-writes.d.ts +1 -0
  305. package/dist/internal/reactive-property-writes.js +1 -0
  306. package/dist/internal/svg-title.d.ts +3 -0
  307. package/dist/internal/svg-title.js +1 -0
  308. package/dist/svelte.d.ts +1 -1
  309. package/dist/translations/ar.js +1 -1
  310. package/dist/translations/de.js +1 -1
  311. package/dist/translations/es.js +1 -1
  312. package/dist/translations/fa.js +1 -1
  313. package/dist/translations/fr.js +1 -1
  314. package/dist/translations/he.js +1 -1
  315. package/dist/translations/ja.js +1 -1
  316. package/dist/translations/pt-BR.js +1 -1
  317. package/dist/translations/ru.js +1 -1
  318. package/dist/translations/zh-CN.js +1 -1
  319. package/dist/vue.d.ts +1 -1
  320. package/llms/components/lr-accordion-item.md +4 -0
  321. package/llms/components/lr-accordion.md +4 -0
  322. package/llms/components/lr-agent-trace.md +3 -0
  323. package/llms/components/lr-animation.md +4 -0
  324. package/llms/components/lr-app-rail-item.md +4 -2
  325. package/llms/components/lr-app-rail.md +4 -2
  326. package/llms/components/lr-attachment-chip.md +6 -0
  327. package/llms/components/lr-av-player.md +14 -0
  328. package/llms/components/lr-avatar.md +4 -0
  329. package/llms/components/lr-box-plot.md +6 -0
  330. package/llms/components/lr-button.md +11 -3
  331. package/llms/components/lr-calendar-viewer.md +4 -0
  332. package/llms/components/lr-calendar.md +5 -0
  333. package/llms/components/lr-carousel.md +5 -0
  334. package/llms/components/lr-chart.md +13 -4
  335. package/llms/components/lr-chat-message.md +4 -0
  336. package/llms/components/lr-checkbox.md +3 -0
  337. package/llms/components/lr-chip-group.md +3 -0
  338. package/llms/components/lr-chip.md +3 -0
  339. package/llms/components/lr-code-block-core.md +16 -4
  340. package/llms/components/lr-code-block.md +7 -0
  341. package/llms/components/lr-code-editor.md +18 -5
  342. package/llms/components/lr-color-picker.md +9 -0
  343. package/llms/components/lr-combobox.md +35 -4
  344. package/llms/components/lr-command-palette.md +4 -0
  345. package/llms/components/lr-commit-card.md +3 -0
  346. package/llms/components/lr-compare-panel.md +7 -0
  347. package/llms/components/lr-condition-builder.md +5 -0
  348. package/llms/components/lr-conversation-item.md +3 -0
  349. package/llms/components/lr-copy-button.md +6 -0
  350. package/llms/components/lr-dashboard-grid.md +5 -0
  351. package/llms/components/lr-data-grid.md +11 -1
  352. package/llms/components/lr-dataset-viewer.md +3 -2
  353. package/llms/components/lr-date-input.md +46 -6
  354. package/llms/components/lr-date-picker.md +46 -6
  355. package/llms/components/lr-details.md +4 -0
  356. package/llms/components/lr-dialog.md +4 -0
  357. package/llms/components/lr-document-library.md +4 -0
  358. package/llms/components/lr-document-preview.md +7 -1
  359. package/llms/components/lr-document-viewer.md +9 -3
  360. package/llms/components/lr-dropdown-item.md +4 -0
  361. package/llms/components/lr-dropdown.md +3 -0
  362. package/llms/components/lr-ebook-viewer.md +4 -0
  363. package/llms/components/lr-email-viewer.md +5 -0
  364. package/llms/components/lr-emoji-picker.md +17 -3
  365. package/llms/components/lr-empty.md +3 -0
  366. package/llms/components/lr-entity-card.md +3 -0
  367. package/llms/components/lr-entity-chip.md +4 -0
  368. package/llms/components/lr-file-input.md +7 -0
  369. package/llms/components/lr-file-tree.md +5 -1
  370. package/llms/components/lr-filter-bar.md +5 -0
  371. package/llms/components/lr-flow-canvas.md +8 -1
  372. package/llms/components/lr-flow-node.md +2 -1
  373. package/llms/components/lr-flow-run-status.md +1 -1
  374. package/llms/components/lr-format-number.md +4 -0
  375. package/llms/components/lr-funnel.md +4 -0
  376. package/llms/components/lr-gauge.md +4 -0
  377. package/llms/components/lr-generation-metrics.md +5 -0
  378. package/llms/components/lr-graph-query-builder.md +6 -0
  379. package/llms/components/lr-graph.md +8 -2
  380. package/llms/components/lr-heatmap.md +13 -0
  381. package/llms/components/lr-icon-button.md +7 -0
  382. package/llms/components/lr-image-viewer.md +9 -0
  383. package/llms/components/lr-include.md +5 -0
  384. package/llms/components/lr-ingestion-queue.md +4 -0
  385. package/llms/components/lr-input.md +22 -8
  386. package/llms/components/lr-json-viewer.md +4 -0
  387. package/llms/components/lr-kbd.md +3 -0
  388. package/llms/components/lr-knowledge-graph-explorer.md +7 -0
  389. package/llms/components/lr-known-date.md +7 -0
  390. package/llms/components/lr-lite-chart.md +21 -4
  391. package/llms/components/lr-live-region.md +3 -0
  392. package/llms/components/lr-locale-picker.md +6 -0
  393. package/llms/components/lr-map.md +8 -0
  394. package/llms/components/lr-markdown-core.md +4 -0
  395. package/llms/components/lr-markdown.md +8 -4
  396. package/llms/components/lr-media-card.md +5 -2
  397. package/llms/components/lr-mention-popover.md +5 -0
  398. package/llms/components/lr-menu-item.md +4 -0
  399. package/llms/components/lr-menu-label.md +4 -3
  400. package/llms/components/lr-menu.md +4 -0
  401. package/llms/components/lr-message-actions.md +3 -0
  402. package/llms/components/lr-message-feedback.md +4 -0
  403. package/llms/components/lr-message-parts.md +3 -2
  404. package/llms/components/lr-model-select.md +8 -0
  405. package/llms/components/lr-multi-split.md +15 -6
  406. package/llms/components/lr-native-time-input.md +10 -0
  407. package/llms/components/lr-node-palette.md +3 -0
  408. package/llms/components/lr-notebook-viewer.md +4 -1
  409. package/llms/components/lr-number-input.md +12 -1
  410. package/llms/components/lr-option.md +35 -4
  411. package/llms/components/lr-otp-input.md +10 -0
  412. package/llms/components/lr-pan-zoom.md +1 -2
  413. package/llms/components/lr-phone-input.md +20 -5
  414. package/llms/components/lr-poll-status.md +4 -0
  415. package/llms/components/lr-popover.md +3 -0
  416. package/llms/components/lr-popup.md +3 -2
  417. package/llms/components/lr-prompt-studio.md +7 -0
  418. package/llms/components/lr-provenance-panel.md +3 -0
  419. package/llms/components/lr-push-to-talk.md +3 -0
  420. package/llms/components/lr-radio-button.md +13 -4
  421. package/llms/components/lr-radio-group.md +5 -0
  422. package/llms/components/lr-radio.md +9 -0
  423. package/llms/components/lr-rating.md +3 -0
  424. package/llms/components/lr-reorder-item.md +6 -0
  425. package/llms/components/lr-reorder-list.md +6 -0
  426. package/llms/components/lr-result-card.md +3 -0
  427. package/llms/components/lr-result-field.md +3 -0
  428. package/llms/components/lr-rubric-form.md +12 -0
  429. package/llms/components/lr-select.md +9 -0
  430. package/llms/components/lr-sequence-playback.md +4 -0
  431. package/llms/components/lr-slider.md +16 -4
  432. package/llms/components/lr-source-picker.md +4 -0
  433. package/llms/components/lr-span-waterfall.md +3 -0
  434. package/llms/components/lr-sparkline.md +4 -0
  435. package/llms/components/lr-split-panel.md +4 -0
  436. package/llms/components/lr-stack-trace.md +3 -0
  437. package/llms/components/lr-stat.md +10 -0
  438. package/llms/components/lr-subagent-panel.md +3 -2
  439. package/llms/components/lr-svg-viewer.md +3 -0
  440. package/llms/components/lr-swatch-picker.md +4 -0
  441. package/llms/components/lr-switch.md +6 -0
  442. package/llms/components/lr-tab-group.md +4 -0
  443. package/llms/components/lr-table.md +10 -2
  444. package/llms/components/lr-terminal.md +3 -0
  445. package/llms/components/lr-textarea.md +9 -0
  446. package/llms/components/lr-thread-list.md +6 -3
  447. package/llms/components/lr-time-input.md +3 -0
  448. package/llms/components/lr-time-range.md +5 -0
  449. package/llms/components/lr-timeline-item.md +6 -0
  450. package/llms/components/lr-timeline.md +6 -0
  451. package/llms/components/lr-token-input.md +14 -0
  452. package/llms/components/lr-tool-call-chip.md +5 -3
  453. package/llms/components/lr-tool-param-form.md +4 -0
  454. package/llms/components/lr-tool-result-dialog.md +4 -0
  455. package/llms/components/lr-tool-select-dialog.md +4 -0
  456. package/llms/components/lr-tooltip.md +6 -0
  457. package/llms/components/lr-trace-tree.md +3 -0
  458. package/llms/components/lr-transcript-feed.md +3 -0
  459. package/llms/components/lr-tree-item.md +12 -5
  460. package/llms/components/lr-tree.md +12 -5
  461. package/llms/components/lr-typing-indicator.md +3 -0
  462. package/llms/components/lr-usage-badge.md +4 -0
  463. package/llms/components/lr-video.md +8 -2
  464. package/llms/components/lr-virtual-list.md +5 -3
  465. package/llms/components/lr-voice-picker.md +8 -0
  466. package/llms/components/lr-widget-renderer.md +9 -0
  467. package/llms/components/lr-widget.md +4 -2
  468. package/llms/components/lr-word-cloud.md +4 -0
  469. package/llms/components/lr-xml-viewer.md +9 -2
  470. package/llms/components/lr-zoomable-frame.md +6 -3
  471. package/llms-full.txt +4080 -2711
  472. package/package.json +2 -2
  473. package/vscode-css-data.json +1 -1
  474. package/vscode-html-data.json +1 -1
  475. package/web-types.json +1 -1
@@ -26,7 +26,7 @@ export type LyraMessage=string|LyraPluralMessage;
26
26
  * additional keys as well; components may use a component-specific key when
27
27
  * a message is not part of this common set.
28
28
  */
29
- export type LyraMessageKey='noData'|'graphLegendLabel'|'legendTypeShown'|'legendTypeHidden'|'entityChipWithType'|'jumpToLatest'|'terminalLabel'|'terminalDownload'|'terminalHighlightLine'|'schemaViewerIssueLimit'|'toolParamMissingProperty'|'toolParamBooleanUnset'|'toolParamBooleanTrue'|'toolParamBooleanFalse'|'toolParamSchemaLimit'|'testResultsLimit'|'toolTimelineLimit'|'toolSelectLimit'|'sequenceStripEmpty'|'sequenceStripCategoryCount'|'sequenceStripUnnamedCategory'|'noColumns'|'dataGridColumnMenu'|'dataGridPinStart'|'dataGridPinEnd'|'dataGridUnpin'|'dataGridRowsPerPage'|'dataGridTreeLimitReached'|'loadMore'|'viewerSearchMatchCount'|'viewerSearchNoMatches'|'viewerSearchActiveMatch'|'viewerHighlightLabel'|'tableFilterLabel'|'tableFilterPlaceholder'|'tableLoading'|'tableEditCell'|'carousel'|'carouselLabel'|'carouselSlide'|'carouselSlidePosition'|'carouselSlideAnnouncement'|'carouselSlideAnnouncementSeparator'|'carouselIndicators'|'carouselGoTo'|'imageComparerLabel'|'zoomableFrameLabel'|'zoomControls'|'zoomOut'|'zoomIn'|'lightboxLabel'|'lightboxImagePosition'|'scrollerLabel'|'chatViewportLabel'|'newMessageCount'|'newMessagesCount'|'newMessages'|'scrollPrevious'|'scrollNext'|'showAllColumns'|'showFewerColumns'|'clear'|'openCalendar'|'open'|'close'|'closeNavigation'|'openNavigation'|'resizeNavigation'|'resizeColumn'|'resizeValuePixels'|'resizeValuePercent'|'copy'|'copyJson'|'copied'|'expand'|'collapse'|'expandMessage'|'collapseMessage'|'messageActionsLabel'|'regenerateResponse'|'editMessage'|'showMore'|'showMoreCount'|'showLess'|'retry'|'remove'|'removeWithContext'|'playWithContext'|'pauseWithContext'|'loading'|'loadingDocument'|'calendarPreviousMonth'|'calendarNextMonth'|'noMatches'|'previous'|'next'|'paginationLabel'|'paginationPage'|'paginationJumpToPage'|'branchPickerLabel'|'branchPrevious'|'branchNext'|'branchPosition'|'paginationSummary'|'paginationEmptySummary'|'paginationApplied'|'cancel'|'confirm'|'search'|'circularReference'|'items'|'item'|'trendOf'|'wordCloud'|'wordCloudLegend'|'wordCloudWordAnnouncement'|'comboboxLoadError'|'comboboxSelectedOverflow'|'promptQueueItemLabel'|'promptQueueActionLabel'|'notInCatalog'|'sendMessage'|'stopGenerating'|'dropzoneReleaseToAdd'|'dropzoneRejectedType'|'fileSizeUnitB'|'fileSizeUnitKb'|'fileSizeUnitMb'|'fileSizeUnitGb'|'fileSizeUnitTb'|'chartCategory'|'chartTotal'|'chartAxisTotal'|'chartPrimaryAxis'|'chartSecondaryAxis'|'chartPointLabel'|'chartPointCoordinates'|'chartBubblePointCoordinates'|'chartLabeledPoint'|'resetZoom'|'chatSending'|'chatResponding'|'chatFailedToSend'|'chatFailedAnnounce'|'chatCompleteAnnounce'|'showMoreCollapsed'|'expandCode'|'collapseCode'|'copyCode'|'copiedToClipboard'|'codeRegion'|'codeRegionWithLanguage'|'codeBlockLineLabel'|'copyDiff'|'diffViewOldLabel'|'diffViewNewLabel'|'diffViewHiddenLines'|'diffViewTooLarge'|'jsonArray'|'jsonObject'|'jsonValue'|'jsonCopyLabel'|'jsonExpandLabel'|'jsonCollapseLabel'|'jsonItemCount'|'jsonKeyCount'|'jsonViewerLimit'|'untitledSource'|'sourcePageSuffix'|'toolCall'|'statusPending'|'statusRunning'|'statusSuccess'|'statusError'|'statusDenied'|'maximize'|'restore'|'wordCloudWord'|'wordCloudWords'|'promptStudioVariableName'|'promptStudioVariableValue'|'schemaViewerLimit'|'subagentPanelLimit'|'pollPause'|'pollResume'|'pollInactive'|'pollRefreshing'|'pollPaused'|'pollPausedAnnounce'|'pollResumedAnnounce'|'pollRefreshingAnnounce'|'randomContentPause'|'randomContentResume'|'attachmentAdd'|'attachmentTriggerFiles'|'attachmentTriggerImage'|'attachmentTriggerCamera'|'attachmentMenuFiles'|'attachmentMenuImage'|'attachmentMenuCamera'|'checkboxRequired'|'checkboxGroupRequired'|'tokenInputRequired'|'tokenInputEditWithContext'|'commandPaletteLabel'|'commandPalettePlaceholder'|'commandPaletteEmpty'|'commandPaletteResults'|'iconButtonLabel'|'codeEditorLabel'|'calendarLabel'|'calendarEmpty'|'switchRequired'|'citationHighConfidence'|'citationMediumConfidence'|'citationLowConfidence'|'citationVerified'|'citationUnverified'|'contextMeterUsed'|'contextMeterUsedOfTotal'|'contextMeterLabeledSummary'|'contextMeterSegmentLabel'|'gaugeLabel'|'gaugeValueLabel'|'untitledConversation'|'dockPanelCollapse'|'dockPanelExpand'|'dockPanelResize'|'documentPreviewAlt'|'documentPreviewUrlNotAllowed'|'documentPreviewFailedToLoad'|'documentPreviewResourceTooLarge'|'documentPreviewGenericError'|'ebookViewerLoadError'|'ebookViewerRegionLabel'|'ebookViewerPreviousChapter'|'ebookViewerNextChapter'|'fileTypeFile'|'fileTypePdf'|'fileTypeWord'|'fileTypeSpreadsheet'|'fileTypePresentation'|'fileTypeText'|'fileTypeCode'|'fileTypeArchive'|'fileTypeImage'|'fileTypeAudio'|'fileTypeVideo'|'fileTypeWithSize'|'pptxViewerLabel'|'pptxViewerFidelityNotice'|'pptxViewerRenderError'|'pptxViewerPreviousSlide'|'pptxViewerNextSlide'|'pptxViewerSlideOf'|'documentViewerLabel'|'attachmentPreviewName'|'attachmentPreviewFile'|'documentViewerMissingSanitizer'|'docxViewerLabel'|'docxViewerMissingConverter'|'svgViewerLabel'|'htmlViewerLabel'|'datasetViewerMissingParser'|'datasetViewerEmpty'|'datasetViewerCaption'|'datasetViewerCaptionNamed'|'contactViewerLabel'|'contactViewerNoContacts'|'contactViewerUnnamedContact'|'contactViewerPhoneLabel'|'contactViewerEmailLabel'|'contactViewerAddressLabel'|'contactViewerOrganization'|'contactViewerTypedValue'|'contactViewerAddressFormat'|'contactViewerTypeHome'|'contactViewerTypeWork'|'contactViewerTypeCell'|'contactViewerTypeVoice'|'contactViewerTypeFax'|'contactViewerTypeInternet'|'contactViewerTypePreferred'|'exportButtonLabel'|'generationStatusElapsedSeconds'|'generationStatusTokenCount'|'generationStatusTokensCount'|'generationStatusThroughput'|'graphDataList'|'graphItemAnnouncement'|'navigation'|'attachmentRetryWithContext'|'attachmentUploadingWithContext'|'attachmentUploadingProgress'|'attachmentUploadingIndeterminate'|'attachmentUploadFailed'|'attachmentUntitledFile'|'chartTrendIncreasing'|'chartTrendDecreasing'|'chartTrendFlat'|'chartSummary'|'chartSeriesNoData'|'chartSummaryWithData'|'chartSummaryEmpty'|'chartSummarySeparator'|'chartData'|'chartDataSampled'|'chartZoomUnavailable'|'chartDataLabelsUnavailable'|'chartStackTotalsUnavailable'|'chartAnnotationsUnavailable'|'chart'|'chartTypeLine'|'chartTypeBar'|'chartTypeScatter'|'chartTypePie'|'chartTypeDoughnut'|'chartTypeRadar'|'chartTypePolarArea'|'chartTypeBubble'|'boxPlotSeriesSummary'|'boxPlotSummaryWithData'|'boxPlotSummaryEmpty'|'boxPlotData'|'chartSeriesLabel'|'boxPlotMin'|'boxPlotQ1'|'boxPlotMedian'|'boxPlotQ3'|'boxPlotMax'|'boxPlot'|'histogramFrequency'|'liteChartMarkSummary'|'liteChartBarLabel'|'chartValueLabel'|'liteChartCustomMarkSummary'|'composerLabel'|'composerPlaceholder'|'textareaLabel'|'citation'|'citationWithStatus'|'citationWithCustomLabel'|'comboboxOverflow'|'comboboxRequired'|'comboboxCreate'|'comboboxLabel'|'rename'|'previousMonth'|'nextMonth'|'chooseDate'|'date'|'dateInputMinMessage'|'dateInputMaxMessage'|'dateInputPastDisabled'|'dateInputFutureDisabled'|'dateInputInvalid'|'timeInputLabel'|'timeInputHour'|'timeInputMinute'|'timeInputSecond'|'timeInputDayPeriod'|'timeInputEmptySegment'|'timeInputOpen'|'timeInputPopup'|'timeInputNow'|'timeInputInvalid'|'timeInputMinMessage'|'timeInputMaxMessage'|'timeInputRangeMessage'|'timeInputStepMessage'|'documentPreviewEmpty'|'convertingDocument'|'documentPreviewNotAvailable'|'documentPreviewGenericFile'|'documentPreviewTypeDocument'|'documentPreviewTypeImage'|'documentPreviewTypeEmail'|'documentPreviewTypeCalendar'|'archiveViewerEmpty'|'archiveViewerFolder'|'archiveViewerFile'|'documentPreviewTypeDataset'|'documentPreviewTypeContact'|'download'|'exportFormatMenuLabel'|'fileInputDefaultLabel'|'fileInputAcceptedOne'|'fileInputAcceptedMany'|'fileInputRejectedOne'|'fileInputRejectedMany'|'fileInputFolderRejected'|'fileInputRejectedType'|'fileInputRejectedSize'|'fileInputRejectedCount'|'fileInputRejectedRead'|'fileInputRejectedLimit'|'elapsedMinutesSecondsTemplate'|'graphNode'|'graphLink'|'graphDiagram'|'graphTypedNode'|'graphExpandableItem'|'graphNodeFocused'|'graphSelectionCount'|'graphNodesHidden'|'graphCommunity'|'heatmapValueLabel'|'heatmapMatrixCellLabel'|'heatmapCalendarLabel'|'heatmapMatrixLabel'|'heatmapCalendarCellLabel'|'heatmapNoDataValue'|'heatmapDefaultRowLabel'|'heatmapDefaultColLabel'|'heatmapSelectedCellLabel'|'heatmapProjectionLimit'|'heatmapDecorationLimit'|'inputLabel'|'showPassword'|'hidePassword'|'radioRequired'|'progress'|'responsivePanel'|'popover'|'details'|'breadcrumb'|'timeline'|'timelineClusterCount'|'rating'|'sliderLabel'|'feedbackPositive'|'feedbackNegative'|'feedbackReasonsLabel'|'feedbackCommentLabel'|'feedbackCommentPlaceholder'|'feedbackSubmit'|'feedbackSubmitted'|'colorPicker'|'mediaCardUntitledFile'|'mediaCardOpenName'|'mediaCardOpenImageAttachment'|'mediaCardOpenVideoAttachment'|'mediaCardOpenFileAttachment'|'mediaCardImageAttachment'|'mediaCardVideoAttachment'|'animatedImageDefaultAlt'|'mentionSuggestions'|'mentionResultCount'|'mentionResultPosition'|'suggestionsLabel'|'map'|'model'|'selectModel'|'modelSelectNoModels'|'modelSelectRequired'|'temperature'|'play'|'playbackPosition'|'playbackStepPosition'|'videoPlayerLabel'|'videoMute'|'videoUnmute'|'videoVolume'|'videoCaptions'|'videoCaptionsOff'|'videoPlaybackSpeed'|'videoPictureInPicture'|'videoExitPictureInPicture'|'videoEnterFullscreen'|'videoExitFullscreen'|'videoPlaylistLabel'|'videoPlaylistUntitled'|'selectValueMissing'|'select'|'sourceListDefaultLabel'|'threadListLabel'|'threadGroupPinned'|'threadGroupToday'|'threadGroupYesterday'|'threadGroupPrevious7Days'|'threadGroupPrevious30Days'|'threadGroupArchived'|'threadGroupExpand'|'threadGroupCollapse'|'pinConversation'|'unpinConversation'|'archiveConversation'|'unarchiveConversation'|'deleteConversation'|'searchThreads'|'threadListMatchAnnounce'|'threadListEmpty'|'agentWorkspaceLabel'|'agentWorkspaceConversation'|'agentWorkspaceDetails'|'agentWorkspaceRun'|'agentWorkspaceTools'|'agentWorkspaceRetrieval'|'agentWorkspaceGrounding'|'agentWorkspaceContext'|'agentWorkspaceEmpty'|'ragAnswerLabel'|'ragAnswerCitations'|'ragAnswerSources'|'ragAnswerRetry'|'evaluationDashboardLabel'|'evaluationDashboardRunsLabel'|'evaluationDashboardNoRuns'|'approvalQueueLabel'|'approvalQueueEmpty'|'approvalQueueOpen'|'approvalQueuePendingCount'|'approvalQueuePending'|'embeddingExplorerLabel'|'embeddingExplorerEmpty'|'embeddingExplorerPoint'|'knowledgeBaseAdminLabel'|'knowledgeBaseAdminSourcesTab'|'knowledgeBaseAdminIngestionTab'|'resizeDivider'|'trendUnchanged'|'statTrendIncreased'|'statTrendDecreased'|'statTrendGood'|'statTrendBad'|'statTrendAnnouncement'|'streamStalled'|'streamStallAnnounce'|'streamRecoverAnnounce'|'streamStallClearedAnnounce'|'thinkingPanelLabel'|'messagePartsLabel'|'messagePartError'|'messagePartRetry'|'promptQueueLabel'|'promptQueueEmpty'|'promptQueueSendNow'|'selectionToolbarLabel'|'selectionAsk'|'selectionQuote'|'selectionCite'|'promptInputLabel'|'promptInputControls'|'promptInputSources'|'promptInputAttachments'|'mcpAppLabel'|'mcpAppUnavailable'|'mcpAppLoading'|'taskListLabel'|'taskListCompletedOfTotal'|'taskListStepStartedAnnounce'|'taskListStepCompletedAnnounce'|'taskListStepFailedAnnounce'|'activityFeedLabel'|'activityFeedCompletedSteps'|'activityFeedCompletedStep'|'handoffLabel'|'handoffToAgent'|'handoffFromToAgent'|'usageBadgeLabel'|'usageBadgeTokensIn'|'usageBadgeTokensOut'|'usageBadgeTokensInLabel'|'usageBadgeTokensOutLabel'|'usageBadgeTotalTokensLabel'|'usageBadgeCostLabel'|'usageBadgeLatencyLabel'|'checkpointLabel'|'checkpointRestore'|'checkpointRestoreWithContext'|'checkpointRestoring'|'checkpointConfirmPrompt'|'thoughtFor'|'thinking'|'rangeStart'|'rangeEnd'|'calloutAnnouncementWithContext'|'closeWithContext'|'closeWithTruncatedContext'|'toastContentIncomplete'|'toastOverflow'|'toolApprovalHeading'|'toolApprovalGenericTool'|'toolApprovalArgsLabel'|'confirmApproved'|'confirmDenied'|'confirmApprovedAnnounce'|'confirmDeniedAnnounce'|'deny'|'edit'|'approve'|'invalidJson'|'fieldRequired'|'fieldMustBeString'|'fieldMustBeNumber'|'fieldMustBeInteger'|'fieldMustBeBoolean'|'unsupportedFieldType'|'fieldMustBeOneOf'|'fieldMustEqual'|'schemaMustBeObject'|'schemaPropertiesMustBeFlat'|'valueMustBeSerializable'|'valueInvalid'|'phoneInputLabel'|'phoneInputIncomplete'|'otpInputIncomplete'|'otpInputLabel'|'numberInputIncrease'|'numberInputDecrease'|'textareaCharacterCount'|'textareaCharactersRemaining'|'copyFailed'|'colorPickerSaturationBrightness'|'colorPickerSaturationBrightnessValue'|'colorPickerHue'|'colorPickerHueValue'|'colorPickerOpacity'|'colorPickerOpacityValue'|'colorPickerValueField'|'colorPickerToggleFormat'|'colorPickerEyeDropper'|'colorPickerSwatches'|'colorPickerSwatch'|'colorPickerCurrentValue'|'selectSelectedOverflow'|'iconLoadError'|'iconTooLarge'|'iconSanitizerMissing'|'paginationFirstPage'|'paginationLastPage'|'accessibleLabelSeparator'|'durationMilliseconds'|'durationSeconds'|'selectTools'|'searchToolsPlaceholder'|'useDefaultTools'|'toolSelectCustomizeHint'|'noMatchesQuery'|'toolSelectNoneAvailable'|'toolSelectSummary'|'toolCount'|'otherCategory'|'widgetFullscreenPanel'|'widgetViewGroup'|'widgetExitFullscreen'|'widgetExpandToFullscreen'|'widgetCollapse'|'widgetExpand'|'menuLabel'|'pause'|'kbdEscapeVisual'|'kbdEscapeWord'|'kbdTabWord'|'kbdSpaceWord'|'kbdDeleteVisual'|'kbdDeleteWord'|'kbdHomeWord'|'kbdEndWord'|'kbdPageUpVisual'|'kbdPageUpWord'|'kbdPageDownVisual'|'kbdPageDownWord'|'kbdEnterWord'|'kbdBackspaceWord'|'kbdArrowUpWord'|'kbdArrowDownWord'|'kbdArrowLeftWord'|'kbdArrowRightWord'|'kbdPlusWord'|'kbdMinusWord'|'kbdCommandWord'|'kbdControlVisual'|'kbdControlWord'|'kbdOptionWord'|'kbdAltWord'|'kbdShiftWord'|'emailViewerLabel'|'emailViewerMissingParser'|'emailViewerFrom'|'emailViewerTo'|'emailViewerSubject'|'emailViewerDate'|'emailViewerAttachments'|'emailViewerUnnamedAttachment'|'emailViewerNoSubject'|'emailViewerOpenAttachment'|'emailViewerShowQuoted'|'emailViewerHideQuoted'|'emailViewerGroupAddress'|'calendarViewerLabel'|'calendarViewerMissingParser'|'calendarViewerEmpty'|'calendarViewerNoSummary'|'pdfViewerLabel'|'pdfViewerMissingLibrary'|'qrCodeMissingLibrary'|'qrCodeGenerationFailed'|'mapMissingLibrary'|'mapStyleRequired'|'mapWebglUnavailable'|'mapInitializationFailed'|'mapLegend'|'chartMissingLibrary'|'boxPlotMissingLibrary'|'graphMissingLibrary'|'pdfViewerPageOf'|'pdfViewerZoomIn'|'pdfViewerZoomOut'|'pdfViewerCurrentZoom'|'pdfViewerPreviousPage'|'pdfViewerNextPage'|'anchorJumped'|'anchorJumpedToPage'|'anchorNotFound'|'highlightLayerLabel'|'highlightWithLabel'|'cellHighlightWithLabel'|'highlightOfTotal'|'pageRailLabel'|'pageRailPage'|'pageRailPageHighlighted'|'spreadsheetViewerUnavailable'|'csvViewerUnavailable'|'csvViewerLabel'|'spreadsheetViewerLabel'|'knownDateDay'|'knownDateMonth'|'knownDateYear'|'skipToContent'|'tourSkip'|'tourDone'|'tourStepOf'|'emojiPickerSearchLabel'|'emojiPickerGridLabel'|'emojiPickerEmpty'|'emojiPickerLoadError'|'emojiPickerGroupSmileysEmotion'|'emojiPickerGroupPeopleBody'|'emojiPickerGroupComponent'|'emojiPickerGroupAnimalsNature'|'emojiPickerGroupFoodDrink'|'emojiPickerGroupTravelPlaces'|'emojiPickerGroupActivities'|'emojiPickerGroupObjects'|'emojiPickerGroupSymbols'|'emojiPickerGroupFlags'|'emojiPickerGroupUnknown'|'pushToTalkRequesting'|'pushToTalkDenied'|'pushToTalkError'|'pushToTalkUnsupported'|'pushToTalkStarted'|'pushToTalkStopped'|'pushToTalkCancelled'|'pushToTalkHold'|'pushToTalkStart'|'pushToTalkStop'|'traceTree'|'traceTreeSpanStatus'|'traceTreeMetricLabel'|'spanProjectionLimit'|'agentTraceFilterLabel'|'spanKindAgent'|'spanKindLlm'|'spanKindTool'|'spanKindRetriever'|'spanKindEmbedding'|'spanKindOther'|'tokensIn'|'tokensOut'|'cost'|'duration'|'spanWaterfall'|'spanStartedAtOffset'|'rubricSubmit'|'rubricSubmitAndNext'|'rubricSkip'|'compareResponseA'|'compareResponseB'|'compareVoteLabel'|'compareVoteBetter'|'compareVoteTie'|'compareVoteBothBad'|'compareVoteRecorded'|'comparePanel'|'audioVisualizerLabel'|'audioVisualizerIdle'|'audioVisualizerListening'|'audioVisualizerThinking'|'audioVisualizerSpeaking'|'treeNodeMoved'|'fileTreeLabel'|'fileTreeDiffSummary'|'gitStatusAdded'|'gitStatusModified'|'gitStatusDeleted'|'gitStatusRenamed'|'gitStatusUntracked'|'gitStatusConflicted'|'gitStatusIgnored'|'imageViewerLabel'|'imageViewerFailedToLoad'|'imageViewerRotate'|'imageViewerFitLabel'|'imageViewerFitContain'|'imageViewerFitWidth'|'imageViewerFitActual'|'imageViewerAnnotate'|'imageViewerHighlightsLabel'|'imageViewerUnlabeledHighlight'|'imageViewerAnnotationHint'|'imageViewerAnnotationBoxPosition'|'imageViewerAnnotationAdded'|'imageViewerAnnotationCancelled'|'transcriptFeedLabel'|'transcriptFeedEmpty'|'transcriptFeedInterim'|'commitCardLabel'|'commitCardCopyHash'|'commitCardDiffSummary'|'commitCardShowFiles'|'commitCardHideFiles'|'stackTraceLabel'|'stackTraceLimit'|'stackTraceShowFrames'|'stackTraceHideFrames'|'statusSkipped'|'testResultsLabel'|'testResultsPassed'|'testResultsFailed'|'testResultsSkipped'|'testResultsRunning'|'testResultsFilterLabel'|'testResultsCompleteAnnounce'|'testResultsExpandTest'|'testResultsCollapseTest'|'envListLabel'|'envListReveal'|'envListHide'|'envListValueHidden'|'envListCopy'|'voice'|'voicePickerNoVoices'|'voicePickerRequired'|'voicePickerPreview'|'voicePickerStopPreview'|'avPlayerLabel'|'avPlayerFailedToLoad'|'avPlayerTranscript'|'avPlayerTimeline'|'avPlayerPlaybackRate'|'avPlayerRateOption'|'avPlayerPosition'|'attachmentTriggerAudio'|'attachmentMenuAudio'|'browserFrameLabel'|'browserFrameUrlLabel'|'browserFrameViewOf'|'browserFrameTakeOver'|'browserFrameHandBack'|'browserFrameStop'|'browserFrameStatusIdle'|'browserFrameStatusConnecting'|'browserFrameStatusLive'|'browserFrameStatusStalled'|'browserFrameControllerAgent'|'browserFrameControllerUser'|'notebookViewerLabel'|'notebookViewerInvalid'|'notebookViewerUnsupportedVersion'|'notebookViewerTooManyCells'|'notebookViewerInPrompt'|'notebookViewerInPromptEmpty'|'notebookViewerCodeCell'|'notebookViewerMarkdownCell'|'notebookViewerRawCell'|'notebookViewerErrorOutput'|'notebookViewerShowAllOutput'|'notebookViewerCollapseOutput'|'notebookViewerUnrenderedOutput'|'xmlViewerLabel'|'xmlViewerParseError'|'xmlViewerTooManyNodes'|'xmlViewerChildCount'|'xmlViewerCopyDocument'|'xmlViewerCopyNode'|'xmlViewerExpandNode'|'xmlViewerCollapseNode'|'artifactPanelLabel'|'artifactPanelPreview'|'artifactPanelCode'|'artifactPanelPreviousVersion'|'artifactPanelNextVersion'|'artifactPanelVersionPosition'|'artifactPanelRestore'|'artifactPanelGenerating'|'resultFieldLabel'|'geojsonViewLabel'|'geojsonViewInvalid'|'geojsonViewFeatureCount'|'geojsonViewMissingMapLibrary'|'mindMapLabel'|'mindMapTopicStatus'|'mindMapLeafStatus'|'mindMapExpanded'|'mindMapCollapsed'|'entityDegree'|'entityCommunity'|'focusInGraph'|'untitledEntity'|'untitledCommunity'|'communityMemberCount'|'communityDrillIn'|'selectAllSources'|'sourcePickerSelection'|'provenancePanelLabel'|'provenanceEntities'|'provenanceRelationships'|'provenanceCommunities'|'provenanceChunks'|'provenanceEmpty'|'chunkInspectorLabel'|'chunkScore'|'scoreTierHigh'|'scoreTierMedium'|'scoreTierLow'|'chunkInspectorEmpty'|'flowCanvasLabel'|'flowCanvasLayoutLimit'|'flowCanvasSummary'|'flowNode'|'flowEdge'|'flowEdgeWithLabel'|'flowItemAnnouncement'|'dashboardGridLabel'|'dashboardCellCollisionRejected'|'dashboardCellMoved'|'dashboardCellResized'|'flowEdgeList'|'flowNodeSelected'|'flowNodeDeselected'|'flowSelectionCleared'|'flowNodeMoved'|'flowConnectStarted'|'flowConnectTarget'|'flowConnectCommitted'|'flowConnectCancelled'|'zoomToFit'|'flowLockCanvas'|'flowControlsLabel'|'flowMinimapLabel'|'flowMinimapViewport'|'flowMinimapInstructions'|'flowMinimapViewportChanged'|'nodePaletteLabel'|'nodePalettePlaceholder'|'nodePaletteEmpty'|'nodePaletteDragHint'|'nodePaletteResultCount'|'retrievalResultsSelectRow'|'pathStripLabel'|'pathNodeStatus'|'pathRelationStatus'|'flowInputHandle'|'flowOutputHandle'|'flowStatusWithDuration'|'flowStatusWithDetail'|'neighborListLabel'|'neighborRowLabel'|'neighborDirectionIn'|'neighborDirectionOut'|'neighborDirectionBoth'|'neighborExpand'|'neighborListEmpty'|'neighborGroupHeader'|'flowRunStatusLabel'|'flowRunSummary'|'flowRunStepStatus'|'flowRunStatusCount'|'policySummaryLabel'|'policySummaryAllowCount'|'policySummaryDenyCount'|'policySummaryNeedsReviewCount'|'policySummaryStateAllow'|'policySummaryStateDeny'|'policySummaryStateNeedsReview'|'policySummaryCategoryGuardrail'|'policySummaryCategoryPermission'|'policySummaryCategoryPrivacy'|'policySummaryCategoryTool'|'policySummaryDetailLabel'|'evalDatasetLabel'|'evalDatasetAddExample'|'evalDatasetRemoveExample'|'evalDatasetImportLabel'|'evalDatasetSearchLabel'|'evalDatasetTagFilterLabel'|'evalDatasetEmpty'|'evalDatasetNoMatches'|'evalDatasetColumnInput'|'evalDatasetColumnExpectedOutput'|'evalDatasetColumnTags'|'queryBuilderLabel'|'queryBuilderEmpty'|'queryBuilderNoFields'|'queryBuilderAddCondition'|'queryBuilderRemoveCondition'|'queryBuilderFieldLabel'|'queryBuilderFieldPlaceholder'|'queryBuilderOperatorLabel'|'queryBuilderOperatorPlaceholder'|'queryBuilderValueLabel'|'queryBuilderValuePlaceholder'|'queryBuilderCombinatorLabel'|'queryBuilderCombinatorAnd'|'queryBuilderCombinatorOr'|'queryBuilderBooleanTrue'|'queryBuilderBooleanFalse'|'queryBuilderOperatorEquals'|'queryBuilderOperatorNotEquals'|'queryBuilderOperatorGreaterThan'|'queryBuilderOperatorGreaterThanOrEqual'|'queryBuilderOperatorLessThan'|'queryBuilderOperatorLessThanOrEqual'|'queryBuilderOperatorAfter'|'queryBuilderOperatorOnOrAfter'|'queryBuilderOperatorBefore'|'queryBuilderOperatorOnOrBefore'|'queryBuilderOperatorContains'|'queryBuilderOperatorStartsWith'|'queryBuilderOperatorEndsWith'|'queryBuilderOperatorIn'|'queryBuilderOperatorNotIn'|'queryBuilderOperatorIsEmpty'|'queryBuilderOperatorIsNotEmpty'|'memoryPanelLabel'|'memoryPanelShortTermHeading'|'memoryPanelLongTermHeading'|'memoryPanelAdd'|'memoryPanelAddWithContext'|'memoryPanelForgetAll'|'memoryPanelConfirmAddHeading'|'memoryPanelConfirmRemoveHeading'|'memoryPanelConfirmForgetHeading'|'memoryPanelConfirmForgetBody'|'graphExplorerLabel'|'graphExplorerSearchPlaceholder'|'graphExplorerSearchResultsLabel'|'graphExplorerPin'|'graphExplorerUnpin'|'graphExplorerPinned'|'graphExplorerUnpinned'|'graphExplorerPinnedHeading'|'graphExplorerFindPath'|'retrievalModeVector'|'retrievalModeKeyword'|'retrievalModeHybrid'|'retrievalSearchLabel'|'retrievalModeLabel'|'retrievalFiltersLabel'|'groundingSummaryLabel'|'groundingSummaryEmpty'|'groundingSummarySupportedLabel'|'groundingSummaryUnsupportedLabel'|'groundingSummaryCoverageLabel'|'groundingSummaryConfidenceLabel'|'groundingSummaryWarningsHeading'|'groundingSummaryEvidenceHeading'|'claimEvidenceLabel'|'claimEvidenceEmpty'|'claimEvidenceSupported'|'claimEvidencePartiallySupported'|'claimEvidenceUnsupported'|'claimEvidenceContradicted'|'claimEvidenceConfidence'|'retrievalCompareLabel'|'retrievalCompareEmpty'|'retrievalCompareOverlap'|'retrievalCompareRank'|'retrievalCompareDenseScore'|'retrievalCompareSparseScore'|'retrievalCompareRerankScore'|'retrievalCompareFinalScore'|'ragEvalDashboardLabel'|'ragEvalDashboardEmpty'|'ragEvalDashboardRuns'|'ragEvalDashboardSlices'|'ragEvalDashboardAllSlices'|'ragEvalDashboardSliceUnavailable'|'promptStudioLabel'|'promptStudioMessages'|'promptStudioVariables'|'promptStudioVersions'|'promptStudioPreview'|'promptStudioRun'|'promptStudioSave'|'promptStudioAddMessage'|'promptStudioRemoveMessage'|'promptStudioMessageRole'|'promptStudioMessageContent'|'promptStudioRoleSystem'|'promptStudioRoleUser'|'promptStudioRoleAssistant'|'promptStudioRoleTool'|'schemaViewerLabel'|'schemaViewerEmpty'|'schemaViewerRequired'|'schemaViewerCircular'|'schemaViewerType'|'subagentPanelLabel'|'subagentPanelEmpty'|'subagentPanelRetry'|'subagentPanelCancelRun'|'subagentPanelRetryRun'|'toolTimelineDetailsFor'|'realtimeSessionLabel'|'realtimeSessionDisconnected'|'realtimeSessionConnecting'|'realtimeSessionConnected'|'realtimeSessionReconnecting'|'realtimeSessionError'|'realtimeSessionConnect'|'realtimeSessionDisconnect'|'realtimeSessionMute'|'realtimeSessionUnmute'|'realtimeSessionInterrupt'|'realtimeSessionConnectionFailed'|'contextInspectorRedacted'|'contextInspectorTruncated'|'contextInspectorLabel'|'contextInspectorEmpty'|'contextInspectorCopyLabel'|'knowledgeBaseSyncIdle'|'knowledgeBaseSyncSyncing'|'knowledgeBaseSyncPaused'|'knowledgeBaseSyncSynced'|'knowledgeBaseSyncError'|'knowledgeBaseHealthHealthy'|'knowledgeBaseHealthDegraded'|'knowledgeBaseHealthFailed'|'knowledgeBaseHealthUnknown'|'knowledgeBasePermissionOwner'|'knowledgeBasePermissionEditor'|'knowledgeBasePermissionViewer'|'knowledgeBasePermissionRestricted'|'knowledgeBaseNeverSynced'|'knowledgeBaseSyncAction'|'knowledgeBasePauseAction'|'knowledgeBaseDeleteAction'|'knowledgeBaseNameColumn'|'knowledgeBaseSyncColumn'|'knowledgeBaseHealthColumn'|'knowledgeBasePermissionColumn'|'knowledgeBaseActionsColumn'|'knowledgeBaseTotalSources'|'knowledgeBaseSyncedSources'|'knowledgeBaseSyncingSources'|'knowledgeBaseNeedsAttention'|'knowledgeBaseHeading'|'knowledgeBaseCreateSource'|'knowledgeBaseEmptyHeading'|'ingestionStageQueued'|'ingestionStageUploading'|'ingestionStageExtracting'|'ingestionStageChunking'|'ingestionStageEmbedding'|'ingestionStageIndexing'|'ingestionStageDone'|'ingestionStageFailed'|'ingestionStageCancelled'|'ingestionStageUnknown'|'ingestionQueueLabel'|'ingestionQueueEmpty'|'documentLibraryFreshnessFresh'|'documentLibraryFreshnessAging'|'documentLibraryFreshnessStale'|'documentLibrarySelectAll'|'documentLibrarySelectColumn'|'documentLibraryTypeColumn'|'documentLibraryNameColumn'|'documentLibraryVersionColumn'|'documentLibraryOwnerColumn'|'documentLibraryTagsColumn'|'documentLibraryFreshnessColumn'|'documentLibraryUpdatedColumn'|'documentLibraryLabel'|'documentLibraryEmptyHeading'|'documentLibraryNoMatchesHeading'|'documentLibrarySearchPlaceholder'|'documentLibraryFilterByTag'|'documentLibraryClearSelection'|'documentLibrarySelectedCount'|'documentCompareNoVersion'|'documentCompareLabel'|'agentRunCurrentStepLabel'|'graphQueryHopRangeInvalid'|'graphQueryRelationshipTypeLabel'|'graphQueryNodeTypeLabel'|'graphQueryBuilderLabel'|'graphQueryStartLabel'|'graphQueryEndLabel'|'graphQueryMinHopsLabel'|'graphQueryMaxHopsLabel'|'graphQueryDirectionLabel'|'graphQueryRun'|'graphQuerySavedQueriesLabel'|'graphQuerySaveNameLabel'|'graphQuerySaveButton'|'graphQueryLoadWithContext'|'filterBarReset'|'filterBarActiveFilters'|'drilldownDocuments'|'drilldownRuns'|'drilldownEmpty'|'drilldownUntitledNode'|'evaluationRunStatusIdle'|'evaluationRunStatusWaitingInput'|'evaluationRunStatusWaitingApproval'|'evaluationRunStatusCancelled'|'evaluationRunGroundingHeading'|'evaluationRunToolTraceHeading'|'evaluationRunInputHeading'|'evaluationRunOutputHeading'|'evaluationRunLabel'|'evaluationRunProgressLabel'|'retrievalFilterChipLabel'|'retrievalSearchEmptyDescription'|'groundingSummaryEvidenceSpan'|'contextInspectorTruncatedCount'|'contextInspectorSegmentTokens'|'knowledgeBaseDocumentCount'|'knowledgeBaseRowActionsLabel'|'knowledgeBaseEmptyDescription'|'ingestionChunkCount'|'ingestionItemProgressLabel'|'ingestionEmbeddedOfTotal'|'ingestionAttemptCount'|'ingestionRetryWithContext'|'ingestionCancelWithContext'|'documentLibrarySelectDocument'|'agentRunStatusAnnounce'|'graphQueryDeleteWithContext'|'evaluationRunExampleLabel'|'evaluationRunExampleStartedAnnounce'|'evaluationRunExampleCompletedAnnounce'|'evaluationRunExampleFailedAnnounce'|'evaluationRunExampleCancelledAnnounce'|'evaluationRunExampleWaitingInputAnnounce'|'evaluationRunExampleWaitingApprovalAnnounce'|'evaluationRunProgressSummary'|'evaluationRunRunningCount'|'evaluationRunFailedCount'|'retrievalStageQueryRewrite'|'retrievalStageEmbed'|'retrievalStageRetrieve'|'retrievalStageRerank'|'retrievalStageFilter'|'retrievalTraceEvidenceToggle'|'documentCompareOldVersion'|'documentCompareNewVersion'|'agentRunStatusIdle'|'agentRunStatusQueued'|'agentRunStatusCollecting'|'agentRunStatusWaitingInput'|'agentRunStatusWaitingApproval'|'agentRunStatusDone'|'agentRunStatusCancelled'|'localePickerLabel'|'localePickerRequired'|'flagLoadError'|'moveUp'|'moveDown'|'reorderMovePending'|'reorderMoveCancelled'|'reorderItemMoved';
29
+ export type LyraMessageKey='noData'|'graphLegendLabel'|'legendTypeShown'|'legendTypeHidden'|'entityChipWithType'|'jumpToLatest'|'terminalLabel'|'terminalDownload'|'terminalHighlightLine'|'schemaViewerIssueLimit'|'toolParamMissingProperty'|'toolParamBooleanUnset'|'toolParamBooleanTrue'|'toolParamBooleanFalse'|'toolParamSchemaLimit'|'testResultsLimit'|'toolTimelineLimit'|'toolSelectLimit'|'sequenceStripEmpty'|'sequenceStripCategoryCount'|'sequenceStripUnnamedCategory'|'noColumns'|'dataGridColumnMenu'|'dataGridPinStart'|'dataGridPinEnd'|'dataGridUnpin'|'dataGridRowsPerPage'|'dataGridTreeLimitReached'|'loadMore'|'viewerSearchMatchCount'|'viewerSearchNoMatches'|'viewerSearchActiveMatch'|'viewerHighlightLabel'|'tableFilterLabel'|'tableFilterPlaceholder'|'tableLoading'|'tableEditCell'|'carousel'|'carouselLabel'|'carouselSlide'|'carouselSlidePosition'|'carouselSlideAnnouncement'|'carouselSlideAnnouncementSeparator'|'carouselIndicators'|'carouselGoTo'|'imageComparerLabel'|'zoomableFrameLabel'|'zoomControls'|'zoomOut'|'zoomIn'|'lightboxLabel'|'lightboxImagePosition'|'scrollerLabel'|'chatViewportLabel'|'newMessageCount'|'newMessagesCount'|'newMessages'|'scrollPrevious'|'scrollNext'|'showAllColumns'|'showFewerColumns'|'clear'|'openCalendar'|'open'|'close'|'closeNavigation'|'openNavigation'|'resizeNavigation'|'resizeColumn'|'resizeValuePixels'|'resizeValuePercent'|'copy'|'copyJson'|'copied'|'expand'|'collapse'|'expandMessage'|'collapseMessage'|'messageActionsLabel'|'regenerateResponse'|'editMessage'|'showMore'|'showMoreCount'|'showLess'|'retry'|'remove'|'removeWithContext'|'playWithContext'|'pauseWithContext'|'loading'|'loadingDocument'|'calendarPreviousMonth'|'calendarNextMonth'|'noMatches'|'previous'|'next'|'paginationLabel'|'paginationPage'|'paginationJumpToPage'|'branchPickerLabel'|'branchPrevious'|'branchNext'|'branchPosition'|'paginationSummary'|'paginationEmptySummary'|'paginationApplied'|'cancel'|'confirm'|'search'|'circularReference'|'items'|'item'|'trendOf'|'wordCloud'|'wordCloudLegend'|'wordCloudWordAnnouncement'|'comboboxLoadError'|'comboboxSelectedOverflow'|'promptQueueItemLabel'|'promptQueueActionLabel'|'notInCatalog'|'sendMessage'|'stopGenerating'|'dropzoneReleaseToAdd'|'dropzoneRejectedType'|'fileSizeUnitB'|'fileSizeUnitKb'|'fileSizeUnitMb'|'fileSizeUnitGb'|'fileSizeUnitTb'|'chartCategory'|'chartTotal'|'chartAxisTotal'|'chartPrimaryAxis'|'chartSecondaryAxis'|'chartPointLabel'|'chartPointCoordinates'|'chartBubblePointCoordinates'|'chartLabeledPoint'|'resetZoom'|'chatSending'|'chatResponding'|'chatFailedToSend'|'chatFailedAnnounce'|'chatCompleteAnnounce'|'showMoreCollapsed'|'expandCode'|'collapseCode'|'copyCode'|'copiedToClipboard'|'codeRegion'|'codeRegionWithLanguage'|'codeBlockLineLabel'|'copyDiff'|'diffViewOldLabel'|'diffViewNewLabel'|'diffViewHiddenLines'|'diffViewTooLarge'|'jsonArray'|'jsonObject'|'jsonValue'|'jsonCopyLabel'|'jsonExpandLabel'|'jsonCollapseLabel'|'jsonItemCount'|'jsonKeyCount'|'jsonViewerLimit'|'untitledSource'|'sourcePageSuffix'|'toolCall'|'statusPending'|'statusRunning'|'statusSuccess'|'statusError'|'statusDenied'|'maximize'|'restore'|'wordCloudWord'|'wordCloudWords'|'promptStudioVariableName'|'promptStudioVariableValue'|'schemaViewerLimit'|'subagentPanelLimit'|'pollPause'|'pollResume'|'pollInactive'|'pollRefreshing'|'pollPaused'|'pollPausedAnnounce'|'pollResumedAnnounce'|'pollRefreshingAnnounce'|'randomContentPause'|'randomContentResume'|'attachmentAdd'|'attachmentTriggerFiles'|'attachmentTriggerImage'|'attachmentTriggerCamera'|'attachmentMenuFiles'|'attachmentMenuImage'|'attachmentMenuCamera'|'checkboxRequired'|'checkboxGroupRequired'|'tokenInputRequired'|'tokenInputEditWithContext'|'commandPaletteLabel'|'commandPalettePlaceholder'|'commandPaletteEmpty'|'commandPaletteResults'|'iconButtonLabel'|'codeEditorLabel'|'calendarLabel'|'calendarEmpty'|'switchRequired'|'citationHighConfidence'|'citationMediumConfidence'|'citationLowConfidence'|'citationVerified'|'citationUnverified'|'contextMeterUsed'|'contextMeterUsedOfTotal'|'contextMeterLabeledSummary'|'contextMeterSegmentLabel'|'gaugeLabel'|'gaugeValueLabel'|'untitledConversation'|'dockPanelCollapse'|'dockPanelExpand'|'dockPanelResize'|'documentPreviewAlt'|'documentPreviewUrlNotAllowed'|'documentPreviewFailedToLoad'|'documentPreviewResourceTooLarge'|'documentPreviewGenericError'|'ebookViewerLoadError'|'ebookViewerRegionLabel'|'ebookViewerPreviousChapter'|'ebookViewerNextChapter'|'fileTypeFile'|'fileTypePdf'|'fileTypeWord'|'fileTypeSpreadsheet'|'fileTypePresentation'|'fileTypeText'|'fileTypeCode'|'fileTypeArchive'|'fileTypeImage'|'fileTypeAudio'|'fileTypeVideo'|'fileTypeWithSize'|'pptxViewerLabel'|'pptxViewerFidelityNotice'|'pptxViewerRenderError'|'pptxViewerPreviousSlide'|'pptxViewerNextSlide'|'pptxViewerSlideOf'|'documentViewerLabel'|'attachmentPreviewName'|'attachmentPreviewFile'|'documentViewerMissingSanitizer'|'docxViewerLabel'|'docxViewerMissingConverter'|'svgViewerLabel'|'htmlViewerLabel'|'datasetViewerMissingParser'|'datasetViewerEmpty'|'datasetViewerCaption'|'datasetViewerCaptionNamed'|'contactViewerLabel'|'contactViewerNoContacts'|'contactViewerUnnamedContact'|'contactViewerPhoneLabel'|'contactViewerEmailLabel'|'contactViewerAddressLabel'|'contactViewerOrganization'|'contactViewerTypedValue'|'contactViewerAddressFormat'|'contactViewerTypeHome'|'contactViewerTypeWork'|'contactViewerTypeCell'|'contactViewerTypeVoice'|'contactViewerTypeFax'|'contactViewerTypeInternet'|'contactViewerTypePreferred'|'exportButtonLabel'|'generationStatusElapsedSeconds'|'generationStatusTokenCount'|'generationStatusTokensCount'|'generationStatusThroughput'|'graphDataList'|'graphItemAnnouncement'|'navigation'|'attachmentRetryWithContext'|'attachmentUploadingWithContext'|'attachmentUploadingProgress'|'attachmentUploadingIndeterminate'|'attachmentUploadFailed'|'attachmentUntitledFile'|'chartTrendIncreasing'|'chartTrendDecreasing'|'chartTrendFlat'|'chartSummary'|'chartSeriesNoData'|'chartSummaryWithData'|'chartSummaryEmpty'|'chartSummarySeparator'|'chartData'|'chartDataSampled'|'chartZoomUnavailable'|'chartDataLabelsUnavailable'|'chartStackTotalsUnavailable'|'chartAnnotationsUnavailable'|'chart'|'chartTypeLine'|'chartTypeBar'|'chartTypeScatter'|'chartTypePie'|'chartTypeDoughnut'|'chartTypeRadar'|'chartTypePolarArea'|'chartTypeBubble'|'boxPlotSeriesSummary'|'boxPlotSummaryWithData'|'boxPlotSummaryEmpty'|'boxPlotData'|'chartSeriesLabel'|'boxPlotMin'|'boxPlotQ1'|'boxPlotMedian'|'boxPlotQ3'|'boxPlotMax'|'boxPlot'|'histogramFrequency'|'liteChartMarkSummary'|'liteChartBarLabel'|'chartValueLabel'|'liteChartCustomMarkSummary'|'composerLabel'|'composerPlaceholder'|'textareaLabel'|'citation'|'citationWithStatus'|'citationWithCustomLabel'|'comboboxOverflow'|'comboboxRequired'|'comboboxCreate'|'comboboxLabel'|'rename'|'previousMonth'|'nextMonth'|'chooseDate'|'date'|'dateInputMinMessage'|'dateInputMaxMessage'|'dateInputPastDisabled'|'dateInputFutureDisabled'|'dateInputInvalid'|'timeInputLabel'|'timeInputHour'|'timeInputMinute'|'timeInputSecond'|'timeInputDayPeriod'|'timeInputEmptySegment'|'timeInputOpen'|'timeInputPopup'|'timeInputNow'|'timeInputInvalid'|'timeInputMinMessage'|'timeInputMaxMessage'|'timeInputRangeMessage'|'timeInputStepMessage'|'documentPreviewEmpty'|'convertingDocument'|'documentPreviewNotAvailable'|'documentPreviewGenericFile'|'documentPreviewTypeDocument'|'documentPreviewTypeImage'|'documentPreviewTypeEmail'|'documentPreviewTypeCalendar'|'archiveViewerEmpty'|'archiveViewerFolder'|'archiveViewerFile'|'documentPreviewTypeDataset'|'documentPreviewTypeContact'|'download'|'exportFormatMenuLabel'|'fileInputDefaultLabel'|'fileInputAcceptedOne'|'fileInputAcceptedMany'|'fileInputRejectedOne'|'fileInputRejectedMany'|'fileInputFolderRejected'|'fileInputRejectedType'|'fileInputRejectedSize'|'fileInputRejectedCount'|'fileInputRejectedRead'|'fileInputRejectedLimit'|'elapsedMinutesSecondsTemplate'|'graphNode'|'graphLink'|'graphDiagram'|'graphTypedNode'|'graphExpandableItem'|'graphNodeFocused'|'graphSelectionCount'|'graphNodesHidden'|'graphCommunity'|'heatmapValueLabel'|'heatmapMatrixCellLabel'|'heatmapCalendarLabel'|'heatmapMatrixLabel'|'heatmapCalendarCellLabel'|'heatmapNoDataValue'|'heatmapDefaultRowLabel'|'heatmapDefaultColLabel'|'heatmapSelectedCellLabel'|'heatmapProjectionLimit'|'heatmapDecorationLimit'|'inputLabel'|'showPassword'|'hidePassword'|'radioRequired'|'progress'|'responsivePanel'|'popover'|'details'|'breadcrumb'|'timeline'|'timelineClusterCount'|'rating'|'sliderLabel'|'feedbackPositive'|'feedbackNegative'|'feedbackReasonsLabel'|'feedbackCommentLabel'|'feedbackCommentPlaceholder'|'feedbackSubmit'|'feedbackSubmitted'|'colorPicker'|'mediaCardUntitledFile'|'mediaCardOpenName'|'mediaCardOpenImageAttachment'|'mediaCardOpenVideoAttachment'|'mediaCardOpenFileAttachment'|'mediaCardImageAttachment'|'mediaCardVideoAttachment'|'animatedImageDefaultAlt'|'mentionSuggestions'|'mentionResultCount'|'mentionResultPosition'|'suggestionsLabel'|'map'|'model'|'selectModel'|'modelSelectNoModels'|'modelSelectRequired'|'temperature'|'play'|'playbackPosition'|'playbackStepPosition'|'videoPlayerLabel'|'videoMute'|'videoUnmute'|'videoVolume'|'videoCaptions'|'videoCaptionsOff'|'videoPlaybackSpeed'|'videoPictureInPicture'|'videoExitPictureInPicture'|'videoEnterFullscreen'|'videoExitFullscreen'|'videoPlaylistLabel'|'videoPlaylistUntitled'|'selectValueMissing'|'select'|'sourceListDefaultLabel'|'threadListLabel'|'threadGroupPinned'|'threadGroupToday'|'threadGroupYesterday'|'threadGroupPrevious7Days'|'threadGroupPrevious30Days'|'threadGroupArchived'|'threadGroupExpand'|'threadGroupCollapse'|'pinConversation'|'unpinConversation'|'archiveConversation'|'unarchiveConversation'|'deleteConversation'|'searchThreads'|'threadListMatchAnnounce'|'threadListEmpty'|'agentWorkspaceLabel'|'agentWorkspaceConversation'|'agentWorkspaceDetails'|'agentWorkspaceRun'|'agentWorkspaceTools'|'agentWorkspaceRetrieval'|'agentWorkspaceGrounding'|'agentWorkspaceContext'|'agentWorkspaceEmpty'|'ragAnswerLabel'|'ragAnswerCitations'|'ragAnswerSources'|'ragAnswerRetry'|'evaluationDashboardLabel'|'evaluationDashboardRunsLabel'|'evaluationDashboardNoRuns'|'approvalQueueLabel'|'approvalQueueEmpty'|'approvalQueueOpen'|'approvalQueuePendingCount'|'approvalQueuePending'|'embeddingExplorerLabel'|'embeddingExplorerEmpty'|'embeddingExplorerPoint'|'knowledgeBaseAdminLabel'|'knowledgeBaseAdminSourcesTab'|'knowledgeBaseAdminIngestionTab'|'resizeDivider'|'trendUnchanged'|'statTrendIncreased'|'statTrendDecreased'|'statTrendGood'|'statTrendBad'|'statTrendAnnouncement'|'streamStalled'|'streamStallAnnounce'|'streamRecoverAnnounce'|'streamStallClearedAnnounce'|'thinkingPanelLabel'|'messagePartsLabel'|'messagePartError'|'messagePartRetry'|'promptQueueLabel'|'promptQueueEmpty'|'promptQueueSendNow'|'selectionToolbarLabel'|'selectionAsk'|'selectionQuote'|'selectionCite'|'promptInputLabel'|'promptInputControls'|'promptInputSources'|'promptInputAttachments'|'mcpAppLabel'|'mcpAppUnavailable'|'mcpAppLoading'|'taskListLabel'|'taskListCompletedOfTotal'|'taskListStepStartedAnnounce'|'taskListStepCompletedAnnounce'|'taskListStepFailedAnnounce'|'activityFeedLabel'|'activityFeedCompletedSteps'|'activityFeedCompletedStep'|'handoffLabel'|'handoffToAgent'|'handoffFromToAgent'|'usageBadgeLabel'|'usageBadgeTokensIn'|'usageBadgeTokensOut'|'usageBadgeTokensInLabel'|'usageBadgeTokensOutLabel'|'usageBadgeTotalTokensLabel'|'usageBadgeCostLabel'|'usageBadgeLatencyLabel'|'checkpointLabel'|'checkpointRestore'|'checkpointRestoreWithContext'|'checkpointRestoring'|'checkpointConfirmPrompt'|'thoughtFor'|'thinking'|'rangeStart'|'rangeEnd'|'calloutAnnouncementWithContext'|'closeWithContext'|'closeWithTruncatedContext'|'toastContentIncomplete'|'toastOverflow'|'toolApprovalHeading'|'toolApprovalGenericTool'|'toolApprovalArgsLabel'|'confirmApproved'|'confirmDenied'|'confirmApprovedAnnounce'|'confirmDeniedAnnounce'|'deny'|'edit'|'approve'|'invalidJson'|'fieldRequired'|'fieldMustBeString'|'fieldMustBeNumber'|'fieldMustBeInteger'|'fieldMustBeBoolean'|'unsupportedFieldType'|'fieldMustBeOneOf'|'fieldMustEqual'|'schemaMustBeObject'|'schemaPropertiesMustBeFlat'|'valueMustBeSerializable'|'valueInvalid'|'phoneInputLabel'|'phoneInputIncomplete'|'otpInputIncomplete'|'otpInputLabel'|'numberInputIncrease'|'numberInputDecrease'|'textareaCharacterCount'|'textareaCharactersRemaining'|'copyFailed'|'colorPickerSaturationBrightness'|'colorPickerSaturationBrightnessValue'|'colorPickerHue'|'colorPickerHueValue'|'colorPickerOpacity'|'colorPickerOpacityValue'|'colorPickerValueField'|'colorPickerToggleFormat'|'colorPickerEyeDropper'|'colorPickerSwatches'|'colorPickerSwatch'|'colorPickerCurrentValue'|'selectSelectedOverflow'|'iconLoadError'|'iconTooLarge'|'iconSanitizerMissing'|'paginationFirstPage'|'paginationLastPage'|'accessibleLabelSeparator'|'durationMilliseconds'|'durationSeconds'|'selectTools'|'searchToolsPlaceholder'|'useDefaultTools'|'toolSelectCustomizeHint'|'noMatchesQuery'|'toolSelectNoneAvailable'|'toolSelectSummary'|'toolCount'|'otherCategory'|'widgetFullscreenPanel'|'widgetViewGroup'|'widgetExitFullscreen'|'widgetExpandToFullscreen'|'widgetCollapse'|'widgetExpand'|'menuLabel'|'pause'|'kbdEscapeVisual'|'kbdEscapeWord'|'kbdTabWord'|'kbdSpaceWord'|'kbdDeleteVisual'|'kbdDeleteWord'|'kbdHomeWord'|'kbdEndWord'|'kbdPageUpVisual'|'kbdPageUpWord'|'kbdPageDownVisual'|'kbdPageDownWord'|'kbdEnterWord'|'kbdBackspaceWord'|'kbdArrowUpWord'|'kbdArrowDownWord'|'kbdArrowLeftWord'|'kbdArrowRightWord'|'kbdPlusWord'|'kbdMinusWord'|'kbdCommandWord'|'kbdControlVisual'|'kbdControlWord'|'kbdOptionWord'|'kbdAltWord'|'kbdShiftWord'|'emailViewerLabel'|'emailViewerMissingParser'|'emailViewerFrom'|'emailViewerTo'|'emailViewerSubject'|'emailViewerDate'|'emailViewerAttachments'|'emailViewerUnnamedAttachment'|'emailViewerNoSubject'|'emailViewerOpenAttachment'|'emailViewerShowQuoted'|'emailViewerHideQuoted'|'emailViewerGroupAddress'|'calendarViewerLabel'|'calendarViewerMissingParser'|'calendarViewerEmpty'|'calendarViewerNoSummary'|'pdfViewerLabel'|'pdfViewerMissingLibrary'|'qrCodeMissingLibrary'|'qrCodeGenerationFailed'|'mapMissingLibrary'|'mapStyleRequired'|'mapWebglUnavailable'|'mapInitializationFailed'|'mapLegend'|'chartMissingLibrary'|'boxPlotMissingLibrary'|'graphMissingLibrary'|'pdfViewerPageOf'|'pdfViewerZoomIn'|'pdfViewerZoomOut'|'pdfViewerCurrentZoom'|'pdfViewerPreviousPage'|'pdfViewerNextPage'|'anchorJumped'|'anchorJumpedToPage'|'anchorNotFound'|'highlightLayerLabel'|'highlightWithLabel'|'cellHighlightWithLabel'|'highlightOfTotal'|'pageRailLabel'|'pageRailPage'|'pageRailPageHighlighted'|'spreadsheetViewerUnavailable'|'csvViewerUnavailable'|'csvViewerLabel'|'spreadsheetViewerLabel'|'knownDateDay'|'knownDateMonth'|'knownDateYear'|'skipToContent'|'tourSkip'|'tourDone'|'tourStepOf'|'emojiPickerSearchLabel'|'emojiPickerGridLabel'|'emojiPickerEmpty'|'emojiPickerLoadError'|'emojiPickerGroupSmileysEmotion'|'emojiPickerGroupPeopleBody'|'emojiPickerGroupComponent'|'emojiPickerGroupAnimalsNature'|'emojiPickerGroupFoodDrink'|'emojiPickerGroupTravelPlaces'|'emojiPickerGroupActivities'|'emojiPickerGroupObjects'|'emojiPickerGroupSymbols'|'emojiPickerGroupFlags'|'emojiPickerGroupUnknown'|'pushToTalkRequesting'|'pushToTalkDenied'|'pushToTalkError'|'pushToTalkUnsupported'|'pushToTalkStarted'|'pushToTalkStopped'|'pushToTalkCancelled'|'pushToTalkHold'|'pushToTalkStart'|'pushToTalkStop'|'traceTree'|'traceTreeSpanStatus'|'traceTreeMetricLabel'|'spanProjectionLimit'|'agentTraceFilterLabel'|'spanKindAgent'|'spanKindLlm'|'spanKindTool'|'spanKindRetriever'|'spanKindEmbedding'|'spanKindOther'|'tokensIn'|'tokensOut'|'cost'|'duration'|'spanWaterfall'|'spanStartedAtOffset'|'rubricSubmit'|'rubricSubmitAndNext'|'rubricSkip'|'compareResponseA'|'compareResponseB'|'compareVoteLabel'|'compareVoteBetter'|'compareVoteTie'|'compareVoteBothBad'|'compareVoteRecorded'|'comparePanel'|'audioVisualizerLabel'|'audioVisualizerIdle'|'audioVisualizerListening'|'audioVisualizerThinking'|'audioVisualizerSpeaking'|'treeNodeMoved'|'fileTreeLabel'|'fileTreeDiffSummary'|'gitStatusAdded'|'gitStatusModified'|'gitStatusDeleted'|'gitStatusRenamed'|'gitStatusUntracked'|'gitStatusConflicted'|'gitStatusIgnored'|'imageViewerLabel'|'imageViewerFailedToLoad'|'imageViewerRotate'|'imageViewerFitLabel'|'imageViewerFitContain'|'imageViewerFitWidth'|'imageViewerFitActual'|'imageViewerAnnotate'|'imageViewerHighlightsLabel'|'imageViewerUnlabeledHighlight'|'imageViewerAnnotationHint'|'imageViewerAnnotationBoxPosition'|'imageViewerAnnotationAdded'|'imageViewerAnnotationCancelled'|'transcriptFeedLabel'|'transcriptFeedEmpty'|'transcriptFeedInterim'|'commitCardLabel'|'commitCardCopyHash'|'commitCardDiffSummary'|'commitCardShowFiles'|'commitCardHideFiles'|'stackTraceLabel'|'stackTraceLimit'|'stackTraceShowFrames'|'stackTraceHideFrames'|'statusSkipped'|'testResultsLabel'|'testResultsPassed'|'testResultsFailed'|'testResultsSkipped'|'testResultsRunning'|'testResultsFilterLabel'|'testResultsCompleteAnnounce'|'testResultsExpandTest'|'testResultsCollapseTest'|'envListLabel'|'envListReveal'|'envListHide'|'envListValueHidden'|'envListCopy'|'voice'|'voicePickerNoVoices'|'voicePickerRequired'|'voicePickerPreview'|'voicePickerStopPreview'|'avPlayerLabel'|'avPlayerFailedToLoad'|'avPlayerTranscript'|'avPlayerTimeline'|'avPlayerPlaybackRate'|'avPlayerRateOption'|'avPlayerPosition'|'attachmentTriggerAudio'|'attachmentMenuAudio'|'browserFrameLabel'|'browserFrameUrlLabel'|'browserFrameViewOf'|'browserFrameTakeOver'|'browserFrameHandBack'|'browserFrameStop'|'browserFrameStatusIdle'|'browserFrameStatusConnecting'|'browserFrameStatusLive'|'browserFrameStatusStalled'|'browserFrameControllerAgent'|'browserFrameControllerUser'|'notebookViewerLabel'|'notebookViewerInvalid'|'notebookViewerUnsupportedVersion'|'notebookViewerTooManyCells'|'notebookViewerInPrompt'|'notebookViewerInPromptEmpty'|'notebookViewerCodeCell'|'notebookViewerMarkdownCell'|'notebookViewerRawCell'|'notebookViewerErrorOutput'|'notebookViewerShowAllOutput'|'notebookViewerCollapseOutput'|'notebookViewerUnrenderedOutput'|'xmlViewerLabel'|'xmlViewerParseError'|'xmlViewerTooManyNodes'|'xmlViewerChildCount'|'xmlViewerCopyDocument'|'xmlViewerCopyNode'|'xmlViewerExpandNode'|'xmlViewerCollapseNode'|'artifactPanelLabel'|'artifactPanelPreview'|'artifactPanelCode'|'artifactPanelPreviousVersion'|'artifactPanelNextVersion'|'artifactPanelVersionPosition'|'artifactPanelRestore'|'artifactPanelGenerating'|'resultFieldLabel'|'geojsonViewLabel'|'geojsonViewInvalid'|'geojsonViewFeatureCount'|'geojsonViewMissingMapLibrary'|'mindMapLabel'|'mindMapTopicStatus'|'mindMapLeafStatus'|'mindMapExpanded'|'mindMapCollapsed'|'entityDegree'|'entityCommunity'|'focusInGraph'|'untitledEntity'|'untitledCommunity'|'communityMemberCount'|'communityDrillIn'|'selectAllSources'|'sourcePickerSelection'|'provenancePanelLabel'|'provenanceEntities'|'provenanceRelationships'|'provenanceCommunities'|'provenanceChunks'|'provenanceEmpty'|'chunkInspectorLabel'|'chunkScore'|'scoreTierHigh'|'scoreTierMedium'|'scoreTierLow'|'chunkInspectorEmpty'|'flowCanvasLabel'|'flowCanvasLayoutLimit'|'flowCanvasSummary'|'flowNode'|'flowEdge'|'flowEdgeWithLabel'|'flowItemAnnouncement'|'dashboardGridLabel'|'dashboardCellCollisionRejected'|'dashboardCellMoved'|'dashboardCellResized'|'flowEdgeList'|'flowNodeSelected'|'flowNodeDeselected'|'flowSelectionCleared'|'flowNodeMoved'|'flowConnectStarted'|'flowConnectTarget'|'flowConnectCommitted'|'flowConnectCancelled'|'zoomToFit'|'flowLockCanvas'|'flowControlsLabel'|'flowMinimapLabel'|'flowMinimapViewport'|'flowMinimapInstructions'|'flowMinimapViewportChanged'|'nodePaletteLabel'|'nodePalettePlaceholder'|'nodePaletteEmpty'|'nodePaletteDragHint'|'nodePaletteResultCount'|'retrievalResultsSelectRow'|'pathStripLabel'|'pathNodeStatus'|'pathRelationStatus'|'flowInputHandle'|'flowOutputHandle'|'flowStatusWithDuration'|'flowStatusWithDetail'|'neighborListLabel'|'neighborRowLabel'|'neighborDirectionIn'|'neighborDirectionOut'|'neighborDirectionBoth'|'neighborExpand'|'neighborListEmpty'|'neighborGroupHeader'|'flowRunStatusLabel'|'flowRunSummary'|'flowRunStepStatus'|'flowRunStatusCount'|'policySummaryLabel'|'policySummaryAllowCount'|'policySummaryDenyCount'|'policySummaryNeedsReviewCount'|'policySummaryStateAllow'|'policySummaryStateDeny'|'policySummaryStateNeedsReview'|'policySummaryCategoryGuardrail'|'policySummaryCategoryPermission'|'policySummaryCategoryPrivacy'|'policySummaryCategoryTool'|'policySummaryDetailLabel'|'evalDatasetLabel'|'evalDatasetAddExample'|'evalDatasetRemoveExample'|'evalDatasetImportLabel'|'evalDatasetSearchLabel'|'evalDatasetTagFilterLabel'|'evalDatasetEmpty'|'evalDatasetNoMatches'|'evalDatasetColumnInput'|'evalDatasetColumnExpectedOutput'|'evalDatasetColumnTags'|'queryBuilderLabel'|'queryBuilderEmpty'|'queryBuilderNoFields'|'queryBuilderAddCondition'|'queryBuilderRemoveCondition'|'queryBuilderFieldLabel'|'queryBuilderFieldPlaceholder'|'queryBuilderOperatorLabel'|'queryBuilderOperatorPlaceholder'|'queryBuilderValueLabel'|'queryBuilderValuePlaceholder'|'queryBuilderCombinatorLabel'|'queryBuilderCombinatorAnd'|'queryBuilderCombinatorOr'|'queryBuilderBooleanTrue'|'queryBuilderBooleanFalse'|'queryBuilderOperatorEquals'|'queryBuilderOperatorNotEquals'|'queryBuilderOperatorGreaterThan'|'queryBuilderOperatorGreaterThanOrEqual'|'queryBuilderOperatorLessThan'|'queryBuilderOperatorLessThanOrEqual'|'queryBuilderOperatorAfter'|'queryBuilderOperatorOnOrAfter'|'queryBuilderOperatorBefore'|'queryBuilderOperatorOnOrBefore'|'queryBuilderOperatorContains'|'queryBuilderOperatorStartsWith'|'queryBuilderOperatorEndsWith'|'queryBuilderOperatorIn'|'queryBuilderOperatorNotIn'|'queryBuilderOperatorIsEmpty'|'queryBuilderOperatorIsNotEmpty'|'memoryPanelLabel'|'memoryPanelShortTermHeading'|'memoryPanelLongTermHeading'|'memoryPanelAdd'|'memoryPanelAddWithContext'|'memoryPanelForgetAll'|'memoryPanelConfirmAddHeading'|'memoryPanelConfirmRemoveHeading'|'memoryPanelConfirmForgetHeading'|'memoryPanelConfirmForgetBody'|'graphExplorerLabel'|'graphExplorerSearchPlaceholder'|'graphExplorerSearchResultsLabel'|'graphExplorerPin'|'graphExplorerUnpin'|'graphExplorerPinned'|'graphExplorerUnpinned'|'graphExplorerPinnedHeading'|'graphExplorerFindPath'|'retrievalModeVector'|'retrievalModeKeyword'|'retrievalModeHybrid'|'retrievalSearchLabel'|'retrievalModeLabel'|'retrievalFiltersLabel'|'groundingSummaryLabel'|'groundingSummaryEmpty'|'groundingSummarySupportedLabel'|'groundingSummaryUnsupportedLabel'|'groundingSummaryCoverageLabel'|'groundingSummaryConfidenceLabel'|'groundingSummaryWarningsHeading'|'groundingSummaryEvidenceHeading'|'claimEvidenceLabel'|'claimEvidenceEmpty'|'claimEvidenceSupported'|'claimEvidencePartiallySupported'|'claimEvidenceUnsupported'|'claimEvidenceContradicted'|'claimEvidenceConfidence'|'retrievalCompareLabel'|'retrievalCompareEmpty'|'retrievalCompareOverlap'|'retrievalCompareRank'|'retrievalCompareDenseScore'|'retrievalCompareSparseScore'|'retrievalCompareRerankScore'|'retrievalCompareFinalScore'|'ragEvalDashboardLabel'|'ragEvalDashboardEmpty'|'ragEvalDashboardRuns'|'ragEvalDashboardSlices'|'ragEvalDashboardAllSlices'|'ragEvalDashboardSliceUnavailable'|'promptStudioLabel'|'promptStudioMessages'|'promptStudioVariables'|'promptStudioVersions'|'promptStudioPreview'|'promptStudioPreviewLimit'|'promptStudioRun'|'promptStudioSave'|'promptStudioAddMessage'|'promptStudioRemoveMessage'|'promptStudioMessageRole'|'promptStudioMessageContent'|'promptStudioRoleSystem'|'promptStudioRoleUser'|'promptStudioRoleAssistant'|'promptStudioRoleTool'|'schemaViewerLabel'|'schemaViewerEmpty'|'schemaViewerRequired'|'schemaViewerCircular'|'schemaViewerType'|'subagentPanelLabel'|'subagentPanelEmpty'|'subagentPanelRetry'|'subagentPanelCancelRun'|'subagentPanelRetryRun'|'toolTimelineDetailsFor'|'realtimeSessionLabel'|'realtimeSessionDisconnected'|'realtimeSessionConnecting'|'realtimeSessionConnected'|'realtimeSessionReconnecting'|'realtimeSessionError'|'realtimeSessionConnect'|'realtimeSessionDisconnect'|'realtimeSessionMute'|'realtimeSessionUnmute'|'realtimeSessionInterrupt'|'realtimeSessionConnectionFailed'|'contextInspectorRedacted'|'contextInspectorTruncated'|'contextInspectorLabel'|'contextInspectorEmpty'|'contextInspectorCopyLabel'|'knowledgeBaseSyncIdle'|'knowledgeBaseSyncSyncing'|'knowledgeBaseSyncPaused'|'knowledgeBaseSyncSynced'|'knowledgeBaseSyncError'|'knowledgeBaseHealthHealthy'|'knowledgeBaseHealthDegraded'|'knowledgeBaseHealthFailed'|'knowledgeBaseHealthUnknown'|'knowledgeBasePermissionOwner'|'knowledgeBasePermissionEditor'|'knowledgeBasePermissionViewer'|'knowledgeBasePermissionRestricted'|'knowledgeBaseNeverSynced'|'knowledgeBaseSyncAction'|'knowledgeBasePauseAction'|'knowledgeBaseDeleteAction'|'knowledgeBaseNameColumn'|'knowledgeBaseSyncColumn'|'knowledgeBaseHealthColumn'|'knowledgeBasePermissionColumn'|'knowledgeBaseActionsColumn'|'knowledgeBaseTotalSources'|'knowledgeBaseSyncedSources'|'knowledgeBaseSyncingSources'|'knowledgeBaseNeedsAttention'|'knowledgeBaseHeading'|'knowledgeBaseCreateSource'|'knowledgeBaseEmptyHeading'|'ingestionStageQueued'|'ingestionStageUploading'|'ingestionStageExtracting'|'ingestionStageChunking'|'ingestionStageEmbedding'|'ingestionStageIndexing'|'ingestionStageDone'|'ingestionStageFailed'|'ingestionStageCancelled'|'ingestionStageUnknown'|'ingestionQueueLabel'|'ingestionQueueEmpty'|'documentLibraryFreshnessFresh'|'documentLibraryFreshnessAging'|'documentLibraryFreshnessStale'|'documentLibrarySelectAll'|'documentLibrarySelectColumn'|'documentLibraryTypeColumn'|'documentLibraryNameColumn'|'documentLibraryVersionColumn'|'documentLibraryOwnerColumn'|'documentLibraryTagsColumn'|'documentLibraryFreshnessColumn'|'documentLibraryUpdatedColumn'|'documentLibraryLabel'|'documentLibraryEmptyHeading'|'documentLibraryNoMatchesHeading'|'documentLibrarySearchPlaceholder'|'documentLibraryFilterByTag'|'documentLibraryClearSelection'|'documentLibrarySelectedCount'|'documentCompareNoVersion'|'documentCompareLabel'|'agentRunCurrentStepLabel'|'graphQueryHopRangeInvalid'|'graphQueryRelationshipTypeLabel'|'graphQueryNodeTypeLabel'|'graphQueryBuilderLabel'|'graphQueryStartLabel'|'graphQueryEndLabel'|'graphQueryMinHopsLabel'|'graphQueryMaxHopsLabel'|'graphQueryDirectionLabel'|'graphQueryRun'|'graphQuerySavedQueriesLabel'|'graphQuerySaveNameLabel'|'graphQuerySaveButton'|'graphQueryLoadWithContext'|'filterBarReset'|'filterBarActiveFilters'|'drilldownDocuments'|'drilldownRuns'|'drilldownEmpty'|'drilldownUntitledNode'|'evaluationRunStatusIdle'|'evaluationRunStatusWaitingInput'|'evaluationRunStatusWaitingApproval'|'evaluationRunStatusCancelled'|'evaluationRunGroundingHeading'|'evaluationRunToolTraceHeading'|'evaluationRunInputHeading'|'evaluationRunOutputHeading'|'evaluationRunLabel'|'evaluationRunProgressLabel'|'retrievalFilterChipLabel'|'retrievalSearchEmptyDescription'|'groundingSummaryEvidenceSpan'|'contextInspectorTruncatedCount'|'contextInspectorSegmentTokens'|'knowledgeBaseDocumentCount'|'knowledgeBaseRowActionsLabel'|'knowledgeBaseEmptyDescription'|'ingestionChunkCount'|'ingestionItemProgressLabel'|'ingestionEmbeddedOfTotal'|'ingestionAttemptCount'|'ingestionRetryWithContext'|'ingestionCancelWithContext'|'documentLibrarySelectDocument'|'agentRunStatusAnnounce'|'graphQueryDeleteWithContext'|'evaluationRunExampleLabel'|'evaluationRunExampleStartedAnnounce'|'evaluationRunExampleCompletedAnnounce'|'evaluationRunExampleFailedAnnounce'|'evaluationRunExampleCancelledAnnounce'|'evaluationRunExampleWaitingInputAnnounce'|'evaluationRunExampleWaitingApprovalAnnounce'|'evaluationRunProgressSummary'|'evaluationRunRunningCount'|'evaluationRunFailedCount'|'retrievalStageQueryRewrite'|'retrievalStageEmbed'|'retrievalStageRetrieve'|'retrievalStageRerank'|'retrievalStageFilter'|'retrievalTraceEvidenceToggle'|'documentCompareOldVersion'|'documentCompareNewVersion'|'agentRunStatusIdle'|'agentRunStatusQueued'|'agentRunStatusCollecting'|'agentRunStatusWaitingInput'|'agentRunStatusWaitingApproval'|'agentRunStatusDone'|'agentRunStatusCancelled'|'localePickerLabel'|'localePickerRequired'|'flagLoadError'|'moveUp'|'moveDown'|'reorderMovePending'|'reorderMoveCancelled'|'reorderItemMoved';
30
30
  /**
31
31
  * Message-catalog input. Registration and per-instance `.strings` assignment snapshot eligible
32
32
  * own data properties; retained catalogs are immutable, so reassign or re-register to publish a
@@ -2,4 +2,4 @@ import{resolveLyraString as resolveRuntimeLyraString}from"./localization-runtime
2
2
  {extendedAddress}
3
3
  {streetAddress}
4
4
  {locality} {region} {postalCode}
5
- {country}`,contactViewerTypeHome:"Home",contactViewerTypeWork:"Work",contactViewerTypeCell:"Mobile",contactViewerTypeVoice:"Voice",contactViewerTypeFax:"Fax",contactViewerTypeInternet:"Internet",contactViewerTypePreferred:"Preferred",exportButtonLabel:"Export",generationStatusElapsedSeconds:"{seconds}s",generationStatusTokenCount:"{count} token",generationStatusTokensCount:"{count} tokens",generationStatusThroughput:"{rate} tok/s",graphDataList:"Graph data",graphItemAnnouncement:"{item} ({index} of {total})",navigation:"Navigation",attachmentRetryWithContext:"Retry {label}",attachmentUploadingWithContext:"Uploading {label}",attachmentUploadingProgress:"Uploading {percent}%",attachmentUploadingIndeterminate:"Uploading…",attachmentUploadFailed:"Upload failed",attachmentUntitledFile:"Untitled file",chartTrendIncreasing:"increasing",chartTrendDecreasing:"decreasing",chartTrendFlat:"flat",chartSummary:"{label}: {count} values, range {min} to {max}, {trend} trend",chartSeriesNoData:"{label}: no data",chartSummaryWithData:"{type} chart. {summaries}.",chartSummaryEmpty:"{type} chart with no data.",chartSummarySeparator:". ",chartData:"Chart data",chartDataSampled:"The generated data table shows a sample of up to 1,000 records. Provide a custom data table to access all chart data.",chartZoomUnavailable:"Zoom is unavailable, but the core chart remains available.",chartDataLabelsUnavailable:"Data labels are unavailable, but the core chart remains available.",chartStackTotalsUnavailable:"Stack totals are unavailable, but the core chart remains available.",chartAnnotationsUnavailable:"Chart annotations are unavailable, but the core chart remains available.",chart:"Chart",chartTypeLine:"Line",chartTypeBar:"Bar",chartTypeScatter:"Scatter",chartTypePie:"Pie",chartTypeDoughnut:"Doughnut",chartTypeRadar:"Radar",chartTypePolarArea:"Polar area",chartTypeBubble:"Bubble",boxPlotSeriesSummary:"{label}: {count} distributions, median range {min} to {max}, {trend} median trend",boxPlotSummaryWithData:"Box plot. {summaries}.",boxPlotSummaryEmpty:"Box plot with no data.",boxPlotData:"Box plot data",chartSeriesLabel:"Series",boxPlotMin:"Min",boxPlotQ1:"Q1",boxPlotMedian:"Median",boxPlotQ3:"Q3",boxPlotMax:"Max",boxPlot:"Box plot",histogramFrequency:"Frequency",liteChartMarkSummary:"{series}, {label}: {value} ({index} of {total})",liteChartBarLabel:"{series}, {label}: {value}",chartValueLabel:"{label}: {value}",liteChartCustomMarkSummary:"{content} ({index} of {total})",composerLabel:"Message",composerPlaceholder:"Ask anything…",textareaLabel:"Text",citation:"Citation {index}",citationWithStatus:"Citation {index}, {status}",citationWithCustomLabel:"Citation {index}, {label}",comboboxOverflow:"+{n} more — refine your search",comboboxRequired:"Please select an option.",comboboxCreate:"Create {value}",comboboxLabel:"Combobox",rename:"Rename {title}",previousMonth:"Previous month",nextMonth:"Next month",chooseDate:"Choose date",date:"Date",dateInputMinMessage:"Date must be on or after {min}.",dateInputMaxMessage:"Date must be on or before {max}.",dateInputPastDisabled:"Date cannot be in the past.",dateInputFutureDisabled:"Date cannot be in the future.",dateInputInvalid:"Enter a valid date.",timeInputLabel:"Time",timeInputHour:"Hour",timeInputMinute:"Minute",timeInputSecond:"Second",timeInputDayPeriod:"Day period",timeInputEmptySegment:"Empty",timeInputOpen:"Open time picker",timeInputPopup:"Choose a time",timeInputNow:"Now",timeInputInvalid:"Enter a complete time.",timeInputMinMessage:"Time must be at or after {min}.",timeInputMaxMessage:"Time must be at or before {max}.",timeInputRangeMessage:"Time must be between {min} and {max} across midnight.",timeInputStepMessage:"Enter a time matching the required interval.",documentPreviewEmpty:"No {type} to display.",convertingDocument:"Converting document…",documentPreviewNotAvailable:"Preview not available for {label}.",documentPreviewGenericFile:"this file",documentPreviewTypeDocument:"document",documentPreviewTypeImage:"image",documentPreviewTypeEmail:"email",documentPreviewTypeCalendar:"calendar",archiveViewerEmpty:"This archive is empty.",archiveViewerFolder:"Folder",archiveViewerFile:"File",spreadsheetViewerUnavailable:"Spreadsheet preview is unavailable.",csvViewerUnavailable:"CSV preview is unavailable.",csvViewerLabel:"CSV document",spreadsheetViewerLabel:"Spreadsheet",knownDateDay:"Day",knownDateMonth:"Month",knownDateYear:"Year",documentPreviewTypeDataset:"dataset",documentPreviewTypeContact:"contact",download:"Download",exportFormatMenuLabel:"{label} format",fileInputDefaultLabel:"Drop files here or click to browse",fileInputAcceptedOne:"{count} file added.",fileInputAcceptedMany:"{count} files added.",fileInputRejectedOne:"{count} file rejected.",fileInputRejectedMany:"{count} files rejected.",fileInputFolderRejected:"Folders are not accepted here.",fileInputRejectedType:"{filename}: this file type is not accepted.",fileInputRejectedSize:"{filename}: this file is too large.",fileInputRejectedCount:"{filename}: only one file can be selected at a time.",fileInputRejectedRead:"{filename}: the file could not be read.",fileInputRejectedLimit:"{filename}: the folder contains too many entries.",elapsedMinutesSecondsTemplate:"{minutes}m {seconds}s",graphNode:"Node {label}",graphLink:"Link from {source} to {target}",graphDiagram:"Node-link diagram with {nodeCount} nodes and {linkCount} links",graphTypedNode:"{label} ({type})",graphExpandableItem:"{item}, expandable",graphNodeFocused:"Centered on {label}",graphSelectionCount:"{count} selected",graphNodesHidden:"{hidden} of {total} nodes hidden",graphCommunity:"Community {label}, {count} nodes",heatmapValueLabel:"value",heatmapMatrixCellLabel:"Row {row}, Col {col}: {value}",heatmapCalendarLabel:"Calendar heatmap of {days} days, {label} range {range}",heatmapMatrixLabel:"Heatmap of {rows} × {cols} cells, {label} range {range}",heatmapCalendarCellLabel:"{date}: {value}",heatmapNoDataValue:"no data",heatmapDefaultRowLabel:"row {n}",heatmapDefaultColLabel:"col {n}",heatmapSelectedCellLabel:"Selected: {cell}.",heatmapProjectionLimit:"Only the first {count} heatmap cells are shown.",heatmapDecorationLimit:"Only the first {count} heatmap colors, legend stops, and annotations are shown.",inputLabel:"Text",showPassword:"Show password",hidePassword:"Hide password",radioRequired:"Please select an option.",progress:"Progress",responsivePanel:"Panel",popover:"Popover",details:"Details",breadcrumb:"Breadcrumb",timeline:"Timeline",timelineClusterCount:"Show timeline events ({count})",rating:"Rating",sliderLabel:"Slider",feedbackPositive:"Good response",feedbackNegative:"Bad response",feedbackReasonsLabel:"Choose a reason",feedbackCommentLabel:"Add a comment",feedbackCommentPlaceholder:"Add more detail (optional)",feedbackSubmit:"Submit feedback",feedbackSubmitted:"Feedback submitted",colorPicker:"Color picker",mediaCardUntitledFile:"Untitled file",mediaCardOpenName:"Open {name}",mediaCardOpenImageAttachment:"Open image attachment",mediaCardOpenVideoAttachment:"Open video attachment",mediaCardOpenFileAttachment:"Open file attachment",mediaCardImageAttachment:"Image attachment",mediaCardVideoAttachment:"Video attachment",animatedImageDefaultAlt:"Animated image",mentionSuggestions:"Suggestions",mentionResultCount:{one:"{count} suggestion",other:"{count} suggestions"},mentionResultPosition:"Suggestion {current} of {total}",suggestionsLabel:"Suggested prompts",map:"Map",model:"Model",selectModel:"Select a model…",modelSelectNoModels:"No models",modelSelectRequired:"Please choose a model.",temperature:"Temperature",play:"Play",playbackPosition:"Playback position",playbackStepPosition:"Step {index} of {total}",videoPlayerLabel:"Video player",videoMute:"Mute",videoUnmute:"Unmute",videoVolume:"Volume",videoCaptions:"Captions",videoCaptionsOff:"Off",videoPlaybackSpeed:"Playback speed",videoPictureInPicture:"Enter picture in picture",videoExitPictureInPicture:"Exit picture in picture",videoEnterFullscreen:"Enter fullscreen",videoExitFullscreen:"Exit fullscreen",videoPlaylistLabel:"Video playlist",videoPlaylistUntitled:"Video {position}",selectValueMissing:"Please select an option.",select:"Select",sourceListDefaultLabel:"Sources",threadListLabel:"Conversations",threadGroupPinned:"Pinned",threadGroupToday:"Today",threadGroupYesterday:"Yesterday",threadGroupPrevious7Days:"Previous 7 days",threadGroupPrevious30Days:"Previous 30 days",threadGroupArchived:"Archived",threadGroupExpand:"Expand {label}",threadGroupCollapse:"Collapse {label}",pinConversation:"Pin conversation",unpinConversation:"Unpin conversation",archiveConversation:"Archive conversation",unarchiveConversation:"Unarchive conversation",deleteConversation:"Delete conversation",searchThreads:"Search conversations",threadListMatchAnnounce:{one:"{count} conversation found",other:"{count} conversations found"},threadListEmpty:"No conversations yet",agentWorkspaceLabel:"Agent workspace",agentWorkspaceConversation:"Conversation",agentWorkspaceDetails:"Run details",agentWorkspaceRun:"Agent run",agentWorkspaceTools:"Tools",agentWorkspaceRetrieval:"Retrieved context",agentWorkspaceGrounding:"Grounding",agentWorkspaceContext:"Context",agentWorkspaceEmpty:"No messages yet",ragAnswerLabel:"Grounded answer",ragAnswerCitations:"Citations",ragAnswerSources:"Sources",ragAnswerRetry:"Retry answer",evaluationDashboardLabel:"Evaluation dashboard",evaluationDashboardRunsLabel:"Evaluation runs",evaluationDashboardNoRuns:"No evaluation runs yet",approvalQueueLabel:"Tool approval queue",approvalQueueEmpty:"No tool approvals pending",approvalQueueOpen:"Review approval for {tool}",approvalQueuePendingCount:"{count} pending approvals",approvalQueuePending:"Pending",embeddingExplorerLabel:"Embedding explorer",embeddingExplorerEmpty:"No embedding points",embeddingExplorerPoint:"{label}, embedding point {index}",knowledgeBaseAdminLabel:"Knowledge base administration",knowledgeBaseAdminSourcesTab:"Sources",knowledgeBaseAdminIngestionTab:"Ingestion",resizeDivider:"Resize divider between panel {a} and panel {b}",trendUnchanged:"unchanged",statTrendIncreased:"increased {value}",statTrendDecreased:"decreased {value}",statTrendGood:"good",statTrendBad:"bad",statTrendAnnouncement:"{trend}, {polarity}",streamStalled:"Taking longer than usual…",streamStallAnnounce:"Connection stalled.",streamRecoverAnnounce:"Connection restored.",streamStallClearedAnnounce:"No longer stalled.",thinkingPanelLabel:"Thinking",messagePartsLabel:"Message content",messagePartError:"Part failed",messagePartRetry:"Retry this part",promptQueueLabel:"Queued prompts",promptQueueEmpty:"No prompts queued",promptQueueSendNow:"Send now",selectionToolbarLabel:"Selection actions",selectionAsk:"Ask",selectionQuote:"Quote",selectionCite:"Cite",promptInputLabel:"AI prompt",promptInputControls:"Prompt options",promptInputSources:"Sources",promptInputAttachments:"Attachments",mcpAppLabel:"Interactive app",mcpAppUnavailable:"This interactive app could not be loaded.",mcpAppLoading:"Loading interactive app…",taskListLabel:"Tasks",taskListCompletedOfTotal:"{completed} of {total} completed",taskListStepStartedAnnounce:"Step started: {label}",taskListStepCompletedAnnounce:"Step completed: {label}",taskListStepFailedAnnounce:"Step failed: {label}",activityFeedLabel:"Activity",activityFeedCompletedSteps:"Completed {count} steps",activityFeedCompletedStep:"Completed {count} step",handoffLabel:"Agent handoff",handoffToAgent:"Transferred to {agent}",handoffFromToAgent:"Transferred from {from} to {to}",usageBadgeLabel:"Usage",usageBadgeTokensIn:"{count} in",usageBadgeTokensOut:"{count} out",usageBadgeTokensInLabel:"Input tokens",usageBadgeTokensOutLabel:"Output tokens",usageBadgeTotalTokensLabel:"Total tokens",usageBadgeCostLabel:"Cost",usageBadgeLatencyLabel:"Latency",checkpointLabel:"Checkpoint",checkpointRestore:"Restore",checkpointRestoreWithContext:"Restore conversation to {label}",checkpointRestoring:"Restoring…",checkpointConfirmPrompt:"Restore the conversation to this point?",thoughtFor:"Thought for {duration}",thinking:"Thinking…",rangeStart:"Range start",rangeEnd:"Range end",calloutAnnouncementWithContext:"{context}: {content}",closeWithContext:"Close: {snippet}",closeWithTruncatedContext:"Close: {snippet}…",toastContentIncomplete:"Notification with incomplete content",toastOverflow:"Notifications not shown: {count}.",toolApprovalHeading:"Approve {tool} call?",toolApprovalGenericTool:"tool",toolApprovalArgsLabel:"Tool call arguments (JSON)",confirmApproved:"Approved",confirmDenied:"Denied",confirmApprovedAnnounce:"Action approved.",confirmDeniedAnnounce:"Action denied.",deny:"Deny",edit:"Edit",approve:"Approve",invalidJson:"Invalid JSON.",fieldRequired:"This field is required.",fieldMustBeString:"Must be a string.",fieldMustBeNumber:"Must be a finite number.",fieldMustBeInteger:"Must be a whole number.",fieldMustBeBoolean:"Must be a boolean.",unsupportedFieldType:'Unsupported field type "{type}".',fieldMustBeOneOf:"Must be one of: {values}.",fieldMustEqual:"Must equal {value}.",schemaMustBeObject:"Schema must describe an object.",schemaPropertiesMustBeFlat:"Schema properties must be a flat object.",valueMustBeSerializable:"Value must be JSON-serializable.",valueInvalid:"The value is invalid.",phoneInputLabel:"Phone",phoneInputIncomplete:"This phone number is incomplete.",otpInputIncomplete:"Enter all {total} characters.",otpInputLabel:"Verification code",numberInputIncrease:"Increase",numberInputDecrease:"Decrease",textareaCharacterCount:{one:"{count} character",other:"{count} characters"},textareaCharactersRemaining:{one:"{count} character remaining",other:"{count} characters remaining"},copyFailed:"Copy failed",colorPickerSaturationBrightness:"Saturation and brightness",colorPickerSaturationBrightnessValue:"Saturation {saturation}%, brightness {brightness}%",colorPickerHue:"Hue",colorPickerHueValue:"{hue} degrees",colorPickerOpacity:"Opacity",colorPickerOpacityValue:"{opacity}% opaque",colorPickerValueField:"Color value",colorPickerToggleFormat:"Toggle color format",colorPickerEyeDropper:"Select a color from the screen",colorPickerSwatches:"Color swatches",colorPickerSwatch:"Select {color}",colorPickerCurrentValue:"Current color: {color}",selectSelectedOverflow:"+{n} more",iconLoadError:"The icon failed to load.",iconTooLarge:"The icon file is too large to display.",iconSanitizerMissing:'This icon needs the optional "dompurify" package installed to render safely.',paginationFirstPage:"First page",paginationLastPage:"Last page",accessibleLabelSeparator:" — ",durationMilliseconds:"{value}ms",durationSeconds:"{value}s",selectTools:"Select tools",searchToolsPlaceholder:"Search tools…",useDefaultTools:"Use default tools",toolSelectCustomizeHint:"Turn off to choose individual tools.",noMatchesQuery:'No tools match "{query}".',toolSelectNoneAvailable:"No tools available.",toolSelectSummary:"{selected} of {total} tools enabled",toolCount:{one:"{count} tool",other:"{count} tools"},otherCategory:"Other",widgetFullscreenPanel:"Fullscreen panel",widgetViewGroup:"Panel view",widgetExitFullscreen:"Exit fullscreen",widgetExpandToFullscreen:"Expand to fullscreen",widgetCollapse:"Collapse panel",widgetExpand:"Expand panel",menuLabel:"Menu",pause:"Pause",kbdEscapeVisual:"Esc",kbdEscapeWord:"Escape",kbdTabWord:"Tab",kbdSpaceWord:"Space",kbdDeleteVisual:"Del",kbdDeleteWord:"Delete",kbdHomeWord:"Home",kbdEndWord:"End",kbdPageUpVisual:"PgUp",kbdPageUpWord:"Page Up",kbdPageDownVisual:"PgDn",kbdPageDownWord:"Page Down",kbdEnterWord:"Enter",kbdBackspaceWord:"Backspace",kbdArrowUpWord:"Arrow Up",kbdArrowDownWord:"Arrow Down",kbdArrowLeftWord:"Arrow Left",kbdArrowRightWord:"Arrow Right",kbdPlusWord:"Plus",kbdMinusWord:"Minus",kbdCommandWord:"Command",kbdControlVisual:"Ctrl",kbdControlWord:"Control",kbdOptionWord:"Option",kbdAltWord:"Alt",kbdShiftWord:"Shift",emailViewerLabel:"Email viewer",emailViewerMissingParser:'This viewer needs the optional "postal-mime" package installed to parse this message.',emailViewerFrom:"From",emailViewerTo:"To",emailViewerSubject:"Subject",emailViewerDate:"Date",emailViewerAttachments:"Attachments",emailViewerUnnamedAttachment:"Unnamed attachment",emailViewerNoSubject:"(no subject)",emailViewerOpenAttachment:"Open {filename}",emailViewerShowQuoted:"Show quoted text",emailViewerHideQuoted:"Hide quoted text",emailViewerGroupAddress:"{name}: {members}",calendarViewerLabel:"Calendar viewer",calendarViewerMissingParser:'This viewer needs the optional "ical.js" package installed to parse this calendar.',calendarViewerEmpty:"This calendar has no events.",calendarViewerNoSummary:"(no title)",pdfViewerLabel:"PDF document",pdfViewerMissingLibrary:'This viewer needs the optional "pdfjs-dist" package installed to render PDF files.',qrCodeMissingLibrary:'This component needs the optional "qrcode" package installed to render QR codes.',qrCodeGenerationFailed:"This value could not be encoded as a QR code.",mapMissingLibrary:'This component needs the optional "maplibre-gl" package installed to render the map.',mapStyleRequired:"Provide a map style to render the map.",mapWebglUnavailable:"This browser cannot provide the graphics support needed to render the map.",mapInitializationFailed:"The map could not be initialized.",mapLegend:"Map legend",chartMissingLibrary:'This component needs the optional "chart.js" package installed to render charts.',boxPlotMissingLibrary:"This component needs the optional box-plot chart package installed to render box plots.",graphMissingLibrary:'This component needs the optional "d3" package installed to render the graph.',pdfViewerPageOf:"Page {page} of {total}",pdfViewerZoomIn:"Zoom in",pdfViewerZoomOut:"Zoom out",pdfViewerCurrentZoom:"{percent}%",pdfViewerPreviousPage:"Previous page",pdfViewerNextPage:"Next page",anchorJumped:"Jumped to highlighted passage.",anchorJumpedToPage:"Jumped to page {page}.",anchorNotFound:"Passage not found in this document.",highlightLayerLabel:"Highlights",highlightWithLabel:"Highlight: {label}",cellHighlightWithLabel:"Highlight: {value} — {label}",highlightOfTotal:"Highlight {index} of {total}",pageRailLabel:"Page thumbnails",pageRailPage:"Page {page}",pageRailPageHighlighted:{one:"Page {page}, {count} highlighted passage",other:"Page {page}, {count} highlighted passages"},skipToContent:"Skip to content",tourSkip:"Skip",tourDone:"Done",tourStepOf:"Step {current} of {total}",emojiPickerSearchLabel:"Search emoji",emojiPickerGridLabel:"Emoji",emojiPickerEmpty:"No emoji found",emojiPickerLoadError:"Could not load emoji.",emojiPickerGroupSmileysEmotion:"Smileys & Emotion",emojiPickerGroupPeopleBody:"People & Body",emojiPickerGroupComponent:"Component",emojiPickerGroupAnimalsNature:"Animals & Nature",emojiPickerGroupFoodDrink:"Food & Drink",emojiPickerGroupTravelPlaces:"Travel & Places",emojiPickerGroupActivities:"Activities",emojiPickerGroupObjects:"Objects",emojiPickerGroupSymbols:"Symbols",emojiPickerGroupFlags:"Flags",emojiPickerGroupUnknown:"Group {group}",pushToTalkRequesting:"Requesting microphone…",pushToTalkDenied:"Microphone access denied",pushToTalkError:"Recording failed",pushToTalkUnsupported:"Recording is not supported in this browser",pushToTalkStarted:"Recording started",pushToTalkStopped:"Recording stopped",pushToTalkCancelled:"Recording cancelled",pushToTalkHold:"Hold to talk",pushToTalkStart:"Start recording",pushToTalkStop:"Stop recording",traceTree:"Trace tree",traceTreeSpanStatus:"{name} — {status}",traceTreeMetricLabel:"{label}: {value}",spanProjectionLimit:"Only the first {count} spans are shown.",agentTraceFilterLabel:"Trace span kinds",spanKindAgent:"Agent",spanKindLlm:"LLM",spanKindTool:"Tool",spanKindRetriever:"Retriever",spanKindEmbedding:"Embedding",spanKindOther:"Other",tokensIn:"Tokens in",tokensOut:"Tokens out",cost:"Cost",duration:"Duration",spanWaterfall:"Span timeline",spanStartedAtOffset:"started at +{value}",rubricSubmit:"Submit",rubricSubmitAndNext:"Submit and next",rubricSkip:"Skip",compareResponseA:"Response A",compareResponseB:"Response B",compareVoteLabel:"Vote",compareVoteBetter:"{label} is better",compareVoteTie:"Tie",compareVoteBothBad:"Both are bad",compareVoteRecorded:"Vote recorded: {label}",comparePanel:"Comparison",audioVisualizerLabel:"Voice activity: {state}",audioVisualizerIdle:"Idle",audioVisualizerListening:"Listening",audioVisualizerThinking:"Thinking",audioVisualizerSpeaking:"Speaking",treeNodeMoved:"Moved {label} to position {index} of {total}",fileTreeLabel:"Files",fileTreeDiffSummary:"+{additions} -{deletions}",gitStatusAdded:"Added",gitStatusModified:"Modified",gitStatusDeleted:"Deleted",gitStatusRenamed:"Renamed",gitStatusUntracked:"Untracked",gitStatusConflicted:"Conflicted",gitStatusIgnored:"Ignored",imageViewerLabel:"Image viewer",imageViewerFailedToLoad:"The image failed to load.",imageViewerRotate:"Rotate",imageViewerFitLabel:"Fit",imageViewerFitContain:"Fit image",imageViewerFitWidth:"Fit width",imageViewerFitActual:"Actual size",imageViewerAnnotate:"Annotate",imageViewerHighlightsLabel:"Highlighted regions",imageViewerUnlabeledHighlight:"Highlight {index}",imageViewerAnnotationHint:"Annotation mode on. Press Enter to place a region, then use arrow keys to move it, Shift plus arrow keys to resize it, Enter to save, or Escape to cancel.",imageViewerAnnotationBoxPosition:"Region at {x} percent, {y} percent, {width} by {height} percent.",imageViewerAnnotationAdded:"Region added.",imageViewerAnnotationCancelled:"Region cancelled.",transcriptFeedLabel:"Transcript",transcriptFeedEmpty:"No transcript yet",transcriptFeedInterim:"Transcribing…",commitCardLabel:"Commit",commitCardCopyHash:"Copy commit hash",commitCardDiffSummary:"+{additions} -{deletions} in {files} files",commitCardShowFiles:"Show {count} changed files",commitCardHideFiles:"Hide {count} changed files",stackTraceLabel:"Stack trace",stackTraceLimit:"Some stack-trace content was omitted because the display limit was reached.",stackTraceShowFrames:"Show {count} internal frames",stackTraceHideFrames:"Hide {count} internal frames",statusSkipped:"Skipped",testResultsLabel:"Test results",testResultsPassed:"{count} passed",testResultsFailed:"{count} failed",testResultsSkipped:"{count} skipped",testResultsRunning:"{count} running",testResultsFilterLabel:"Filter by status",testResultsCompleteAnnounce:"{passed} passed, {failed} failed, {skipped} skipped",testResultsExpandTest:"Expand {name}",testResultsCollapseTest:"Collapse {name}",envListLabel:"Environment variables",envListReveal:"Reveal {name}",envListHide:"Hide {name}",envListValueHidden:"Value hidden",envListCopy:"Copy {name}",voice:"Voice",voicePickerNoVoices:"No voices available",voicePickerRequired:"Please choose a voice.",voicePickerPreview:"Preview {name}",voicePickerStopPreview:"Stop preview",avPlayerLabel:"Audio/video player",avPlayerFailedToLoad:"The media failed to load.",avPlayerTranscript:"Transcript",avPlayerTimeline:"Seek",avPlayerPlaybackRate:"Playback speed",avPlayerRateOption:"{rate}×",avPlayerPosition:"{current} of {duration}",attachmentTriggerAudio:"Record audio",attachmentMenuAudio:"Record audio",browserFrameLabel:"Browser view",browserFrameUrlLabel:"Address",browserFrameViewOf:"Browser view of {url}",browserFrameTakeOver:"Take over",browserFrameHandBack:"Hand back",browserFrameStop:"Stop",browserFrameStatusIdle:"Idle",browserFrameStatusConnecting:"Connecting…",browserFrameStatusLive:"Live",browserFrameStatusStalled:"Stalled",browserFrameControllerAgent:"Agent",browserFrameControllerUser:"User",notebookViewerLabel:"Notebook viewer",notebookViewerInvalid:"This file is not a valid Jupyter notebook.",notebookViewerUnsupportedVersion:"Notebook format {version} is not supported.",notebookViewerTooManyCells:"This notebook has too many cells to display.",notebookViewerInPrompt:"In [{count}]",notebookViewerInPromptEmpty:"In [ ]",notebookViewerCodeCell:"Code cell {index}",notebookViewerMarkdownCell:"Markdown cell {index}",notebookViewerRawCell:"Raw cell {index}",notebookViewerErrorOutput:"Error",notebookViewerShowAllOutput:"Show all output",notebookViewerCollapseOutput:"Collapse output",notebookViewerUnrenderedOutput:"This output type cannot be displayed.",xmlViewerLabel:"XML viewer",xmlViewerParseError:"This document could not be parsed as XML.",xmlViewerTooManyNodes:"This document has too many nodes to display.",xmlViewerChildCount:{one:"{count} child",other:"{count} children"},xmlViewerCopyDocument:"Copy XML to clipboard",xmlViewerCopyNode:"Copy {name}",xmlViewerExpandNode:"Expand {name}",xmlViewerCollapseNode:"Collapse {name}",artifactPanelLabel:"Artifact",artifactPanelPreview:"Preview",artifactPanelCode:"Code",artifactPanelPreviousVersion:"Previous version",artifactPanelNextVersion:"Next version",artifactPanelVersionPosition:"Version {index} of {count}",artifactPanelRestore:"Restore this version",artifactPanelGenerating:"Generating…",resultFieldLabel:"{label}:",geojsonViewLabel:"Map",geojsonViewInvalid:"This file is not valid GeoJSON.",geojsonViewFeatureCount:{one:"{count} feature",other:"{count} features"},geojsonViewMissingMapLibrary:"Install the optional maplibre-gl peer to render this file on a map. Showing the raw GeoJSON instead.",mindMapLabel:"Mind map",mindMapTopicStatus:"{label}, level {level}, {count} subtopics",mindMapLeafStatus:"{label}, level {level}",mindMapExpanded:"{label} expanded",mindMapCollapsed:"{label} collapsed",entityDegree:"Connections",entityCommunity:"Community",focusInGraph:"Focus in graph",untitledEntity:"Untitled entity",untitledCommunity:"Untitled community",communityMemberCount:"{count} members",communityDrillIn:"Explore community",selectAllSources:"Select all sources",sourcePickerSelection:"{selected} of {total} selected",provenancePanelLabel:"Grounding",provenanceEntities:"Entities",provenanceRelationships:"Relationships",provenanceCommunities:"Communities",provenanceChunks:"Text chunks",provenanceEmpty:"No grounding data for this answer",chunkInspectorLabel:"Retrieved chunks",chunkScore:"Relevance {percent}%",scoreTierHigh:"High relevance",scoreTierMedium:"Medium relevance",scoreTierLow:"Low relevance",chunkInspectorEmpty:"No chunks retrieved",flowCanvasLabel:"Workflow canvas",flowCanvasLayoutLimit:"Some edge-ordering detail was omitted because the flow layout work limit was reached.",flowCanvasSummary:"Workflow with {nodeCount} nodes and {edgeCount} edges",flowNode:"Node {label}",flowEdge:"Edge from {source} to {target}",flowEdgeWithLabel:"{label}, edge from {source} to {target}",flowItemAnnouncement:"{item} ({index} of {total})",dashboardGridLabel:"Dashboard grid",dashboardCellCollisionRejected:"{label} cannot be placed there because it overlaps another cell.",dashboardCellMoved:"{label} moved to column {x}, row {y}.",dashboardCellResized:"{label} resized to width {w}, height {h}.",flowEdgeList:"Workflow edges",flowNodeSelected:"{label} selected",flowNodeDeselected:"{label} deselected",flowSelectionCleared:"Selection cleared",flowNodeMoved:"Moved {label} to {x}, {y}",flowConnectStarted:"Connecting from {label}. Use arrow keys to choose a target, Enter to connect, Escape to cancel.",flowConnectTarget:"Connecting {source} to {target} ({index} of {total})",flowConnectCommitted:"Connected {source} to {target}",flowConnectCancelled:"Connection cancelled",zoomToFit:"Zoom to fit",flowLockCanvas:"Lock canvas",flowControlsLabel:"Canvas controls",flowMinimapLabel:"Workflow overview",flowMinimapViewport:"Visible area",flowMinimapInstructions:"Arrow keys pan. Plus and minus zoom. Enter or Home fits the workflow.",flowMinimapViewportChanged:"Position {x}, {y}. Zoom {zoom}.",nodePaletteLabel:"Node palette",nodePalettePlaceholder:"Search nodes…",nodePaletteEmpty:"No matching nodes.",nodePaletteDragHint:"Drag to the canvas, or press Enter to place",nodePaletteResultCount:{one:"{count} item",other:"{count} items"},retrievalResultsSelectRow:"Select {label}",pathStripLabel:"Path",pathNodeStatus:"{label}, node {position} of {total}",pathRelationStatus:"{relation}, relation",flowInputHandle:"Input {id}",flowOutputHandle:"Output {id}",flowStatusWithDuration:"{status} ({duration})",flowStatusWithDetail:"{status} — {detail}",neighborListLabel:"Relationships",neighborRowLabel:"{label}, {relation}, {direction}",neighborDirectionIn:"Incoming",neighborDirectionOut:"Outgoing",neighborDirectionBoth:"Bidirectional",neighborExpand:"Expand {label} in graph",neighborListEmpty:"No relationships",neighborGroupHeader:"{relation} ({count})",flowRunStatusLabel:"Run status",flowRunSummary:"{done} of {total} steps complete",flowRunStepStatus:"{label}: {status}",flowRunStatusCount:"{status}: {count}",policySummaryLabel:"Policy decisions",policySummaryAllowCount:"{count} allowed",policySummaryDenyCount:"{count} denied",policySummaryNeedsReviewCount:"{count} needs review",policySummaryStateAllow:"Allow",policySummaryStateDeny:"Deny",policySummaryStateNeedsReview:"Needs review",policySummaryCategoryGuardrail:"Guardrail",policySummaryCategoryPermission:"Permission",policySummaryCategoryPrivacy:"Privacy",policySummaryCategoryTool:"Tool",policySummaryDetailLabel:"More detail",evalDatasetLabel:"Evaluation examples",evalDatasetAddExample:"Add example",evalDatasetRemoveExample:"Remove example",evalDatasetImportLabel:"Import examples",evalDatasetSearchLabel:"Search examples",evalDatasetTagFilterLabel:"Filter by tag",evalDatasetEmpty:"No examples yet.",evalDatasetNoMatches:"No examples match the current filters.",evalDatasetColumnInput:"Input",evalDatasetColumnExpectedOutput:"Expected output",evalDatasetColumnTags:"Tags",queryBuilderLabel:"Query builder",queryBuilderEmpty:"No conditions yet.",queryBuilderNoFields:"No fields available.",queryBuilderAddCondition:"Add condition",queryBuilderRemoveCondition:"Remove condition {index}",queryBuilderFieldLabel:"Field",queryBuilderFieldPlaceholder:"Select field",queryBuilderOperatorLabel:"Operator",queryBuilderOperatorPlaceholder:"Select operator",queryBuilderValueLabel:"Value",queryBuilderValuePlaceholder:"Select value",queryBuilderCombinatorLabel:"Combine conditions with",queryBuilderCombinatorAnd:"All conditions (AND)",queryBuilderCombinatorOr:"Any condition (OR)",queryBuilderBooleanTrue:"True",queryBuilderBooleanFalse:"False",queryBuilderOperatorEquals:"Equals",queryBuilderOperatorNotEquals:"Does not equal",queryBuilderOperatorGreaterThan:"Greater than",queryBuilderOperatorGreaterThanOrEqual:"Greater than or equal to",queryBuilderOperatorLessThan:"Less than",queryBuilderOperatorLessThanOrEqual:"Less than or equal to",queryBuilderOperatorAfter:"After",queryBuilderOperatorOnOrAfter:"On or after",queryBuilderOperatorBefore:"Before",queryBuilderOperatorOnOrBefore:"On or before",queryBuilderOperatorContains:"Contains",queryBuilderOperatorStartsWith:"Starts with",queryBuilderOperatorEndsWith:"Ends with",queryBuilderOperatorIn:"Is any of",queryBuilderOperatorNotIn:"Is none of",queryBuilderOperatorIsEmpty:"Is empty",queryBuilderOperatorIsNotEmpty:"Is not empty",memoryPanelLabel:"Memory",memoryPanelShortTermHeading:"Short-term context",memoryPanelLongTermHeading:"Long-term memories",memoryPanelAdd:"Add to long-term memory",memoryPanelAddWithContext:'Add "{label}" to long-term memory',memoryPanelForgetAll:"Forget all",memoryPanelConfirmAddHeading:"Add this to long-term memory?",memoryPanelConfirmRemoveHeading:"Remove this item?",memoryPanelConfirmForgetHeading:"Forget all long-term memories?",memoryPanelConfirmForgetBody:"This permanently forgets all {count} long-term memories.",graphExplorerLabel:"Knowledge graph explorer",graphExplorerSearchPlaceholder:"Search entities…",graphExplorerSearchResultsLabel:"Search results",graphExplorerPin:"Pin",graphExplorerUnpin:"Unpin",graphExplorerPinned:"{label} pinned",graphExplorerUnpinned:"{label} unpinned",graphExplorerPinnedHeading:"Pinned",graphExplorerFindPath:"Find path",retrievalModeVector:"Vector",retrievalModeKeyword:"Keyword",retrievalModeHybrid:"Hybrid",retrievalSearchLabel:"Retrieval search",retrievalModeLabel:"Search mode",retrievalFiltersLabel:"Active filters",groundingSummaryLabel:"Grounding summary",groundingSummaryEmpty:"No grounding assessment available",groundingSummarySupportedLabel:"Supported claims",groundingSummaryUnsupportedLabel:"Unsupported claims",groundingSummaryCoverageLabel:"Citation coverage",groundingSummaryConfidenceLabel:"Confidence",groundingSummaryWarningsHeading:"Warnings",groundingSummaryEvidenceHeading:"Evidence",claimEvidenceLabel:"Claim evidence",claimEvidenceEmpty:"No claim-level evidence available",claimEvidenceSupported:"Supported",claimEvidencePartiallySupported:"Partially supported",claimEvidenceUnsupported:"Unsupported",claimEvidenceContradicted:"Contradicted",claimEvidenceConfidence:"{percent} confidence",retrievalCompareLabel:"Retrieval comparison",retrievalCompareEmpty:"No retrieval result sets to compare",retrievalCompareOverlap:"Top-k overlap between {left} and {right}: {percent}",retrievalCompareRank:"Rank {rank}",retrievalCompareDenseScore:"Dense",retrievalCompareSparseScore:"Sparse",retrievalCompareRerankScore:"Rerank",retrievalCompareFinalScore:"Final",ragEvalDashboardLabel:"RAG evaluation dashboard",ragEvalDashboardEmpty:"No evaluation runs available",ragEvalDashboardRuns:"Evaluation runs",ragEvalDashboardSlices:"Evaluation slices",ragEvalDashboardAllSlices:"All",ragEvalDashboardSliceUnavailable:"No evaluation runs are available for {slice}.",promptStudioLabel:"Prompt studio",promptStudioMessages:"Prompt messages",promptStudioVariables:"Variables",promptStudioVersions:"Versions",promptStudioPreview:"Resolved preview",promptStudioRun:"Run prompt",promptStudioSave:"Save version",promptStudioAddMessage:"Add message",promptStudioRemoveMessage:"Remove message",promptStudioMessageRole:"Message {index} role ({role})",promptStudioMessageContent:"Message {index} content ({role})",promptStudioRoleSystem:"System",promptStudioRoleUser:"User",promptStudioRoleAssistant:"Assistant",promptStudioRoleTool:"Tool",schemaViewerLabel:"Schema viewer",schemaViewerEmpty:"No schema available",schemaViewerRequired:"Required",schemaViewerCircular:"Circular schema reference",schemaViewerType:"Type: {type}",subagentPanelLabel:"Subagents",subagentPanelEmpty:"No subagent runs",subagentPanelRetry:"Retry subagent",subagentPanelCancelRun:"Cancel {name}",subagentPanelRetryRun:"Retry {name}",toolTimelineDetailsFor:"Details for {name}",realtimeSessionLabel:"Realtime session",realtimeSessionDisconnected:"Disconnected",realtimeSessionConnecting:"Connecting",realtimeSessionConnected:"Connected",realtimeSessionReconnecting:"Reconnecting",realtimeSessionError:"Connection error",realtimeSessionConnect:"Connect",realtimeSessionDisconnect:"Disconnect",realtimeSessionMute:"Mute microphone",realtimeSessionUnmute:"Unmute microphone",realtimeSessionInterrupt:"Interrupt response",realtimeSessionConnectionFailed:"The realtime connection failed.",contextInspectorRedacted:"Redacted",contextInspectorTruncated:"Truncated",contextInspectorLabel:"Context inspector",contextInspectorEmpty:"No context segments",contextInspectorCopyLabel:"Copy assembled context",knowledgeBaseSyncIdle:"Idle",knowledgeBaseSyncSyncing:"Syncing",knowledgeBaseSyncPaused:"Paused",knowledgeBaseSyncSynced:"Synced",knowledgeBaseSyncError:"Error",knowledgeBaseHealthHealthy:"Healthy",knowledgeBaseHealthDegraded:"Degraded",knowledgeBaseHealthFailed:"Failed",knowledgeBaseHealthUnknown:"Unknown",knowledgeBasePermissionOwner:"Owner",knowledgeBasePermissionEditor:"Editor",knowledgeBasePermissionViewer:"Viewer",knowledgeBasePermissionRestricted:"Restricted",knowledgeBaseNeverSynced:"Never synced",knowledgeBaseSyncAction:"Sync now",knowledgeBasePauseAction:"Pause sync",knowledgeBaseDeleteAction:"Delete source",knowledgeBaseNameColumn:"Source",knowledgeBaseSyncColumn:"Sync status",knowledgeBaseHealthColumn:"Indexing health",knowledgeBasePermissionColumn:"Permission",knowledgeBaseActionsColumn:"Actions",knowledgeBaseTotalSources:"Sources",knowledgeBaseSyncedSources:"Synced",knowledgeBaseSyncingSources:"Syncing",knowledgeBaseNeedsAttention:"Needs attention",knowledgeBaseHeading:"Knowledge base",knowledgeBaseCreateSource:"Add source",knowledgeBaseEmptyHeading:"No knowledge sources yet",ingestionStageQueued:"Queued",ingestionStageUploading:"Uploading",ingestionStageExtracting:"Extracting text",ingestionStageChunking:"Chunking",ingestionStageEmbedding:"Embedding",ingestionStageIndexing:"Indexing",ingestionStageDone:"Done",ingestionStageFailed:"Failed",ingestionStageCancelled:"Cancelled",ingestionStageUnknown:"Unknown stage",ingestionQueueLabel:"Ingestion queue",ingestionQueueEmpty:"No documents queued",documentLibraryFreshnessFresh:"Fresh",documentLibraryFreshnessAging:"Aging",documentLibraryFreshnessStale:"Stale",documentLibrarySelectAll:"Select all documents",documentLibrarySelectColumn:"Select",documentLibraryTypeColumn:"Type",documentLibraryNameColumn:"Name",documentLibraryVersionColumn:"Version",documentLibraryOwnerColumn:"Owner",documentLibraryTagsColumn:"Tags",documentLibraryFreshnessColumn:"Freshness",documentLibraryUpdatedColumn:"Updated",documentLibraryLabel:"Document library",documentLibraryEmptyHeading:"No documents yet",documentLibraryNoMatchesHeading:"No matching documents",documentLibrarySearchPlaceholder:"Search documents",documentLibraryFilterByTag:"Filter by tag",documentLibraryClearSelection:"Clear selection",documentLibrarySelectedCount:"{count} selected",documentCompareNoVersion:"No version provided.",documentCompareLabel:"Document comparison",agentRunCurrentStepLabel:"Current step",graphQueryHopRangeInvalid:"Maximum hops must be at least the minimum.",graphQueryRelationshipTypeLabel:"Relationship type",graphQueryNodeTypeLabel:"Node type",graphQueryBuilderLabel:"Graph query builder",graphQueryStartLabel:"Start entity",graphQueryEndLabel:"End entity",graphQueryMinHopsLabel:"Minimum hops",graphQueryMaxHopsLabel:"Maximum hops",graphQueryDirectionLabel:"Direction",graphQueryRun:"Run query",graphQuerySavedQueriesLabel:"Saved queries",graphQuerySaveNameLabel:"Query name",graphQuerySaveButton:"Save query",graphQueryLoadWithContext:"Load {name}",filterBarReset:"Reset filters",filterBarActiveFilters:"Active filters",drilldownDocuments:"Documents",drilldownRuns:"Agent runs",drilldownEmpty:"No item selected",drilldownUntitledNode:"Untitled step",evaluationRunStatusIdle:"Idle",evaluationRunStatusWaitingInput:"Waiting for input",evaluationRunStatusWaitingApproval:"Waiting for approval",evaluationRunStatusCancelled:"Cancelled",evaluationRunGroundingHeading:"Grounding",evaluationRunToolTraceHeading:"Tool trace",evaluationRunInputHeading:"Input",evaluationRunOutputHeading:"Output",evaluationRunLabel:"Evaluation run",evaluationRunProgressLabel:"Evaluation batch progress",retrievalFilterChipLabel:"{key}: {value}",retrievalSearchEmptyDescription:"Try a different search term or filters.",groundingSummaryEvidenceSpan:"Characters {start}–{end}",contextInspectorTruncatedCount:"Truncated — {count} tokens omitted",contextInspectorSegmentTokens:"{tokens} tokens",knowledgeBaseDocumentCount:"{count} indexed",knowledgeBaseRowActionsLabel:"Actions for {name}",knowledgeBaseEmptyDescription:"Add a source to start indexing content.",ingestionChunkCount:{one:"{count} chunk",other:"{count} chunks"},ingestionItemProgressLabel:"{name} — {stage}",ingestionEmbeddedOfTotal:"{embedded} of {total} chunks embedded",ingestionAttemptCount:"Attempt {count}",ingestionRetryWithContext:"Retry {label}",ingestionCancelWithContext:"Cancel {label}",documentLibrarySelectDocument:"Select {name}",agentRunStatusAnnounce:"Status: {status}.",graphQueryDeleteWithContext:"Delete {name}",evaluationRunExampleLabel:"Example {index}",evaluationRunExampleStartedAnnounce:"{label} started",evaluationRunExampleCompletedAnnounce:"{label} completed",evaluationRunExampleFailedAnnounce:"{label} failed",evaluationRunExampleCancelledAnnounce:"{label} cancelled",evaluationRunExampleWaitingInputAnnounce:"{label} needs input",evaluationRunExampleWaitingApprovalAnnounce:"{label} needs approval",evaluationRunProgressSummary:"{completed} of {total} examples complete",evaluationRunRunningCount:"{count} running",evaluationRunFailedCount:"{count} failed",retrievalStageQueryRewrite:"Query rewrite",retrievalStageEmbed:"Embed",retrievalStageRetrieve:"Retrieve",retrievalStageRerank:"Rerank",retrievalStageFilter:"Filter",retrievalTraceEvidenceToggle:"{label} evidence",documentCompareOldVersion:"Old version",documentCompareNewVersion:"New version",agentRunStatusIdle:"Idle",agentRunStatusQueued:"Queued",agentRunStatusCollecting:"Collecting context",agentRunStatusWaitingInput:"Waiting for input",agentRunStatusWaitingApproval:"Waiting for approval",agentRunStatusDone:"Done",agentRunStatusCancelled:"Cancelled",localePickerLabel:"Language",localePickerRequired:"Please choose a language.",flagLoadError:"Flag unavailable",moveUp:"Move up",moveDown:"Move down",reorderMovePending:"Reorder pending.",reorderMoveCancelled:"Reorder cancelled.",reorderItemMoved:"Moved to position {index} of {total}"};import{enableLyraLocaleCache,getLyraLocale,getLyraLocaleDirection,getRegisteredLyraLocales,invalidateLyraLocaleCache,registerLyraLocale,resolveLocalizedParts,resolveLyraDirection,resolveLyraLocale,setLyraLocale,subscribeLyraLocale,subscribeLyraLocaleRegistry}from"./localization-runtime.js";function resolveLyraString(host,key,overrides,fallback,values){return resolveRuntimeLyraString(host,key,overrides,fallback,values,DEFAULT_STRINGS)}const LYRA_DEFAULT_STRINGS=DEFAULT_STRINGS;export{LYRA_DEFAULT_STRINGS,enableLyraLocaleCache,getLyraLocale,getLyraLocaleDirection,getRegisteredLyraLocales,invalidateLyraLocaleCache,registerLyraLocale,resolveLocalizedParts,resolveLyraDirection,resolveLyraLocale,resolveLyraString,setLyraLocale,subscribeLyraLocale,subscribeLyraLocaleRegistry};
5
+ {country}`,contactViewerTypeHome:"Home",contactViewerTypeWork:"Work",contactViewerTypeCell:"Mobile",contactViewerTypeVoice:"Voice",contactViewerTypeFax:"Fax",contactViewerTypeInternet:"Internet",contactViewerTypePreferred:"Preferred",exportButtonLabel:"Export",generationStatusElapsedSeconds:"{seconds}s",generationStatusTokenCount:"{count} token",generationStatusTokensCount:"{count} tokens",generationStatusThroughput:"{rate} tok/s",graphDataList:"Graph data",graphItemAnnouncement:"{item} ({index} of {total})",navigation:"Navigation",attachmentRetryWithContext:"Retry {label}",attachmentUploadingWithContext:"Uploading {label}",attachmentUploadingProgress:"Uploading {percent}%",attachmentUploadingIndeterminate:"Uploading…",attachmentUploadFailed:"Upload failed",attachmentUntitledFile:"Untitled file",chartTrendIncreasing:"increasing",chartTrendDecreasing:"decreasing",chartTrendFlat:"flat",chartSummary:"{label}: {count} values, range {min} to {max}, {trend} trend",chartSeriesNoData:"{label}: no data",chartSummaryWithData:"{type} chart. {summaries}.",chartSummaryEmpty:"{type} chart with no data.",chartSummarySeparator:". ",chartData:"Chart data",chartDataSampled:"The generated data table shows a sample of up to 1,000 records. Provide a custom data table to access all chart data.",chartZoomUnavailable:"Zoom is unavailable, but the core chart remains available.",chartDataLabelsUnavailable:"Data labels are unavailable, but the core chart remains available.",chartStackTotalsUnavailable:"Stack totals are unavailable, but the core chart remains available.",chartAnnotationsUnavailable:"Chart annotations are unavailable, but the core chart remains available.",chart:"Chart",chartTypeLine:"Line",chartTypeBar:"Bar",chartTypeScatter:"Scatter",chartTypePie:"Pie",chartTypeDoughnut:"Doughnut",chartTypeRadar:"Radar",chartTypePolarArea:"Polar area",chartTypeBubble:"Bubble",boxPlotSeriesSummary:"{label}: {count} distributions, median range {min} to {max}, {trend} median trend",boxPlotSummaryWithData:"Box plot. {summaries}.",boxPlotSummaryEmpty:"Box plot with no data.",boxPlotData:"Box plot data",chartSeriesLabel:"Series",boxPlotMin:"Min",boxPlotQ1:"Q1",boxPlotMedian:"Median",boxPlotQ3:"Q3",boxPlotMax:"Max",boxPlot:"Box plot",histogramFrequency:"Frequency",liteChartMarkSummary:"{series}, {label}: {value} ({index} of {total})",liteChartBarLabel:"{series}, {label}: {value}",chartValueLabel:"{label}: {value}",liteChartCustomMarkSummary:"{content} ({index} of {total})",composerLabel:"Message",composerPlaceholder:"Ask anything…",textareaLabel:"Text",citation:"Citation {index}",citationWithStatus:"Citation {index}, {status}",citationWithCustomLabel:"Citation {index}, {label}",comboboxOverflow:"+{n} more — refine your search",comboboxRequired:"Please select an option.",comboboxCreate:"Create {value}",comboboxLabel:"Combobox",rename:"Rename {title}",previousMonth:"Previous month",nextMonth:"Next month",chooseDate:"Choose date",date:"Date",dateInputMinMessage:"Date must be on or after {min}.",dateInputMaxMessage:"Date must be on or before {max}.",dateInputPastDisabled:"Date cannot be in the past.",dateInputFutureDisabled:"Date cannot be in the future.",dateInputInvalid:"Enter a valid date.",timeInputLabel:"Time",timeInputHour:"Hour",timeInputMinute:"Minute",timeInputSecond:"Second",timeInputDayPeriod:"Day period",timeInputEmptySegment:"Empty",timeInputOpen:"Open time picker",timeInputPopup:"Choose a time",timeInputNow:"Now",timeInputInvalid:"Enter a complete time.",timeInputMinMessage:"Time must be at or after {min}.",timeInputMaxMessage:"Time must be at or before {max}.",timeInputRangeMessage:"Time must be between {min} and {max} across midnight.",timeInputStepMessage:"Enter a time matching the required interval.",documentPreviewEmpty:"No {type} to display.",convertingDocument:"Converting document…",documentPreviewNotAvailable:"Preview not available for {label}.",documentPreviewGenericFile:"this file",documentPreviewTypeDocument:"document",documentPreviewTypeImage:"image",documentPreviewTypeEmail:"email",documentPreviewTypeCalendar:"calendar",archiveViewerEmpty:"This archive is empty.",archiveViewerFolder:"Folder",archiveViewerFile:"File",spreadsheetViewerUnavailable:"Spreadsheet preview is unavailable.",csvViewerUnavailable:"CSV preview is unavailable.",csvViewerLabel:"CSV document",spreadsheetViewerLabel:"Spreadsheet",knownDateDay:"Day",knownDateMonth:"Month",knownDateYear:"Year",documentPreviewTypeDataset:"dataset",documentPreviewTypeContact:"contact",download:"Download",exportFormatMenuLabel:"{label} format",fileInputDefaultLabel:"Drop files here or click to browse",fileInputAcceptedOne:"{count} file added.",fileInputAcceptedMany:"{count} files added.",fileInputRejectedOne:"{count} file rejected.",fileInputRejectedMany:"{count} files rejected.",fileInputFolderRejected:"Folders are not accepted here.",fileInputRejectedType:"{filename}: this file type is not accepted.",fileInputRejectedSize:"{filename}: this file is too large.",fileInputRejectedCount:"{filename}: only one file can be selected at a time.",fileInputRejectedRead:"{filename}: the file could not be read.",fileInputRejectedLimit:"{filename}: the folder contains too many entries.",elapsedMinutesSecondsTemplate:"{minutes}m {seconds}s",graphNode:"Node {label}",graphLink:"Link from {source} to {target}",graphDiagram:"Node-link diagram with {nodeCount} nodes and {linkCount} links",graphTypedNode:"{label} ({type})",graphExpandableItem:"{item}, expandable",graphNodeFocused:"Centered on {label}",graphSelectionCount:"{count} selected",graphNodesHidden:"{hidden} of {total} nodes hidden",graphCommunity:"Community {label}, {count} nodes",heatmapValueLabel:"value",heatmapMatrixCellLabel:"Row {row}, Col {col}: {value}",heatmapCalendarLabel:"Calendar heatmap of {days} days, {label} range {range}",heatmapMatrixLabel:"Heatmap of {rows} × {cols} cells, {label} range {range}",heatmapCalendarCellLabel:"{date}: {value}",heatmapNoDataValue:"no data",heatmapDefaultRowLabel:"row {n}",heatmapDefaultColLabel:"col {n}",heatmapSelectedCellLabel:"Selected: {cell}.",heatmapProjectionLimit:"Only the first {count} heatmap cells are shown.",heatmapDecorationLimit:"Only the first {count} heatmap colors, legend stops, and annotations are shown.",inputLabel:"Text",showPassword:"Show password",hidePassword:"Hide password",radioRequired:"Please select an option.",progress:"Progress",responsivePanel:"Panel",popover:"Popover",details:"Details",breadcrumb:"Breadcrumb",timeline:"Timeline",timelineClusterCount:"Show timeline events ({count})",rating:"Rating",sliderLabel:"Slider",feedbackPositive:"Good response",feedbackNegative:"Bad response",feedbackReasonsLabel:"Choose a reason",feedbackCommentLabel:"Add a comment",feedbackCommentPlaceholder:"Add more detail (optional)",feedbackSubmit:"Submit feedback",feedbackSubmitted:"Feedback submitted",colorPicker:"Color picker",mediaCardUntitledFile:"Untitled file",mediaCardOpenName:"Open {name}",mediaCardOpenImageAttachment:"Open image attachment",mediaCardOpenVideoAttachment:"Open video attachment",mediaCardOpenFileAttachment:"Open file attachment",mediaCardImageAttachment:"Image attachment",mediaCardVideoAttachment:"Video attachment",animatedImageDefaultAlt:"Animated image",mentionSuggestions:"Suggestions",mentionResultCount:{one:"{count} suggestion",other:"{count} suggestions"},mentionResultPosition:"Suggestion {current} of {total}",suggestionsLabel:"Suggested prompts",map:"Map",model:"Model",selectModel:"Select a model…",modelSelectNoModels:"No models",modelSelectRequired:"Please choose a model.",temperature:"Temperature",play:"Play",playbackPosition:"Playback position",playbackStepPosition:"Step {index} of {total}",videoPlayerLabel:"Video player",videoMute:"Mute",videoUnmute:"Unmute",videoVolume:"Volume",videoCaptions:"Captions",videoCaptionsOff:"Off",videoPlaybackSpeed:"Playback speed",videoPictureInPicture:"Enter picture in picture",videoExitPictureInPicture:"Exit picture in picture",videoEnterFullscreen:"Enter fullscreen",videoExitFullscreen:"Exit fullscreen",videoPlaylistLabel:"Video playlist",videoPlaylistUntitled:"Video {position}",selectValueMissing:"Please select an option.",select:"Select",sourceListDefaultLabel:"Sources",threadListLabel:"Conversations",threadGroupPinned:"Pinned",threadGroupToday:"Today",threadGroupYesterday:"Yesterday",threadGroupPrevious7Days:"Previous 7 days",threadGroupPrevious30Days:"Previous 30 days",threadGroupArchived:"Archived",threadGroupExpand:"Expand {label}",threadGroupCollapse:"Collapse {label}",pinConversation:"Pin conversation",unpinConversation:"Unpin conversation",archiveConversation:"Archive conversation",unarchiveConversation:"Unarchive conversation",deleteConversation:"Delete conversation",searchThreads:"Search conversations",threadListMatchAnnounce:{one:"{count} conversation found",other:"{count} conversations found"},threadListEmpty:"No conversations yet",agentWorkspaceLabel:"Agent workspace",agentWorkspaceConversation:"Conversation",agentWorkspaceDetails:"Run details",agentWorkspaceRun:"Agent run",agentWorkspaceTools:"Tools",agentWorkspaceRetrieval:"Retrieved context",agentWorkspaceGrounding:"Grounding",agentWorkspaceContext:"Context",agentWorkspaceEmpty:"No messages yet",ragAnswerLabel:"Grounded answer",ragAnswerCitations:"Citations",ragAnswerSources:"Sources",ragAnswerRetry:"Retry answer",evaluationDashboardLabel:"Evaluation dashboard",evaluationDashboardRunsLabel:"Evaluation runs",evaluationDashboardNoRuns:"No evaluation runs yet",approvalQueueLabel:"Tool approval queue",approvalQueueEmpty:"No tool approvals pending",approvalQueueOpen:"Review approval for {tool}",approvalQueuePendingCount:"{count} pending approvals",approvalQueuePending:"Pending",embeddingExplorerLabel:"Embedding explorer",embeddingExplorerEmpty:"No embedding points",embeddingExplorerPoint:"{label}, embedding point {index}",knowledgeBaseAdminLabel:"Knowledge base administration",knowledgeBaseAdminSourcesTab:"Sources",knowledgeBaseAdminIngestionTab:"Ingestion",resizeDivider:"Resize divider between panel {a} and panel {b}",trendUnchanged:"unchanged",statTrendIncreased:"increased {value}",statTrendDecreased:"decreased {value}",statTrendGood:"good",statTrendBad:"bad",statTrendAnnouncement:"{trend}, {polarity}",streamStalled:"Taking longer than usual…",streamStallAnnounce:"Connection stalled.",streamRecoverAnnounce:"Connection restored.",streamStallClearedAnnounce:"No longer stalled.",thinkingPanelLabel:"Thinking",messagePartsLabel:"Message content",messagePartError:"Part failed",messagePartRetry:"Retry this part",promptQueueLabel:"Queued prompts",promptQueueEmpty:"No prompts queued",promptQueueSendNow:"Send now",selectionToolbarLabel:"Selection actions",selectionAsk:"Ask",selectionQuote:"Quote",selectionCite:"Cite",promptInputLabel:"AI prompt",promptInputControls:"Prompt options",promptInputSources:"Sources",promptInputAttachments:"Attachments",mcpAppLabel:"Interactive app",mcpAppUnavailable:"This interactive app could not be loaded.",mcpAppLoading:"Loading interactive app…",taskListLabel:"Tasks",taskListCompletedOfTotal:"{completed} of {total} completed",taskListStepStartedAnnounce:"Step started: {label}",taskListStepCompletedAnnounce:"Step completed: {label}",taskListStepFailedAnnounce:"Step failed: {label}",activityFeedLabel:"Activity",activityFeedCompletedSteps:"Completed {count} steps",activityFeedCompletedStep:"Completed {count} step",handoffLabel:"Agent handoff",handoffToAgent:"Transferred to {agent}",handoffFromToAgent:"Transferred from {from} to {to}",usageBadgeLabel:"Usage",usageBadgeTokensIn:"{count} in",usageBadgeTokensOut:"{count} out",usageBadgeTokensInLabel:"Input tokens",usageBadgeTokensOutLabel:"Output tokens",usageBadgeTotalTokensLabel:"Total tokens",usageBadgeCostLabel:"Cost",usageBadgeLatencyLabel:"Latency",checkpointLabel:"Checkpoint",checkpointRestore:"Restore",checkpointRestoreWithContext:"Restore conversation to {label}",checkpointRestoring:"Restoring…",checkpointConfirmPrompt:"Restore the conversation to this point?",thoughtFor:"Thought for {duration}",thinking:"Thinking…",rangeStart:"Range start",rangeEnd:"Range end",calloutAnnouncementWithContext:"{context}: {content}",closeWithContext:"Close: {snippet}",closeWithTruncatedContext:"Close: {snippet}…",toastContentIncomplete:"Notification with incomplete content",toastOverflow:"Notifications not shown: {count}.",toolApprovalHeading:"Approve {tool} call?",toolApprovalGenericTool:"tool",toolApprovalArgsLabel:"Tool call arguments (JSON)",confirmApproved:"Approved",confirmDenied:"Denied",confirmApprovedAnnounce:"Action approved.",confirmDeniedAnnounce:"Action denied.",deny:"Deny",edit:"Edit",approve:"Approve",invalidJson:"Invalid JSON.",fieldRequired:"This field is required.",fieldMustBeString:"Must be a string.",fieldMustBeNumber:"Must be a finite number.",fieldMustBeInteger:"Must be a whole number.",fieldMustBeBoolean:"Must be a boolean.",unsupportedFieldType:'Unsupported field type "{type}".',fieldMustBeOneOf:"Must be one of: {values}.",fieldMustEqual:"Must equal {value}.",schemaMustBeObject:"Schema must describe an object.",schemaPropertiesMustBeFlat:"Schema properties must be a flat object.",valueMustBeSerializable:"Value must be JSON-serializable.",valueInvalid:"The value is invalid.",phoneInputLabel:"Phone",phoneInputIncomplete:"This phone number is incomplete.",otpInputIncomplete:"Enter all {total} characters.",otpInputLabel:"Verification code",numberInputIncrease:"Increase",numberInputDecrease:"Decrease",textareaCharacterCount:{one:"{count} character",other:"{count} characters"},textareaCharactersRemaining:{one:"{count} character remaining",other:"{count} characters remaining"},copyFailed:"Copy failed",colorPickerSaturationBrightness:"Saturation and brightness",colorPickerSaturationBrightnessValue:"Saturation {saturation}%, brightness {brightness}%",colorPickerHue:"Hue",colorPickerHueValue:"{hue} degrees",colorPickerOpacity:"Opacity",colorPickerOpacityValue:"{opacity}% opaque",colorPickerValueField:"Color value",colorPickerToggleFormat:"Toggle color format",colorPickerEyeDropper:"Select a color from the screen",colorPickerSwatches:"Color swatches",colorPickerSwatch:"Select {color}",colorPickerCurrentValue:"Current color: {color}",selectSelectedOverflow:"+{n} more",iconLoadError:"The icon failed to load.",iconTooLarge:"The icon file is too large to display.",iconSanitizerMissing:'This icon needs the optional "dompurify" package installed to render safely.',paginationFirstPage:"First page",paginationLastPage:"Last page",accessibleLabelSeparator:" — ",durationMilliseconds:"{value}ms",durationSeconds:"{value}s",selectTools:"Select tools",searchToolsPlaceholder:"Search tools…",useDefaultTools:"Use default tools",toolSelectCustomizeHint:"Turn off to choose individual tools.",noMatchesQuery:'No tools match "{query}".',toolSelectNoneAvailable:"No tools available.",toolSelectSummary:"{selected} of {total} tools enabled",toolCount:{one:"{count} tool",other:"{count} tools"},otherCategory:"Other",widgetFullscreenPanel:"Fullscreen panel",widgetViewGroup:"Panel view",widgetExitFullscreen:"Exit fullscreen",widgetExpandToFullscreen:"Expand to fullscreen",widgetCollapse:"Collapse panel",widgetExpand:"Expand panel",menuLabel:"Menu",pause:"Pause",kbdEscapeVisual:"Esc",kbdEscapeWord:"Escape",kbdTabWord:"Tab",kbdSpaceWord:"Space",kbdDeleteVisual:"Del",kbdDeleteWord:"Delete",kbdHomeWord:"Home",kbdEndWord:"End",kbdPageUpVisual:"PgUp",kbdPageUpWord:"Page Up",kbdPageDownVisual:"PgDn",kbdPageDownWord:"Page Down",kbdEnterWord:"Enter",kbdBackspaceWord:"Backspace",kbdArrowUpWord:"Arrow Up",kbdArrowDownWord:"Arrow Down",kbdArrowLeftWord:"Arrow Left",kbdArrowRightWord:"Arrow Right",kbdPlusWord:"Plus",kbdMinusWord:"Minus",kbdCommandWord:"Command",kbdControlVisual:"Ctrl",kbdControlWord:"Control",kbdOptionWord:"Option",kbdAltWord:"Alt",kbdShiftWord:"Shift",emailViewerLabel:"Email viewer",emailViewerMissingParser:'This viewer needs the optional "postal-mime" package installed to parse this message.',emailViewerFrom:"From",emailViewerTo:"To",emailViewerSubject:"Subject",emailViewerDate:"Date",emailViewerAttachments:"Attachments",emailViewerUnnamedAttachment:"Unnamed attachment",emailViewerNoSubject:"(no subject)",emailViewerOpenAttachment:"Open {filename}",emailViewerShowQuoted:"Show quoted text",emailViewerHideQuoted:"Hide quoted text",emailViewerGroupAddress:"{name}: {members}",calendarViewerLabel:"Calendar viewer",calendarViewerMissingParser:'This viewer needs the optional "ical.js" package installed to parse this calendar.',calendarViewerEmpty:"This calendar has no events.",calendarViewerNoSummary:"(no title)",pdfViewerLabel:"PDF document",pdfViewerMissingLibrary:'This viewer needs the optional "pdfjs-dist" package installed to render PDF files.',qrCodeMissingLibrary:'This component needs the optional "qrcode" package installed to render QR codes.',qrCodeGenerationFailed:"This value could not be encoded as a QR code.",mapMissingLibrary:'This component needs the optional "maplibre-gl" package installed to render the map.',mapStyleRequired:"Provide a map style to render the map.",mapWebglUnavailable:"This browser cannot provide the graphics support needed to render the map.",mapInitializationFailed:"The map could not be initialized.",mapLegend:"Map legend",chartMissingLibrary:'This component needs the optional "chart.js" package installed to render charts.',boxPlotMissingLibrary:"This component needs the optional box-plot chart package installed to render box plots.",graphMissingLibrary:'This component needs the optional "d3" package installed to render the graph.',pdfViewerPageOf:"Page {page} of {total}",pdfViewerZoomIn:"Zoom in",pdfViewerZoomOut:"Zoom out",pdfViewerCurrentZoom:"{percent}%",pdfViewerPreviousPage:"Previous page",pdfViewerNextPage:"Next page",anchorJumped:"Jumped to highlighted passage.",anchorJumpedToPage:"Jumped to page {page}.",anchorNotFound:"Passage not found in this document.",highlightLayerLabel:"Highlights",highlightWithLabel:"Highlight: {label}",cellHighlightWithLabel:"Highlight: {value} — {label}",highlightOfTotal:"Highlight {index} of {total}",pageRailLabel:"Page thumbnails",pageRailPage:"Page {page}",pageRailPageHighlighted:{one:"Page {page}, {count} highlighted passage",other:"Page {page}, {count} highlighted passages"},skipToContent:"Skip to content",tourSkip:"Skip",tourDone:"Done",tourStepOf:"Step {current} of {total}",emojiPickerSearchLabel:"Search emoji",emojiPickerGridLabel:"Emoji",emojiPickerEmpty:"No emoji found",emojiPickerLoadError:"Could not load emoji.",emojiPickerGroupSmileysEmotion:"Smileys & Emotion",emojiPickerGroupPeopleBody:"People & Body",emojiPickerGroupComponent:"Component",emojiPickerGroupAnimalsNature:"Animals & Nature",emojiPickerGroupFoodDrink:"Food & Drink",emojiPickerGroupTravelPlaces:"Travel & Places",emojiPickerGroupActivities:"Activities",emojiPickerGroupObjects:"Objects",emojiPickerGroupSymbols:"Symbols",emojiPickerGroupFlags:"Flags",emojiPickerGroupUnknown:"Group {group}",pushToTalkRequesting:"Requesting microphone…",pushToTalkDenied:"Microphone access denied",pushToTalkError:"Recording failed",pushToTalkUnsupported:"Recording is not supported in this browser",pushToTalkStarted:"Recording started",pushToTalkStopped:"Recording stopped",pushToTalkCancelled:"Recording cancelled",pushToTalkHold:"Hold to talk",pushToTalkStart:"Start recording",pushToTalkStop:"Stop recording",traceTree:"Trace tree",traceTreeSpanStatus:"{name} — {status}",traceTreeMetricLabel:"{label}: {value}",spanProjectionLimit:"Only the first {count} spans are shown.",agentTraceFilterLabel:"Trace span kinds",spanKindAgent:"Agent",spanKindLlm:"LLM",spanKindTool:"Tool",spanKindRetriever:"Retriever",spanKindEmbedding:"Embedding",spanKindOther:"Other",tokensIn:"Tokens in",tokensOut:"Tokens out",cost:"Cost",duration:"Duration",spanWaterfall:"Span timeline",spanStartedAtOffset:"started at +{value}",rubricSubmit:"Submit",rubricSubmitAndNext:"Submit and next",rubricSkip:"Skip",compareResponseA:"Response A",compareResponseB:"Response B",compareVoteLabel:"Vote",compareVoteBetter:"{label} is better",compareVoteTie:"Tie",compareVoteBothBad:"Both are bad",compareVoteRecorded:"Vote recorded: {label}",comparePanel:"Comparison",audioVisualizerLabel:"Voice activity: {state}",audioVisualizerIdle:"Idle",audioVisualizerListening:"Listening",audioVisualizerThinking:"Thinking",audioVisualizerSpeaking:"Speaking",treeNodeMoved:"Moved {label} to position {index} of {total}",fileTreeLabel:"Files",fileTreeDiffSummary:"+{additions} -{deletions}",gitStatusAdded:"Added",gitStatusModified:"Modified",gitStatusDeleted:"Deleted",gitStatusRenamed:"Renamed",gitStatusUntracked:"Untracked",gitStatusConflicted:"Conflicted",gitStatusIgnored:"Ignored",imageViewerLabel:"Image viewer",imageViewerFailedToLoad:"The image failed to load.",imageViewerRotate:"Rotate",imageViewerFitLabel:"Fit",imageViewerFitContain:"Fit image",imageViewerFitWidth:"Fit width",imageViewerFitActual:"Actual size",imageViewerAnnotate:"Annotate",imageViewerHighlightsLabel:"Highlighted regions",imageViewerUnlabeledHighlight:"Highlight {index}",imageViewerAnnotationHint:"Annotation mode on. Press Enter to place a region, then use arrow keys to move it, Shift plus arrow keys to resize it, Enter to save, or Escape to cancel.",imageViewerAnnotationBoxPosition:"Region at {x} percent, {y} percent, {width} by {height} percent.",imageViewerAnnotationAdded:"Region added.",imageViewerAnnotationCancelled:"Region cancelled.",transcriptFeedLabel:"Transcript",transcriptFeedEmpty:"No transcript yet",transcriptFeedInterim:"Transcribing…",commitCardLabel:"Commit",commitCardCopyHash:"Copy commit hash",commitCardDiffSummary:"+{additions} -{deletions} in {files} files",commitCardShowFiles:"Show {count} changed files",commitCardHideFiles:"Hide {count} changed files",stackTraceLabel:"Stack trace",stackTraceLimit:"Some stack-trace content was omitted because the display limit was reached.",stackTraceShowFrames:"Show {count} internal frames",stackTraceHideFrames:"Hide {count} internal frames",statusSkipped:"Skipped",testResultsLabel:"Test results",testResultsPassed:"{count} passed",testResultsFailed:"{count} failed",testResultsSkipped:"{count} skipped",testResultsRunning:"{count} running",testResultsFilterLabel:"Filter by status",testResultsCompleteAnnounce:"{passed} passed, {failed} failed, {skipped} skipped",testResultsExpandTest:"Expand {name}",testResultsCollapseTest:"Collapse {name}",envListLabel:"Environment variables",envListReveal:"Reveal {name}",envListHide:"Hide {name}",envListValueHidden:"Value hidden",envListCopy:"Copy {name}",voice:"Voice",voicePickerNoVoices:"No voices available",voicePickerRequired:"Please choose a voice.",voicePickerPreview:"Preview {name}",voicePickerStopPreview:"Stop preview",avPlayerLabel:"Audio/video player",avPlayerFailedToLoad:"The media failed to load.",avPlayerTranscript:"Transcript",avPlayerTimeline:"Seek",avPlayerPlaybackRate:"Playback speed",avPlayerRateOption:"{rate}×",avPlayerPosition:"{current} of {duration}",attachmentTriggerAudio:"Record audio",attachmentMenuAudio:"Record audio",browserFrameLabel:"Browser view",browserFrameUrlLabel:"Address",browserFrameViewOf:"Browser view of {url}",browserFrameTakeOver:"Take over",browserFrameHandBack:"Hand back",browserFrameStop:"Stop",browserFrameStatusIdle:"Idle",browserFrameStatusConnecting:"Connecting…",browserFrameStatusLive:"Live",browserFrameStatusStalled:"Stalled",browserFrameControllerAgent:"Agent",browserFrameControllerUser:"User",notebookViewerLabel:"Notebook viewer",notebookViewerInvalid:"This file is not a valid Jupyter notebook.",notebookViewerUnsupportedVersion:"Notebook format {version} is not supported.",notebookViewerTooManyCells:"This notebook has too many cells to display.",notebookViewerInPrompt:"In [{count}]",notebookViewerInPromptEmpty:"In [ ]",notebookViewerCodeCell:"Code cell {index}",notebookViewerMarkdownCell:"Markdown cell {index}",notebookViewerRawCell:"Raw cell {index}",notebookViewerErrorOutput:"Error",notebookViewerShowAllOutput:"Show all output",notebookViewerCollapseOutput:"Collapse output",notebookViewerUnrenderedOutput:"This output type cannot be displayed.",xmlViewerLabel:"XML viewer",xmlViewerParseError:"This document could not be parsed as XML.",xmlViewerTooManyNodes:"This document has too many nodes to display.",xmlViewerChildCount:{one:"{count} child",other:"{count} children"},xmlViewerCopyDocument:"Copy XML to clipboard",xmlViewerCopyNode:"Copy {name}",xmlViewerExpandNode:"Expand {name}",xmlViewerCollapseNode:"Collapse {name}",artifactPanelLabel:"Artifact",artifactPanelPreview:"Preview",artifactPanelCode:"Code",artifactPanelPreviousVersion:"Previous version",artifactPanelNextVersion:"Next version",artifactPanelVersionPosition:"Version {index} of {count}",artifactPanelRestore:"Restore this version",artifactPanelGenerating:"Generating…",resultFieldLabel:"{label}:",geojsonViewLabel:"Map",geojsonViewInvalid:"This file is not valid GeoJSON.",geojsonViewFeatureCount:{one:"{count} feature",other:"{count} features"},geojsonViewMissingMapLibrary:"Install the optional maplibre-gl peer to render this file on a map. Showing the raw GeoJSON instead.",mindMapLabel:"Mind map",mindMapTopicStatus:"{label}, level {level}, {count} subtopics",mindMapLeafStatus:"{label}, level {level}",mindMapExpanded:"{label} expanded",mindMapCollapsed:"{label} collapsed",entityDegree:"Connections",entityCommunity:"Community",focusInGraph:"Focus in graph",untitledEntity:"Untitled entity",untitledCommunity:"Untitled community",communityMemberCount:"{count} members",communityDrillIn:"Explore community",selectAllSources:"Select all sources",sourcePickerSelection:"{selected} of {total} selected",provenancePanelLabel:"Grounding",provenanceEntities:"Entities",provenanceRelationships:"Relationships",provenanceCommunities:"Communities",provenanceChunks:"Text chunks",provenanceEmpty:"No grounding data for this answer",chunkInspectorLabel:"Retrieved chunks",chunkScore:"Relevance {percent}%",scoreTierHigh:"High relevance",scoreTierMedium:"Medium relevance",scoreTierLow:"Low relevance",chunkInspectorEmpty:"No chunks retrieved",flowCanvasLabel:"Workflow canvas",flowCanvasLayoutLimit:"Some edge-ordering detail was omitted because the flow layout work limit was reached.",flowCanvasSummary:"Workflow with {nodeCount} nodes and {edgeCount} edges",flowNode:"Node {label}",flowEdge:"Edge from {source} to {target}",flowEdgeWithLabel:"{label}, edge from {source} to {target}",flowItemAnnouncement:"{item} ({index} of {total})",dashboardGridLabel:"Dashboard grid",dashboardCellCollisionRejected:"{label} cannot be placed there because it overlaps another cell.",dashboardCellMoved:"{label} moved to column {x}, row {y}.",dashboardCellResized:"{label} resized to width {w}, height {h}.",flowEdgeList:"Workflow edges",flowNodeSelected:"{label} selected",flowNodeDeselected:"{label} deselected",flowSelectionCleared:"Selection cleared",flowNodeMoved:"Moved {label} to {x}, {y}",flowConnectStarted:"Connecting from {label}. Use arrow keys to choose a target, Enter to connect, Escape to cancel.",flowConnectTarget:"Connecting {source} to {target} ({index} of {total})",flowConnectCommitted:"Connected {source} to {target}",flowConnectCancelled:"Connection cancelled",zoomToFit:"Zoom to fit",flowLockCanvas:"Lock canvas",flowControlsLabel:"Canvas controls",flowMinimapLabel:"Workflow overview",flowMinimapViewport:"Visible area",flowMinimapInstructions:"Arrow keys pan. Plus and minus zoom. Enter or Home fits the workflow.",flowMinimapViewportChanged:"Position {x}, {y}. Zoom {zoom}.",nodePaletteLabel:"Node palette",nodePalettePlaceholder:"Search nodes…",nodePaletteEmpty:"No matching nodes.",nodePaletteDragHint:"Drag to the canvas, or press Enter to place",nodePaletteResultCount:{one:"{count} item",other:"{count} items"},retrievalResultsSelectRow:"Select {label}",pathStripLabel:"Path",pathNodeStatus:"{label}, node {position} of {total}",pathRelationStatus:"{relation}, relation",flowInputHandle:"Input {id}",flowOutputHandle:"Output {id}",flowStatusWithDuration:"{status} ({duration})",flowStatusWithDetail:"{status} — {detail}",neighborListLabel:"Relationships",neighborRowLabel:"{label}, {relation}, {direction}",neighborDirectionIn:"Incoming",neighborDirectionOut:"Outgoing",neighborDirectionBoth:"Bidirectional",neighborExpand:"Expand {label} in graph",neighborListEmpty:"No relationships",neighborGroupHeader:"{relation} ({count})",flowRunStatusLabel:"Run status",flowRunSummary:"{done} of {total} steps complete",flowRunStepStatus:"{label}: {status}",flowRunStatusCount:"{status}: {count}",policySummaryLabel:"Policy decisions",policySummaryAllowCount:"{count} allowed",policySummaryDenyCount:"{count} denied",policySummaryNeedsReviewCount:"{count} needs review",policySummaryStateAllow:"Allow",policySummaryStateDeny:"Deny",policySummaryStateNeedsReview:"Needs review",policySummaryCategoryGuardrail:"Guardrail",policySummaryCategoryPermission:"Permission",policySummaryCategoryPrivacy:"Privacy",policySummaryCategoryTool:"Tool",policySummaryDetailLabel:"More detail",evalDatasetLabel:"Evaluation examples",evalDatasetAddExample:"Add example",evalDatasetRemoveExample:"Remove example",evalDatasetImportLabel:"Import examples",evalDatasetSearchLabel:"Search examples",evalDatasetTagFilterLabel:"Filter by tag",evalDatasetEmpty:"No examples yet.",evalDatasetNoMatches:"No examples match the current filters.",evalDatasetColumnInput:"Input",evalDatasetColumnExpectedOutput:"Expected output",evalDatasetColumnTags:"Tags",queryBuilderLabel:"Query builder",queryBuilderEmpty:"No conditions yet.",queryBuilderNoFields:"No fields available.",queryBuilderAddCondition:"Add condition",queryBuilderRemoveCondition:"Remove condition {index}",queryBuilderFieldLabel:"Field",queryBuilderFieldPlaceholder:"Select field",queryBuilderOperatorLabel:"Operator",queryBuilderOperatorPlaceholder:"Select operator",queryBuilderValueLabel:"Value",queryBuilderValuePlaceholder:"Select value",queryBuilderCombinatorLabel:"Combine conditions with",queryBuilderCombinatorAnd:"All conditions (AND)",queryBuilderCombinatorOr:"Any condition (OR)",queryBuilderBooleanTrue:"True",queryBuilderBooleanFalse:"False",queryBuilderOperatorEquals:"Equals",queryBuilderOperatorNotEquals:"Does not equal",queryBuilderOperatorGreaterThan:"Greater than",queryBuilderOperatorGreaterThanOrEqual:"Greater than or equal to",queryBuilderOperatorLessThan:"Less than",queryBuilderOperatorLessThanOrEqual:"Less than or equal to",queryBuilderOperatorAfter:"After",queryBuilderOperatorOnOrAfter:"On or after",queryBuilderOperatorBefore:"Before",queryBuilderOperatorOnOrBefore:"On or before",queryBuilderOperatorContains:"Contains",queryBuilderOperatorStartsWith:"Starts with",queryBuilderOperatorEndsWith:"Ends with",queryBuilderOperatorIn:"Is any of",queryBuilderOperatorNotIn:"Is none of",queryBuilderOperatorIsEmpty:"Is empty",queryBuilderOperatorIsNotEmpty:"Is not empty",memoryPanelLabel:"Memory",memoryPanelShortTermHeading:"Short-term context",memoryPanelLongTermHeading:"Long-term memories",memoryPanelAdd:"Add to long-term memory",memoryPanelAddWithContext:'Add "{label}" to long-term memory',memoryPanelForgetAll:"Forget all",memoryPanelConfirmAddHeading:"Add this to long-term memory?",memoryPanelConfirmRemoveHeading:"Remove this item?",memoryPanelConfirmForgetHeading:"Forget all long-term memories?",memoryPanelConfirmForgetBody:"This permanently forgets all {count} long-term memories.",graphExplorerLabel:"Knowledge graph explorer",graphExplorerSearchPlaceholder:"Search entities…",graphExplorerSearchResultsLabel:"Search results",graphExplorerPin:"Pin",graphExplorerUnpin:"Unpin",graphExplorerPinned:"{label} pinned",graphExplorerUnpinned:"{label} unpinned",graphExplorerPinnedHeading:"Pinned",graphExplorerFindPath:"Find path",retrievalModeVector:"Vector",retrievalModeKeyword:"Keyword",retrievalModeHybrid:"Hybrid",retrievalSearchLabel:"Retrieval search",retrievalModeLabel:"Search mode",retrievalFiltersLabel:"Active filters",groundingSummaryLabel:"Grounding summary",groundingSummaryEmpty:"No grounding assessment available",groundingSummarySupportedLabel:"Supported claims",groundingSummaryUnsupportedLabel:"Unsupported claims",groundingSummaryCoverageLabel:"Citation coverage",groundingSummaryConfidenceLabel:"Confidence",groundingSummaryWarningsHeading:"Warnings",groundingSummaryEvidenceHeading:"Evidence",claimEvidenceLabel:"Claim evidence",claimEvidenceEmpty:"No claim-level evidence available",claimEvidenceSupported:"Supported",claimEvidencePartiallySupported:"Partially supported",claimEvidenceUnsupported:"Unsupported",claimEvidenceContradicted:"Contradicted",claimEvidenceConfidence:"{percent} confidence",retrievalCompareLabel:"Retrieval comparison",retrievalCompareEmpty:"No retrieval result sets to compare",retrievalCompareOverlap:"Top-k overlap between {left} and {right}: {percent}",retrievalCompareRank:"Rank {rank}",retrievalCompareDenseScore:"Dense",retrievalCompareSparseScore:"Sparse",retrievalCompareRerankScore:"Rerank",retrievalCompareFinalScore:"Final",ragEvalDashboardLabel:"RAG evaluation dashboard",ragEvalDashboardEmpty:"No evaluation runs available",ragEvalDashboardRuns:"Evaluation runs",ragEvalDashboardSlices:"Evaluation slices",ragEvalDashboardAllSlices:"All",ragEvalDashboardSliceUnavailable:"No evaluation runs are available for {slice}.",promptStudioLabel:"Prompt studio",promptStudioMessages:"Prompt messages",promptStudioVariables:"Variables",promptStudioVersions:"Versions",promptStudioPreview:"Resolved preview",promptStudioPreviewLimit:"Preview unavailable: expansion limit exceeded.",promptStudioRun:"Run prompt",promptStudioSave:"Save version",promptStudioAddMessage:"Add message",promptStudioRemoveMessage:"Remove message",promptStudioMessageRole:"Message {index} role ({role})",promptStudioMessageContent:"Message {index} content ({role})",promptStudioRoleSystem:"System",promptStudioRoleUser:"User",promptStudioRoleAssistant:"Assistant",promptStudioRoleTool:"Tool",schemaViewerLabel:"Schema viewer",schemaViewerEmpty:"No schema available",schemaViewerRequired:"Required",schemaViewerCircular:"Circular schema reference",schemaViewerType:"Type: {type}",subagentPanelLabel:"Subagents",subagentPanelEmpty:"No subagent runs",subagentPanelRetry:"Retry subagent",subagentPanelCancelRun:"Cancel {name}",subagentPanelRetryRun:"Retry {name}",toolTimelineDetailsFor:"Details for {name}",realtimeSessionLabel:"Realtime session",realtimeSessionDisconnected:"Disconnected",realtimeSessionConnecting:"Connecting",realtimeSessionConnected:"Connected",realtimeSessionReconnecting:"Reconnecting",realtimeSessionError:"Connection error",realtimeSessionConnect:"Connect",realtimeSessionDisconnect:"Disconnect",realtimeSessionMute:"Mute microphone",realtimeSessionUnmute:"Unmute microphone",realtimeSessionInterrupt:"Interrupt response",realtimeSessionConnectionFailed:"The realtime connection failed.",contextInspectorRedacted:"Redacted",contextInspectorTruncated:"Truncated",contextInspectorLabel:"Context inspector",contextInspectorEmpty:"No context segments",contextInspectorCopyLabel:"Copy assembled context",knowledgeBaseSyncIdle:"Idle",knowledgeBaseSyncSyncing:"Syncing",knowledgeBaseSyncPaused:"Paused",knowledgeBaseSyncSynced:"Synced",knowledgeBaseSyncError:"Error",knowledgeBaseHealthHealthy:"Healthy",knowledgeBaseHealthDegraded:"Degraded",knowledgeBaseHealthFailed:"Failed",knowledgeBaseHealthUnknown:"Unknown",knowledgeBasePermissionOwner:"Owner",knowledgeBasePermissionEditor:"Editor",knowledgeBasePermissionViewer:"Viewer",knowledgeBasePermissionRestricted:"Restricted",knowledgeBaseNeverSynced:"Never synced",knowledgeBaseSyncAction:"Sync now",knowledgeBasePauseAction:"Pause sync",knowledgeBaseDeleteAction:"Delete source",knowledgeBaseNameColumn:"Source",knowledgeBaseSyncColumn:"Sync status",knowledgeBaseHealthColumn:"Indexing health",knowledgeBasePermissionColumn:"Permission",knowledgeBaseActionsColumn:"Actions",knowledgeBaseTotalSources:"Sources",knowledgeBaseSyncedSources:"Synced",knowledgeBaseSyncingSources:"Syncing",knowledgeBaseNeedsAttention:"Needs attention",knowledgeBaseHeading:"Knowledge base",knowledgeBaseCreateSource:"Add source",knowledgeBaseEmptyHeading:"No knowledge sources yet",ingestionStageQueued:"Queued",ingestionStageUploading:"Uploading",ingestionStageExtracting:"Extracting text",ingestionStageChunking:"Chunking",ingestionStageEmbedding:"Embedding",ingestionStageIndexing:"Indexing",ingestionStageDone:"Done",ingestionStageFailed:"Failed",ingestionStageCancelled:"Cancelled",ingestionStageUnknown:"Unknown stage",ingestionQueueLabel:"Ingestion queue",ingestionQueueEmpty:"No documents queued",documentLibraryFreshnessFresh:"Fresh",documentLibraryFreshnessAging:"Aging",documentLibraryFreshnessStale:"Stale",documentLibrarySelectAll:"Select all documents",documentLibrarySelectColumn:"Select",documentLibraryTypeColumn:"Type",documentLibraryNameColumn:"Name",documentLibraryVersionColumn:"Version",documentLibraryOwnerColumn:"Owner",documentLibraryTagsColumn:"Tags",documentLibraryFreshnessColumn:"Freshness",documentLibraryUpdatedColumn:"Updated",documentLibraryLabel:"Document library",documentLibraryEmptyHeading:"No documents yet",documentLibraryNoMatchesHeading:"No matching documents",documentLibrarySearchPlaceholder:"Search documents",documentLibraryFilterByTag:"Filter by tag",documentLibraryClearSelection:"Clear selection",documentLibrarySelectedCount:"{count} selected",documentCompareNoVersion:"No version provided.",documentCompareLabel:"Document comparison",agentRunCurrentStepLabel:"Current step",graphQueryHopRangeInvalid:"Maximum hops must be at least the minimum.",graphQueryRelationshipTypeLabel:"Relationship type",graphQueryNodeTypeLabel:"Node type",graphQueryBuilderLabel:"Graph query builder",graphQueryStartLabel:"Start entity",graphQueryEndLabel:"End entity",graphQueryMinHopsLabel:"Minimum hops",graphQueryMaxHopsLabel:"Maximum hops",graphQueryDirectionLabel:"Direction",graphQueryRun:"Run query",graphQuerySavedQueriesLabel:"Saved queries",graphQuerySaveNameLabel:"Query name",graphQuerySaveButton:"Save query",graphQueryLoadWithContext:"Load {name}",filterBarReset:"Reset filters",filterBarActiveFilters:"Active filters",drilldownDocuments:"Documents",drilldownRuns:"Agent runs",drilldownEmpty:"No item selected",drilldownUntitledNode:"Untitled step",evaluationRunStatusIdle:"Idle",evaluationRunStatusWaitingInput:"Waiting for input",evaluationRunStatusWaitingApproval:"Waiting for approval",evaluationRunStatusCancelled:"Cancelled",evaluationRunGroundingHeading:"Grounding",evaluationRunToolTraceHeading:"Tool trace",evaluationRunInputHeading:"Input",evaluationRunOutputHeading:"Output",evaluationRunLabel:"Evaluation run",evaluationRunProgressLabel:"Evaluation batch progress",retrievalFilterChipLabel:"{key}: {value}",retrievalSearchEmptyDescription:"Try a different search term or filters.",groundingSummaryEvidenceSpan:"Characters {start}–{end}",contextInspectorTruncatedCount:"Truncated — {count} tokens omitted",contextInspectorSegmentTokens:"{tokens} tokens",knowledgeBaseDocumentCount:"{count} indexed",knowledgeBaseRowActionsLabel:"Actions for {name}",knowledgeBaseEmptyDescription:"Add a source to start indexing content.",ingestionChunkCount:{one:"{count} chunk",other:"{count} chunks"},ingestionItemProgressLabel:"{name} — {stage}",ingestionEmbeddedOfTotal:"{embedded} of {total} chunks embedded",ingestionAttemptCount:"Attempt {count}",ingestionRetryWithContext:"Retry {label}",ingestionCancelWithContext:"Cancel {label}",documentLibrarySelectDocument:"Select {name}",agentRunStatusAnnounce:"Status: {status}.",graphQueryDeleteWithContext:"Delete {name}",evaluationRunExampleLabel:"Example {index}",evaluationRunExampleStartedAnnounce:"{label} started",evaluationRunExampleCompletedAnnounce:"{label} completed",evaluationRunExampleFailedAnnounce:"{label} failed",evaluationRunExampleCancelledAnnounce:"{label} cancelled",evaluationRunExampleWaitingInputAnnounce:"{label} needs input",evaluationRunExampleWaitingApprovalAnnounce:"{label} needs approval",evaluationRunProgressSummary:"{completed} of {total} examples complete",evaluationRunRunningCount:"{count} running",evaluationRunFailedCount:"{count} failed",retrievalStageQueryRewrite:"Query rewrite",retrievalStageEmbed:"Embed",retrievalStageRetrieve:"Retrieve",retrievalStageRerank:"Rerank",retrievalStageFilter:"Filter",retrievalTraceEvidenceToggle:"{label} evidence",documentCompareOldVersion:"Old version",documentCompareNewVersion:"New version",agentRunStatusIdle:"Idle",agentRunStatusQueued:"Queued",agentRunStatusCollecting:"Collecting context",agentRunStatusWaitingInput:"Waiting for input",agentRunStatusWaitingApproval:"Waiting for approval",agentRunStatusDone:"Done",agentRunStatusCancelled:"Cancelled",localePickerLabel:"Language",localePickerRequired:"Please choose a language.",flagLoadError:"Flag unavailable",moveUp:"Move up",moveDown:"Move down",reorderMovePending:"Reorder pending.",reorderMoveCancelled:"Reorder cancelled.",reorderItemMoved:"Moved to position {index} of {total}"};import{enableLyraLocaleCache,getLyraLocale,getLyraLocaleDirection,getRegisteredLyraLocales,invalidateLyraLocaleCache,registerLyraLocale,resolveLocalizedParts,resolveLyraDirection,resolveLyraLocale,setLyraLocale,subscribeLyraLocale,subscribeLyraLocaleRegistry}from"./localization-runtime.js";function resolveLyraString(host,key,overrides,fallback,values){return resolveRuntimeLyraString(host,key,overrides,fallback,values,DEFAULT_STRINGS)}const LYRA_DEFAULT_STRINGS=DEFAULT_STRINGS;export{LYRA_DEFAULT_STRINGS,enableLyraLocaleCache,getLyraLocale,getLyraLocaleDirection,getRegisteredLyraLocales,invalidateLyraLocaleCache,registerLyraLocale,resolveLocalizedParts,resolveLyraDirection,resolveLyraLocale,resolveLyraString,setLyraLocale,subscribeLyraLocale,subscribeLyraLocaleRegistry};
@@ -1,2 +1,2 @@
1
1
  var __decorate=function(decorators,target,key,desc){var c=arguments.length,r=c<3?target:desc===null?desc=Object.getOwnPropertyDescriptor(target,key):desc,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")r=Reflect.decorate(decorators,target,key,desc);else for(var i=decorators.length-1;i>=0;i--)(d=decorators[i])&&(r=(c<3?d(r):c>3?d(target,key,r):d(target,key))||r);return c>3&&r&&Object.defineProperty(target,key,r),r};import{LitElement}from"lit";import{property}from"lit/decorators.js";import{tokens}from"./tokens.styles.js";import{palette}from"./tokens/palette.styles.js";import{resolveIntlLocale}from"./intl-cache.js";import{warnUnknownAttributes}from"./dev-mode-attribute-warning.js";import{MISSING_OWN_DATA_DESCRIPTOR,UNSAFE_OWN_DATA_DESCRIPTOR,getOwnDataDescriptor}from"./data-descriptors.js";const FORM_CONTROL_LABEL_FACTORY=Symbol("lr-form-control-label-factory");let formInternalsHook,externalLabelFactory;function registerFormControlLabelSupport(hook,factory){formInternalsHook=hook,factory&&(externalLabelFactory=factory)}import{observeInheritedContext,beginInheritedContextUpdate,finishInheritedContextUpdate,markInheritedContextUpdateRendered,queueInheritedDirectionChange,recordInheritedDirectionRead,recordInheritedLocaleRead}from"./inherited-context-observer.js";import{canonicalizeLyraLocale,enableLyraLocaleCache,invalidateLyraLocaleCache,lyraLocaleCatalogVersion,peekLyraLocale,recordLyraOwnerDocumentConnection,resolveLyraDirection,resolveLyraString,resolveLyraLocale,snapshotLyraLocaleStrings,subscribeLyraLocaleForHost}from"./localization-runtime.js";const PUBLIC_COLLECTION_ENTRY_LIMIT=1e4,PUBLIC_COLLECTION_NODE_LIMIT=5e4,PUBLIC_COLLECTION_WORK_LIMIT=PUBLIC_COLLECTION_NODE_LIMIT*2,PUBLIC_COLLECTION_DEPTH_LIMIT=256,OMIT_COLLECTION_VALUE=Symbol("omit-public-collection-value"),EXHAUSTED_COLLECTION_VALUE=Symbol("exhausted-public-collection-value");function isCollectionSnapshotFailure(value){return value===OMIT_COLLECTION_VALUE||value===EXHAUSTED_COLLECTION_VALUE}function consumeSnapshotWork(budget){return budget.remainingWork<=0?!1:(budget.remainingWork-=1,!0)}function snapshotRealm(view){const candidate=view;return{Array:candidate?.Array??Array,Date:candidate?.Date??Date,Map:candidate?.Map??Map,Object:candidate?.Object??Object,Set:candidate?.Set??Set}}function isRealmNeutralPlainRecord(value){try{const prototype=Object.getPrototypeOf(value);if(prototype===null)return!0;const constructor=Object.getOwnPropertyDescriptor(prototype,"constructor");return!!(constructor&&"value"in constructor&&typeof constructor.value=="function"&&constructor.value.name==="Object"&&Object.getPrototypeOf(prototype)===null)}catch{return!1}}function isArrayValue(value){try{return Array.isArray(value)}catch{return!1}}function isNativeArrayBufferView(value){try{return ArrayBuffer.isView(value)}catch{return!1}}function isImmutableBlob(value){if(typeof Blob>"u")return!1;const sizeGetter=Object.getOwnPropertyDescriptor(Blob.prototype,"size")?.get;if(!sizeGetter)return!1;try{return sizeGetter.call(value),!0}catch{return!1}}const MUTATING_DATE_METHODS=new Set(["setDate","setFullYear","setHours","setMilliseconds","setMinutes","setMonth","setSeconds","setTime","setUTCDate","setUTCFullYear","setUTCHours","setUTCMilliseconds","setUTCMinutes","setUTCMonth","setUTCSeconds","setYear"]);function nativeDateTime(value){try{return Date.prototype.getTime.call(value)}catch{return OMIT_COLLECTION_VALUE}}function snapshotReadonlyDate(source,time,budget){const target=new budget.realm.Date(time),boundMethods=new Map,rejectMutation=()=>{throw new TypeError("Cannot mutate a readonly Date snapshot")},snapshot=new Proxy(target,{get(date,key){if(MUTATING_DATE_METHODS.has(key))return rejectMutation;if(key==="constructor")return budget.realm.Date;const value=Reflect.get(date,key,date);if(typeof value!="function")return value;const cached=boundMethods.get(key);if(cached)return cached;const bound=value.bind(date);return boundMethods.set(key,bound),bound}});return rememberSnapshot(budget,source,snapshot),Object.freeze(snapshot)}function rememberSnapshot(budget,source,snapshot){budget.seen.set(source,snapshot),budget.additions.push(source)}function snapshotTransaction(budget,create){const remaining=budget.remaining,additions=budget.additions.length,result=create();if(!isCollectionSnapshotFailure(result))return result;budget.remaining=remaining;for(let index=budget.additions.length-1;index>=additions;index-=1)budget.seen.delete(budget.additions[index]);return budget.additions.length=additions,result}function emptyRealmArray(realm){return Object.freeze(new realm.Array)}function*ownEnumerableStringKeys(value){for(const key in value)yield key}function snapshotDataRecord(value,keys,prototype,budget,depth,preserveRecordKeys,preserveCollectionItemKeys){const output=budget.realm.Object.create(prototype);rememberSnapshot(budget,value,output);try{for(const key of keys){if(!consumeSnapshotWork(budget))return EXHAUSTED_COLLECTION_VALUE;const descriptor=getOwnDataDescriptor(value,key);if(descriptor===MISSING_OWN_DATA_DESCRIPTOR||descriptor===UNSAFE_OWN_DATA_DESCRIPTOR||!descriptor.enumerable)continue;if(budget.remaining<=0)return EXHAUSTED_COLLECTION_VALUE;budget.remaining-=1;const entry=preserveRecordKeys?.has(key)?descriptor.value:preserveCollectionItemKeys?.has(key)?snapshotIdentityCollection(descriptor.value,budget.realm,budget):snapshotCollectionValue(descriptor.value,budget,depth+1);if(isCollectionSnapshotFailure(entry))return entry;Object.defineProperty(output,key,{value:entry,enumerable:!0,configurable:!1,writable:!1})}}catch{return OMIT_COLLECTION_VALUE}return Object.freeze(output)}function snapshotCollectionValue(value,budget,depth,preserveRecordKeys,preserveCollectionItemKeys,allowPrefixTruncation=!1){if(value===null||typeof value!="object"&&typeof value!="function"||typeof value=="function")return value;if(budget.seen.has(value))return budget.seen.get(value);if(depth>PUBLIC_COLLECTION_DEPTH_LIMIT||budget.remaining<=0)return EXHAUSTED_COLLECTION_VALUE;if(isArrayValue(value)){if(!consumeSnapshotWork(budget))return EXHAUSTED_COLLECTION_VALUE;const lengthDescriptor=getOwnDataDescriptor(value,"length");if(lengthDescriptor===UNSAFE_OWN_DATA_DESCRIPTOR||lengthDescriptor===MISSING_OWN_DATA_DESCRIPTOR||typeof lengthDescriptor.value!="number"||!Number.isSafeInteger(lengthDescriptor.value)||lengthDescriptor.value<0)return allowPrefixTruncation?emptyRealmArray(budget.realm):OMIT_COLLECTION_VALUE;const sourceLength=lengthDescriptor.value;if(!allowPrefixTruncation&&sourceLength>PUBLIC_COLLECTION_ENTRY_LIMIT)return EXHAUSTED_COLLECTION_VALUE;const length=Math.min(sourceLength,PUBLIC_COLLECTION_ENTRY_LIMIT),output=new budget.realm.Array(length);rememberSnapshot(budget,value,output);for(let index=0;index<length;index+=1){if(budget.remaining<=0){if(!allowPrefixTruncation)return EXHAUSTED_COLLECTION_VALUE;output.length=index;break}if(!consumeSnapshotWork(budget)){if(!allowPrefixTruncation)return EXHAUSTED_COLLECTION_VALUE;output.length=index;break}const descriptor=getOwnDataDescriptor(value,String(index));if(descriptor===MISSING_OWN_DATA_DESCRIPTOR)continue;if(descriptor===UNSAFE_OWN_DATA_DESCRIPTOR){if(!allowPrefixTruncation)return OMIT_COLLECTION_VALUE;continue}const entry=snapshotTransaction(budget,()=>(budget.remaining-=1,snapshotCollectionValue(descriptor.value,budget,depth+1)));if(entry===OMIT_COLLECTION_VALUE){if(!allowPrefixTruncation)return OMIT_COLLECTION_VALUE;continue}if(entry===EXHAUSTED_COLLECTION_VALUE){if(!allowPrefixTruncation)return EXHAUSTED_COLLECTION_VALUE;output.length=index;break}Object.defineProperty(output,index,{value:entry,enumerable:!0,configurable:!1,writable:!1})}return Object.freeze(output)}if(isRealmNeutralPlainRecord(value)){let prototype;try{prototype=Object.getPrototypeOf(value)}catch{return OMIT_COLLECTION_VALUE}return snapshotDataRecord(value,ownEnumerableStringKeys(value),prototype===null?null:budget.realm.Object.prototype,budget,depth,preserveRecordKeys,preserveCollectionItemKeys)}const dateTime=nativeDateTime(value);if(dateTime!==OMIT_COLLECTION_VALUE)return snapshotReadonlyDate(value,dateTime,budget);const entries=nativeMapEntries(value);if(entries)return snapshotDetachedMap(value,entries,budget,depth,allowPrefixTruncation);const values=nativeSetValues(value);if(values)return snapshotDetachedSet(value,values,budget,depth,allowPrefixTruncation);if(isNativeArrayBufferView(value))return OMIT_COLLECTION_VALUE;const rect=snapshotDOMRect(value,budget);return rect!==OMIT_COLLECTION_VALUE?rect:isImmutableBlob(value)?value:OMIT_COLLECTION_VALUE}function snapshotPublicCollection(value,view){if(value===null||typeof value!="object"&&typeof value!="function")return value;const realm=snapshotRealm(view),budget={remaining:PUBLIC_COLLECTION_NODE_LIMIT,remainingWork:PUBLIC_COLLECTION_WORK_LIMIT,seen:new WeakMap,additions:[],realm},snapshot=snapshotTransaction(budget,()=>snapshotCollectionValue(value,budget,0,void 0,void 0,!0));if(!isCollectionSnapshotFailure(snapshot))return snapshot;if(isArrayValue(value)||isNativeArrayBufferView(value))return emptyRealmArray(realm);if(typeof value=="object"){if(nativeMapEntries(value))return readonlyMapFacade(new realm.Map,realm);if(nativeSetValues(value))return readonlySetFacade(new realm.Set,realm);if(isRealmNeutralPlainRecord(value)){const prototype=Object.getPrototypeOf(value);return Object.freeze(realm.Object.create(prototype===null?null:realm.Object.prototype))}}return emptyRealmArray(realm)}function nativeMapEntries(value){try{return Map.prototype.entries.call(value)}catch{return}}function nativeSetValues(value){try{return Set.prototype.values.call(value)}catch{return}}function snapshotDOMRect(value,budget){if(typeof DOMRectReadOnly>"u")return OMIT_COLLECTION_VALUE;const nativePrototype=DOMRectReadOnly.prototype,output=budget.realm.Object.create(budget.realm.Object.prototype);for(const key of["x","y","width","height","top","right","bottom","left"]){let coordinate;try{const getter=Object.getOwnPropertyDescriptor(nativePrototype,key)?.get;if(!getter)return OMIT_COLLECTION_VALUE;coordinate=getter.call(value)}catch{return OMIT_COLLECTION_VALUE}if(typeof coordinate!="number"||!Number.isFinite(coordinate))return OMIT_COLLECTION_VALUE;Object.defineProperty(output,key,{value:coordinate,enumerable:!0,configurable:!1,writable:!1})}return Object.freeze(output)}function readonlyMapFacade(backing,realm=snapshotRealm()){let facade;return facade=realm.Object.create(realm.Object.prototype),Object.defineProperties(facade,{size:{enumerable:!0,get:()=>backing.size},entries:{value:()=>backing.entries()},get:{value:key=>backing.get(key)},has:{value:key=>backing.has(key)},keys:{value:()=>backing.keys()},values:{value:()=>backing.values()},forEach:{value:(callback,thisArg)=>backing.forEach((entry,key)=>callback.call(thisArg,entry,key,facade))},[Symbol.iterator]:{value:()=>backing[Symbol.iterator]()}}),Object.freeze(facade)}function readonlySetFacade(backing,realm=snapshotRealm()){let facade;return facade=realm.Object.create(realm.Object.prototype),Object.defineProperties(facade,{size:{enumerable:!0,get:()=>backing.size},entries:{value:()=>backing.entries()},has:{value:entry=>backing.has(entry)},keys:{value:()=>backing.keys()},values:{value:()=>backing.values()},forEach:{value:(callback,thisArg)=>backing.forEach(entry=>callback.call(thisArg,entry,entry,facade))},[Symbol.iterator]:{value:()=>backing[Symbol.iterator]()}}),Object.freeze(facade)}function snapshotIdentityMap(entries,realm=snapshotRealm(),budget){const backing=new realm.Map;for(let count=0;count<PUBLIC_COLLECTION_ENTRY_LIMIT;count+=1){const next=entries.next();if(next.done)break;if(budget&&!consumeSnapshotWork(budget))return EXHAUSTED_COLLECTION_VALUE;backing.set(next.value[0],next.value[1])}return readonlyMapFacade(backing,realm)}function snapshotIdentitySet(values,realm=snapshotRealm(),budget){const backing=new realm.Set;for(let count=0;count<PUBLIC_COLLECTION_ENTRY_LIMIT;count+=1){const next=values.next();if(next.done)break;if(budget&&!consumeSnapshotWork(budget))return EXHAUSTED_COLLECTION_VALUE;backing.add(next.value)}return readonlySetFacade(backing,realm)}function snapshotDetachedMap(source,entries,budget,depth,allowPrefixTruncation){const backing=new budget.realm.Map,facade=readonlyMapFacade(backing,budget.realm);rememberSnapshot(budget,source,facade);for(let count=0;count<PUBLIC_COLLECTION_ENTRY_LIMIT;count+=1){let next;try{next=entries.next()}catch{break}if(next.done)break;if(budget.remaining<=0||!consumeSnapshotWork(budget))return allowPrefixTruncation?facade:EXHAUSTED_COLLECTION_VALUE;const pair=snapshotTransaction(budget,()=>{budget.remaining-=1;const key=snapshotCollectionValue(next.value[0],budget,depth+1);if(isCollectionSnapshotFailure(key))return key;const entry=snapshotCollectionValue(next.value[1],budget,depth+1);return isCollectionSnapshotFailure(entry)?entry:[key,entry]});if(pair===EXHAUSTED_COLLECTION_VALUE)return allowPrefixTruncation?facade:EXHAUSTED_COLLECTION_VALUE;pair!==OMIT_COLLECTION_VALUE&&backing.set(pair[0],pair[1])}return facade}function snapshotDetachedSet(source,values,budget,depth,allowPrefixTruncation){const backing=new budget.realm.Set,facade=readonlySetFacade(backing,budget.realm);rememberSnapshot(budget,source,facade);for(let count=0;count<PUBLIC_COLLECTION_ENTRY_LIMIT;count+=1){let next;try{next=values.next()}catch{break}if(next.done)break;if(budget.remaining<=0||!consumeSnapshotWork(budget))return allowPrefixTruncation?facade:EXHAUSTED_COLLECTION_VALUE;const entry=snapshotTransaction(budget,()=>(budget.remaining-=1,snapshotCollectionValue(next.value,budget,depth+1)));if(entry===EXHAUSTED_COLLECTION_VALUE)return allowPrefixTruncation?facade:EXHAUSTED_COLLECTION_VALUE;entry!==OMIT_COLLECTION_VALUE&&backing.add(entry)}return facade}function snapshotIdentityCollection(value,view,budget){const realm=snapshotRealm(view);if(budget&&value!==null&&(typeof value=="object"||typeof value=="function")&&budget.seen.has(value))return budget.seen.get(value);if(isArrayValue(value)){if(budget&&!consumeSnapshotWork(budget))return EXHAUSTED_COLLECTION_VALUE;const lengthDescriptor=getOwnDataDescriptor(value,"length"),length=lengthDescriptor!==MISSING_OWN_DATA_DESCRIPTOR&&lengthDescriptor!==UNSAFE_OWN_DATA_DESCRIPTOR&&typeof lengthDescriptor.value=="number"&&Number.isSafeInteger(lengthDescriptor.value)&&lengthDescriptor.value>=0?Math.min(lengthDescriptor.value,PUBLIC_COLLECTION_ENTRY_LIMIT):0,output=new realm.Array(length);budget&&rememberSnapshot(budget,value,output);for(let index=0;index<length;index+=1){if(budget&&!consumeSnapshotWork(budget))return EXHAUSTED_COLLECTION_VALUE;const descriptor=getOwnDataDescriptor(value,String(index));descriptor===MISSING_OWN_DATA_DESCRIPTOR||descriptor===UNSAFE_OWN_DATA_DESCRIPTOR||Object.defineProperty(output,index,{value:descriptor.value,enumerable:!0,configurable:!1,writable:!1})}return Object.freeze(output)}if(value===null||typeof value!="object")return value;const mapEntries=nativeMapEntries(value);if(mapEntries){const output=snapshotIdentityMap(mapEntries,realm,budget);return output===EXHAUSTED_COLLECTION_VALUE||budget&&rememberSnapshot(budget,value,output),output}const setValues=nativeSetValues(value);if(setValues){const output=snapshotIdentitySet(setValues,realm,budget);return output===EXHAUSTED_COLLECTION_VALUE||budget&&rememberSnapshot(budget,value,output),output}return emptyRealmArray(realm)}function snapshotEventDetail(value,view,preserveRootKeys,preserveCollectionItemKeys){if(value==null)return value;const budget={remaining:PUBLIC_COLLECTION_NODE_LIMIT,remainingWork:PUBLIC_COLLECTION_WORK_LIMIT,seen:new WeakMap,additions:[],realm:snapshotRealm(view)},snapshot=snapshotTransaction(budget,()=>snapshotCollectionValue(value,budget,0,preserveRootKeys,preserveCollectionItemKeys));return isCollectionSnapshotFailure(snapshot)?null:snapshot}const SEED_FIRST_RENDER_STATE=Symbol("lr-seed-first-render-state"),SLOT_PRESENCE_UNRESOLVED=Symbol("lr-slot-presence-unresolved"),REACTIVE_HOST_ATTRIBUTES=["aria-label","aria-describedby","lang","dir"],DIRECTION_HOST_ATTRIBUTES=["class","style","slot"];function trustedLyraConstructorChain(instance){const constructors=[];let prototype=Object.getPrototypeOf(instance);for(;prototype&&prototype!==LitElement.prototype;){const descriptor=Object.getOwnPropertyDescriptor(prototype,"constructor");typeof descriptor?.value=="function"&&constructors.push(descriptor.value),prototype=Object.getPrototypeOf(prototype)}return constructors}function lyraClassChain(ctor){const constructors=[];let current=ctor;for(;typeof current=="function"&&current!==LitElement;)constructors.push(current),current=Object.getPrototypeOf(current);return constructors}const collectionPolicyByConstructor=new WeakMap;function collectionPropertyPolicy(ctor,name){let policies=collectionPolicyByConstructor.get(ctor);policies||(policies=new Map,collectionPolicyByConstructor.set(ctor,policies));const cached=policies.get(name);if(cached)return cached;let owns=!1,preservesItemIdentity=!1,preservesObjectIdentity=!1;for(const constructor of lyraClassChain(ctor)){const declared=constructor;Object.prototype.hasOwnProperty.call(constructor,"ownedCollectionProperties")&&declared.ownedCollectionProperties.includes(name)&&(owns=!0),Object.prototype.hasOwnProperty.call(constructor,"identityCollectionProperties")&&declared.identityCollectionProperties.includes(name)&&(preservesItemIdentity=!0),Object.prototype.hasOwnProperty.call(constructor,"identityCollectionObjectProperties")&&declared.identityCollectionObjectProperties.includes(name)&&(preservesObjectIdentity=!0)}const policy=Object.freeze({owns,preservesItemIdentity,preservesObjectIdentity});return policies.set(name,policy),policy}const COLLECTION_ENROLLMENT_FIELDS=["ownedCollectionProperties","identityCollectionProperties","identityCollectionObjectProperties"];function enrolledCollectionPropertyNames(ctor){const names=new Set;for(const constructor of lyraClassChain(ctor))for(const field of COLLECTION_ENROLLMENT_FIELDS){if(!Object.prototype.hasOwnProperty.call(constructor,field))continue;const declared=constructor;for(const name of declared[field])names.add(name)}return names}function inheritedPropertyDescriptor(prototype,name){let current=prototype;for(;current;){const descriptor=Object.getOwnPropertyDescriptor(current,name);if(descriptor)return descriptor;current=Object.getPrototypeOf(current)}}const installedOwnershipBoundaries=new WeakSet,ownershipBoundarySetters=new WeakMap;function samePolicy(a,b){return a.owns===b.owns&&a.preservesItemIdentity===b.preservesItemIdentity&&a.preservesObjectIdentity===b.preservesObjectIdentity}function installOwnedCollectionAccessors(ctor){if(installedOwnershipBoundaries.has(ctor))return;installedOwnershipBoundaries.add(ctor);const prototype=ctor.prototype;for(const name of enrolledCollectionPropertyNames(ctor)){const policy=collectionPropertyPolicy(ctor,name);if(!policy.owns)continue;const declaration=ctor.elementProperties.get(name);if(!declaration||declaration.noAccessor)continue;const descriptor=inheritedPropertyDescriptor(prototype,name),inheritedSet=descriptor?.set;if(!inheritedSet)continue;const installed=ownershipBoundarySetters.get(inheritedSet);if(installed&&samePolicy(installed.policy,policy))continue;const originalSet=installed?.originalSet??inheritedSet,lastAssignments=new WeakMap,set=function(value){const previous=lastAssignments.get(this);if(previous&&declaration.hasChanged===void 0&&!policy.preservesItemIdentity&&!policy.preservesObjectIdentity&&(Object.is(value,previous.source)||Object.is(value,previous.retained)))return;const ownerView=this.ownerDocument?.defaultView,snapshot=policy.preservesObjectIdentity&&value!==null&&typeof value=="object"&&!isArrayValue(value)?value:policy.preservesItemIdentity?snapshotIdentityCollection(value,ownerView):snapshotPublicCollection(value,ownerView);originalSet.call(this,snapshot),lastAssignments.set(this,{source:value,retained:descriptor.get?.call(this)??snapshot})};ownershipBoundarySetters.set(set,{policy,originalSet}),Object.defineProperty(prototype,name,{...descriptor,set})}}function isCrossDocumentStyleSheetRejection(error){return typeof error=="object"&&error!==null&&error.name==="NotAllowedError"}class LyraElement extends LitElement{static{this.styles=[palette,tokens]}static{this.ownedCollectionProperties=Object.freeze([])}static{this.identityCollectionProperties=Object.freeze([])}static{this.identityCollectionObjectProperties=Object.freeze([])}static{this.immutableEventDetails=Object.freeze([])}static{this.identityEventDetailProperties=Object.freeze({})}static{this.identityEventDetailCollectionItems=Object.freeze({})}static{this.defaultStrings=Object.freeze({})}static get observedAttributes(){const attributes=[...new Set([...super.observedAttributes,...REACTIVE_HOST_ATTRIBUTES,...DIRECTION_HOST_ATTRIBUTES])];return installOwnedCollectionAccessors(this),attributes}get strings(){return this.stringsValue}set strings(value){const previous=this.stringsValue;this.stringsValue=snapshotLyraLocaleStrings(value),this.requestUpdate("strings",previous)}constructor(){if(super(),this.locale="",this.stringsValue=snapshotLyraLocaleStrings({}),this.localeSubscriptionNeeded=!1,this.constructor.formAssociated){const controller=(this.constructor[FORM_CONTROL_LABEL_FACTORY]??externalLabelFactory)?.(this);controller&&this.addController(controller)}}attachInternals(){const internals=super.attachInternals();return formInternalsHook?.(this,internals),internals}createRenderRoot(){try{return super.createRenderRoot()}catch(error){if(!isCrossDocumentStyleSheetRejection(error))throw error;const constructor=this.constructor,renderRoot=this.shadowRoot??this.attachShadow(constructor.shadowRootOptions),owner=this.ownerDocument;for(const style of constructor.elementStyles){const element=owner.createElement("style");element.textContent=style instanceof CSSStyleSheet?Array.from(style.cssRules,rule=>rule.cssText).join(`
2
- `):style.cssText,renderRoot.appendChild(element)}return this.renderOptions.renderBefore??=renderRoot.firstChild,renderRoot}}connectedCallback(){this.hydratingServerShadow??=typeof Node>"u"||!this.hasUpdated&&this.shadowRoot!==null,super.connectedCallback(),warnUnknownAttributes(this,this.constructor.observedAttributes,this.constructor.knownUnobservedAttributes??[]),recordLyraOwnerDocumentConnection(this),enableLyraLocaleCache(this),invalidateLyraLocaleCache(this),this.stopInheritedContextObservation?.(),this.stopInheritedContextObservation=observeInheritedContext(this),this.localeSubscriptionNeeded&&this.ensureLocaleSubscription(),this.lastLocalizedCatalogVersion!==void 0&&lyraLocaleCatalogVersion(resolveLyraLocale(this))!==this.lastLocalizedCatalogVersion&&this.requestUpdate();const deferred=this.deferredAfterUpdate;if(deferred){this.deferredAfterUpdate=void 0;for(const[key,callback]of deferred)this.scheduleAfterUpdate(callback,key)}}disconnectedCallback(){this.pendingLoadController?.abort(),this.pendingLoadController=void 0,this.stopLocaleSubscription?.(),this.stopLocaleSubscription=void 0,this.stopInheritedContextObservation?.(),this.stopInheritedContextObservation=void 0,invalidateLyraLocaleCache(this),super.disconnectedCallback()}adoptedCallback(){this.stopLocaleSubscription?.(),this.stopLocaleSubscription=void 0,invalidateLyraLocaleCache(this),this.isConnected&&this.localeSubscriptionNeeded&&this.ensureLocaleSubscription()}requestUpdate(name,oldValue,options){invalidateLyraLocaleCache(this),super.requestUpdate(name,oldValue,options)}performUpdate(){beginInheritedContextUpdate(this);try{super.performUpdate()}finally{finishInheritedContextUpdate(this)}}update(changedProperties){super.update(changedProperties),markInheritedContextUpdateRendered(this)}ensureLocaleSubscription(){this.localeSubscriptionNeeded=!0,!(!this.isConnected||this.stopLocaleSubscription)&&(this.stopLocaleSubscription=subscribeLyraLocaleForHost(this))}attributeChangedCallback(name,oldValue,value){const directionHostAttribute=oldValue!==value&&DIRECTION_HOST_ATTRIBUTES.includes(name);directionHostAttribute&&queueInheritedDirectionChange(this,name==="slot"),super.attributeChangedCallback(name,oldValue,value),oldValue!==value&&REACTIVE_HOST_ATTRIBUTES.includes(name)?this.requestUpdate():directionHostAttribute&&invalidateLyraLocaleCache(this)}seedFirstRenderState(seed){this.hasUpdated||this[SEED_FIRST_RENDER_STATE](seed)}[SEED_FIRST_RENDER_STATE](seed){if(!this.hydratingServerShadow){seed();return}const pending=this.deferredFirstRenderSeeds??=new Set;pending.add(seed),!(pending.size>1)&&this.updateComplete.then(()=>{setTimeout(()=>{this.hydratingServerShadow=!1;const seeds=this.deferredFirstRenderSeeds;this.deferredFirstRenderSeeds=void 0;for(const deferred of seeds??[])deferred();this.requestUpdate()},0)},()=>{this.hydratingServerShadow=!1,this.deferredFirstRenderSeeds=void 0})}updateBrowserDerivedState(update){this[SEED_FIRST_RENDER_STATE](update)}renderSlotPresence(present){return present||this[SLOT_PRESENCE_UNRESOLVED]()}[SLOT_PRESENCE_UNRESOLVED](){return typeof Node>"u"||this.hydratingServerShadow===!0}beginAbortableLoad(){this.pendingLoadController?.abort(),this.pendingLoadController=void 0;const AbortControllerCtor=this.ownerDocument?.defaultView?.AbortController;if(AbortControllerCtor)return this.pendingLoadController=new AbortControllerCtor,this.pendingLoadController.signal}scheduleAfterUpdate(callback,key="load"){const pending=this.afterUpdateCallbacks??=new Map;pending.has(key)||(pending.set(key,callback),!(pending.size>1)&&queueMicrotask(()=>{const due=this.afterUpdateCallbacks;if(this.afterUpdateCallbacks=void 0,!due)return;if(this.isConnected){for(const due_callback of due.values())due_callback();return}const held=this.deferredAfterUpdate??=new Map;for(const[heldKey,heldCallback]of due)held.has(heldKey)||held.set(heldKey,heldCallback)}))}localize(key,fallback,values){const message=resolveLyraString(this,key,this.strings,fallback,values,this.constructor.defaultStrings),locale=peekLyraLocale(this);return recordInheritedLocaleRead(this,locale),locale!==void 0&&(this.lastLocalizedCatalogVersion=lyraLocaleCatalogVersion(locale),this.ensureLocaleSubscription()),message}get effectiveMessageLocale(){if(this.locale)return canonicalizeLyraLocale(this.locale);const locale=resolveLyraLocale(this);return recordInheritedLocaleRead(this,locale),this.ensureLocaleSubscription(),locale}get effectiveLocale(){return resolveIntlLocale(this.effectiveMessageLocale)}get effectiveIntlLocale(){return this.effectiveLocale}get effectiveDirection(){const direction=resolveLyraDirection(this);return recordInheritedDirectionRead(this,direction),direction}addEventListener(type,listener,options){super.addEventListener(type,listener,options)}removeEventListener(type,listener,options){super.removeEventListener(type,listener,options)}emit(name,...args){const[detail,options]=args,ownerDocument=this.ownerDocument;let CustomEventCtor=ownerDocument?.defaultView?.CustomEvent;if(!CustomEventCtor&&ownerDocument)try{const candidate=ownerDocument.createEvent("CustomEvent").constructor;typeof candidate=="function"&&(CustomEventCtor=candidate)}catch{}CustomEventCtor??=globalThis.CustomEvent;let snapshotsDetail=!1;const identityDetailKeys=new Set,identityCollectionItemKeys=new Set;for(const constructor of trustedLyraConstructorChain(this)){if(Object.prototype.hasOwnProperty.call(constructor,"immutableEventDetails")&&constructor.immutableEventDetails.includes(name)&&(snapshotsDetail=!0),Object.prototype.hasOwnProperty.call(constructor,"identityEventDetailProperties"))for(const key of constructor.identityEventDetailProperties[name]??[])identityDetailKeys.add(key);if(Object.prototype.hasOwnProperty.call(constructor,"identityEventDetailCollectionItems"))for(const key of constructor.identityEventDetailCollectionItems[name]??[])identityCollectionItemKeys.add(key)}const event=new CustomEventCtor(name,{detail:detail===void 0?null:snapshotsDetail?snapshotEventDetail(detail,ownerDocument?.defaultView,identityDetailKeys,identityCollectionItemKeys):detail,bubbles:!0,composed:!0,cancelable:options?.cancelable??!1});return this.dispatchEvent(event),event}}__decorate([property({reflect:!0})],LyraElement.prototype,"locale",void 0),__decorate([property({attribute:!1})],LyraElement.prototype,"strings",null);export{FORM_CONTROL_LABEL_FACTORY,LyraElement,SEED_FIRST_RENDER_STATE,SLOT_PRESENCE_UNRESOLVED,registerFormControlLabelSupport};
2
+ `):style.cssText,renderRoot.appendChild(element)}return this.renderOptions.renderBefore??=renderRoot.firstChild,renderRoot}}connectedCallback(){this.hydratingServerShadow??=typeof Node>"u"||!this.hasUpdated&&this.shadowRoot!==null,super.connectedCallback(),warnUnknownAttributes(this,this.constructor.observedAttributes,this.constructor.knownUnobservedAttributes??[]),recordLyraOwnerDocumentConnection(this),enableLyraLocaleCache(this),invalidateLyraLocaleCache(this),this.stopInheritedContextObservation?.(),this.stopInheritedContextObservation=observeInheritedContext(this),this.localeSubscriptionNeeded&&this.ensureLocaleSubscription(),this.lastLocalizedCatalogVersion!==void 0&&lyraLocaleCatalogVersion(resolveLyraLocale(this))!==this.lastLocalizedCatalogVersion&&this.requestUpdate();const deferred=this.deferredAfterUpdate;if(deferred){this.deferredAfterUpdate=void 0;for(const[key,callback]of deferred)this.scheduleAfterUpdate(callback,key)}}disconnectedCallback(){this.pendingLoadController?.abort(),this.pendingLoadController=void 0,this.stopLocaleSubscription?.(),this.stopLocaleSubscription=void 0,this.stopInheritedContextObservation?.(),this.stopInheritedContextObservation=void 0,invalidateLyraLocaleCache(this),super.disconnectedCallback()}adoptedCallback(){this.stopLocaleSubscription?.(),this.stopLocaleSubscription=void 0,invalidateLyraLocaleCache(this),this.isConnected&&this.localeSubscriptionNeeded&&this.ensureLocaleSubscription()}requestUpdate(name,oldValue,options){invalidateLyraLocaleCache(this),super.requestUpdate(name,oldValue,options)}performUpdate(){beginInheritedContextUpdate(this);try{super.performUpdate()}finally{finishInheritedContextUpdate(this)}}update(changedProperties){super.update(changedProperties),markInheritedContextUpdateRendered(this)}ensureLocaleSubscription(){this.localeSubscriptionNeeded=!0,!(!this.isConnected||this.stopLocaleSubscription)&&(this.stopLocaleSubscription=subscribeLyraLocaleForHost(this))}attributeChangedCallback(name,oldValue,value){const directionHostAttribute=oldValue!==value&&DIRECTION_HOST_ATTRIBUTES.includes(name);directionHostAttribute&&queueInheritedDirectionChange(this,name==="slot"),super.attributeChangedCallback(name,oldValue,value),oldValue!==value&&REACTIVE_HOST_ATTRIBUTES.includes(name)?this.requestUpdate():directionHostAttribute&&invalidateLyraLocaleCache(this)}seedFirstRenderState(seed){this.hasUpdated||this[SEED_FIRST_RENDER_STATE](seed)}[SEED_FIRST_RENDER_STATE](seed){if(!this.hydratingServerShadow){seed();return}const pending=this.deferredFirstRenderSeeds??=new Set;pending.add(seed),!(pending.size>1)&&this.updateComplete.then(()=>{setTimeout(()=>{this.hydratingServerShadow=!1;const seeds=this.deferredFirstRenderSeeds;this.deferredFirstRenderSeeds=void 0;for(const deferred of seeds??[])deferred();this.requestUpdate()},0)},()=>{this.hydratingServerShadow=!1,this.deferredFirstRenderSeeds=void 0})}updateBrowserDerivedState(update){this[SEED_FIRST_RENDER_STATE](update)}renderSlotPresence(present){return present||this[SLOT_PRESENCE_UNRESOLVED]()}[SLOT_PRESENCE_UNRESOLVED](){return typeof Node>"u"||this.hydratingServerShadow===!0}beginAbortableLoad(){this.pendingLoadController?.abort(),this.pendingLoadController=void 0;const AbortControllerCtor=this.ownerDocument?.defaultView?.AbortController;if(AbortControllerCtor)return this.pendingLoadController=new AbortControllerCtor,this.pendingLoadController.signal}scheduleAfterUpdate(callback,key="load"){const pending=this.afterUpdateCallbacks??=new Map;pending.has(key)||(pending.set(key,callback),!(pending.size>1)&&queueMicrotask(()=>{const due=this.afterUpdateCallbacks;if(this.afterUpdateCallbacks=void 0,!due)return;if(this.isConnected){for(const due_callback of due.values())due_callback();return}const held=this.deferredAfterUpdate??=new Map;for(const[heldKey,heldCallback]of due)held.has(heldKey)||held.set(heldKey,heldCallback)}))}localize(key,fallback,values){const message=resolveLyraString(this,key,this.strings,fallback,values,this.constructor.defaultStrings),locale=peekLyraLocale(this);return recordInheritedLocaleRead(this,locale),locale!==void 0&&(this.lastLocalizedCatalogVersion=lyraLocaleCatalogVersion(locale),this.ensureLocaleSubscription()),message}get effectiveMessageLocale(){if(this.locale)return canonicalizeLyraLocale(this.locale);const locale=resolveLyraLocale(this);return recordInheritedLocaleRead(this,locale),this.ensureLocaleSubscription(),locale}get effectiveLocale(){return resolveIntlLocale(this.effectiveMessageLocale)}get effectiveIntlLocale(){return this.effectiveLocale}get effectiveDirection(){const direction=resolveLyraDirection(this);return recordInheritedDirectionRead(this,direction),direction}addEventListener(type,listener,options){super.addEventListener(type,listener,options)}removeEventListener(type,listener,options){super.removeEventListener(type,listener,options)}emit(name,...args){const[detail,options]=args,ownerDocument=this.ownerDocument;let CustomEventCtor=ownerDocument?.defaultView?.CustomEvent;if(!CustomEventCtor&&ownerDocument)try{const candidate=ownerDocument.createEvent("CustomEvent").constructor;typeof candidate=="function"&&(CustomEventCtor=candidate)}catch{}CustomEventCtor??=globalThis.CustomEvent;let snapshotsDetail=!1;const identityDetailKeys=new Set,identityCollectionItemKeys=new Set;for(const constructor of trustedLyraConstructorChain(this)){if(Object.prototype.hasOwnProperty.call(constructor,"immutableEventDetails")&&constructor.immutableEventDetails.includes(name)&&(snapshotsDetail=!0),Object.prototype.hasOwnProperty.call(constructor,"identityEventDetailProperties"))for(const key of constructor.identityEventDetailProperties[name]??[])identityDetailKeys.add(key);if(Object.prototype.hasOwnProperty.call(constructor,"identityEventDetailCollectionItems"))for(const key of constructor.identityEventDetailCollectionItems[name]??[])identityCollectionItemKeys.add(key)}const event=new CustomEventCtor(name,{detail:detail===void 0?null:snapshotsDetail?snapshotEventDetail(detail,ownerDocument?.defaultView,identityDetailKeys,identityCollectionItemKeys):detail,bubbles:!0,composed:!0,cancelable:options?.cancelable??!1});return this.dispatchEvent(event),event}}__decorate([property({reflect:!0})],LyraElement.prototype,"locale",void 0),__decorate([property({attribute:!1})],LyraElement.prototype,"strings",null);export{FORM_CONTROL_LABEL_FACTORY,LyraElement,SEED_FIRST_RENDER_STATE,SLOT_PRESENCE_UNRESOLVED,registerFormControlLabelSupport,snapshotPublicCollection};
@@ -0,0 +1,7 @@
1
+ /** A component-owned description projection onto its current native semantic control. */
2
+ export interface NativeControlDescriptionLease{update(target:HTMLElement|null):void;release():void;}
3
+ /**
4
+ * Projects host references before the local description IDs authored by a native-control wrapper.
5
+ * Transient description owners remain coordinated through the shared baseline updater.
6
+ */
7
+ export declare function acquireNativeControlDescription(host:HTMLElement,initialTarget:HTMLElement|null,localDescriptionIds:()=>string):NativeControlDescriptionLease;
@@ -0,0 +1 @@
1
+ import{resolveIdReferencesIn,updateDescriptionBaseline}from"./aria-reflection.js";import{asciiWhitespaceTokens}from"./ascii-whitespace.js";function acquireNativeControlDescription(host,initialTarget,localDescriptionIds){let target=null,localIds="",active=!0,observer,ownerDocument,root,watchesRoot=!1;const project=(control,ids,external)=>{updateDescriptionBaseline(control,()=>{if("ariaDescribedByElements"in control){if(external.length){control.ariaDescribedByElements=[...new Set([...external,...resolveIdReferencesIn(control.getRootNode(),ids)])];return}control.ariaDescribedByElements=null}ids?control.setAttribute("aria-describedby",ids):control.removeAttribute("aria-describedby")})},disconnect=()=>{const previous=observer;observer=void 0,ownerDocument=void 0,root=void 0;try{previous?.disconnect()}catch{}},refresh=()=>{if(!active)return;const nextRoot=host.getRootNode(),describedBy=host.getAttribute("aria-describedby");target&&(localIds=localDescriptionIds(),project(target,localIds,resolveIdReferencesIn(nextRoot,describedBy)));const nextDocument=host.ownerDocument,nextWatchesRoot=nextRoot!==host&&!asciiWhitespaceTokens(describedBy).next().done;if(!(observer&&ownerDocument===nextDocument&&root===nextRoot&&watchesRoot===nextWatchesRoot)){disconnect();try{const Observer=nextDocument.defaultView?.MutationObserver;if(!Observer)return;const nextObserver=new Observer(()=>{active&&observer===nextObserver&&refresh()});observer=nextObserver,ownerDocument=nextDocument,root=nextRoot,watchesRoot=nextWatchesRoot,nextObserver.observe(host,{attributes:!0,attributeFilter:["aria-describedby"]}),watchesRoot&&nextObserver.observe(nextRoot,{attributes:!0,attributeFilter:["id"],childList:!0,subtree:!0})}catch{disconnect()}}},update=nextTarget=>{active&&(target&&target!==nextTarget&&project(target,localIds,[]),target=nextTarget,refresh())};return update(initialTarget),{update,release(){active&&(active=!1,disconnect(),target&&project(target,localIds,[]),target=null)}}}export{acquireNativeControlDescription};
@@ -1 +1 @@
1
- const SET_OPTION_SELECTED_FROM_OWNER=Symbol("lr-set-option-selected-from-owner"),RESET_OPTION_SELECTED_FROM_OWNER=Symbol("lr-reset-option-selected-from-owner"),dirtyOptions=new WeakMap,initialDirtySelection=new WeakMap;function markOptionSelectedDirty(option,dirty){dirty&&!dirtyOptions.has(option)&&initialDirtySelection.set(option,!0),dirtyOptions.set(option,dirty),dirty||initialDirtySelection.delete(option)}function isOptionSelectedDirty(option){return dirtyOptions.get(option)===!0}function wasOptionInitiallySelected(option){return initialDirtySelection.get(option)===!0}export{RESET_OPTION_SELECTED_FROM_OWNER,SET_OPTION_SELECTED_FROM_OWNER,isOptionSelectedDirty,markOptionSelectedDirty,wasOptionInitiallySelected};
1
+ const SET_OPTION_SELECTED_FROM_OWNER=Symbol("lr-set-option-selected-from-owner"),RESET_OPTION_SELECTED_FROM_OWNER=Symbol("lr-reset-option-selected-from-owner"),dirtyOptions=new WeakMap,initialDirtySelection=new WeakMap;function markOptionSelectedDirty(option,dirty){dirty&&!dirtyOptions.has(option)&&initialDirtySelection.set(option,!0),dirtyOptions.set(option,dirty),dirty||initialDirtySelection.delete(option)}function isOptionSelectedDirty(option){return dirtyOptions.get(option)===!0}function wasOptionInitiallySelected(option){return initialDirtySelection.get(option)===!0}const selectedWriters=new WeakMap;function notifyOptionSelectedWrite(option,notify){const depth=selectedWriters.get(option)??0;selectedWriters.set(option,depth+1);try{notify()}finally{depth?selectedWriters.set(option,depth):selectedWriters.delete(option)}}function isOptionSelectedWrite(event){return event.composedPath().some(target=>(selectedWriters.get(target)??0)>0)}export{RESET_OPTION_SELECTED_FROM_OWNER,SET_OPTION_SELECTED_FROM_OWNER,isOptionSelectedDirty,isOptionSelectedWrite,markOptionSelectedDirty,notifyOptionSelectedWrite,wasOptionInitiallySelected};
@@ -0,0 +1,6 @@
1
+ /** A one-use document-bound reservation for a deferred overlay's activation order. */
2
+ export type OverlayOrderReservation=(document:Document)=>number|undefined;
3
+ /** Reserves shared ordering before a first-open runtime starts loading. */
4
+ export declare function reserveOverlayOrder(document:Document):OverlayOrderReservation;
5
+ /** Consumes a matching reservation once; ordinary activation or adoption receives a new order. */
6
+ export declare function takeOverlayOrder(document:Document,reservation?:OverlayOrderReservation):number;
@@ -0,0 +1 @@
1
+ const nextOrders=new WeakMap;function nextOrder(document){const order=nextOrders.get(document)??0;return nextOrders.set(document,order+1),order}function reserveOverlayOrder(document){let order=nextOrder(document);return destination=>{const reserved=destination===document?order:void 0;return order=void 0,reserved}}function takeOverlayOrder(document,reservation){return reservation?.(document)??nextOrder(document)}export{reserveOverlayOrder,takeOverlayOrder};
@@ -1,4 +1,4 @@
1
- type OverlayResourceRelease=()=>void;type OverlayStackRestoreFocusTarget=HTMLElement|null|(()=>HTMLElement|null);interface OverlayStackDeactivateOptions{restoreFocus?:boolean;deferScrollLockRelease?:boolean;}export interface OverlayStackHandle{focusInitial():void;focusAutofocus():boolean;updateRestoreFocusTo(target:OverlayStackRestoreFocusTarget):void;deactivate(options?:OverlayStackDeactivateOptions):(()=>void)|undefined;suspend():void;resume():void;isTopmost():boolean;isActive():boolean;dismissBackdrop():boolean;}export interface OverlayStackActivationOptions{host:HTMLElement;panel:()=>HTMLElement|null;modalRoot?:()=>HTMLElement|null;onEscape:()=>void;onBackdrop?:()=>void;preferredInitialFocus?:()=>HTMLElement|null;beforeInitialFocus?:()=>boolean;restoreFocusTo?:OverlayStackRestoreFocusTarget;onTab?:()=>void;initiallySuspended?:boolean;modal:boolean;trapFocus:boolean;onRegistered?:(document:Document)=>void;onUnregistered?:(document:Document,deferResourceRelease:boolean)=>OverlayResourceRelease|undefined;onDeactivate?:()=>void;}export interface OverlayStackEntrySnapshot{readonly host:HTMLElement;readonly modal:boolean;readonly modalRoot?:()=>HTMLElement|null;}export interface OverlayStackSnapshot{readonly entries:readonly OverlayStackEntrySnapshot[];}type OverlayStackObserver=(snapshot:OverlayStackSnapshot)=>void;
1
+ import{type OverlayOrderReservation}from'./overlay-order.js';type OverlayResourceRelease=()=>void;type OverlayStackRestoreFocusTarget=HTMLElement|null|(()=>HTMLElement|null);interface OverlayStackDeactivateOptions{restoreFocus?:boolean;deferScrollLockRelease?:boolean;}export interface OverlayStackHandle{focusInitial():void;focusAutofocus():boolean;updateRestoreFocusTo(target:OverlayStackRestoreFocusTarget):void;deactivate(options?:OverlayStackDeactivateOptions):(()=>void)|undefined;suspend():void;resume():void;isTopmost():boolean;isActive():boolean;dismissBackdrop():boolean;}export interface OverlayStackActivationOptions{host:HTMLElement;panel:()=>HTMLElement|null;modalRoot?:()=>HTMLElement|null;onEscape:()=>void;onBackdrop?:()=>void;preferredInitialFocus?:()=>HTMLElement|null;beforeInitialFocus?:()=>boolean;restoreFocusTo?:OverlayStackRestoreFocusTarget;onTab?:()=>void;initiallySuspended?:boolean;orderReservation?:OverlayOrderReservation;modal:boolean;trapFocus:boolean;onRegistered?:(document:Document)=>void;onUnregistered?:(document:Document,deferResourceRelease:boolean)=>OverlayResourceRelease|undefined;onDeactivate?:()=>void;}export interface OverlayStackEntrySnapshot{readonly host:HTMLElement;readonly modal:boolean;readonly modalRoot?:()=>HTMLElement|null;}export interface OverlayStackSnapshot{readonly entries:readonly OverlayStackEntrySnapshot[];}type OverlayStackObserver=(snapshot:OverlayStackSnapshot)=>void;
2
2
  /** Returns the deepest focused descendant across open shadow roots, or `null` when no document
3
3
  * exists in the current realm. */
4
4
  export declare function deepActiveElement(doc?:Document|null|undefined):Element|null;export declare function composedContains(container:Element,candidate:Element|null):boolean;