@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
@@ -130,7 +130,7 @@ Plus shared tokens otherwise.
130
130
  **Known gotchas:**
131
131
 
132
132
  - `title` and `open-button` are split into two separate parts (rather than one dual-part-name
133
- element) because an exact-match `[part="..."]` CSS attribute selector as this component's own
134
- tests use — cannot match a multi-token `part` attribute value.
133
+ element) because an exact-match `[part="..."]` CSS attribute selector cannot match a multi-token
134
+ `part` attribute value.
135
135
 
136
136
  ---
@@ -26,6 +26,13 @@ plus an explicit oniguruma engine, seeded with _only_ the grammars in `languages
26
26
  importing this entry point instead of `code-block.js` gets a build genuinely free of shiki's full
27
27
  language table.
28
28
 
29
+ Removing `code`, `language`, or `highlight-lines` treats that input as absent: source becomes empty,
30
+ an absent language selects plain text, and attribute-based emphasis clears. Removal preserves Lit's
31
+ `null` property readback; an explicitly empty attribute stays an empty string, and a later value
32
+ resumes normal rendering. Highlighted gutter labels and locale-formatted line numbers follow live
33
+ `.strings` and inherited or explicit locale changes. Unrelated updates retain the existing
34
+ highlighted markup.
35
+
29
36
  A `language` value absent from `languages` always renders the plain `<pre><code>` fallback — there is
30
37
  no default/full-table highlighter here to fall back to, unlike `<lr-code-block>`'s dynamic-import
31
38
  path for an unmapped language. That fallback is the _default_ rendering path, not a degraded one,
@@ -56,7 +63,8 @@ toggle, the loading-skeleton behavior while the fine-grained highlighter resolve
56
63
  numbers for highlighted and plain output.
57
64
  - `highlightLines: string = ''` (attribute `highlight-lines`) — comma-separated 1-based inclusive
58
65
  line ranges (e.g. `"3-5,7"`) to visually emphasize. Declarative sugar over `highlights` — merges
59
- with, and renders identically to, any `line-range` entries there.
66
+ with, and renders identically to, any `line-range` entries there. Malformed segments are ignored
67
+ while valid segments still apply.
60
68
  - `activatableLines: boolean = false` (attribute `activatable-lines`) — turns the
61
69
  (`lineNumbers`-gated) gutter into a roving-tabindex group of buttons emitting `lr-line-activate`.
62
70
  Has no effect while `lineNumbers` is unset. If controlled `code` shrinks while a line owns
@@ -70,8 +78,8 @@ toggle, the loading-skeleton behavior while the fine-grained highlighter resolve
70
78
  - `languages: Record<string, ShikiLanguageInput> = {}` (attribute: false) — grammar definitions this
71
79
  instance can highlight, e.g. `{ json: jsonGrammar }` (import from `shiki/langs/<name>.mjs`). Empty
72
80
  (the default) never highlights at all — every `language` renders the plain-text fallback.
73
- Replacing the map while connected starts a new loading generation; an older map that settles
74
- later cannot clear the current map's loading state or replace its highlighted output. For a
81
+ If `languages` changes while highlighting is loading, only results for the current map can update
82
+ the displayed code. For a
75
83
  TypeScript annotation, use `import type { ShikiLanguageInput } from
76
84
  '@aceshooting/lyra-ui/components/conversation/code-block/code-block-core.js'`; the type-only
77
85
  granular import emits no registration side effect.
@@ -80,7 +88,6 @@ toggle, the loading-skeleton behavior while the fine-grained highlighter resolve
80
88
  resolving to one) by scrolling its start line into view within `[part="body"]`; resolves `false`
81
89
  when the anchor isn't a `line-range`, the id isn't found, or the start line is out of bounds.
82
90
  `refreshTheme(): void` re-reads the resolved theme for syntax highlighting.
83
- `refreshTheme(): void` re-reads the resolved theme for syntax highlighting.
84
91
  Identical behavior to `<lr-code-block>`'s own method.
85
92
 
86
93
  **Events:** the same fulfilled-only `lr-copy`, generic `lr-error`, full `lr-copy-error`, cancelable
@@ -106,8 +113,12 @@ fallback separately.
106
113
  **Optional peer deps:** `shiki` (specifically its `shiki/core`, `shiki/engine/oniguruma`,
107
114
  `shiki/wasm`, and `shiki/themes/github-{light,dark}.mjs` subpaths — never `shiki`'s main entry point,
108
115
  which is what carries the ~200-language table this component exists to avoid). Building the
109
- fine-grained highlighter is cached per `languages` object identity (a `WeakMap`), so passing the same
110
- module-level `languages` constant on every render builds it only once.
116
+ fine-grained highlighter is cached per `languages` object identity. A bounded weak cache also shares
117
+ recently used equivalent, deeply frozen plain grammar maps, including the detached snapshots owned
118
+ by separate component instances. Grammar contents and property/array order must agree completely;
119
+ mutable or unusual inputs keep identity-only caching. Highlighters returned by the public loader
120
+ can therefore be shared across equivalent frozen maps. Passing a stable module-level `languages`
121
+ constant also avoids repeated component snapshots.
111
122
 
112
123
  ```ts
