@aceshooting/lyra-ui 13.0.1 → 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 (723) hide show
  1. package/CHANGELOG.md +329 -0
  2. package/custom-elements.json +1 -1
  3. package/dist/cli/migration-contract.json +1 -1
  4. package/dist/components/agent-tools/activity-feed/activity-feed.class.d.ts +23 -15
  5. package/dist/components/agent-tools/activity-feed/activity-feed.class.js +9 -6
  6. package/dist/components/agent-tools/agent-trace/agent-trace.class.d.ts +12 -3
  7. package/dist/components/agent-tools/agent-trace/agent-trace.class.js +2 -1
  8. package/dist/components/agent-tools/approval-queue/approval-queue.class.d.ts +4 -2
  9. package/dist/components/agent-tools/approval-queue/approval-queue.class.js +1 -1
  10. package/dist/components/agent-tools/artifact-panel/artifact-panel.styles.js +1 -1
  11. package/dist/components/agent-tools/commit-card/commit-card.class.d.ts +3 -1
  12. package/dist/components/agent-tools/commit-card/commit-card.class.js +2 -2
  13. package/dist/components/agent-tools/compare-panel/compare-panel.class.d.ts +2 -1
  14. package/dist/components/agent-tools/compare-panel/compare-panel.styles.js +1 -1
  15. package/dist/components/agent-tools/prompt-studio/prompt-studio.class.d.ts +6 -2
  16. package/dist/components/agent-tools/prompt-studio/prompt-studio.class.js +8 -8
  17. package/dist/components/agent-tools/result-card/result-card.class.d.ts +1 -1
  18. package/dist/components/agent-tools/result-card/result-card.class.js +1 -1
  19. package/dist/components/agent-tools/result-card/result-field.class.d.ts +1 -1
  20. package/dist/components/agent-tools/result-card/result-field.class.js +1 -1
  21. package/dist/components/agent-tools/schema-viewer/schema-viewer.class.d.ts +5 -5
  22. package/dist/components/agent-tools/schema-viewer/schema-viewer.class.js +23 -10
  23. package/dist/components/agent-tools/span-waterfall/span-waterfall.class.d.ts +13 -6
  24. package/dist/components/agent-tools/span-waterfall/span-waterfall.class.js +3 -3
  25. package/dist/components/agent-tools/span-waterfall/span-waterfall.styles.js +1 -1
  26. package/dist/components/agent-tools/stack-trace/stack-trace-parse.js +3 -3
  27. package/dist/components/agent-tools/stack-trace/stack-trace.class.d.ts +1 -1
  28. package/dist/components/agent-tools/stack-trace/stack-trace.class.js +1 -1
  29. package/dist/components/agent-tools/subagent-panel/subagent-panel.class.js +1 -1
  30. package/dist/components/agent-tools/subagent-panel/subagent-panel.styles.js +1 -1
  31. package/dist/components/agent-tools/task-list/task-list.class.d.ts +1 -2
  32. package/dist/components/agent-tools/task-list/task-list.class.js +2 -2
  33. package/dist/components/agent-tools/terminal/terminal.class.d.ts +11 -2
  34. package/dist/components/agent-tools/terminal/terminal.class.js +5 -5
  35. package/dist/components/agent-tools/terminal/terminal.styles.js +1 -1
  36. package/dist/components/agent-tools/test-results/test-results.class.d.ts +4 -2
  37. package/dist/components/agent-tools/test-results/test-results.class.js +2 -2
  38. package/dist/components/agent-tools/thinking-panel/thinking-panel.class.d.ts +2 -0
  39. package/dist/components/agent-tools/thinking-panel/thinking-panel.styles.js +1 -1
  40. package/dist/components/agent-tools/tool-approval-dialog/tool-approval-dialog.class.js +1 -1
  41. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.class.d.ts +2 -2
  42. package/dist/components/agent-tools/tool-call-chip/tool-call-chip.class.js +1 -1
  43. package/dist/components/agent-tools/tool-param-form/tool-param-form.class.js +3 -2
  44. package/dist/components/agent-tools/tool-param-form/tool-param-form.d.ts +1 -1
  45. package/dist/components/agent-tools/tool-param-form/tool-param-form.js +1 -1
  46. package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.class.js +2 -2
  47. package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.styles.js +1 -1
  48. package/dist/components/agent-tools/tool-result-view/registry.d.ts +2 -1
  49. package/dist/components/agent-tools/tool-result-view/tool-result-view.class.d.ts +1 -1
  50. package/dist/components/agent-tools/tool-result-view/tool-result-view.class.js +1 -1
  51. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.class.d.ts +18 -12
  52. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.class.js +7 -7
  53. package/dist/components/agent-tools/tool-timeline/tool-timeline.class.d.ts +9 -3
  54. package/dist/components/agent-tools/tool-timeline/tool-timeline.class.js +1 -1
  55. package/dist/components/agent-tools/trace-tree/span.d.ts +3 -1
  56. package/dist/components/agent-tools/trace-tree/span.js +1 -1
  57. package/dist/components/agent-tools/trace-tree/trace-tree.styles.js +1 -1
  58. package/dist/components/charts/chart/box-plot.class.d.ts +12 -3
  59. package/dist/components/charts/chart/box-plot.class.js +9 -9
  60. package/dist/components/charts/chart/box-plot.styles.js +1 -1
  61. package/dist/components/charts/chart/chart-core-loader.js +1 -1
  62. package/dist/components/charts/chart/chart-feature-loader.js +1 -1
  63. package/dist/components/charts/chart/chart-preload.d.ts +1 -1
  64. package/dist/components/charts/chart/chart-preload.js +1 -1
  65. package/dist/components/charts/chart/chart.class.d.ts +33 -10
  66. package/dist/components/charts/chart/chart.class.js +23 -14
  67. package/dist/components/charts/chart/chart.styles.js +1 -1
  68. package/dist/components/charts/chart/histogram-bin.js +1 -1
  69. package/dist/components/charts/chart/lite-chart.class.d.ts +20 -11
  70. package/dist/components/charts/chart/lite-chart.class.js +17 -11
  71. package/dist/components/charts/chart/lite-chart.styles.js +1 -1
  72. package/dist/components/conversation/agent-workspace/agent-workspace.class.d.ts +1 -1
  73. package/dist/components/conversation/agent-workspace/agent-workspace.class.js +2 -2
  74. package/dist/components/conversation/audio-visualizer/audio-visualizer.class.d.ts +10 -5
  75. package/dist/components/conversation/audio-visualizer/audio-visualizer.class.js +1 -1
  76. package/dist/components/conversation/branch-picker/branch-picker.class.d.ts +4 -2
  77. package/dist/components/conversation/branch-picker/branch-picker.class.js +1 -1
  78. package/dist/components/conversation/branch-picker/branch-picker.styles.js +1 -1
  79. package/dist/components/conversation/chat-composer/chat-composer.class.d.ts +6 -2
  80. package/dist/components/conversation/chat-composer/chat-composer.class.js +3 -3
  81. package/dist/components/conversation/chat-composer/chat-composer.styles.js +1 -1
  82. package/dist/components/conversation/chat-message/chat-message.class.d.ts +4 -3
  83. package/dist/components/conversation/chat-message/chat-message.class.js +2 -2
  84. package/dist/components/conversation/chat-message/chat-message.styles.js +1 -1
  85. package/dist/components/conversation/chat-viewport/chat-viewport.styles.js +1 -1
  86. package/dist/components/conversation/code-block/code-block-core.class.d.ts +4 -3
  87. package/dist/components/conversation/code-block/code-block-core.class.js +1 -1
  88. package/dist/components/conversation/code-block/code-block-shared.d.ts +3 -3
  89. package/dist/components/conversation/code-block/code-block-shared.js +2 -2
  90. package/dist/components/conversation/code-block/code-block.class.d.ts +4 -3
  91. package/dist/components/conversation/code-block/code-block.class.js +1 -1
  92. package/dist/components/conversation/code-block/code-block.styles.js +1 -1
  93. package/dist/components/conversation/code-block/code-loader.d.ts +1 -1
  94. package/dist/components/conversation/code-block/code-loader.js +1 -1
  95. package/dist/components/conversation/code-block/shiki-types.d.ts +2 -0
  96. package/dist/components/conversation/code-block/shiki-types.js +1 -1
  97. package/dist/components/conversation/conversation-item/conversation-item.class.js +1 -1
  98. package/dist/components/conversation/conversation-item/conversation-item.styles.js +1 -1
  99. package/dist/components/conversation/generation-metrics/generation-metrics.styles.js +1 -1
  100. package/dist/components/conversation/markdown/katex-loader.d.ts +4 -4
  101. package/dist/components/conversation/markdown/katex-loader.js +1 -1
  102. package/dist/components/conversation/markdown/markdown-base.class.js +1 -1
  103. package/dist/components/conversation/markdown/markdown-core.class.d.ts +1 -1
  104. package/dist/components/conversation/markdown/markdown-loader.d.ts +1 -1
  105. package/dist/components/conversation/markdown/markdown-loader.js +1 -1
  106. package/dist/components/conversation/markdown/markdown-shared.d.ts +6 -1
  107. package/dist/components/conversation/markdown/markdown-shared.js +5 -4
  108. package/dist/components/conversation/markdown/markdown.class.d.ts +1 -1
  109. package/dist/components/conversation/message-actions/message-actions.class.d.ts +18 -3
  110. package/dist/components/conversation/message-actions/message-actions.class.js +2 -2
  111. package/dist/components/conversation/message-actions/message-actions.styles.js +1 -1
  112. package/dist/components/conversation/message-actions/toolbar-actions.d.ts +3 -1
  113. package/dist/components/conversation/message-actions/toolbar-actions.js +1 -1
  114. package/dist/components/conversation/message-feedback/message-feedback.class.d.ts +40 -15
  115. package/dist/components/conversation/message-feedback/message-feedback.class.js +7 -3
  116. package/dist/components/conversation/message-feedback/message-feedback.styles.js +1 -1
  117. package/dist/components/conversation/message-parts/message-parts.class.d.ts +10 -4
  118. package/dist/components/conversation/message-parts/message-parts.class.js +2 -2
  119. package/dist/components/conversation/message-parts/message-parts.styles.js +1 -1
  120. package/dist/components/conversation/model-select/model-select.class.d.ts +5 -2
  121. package/dist/components/conversation/model-select/model-select.class.js +8 -5
  122. package/dist/components/conversation/model-settings-panel/model-settings-panel.class.d.ts +3 -5
  123. package/dist/components/conversation/model-settings-panel/model-settings-panel.class.js +2 -1
  124. package/dist/components/conversation/prompt-input/prompt-input.class.d.ts +9 -2
  125. package/dist/components/conversation/prompt-input/prompt-input.class.js +3 -3
  126. package/dist/components/conversation/prompt-input/prompt-input.styles.js +1 -1
  127. package/dist/components/conversation/prompt-queue/prompt-queue.class.d.ts +20 -4
  128. package/dist/components/conversation/prompt-queue/prompt-queue.class.js +1 -1
  129. package/dist/components/conversation/prompt-queue/prompt-queue.styles.js +1 -1
  130. package/dist/components/conversation/push-to-talk/push-to-talk.class.d.ts +17 -8
  131. package/dist/components/conversation/push-to-talk/push-to-talk.class.js +1 -1
  132. package/dist/components/conversation/push-to-talk/push-to-talk.styles.js +1 -1
  133. package/dist/components/conversation/selection-toolbar/selection-toolbar.class.d.ts +6 -3
  134. package/dist/components/conversation/selection-toolbar/selection-toolbar.class.js +1 -1
  135. package/dist/components/conversation/selection-toolbar/selection-toolbar.styles.js +1 -1
  136. package/dist/components/conversation/thread-list/thread-list.class.d.ts +14 -4
  137. package/dist/components/conversation/thread-list/thread-list.class.js +11 -11
  138. package/dist/components/conversation/thread-list/thread-list.styles.js +1 -1
  139. package/dist/components/conversation/transcript-feed/transcript-feed.class.d.ts +2 -0
  140. package/dist/components/conversation/transcript-feed/transcript-feed.class.js +1 -1
  141. package/dist/components/conversation/transcript-feed/transcript-feed.styles.js +1 -1
  142. package/dist/components/conversation/typing-indicator/typing-indicator.class.d.ts +2 -1
  143. package/dist/components/conversation/typing-indicator/typing-indicator.class.js +1 -1
  144. package/dist/components/conversation/usage-badge/usage-badge-overlay-runtime.d.ts +3 -0
  145. package/dist/components/conversation/usage-badge/usage-badge-overlay-runtime.js +1 -0
  146. package/dist/components/conversation/usage-badge/usage-badge.class.d.ts +4 -2
  147. package/dist/components/conversation/usage-badge/usage-badge.class.js +1 -1
  148. package/dist/components/conversation/voice-picker/voice-picker.class.d.ts +12 -4
  149. package/dist/components/conversation/voice-picker/voice-picker.class.js +8 -5
  150. package/dist/components/conversation/voice-picker/voice-picker.styles.js +1 -1
  151. package/dist/components/conversation/widget-renderer/resolve.d.ts +4 -6
  152. package/dist/components/conversation/widget-renderer/resolve.js +1 -1
  153. package/dist/components/data/calendar/calendar.class.d.ts +16 -5
  154. package/dist/components/data/calendar/calendar.class.js +2 -2
  155. package/dist/components/data/calendar/calendar.styles.js +1 -1
  156. package/dist/components/data/condition-builder/condition-builder.class.d.ts +3 -1
  157. package/dist/components/data/condition-builder/condition-builder.class.js +15 -1
  158. package/dist/components/data/context-meter/context-meter.class.d.ts +3 -1
  159. package/dist/components/data/context-meter/context-meter.class.js +4 -4
  160. package/dist/components/data/data-grid/data-grid.class.d.ts +51 -6
  161. package/dist/components/data/data-grid/data-grid.class.js +25 -11
  162. package/dist/components/data/data-grid/data-grid.styles.js +1 -1
  163. package/dist/components/data/document-library/document-library.class.d.ts +5 -2
  164. package/dist/components/data/document-library/document-library.class.js +1 -1
  165. package/dist/components/data/env-list/env-list.class.js +1 -1
  166. package/dist/components/data/file-tree/file-tree.class.d.ts +2 -1
  167. package/dist/components/data/file-tree/file-tree.class.js +1 -1
  168. package/dist/components/data/flow-canvas/flow-canvas.class.d.ts +24 -14
  169. package/dist/components/data/flow-canvas/flow-canvas.class.js +1 -2
  170. package/dist/components/data/flow-canvas/flow-canvas.styles.js +1 -1
  171. package/dist/components/data/flow-canvas/flow-model.js +1 -1
  172. package/dist/components/data/flow-canvas/flow-types.d.ts +2 -1
  173. package/dist/components/data/flow-controls/flow-controls.styles.js +1 -1
  174. package/dist/components/data/flow-run-status/flow-run-status.class.js +1 -1
  175. package/dist/components/data/funnel/funnel.class.d.ts +1 -0
  176. package/dist/components/data/funnel/funnel.class.js +1 -1
  177. package/dist/components/data/gauge/gauge.class.d.ts +4 -1
  178. package/dist/components/data/gauge/gauge.class.js +6 -6
  179. package/dist/components/data/graph-query-builder/graph-query-builder.class.d.ts +5 -2
  180. package/dist/components/data/graph-query-builder/graph-query-builder.class.js +15 -1
  181. package/dist/components/data/graph-query-builder/graph-query-builder.styles.js +1 -1
  182. package/dist/components/data/heatmap/heatmap.class.d.ts +7 -4
  183. package/dist/components/data/heatmap/heatmap.class.js +1 -1
  184. package/dist/components/data/sequence-strip/sequence-strip.class.js +1 -1
  185. package/dist/components/data/sparkline/sparkline.class.d.ts +2 -1
  186. package/dist/components/data/sparkline/sparkline.class.js +1 -1
  187. package/dist/components/data/stat/stat.class.d.ts +6 -2
  188. package/dist/components/data/stat/stat.class.js +1 -1
  189. package/dist/components/data/table/table.class.d.ts +15 -16
  190. package/dist/components/data/table/table.class.js +5 -4
  191. package/dist/components/data/table/table.styles.js +1 -1
  192. package/dist/components/data/timeline/timeline.class.d.ts +7 -2
  193. package/dist/components/data/timeline/timeline.class.js +1 -1
  194. package/dist/components/data/timeline/timeline.styles.js +1 -1
  195. package/dist/components/data/tree/tree-item.class.d.ts +3 -1
  196. package/dist/components/data/tree/tree-item.class.js +1 -1
  197. package/dist/components/data/tree/tree-item.styles.js +1 -1
  198. package/dist/components/data/tree/tree.class.d.ts +4 -1
  199. package/dist/components/data/tree/tree.class.js +1 -1
  200. package/dist/components/data/word-cloud/word-cloud-layout.d.ts +2 -1
  201. package/dist/components/data/word-cloud/word-cloud-layout.js +1 -1
  202. package/dist/components/data/word-cloud/word-cloud.class.d.ts +2 -1
  203. package/dist/components/data/word-cloud/word-cloud.class.js +1 -1
  204. package/dist/components/forms/button/button.class.d.ts +5 -3
  205. package/dist/components/forms/button/button.class.js +1 -1
  206. package/dist/components/forms/checkbox/checkbox.class.d.ts +3 -0
  207. package/dist/components/forms/checkbox/checkbox.class.js +1 -1
  208. package/dist/components/forms/checkbox-group/checkbox-group.class.d.ts +7 -2
  209. package/dist/components/forms/checkbox-group/checkbox-group.class.js +1 -1
  210. package/dist/components/forms/code-editor/code-editor.class.d.ts +16 -4
  211. package/dist/components/forms/code-editor/code-editor.class.js +19 -9
  212. package/dist/components/forms/code-editor/code-editor.styles.js +1 -1
  213. package/dist/components/forms/color-picker/color-picker.class.d.ts +6 -2
  214. package/dist/components/forms/color-picker/color-picker.class.js +4 -4
  215. package/dist/components/forms/combobox/combobox.class.d.ts +19 -8
  216. package/dist/components/forms/combobox/combobox.class.js +3 -3
  217. package/dist/components/forms/combobox/combobox.styles.js +1 -1
  218. package/dist/components/forms/combobox/option.class.d.ts +4 -0
  219. package/dist/components/forms/combobox/option.class.js +2 -2
  220. package/dist/components/forms/date-picker/calendar-core.d.ts +1 -1
  221. package/dist/components/forms/date-picker/calendar-core.js +1 -1
  222. package/dist/components/forms/date-picker/date-input.class.d.ts +20 -10
  223. package/dist/components/forms/date-picker/date-input.class.js +4 -4
  224. package/dist/components/forms/date-picker/date-picker.class.d.ts +33 -15
  225. package/dist/components/forms/date-picker/date-picker.class.js +8 -8
  226. package/dist/components/forms/date-picker/date-picker.styles.js +1 -1
  227. package/dist/components/forms/emoji-picker/emoji-data-loader.js +1 -1
  228. package/dist/components/forms/emoji-picker/emoji-picker.class.d.ts +11 -3
  229. package/dist/components/forms/emoji-picker/emoji-picker.class.js +3 -3
  230. package/dist/components/forms/emoji-picker/emoji-types.d.ts +2 -2
  231. package/dist/components/forms/icon-button/icon-button.class.d.ts +4 -2
  232. package/dist/components/forms/icon-button/icon-button.class.js +1 -1
  233. package/dist/components/forms/input/input.class.d.ts +16 -5
  234. package/dist/components/forms/input/input.class.js +7 -1
  235. package/dist/components/forms/input/native-time-input.class.d.ts +3 -0
  236. package/dist/components/forms/input/number-input.class.d.ts +3 -0
  237. package/dist/components/forms/input/time-input.class.d.ts +11 -2
  238. package/dist/components/forms/input/time-input.class.js +2 -2
  239. package/dist/components/forms/locale-picker/locale-picker.class.d.ts +22 -4
  240. package/dist/components/forms/locale-picker/locale-picker.class.js +2 -2
  241. package/dist/components/forms/locale-picker/locale-picker.styles.js +1 -1
  242. package/dist/components/forms/otp-input/otp-input.class.d.ts +5 -1
  243. package/dist/components/forms/otp-input/otp-input.class.js +1 -1
  244. package/dist/components/forms/phone-input/phone-input.class.d.ts +21 -8
  245. package/dist/components/forms/phone-input/phone-input.class.js +1 -1
  246. package/dist/components/forms/radio/radio-button.class.d.ts +4 -0
  247. package/dist/components/forms/radio/radio-group.class.d.ts +4 -1
  248. package/dist/components/forms/radio/radio-group.class.js +1 -1
  249. package/dist/components/forms/radio/radio.class.d.ts +6 -2
  250. package/dist/components/forms/radio/radio.class.js +1 -1
  251. package/dist/components/forms/rubric-form/rubric-form.class.d.ts +7 -1
  252. package/dist/components/forms/rubric-form/rubric-form.class.js +3 -3
  253. package/dist/components/forms/select/select.class.d.ts +8 -2
  254. package/dist/components/forms/select/select.class.js +2 -2
  255. package/dist/components/forms/select/select.styles.js +1 -1
  256. package/dist/components/forms/slider/slider.class.d.ts +12 -6
  257. package/dist/components/forms/slider/slider.class.js +2 -2
  258. package/dist/components/forms/swatch-picker/swatch-picker.class.d.ts +4 -0
  259. package/dist/components/forms/swatch-picker/swatch-picker.class.js +1 -1
  260. package/dist/components/forms/switch/switch.class.d.ts +5 -1
  261. package/dist/components/forms/switch/switch.class.js +1 -1
  262. package/dist/components/forms/textarea/textarea.class.d.ts +3 -0
  263. package/dist/components/forms/textarea/textarea.class.js +1 -1
  264. package/dist/components/forms/time-range/time-range.class.d.ts +3 -0
  265. package/dist/components/forms/time-range/time-range.class.js +1 -1
  266. package/dist/components/forms/token-input/token-input.class.d.ts +8 -2
  267. package/dist/components/forms/token-input/token-input.class.js +2 -2
  268. package/dist/components/forms/token-input/token-input.styles.js +1 -1
  269. package/dist/components/layout/app-rail/app-rail.class.d.ts +9 -5
  270. package/dist/components/layout/app-rail/app-rail.class.js +4 -3
  271. package/dist/components/layout/app-rail/app-rail.styles.js +1 -1
  272. package/dist/components/layout/carousel/carousel.class.d.ts +3 -2
  273. package/dist/components/layout/carousel/carousel.class.js +1 -1
  274. package/dist/components/layout/command-palette/command-palette.class.d.ts +2 -2
  275. package/dist/components/layout/command-palette/command-palette.class.js +1 -1
  276. package/dist/components/layout/command-palette/command-palette.styles.js +1 -1
  277. package/dist/components/layout/dashboard-grid/dashboard-grid.class.d.ts +2 -0
  278. package/dist/components/layout/dashboard-grid/dashboard-grid.class.js +1 -1
  279. package/dist/components/layout/details/details.class.d.ts +16 -15
  280. package/dist/components/layout/details/details.class.js +43 -34
  281. package/dist/components/layout/details/details.styles.js +1 -1
  282. package/dist/components/layout/dock-panel/dock-panel.class.d.ts +4 -3
  283. package/dist/components/layout/dock-panel/dock-panel.class.js +2 -1
  284. package/dist/components/layout/filter-bar/filter-bar.class.d.ts +3 -1
  285. package/dist/components/layout/filter-bar/filter-bar.class.js +2 -2
  286. package/dist/components/layout/menu/menu-item.class.js +2 -2
  287. package/dist/components/layout/menu/menu-label.class.d.ts +3 -3
  288. package/dist/components/layout/menu/menu.class.d.ts +4 -1
  289. package/dist/components/layout/menu/menu.class.js +1 -1
  290. package/dist/components/layout/multi-split/multi-split.class.d.ts +19 -8
  291. package/dist/components/layout/multi-split/multi-split.class.js +2 -1
  292. package/dist/components/layout/multi-split/multi-split.styles.js +1 -1
  293. package/dist/components/layout/reorder-list/reorder-item.class.d.ts +2 -1
  294. package/dist/components/layout/reorder-list/reorder-item.class.js +1 -1
  295. package/dist/components/layout/reorder-list/reorder-list.class.js +1 -1
  296. package/dist/components/layout/reorder-list/reorder-owner.js +1 -1
  297. package/dist/components/layout/scroller/scroller.class.d.ts +4 -4
  298. package/dist/components/layout/scroller/scroller.styles.js +1 -1
  299. package/dist/components/layout/split-panel/split-panel.class.d.ts +5 -3
  300. package/dist/components/layout/split-panel/split-panel.class.js +3 -2
  301. package/dist/components/layout/tab-group/tab-group.class.d.ts +3 -1
  302. package/dist/components/layout/tab-group/tab-group.class.js +1 -1
  303. package/dist/components/layout/tab-group/tab-group.styles.js +1 -1
  304. package/dist/components/layout/virtual-list/virtual-list.class.js +2 -2
  305. package/dist/components/layout/widget/widget.class.d.ts +6 -2
  306. package/dist/components/layout/widget/widget.class.js +1 -1
  307. package/dist/components/layout/widget/widget.styles.js +1 -1
  308. package/dist/components/media/animation/animation.class.d.ts +3 -2
  309. package/dist/components/media/animation/animation.class.js +1 -1
  310. package/dist/components/media/attachment-chip/attachment-chip.class.d.ts +4 -3
  311. package/dist/components/media/attachment-chip/attachment-chip.class.js +1 -1
  312. package/dist/components/media/av-player/av-metadata.d.ts +3 -2
  313. package/dist/components/media/av-player/av-player.class.d.ts +4 -3
  314. package/dist/components/media/av-player/av-player.class.js +3 -3
  315. package/dist/components/media/av-player/av-player.styles.js +1 -1
  316. package/dist/components/media/avatar/avatar.class.d.ts +2 -1
  317. package/dist/components/media/avatar/avatar.class.js +1 -1
  318. package/dist/components/media/file-input/file-input.class.d.ts +4 -2
  319. package/dist/components/media/file-input/file-input.class.js +1 -1
  320. package/dist/components/media/file-input/file-input.styles.js +1 -1
  321. package/dist/components/media/flag/flag.class.js +1 -1
  322. package/dist/components/media/image-viewer/image-viewer.class.d.ts +2 -1
  323. package/dist/components/media/image-viewer/image-viewer.class.js +1 -1
  324. package/dist/components/media/image-viewer/image-viewer.styles.js +1 -1
  325. package/dist/components/media/lightbox/lightbox.styles.js +1 -1
  326. package/dist/components/media/map/map-loader.js +1 -1
  327. package/dist/components/media/map/map.class.d.ts +22 -34
  328. package/dist/components/media/map/map.class.js +1 -1
  329. package/dist/components/media/map/map.styles.js +1 -1
  330. package/dist/components/media/media-card/media-card.class.d.ts +1 -1
  331. package/dist/components/media/media-card/media-card.class.js +1 -1
  332. package/dist/components/media/pan-zoom/pan-zoom.class.js +1 -1
  333. package/dist/components/media/qr-code/qr-code-loader.js +1 -1
  334. package/dist/components/media/qr-code/qr-code.class.d.ts +5 -2
  335. package/dist/components/media/qr-code/qr-code.class.js +2 -2
  336. package/dist/components/media/sequence-playback/sequence-playback.class.d.ts +3 -3
  337. package/dist/components/media/sequence-playback/sequence-playback.class.js +1 -1
  338. package/dist/components/media/sequence-playback/sequence-playback.styles.js +1 -1
  339. package/dist/components/media/video/video.class.d.ts +2 -1
  340. package/dist/components/media/video/video.styles.js +1 -1
  341. package/dist/components/media/zoomable-frame/zoomable-frame.class.d.ts +3 -2
  342. package/dist/components/media/zoomable-frame/zoomable-frame.class.js +2 -2
  343. package/dist/components/overlays/alert/alert.styles.js +1 -1
  344. package/dist/components/overlays/callout/callout.styles.js +1 -1
  345. package/dist/components/overlays/chip/chip-group.class.d.ts +2 -0
  346. package/dist/components/overlays/chip/chip-group.class.js +1 -1
  347. package/dist/components/overlays/dialog/dialog.class.d.ts +2 -0
  348. package/dist/components/overlays/dialog/dialog.class.js +1 -1
  349. package/dist/components/overlays/dialog/dialog.styles.js +1 -1
  350. package/dist/components/overlays/empty/empty.class.d.ts +2 -0
  351. package/dist/components/overlays/empty/empty.class.js +1 -1
  352. package/dist/components/overlays/kbd/kbd.class.d.ts +2 -0
  353. package/dist/components/overlays/kbd/kbd.class.js +1 -1
  354. package/dist/components/overlays/overlay/popover.class.d.ts +3 -1
  355. package/dist/components/overlays/overlay/popover.class.js +1 -1
  356. package/dist/components/overlays/overlay/tooltip.class.d.ts +3 -1
  357. package/dist/components/overlays/overlay/tooltip.class.js +1 -1
  358. package/dist/components/overlays/rating/rating.class.d.ts +2 -0
  359. package/dist/components/overlays/rating/rating.class.js +1 -1
  360. package/dist/components/overlays/toast/toast-item.class.js +1 -1
  361. package/dist/components/retrieval/claim-evidence/claim-evidence.class.d.ts +11 -5
  362. package/dist/components/retrieval/claim-evidence/claim-evidence.class.js +3 -3
  363. package/dist/components/retrieval/embedding-explorer/embedding-explorer.class.js +2 -2
  364. package/dist/components/retrieval/entity-card/entity-card.class.d.ts +5 -2
  365. package/dist/components/retrieval/entity-card/entity-card.class.js +1 -1
  366. package/dist/components/retrieval/entity-chip/entity-chip.class.d.ts +4 -2
  367. package/dist/components/retrieval/entity-chip/entity-chip.class.js +1 -1
  368. package/dist/components/retrieval/graph/graph-canvas.js +1 -1
  369. package/dist/components/retrieval/graph/graph-loader.js +1 -1
  370. package/dist/components/retrieval/graph/graph.class.d.ts +10 -8
  371. package/dist/components/retrieval/graph/graph.class.js +10 -10
  372. package/dist/components/retrieval/graph-legend/graph-legend.class.d.ts +4 -2
  373. package/dist/components/retrieval/graph-legend/graph-legend.class.js +1 -1
  374. package/dist/components/retrieval/grounding-summary/grounding-summary.class.d.ts +15 -9
  375. package/dist/components/retrieval/grounding-summary/grounding-summary.class.js +7 -5
  376. package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.d.ts +2 -0
  377. package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.js +1 -1
  378. package/dist/components/retrieval/knowledge-base/knowledge-base.class.d.ts +3 -2
  379. package/dist/components/retrieval/knowledge-base/knowledge-base.class.js +4 -3
  380. package/dist/components/retrieval/knowledge-base/knowledge-base.styles.js +1 -1
  381. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts +7 -3
  382. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.js +8 -3
  383. package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.styles.js +1 -1
  384. package/dist/components/retrieval/memory-panel/memory-panel.class.d.ts +15 -6
  385. package/dist/components/retrieval/memory-panel/memory-panel.class.js +1 -1
  386. package/dist/components/retrieval/neighbor-list/neighbor-list.class.js +1 -1
  387. package/dist/components/retrieval/neighbor-list/neighbor-list.styles.js +1 -1
  388. package/dist/components/retrieval/node-palette/node-palette.class.d.ts +17 -12
  389. package/dist/components/retrieval/node-palette/node-palette.class.js +2 -2
  390. package/dist/components/retrieval/node-palette/node-palette.styles.js +1 -1
  391. package/dist/components/retrieval/path-strip/path-strip.class.js +1 -1
  392. package/dist/components/retrieval/provenance-panel/provenance-panel.class.d.ts +2 -1
  393. package/dist/components/retrieval/provenance-panel/provenance-panel.class.js +1 -1
  394. package/dist/components/retrieval/retrieval-results/retrieval-results.class.d.ts +1 -1
  395. package/dist/components/retrieval/retrieval-results/retrieval-results.class.js +5 -5
  396. package/dist/components/retrieval/retrieval-trace/retrieval-trace.class.js +1 -1
  397. package/dist/components/retrieval/source-picker/source-picker.class.d.ts +2 -1
  398. package/dist/components/retrieval/source-picker/source-picker.class.js +2 -2
  399. package/dist/components/utility/copy-button/copy-button.class.d.ts +2 -1
  400. package/dist/components/utility/copy-button/copy-button.class.js +1 -1
  401. package/dist/components/utility/diff-view/diff-view.class.d.ts +4 -1
  402. package/dist/components/utility/diff-view/diff-view.class.js +1 -1
  403. package/dist/components/utility/export-button/export-button.class.d.ts +2 -2
  404. package/dist/components/utility/export-button/export-button.class.js +1 -1
  405. package/dist/components/utility/export-button/export-button.styles.js +1 -1
  406. package/dist/components/utility/format/format-date.class.js +1 -1
  407. package/dist/components/utility/format/format-number.class.d.ts +3 -1
  408. package/dist/components/utility/format/format-options.js +1 -1
  409. package/dist/components/utility/format/relative-time.class.js +1 -1
  410. package/dist/components/utility/icon/dompurify-loader.js +1 -1
  411. package/dist/components/utility/icon/icon-library.js +1 -1
  412. package/dist/components/utility/intersection-observer/intersection-observer.class.js +1 -1
  413. package/dist/components/utility/json-viewer/json-viewer.class.d.ts +6 -3
  414. package/dist/components/utility/json-viewer/json-viewer.class.js +5 -5
  415. package/dist/components/utility/known-date/known-date.class.d.ts +9 -5
  416. package/dist/components/utility/known-date/known-date.class.js +2 -2
  417. package/dist/components/utility/known-date/known-date.styles.js +1 -1
  418. package/dist/components/utility/mention-popover/mention-popover.class.d.ts +32 -45
  419. package/dist/components/utility/mention-popover/mention-popover.class.js +1 -1
  420. package/dist/components/utility/mutation-observer/mutation-observer.class.js +1 -1
  421. package/dist/components/utility/poll-status/poll-status.class.d.ts +3 -0
  422. package/dist/components/utility/poll-status/poll-status.styles.js +1 -1
  423. package/dist/components/viewers/calendar-viewer/calendar-loader.js +1 -1
  424. package/dist/components/viewers/calendar-viewer/calendar-viewer.class.d.ts +1 -0
  425. package/dist/components/viewers/calendar-viewer/calendar-viewer.class.js +1 -1
  426. package/dist/components/viewers/dataset-viewer/dataset-viewer.class.d.ts +2 -1
  427. package/dist/components/viewers/dataset-viewer/dataset-viewer.styles.js +1 -1
  428. package/dist/components/viewers/document-compare/document-compare.class.d.ts +11 -8
  429. package/dist/components/viewers/document-compare/document-compare.class.js +2 -2
  430. package/dist/components/viewers/document-preview/document-preview.class.d.ts +8 -4
  431. package/dist/components/viewers/document-preview/document-preview.class.js +4 -4
  432. package/dist/components/viewers/document-preview/document-preview.styles.js +1 -1
  433. package/dist/components/viewers/document-viewer/document-viewer.class.d.ts +5 -2
  434. package/dist/components/viewers/document-viewer/document-viewer.class.js +2 -2
  435. package/dist/components/viewers/document-viewer/document-viewer.styles.js +1 -1
  436. package/dist/components/viewers/document-viewer/registry-ownership.d.ts +1 -0
  437. package/dist/components/viewers/document-viewer/registry-ownership.js +1 -0
  438. package/dist/components/viewers/document-viewer/registry.js +1 -1
  439. package/dist/components/viewers/docx-viewer/docx-loader.js +1 -1
  440. package/dist/components/viewers/docx-viewer/docx-viewer.class.js +1 -1
  441. package/dist/components/viewers/ebook-viewer/ebook-loader.d.ts +1 -1
  442. package/dist/components/viewers/ebook-viewer/ebook-viewer.class.d.ts +8 -2
  443. package/dist/components/viewers/ebook-viewer/ebook-viewer.class.js +1 -1
  444. package/dist/components/viewers/email-viewer/email-loader.js +1 -1
  445. package/dist/components/viewers/email-viewer/email-viewer.class.d.ts +3 -2
  446. package/dist/components/viewers/email-viewer/email-viewer.class.js +2 -2
  447. package/dist/components/viewers/html-viewer/dompurify-loader.js +1 -1
  448. package/dist/components/viewers/include/include-resource.js +1 -1
  449. package/dist/components/viewers/include/include.class.d.ts +3 -1
  450. package/dist/components/viewers/notebook-viewer/dompurify-loader.js +1 -1
  451. package/dist/components/viewers/notebook-viewer/notebook-viewer.class.d.ts +4 -2
  452. package/dist/components/viewers/notebook-viewer/notebook-viewer.class.js +4 -4
  453. package/dist/components/viewers/notebook-viewer/notebook-viewer.styles.js +1 -1
  454. package/dist/components/viewers/passive-markup.js +1 -1
  455. package/dist/components/viewers/pdf-viewer/pdf-loader.js +1 -1
  456. package/dist/components/viewers/pptx-viewer/pptx-loader.js +1 -1
  457. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-loader.js +1 -1
  458. package/dist/components/viewers/svg-viewer/dompurify-loader.js +1 -1
  459. package/dist/components/viewers/svg-viewer/svg-viewer.class.d.ts +2 -1
  460. package/dist/components/viewers/svg-viewer/svg-viewer.styles.js +1 -1
  461. package/dist/components/viewers/viewer-loading.js +1 -1
  462. package/dist/components/viewers/viewer-search-limits.d.ts +2 -0
  463. package/dist/components/viewers/viewer-search-limits.js +1 -1
  464. package/dist/components/viewers/xml-viewer/xml-viewer.class.d.ts +2 -1
  465. package/dist/components/viewers/xml-viewer/xml-viewer.class.js +1 -1
  466. package/dist/components/viewers/xml-viewer/xml-viewer.js +1 -1
  467. package/dist/custom-elements-jsx.d.ts +1 -1
  468. package/dist/events.d.ts +13 -6
  469. package/dist/internal/aria-controls.d.ts +16 -13
  470. package/dist/internal/aria-controls.js +1 -1
  471. package/dist/internal/aria-reflection.js +1 -1
  472. package/dist/internal/catalog-picker.d.ts +2 -2
  473. package/dist/internal/catalog-picker.js +1 -1
  474. package/dist/internal/chart-annotation-registration.d.ts +1 -0
  475. package/dist/internal/chart-annotation-registration.js +1 -0
  476. package/dist/internal/data-descriptors.d.ts +13 -0
  477. package/dist/internal/data-descriptors.js +1 -0
  478. package/dist/internal/default-strings.generated.d.ts +1 -1
  479. package/dist/internal/default-strings.generated.js +2 -2
  480. package/dist/internal/dev-mode-attribute-warning.d.ts +3 -0
  481. package/dist/internal/dev-mode-attribute-warning.js +1 -1
  482. package/dist/internal/element-internals.d.ts +4 -3
  483. package/dist/internal/element-internals.js +1 -1
  484. package/dist/internal/form-associated.js +1 -1
  485. package/dist/internal/highlight-collection.d.ts +2 -0
  486. package/dist/internal/highlight-collection.js +1 -1
  487. package/dist/internal/localization-types.d.ts +1 -1
  488. package/dist/internal/localization.js +2 -2
  489. package/dist/internal/lyra-element.d.ts +10 -1
  490. package/dist/internal/lyra-element.js +2 -1
  491. package/dist/internal/native-control-description.d.ts +7 -0
  492. package/dist/internal/native-control-description.js +1 -0
  493. package/dist/internal/option-selection.js +1 -1
  494. package/dist/internal/overlay-order.d.ts +6 -0
  495. package/dist/internal/overlay-order.js +1 -0
  496. package/dist/internal/overlay-stack.d.ts +1 -1
  497. package/dist/internal/overlay-stack.js +1 -1
  498. package/dist/internal/package-metadata.d.ts +1 -1
  499. package/dist/internal/package-metadata.js +1 -1
  500. package/dist/internal/papaparse-loader.js +1 -1
  501. package/dist/internal/positioner.d.ts +5 -4
  502. package/dist/internal/pseudo-localization.js +1 -1
  503. package/dist/internal/reactive-property-writes.d.ts +1 -0
  504. package/dist/internal/reactive-property-writes.js +1 -0
  505. package/dist/internal/safe-css.js +1 -1
  506. package/dist/internal/step-value.d.ts +6 -0
  507. package/dist/internal/step-value.js +1 -0
  508. package/dist/internal/svg-title.d.ts +3 -0
  509. package/dist/internal/svg-title.js +1 -0
  510. package/dist/internal/text-quote.js +1 -1
  511. package/dist/lyra.d.ts +1 -1
  512. package/dist/svelte.d.ts +1 -1
  513. package/dist/translations/ar.js +2 -2
  514. package/dist/translations/de.js +2 -2
  515. package/dist/translations/es.js +2 -2
  516. package/dist/translations/fa.js +2 -2
  517. package/dist/translations/fr.js +2 -2
  518. package/dist/translations/he.js +2 -2
  519. package/dist/translations/ja.js +2 -2
  520. package/dist/translations/pseudo/ar-XB.js +1 -1
  521. package/dist/translations/pt-BR.js +2 -2
  522. package/dist/translations/ru.js +2 -2
  523. package/dist/translations/zh-CN.js +2 -2
  524. package/dist/vue.d.ts +1 -1
  525. package/llms/components/lr-accordion-item.md +10 -5
  526. package/llms/components/lr-accordion.md +10 -5
  527. package/llms/components/lr-activity-feed.md +6 -5
  528. package/llms/components/lr-agent-run.md +1 -1
  529. package/llms/components/lr-agent-trace.md +3 -0
  530. package/llms/components/lr-agent-workspace.md +3 -2
  531. package/llms/components/lr-animation.md +4 -0
  532. package/llms/components/lr-app-rail-item.md +4 -2
  533. package/llms/components/lr-app-rail.md +4 -2
  534. package/llms/components/lr-attachment-chip.md +8 -3
  535. package/llms/components/lr-audio-visualizer.md +9 -6
  536. package/llms/components/lr-av-player.md +14 -0
  537. package/llms/components/lr-avatar.md +4 -0
  538. package/llms/components/lr-bar-chart.md +2 -2
  539. package/llms/components/lr-box-plot.md +15 -6
  540. package/llms/components/lr-bubble-chart.md +2 -2
  541. package/llms/components/lr-button.md +11 -3
  542. package/llms/components/lr-calendar-viewer.md +4 -0
  543. package/llms/components/lr-calendar.md +15 -4
  544. package/llms/components/lr-carousel.md +5 -0
  545. package/llms/components/lr-chart.md +24 -9
  546. package/llms/components/lr-chat-composer.md +2 -1
  547. package/llms/components/lr-chat-message.md +4 -0
  548. package/llms/components/lr-checkbox.md +3 -0
  549. package/llms/components/lr-chip-group.md +3 -0
  550. package/llms/components/lr-chip.md +3 -0
  551. package/llms/components/lr-chunk-inspector.md +2 -2
  552. package/llms/components/lr-code-block-core.md +20 -8
  553. package/llms/components/lr-code-block.md +17 -14
  554. package/llms/components/lr-code-editor.md +20 -5
  555. package/llms/components/lr-color-picker.md +9 -0
  556. package/llms/components/lr-combobox.md +35 -4
  557. package/llms/components/lr-command-palette.md +4 -0
  558. package/llms/components/lr-commit-card.md +3 -0
  559. package/llms/components/lr-compare-panel.md +7 -0
  560. package/llms/components/lr-condition-builder.md +5 -0
  561. package/llms/components/lr-conversation-item.md +3 -0
  562. package/llms/components/lr-copy-button.md +10 -1
  563. package/llms/components/lr-dashboard-grid.md +5 -0
  564. package/llms/components/lr-data-grid.md +22 -3
  565. package/llms/components/lr-dataset-viewer.md +3 -2
  566. package/llms/components/lr-date-input.md +50 -6
  567. package/llms/components/lr-date-picker.md +51 -7
  568. package/llms/components/lr-details.md +10 -5
  569. package/llms/components/lr-dialog.md +4 -0
  570. package/llms/components/lr-diff-view.md +6 -0
  571. package/llms/components/lr-document-compare.md +6 -2
  572. package/llms/components/lr-document-library.md +4 -0
  573. package/llms/components/lr-document-preview.md +18 -4
  574. package/llms/components/lr-document-viewer.md +14 -4
  575. package/llms/components/lr-docx-viewer.md +6 -0
  576. package/llms/components/lr-doughnut-chart.md +2 -2
  577. package/llms/components/lr-dropdown-item.md +4 -0
  578. package/llms/components/lr-dropdown.md +3 -0
  579. package/llms/components/lr-ebook-viewer.md +12 -3
  580. package/llms/components/lr-email-viewer.md +10 -0
  581. package/llms/components/lr-emoji-picker.md +17 -3
  582. package/llms/components/lr-empty.md +3 -0
  583. package/llms/components/lr-entity-card.md +3 -0
  584. package/llms/components/lr-entity-chip.md +4 -0
  585. package/llms/components/lr-eval-dataset.md +2 -2
  586. package/llms/components/lr-export-button.md +9 -0
  587. package/llms/components/lr-file-input.md +12 -8
  588. package/llms/components/lr-file-tree.md +5 -1
  589. package/llms/components/lr-filter-bar.md +5 -0
  590. package/llms/components/lr-flow-canvas.md +8 -1
  591. package/llms/components/lr-flow-node.md +2 -1
  592. package/llms/components/lr-flow-run-status.md +1 -1
  593. package/llms/components/lr-format-date.md +3 -1
  594. package/llms/components/lr-format-number.md +4 -0
  595. package/llms/components/lr-funnel.md +4 -0
  596. package/llms/components/lr-gauge.md +4 -0
  597. package/llms/components/lr-generation-metrics.md +5 -0
  598. package/llms/components/lr-graph-legend.md +4 -2
  599. package/llms/components/lr-graph-query-builder.md +6 -0
  600. package/llms/components/lr-graph.md +8 -2
  601. package/llms/components/lr-grounding-summary.md +8 -8
  602. package/llms/components/lr-heatmap.md +13 -0
  603. package/llms/components/lr-histogram.md +2 -2
  604. package/llms/components/lr-icon-button.md +7 -0
  605. package/llms/components/lr-image-viewer.md +9 -0
  606. package/llms/components/lr-include.md +5 -0
  607. package/llms/components/lr-ingestion-queue.md +5 -1
  608. package/llms/components/lr-input.md +22 -8
  609. package/llms/components/lr-intersection-observer.md +9 -0
  610. package/llms/components/lr-json-viewer.md +10 -1
  611. package/llms/components/lr-kbd.md +3 -0
  612. package/llms/components/lr-knowledge-base.md +10 -1
  613. package/llms/components/lr-knowledge-graph-explorer.md +7 -0
  614. package/llms/components/lr-known-date.md +7 -0
  615. package/llms/components/lr-line-chart.md +2 -2
  616. package/llms/components/lr-lite-chart.md +29 -9
  617. package/llms/components/lr-live-region.md +3 -0
  618. package/llms/components/lr-locale-picker.md +12 -0
  619. package/llms/components/lr-map.md +23 -5
  620. package/llms/components/lr-markdown-core.md +4 -0
  621. package/llms/components/lr-markdown.md +15 -8
  622. package/llms/components/lr-media-card.md +5 -8
  623. package/llms/components/lr-mention-popover.md +17 -10
  624. package/llms/components/lr-menu-item.md +4 -0
  625. package/llms/components/lr-menu-label.md +4 -3
  626. package/llms/components/lr-menu.md +4 -0
  627. package/llms/components/lr-message-actions.md +13 -3
  628. package/llms/components/lr-message-feedback.md +24 -7
  629. package/llms/components/lr-message-parts.md +6 -3
  630. package/llms/components/lr-model-select.md +13 -2
  631. package/llms/components/lr-multi-split.md +20 -7
  632. package/llms/components/lr-mutation-observer.md +8 -0
  633. package/llms/components/lr-native-time-input.md +10 -0
  634. package/llms/components/lr-node-palette.md +8 -2
  635. package/llms/components/lr-notebook-viewer.md +4 -1
  636. package/llms/components/lr-number-input.md +12 -1
  637. package/llms/components/lr-option.md +35 -4
  638. package/llms/components/lr-otp-input.md +10 -0
  639. package/llms/components/lr-pan-zoom.md +1 -2
  640. package/llms/components/lr-phone-input.md +20 -5
  641. package/llms/components/lr-pie-chart.md +2 -2
  642. package/llms/components/lr-polar-area-chart.md +2 -2
  643. package/llms/components/lr-poll-status.md +4 -0
  644. package/llms/components/lr-popover.md +3 -0
  645. package/llms/components/lr-popup.md +3 -2
  646. package/llms/components/lr-prompt-input.md +7 -3
  647. package/llms/components/lr-prompt-queue.md +6 -0
  648. package/llms/components/lr-prompt-studio.md +7 -0
  649. package/llms/components/lr-provenance-panel.md +3 -0
  650. package/llms/components/lr-push-to-talk.md +8 -0
  651. package/llms/components/lr-qr-code.md +6 -0
  652. package/llms/components/lr-radar-chart.md +2 -2
  653. package/llms/components/lr-radio-button.md +13 -4
  654. package/llms/components/lr-radio-group.md +5 -0
  655. package/llms/components/lr-radio.md +9 -0
  656. package/llms/components/lr-rating.md +8 -0
  657. package/llms/components/lr-relative-time.md +2 -0
  658. package/llms/components/lr-reorder-item.md +6 -0
  659. package/llms/components/lr-reorder-list.md +6 -0
  660. package/llms/components/lr-result-card.md +6 -3
  661. package/llms/components/lr-result-field.md +6 -3
  662. package/llms/components/lr-retrieval-results.md +1 -1
  663. package/llms/components/lr-rubric-form.md +12 -0
  664. package/llms/components/lr-scatter-chart.md +2 -2
  665. package/llms/components/lr-scroller.md +5 -5
  666. package/llms/components/lr-select.md +9 -0
  667. package/llms/components/lr-sequence-playback.md +5 -2
  668. package/llms/components/lr-slider.md +19 -5
  669. package/llms/components/lr-source-picker.md +4 -0
  670. package/llms/components/lr-span-waterfall.md +3 -0
  671. package/llms/components/lr-sparkline.md +4 -0
  672. package/llms/components/lr-split-panel.md +4 -0
  673. package/llms/components/lr-stack-trace.md +3 -0
  674. package/llms/components/lr-stat.md +10 -0
  675. package/llms/components/lr-streaming-text.md +2 -3
  676. package/llms/components/lr-subagent-panel.md +3 -2
  677. package/llms/components/lr-svg-viewer.md +3 -0
  678. package/llms/components/lr-swatch-picker.md +4 -0
  679. package/llms/components/lr-switch.md +6 -0
  680. package/llms/components/lr-tab-group.md +4 -0
  681. package/llms/components/lr-table.md +10 -2
  682. package/llms/components/lr-terminal.md +17 -5
  683. package/llms/components/lr-textarea.md +9 -0
  684. package/llms/components/lr-thinking-panel.md +3 -1
  685. package/llms/components/lr-thread-list.md +26 -4
  686. package/llms/components/lr-time-input.md +3 -0
  687. package/llms/components/lr-time-range.md +5 -0
  688. package/llms/components/lr-timeline-item.md +6 -0
  689. package/llms/components/lr-timeline.md +6 -0
  690. package/llms/components/lr-token-input.md +14 -0
  691. package/llms/components/lr-tool-call-chip.md +7 -5
  692. package/llms/components/lr-tool-param-form.md +6 -2
  693. package/llms/components/lr-tool-result-dialog.md +4 -0
  694. package/llms/components/lr-tool-result-view.md +2 -3
  695. package/llms/components/lr-tool-select-dialog.md +6 -2
  696. package/llms/components/lr-tooltip.md +6 -0
  697. package/llms/components/lr-trace-tree.md +3 -0
  698. package/llms/components/lr-transcript-feed.md +3 -0
  699. package/llms/components/lr-tree-item.md +12 -5
  700. package/llms/components/lr-tree.md +12 -5
  701. package/llms/components/lr-typing-indicator.md +3 -0
  702. package/llms/components/lr-usage-badge.md +4 -0
  703. package/llms/components/lr-video.md +8 -2
  704. package/llms/components/lr-virtual-list.md +5 -3
  705. package/llms/components/lr-voice-picker.md +15 -2
  706. package/llms/components/lr-widget-renderer.md +21 -13
  707. package/llms/components/lr-widget.md +4 -2
  708. package/llms/components/lr-word-cloud.md +4 -0
  709. package/llms/components/lr-xml-viewer.md +9 -2
  710. package/llms/components/lr-zoomable-frame.md +6 -3
  711. package/llms/peers.md +5 -5
  712. package/llms/shared.md +74 -63
  713. package/llms-full.txt +4705 -2954
  714. package/package.json +19 -14
  715. package/vscode-css-data.json +1 -1
  716. package/vscode-html-data.json +1 -1
  717. package/web-types.json +1 -1
  718. package/dist/components/viewers/docx-viewer/fixtures/minimal-docx-fixture.d.ts +0 -1
  719. package/dist/components/viewers/docx-viewer/fixtures/minimal-docx-fixture.js +0 -1
  720. package/dist/components/viewers/ebook-viewer/fixtures/minimal-epub-fixture.d.ts +0 -1
  721. package/dist/components/viewers/ebook-viewer/fixtures/minimal-epub-fixture.js +0 -1
  722. package/dist/components/viewers/spreadsheet-viewer/fixtures/minimal-xlsx-fixture.d.ts +0 -1
  723. package/dist/components/viewers/spreadsheet-viewer/fixtures/minimal-xlsx-fixture.js +0 -1
@@ -22,6 +22,14 @@ plus a peer-neutral `map` getter for common imperative operations. Its runtime v
22
22
  underlying MapLibre map. The component observes its own map-container allocation and calls the
23
23
  peer's `resize()` when that allocation changes.
24
24
 
25
+ Markers and popups use the physical top-left origin required by MapLibre's projected transforms in
26
+ both LTR and RTL. Their text and surrounding controls retain logical direction-aware layout.
27
+
28
+ Live ancestor theme or token changes resolve the choropleth's stop colors and explicit or implicit
29
+ step base color again, as well as its opacity. These are paint-only updates on the existing fill
30
+ layer: the map instance, source, layer and viewport are preserved. Linear, logarithmic and step
31
+ modes use the same expression semantics at initial render and after a theme change.
32
+
25
33
  **Properties:**
26
34
 
27
35
  - `center: [number, number] = [0, 0]`
@@ -94,7 +102,8 @@ string; geojson: GeoJSON.FeatureCollection; field: string; stops: [number, strin
94
102
  the live host cascade before passing the expression to MapLibre's WebGL renderer.
95
103
  - `markers: LyraMapMarker[] = []` (attribute: false) — `LyraMapMarker { id?: string; lngLat:
96
104
  [number, number]; color?: string; label?: string; unsafeHtml?: string }`; an explicit `id` is
97
- trimmed and must be nonempty, and the first marker for an explicit ID wins. Markers are reconciled
105
+ trimmed and must be nonempty, and the first successfully admitted marker for an explicit ID wins.
106
+ A malformed earlier row does not reserve that ID. Markers are reconciled
98
107
  by that explicit ID (falling back
99
108
  to a `lng,lat` key, disambiguated by occurrence order for duplicate-coordinate id-less markers,
100
109
  when `id` is omitted) so an unchanged marker isn't torn down and recreated on every `markers`
@@ -120,7 +129,8 @@ string; geojson: GeoJSON.FeatureCollection; field: string; stops: [number, strin
120
129
  GeoJSON.FeatureCollection; tone?: 'accent' | 'success' | 'warning' |
121
130
  'danger' | 'neutral'; color?: string; strokeColor?: string; kind?: LyraMapDataLayerKind;
122
131
  heatmap?: LyraMapHeatmapOptions; cluster?: LyraMapClusterOptions }`. `sourceId` is trimmed and must be nonempty; the first layer for a
123
- `sourceId` wins and blank or later duplicate records are ignored. Each retained entry adds one
132
+ `sourceId` that is successfully admitted wins; blank, malformed, and later duplicate records are
133
+ ignored without reserving an identity for a valid later sibling. Each retained entry adds one
124
134
  GeoJSON source plus three geometry-filtered layers
125
135
  (fill, line, and circle, so a mixed `FeatureCollection` renders correctly), colored from the
126
136
  matching `--lr-color-*` token (`tone` defaults to `'accent'` → `--lr-color-brand`).
@@ -144,6 +154,10 @@ heatmap?: LyraMapHeatmapOptions; cluster?: LyraMapClusterOptions }`. `sourceId`
144
154
  its private source/layers removed, and a genuinely new `sourceId` gets new resources — nothing
145
155
  leaks on removal, style change, or disconnect.
146
156
 
157
+ The component snapshots the configuration it reads. It passes `choropleth.geojson` and
158
+ `dataLayers[].geojson` through to MapLibre; assign a new `choropleth`, `dataLayers`, or `markers`
159
+ value after changing configuration, because mutating an assigned value is not observed.
160
+
147
161
  `cluster` and `kind` (both new in 12.0.0) opt one entry out of that three-layer geometry split.
148
162
  **Both are strictly additive: an entry that sets neither renders exactly what it rendered before,
149
163
  down to the layer ids and the point layer's filter.**
@@ -216,9 +230,9 @@ expensive on an animated one. When every feature has a unique `string`/`number`
216
230
  features keep semantically unchanged geometry/bbox values, the component emits MapLibre's
217
231
  incremental `updateData()` for property changes, additions, removals, and order changes. The exact
218
232
  next order is preserved: an unchanged prefix stays in place and only the invalidated suffix is
219
- removed and re-added. Lyra's immutable ownership boundary detaches GeoJSON assignments, so geometry
220
- reference identity cannot survive between frames; a bounded, accessor-free comparison verifies the
221
- JSON geometry graph instead. A missing/duplicate ID, changed geometry, exceeded bound, or uncertain
233
+ removed and re-added. Lyra snapshots control and projection data while retaining opaque GeoJSON
234
+ identity at the MapLibre boundary; a bounded, accessor-free comparison verifies the JSON geometry
235
+ graph instead. A missing/duplicate ID, changed geometry, exceeded bound, or uncertain
222
236
  comparison falls back to `setData()` with no change in rendered behaviour. Peers without
223
237
  `updateData()` always take the old path.
224
238
 
@@ -273,6 +287,10 @@ zoom-to-cluster handler reads. The count label is deliberately not hit-tested (i
273
287
  the circle already queried and would only make the label the topmost hit), and a `kind: 'heatmap'`
274
288
  layer is never queried at all — MapLibre returns no features for a rendered density surface
275
289
 
290
+ The outer marker-activation detail is frozen, while an opaque marker `unsafeHtml` value remains the
291
+ original supplied value at the MapLibre popup and marker-activation boundary. Treat it as trusted
292
+ markup as described above.
293
+
276
294
  **Slots:** `legend` — custom legend content, rendered inside the legend panel's own layout so it
277
295
  stays positioned with the map instead of floating beside it. Supplying it opens the panel even
278
296
  when `legend` and `legendGradient` are both empty.
@@ -25,6 +25,10 @@ this component's own module never imports or calls that function at all; it only
25
25
  `loadShikiHighlighterCore(languages)`, so a consumer importing this entry point instead of
26
26
  `markdown.js` gets a build genuinely free of shiki's full language table.
27
27
 
28
+ Removing `content` clears the document and its empty-document tab stop, including while streaming.
29
+ The property keeps Lit's `null` readback after removal; an explicitly empty attribute remains an
30
+ empty string. Later source text renders normally.
31
+
28
32
  A fenced code block whose language isn't a key in `languages` always renders the plain-text fallback
29
33
  — there is no default/full-table highlighter here to fall back to, the same default (not degraded)
30
34
  rendering path as `<lr-code-block-core>`'s identical contract. A block that _is_ highlighted follows the
@@ -24,6 +24,10 @@ instance on a page shares one load. `heading`/`code`/`blockquote`/`table`/`link`
24
24
  rendered through a `marked` renderer override that injects `part="..."` attributes directly into the
25
25
  produced HTML in a single pass (no second DOM walk after insertion).
26
26
 
27
+ Removing `content` clears the document and its empty-document tab stop, including while streaming.
28
+ The property keeps Lit's `null` readback after removal; an explicitly empty attribute remains an
29
+ empty string. Later source text renders normally.
30
+
27
31
  If an instance disconnects and reconnects before that shared promise settles, only the current
28
32
  connection applies the result and reparses; the stale connection callback is generation-guarded.
29
33
 
@@ -74,7 +78,9 @@ uses for its own `[part="body"]`.
74
78
  to plain text if the peer is unavailable; `escape` displays raw HTML source as text while ordinary
75
79
  Markdown still renders; `trusted` renders raw HTML without sanitization and is only for trusted
76
80
  content.
77
- - `gfm: boolean = true` — GitHub-flavored Markdown (tables, strikethrough, autolinks, task lists)
81
+ - `gfm: boolean = true` — GitHub-flavored Markdown (tables, strikethrough, autolinks, task lists).
82
+ GFM task-list checkboxes stay disabled. A task's primary inline text supplies its accessible name;
83
+ nested task text is excluded, and a blank task receives no generated name.
78
84
  - `linkTarget: string | null = '_blank'` (attribute `link-target`) — `target` applied to every
79
85
  rendered `<a>`, with `rel="noopener noreferrer"` always added alongside it whenever a `target` is
80
86
  emitted. `'_blank'` (the default) preserves the original output; a falsy value (`null`, or the
@@ -90,10 +96,10 @@ uses for its own `[part="body"]`.
90
96
  than overflowing past the HTML heading levels. `0` (the default) preserves the original
91
97
  `<h${token.depth}>` output
92
98
  - `streaming: boolean = false` (reflected) — marks the host `aria-busy="true"` while partial Markdown
93
- is still arriving and lets consumers target `lr-markdown[streaming]`; content updates while it is
94
- true are coalesced to at most one parse per animation frame, while the final `streaming=false`
95
- update flushes the latest content immediately; busy state also remains true while parser
96
- dependencies are loading
99
+ is still arriving and lets consumers target `lr-markdown[streaming]`. Both `lr-markdown` and
100
+ `lr-markdown-core` display accumulated plain text without parsing or highlighting while it is
101
+ true. Setting `streaming=false` parses and renders the latest complete content; busy state also
102
+ remains true while parser dependencies are loading
97
103
  - `highlightCode: boolean = true` (attribute `highlight-code`) — syntax-highlights fenced code
98
104
  blocks via the optional `shiki` peer. `true` (the default) upgrades every fenced block once the
99
105
  peer is available; set `false` to keep plain output even when `shiki` is installed. No effect
@@ -140,9 +146,10 @@ placed first and preserved inside both ceilings.
140
146
 
141
147
  **Events:**
142
148
 
143
- - `lr-link-click` (`detail: { href: string }`) — fired, with the click prevented,
144
- when a rendered link's `href` starts with `internal-link-prefix`; ordinary external links navigate
145
- normally and never fire this
149
+ - `lr-link-click` (`detail: { href: string }`) — fired, with navigation prevented, when a rendered
150
+ link's `href` starts with `internal-link-prefix`; ordinary external links navigate normally and
151
+ never fire this. If an intercepted link overlaps a painted highlight,
152
+ `lr-highlight-activate` fires first for pointer and Enter activation.
146
153
  - `lr-render-error` (`detail: { error: unknown }`) — rendering fell back to plain text (see the
147
154
  fallback matrix below), or `math` is set but the `katex` peer isn't installed
148
155
  - `lr-highlight-activate` (`detail: { highlightId: string }`) — a painted `text-quote` highlight was clicked
@@ -22,6 +22,10 @@ server-side-conversion state machine) and `lr-attachment-chip` (a pre-send queue
22
22
  upload progress). This component has neither concern; it only ever shows a `src` that's already
23
23
  final.
24
24
 
25
+ Removing `mime-type` consumes the hint as absent and restores generic file detection unless `kind`
26
+ explicitly selects a format. Property readback stays `null`; an explicit empty hint remains empty
27
+ and later MIME values restore detection.
28
+
25
29
  **Properties:**
26
30
 
27
31
  - `src: string = ''` — the media URL. Always re-validated against a safe-scheme allowlist before
@@ -38,8 +42,7 @@ final.
38
42
  carve-out: an empty `alt` there still falls through to `filename`/the generic description, because
39
43
  an empty accessible name would leave an interactive player unnamed rather than mark it decorative.
40
44
  - `accessibleLabel: string | null = null` (attribute `aria-label`) — a declarative attribute names
41
- the host as a whole while its nested button/link keeps a purpose-specific localized action name. A
42
- property-only assignment can override the nested action when no host label is present. An explicit
45
+ the host as a whole while its nested button/link keeps a purpose-specific localized action name. A property-only assignment names the nested action and updates reactively when no host label is present, without creating a host attribute. An explicit
43
46
  empty string behaves like the unset `null` default — both fall through to the generated
44
47
  purpose-specific name. Image alt text and the native video's own purpose label remain independent;
45
48
  an explicitly empty host still leaves every interactive descendant named.
@@ -151,12 +154,6 @@ the video's own native controls bubble up and spuriously fire `lr-media-open`.
151
154
 
152
155
  **Known gotchas:**
153
156
 
154
- - Calling the real `.click()` (or dispatching a `click`/`MouseEvent`) on the file-chip's `<a href>`
155
- in a test genuinely triggers real browser navigation — always `preventDefault()` on a `click`
156
- listener registered before triggering it, the same precaution `lr-document-preview`'s own
157
- download-link tests already take. A synthetic `dispatchEvent(new MouseEvent('click', {cancelable:
158
- true}))` still invokes the anchor's native activation behavior if nothing calls
159
- `preventDefault()` during dispatch — it is not a safe no-op.
160
157
  - `kind` only reflects to the host attribute when explicitly set — CSS keying off the
161
158
  auto-detected resolved kind should target the rendered `[part]`/element (e.g. `video[part="media"]`),
162
159
  not `:host([kind=...])`, since the latter won't see an auto-detected kind.
@@ -18,13 +18,19 @@
18
18
 
19
19
  A caret-anchored, keyboard-navigable popover for `@`-mention and `/`-slash-command autocomplete
20
20
  inside a plain-text `<textarea>`/`<input>` the host owns. First-party invention (no Web Awesome
21
- equivalent). While open with a text-control `anchor`, the component atomically projects
22
- `role="combobox"` (unless the author supplied a role), `aria-expanded`, `aria-haspopup`, a
23
- resolvable controls element, and the active descendant. On platforms accepting cross-root ARIA
24
- element reflection, the host's own input keeps focus. Where the active-option reference is
25
- rejected, `focusActiveOption()` moves real focus into this component's shadow listbox so the focus
26
- owner and option share one tree scope. Every author ARIA value is restored on close, anchor
27
- replacement, disconnect, or adoption; a cross-root string IDREF is never left behind.
21
+ equivalent). A textarea keeps its native textbox semantics while open and, after a consumed
22
+ navigation key, `focusActiveOption()` moves real focus to the active option in the shadow listbox.
23
+ A single-line text input retains its active-descendant element-reference route; only that route
24
+ uses `syncActiveDescendant()`, which returns `false` for a textarea.
25
+ Textarea ARIA/AOM values are restored on close, anchor replacement, disconnect, or adoption; a
26
+ cross-root string IDREF is never left behind. Later localized result-count and active-position
27
+ changes are announced once through the shared polite region; opening markup and unchanged state are
28
+ silent.
29
+
30
+ Forward native input keydown events to `handleKeyDown()` as usual. Events with `isComposing` or
31
+ legacy `keyCode === 229` return false without preventing default, moving the active suggestion,
32
+ selecting, or closing the popover. Removing `query` uses the unfiltered empty-query behavior while
33
+ preserving null readback; an explicitly empty query remains empty.
28
34
 