113
124
  import { html } from "lit";
@@ -128,7 +139,8 @@ const view = html`<lr-code-block-core
128
139
  added to `languages` will never highlight, no matter how common that language is elsewhere. Reach
129
140
  for `<lr-code-block>` instead if you need to support an open-ended set of languages without
130
141
  pre-declaring each one.
131
- - `languages` is keyed by object identity for caching purposes pass a stable, module-level constant
132
- (not a fresh object literal per render), or every render rebuilds its own fine-grained highlighter.
142
+ - Pass a stable, module-level `languages` constant to avoid repeated snapshots on parent renders.
143
+ Equivalent frozen maps can share a recently used highlighter, but that bounded weak reuse is an
144
+ optimization: callers must not depend on distinct frozen map objects producing distinct cores.
133
145
 
134
146
  ---
@@ -17,13 +17,20 @@
17
17
  ## `lr-code-block`
18
18
 
19
19
  Fenced code display with optional lazy syntax highlighting and a copy button. First-party invention
20
- (no Web Awesome equivalent). It lazy-loads the optional peer dependency `shiki` (see
21
- `code-loader.ts`) for the actual tokenizing, and includes a compact GreyCat/GCL grammar because
20
+ (no Web Awesome equivalent). It lazily loads the optional `shiki` peer for syntax highlighting and
21
+ includes a compact GreyCat/GCL grammar because
22
22
  Shiki does not bundle one. It falls back to a plain `<pre><code>` when that peer isn't installed or
23
23
  `language` is unset/unrecognized. That
24
24
  fallback is the _default_ rendering path, not a degraded one: unhighlighted code is perfectly usable,
25
25
  and it's what every instance renders at zero extra bytes until shiki resolves.
26
26
 
27
+ Removing `code`, `language`, or `highlight-lines` treats that input as absent: source becomes empty,
28
+ an absent language selects plain text, and attribute-based emphasis clears. Removal preserves Lit's
29
+ `null` property readback; an explicitly empty attribute stays an empty string, and a later value
30
+ resumes normal rendering. Highlighted gutter labels and locale-formatted line numbers follow live
31
+ `.strings` and inherited or explicit locale changes. Unrelated updates retain the existing
32
+ highlighted markup.
33
+
27
34
  **Properties:**
28
35
 
29
36
  - `code: string = ''` — the raw source text
@@ -49,7 +56,8 @@ and it's what every instance renders at zero extra bytes until shiki resolves.
49
56
  numbers for both highlighted output and the plain-text fallback
50
57
  - `highlightLines: string = ''` (attribute `highlight-lines`) — comma-separated 1-based inclusive
51
58
  line ranges (e.g. `"3-5,7"`) to visually emphasize. Declarative sugar over `highlights` — merges
52
- with, and renders identically to, any `line-range` entries there.
59
+ with, and renders identically to, any `line-range` entries there. Malformed segments are ignored
60
+ while valid segments still apply.
53
61
  - `activatableLines: boolean = false` (attribute `activatable-lines`) — turns the
54
62
  (`lineNumbers`-gated) gutter into a roving-tabindex group of buttons emitting `lr-line-activate`.
55
63
  Has no effect while `lineNumbers` is unset. If controlled `code` shrinks while a line owns
@@ -128,14 +136,10 @@ so it inherits: set it on the element, on an ancestor, or at the theme level.
128
136
  `:host` declaration) so it inherits, retinting just the highlighted-line background and leaving every
129
137
  other `--lr-color-warning-quiet` surface alone.
130
138
 
131
- **Optional peer deps:** `shiki` (lazy-loaded and cached once per page by `code-loader.ts`'s
132
- `loadShikiHighlighter()`, which builds a single `Highlighter` seeded with the bundled `github-light`/
133
- `github-dark` "dual themes" and _zero_ language grammars up front; each `language` a
134
- `<lr-code-block>` actually requests is loaded incrementally on first use via
135
- `loadShikiLanguage()`, and a language id that fails to load once is remembered and never retried. If
136
- `shiki` isn't installed, `loadShikiHighlighter()` resolves to `null` with a one-time `console.warn`
137
- and every instance falls back to plain text — install it with `pnpm add shiki` to enable
138
- highlighting).
139
+ **Optional peer deps:** `shiki` requested only when syntax highlighting is used and shared by
140
+ code blocks on a page. Languages load on demand. If the peer or requested language is unavailable,
141
+ every instance retains a readable plain-text fallback; install it with `pnpm add shiki` to enable
142
+ highlighting.
139
143
 
140
144
  ```ts