29
35
  **Properties:**
30
36
 
@@ -66,9 +72,10 @@ replacement, disconnect, or adoption; a cross-root string IDREF is never left be
66
72
  `preventDefault()` when `filteredItems` is empty, letting the keystroke fall through to the
67
73
  host's own control unchanged. `Escape` closes with no selection. Returns `true` whenever the key
68
74
  was intercepted and `false` for keys the method does not recognize.
69
- - `syncActiveDescendant(control: HTMLElement): boolean` — clears any string
70
- `aria-activedescendant`, then applies `ariaActiveDescendantElement` when the platform accepts the
71
- cross-root reference. Returns whether that reference was accepted.
75
+ - `syncActiveDescendant(control: HTMLElement): boolean` — applies
76
+ `ariaActiveDescendantElement` only for a retained single-line input route. For a textarea it
77
+ returns `false` without mutating `aria-activedescendant`; the managed textarea session clears that
78
+ value separately.
72
79
  - `focusActiveOption(options?: LyraMentionFocusOptions): Promise<boolean>` — same-tree fallback
73
80
  after a consumed navigation key when `syncActiveDescendant()` returns `false`. Focuses the active
74
81
  option, lets the popover handle subsequent navigation, and restores focus to `anchor` when the
@@ -22,6 +22,10 @@ The inline semantic menu mapped from Shoelace's `sl-menu`, plus its action-row e
22
22
  wrapping keyboard navigation, type-ahead, and one canonical selection event. It deliberately has no
23
23
  trigger, positioned popup, root open state, placement API, or overlay lifecycle.
24
24
 
25
+ Removing or disabling the remembered active item repairs the roving stop without taking focus from
26
+ outside controls or the menu's header/footer. If the changed item held actual focus, focus moves to
27
+ a valid survivor or through the existing owner dismissal path when none remain.
28
+
25
29
  For a menu button or other anchored overlay, compose the semantic controller inside
26
30
  `<lr-dropdown>`:
27
31
 
@@ -25,9 +25,10 @@ name (`lr-menu-item` or `lr-dropdown-item`), not `instanceof`, so an adopted sam
25
25
  foreign-realm item remains enrollable. A label matches neither tag, is never enrolled in the roving
26
26
  tabindex, and can never become a focus stop; nothing on `<lr-menu>` has to know this element exists.
27
27
 
28
- To announce a _named group_ rather than a caption, wrap the labelled items in an element with
29
- `role="group"` and give it a matching `aria-label`. `aria-labelledby` pointing at this element's
30
- internals would not resolve idrefs do not cross a shadow boundary.
28
+ Keep selectable items directly assigned to the menu's default slot, or forward them through a
29
+ slot, with `lr-menu-label` as a sibling visual caption. Arbitrary `role="group"` wrappers do not
30
+ provide a supported menu-group API. `aria-labelledby` cannot reference this element's shadow
31
+ internals because idrefs do not cross a shadow boundary.
31
32
 