141
145
  import { html } from "lit";
@@ -174,9 +178,8 @@ one deliberate exception to every other color being a `--lr-*` token.
174
178
 
175
179
  - `copyable` defaults to `true` and reflects — literal `copyable="false"` and a `.copyable=${false}`
176
180
  property binding both disable it; a `?copyable=${false}` boolean-attribute binding does not.
177
- - an in-flight per-language grammar load is guarded by an internal token so a `code`/`language` change
178
- that arrives before a previous load resolves never applies a stale result — only the load matching
179
- the _current_ `language` is ever rendered.
181
+ - if `code` or `language` changes while highlighting is loading, only the result matching the
182
+ current values is rendered.
180
183
  - a malformed `code`/`language` combination that makes shiki's `codeToHtml()` throw falls back to
181
184
  plain text silently, not a blank code block.
182
185
  - the "Copied!" label appears only after clipboard fulfillment and reverts to "Copy" after 1500ms.
@@ -20,6 +20,15 @@ Long translated form chrome wraps within the host, while long source stays reach
20
20
  editor's internal scroll extent instead of widening the page. The `Narrow RTL long content
21
21
  (320px)` story covers both boundaries together.
22
22
 
23
+ `form.reset()` restores the default value and pristine interaction feedback. Required and custom
24
+ validity constraints remain; a required-empty editor is still invalid. Removing `label`, `hint`, or
25
+ `error-text` treats the removed value as absent for rendering while retaining native
26
+ attribute-removal property readback.
27
+
28
+ Host `aria-describedby` references resolve in the host root onto the native textarea before its
29
+ local error/hint guidance. Target replacement, removal, reinsertion, unresolved IDs, reconnect, and
30
+ adoption keep that relationship current.
31
+
23
32
  Dependency-free, form-associated multiline code editor built around a native textarea, with an
24
33
  optional line-number gutter. No syntax highlighting: `language` is metadata only.
25
34
 
@@ -29,9 +38,11 @@ optional line-number gutter. No syntax highlighting: `language` is metadata only
29
38
  `data-language`; purely a consumer-reachable styling/metadata hook, nothing tokenizes the text
30
39
  - `lineNumbers: boolean = true` (attribute `line-numbers`, reflected) — renders the `gutter` part,
31
40
  one row per `\n`-separated line
32
- - `tabSize: number = 2` (attribute `tab-size`) — spaces inserted per Tab press, and the textarea's
33
- inline `tab-size`. Sanitized on assignment to a finite integer clamped to `1..16`, so a
34
- `NaN`/`Infinity` value can neither empty the insert nor throw out of `String.repeat()`
41
+ - `tabSize: number = 2` (attribute `tab-size`) — spaces inserted per Tab press and the tab width
42
+ shared by the native textarea and text measurement. Explicit property/attribute assignment wins
43
+ over `--lr-code-editor-tab-size`; otherwise the token controls the rendered tab width. Sanitized
44
+ on assignment to a finite integer clamped to `1..16`, so a `NaN`/`Infinity` value can neither
45
+ empty the insert nor throw out of `String.repeat()`.
35
46
  - `label: string = ''`, `hint: string = ''`, `errorText: string = ''` (attribute `error-text`),
36
47
  `placeholder: string = ''`
37
48
  - `readonly: boolean = false` (reflected) — also disables Tab indentation
@@ -47,8 +58,10 @@ optional line-number gutter. No syntax highlighting: `language` is metadata only
47
58
  `lr-textarea`/`lr-input`/`lr-select`, accepting both spellings of every tier (`2xs`/`xs`/`s`/`m`/
48
59
  `l`/`xl` and `small`/`medium`/`large`). Governs the gutter's and textarea's padding and font size,
49
60
  plus the editor frame's minimum block size.
50
- - `wrap: 'off' | 'soft' | 'hard' = 'off'` — native textarea wrapping; `'off'` (the default) makes
51
- the `editor` part the single horizontal scroll viewport. `hard` uses the owner realm's native
61
+ - `wrap: 'off' | 'soft' | 'hard' = 'off'` — native textarea wrapping. `'off'` (the default) makes
62
+ the `editor` part the single horizontal scroll viewport. Soft/hard text wraps within the editor
63
+ allocation, with the caret and logical line-number gutter following the wrapped lines as the
64
+ allocation changes; the editor frame owns scrolling. `hard` uses the owner realm's native
52
65
  textarea serializer, so FormData receives platform-equivalent `cols` wrapping while the live
53
66
  `value` remains unwrapped.
54
67
  - `spellcheck: boolean = false` — off by default for code, and parsed with a string-aware converter
@@ -70,6 +83,8 @@ optional line-number gutter. No syntax highlighting: `language` is metadata only
70
83
  emitting an event), and `scrollPosition()` / `scrollPosition({top?,left?})`. The `input` getter
71
84
  returns the owned native textarea after render. `selectionStart`, `selectionEnd`, and
72
85
  `selectionDirection` use native nullable sentinels before that surface exists.
86
+ `scrollPosition()` reads or writes `[part="editor"]`'s top/left offsets: the gutter and caret share
87
+ that single scroll owner rather than a private textarea scroll position.
73
88
  The native textarea receives the actual `required` state. Its `aria-invalid` is true whenever
74
89
  visible property/slotted error chrome exists, or after interaction while native validity fails;
75
90
  showing error chrome alone does not mutate `ElementInternals` validity.
@@ -21,6 +21,15 @@ opens a popover holding a saturation/brightness grid, a hue slider, an optional
21
21
  field accepting any parseable CSS colour, an optional predefined palette, and — where the browser
22
22
  supports it — a screen eyedropper.
23
23
 
24
+ Host `aria-describedby` references resolve in the host's root and precede the trigger's local error,
25
+ hint and current-value guidance. Same-ID target replacement, removal, reinsertion, reconnection and
26
+ document adoption keep those relationships current. Inline mode has no trigger.
27
+
28
+ Own or fieldset disablement discards an unfinished native text draft without committing it and
29
+ blocks palette/format actions immediately, including before disabled rendering settles. A valid
30
+ enabled draft still commits on normal blur or Enter. Format changes retain their existing
31
+ programmatic event silence. Pointer and eyedropper cancellation behavior remains unchanged.
32
+
24
33
  **Rewritten in 8.0.0.** It used to wrap a bare native `<input type="color">`; it is now a real
25
34
  picker built from the pieces above. Two consequences for existing code:
26
35
 
@@ -21,6 +21,32 @@ Filterable single/multi-select combining a text input with a listbox. Mirrors th
21
21
  `<wa-combobox>` API under the `lr-` prefix. **Form-associated** (hand-rolled internals, not the
22
22
  shared `FormAssociated` mixin — see gotchas).
23
23
 
24
+ Consumer writes on mounted options immediately update the owning picker and its submission,
25
+ without changing the reset default or emitting picker input/change events. Owner synchronization
26
+ does not echo as a consumer selected write.
27
+
28
+ A mounted `option.selected` assignment updates the live picker value and form submission
29
+ immediately, including deselection and equal-value writes; it emits no user input/change event.
30
+
31
+ When `multiple` becomes false, the public value, live option flags, and popup `aria-selected` expose
32
+ one selected occurrence. The retained multiple-selection history returns if multiple is enabled
33
+ again without another selection write.
34
+
35
+ Composing keyboard events (`isComposing` or legacy key code 229) remain with filter editing; they do
36
+ not navigate, select/create a value, or dismiss the popup.
37
+
38
+ Source options with `inert`, including inherited inertness, are unavailable through the popup. Live
39
+ inert changes refresh row availability. Text, insertion, replacement, removal, slot
40
+ reassignment/removal, and relevant attributes of `start`/`end`/`prefix`/`suffix` adornments refresh
41
+ the corresponding cloned presentation; unchanged presentation retains its clone identity while
42
+ filtering.
43
+
44
+ Host `aria-describedby` resolves external descriptions onto the native combobox filter before local
45
+ error/hint guidance. References track missing targets, replacement, removal/reinsertion, reconnect,
46
+ and adoption. Removing `label`, `hint`, or `error-text` safely omits the content while leaving
47
+ removed string properties at their native `null` readback; explicit empty strings remain supplied
48
+ empty strings.
49
+
24
50
  **First-interaction registration.** Where initial-route weight is stricter than a static combobox
25
51
  registration allows, keep a labelled native `<input list>` as the working pre-JavaScript control
26
52
  and import only the granular combobox registration on its first focus. Copy the native value after
@@ -206,9 +232,12 @@ AbortSignal; limit: number }) => Promise<readonly ComboboxSourceRow[] | { rows,
206
232
  - `value: string | string[]` — a getter/setter: plain `string` in single mode, `string[]` in
207
233
  `multiple` mode
208
234
  - `customError: string | null` (attribute `custom-error`) — reflected consumer validation message
209
- - `selectedRows: ComboboxSourceRow[]` (read-only getter) — structured rows for the current
210
- selection, including any opaque `data` payload supplied by an async source. Selected async rows
211
- remain available after the query changes or a later source result no longer contains them
235
+ - `selectedRows` (read: `ComboboxSourceRow[]`; write: `readonly ComboboxSourceRow[]`) — structured
236
+ rows for the current selection, including any opaque `data` payload supplied by an async source.
237
+ Reads return detached row snapshots. Writes select stable row values resolved against the
238
+ current or deferred source, dropping duplicate and detached values without emitting selection
239
+ events. Selected async rows remain available after the query changes or a later source result
240
+ no longer contains them
212
241
  - `selectionStart`, `selectionEnd`, and `selectionDirection` — selection getters/setters forwarded
213
242
  to the internal input
214
243
 
@@ -264,7 +293,9 @@ selection. It is the supported way to read that text; reaching into the shadow r
264
293
  `[part="combobox-input"]`'s value is not. Named `lr-filter` rather than `lr-input` precisely because
265
294
  `lr-input`'s detail on `<lr-input>` is the committed value, and the two must not share a name while
266
295
  carrying different strings. It fires for user edits only. Picking a row, `form.reset()`, dismissing
267
- the listbox, a programmatic `value` write, and `setRangeText()` blank the filter silently.
296
+ the listbox, and a programmatic `value` write blank the filter silently. `setRangeText()` silently
297
+ replaces the requested or selected native text range, synchronizes the resulting query and visible
298
+ options, and refreshes an async source when present; it preserves the committed selection.
268
299
  Activating the clear button is a user edit: when a query existed it emits `lr-filter` with
269
300
  `value: ''` before the clear transaction finishes.
270
301
  `lr-show` and `lr-hide` report the start of listbox visibility transitions. `lr-show` is a
@@ -20,6 +20,10 @@ Searchable application command menu. Renders nothing at all while closed. Uses t
20
20
  overlay infrastructure as `lr-dialog` (focus-trapping Tab, Escape dismissal, backdrop-click
21
21
  dismissal, ref-counted document scroll lock).
22
22
 
23
+ Valid string keywords still participate in search alongside the command's label, description, and
24
+ group. Unsafe keyword entries are skipped without invoking accessors, and selection returns the
25
+ original command object.
26
+
23
27
  **Properties:**
24
28
 
25
29
  - `open: boolean = false` (reflected) — after the initial silent render, property and attribute
@@ -19,6 +19,9 @@
19
19
  A compact commit summary (subject, author/time, diffstat, per-file changes) that links file rows out
20
20
  to a diff view.
21
21
 
22
+ Removing the `message` attribute clears the displayed subject and body; the property retains the
23
+ normal `null` readback of a removed string attribute.
24
+
22
25
  **Properties:** `hash: string = ''`, `message: string = ''`, `author: string = ''`, `timestamp?:
23
26
  number` (attribute: false, epoch milliseconds), `files: CommitFileChange[] = []` (attribute: false) —
24
27
  `CommitFileChange { path: string; additions: number; deletions: number; status?: GitStatus }`
@@ -19,6 +19,13 @@
19
19
  Side-by-side A/B output comparison with a winner vote (LMSYS-arena / LangSmith-pairwise style): two
20
20
  slotted panes, a vote bar, synchronized reading.
21
21
 
22
+ Disabled vote buttons retain their resting colors during hover and press, including an existing
23
+ selected vote.
24
+
25
+ At narrow widths, stacked response panes size to their content up to
26
+ `--lr-compare-panel-max-height`. Short responses remain fully readable; longer responses retain the
27
+ configured height limit and scrolling.
28
+
22
29
  **Properties:** `labelA: string = ''` (attribute `label-a`) and `labelB: string = ''` (attribute
23
30
  `label-b`) — pane headings. `vote: 'a' | 'b' | 'tie' | 'both-bad' | null = null` (reflected) — the
24
31
  recorded winner, host-writable to reflect a previously-recorded vote back. `itemId: string = ''`
@@ -19,6 +19,11 @@
19
19
  Composable flat condition builder for tabular or dashboard data: condition rows combined with an
20
20
  AND/OR combinator, distinct by name and model from `lr-graph-query-builder`.
21
21
 
22
+ A field or operator select choice updates the builder once and emits one `lr-input` carrying the
23
+ complete `{ value: ConditionBuilderValue }` snapshot. Child native `input`/`change`, prefixed value
24
+ aliases and listbox show/hide lifecycle events remain inside those pickers. Programmatic `value`
25
+ assignments remain silent.
26
+
22
27
  **9.0 migration:** `lr-query-builder` / `LyraQueryBuilder` / `QueryBuilder*` were renamed without
23
28
  aliases to `lr-condition-builder` / `LyraConditionBuilder` / `ConditionBuilder*`. Update the tag,
24
29
  granular import path, class/type imports, selectors, and framework bindings together.
@@ -20,6 +20,9 @@ A selectable row representing one chat session in a history sidebar list. Usable
20
20
  `renderItem()` payload of `<lr-virtual-list>`; has no dependency on that (or any) other component.
21
21
  First-party invention (no Web Awesome equivalent).
22
22
 
23
+ Inline rename keeps IME composition keys in the editor; ordinary Enter commits and Escape cancels
24
+ after composition.
25
+
23
26
  **Properties:**
24
27
 
25
28
  - `conversationId: string = ''` (attribute `conversation-id`) — stable domain identity carried by
@@ -21,6 +21,12 @@ A standalone copy-to-clipboard affordance for a plain text `value` or a source e
21
21
  settles; a consumer-provided default-slot trigger can replace that button. The component takes no
22
22
  positioning opinion of its own.
23
23
 
24
+ The CopyFailure example temporarily supplies a denied clipboard operation during click capture,
25
+ including after a held pointer press, then restores the original own property descriptor or removes
26
+ its temporary override when the clipboard was inherited. Pointer gestures that end without a click
27
+ do not install an override. This example does not change the clipboard contract of ordinary copy
28
+ buttons.
29
+
24
30
  **Properties:**
25
31
 
26
32
  - `value: string = ''` — the plain text to copy.
@@ -54,7 +60,10 @@ positioning opinion of its own.
54
60
  **Methods:** `focus(options?)`, `blur()` and `click()` forward to the active built-in or custom
55
61
  trigger. `getToolbarActions(): readonly LyraToolbarAction[]` implements the public logical-toolbar
56
62
  provider protocol with one stable action whose id is `copy`; its focus, roving tab index, disabled
57
- state, and composed-event matching follow the active trigger without exposing that node.
63
+ state, and composed-event matching follow the active trigger without exposing that node. Its
64
+ `releaseTabIndex()` action method lets a parent stop managing its tab index on disconnect, adoption,
65
+ trigger replacement, and parent departure: an untouched author-supplied `tabindex` is restored,
66
+ while a newer author change is never overwritten.
58
67
 
59
68
  **Events:**
60
69
 
@@ -19,6 +19,11 @@
19
19
  Responsive, keyboard-accessible controlled widget grid. It positions layout entries and emits
20
20
  move, resize, collision, and layout-change requests; the host owns persistence and applies updates.
21
21
 
22
+ Pointer move and resize gestures measure the rendered column/row pitch, including the gutter, so
23
+ movement by four painted tracks proposes four logical columns in either LTR or RTL. Row-height and
24
+ gap overrides also govern vertical pointer snapping. The component continues to emit controlled
25
+ layout proposals; the caller accepts them by assigning `layout`.
26
+
22
27
  **Properties:** `layout: readonly LyraDashboardCell[] = []` (attribute: false, never mutated by the component),
23
28
  `columns: number = 12`, `rowHeight: number = 80` (px, also the row snap pitch), `gap: number = 8`
24
29
  (px, both axes), `collision: 'reject' | 'push' | 'overlap' = 'reject'`, `cellsDraggable: boolean = false`
@@ -9,7 +9,7 @@
9
9
  - **Release history** [CHANGELOG.md](../../CHANGELOG.md); family-wide breaking-change summaries: [llms-full.txt](../../llms-full.txt)
10
10
  - **Deprecations** none
11
11
  - **Optional peers** none
12
- - **Themeable via** 47 parts, 21 custom properties — see this component's own `@csspart`/`@cssprop` list below
12
+ - **Themeable via** 47 parts, 27 custom properties — see this component's own `@csspart`/`@cssprop` list below
13
13
  - **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
14
14
 
15
15
  ---
@@ -20,6 +20,12 @@ Virtualized client/server data grid with multi-sort, column filters, global sear
20
20
  trees, row details, paging, pinning, resizing, reordering, selection, copy, and CSV export. Import
21
21
  the granular registration module when the root bundle is not already loaded:
22
22
 
23
+ Repeated references to an admitted root row appear once in processed rows, pagination, facets, and
24
+ CSV, matching rendered canonical identity. The retained occurrence remains the original caller-owned
25
+ record. Clicking a supported interactive descendant, including a native control inside its open
26
+ shadow root, runs that control without also emitting `lr-cell-click`. Passive cell content continues
27
+ to activate the cell.
28
+
23
29
  ```js