32
33
  **Properties:** none. **Events:** none. **Slots:** default (the heading text).
33
34
  **CSS parts:** `base` (the heading row).
@@ -22,6 +22,10 @@ The inline semantic menu mapped from Shoelace's `sl-menu`, plus its action-row e
22
22
  wrapping keyboard navigation, type-ahead, and one canonical selection event. It deliberately has no
23
23
  trigger, positioned popup, root open state, placement API, or overlay lifecycle.
24
24
 
25
+ Removing or disabling the remembered active item repairs the roving stop without taking focus from
26
+ outside controls or the menu's header/footer. If the changed item held actual focus, focus moves to
27
+ a valid survivor or through the existing owner dismissal path when none remain.
28
+
25
29
  For a menu button or other anchored overlay, compose the semantic controller inside
26
30
  `<lr-dropdown>`:
27
31
 
@@ -34,6 +34,9 @@ becomes unavailable, focus moves to the nearest survivor or the stable toolbar,
34
34
  newer external focus move. Keyboard movement starts from the action that actually received the event,
35
35
  even after a controlled state write changed the remembered stop.
36
36
 
37
+ ArrowLeft/ArrowRight/Home/End from a slotted feedback comment editor remain native editing keys.
38
+ Roving navigation still operates on the actual toolbar and thumb actions.
39
+
37
40
  **Properties:** `controls: MessageActionControl[] = []` (attribute: false) —
38
41
  `MessageActionControl = 'copy' | 'regenerate' | 'edit' | 'feedback'` (exported here); which built-ins
39
42
  render, in that order. Duplicate names are omitted first-wins before rendering, roving focus, or
@@ -41,19 +44,26 @@ intent events, so each built-in can occur at most once. `copyText: string = ''`
41
44
  (attribute `copy-text`) — required for the `copy` built-in to render at all. `feedbackRating:
42
45
  MessageFeedbackValue = null` (attribute `feedback-rating`) — forwarded to the embedded, thumbs-only
43
46
  `lr-message-feedback` (its `detail`/`detailFor` are never forwarded, so its detail panel never
44
- opens). `revealOnInteraction: boolean = false` (reflected, attribute `reveal-on-interaction`) — hides
47
+ opens). `feedbackPending: boolean` (read-only, nonreflecting) — true only while the current built-in
48
+ feedback control awaits settlement; it has no `feedback-pending` attribute or change event.
49
+ `revealOnInteraction: boolean = false` (reflected, attribute `reveal-on-interaction`) — hides
45
50
  the bar until the closest `lr-chat-message` ancestor is hovered, or the toolbar contains focus.
46
51
  `label: string = ''` — accessible name override for the toolbar. `accessibleLabel: string | null =
47
52
  null` (attribute `aria-label`) — overrides the toolbar's computed accessible name, winning over