24
30
  import "@aceshooting/lyra-ui/components/data/data-grid/data-grid.js";
25
31
  ```
@@ -114,7 +120,11 @@ are `text`, `equals`, `number-range`, `date-range`, `set`, `includes-any`, and `
114
120
 
115
121
  **Methods:**
116
122
 
117
- - `autoSizeColumn(columnId)`, `autoSizeColumns()`, and `sizeColumnsToFit()` manage measured widths.
123
+ - `autoSizeColumn(columnId)` and `autoSizeColumns()` manage measured widths. `sizeColumnsToFit()`
124
+ reserves visible effective zero-flex column widths and selection-control allocation before
125
+ dividing the remaining width proportionally among flexible columns. Fixed widths are preserved;
126
+ min/max clamps still apply, and an all-fixed grid is unchanged. Maximum clamps can leave unused
127
+ space, while incompatible minimum widths can still overflow.
118
128
  - `collapseAllRows()`, `collapseRow(key)`, `expandAllRows()`, and `expandRow(key)` update expansion
119
129
  without emitting the user-only row events.
120
130
  - `copySelectedRows(options?: DataGridCopyOptions)` copies selected rows (or all processed rows
@@ -236,7 +246,16 @@ body-cell text, `--lr-data-grid-cell-link-color` (default `var(--lr-color-brand)
236
246
  anchors, and `--lr-data-grid-cell-link-hover-color` (default
237
247
  `var(--lr-data-grid-cell-link-color, var(--lr-color-brand))`) controls those anchors on hover,
238
248
  focus-visible, and active interaction. Set the link color to `revert` to restore the user-agent
239
- default.
249
+ default. Six independent interaction-background hooks preserve those state boundaries:
250
+ `--lr-data-grid-control-hover-background` and `--lr-data-grid-control-active-background` theme
251
+ search, toolbar, pager, and resize controls; `--lr-data-grid-page-size-active-background` themes
252
+ the page-size selector when pressed; `--lr-data-grid-row-active-background` themes pressed data
253
+ rows; and `--lr-data-grid-sortable-header-hover-background` and
254
+ `--lr-data-grid-sortable-header-active-background` theme sortable header states. They default to
255
+ live `color-mix()` values of the effective grid accent and transparent, using the corresponding
256
+ `--lr-color-mix-hover` or `--lr-color-mix-active` token (the page-size pressed state intentionally
257
+ uses the hover mix), so an accent override remains coherent while each surface can still be
258
+ overridden independently.
240
259
 
241
260
  ```html
242
261
  <lr-data-grid
@@ -34,8 +34,9 @@ rather than a phantom success, and a header-row target scrolls with the same
34
34
  `max-height`), and `scrollMode: DatasetViewerScrollMode = 'self'` (attribute `scroll-mode`,
35
35
  reflected). Invalid CSS `max-height` values, declaration breaks, and `url()` are ignored.
36
36
  `scrollMode='self'` preserves contained horizontal scrolling and applies `maxHeight`.
37
- `scrollMode='page'` drops both the overflow container and height cap so an uncapped sticky header
38
- uses the page scrollport; the explicit tradeoff is that a wide dataset can overflow its host.
37
+ `scrollMode='page'` removes intervening scroll containers and the height cap, so a populated table's
38
+ sticky header follows the page scrollport while rows continue below it. The border and rounded
39
+ header corners remain; a wide dataset can overflow its host in page mode.
39
40
  Unsupported attribute and untyped property values normalize to `'self'`.
40
41
  Host `aria-label` names the table by attribute presence, including an explicitly empty value;
41
42
  `name` and the localized row-count caption are fallbacks. The same computed name (host `aria-label`,
@@ -21,8 +21,37 @@ Mirrors the `<wa-date-picker>`/`<wa-date-input>` 3.11 public API under `lr-`. Bo
21
21
  components are **experimental since 3.8**. Values use ISO 8601: `YYYY-MM-DD` (single) or
22
22
  `YYYY-MM-DD/YYYY-MM-DD` (range).
23
23
 
24
- The ISO model is proleptic Gregorian in every locale, including years `0000`–`0099` (no JavaScript
25
- `Date` 1900 remap). Month/day names and visible day/week digits follow the effective locale while
24
+ For `lr-date-input`, host `aria-describedby` targets resolve in the host's root and describe the
25
+ native combobox input through element references, before its existing error and hint descriptions.
26
+ Replacement, removal, reinsertion, newly resolved IDs, reconnect, and adoption update those
27
+ relationships. Removing `label`, `hint`, or `error-text` safely omits that copy while preserving
28
+ `null` property readback; later supplied values render normally.
29
+
30
+ `lr-date-input`'s `clearLabel`, `openLabel`, and `dialogLabel` retain their initial defaults (`''`,
31
+ `''`, and `'Choose date'`). Omitted labels localize; explicitly supplied text, built-in English
32
+ labels, and empty strings win over `.strings`. Attribute removal restores localization while
33
+ preserving `null` readback. The composed calendar applies the same range endpoint and
34
+ inclusive-length admission rules as the standalone picker.
35
+
36
+ An authored host `aria-label` names an enclosing calendar group. Individual month and selection
37
+ grids retain their distinct generated period names; changing or removing the purpose label updates
38
+ the group without changing a caller-authored host role. Removing the `value` attribute renders an
39
+ empty selection safely while preserving `null` readback; a subsequent valid value works normally.
40
+
41
+ Live constraints repair roving state without moving focus from an unrelated control. If a focused
42
+ cell becomes unavailable, focus recovers onto an enabled cell. Explicit distant bounds seed the
43
+ bounded automatic search within the permitted domain; a genuinely empty domain has no enabled roving
44
+ stop. Selected day and range-endpoint buttons retain their foreground/background pairing during
45
+ hover and press; author state-token overrides remain available. Month/year/decade state buttons
46
+ retain the common typography, padding, border reset, and minimum action size.
47
+
48
+ The `calendar-core.ts` helper `formatISO()` returns an empty string for invalid dates or years
49
+ outside `0000`–`9999`, so generated ISO anchors never advertise an unsupported signed or five-digit
50
+ year.
51
+
52
+ The ISO model is proleptic Gregorian in every locale and supports years `0000`–`9999`, including
53
+ `0000`–`0099` without JavaScript's `Date` 1900 remap. Navigation anchors remain within that domain;
54
+ moving past either boundary leaves a valid roving stop and does not change the selected value. Month/day names and visible day/week digits follow the effective locale while
26
55
  formatters explicitly select the Gregorian calendar. `lr-date-input` uses locale `formatRange()`
27
56
  for range presentation and normalizes locale digits plus bidi marks before parsing, so its own
28
57
  Arabic/Persian display round-trips to the same ISO value.
@@ -50,12 +79,20 @@ Inline month-grid calendar, not form-associated (used standalone or embedded ins
50
79
  tell them apart. A reversed preset normalizes; a malformed one is ignored rather than clearing the
51
80
  current value, so a bad entry in a config-driven list never reads as "the user picked nothing".
52
81
  Non-array runtime assignments normalize to the empty collection, and null/non-object entries in
53
- an otherwise valid array are omitted from the rendered row rather than aborting the calendar.
82
+ an otherwise valid array are omitted from the rendered row rather than aborting the calendar. Empty and
83
+ whitespace-only labels are also omitted, preserving named siblings. Explicit endpoints clamp to
84
+ `min`/`max` before admission. Both endpoints must be selectable, and the inclusive length must
85
+ satisfy `minRange`/`maxRange`; invalid outcomes render disabled and do not emit value events.
86
+ Interior dates need not all be enabled. A same-day manual completion obeys those same inclusive
87
+ length limits. Long preset labels wrap in narrow allocations, including unbroken text and RTL.
54
88
  The active button carries `aria-pressed="true"` and `data-active`. Deliberately the same
55
89
  `label`/`start`/`end` shape as `<lr-time-range>`'s `TimeRangePreset`, so the library has one
56
90
  preset vocabulary rather than two — the only difference is the unit (ISO dates, not numbers)
57
91
  - `appliedPreset: LyraDateRangePreset | undefined` (read-only, new in 11.1.0) — the preset whose
58
- button produced the current `value`, or `undefined` when the range was picked by hand. Read it
92
+ button produced the current `value`, or `undefined` when the range was picked by hand, cleared, or changed externally.
93
+ `clear()` removes identity before synchronous `input`/`change` listeners run; an external value
94
+ change removes identity silently. An accepted preset retains its exact caller-owned source
95
+ identity through its own update. Read it
59
96
  inside your own `change`/`input` handler. It exists because a dashboard filter has to persist
60
97
  *which* preset is active rather than the pair it froze to: "Last 7 days" must still mean the last
61
98
  7 days after tomorrow's reload. That fact is not recoverable from `value` — re-deriving it by
@@ -91,8 +128,11 @@ Inline month-grid calendar, not form-associated (used standalone or embedded ins
91
128
  - `weekdayFormat: 'narrow'|'short'|'long' = 'short'` (attribute `weekday-format`, reflected)
92
129
  - `withOutsideDays: boolean = false` and `withWeekNumbers: boolean = false` (reflected)
93
130
 
94
- Lyra retains the additive `previousLabel`/`nextLabel` localized accessible-label overrides and
95
- the `selection` range getter.
131
+ Lyra retains the additive `previousLabel`/`nextLabel` accessible-label overrides and the `selection`
132
+ range getter. Their initial readback remains `'Previous month'` and `'Next month'`; omitted labels
133
+ localize, while explicit text, the built-in English labels, and empty strings win over locale and
134
+ `.strings` copy. Removing either label attribute restores localized omission while preserving
135
+ `null` property readback.
96
136
 
97
137
  **Methods:** `clear()`, `focus(options?)`, `goToToday()`, and
98
138
  `goToDate(date: string | Date)`. Valid navigation dates are clamped to `min`/`max`; invalid values
@@ -388,6 +428,10 @@ and `dateTimeFormat(locale, options)`.
388
428
  currently-selected paint for a `presets` quick-range button. Defaults are
389
429
  `var(--lr-color-brand-quiet)`, that hover colour mixed by `--lr-color-mix-active`, and
390
430
  `var(--lr-color-brand)` respectively.
431
+ - `--lr-date-picker-preset-selected-border` (default `var(--lr-color-brand)`) and
432
+ `--lr-date-picker-preset-selected-color` (default `var(--lr-color-on-brand)`) independently
433
+ theme a selected preset's border and foreground; the selected background token controls only its
434
+ background.
391
435
  - `--lr-date-picker-title-hover-color`, `--lr-date-picker-title-active-color`,
392
436
  `--lr-date-picker-title-active-bg`, and `--lr-date-picker-title-active-radius` — Month-title
393
437
  hover/press paint and pressed shape; defaults to brand, brand, brand-quiet, and