48
53
  `label` and the localized default; attribute-reflects from a host-level `aria-label`.
49
54
 
55
+ **Methods:** `finalizePendingSubmit(submissionId: string): boolean` and
56
+ `revertPendingSubmit(submissionId: string): boolean` settle only the current built-in feedback
57
+ request. Both return `false` for blank, stale, mismatched, removed, or replaced requests.
58
+
50
59
  **Events:** `lr-regenerate`/`lr-edit` — a built-in was activated, `detail: null`. `lr-copy` —
51
60
  frozen `detail: { ok: true, text }`, emitted only after the embedded `lr-copy-button`'s clipboard
52
61
  write fulfills (bubbles/composed already, not re-emitted). A failed write surfaces generic
53
62
  `lr-error` (`detail: null`) plus `lr-copy-error` with frozen
54
63
  `detail: { ok: false, text, reason, error }`; `reason` is `'unsupported' | 'denied' | 'failed'`.
55
- `lr-feedback-change`/`lr-feedback-submit` — bubble unchanged from the embedded,
56
- thumbs-only `lr-message-feedback`. A colliding event from an
64
+ `lr-feedback-change`/`lr-feedback-submit` — bubble unchanged from the embedded, thumbs-only
65
+ `lr-message-feedback`; the frozen submit detail includes its `submissionId`, which is the value to
66
+ pass to either settlement method. A colliding event from an
57
67
  arbitrary slotted child is contained at that slot boundary rather than being mistaken for a
58
68
  built-in action.
59
69
 
@@ -24,6 +24,10 @@ read-only display). Activating the pressed thumb while its detail panel is open
24
24
  activating the still-pressed thumb reopens it with the surviving draft. A thumbs-only control always
25
25
  uses the ordinary re-activate-to-clear toggle.
26
26
 
27
+ Asynchronous finalization or reversion preserves focus on an outside control. Settlement retains the
28
+ existing thumb/submit fallback when focus remains within the feedback or was lost as its pending
29
+ controls became disabled.
30
+
27
31
  **Properties:** `rating: MessageFeedbackValue = null` (`'up' | 'down' | null`, reflected),
28
32
  `detail?: MessageFeedbackDetailConfiguration` (attribute: false) — one configuration with optional
29
33
  `reasons?: readonly { id, label }[]` and `commentable?: boolean`; omit it for thumbs-only feedback.
@@ -36,21 +40,34 @@ owns that one detail panel. `disabled: boolean = false` (reflected) makes a reco
36
40
  submission while host persistence is unresolved; all feedback controls are disabled and the panel
37
41
  reports busy until that state is resolved.
38
42
 
43
+ When the optional comment textarea renders, `spellcheck: boolean = true`,
44
+ `autocapitalize: string = ''`, `autocorrect: boolean = true`, and
45
+ `wrap: MessageFeedbackWrap = 'soft'` forward to it; they have no effect without that textarea.
46
+ `MessageFeedbackWrap` is `'soft' | 'hard' | 'off'`, the native textarea wrap vocabulary.
47
+
39
48
  **Methods:** `focus()` focuses the thumb matching the current `rating` (the up thumb when `null`);
40
49
  `blur()` blurs both thumbs; `click()` activates that same thumb when enabled.
41
50
  `getToolbarActions()` returns the ordered logical thumb actions used by an enclosing toolbar.
42
- `finalizePendingSubmit()` completes a prevented submit after persistence succeeds, closing the
43
- panel, announcing success, and returning focus to the active thumb. `revertPendingSubmit()` releases
44
- the pending state after failure without clearing the draft or announcing success, leaving the panel
45
- open for retry. Both are no-ops when no submit is pending.
51
+ `finalizePendingSubmit(submissionId?: string): boolean` completes a prevented submit after persistence succeeds, closing the
52
+ panel, announcing success, and returning focus to the active thumb.
53
+ `revertPendingSubmit(submissionId?: string): boolean` releases
54
+ the pending state after failure without clearing the draft or announcing success, restoring the
55
+ prior rating and panel state. A detail-panel submit remains open for retry, while a thumbs-only
56
+ submit remains panel-free; it likewise accepts an optional `submissionId` and returns `boolean`. The event
57
+ supplies a nonblank, never-reused id; a later/current settlement must use that exact id. Legacy
58
+ no-argument settlement remains available only for the first transaction that has never been
59
+ invalidated; stale or mismatched settlements return `false`.
46
60
 
47
61
  **Events:** `lr-feedback-change` — `detail: { rating: 'up' | 'down' | null }`, fired when a thumb's
48
62
  provisional rating changes or clears. `lr-feedback-submit` — cancelable
49
- `detail: { rating: 'up' | 'down' | null; reasonIds: string[]; comment: string }`, fired for every
63
+ `detail: { rating: 'up' | 'down' | null; reasonIds: string[]; comment: string; submissionId: string }`, fired for every
50
64
  terminal thumbs-only choice/clear and by the detail panel's submit button. The pending transaction
51
- is installed before dispatch, so even a synchronous listener may finalize/revert it safely.
65
+ is installed before dispatch, so even a synchronous listener may finalize/revert it safely. The
66
+ event detail is frozen.
52
67
  `preventDefault()` holds the panel/control in `pending` and delays
53
- success announcement/focus until `finalizePendingSubmit()`; call `revertPendingSubmit()` on failure.
68
+ success announcement/focus until `finalizePendingSubmit(detail.submissionId)`; call
69
+ `revertPendingSubmit(detail.submissionId)` on failure. The no-argument form is only the documented
70
+ legacy first-transaction path.
54
71
  When uncanceled it retains the synchronous close/announce/focus behavior. The optional comment
55
72
  `<textarea>`'s native `focus` and `blur` are re-dispatched as bubbling, composed host events.
56
73
  `lr-toolbar-actions-change` is the no-detail coordination event emitted when the provider's logical
@@ -18,17 +18,20 @@
18
18
 
19
19
  Ordered renderer for provider-neutral `MessagePart[]`: text, reasoning, tool call/result, citation,
20
20
  attachment, data/widget, audio, and error parts can interleave without flattening stream order.
21
- Built-in text and reasoning Markdown receives each part's `state === 'streaming'` hint, coalescing
22
- parse/highlight work; replacing that same-id part with `state: 'complete'` flushes the final content.
21
+ Built-in text and reasoning Markdown receives each part's `state === 'streaming'` hint and displays
22
+ accumulated plain text without parsing or highlighting. Replacing that same-id part with
23
+ `state: 'complete'` parses and renders the final content.
23
24
  Citation badge ranks are precomputed in one linear pass per render, rather than rescanning and
24
25
  allocating every preceding part for each citation in a citation-heavy or growing message.
25
26
 
26
- **Properties:** `parts: MessagePart[] = []` (attribute: false); `contentMode: 'plain' | 'markdown' =
27
+ **Properties:** `parts: MessagePart[] = []` (attribute: false); `contentMode: MessagePartsContentMode =
27
28
  'markdown'` (attribute `content-mode`, reflected) and `showReasoning: boolean = true` (attribute
28
29
  `show-reasoning`, reflected, with string-aware true-default conversion);
29
30
  `renderPart?: MessagePartRenderer` (attribute: false), where returning `undefined` delegates that
30
31
  part to the built-in renderer; `accessibleLabel: string | null = null` (attribute `aria-label`).
31
32
 
33
+ Unsupported direct or `content-mode` attribute values normalize and reflect as `markdown`.
34
+
32
35
  `MessagePartRenderer = (part: MessagePart, index: number) => unknown`; `MessagePart` and its
33
36
  discriminated part shapes come from the `@aceshooting/lyra-ui/ai` subpath. Tool results are a strict
34
37
  success/error union: a success has `result` and cannot have `error`; an error has `error` and may
@@ -26,6 +26,14 @@ element. First-party invention (no Web Awesome equivalent).
26
26
  Session-history/autofill restoration synchronously restores the model id and form entry without
27
27
  emitting `lr-change`.
28
28
 
29
+ Removing `label`, `hint`, or `error-text` clears that optional copy in both catalog and free-text
30
+ modes. Removed string properties retain `null` readback, and later assignments restore their
31
+ content.
32
+
33
+ Composing key events (`isComposing` or legacy `keyCode === 229`) remain with the catalog query or
34
+ custom-value editor: they do not navigate options, commit a selection or custom value, or close the
35
+ popup. Ordinary keyboard behavior resumes after composition.
36
+
29
37
  When `catalog`/`allowCustom` replaces a focused trigger with the free-text input or vice versa,
30
38
  focus follows the available replacement. If the new owner is disabled or inert, focus returns to
31
39
  the available element that led into the picker, or to the stable `form-control` owner when no
@@ -78,6 +86,9 @@ focus move.
78
86
  they have no effect in closed-dropdown mode
79
87
  - `name: string = ''` (reflected)
80
88
  - `disabled: boolean = false` (reflected)
89
+ - `readonly: boolean = false` (reflected) — prevents user typing and catalog
90
+ commits while retaining focus, popup navigation, selection/copy, submission/reset, and programmatic
91
+ writes.
81
92
  - `required: boolean = false` (reflected — enforced via `internals.setValidity()`)
82
93
  - `open: boolean = false` (reflected)
83
94
  - `size: LyraSize = 'm'` (reflected) — visual size on the library-wide ladder: `2xs`/`xs`/`s`/`m`/
@@ -177,8 +188,8 @@ every labelled control in the library uses, so `--lr-form-control-required-conte
177
188
  `--lr-form-control-required-color` and `--lr-form-control-required-offset` retune or suppress it here
178
189
  exactly as they do on `lr-input` (see `llms/shared.md` → "The required-field marker"). With no visible label there
179
190
  is nothing to mark and no stray glyph is rendered. Correspondingly, while the picker is barred from
180
- constraint validation — its own `disabled`, or an ancestor `<fieldset disabled>`; this control has no
181
- `readonly` — it reports no violation and publishes neither `:state(invalid)` nor
191
+ constraint validation — its own `disabled` or `readonly`, or an ancestor `<fieldset disabled>` it
192
+ reports no violation and publishes neither `:state(invalid)` nor
182
193
  `:state(user-invalid)`, matching native `:invalid`. `required`/`optional` keep publishing.
183
194
 
184
195
  **CSS parts:** `form-control` (the complete label, control, hint, error, and listbox frame),
@@ -21,6 +21,13 @@ auto-inserted between each adjacent pair. Panels participating in persistence ca
21
21
  nonempty, whitespace-stable `panel-id`; this business identity stays independent from the platform
22
22
  `id` attribute and is never rewritten.
23
23
 
24
+ Feasible `minPx` floors also constrain flex shrinking after the divider target gutters take their
25
+ allocation: a 600px split with a 40px divider can render panels of 300px and 260px. If the floors
26
+ cannot fit, the remaining panel space is shared proportionally instead of overflowing. The budget
27
+ follows allocation and the actual divider geometry, including font-relative tokens resolved in the
28
+ divider's own font context. Panel font sizes do not change that gutter budget; stored percentages,
29
+ initialization precedence, and resize event values retain their existing meaning.
30
+
24
31
  Granular import: `@aceshooting/lyra-ui/components/layout/multi-split/multi-split.js`.
25
32
  The Lyra-original v9 identity migration is mechanical: `lr-split` → `lr-multi-split`,
26
33
  `LyraSplit` → `LyraMultiSplit`, generic container authoring types → the corresponding
@@ -28,10 +35,10 @@ The Lyra-original v9 identity migration is mechanical: `lr-split` → `lr-multi-
28
35
  `--lr-split-*` hooks/storage keys → `--lr-multi-split-*`/`lr-multi-split:*`. The separate mirrored
29
36
  `lr-split-panel`, its `LyraSplitPanel` class, `SnapFunction`, and `SNAP_NONE` are unchanged.
30
37
 
31
- With a definite block size, each direct panel owns a native `overflow: auto` scroll surface and has
32
- `min-block-size: 0`, so long content stays inside the split rather than escaping into following
33
- content. Set `overflow` directly on an individual panel when its content needs a different scrolling
34
- surface.
38
+ With a definite block size, each direct panel owns a native `overflow: auto` scroll surface.
39
+ Unconstrained panels have a zero block minimum, so long content stays inside the split rather than
40
+ escaping into following content. Set `overflow` directly on an individual panel when its content
41
+ needs a different scrolling surface.
35
42
 
36
43
  **Properties:**
37
44
 
@@ -97,8 +104,10 @@ number; maxPx?: number; minPercent?: number; maxPercent?: number }`, index-align
97
104
  side resolves to the stricter one (larger for min, smaller for max) via a native CSS `max()`/`min()`
98
105
  in the rendered `clamp()` flex-basis. `sizes`, the `lr-resize` payload, and localStorage persistence
99
106
  stay percent-based regardless — only the effective drag/keyboard clamp bounds (and the rendered
100
- `flex-basis`, via a native CSS `clamp()` so a constrained panel stays pinned between its bounds
101
- across container resizes with no extra `ResizeObserver`) change for a constrained panel.
107
+ `flex-basis`, via a native CSS `clamp()` across container resizes) change for a constrained panel.
108
+ Pixel minimums also account for live divider dimensions. Bounds on neighboring panels remain
109
+ active during collapse transitions, including when constraints are updated from an
110
+ `lr-multi-split-collapse-change` handler.
102
111
  - `collapse: 'start'|'end'|'none' = 'none'` (reflected) — opt-in responsive collapse for one panel:
103
112
  `'start'`/`'end'` is a _logical_ position (RTL-aware, matching CSS logical properties — the panel at
104
113
  the document's visual leading/trailing edge, not a raw array index). `lr-multi-split` only owns the
@@ -156,7 +165,7 @@ number; maxPx?: number; minPercent?: number; maxPercent?: number }`, index-align
156
165
  renders nothing (`hidden`, out of the accessibility tree) instead of the always-visible overlay
157
166
  card this state rendered before `open` existed. Setting `open = true` reveals it as a
158
167
  focus-trapped floating panel with a `[part="backdrop"]` scrim; Escape or a backdrop click set
159
- `open` back to `false`. While open, the floating panel is the modal root and every sibling pane
168
+ proposes a cancelable close before changing `open`. While open, the floating panel is the modal root and every sibling pane
160
169
  behind it is inert. Leaving `'floating'` while `open` is still `true` also closes it, the same
161
170
  way `<lr-app-rail>` closes its mobile overlay when leaving `'mobile'` while open.
162
171
 
@@ -179,6 +188,10 @@ or keyboard step commits. A genuine pointer gesture has one terminal persistence
179
188
  release emits no additional event; direct `sizes` assignments stay silent),
180
189
  `lr-multi-split-collapse-change` (`detail: { state: 'wide'|'rail'|'floating' }`, fired only
181
190
  on a real `collapse`-state transition, never on every resize/render),
191
+ `lr-toggle` (`detail: LyraMultiSplitToggleDetail = { open: boolean }`) — Escape/backdrop close
192
+ proposals are cancelable and fire before `open` changes; preventing the event or making a synchronous
193
+ reentrant mutation aborts the proposal. A forced close when a responsive collapse transition leaves
194
+ `floating` fires noncancelably after `open` is false. Direct `open` writes and no-op dismissals are silent,
182
195
  `lr-multi-split-constraints-invalid` (`detail: LyraMultiSplitConstraintIssueDetail`, fired once when the configured
183
196
  panel minimums/maximums cannot fit the track; the infeasible set is rejected for interaction and a
184
197
  normalized percent minimum is used instead), `lr-multi-split-orientation-change` (`detail: { orientation }`,
@@ -31,6 +31,14 @@ form of `attr`, equivalent to `attr: '*'`) and `characterData` (`character-data`
31
31
  `charData`). Plus `subtree: boolean = true`, and programmatic `attributeFilter: string[] = []`
32
32
  (neither reflects).
33
33
 
34
+ The browser capability is optional. A missing or throwing owner-window lookup, or an unavailable or
35
+ throwing constructor, leaves that rebuild inert rather than leaking an exception. Individual
36
+ `observe` and `disconnect` failures are contained, so later valid targets and later rebuilds can still observe.
37
+ Callbacks from a retired document are ignored after disconnect or adoption. `attributeFilter` is
38
+ likewise a bounded own-data snapshot (examining at most its first 10,000 direct data entries);
39
+ malformed or accessor-backed entries are skipped, a valid prefix remains active, and an entirely
40
+ unusable value falls back to an empty filter.
41
+
34
42
  **Events:** `lr-mutation`; its detail and bounded readonly record sequence are frozen.
35
43
  `detail.records` and mapped `detail.mutationList` reference the same sequence, while each native
36
44
  `MutationRecord` retains identity.
@@ -22,6 +22,16 @@ forces its internal native input to `type="time"` on construction and reconnect,
22
22
  as numbers. Use it when the browser/OS picker is preferred; new `wa-time-input` migrations should
23
23
  use the segmented `lr-time-input` above.
24
24
 
25
+ `stepUp()` and `stepDown()` use the current `value`, `step`, `min`, and `max` properties in the same
26
+ synchronous call, including changes made immediately beforehand. They preserve native step alignment
27
+ and bounds, update form submission silently, and remain no-ops before the native input has rendered
28
+ or while disabled/readonly. Native `step="any"` remains a non-steppable no-op.
29
+
30
+ Changing own `disabled` from true to false in the same task that disables an ancestor fieldset keeps
31
+ the native editing control effectively disabled. The enabled first-legend exception and explicit
32
+ own-disabled state retain their native meaning; validity and form submission follow the effective
33
+ disabled state.
34
+
25
35
  **Inherits:** all public surface from `lr-input`.
26
36
 
27
37
  All `lr-input` properties, form methods, events, label/hint/error/start/end slots, parts, and theme
@@ -22,6 +22,9 @@ at `lr-node-add`/`lr-palette-place`; the host mutates `nodes`. Fully decoupled f
22
22
  `lr-flow-canvas` (no `for` resolution, unlike the other three companions) — it only needs to agree
23
23
  with a `droppable` canvas on the `FLOW_PALETTE_MIME_TYPE` drag payload shape.
24
24
 
25
+ For `lr-palette-place`, create the node and assign the updated array to the target canvas's public
26
+ `nodes` property. Updating a captured local array alone does not update an already rendered canvas.
27
+
25
28
  **Properties:**
26
29
 
27
30
  - `items: LyraPaletteItem[] = []` (attribute: false) — `LyraPaletteItem { type: string; label: string;
@@ -30,9 +33,12 @@ description?: string; category?: string; keywords?: string[]; icon?: unknown; di
30
33
  first-appearance-ordered headings, `disabled` renders an item visible but not draggable/placeable.
31
34
  A non-array value is treated as empty. Rows require nonblank string `type` and `label` values;
32
35
  malformed optional `description`, `category`, `keywords`, or `disabled` values omit only that row,
33
- preserving later valid entries
36
+ preserving later valid entries. At most 10,000 positions are examined through own data
37
+ descriptors; accessor-backed rows are omitted without reserving later valid rows. The frozen
38
+ projection drives display while `lr-select.detail.item` retains the original admitted identity
34
39
  - `label?: string` — accessible name for the search field/listbox; omission uses the localized
35
- palette label, while an explicit empty string stays empty
40
+ palette label. An omitted, empty, or whitespace-only value uses that fallback without changing
41
+ the raw property readback
36
42
  - `reorderable: boolean = false` (reflected) — opts into Ctrl/Cmd+ArrowUp/ArrowDown keyboard
37
43
  reordering of the catalog. Unset, no `lr-reorder` is ever emitted and Ctrl/Cmd+Arrow keeps
38
44
  behaving exactly like a plain Arrow press
@@ -32,7 +32,10 @@ are removed, and only inline base64 raster image sources render. Sanitized `imag
32
32
  is likewise network-silent and non-interactive: animation is removed and only same-document
33
33
  fragment references or inline base64 raster image references survive.
34
34
  Cells are virtualized through `lr-virtual-list`. `node-path` anchors resolve `path[0]` as a cell
35
- index; `fragment` anchors resolve a cell's own `id`. No execution, no kernels, no editing, no
35
+ index; `fragment` anchors resolve a cell's own `id`. For cells with IDs, successful public anchor
36
+ navigation scrolls the matching virtual row into the notebook allocation and applies active-cell
37
+ paint using that same ID. Repeating a target scrolls back to it after manual scrolling.
38
+ `maxHeight` also bounds the child virtual viewport. No execution, no kernels, no editing, no
36
39
  ipywidgets.
37
40
 
38
41
  **Properties:** `src: string = ''` — URL to fetch and parse as a notebook; ignored while `notebook`
@@ -20,6 +20,16 @@ A numeric field with the complete `lr-input` form, validation and native-editing
20
20
  own increment/decrement stepper pair. Its constructor and `connectedCallback()` both force
21
21
  `type = 'number'`; all inherited `lr-input` form and editing APIs remain available.
22
22
 
23
+ `stepUp()` and `stepDown()` use the current `value`, `step`, `min`, and `max` properties in the same
24
+ synchronous call, including changes made immediately beforehand. They preserve native step alignment
25
+ and bounds, update form submission silently, and remain no-ops before the native input has rendered
26
+ or while disabled/readonly. Native `step="any"` remains a non-steppable no-op.
27
+
28
+ Changing own `disabled` from true to false in the same task that disables an ancestor fieldset keeps
29
+ the native editing control effectively disabled. The enabled first-legend exception and explicit
30
+ own-disabled state retain their native meaning; validity and form submission follow the effective
31
+ disabled state.
32
+
23
33
  **Inherits:** all public surface from `lr-input`.
24
34
 
25
35
  The inherited `--lr-input-*` theme inputs keep `lr-input`'s ancestor-theme precedence; the number
@@ -30,7 +40,8 @@ action-height ladder as `lr-input` instead of remaining at the default tier for
30
40
  **Properties:** `size` (`2xs`…`xl`), `appearance`, `pill`, `autofocus`, `placeholder`, `readonly`,
31
41
  `label`, `hint`, `errorText`
32
42
  (`error-text`), `accessibleLabel` (`aria-label`), `autocomplete`, `spellcheck`, `autocapitalize`,
33
- `autoCorrect` (`autocorrect`), `inputMode` (`inputmode`), `enterKeyHint` (`enterkeyhint`), and
43
+ `autocorrect` (boolean readback; accepts `boolean | 'off' | 'on'` writes), `inputMode`
44
+ (`inputmode`), `enterKeyHint` (`enterkeyhint`), and
34
45
  `min`/`max`/`step` (the native numeric constraint validation), all inherited from `lr-input` with
35
46
  identical meaning. This component changes the mapped defaults to `appearance='outlined'`,
36
47
  `inputMode='numeric'`, and `step=1`. `clearable` (and its `with-clear` spelling),