@aceshooting/lyra-ui 2.1.0 → 2.3.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 (1221) hide show
  1. package/README.md +39 -17
  2. package/custom-elements.json +43158 -20263
  3. package/dist/components/app-rail/app-rail-item.class.d.ts +51 -0
  4. package/dist/components/app-rail/app-rail-item.class.d.ts.map +1 -0
  5. package/dist/components/app-rail/app-rail-item.class.js +128 -0
  6. package/dist/components/app-rail/app-rail-item.class.js.map +1 -0
  7. package/dist/components/app-rail/app-rail-item.d.ts +2 -30
  8. package/dist/components/app-rail/app-rail-item.d.ts.map +1 -0
  9. package/dist/components/app-rail/app-rail-item.js +3 -66
  10. package/dist/components/app-rail/app-rail-item.js.map +1 -0
  11. package/dist/components/app-rail/app-rail-item.styles.d.ts +1 -0
  12. package/dist/components/app-rail/app-rail-item.styles.d.ts.map +1 -0
  13. package/dist/components/app-rail/app-rail-item.styles.js +20 -3
  14. package/dist/components/app-rail/app-rail-item.styles.js.map +1 -0
  15. package/dist/components/app-rail/app-rail.class.d.ts +225 -0
  16. package/dist/components/app-rail/app-rail.class.d.ts.map +1 -0
  17. package/dist/components/app-rail/app-rail.class.js +567 -0
  18. package/dist/components/app-rail/app-rail.class.js.map +1 -0
  19. package/dist/components/app-rail/app-rail.d.ts +3 -168
  20. package/dist/components/app-rail/app-rail.d.ts.map +1 -0
  21. package/dist/components/app-rail/app-rail.js +4 -417
  22. package/dist/components/app-rail/app-rail.js.map +1 -0
  23. package/dist/components/app-rail/app-rail.styles.d.ts +1 -0
  24. package/dist/components/app-rail/app-rail.styles.d.ts.map +1 -0
  25. package/dist/components/app-rail/app-rail.styles.js +45 -10
  26. package/dist/components/app-rail/app-rail.styles.js.map +1 -0
  27. package/dist/components/attachment-chip/attachment-chip.class.d.ts +157 -0
  28. package/dist/components/attachment-chip/attachment-chip.class.d.ts.map +1 -0
  29. package/dist/components/attachment-chip/attachment-chip.class.js +379 -0
  30. package/dist/components/attachment-chip/attachment-chip.class.js.map +1 -0
  31. package/dist/components/attachment-chip/attachment-chip.d.ts +2 -141
  32. package/dist/components/attachment-chip/attachment-chip.d.ts.map +1 -0
  33. package/dist/components/attachment-chip/attachment-chip.js +3 -354
  34. package/dist/components/attachment-chip/attachment-chip.js.map +1 -0
  35. package/dist/components/attachment-chip/attachment-chip.styles.d.ts +1 -0
  36. package/dist/components/attachment-chip/attachment-chip.styles.d.ts.map +1 -0
  37. package/dist/components/attachment-chip/attachment-chip.styles.js +36 -13
  38. package/dist/components/attachment-chip/attachment-chip.styles.js.map +1 -0
  39. package/dist/components/attachment-trigger/attachment-trigger.class.d.ts +109 -0
  40. package/dist/components/attachment-trigger/attachment-trigger.class.d.ts.map +1 -0
  41. package/dist/components/attachment-trigger/attachment-trigger.class.js +278 -0
  42. package/dist/components/attachment-trigger/attachment-trigger.class.js.map +1 -0
  43. package/dist/components/attachment-trigger/attachment-trigger.d.ts +4 -96
  44. package/dist/components/attachment-trigger/attachment-trigger.d.ts.map +1 -0
  45. package/dist/components/attachment-trigger/attachment-trigger.js +5 -268
  46. package/dist/components/attachment-trigger/attachment-trigger.js.map +1 -0
  47. package/dist/components/attachment-trigger/attachment-trigger.styles.d.ts +1 -0
  48. package/dist/components/attachment-trigger/attachment-trigger.styles.d.ts.map +1 -0
  49. package/dist/components/attachment-trigger/attachment-trigger.styles.js +21 -6
  50. package/dist/components/attachment-trigger/attachment-trigger.styles.js.map +1 -0
  51. package/dist/components/avatar/avatar.class.d.ts +43 -0
  52. package/dist/components/avatar/avatar.class.d.ts.map +1 -0
  53. package/dist/components/avatar/avatar.class.js +75 -0
  54. package/dist/components/avatar/avatar.class.js.map +1 -0
  55. package/dist/components/avatar/avatar.d.ts +2 -0
  56. package/dist/components/avatar/avatar.d.ts.map +1 -0
  57. package/dist/components/avatar/avatar.js +5 -0
  58. package/dist/components/avatar/avatar.js.map +1 -0
  59. package/dist/components/avatar/avatar.styles.d.ts +2 -0
  60. package/dist/components/avatar/avatar.styles.d.ts.map +1 -0
  61. package/dist/components/avatar/avatar.styles.js +55 -0
  62. package/dist/components/avatar/avatar.styles.js.map +1 -0
  63. package/dist/components/card/card.class.d.ts +52 -0
  64. package/dist/components/card/card.class.d.ts.map +1 -0
  65. package/dist/components/card/card.class.js +111 -0
  66. package/dist/components/card/card.class.js.map +1 -0
  67. package/dist/components/card/card.d.ts +2 -0
  68. package/dist/components/card/card.d.ts.map +1 -0
  69. package/dist/components/card/card.js +5 -0
  70. package/dist/components/card/card.js.map +1 -0
  71. package/dist/components/card/card.styles.d.ts +2 -0
  72. package/dist/components/card/card.styles.d.ts.map +1 -0
  73. package/dist/components/card/card.styles.js +77 -0
  74. package/dist/components/card/card.styles.js.map +1 -0
  75. package/dist/components/chart/bar-chart.class.d.ts +15 -0
  76. package/dist/components/chart/bar-chart.class.d.ts.map +1 -0
  77. package/dist/components/chart/bar-chart.class.js +10 -0
  78. package/dist/components/chart/bar-chart.class.js.map +1 -0
  79. package/dist/components/chart/bar-chart.d.ts +3 -14
  80. package/dist/components/chart/bar-chart.d.ts.map +1 -0
  81. package/dist/components/chart/bar-chart.js +4 -9
  82. package/dist/components/chart/bar-chart.js.map +1 -0
  83. package/dist/components/chart/box-plot.class.d.ts +78 -0
  84. package/dist/components/chart/box-plot.class.d.ts.map +1 -0
  85. package/dist/components/chart/box-plot.class.js +320 -0
  86. package/dist/components/chart/box-plot.class.js.map +1 -0
  87. package/dist/components/chart/box-plot.d.ts +3 -77
  88. package/dist/components/chart/box-plot.d.ts.map +1 -0
  89. package/dist/components/chart/box-plot.js +4 -319
  90. package/dist/components/chart/box-plot.js.map +1 -0
  91. package/dist/components/chart/box-plot.styles.d.ts +1 -0
  92. package/dist/components/chart/box-plot.styles.d.ts.map +1 -0
  93. package/dist/components/chart/box-plot.styles.js +2 -1
  94. package/dist/components/chart/box-plot.styles.js.map +1 -0
  95. package/dist/components/chart/bubble-chart.class.d.ts +19 -0
  96. package/dist/components/chart/bubble-chart.class.d.ts.map +1 -0
  97. package/dist/components/chart/bubble-chart.class.js +14 -0
  98. package/dist/components/chart/bubble-chart.class.js.map +1 -0
  99. package/dist/components/chart/bubble-chart.d.ts +3 -18
  100. package/dist/components/chart/bubble-chart.d.ts.map +1 -0
  101. package/dist/components/chart/bubble-chart.js +4 -13
  102. package/dist/components/chart/bubble-chart.js.map +1 -0
  103. package/dist/components/chart/chart-loader.d.ts +12 -9
  104. package/dist/components/chart/chart-loader.d.ts.map +1 -0
  105. package/dist/components/chart/chart-loader.js +1 -0
  106. package/dist/components/chart/chart-loader.js.map +1 -0
  107. package/dist/components/chart/chart.class.d.ts +209 -0
  108. package/dist/components/chart/chart.class.d.ts.map +1 -0
  109. package/dist/components/chart/chart.class.js +692 -0
  110. package/dist/components/chart/chart.class.js.map +1 -0
  111. package/dist/components/chart/chart.d.ts +3 -196
  112. package/dist/components/chart/chart.d.ts.map +1 -0
  113. package/dist/components/chart/chart.js +4 -682
  114. package/dist/components/chart/chart.js.map +1 -0
  115. package/dist/components/chart/chart.styles.d.ts +1 -0
  116. package/dist/components/chart/chart.styles.d.ts.map +1 -0
  117. package/dist/components/chart/chart.styles.js +5 -4
  118. package/dist/components/chart/chart.styles.js.map +1 -0
  119. package/dist/components/chart/doughnut-chart.class.d.ts +15 -0
  120. package/dist/components/chart/doughnut-chart.class.d.ts.map +1 -0
  121. package/dist/components/chart/doughnut-chart.class.js +10 -0
  122. package/dist/components/chart/doughnut-chart.class.js.map +1 -0
  123. package/dist/components/chart/doughnut-chart.d.ts +3 -14
  124. package/dist/components/chart/doughnut-chart.d.ts.map +1 -0
  125. package/dist/components/chart/doughnut-chart.js +4 -9
  126. package/dist/components/chart/doughnut-chart.js.map +1 -0
  127. package/dist/components/chart/histogram-bin.d.ts +1 -0
  128. package/dist/components/chart/histogram-bin.d.ts.map +1 -0
  129. package/dist/components/chart/histogram-bin.js +1 -0
  130. package/dist/components/chart/histogram-bin.js.map +1 -0
  131. package/dist/components/chart/histogram.class.d.ts +23 -0
  132. package/dist/components/chart/histogram.class.d.ts.map +1 -0
  133. package/dist/components/chart/histogram.class.js +91 -0
  134. package/dist/components/chart/histogram.class.js.map +1 -0
  135. package/dist/components/chart/histogram.d.ts +3 -22
  136. package/dist/components/chart/histogram.d.ts.map +1 -0
  137. package/dist/components/chart/histogram.js +4 -90
  138. package/dist/components/chart/histogram.js.map +1 -0
  139. package/dist/components/chart/histogram.styles.d.ts +1 -0
  140. package/dist/components/chart/histogram.styles.d.ts.map +1 -0
  141. package/dist/components/chart/histogram.styles.js +1 -0
  142. package/dist/components/chart/histogram.styles.js.map +1 -0
  143. package/dist/components/chart/line-chart.class.d.ts +15 -0
  144. package/dist/components/chart/line-chart.class.d.ts.map +1 -0
  145. package/dist/components/chart/line-chart.class.js +10 -0
  146. package/dist/components/chart/line-chart.class.js.map +1 -0
  147. package/dist/components/chart/line-chart.d.ts +3 -14
  148. package/dist/components/chart/line-chart.d.ts.map +1 -0
  149. package/dist/components/chart/line-chart.js +4 -9
  150. package/dist/components/chart/line-chart.js.map +1 -0
  151. package/dist/components/chart/lite-chart.class.d.ts +244 -0
  152. package/dist/components/chart/lite-chart.class.d.ts.map +1 -0
  153. package/dist/components/chart/lite-chart.class.js +845 -0
  154. package/dist/components/chart/lite-chart.class.js.map +1 -0
  155. package/dist/components/chart/lite-chart.d.ts +2 -214
  156. package/dist/components/chart/lite-chart.d.ts.map +1 -0
  157. package/dist/components/chart/lite-chart.js +3 -737
  158. package/dist/components/chart/lite-chart.js.map +1 -0
  159. package/dist/components/chart/lite-chart.styles.d.ts +1 -0
  160. package/dist/components/chart/lite-chart.styles.d.ts.map +1 -0
  161. package/dist/components/chart/lite-chart.styles.js +23 -10
  162. package/dist/components/chart/lite-chart.styles.js.map +1 -0
  163. package/dist/components/chart/pie-chart.class.d.ts +16 -0
  164. package/dist/components/chart/pie-chart.class.d.ts.map +1 -0
  165. package/dist/components/chart/pie-chart.class.js +11 -0
  166. package/dist/components/chart/pie-chart.class.js.map +1 -0
  167. package/dist/components/chart/pie-chart.d.ts +3 -15
  168. package/dist/components/chart/pie-chart.d.ts.map +1 -0
  169. package/dist/components/chart/pie-chart.js +4 -10
  170. package/dist/components/chart/pie-chart.js.map +1 -0
  171. package/dist/components/chart/polar-area-chart.class.d.ts +15 -0
  172. package/dist/components/chart/polar-area-chart.class.d.ts.map +1 -0
  173. package/dist/components/chart/polar-area-chart.class.js +10 -0
  174. package/dist/components/chart/polar-area-chart.class.js.map +1 -0
  175. package/dist/components/chart/polar-area-chart.d.ts +3 -14
  176. package/dist/components/chart/polar-area-chart.d.ts.map +1 -0
  177. package/dist/components/chart/polar-area-chart.js +4 -9
  178. package/dist/components/chart/polar-area-chart.js.map +1 -0
  179. package/dist/components/chart/radar-chart.class.d.ts +15 -0
  180. package/dist/components/chart/radar-chart.class.d.ts.map +1 -0
  181. package/dist/components/chart/radar-chart.class.js +10 -0
  182. package/dist/components/chart/radar-chart.class.js.map +1 -0
  183. package/dist/components/chart/radar-chart.d.ts +3 -14
  184. package/dist/components/chart/radar-chart.d.ts.map +1 -0
  185. package/dist/components/chart/radar-chart.js +4 -9
  186. package/dist/components/chart/radar-chart.js.map +1 -0
  187. package/dist/components/chart/scatter-chart.class.d.ts +16 -0
  188. package/dist/components/chart/scatter-chart.class.d.ts.map +1 -0
  189. package/dist/components/chart/scatter-chart.class.js +11 -0
  190. package/dist/components/chart/scatter-chart.class.js.map +1 -0
  191. package/dist/components/chart/scatter-chart.d.ts +3 -15
  192. package/dist/components/chart/scatter-chart.d.ts.map +1 -0
  193. package/dist/components/chart/scatter-chart.js +4 -10
  194. package/dist/components/chart/scatter-chart.js.map +1 -0
  195. package/dist/components/chat-composer/chat-composer.class.d.ts +145 -0
  196. package/dist/components/chat-composer/chat-composer.class.d.ts.map +1 -0
  197. package/dist/components/chat-composer/chat-composer.class.js +367 -0
  198. package/dist/components/chat-composer/chat-composer.class.js.map +1 -0
  199. package/dist/components/chat-composer/chat-composer.d.ts +2 -133
  200. package/dist/components/chat-composer/chat-composer.d.ts.map +1 -0
  201. package/dist/components/chat-composer/chat-composer.js +3 -364
  202. package/dist/components/chat-composer/chat-composer.js.map +1 -0
  203. package/dist/components/chat-composer/chat-composer.styles.d.ts +1 -0
  204. package/dist/components/chat-composer/chat-composer.styles.d.ts.map +1 -0
  205. package/dist/components/chat-composer/chat-composer.styles.js +5 -4
  206. package/dist/components/chat-composer/chat-composer.styles.js.map +1 -0
  207. package/dist/components/chat-message/chat-message.class.d.ts +145 -0
  208. package/dist/components/chat-message/chat-message.class.d.ts.map +1 -0
  209. package/dist/components/chat-message/chat-message.class.js +330 -0
  210. package/dist/components/chat-message/chat-message.class.js.map +1 -0
  211. package/dist/components/chat-message/chat-message.d.ts +3 -141
  212. package/dist/components/chat-message/chat-message.d.ts.map +1 -0
  213. package/dist/components/chat-message/chat-message.js +4 -329
  214. package/dist/components/chat-message/chat-message.js.map +1 -0
  215. package/dist/components/chat-message/chat-message.styles.d.ts +1 -0
  216. package/dist/components/chat-message/chat-message.styles.d.ts.map +1 -0
  217. package/dist/components/chat-message/chat-message.styles.js +13 -12
  218. package/dist/components/chat-message/chat-message.styles.js.map +1 -0
  219. package/dist/components/checkbox/checkbox.class.d.ts +123 -0
  220. package/dist/components/checkbox/checkbox.class.d.ts.map +1 -0
  221. package/dist/components/checkbox/checkbox.class.js +352 -0
  222. package/dist/components/checkbox/checkbox.class.js.map +1 -0
  223. package/dist/components/checkbox/checkbox.d.ts +2 -117
  224. package/dist/components/checkbox/checkbox.d.ts.map +1 -0
  225. package/dist/components/checkbox/checkbox.js +3 -351
  226. package/dist/components/checkbox/checkbox.js.map +1 -0
  227. package/dist/components/checkbox/checkbox.styles.d.ts +1 -0
  228. package/dist/components/checkbox/checkbox.styles.d.ts.map +1 -0
  229. package/dist/components/checkbox/checkbox.styles.js +5 -4
  230. package/dist/components/checkbox/checkbox.styles.js.map +1 -0
  231. package/dist/components/chip/chip-group.class.d.ts +57 -0
  232. package/dist/components/chip/chip-group.class.d.ts.map +1 -0
  233. package/dist/components/chip/chip-group.class.js +129 -0
  234. package/dist/components/chip/chip-group.class.js.map +1 -0
  235. package/dist/components/chip/chip-group.d.ts +2 -56
  236. package/dist/components/chip/chip-group.d.ts.map +1 -0
  237. package/dist/components/chip/chip-group.js +3 -128
  238. package/dist/components/chip/chip-group.js.map +1 -0
  239. package/dist/components/chip/chip-group.styles.d.ts +1 -0
  240. package/dist/components/chip/chip-group.styles.d.ts.map +1 -0
  241. package/dist/components/chip/chip-group.styles.js +7 -6
  242. package/dist/components/chip/chip-group.styles.js.map +1 -0
  243. package/dist/components/chip/chip.class.d.ts +83 -0
  244. package/dist/components/chip/chip.class.d.ts.map +1 -0
  245. package/dist/components/chip/chip.class.js +158 -0
  246. package/dist/components/chip/chip.class.js.map +1 -0
  247. package/dist/components/chip/chip.d.ts +2 -64
  248. package/dist/components/chip/chip.d.ts.map +1 -0
  249. package/dist/components/chip/chip.js +3 -120
  250. package/dist/components/chip/chip.js.map +1 -0
  251. package/dist/components/chip/chip.styles.d.ts +1 -0
  252. package/dist/components/chip/chip.styles.d.ts.map +1 -0
  253. package/dist/components/chip/chip.styles.js +31 -12
  254. package/dist/components/chip/chip.styles.js.map +1 -0
  255. package/dist/components/citation-badge/citation-badge.class.d.ts +114 -0
  256. package/dist/components/citation-badge/citation-badge.class.d.ts.map +1 -0
  257. package/dist/components/citation-badge/citation-badge.class.js +317 -0
  258. package/dist/components/citation-badge/citation-badge.class.js.map +1 -0
  259. package/dist/components/citation-badge/citation-badge.d.ts +2 -113
  260. package/dist/components/citation-badge/citation-badge.d.ts.map +1 -0
  261. package/dist/components/citation-badge/citation-badge.js +3 -316
  262. package/dist/components/citation-badge/citation-badge.js.map +1 -0
  263. package/dist/components/citation-badge/citation-badge.styles.d.ts +1 -0
  264. package/dist/components/citation-badge/citation-badge.styles.d.ts.map +1 -0
  265. package/dist/components/citation-badge/citation-badge.styles.js +12 -11
  266. package/dist/components/citation-badge/citation-badge.styles.js.map +1 -0
  267. package/dist/components/code-block/code-block-core.class.d.ts +111 -0
  268. package/dist/components/code-block/code-block-core.class.d.ts.map +1 -0
  269. package/dist/components/code-block/code-block-core.class.js +363 -0
  270. package/dist/components/code-block/code-block-core.class.js.map +1 -0
  271. package/dist/components/code-block/code-block-core.d.ts +3 -0
  272. package/dist/components/code-block/code-block-core.d.ts.map +1 -0
  273. package/dist/components/code-block/code-block-core.js +6 -0
  274. package/dist/components/code-block/code-block-core.js.map +1 -0
  275. package/dist/components/code-block/code-block.class.d.ts +141 -0
  276. package/dist/components/code-block/code-block.class.d.ts.map +1 -0
  277. package/dist/components/code-block/code-block.class.js +398 -0
  278. package/dist/components/code-block/code-block.class.js.map +1 -0
  279. package/dist/components/code-block/code-block.d.ts +3 -127
  280. package/dist/components/code-block/code-block.d.ts.map +1 -0
  281. package/dist/components/code-block/code-block.js +4 -380
  282. package/dist/components/code-block/code-block.js.map +1 -0
  283. package/dist/components/code-block/code-block.styles.d.ts +1 -0
  284. package/dist/components/code-block/code-block.styles.d.ts.map +1 -0
  285. package/dist/components/code-block/code-block.styles.js +25 -21
  286. package/dist/components/code-block/code-block.styles.js.map +1 -0
  287. package/dist/components/code-block/code-loader.d.ts +8 -7
  288. package/dist/components/code-block/code-loader.d.ts.map +1 -0
  289. package/dist/components/code-block/code-loader.js +1 -0
  290. package/dist/components/code-block/code-loader.js.map +1 -0
  291. package/dist/components/combobox/combobox.class.d.ts +205 -0
  292. package/dist/components/combobox/combobox.class.d.ts.map +1 -0
  293. package/dist/components/combobox/combobox.class.js +892 -0
  294. package/dist/components/combobox/combobox.class.js.map +1 -0
  295. package/dist/components/combobox/combobox.d.ts +3 -199
  296. package/dist/components/combobox/combobox.d.ts.map +1 -0
  297. package/dist/components/combobox/combobox.js +4 -891
  298. package/dist/components/combobox/combobox.js.map +1 -0
  299. package/dist/components/combobox/combobox.styles.d.ts +1 -0
  300. package/dist/components/combobox/combobox.styles.d.ts.map +1 -0
  301. package/dist/components/combobox/combobox.styles.js +34 -33
  302. package/dist/components/combobox/combobox.styles.js.map +1 -0
  303. package/dist/components/combobox/option.class.d.ts +44 -0
  304. package/dist/components/combobox/option.class.d.ts.map +1 -0
  305. package/dist/components/combobox/option.class.js +101 -0
  306. package/dist/components/combobox/option.class.js.map +1 -0
  307. package/dist/components/combobox/option.d.ts +2 -40
  308. package/dist/components/combobox/option.d.ts.map +1 -0
  309. package/dist/components/combobox/option.js +3 -109
  310. package/dist/components/combobox/option.js.map +1 -0
  311. package/dist/components/context-meter/context-meter.class.d.ts +54 -0
  312. package/dist/components/context-meter/context-meter.class.d.ts.map +1 -0
  313. package/dist/components/context-meter/context-meter.class.js +158 -0
  314. package/dist/components/context-meter/context-meter.class.js.map +1 -0
  315. package/dist/components/context-meter/context-meter.d.ts +2 -53
  316. package/dist/components/context-meter/context-meter.d.ts.map +1 -0
  317. package/dist/components/context-meter/context-meter.js +3 -157
  318. package/dist/components/context-meter/context-meter.js.map +1 -0
  319. package/dist/components/context-meter/context-meter.styles.d.ts +1 -0
  320. package/dist/components/context-meter/context-meter.styles.d.ts.map +1 -0
  321. package/dist/components/context-meter/context-meter.styles.js +7 -6
  322. package/dist/components/context-meter/context-meter.styles.js.map +1 -0
  323. package/dist/components/conversation-item/conversation-item.class.d.ts +127 -0
  324. package/dist/components/conversation-item/conversation-item.class.d.ts.map +1 -0
  325. package/dist/components/conversation-item/conversation-item.class.js +328 -0
  326. package/dist/components/conversation-item/conversation-item.class.js.map +1 -0
  327. package/dist/components/conversation-item/conversation-item.d.ts +2 -125
  328. package/dist/components/conversation-item/conversation-item.d.ts.map +1 -0
  329. package/dist/components/conversation-item/conversation-item.js +3 -329
  330. package/dist/components/conversation-item/conversation-item.js.map +1 -0
  331. package/dist/components/conversation-item/conversation-item.styles.d.ts +1 -0
  332. package/dist/components/conversation-item/conversation-item.styles.d.ts.map +1 -0
  333. package/dist/components/conversation-item/conversation-item.styles.js +12 -11
  334. package/dist/components/conversation-item/conversation-item.styles.js.map +1 -0
  335. package/dist/components/copy-button/copy-button.class.d.ts +37 -0
  336. package/dist/components/copy-button/copy-button.class.d.ts.map +1 -0
  337. package/dist/components/copy-button/copy-button.class.js +116 -0
  338. package/dist/components/copy-button/copy-button.class.js.map +1 -0
  339. package/dist/components/copy-button/copy-button.d.ts +2 -0
  340. package/dist/components/copy-button/copy-button.d.ts.map +1 -0
  341. package/dist/components/copy-button/copy-button.js +5 -0
  342. package/dist/components/copy-button/copy-button.js.map +1 -0
  343. package/dist/components/copy-button/copy-button.styles.d.ts +2 -0
  344. package/dist/components/copy-button/copy-button.styles.d.ts.map +1 -0
  345. package/dist/components/copy-button/copy-button.styles.js +40 -0
  346. package/dist/components/copy-button/copy-button.styles.js.map +1 -0
  347. package/dist/components/date-picker/calendar-core.d.ts +1 -0
  348. package/dist/components/date-picker/calendar-core.d.ts.map +1 -0
  349. package/dist/components/date-picker/calendar-core.js +1 -0
  350. package/dist/components/date-picker/calendar-core.js.map +1 -0
  351. package/dist/components/date-picker/date-input.class.d.ts +185 -0
  352. package/dist/components/date-picker/date-input.class.d.ts.map +1 -0
  353. package/dist/components/date-picker/date-input.class.js +704 -0
  354. package/dist/components/date-picker/date-input.class.js.map +1 -0
  355. package/dist/components/date-picker/date-input.d.ts +3 -168
  356. package/dist/components/date-picker/date-input.d.ts.map +1 -0
  357. package/dist/components/date-picker/date-input.js +4 -675
  358. package/dist/components/date-picker/date-input.js.map +1 -0
  359. package/dist/components/date-picker/date-input.styles.d.ts +1 -0
  360. package/dist/components/date-picker/date-input.styles.d.ts.map +1 -0
  361. package/dist/components/date-picker/date-input.styles.js +11 -10
  362. package/dist/components/date-picker/date-input.styles.js.map +1 -0
  363. package/dist/components/date-picker/date-picker.class.d.ts +121 -0
  364. package/dist/components/date-picker/date-picker.class.d.ts.map +1 -0
  365. package/dist/components/date-picker/date-picker.class.js +541 -0
  366. package/dist/components/date-picker/date-picker.class.js.map +1 -0
  367. package/dist/components/date-picker/date-picker.d.ts +2 -103
  368. package/dist/components/date-picker/date-picker.d.ts.map +1 -0
  369. package/dist/components/date-picker/date-picker.js +3 -490
  370. package/dist/components/date-picker/date-picker.js.map +1 -0
  371. package/dist/components/date-picker/date-picker.styles.d.ts +1 -0
  372. package/dist/components/date-picker/date-picker.styles.d.ts.map +1 -0
  373. package/dist/components/date-picker/date-picker.styles.js +10 -9
  374. package/dist/components/date-picker/date-picker.styles.js.map +1 -0
  375. package/dist/components/dialog/confirm.d.ts +1 -0
  376. package/dist/components/dialog/confirm.d.ts.map +1 -0
  377. package/dist/components/dialog/confirm.js +1 -0
  378. package/dist/components/dialog/confirm.js.map +1 -0
  379. package/dist/components/dialog/dialog.class.d.ts +137 -0
  380. package/dist/components/dialog/dialog.class.d.ts.map +1 -0
  381. package/dist/components/dialog/dialog.class.js +301 -0
  382. package/dist/components/dialog/dialog.class.js.map +1 -0
  383. package/dist/components/dialog/dialog.d.ts +2 -129
  384. package/dist/components/dialog/dialog.d.ts.map +1 -0
  385. package/dist/components/dialog/dialog.js +3 -286
  386. package/dist/components/dialog/dialog.js.map +1 -0
  387. package/dist/components/dialog/dialog.styles.d.ts +1 -0
  388. package/dist/components/dialog/dialog.styles.d.ts.map +1 -0
  389. package/dist/components/dialog/dialog.styles.js +20 -9
  390. package/dist/components/dialog/dialog.styles.js.map +1 -0
  391. package/dist/components/diff-view/diff-line-diff.d.ts +13 -0
  392. package/dist/components/diff-view/diff-line-diff.d.ts.map +1 -0
  393. package/dist/components/diff-view/diff-line-diff.js +45 -0
  394. package/dist/components/diff-view/diff-line-diff.js.map +1 -0
  395. package/dist/components/diff-view/diff-view.class.d.ts +40 -0
  396. package/dist/components/diff-view/diff-view.class.d.ts.map +1 -0
  397. package/dist/components/diff-view/diff-view.class.js +73 -0
  398. package/dist/components/diff-view/diff-view.class.js.map +1 -0
  399. package/dist/components/diff-view/diff-view.d.ts +2 -0
  400. package/dist/components/diff-view/diff-view.d.ts.map +1 -0
  401. package/dist/components/diff-view/diff-view.js +5 -0
  402. package/dist/components/diff-view/diff-view.js.map +1 -0
  403. package/dist/components/diff-view/diff-view.styles.d.ts +2 -0
  404. package/dist/components/diff-view/diff-view.styles.d.ts.map +1 -0
  405. package/dist/components/diff-view/diff-view.styles.js +49 -0
  406. package/dist/components/diff-view/diff-view.styles.js.map +1 -0
  407. package/dist/components/dock-panel/dock-panel.class.d.ts +143 -0
  408. package/dist/components/dock-panel/dock-panel.class.d.ts.map +1 -0
  409. package/dist/components/dock-panel/dock-panel.class.js +358 -0
  410. package/dist/components/dock-panel/dock-panel.class.js.map +1 -0
  411. package/dist/components/dock-panel/dock-panel.d.ts +2 -142
  412. package/dist/components/dock-panel/dock-panel.d.ts.map +1 -0
  413. package/dist/components/dock-panel/dock-panel.js +3 -357
  414. package/dist/components/dock-panel/dock-panel.js.map +1 -0
  415. package/dist/components/dock-panel/dock-panel.styles.d.ts +1 -0
  416. package/dist/components/dock-panel/dock-panel.styles.d.ts.map +1 -0
  417. package/dist/components/dock-panel/dock-panel.styles.js +19 -12
  418. package/dist/components/dock-panel/dock-panel.styles.js.map +1 -0
  419. package/dist/components/document-preview/document-preview.class.d.ts +153 -0
  420. package/dist/components/document-preview/document-preview.class.d.ts.map +1 -0
  421. package/dist/components/document-preview/document-preview.class.js +387 -0
  422. package/dist/components/document-preview/document-preview.class.js.map +1 -0
  423. package/dist/components/document-preview/document-preview.d.ts +2 -143
  424. package/dist/components/document-preview/document-preview.d.ts.map +1 -0
  425. package/dist/components/document-preview/document-preview.js +3 -386
  426. package/dist/components/document-preview/document-preview.js.map +1 -0
  427. package/dist/components/document-preview/document-preview.styles.d.ts +1 -0
  428. package/dist/components/document-preview/document-preview.styles.d.ts.map +1 -0
  429. package/dist/components/document-preview/document-preview.styles.js +22 -21
  430. package/dist/components/document-preview/document-preview.styles.js.map +1 -0
  431. package/dist/components/empty/empty.class.d.ts +49 -0
  432. package/dist/components/empty/empty.class.d.ts.map +1 -0
  433. package/dist/components/empty/empty.class.js +138 -0
  434. package/dist/components/empty/empty.class.js.map +1 -0
  435. package/dist/components/empty/empty.d.ts +2 -42
  436. package/dist/components/empty/empty.d.ts.map +1 -0
  437. package/dist/components/empty/empty.js +3 -111
  438. package/dist/components/empty/empty.js.map +1 -0
  439. package/dist/components/empty/empty.styles.d.ts +1 -0
  440. package/dist/components/empty/empty.styles.d.ts.map +1 -0
  441. package/dist/components/empty/empty.styles.js +8 -7
  442. package/dist/components/empty/empty.styles.js.map +1 -0
  443. package/dist/components/export-button/csv.d.ts +1 -0
  444. package/dist/components/export-button/csv.d.ts.map +1 -0
  445. package/dist/components/export-button/csv.js +1 -0
  446. package/dist/components/export-button/csv.js.map +1 -0
  447. package/dist/components/export-button/export-button.class.d.ts +76 -0
  448. package/dist/components/export-button/export-button.class.d.ts.map +1 -0
  449. package/dist/components/export-button/export-button.class.js +262 -0
  450. package/dist/components/export-button/export-button.class.js.map +1 -0
  451. package/dist/components/export-button/export-button.d.ts +2 -67
  452. package/dist/components/export-button/export-button.d.ts.map +1 -0
  453. package/dist/components/export-button/export-button.js +3 -261
  454. package/dist/components/export-button/export-button.js.map +1 -0
  455. package/dist/components/export-button/export-button.styles.d.ts +1 -0
  456. package/dist/components/export-button/export-button.styles.d.ts.map +1 -0
  457. package/dist/components/export-button/export-button.styles.js +6 -5
  458. package/dist/components/export-button/export-button.styles.js.map +1 -0
  459. package/dist/components/file-input/accept.d.ts +1 -0
  460. package/dist/components/file-input/accept.d.ts.map +1 -0
  461. package/dist/components/file-input/accept.js +1 -0
  462. package/dist/components/file-input/accept.js.map +1 -0
  463. package/dist/components/file-input/file-input.class.d.ts +66 -0
  464. package/dist/components/file-input/file-input.class.d.ts.map +1 -0
  465. package/dist/components/file-input/file-input.class.js +227 -0
  466. package/dist/components/file-input/file-input.class.js.map +1 -0
  467. package/dist/components/file-input/file-input.d.ts +2 -59
  468. package/dist/components/file-input/file-input.d.ts.map +1 -0
  469. package/dist/components/file-input/file-input.js +3 -226
  470. package/dist/components/file-input/file-input.js.map +1 -0
  471. package/dist/components/file-input/file-input.styles.d.ts +1 -0
  472. package/dist/components/file-input/file-input.styles.d.ts.map +1 -0
  473. package/dist/components/file-input/file-input.styles.js +5 -4
  474. package/dist/components/file-input/file-input.styles.js.map +1 -0
  475. package/dist/components/flag/flag-peer.d.ts +8 -0
  476. package/dist/components/flag/flag-peer.d.ts.map +1 -0
  477. package/dist/components/flag/flag-peer.js +13 -0
  478. package/dist/components/flag/flag-peer.js.map +1 -0
  479. package/dist/components/flag/flag.class.d.ts +124 -0
  480. package/dist/components/flag/flag.class.d.ts.map +1 -0
  481. package/dist/components/flag/flag.class.js +251 -0
  482. package/dist/components/flag/flag.class.js.map +1 -0
  483. package/dist/components/flag/flag.d.ts +3 -121
  484. package/dist/components/flag/flag.d.ts.map +1 -0
  485. package/dist/components/flag/flag.js +4 -239
  486. package/dist/components/flag/flag.js.map +1 -0
  487. package/dist/components/flag/flag.styles.d.ts +1 -0
  488. package/dist/components/flag/flag.styles.d.ts.map +1 -0
  489. package/dist/components/flag/flag.styles.js +5 -4
  490. package/dist/components/flag/flag.styles.js.map +1 -0
  491. package/dist/components/flag/language-map.d.ts +1 -0
  492. package/dist/components/flag/language-map.d.ts.map +1 -0
  493. package/dist/components/flag/language-map.js +1 -0
  494. package/dist/components/flag/language-map.js.map +1 -0
  495. package/dist/components/gauge/gauge.class.d.ts +41 -0
  496. package/dist/components/gauge/gauge.class.d.ts.map +1 -0
  497. package/dist/components/gauge/gauge.class.js +178 -0
  498. package/dist/components/gauge/gauge.class.js.map +1 -0
  499. package/dist/components/gauge/gauge.d.ts +2 -40
  500. package/dist/components/gauge/gauge.d.ts.map +1 -0
  501. package/dist/components/gauge/gauge.js +3 -177
  502. package/dist/components/gauge/gauge.js.map +1 -0
  503. package/dist/components/gauge/gauge.styles.d.ts +1 -0
  504. package/dist/components/gauge/gauge.styles.d.ts.map +1 -0
  505. package/dist/components/gauge/gauge.styles.js +9 -8
  506. package/dist/components/gauge/gauge.styles.js.map +1 -0
  507. package/dist/components/generation-status/generation-status.class.d.ts +121 -0
  508. package/dist/components/generation-status/generation-status.class.d.ts.map +1 -0
  509. package/dist/components/generation-status/generation-status.class.js +326 -0
  510. package/dist/components/generation-status/generation-status.class.js.map +1 -0
  511. package/dist/components/generation-status/generation-status.d.ts +2 -117
  512. package/dist/components/generation-status/generation-status.d.ts.map +1 -0
  513. package/dist/components/generation-status/generation-status.js +3 -325
  514. package/dist/components/generation-status/generation-status.js.map +1 -0
  515. package/dist/components/generation-status/generation-status.styles.d.ts +1 -0
  516. package/dist/components/generation-status/generation-status.styles.d.ts.map +1 -0
  517. package/dist/components/generation-status/generation-status.styles.js +7 -6
  518. package/dist/components/generation-status/generation-status.styles.js.map +1 -0
  519. package/dist/components/graph/graph-loader.d.ts +13 -13
  520. package/dist/components/graph/graph-loader.d.ts.map +1 -0
  521. package/dist/components/graph/graph-loader.js +1 -0
  522. package/dist/components/graph/graph-loader.js.map +1 -0
  523. package/dist/components/graph/graph.class.d.ts +172 -0
  524. package/dist/components/graph/graph.class.d.ts.map +1 -0
  525. package/dist/components/graph/graph.class.js +617 -0
  526. package/dist/components/graph/graph.class.js.map +1 -0
  527. package/dist/components/graph/graph.d.ts +3 -157
  528. package/dist/components/graph/graph.d.ts.map +1 -0
  529. package/dist/components/graph/graph.js +4 -577
  530. package/dist/components/graph/graph.js.map +1 -0
  531. package/dist/components/graph/graph.styles.d.ts +1 -0
  532. package/dist/components/graph/graph.styles.d.ts.map +1 -0
  533. package/dist/components/graph/graph.styles.js +6 -1
  534. package/dist/components/graph/graph.styles.js.map +1 -0
  535. package/dist/components/heatmap/calendar-grid.d.ts +1 -0
  536. package/dist/components/heatmap/calendar-grid.d.ts.map +1 -0
  537. package/dist/components/heatmap/calendar-grid.js +1 -0
  538. package/dist/components/heatmap/calendar-grid.js.map +1 -0
  539. package/dist/components/heatmap/heatmap-scale.d.ts +9 -0
  540. package/dist/components/heatmap/heatmap-scale.d.ts.map +1 -0
  541. package/dist/components/heatmap/heatmap-scale.js +13 -0
  542. package/dist/components/heatmap/heatmap-scale.js.map +1 -0
  543. package/dist/components/heatmap/heatmap.class.d.ts +489 -0
  544. package/dist/components/heatmap/heatmap.class.d.ts.map +1 -0
  545. package/dist/components/heatmap/heatmap.class.js +1295 -0
  546. package/dist/components/heatmap/heatmap.class.js.map +1 -0
  547. package/dist/components/heatmap/heatmap.d.ts +2 -437
  548. package/dist/components/heatmap/heatmap.d.ts.map +1 -0
  549. package/dist/components/heatmap/heatmap.js +3 -1175
  550. package/dist/components/heatmap/heatmap.js.map +1 -0
  551. package/dist/components/heatmap/heatmap.styles.d.ts +1 -0
  552. package/dist/components/heatmap/heatmap.styles.d.ts.map +1 -0
  553. package/dist/components/heatmap/heatmap.styles.js +20 -20
  554. package/dist/components/heatmap/heatmap.styles.js.map +1 -0
  555. package/dist/components/json-viewer/json-viewer.class.d.ts +77 -0
  556. package/dist/components/json-viewer/json-viewer.class.d.ts.map +1 -0
  557. package/dist/components/json-viewer/json-viewer.class.js +362 -0
  558. package/dist/components/json-viewer/json-viewer.class.js.map +1 -0
  559. package/dist/components/json-viewer/json-viewer.d.ts +2 -70
  560. package/dist/components/json-viewer/json-viewer.d.ts.map +1 -0
  561. package/dist/components/json-viewer/json-viewer.js +3 -359
  562. package/dist/components/json-viewer/json-viewer.js.map +1 -0
  563. package/dist/components/json-viewer/json-viewer.styles.d.ts +1 -0
  564. package/dist/components/json-viewer/json-viewer.styles.d.ts.map +1 -0
  565. package/dist/components/json-viewer/json-viewer.styles.js +23 -20
  566. package/dist/components/json-viewer/json-viewer.styles.js.map +1 -0
  567. package/dist/components/kbd/kbd.class.d.ts +78 -0
  568. package/dist/components/kbd/kbd.class.d.ts.map +1 -0
  569. package/dist/components/kbd/kbd.class.js +230 -0
  570. package/dist/components/kbd/kbd.class.js.map +1 -0
  571. package/dist/components/kbd/kbd.d.ts +2 -77
  572. package/dist/components/kbd/kbd.d.ts.map +1 -0
  573. package/dist/components/kbd/kbd.js +3 -229
  574. package/dist/components/kbd/kbd.js.map +1 -0
  575. package/dist/components/kbd/kbd.styles.d.ts +1 -0
  576. package/dist/components/kbd/kbd.styles.d.ts.map +1 -0
  577. package/dist/components/kbd/kbd.styles.js +10 -9
  578. package/dist/components/kbd/kbd.styles.js.map +1 -0
  579. package/dist/components/live-region/live-region.class.d.ts +91 -0
  580. package/dist/components/live-region/live-region.class.d.ts.map +1 -0
  581. package/dist/components/live-region/live-region.class.js +188 -0
  582. package/dist/components/live-region/live-region.class.js.map +1 -0
  583. package/dist/components/live-region/live-region.d.ts +2 -90
  584. package/dist/components/live-region/live-region.d.ts.map +1 -0
  585. package/dist/components/live-region/live-region.js +3 -187
  586. package/dist/components/live-region/live-region.js.map +1 -0
  587. package/dist/components/live-region/live-region.styles.d.ts +1 -0
  588. package/dist/components/live-region/live-region.styles.d.ts.map +1 -0
  589. package/dist/components/live-region/live-region.styles.js +1 -0
  590. package/dist/components/live-region/live-region.styles.js.map +1 -0
  591. package/dist/components/map/map-loader.d.ts +5 -2
  592. package/dist/components/map/map-loader.d.ts.map +1 -0
  593. package/dist/components/map/map-loader.js +1 -0
  594. package/dist/components/map/map-loader.js.map +1 -0
  595. package/dist/components/map/map.class.d.ts +121 -0
  596. package/dist/components/map/map.class.d.ts.map +1 -0
  597. package/dist/components/map/map.class.js +477 -0
  598. package/dist/components/map/map.class.js.map +1 -0
  599. package/dist/components/map/map.d.ts +3 -111
  600. package/dist/components/map/map.d.ts.map +1 -0
  601. package/dist/components/map/map.js +4 -477
  602. package/dist/components/map/map.js.map +1 -0
  603. package/dist/components/map/map.styles.d.ts +1 -0
  604. package/dist/components/map/map.styles.d.ts.map +1 -0
  605. package/dist/components/map/map.styles.js +8 -7
  606. package/dist/components/map/map.styles.js.map +1 -0
  607. package/dist/components/markdown/markdown-loader.d.ts +6 -6
  608. package/dist/components/markdown/markdown-loader.d.ts.map +1 -0
  609. package/dist/components/markdown/markdown-loader.js +1 -0
  610. package/dist/components/markdown/markdown-loader.js.map +1 -0
  611. package/dist/components/markdown/markdown.class.d.ts +137 -0
  612. package/dist/components/markdown/markdown.class.d.ts.map +1 -0
  613. package/dist/components/markdown/markdown.class.js +427 -0
  614. package/dist/components/markdown/markdown.class.js.map +1 -0
  615. package/dist/components/markdown/markdown.d.ts +2 -119
  616. package/dist/components/markdown/markdown.d.ts.map +1 -0
  617. package/dist/components/markdown/markdown.js +3 -387
  618. package/dist/components/markdown/markdown.js.map +1 -0
  619. package/dist/components/markdown/markdown.styles.d.ts +1 -0
  620. package/dist/components/markdown/markdown.styles.d.ts.map +1 -0
  621. package/dist/components/markdown/markdown.styles.js +12 -11
  622. package/dist/components/markdown/markdown.styles.js.map +1 -0
  623. package/dist/components/media-card/media-card.class.d.ts +131 -0
  624. package/dist/components/media-card/media-card.class.d.ts.map +1 -0
  625. package/dist/components/media-card/media-card.class.js +272 -0
  626. package/dist/components/media-card/media-card.class.js.map +1 -0
  627. package/dist/components/media-card/media-card.d.ts +2 -130
  628. package/dist/components/media-card/media-card.d.ts.map +1 -0
  629. package/dist/components/media-card/media-card.js +3 -271
  630. package/dist/components/media-card/media-card.js.map +1 -0
  631. package/dist/components/media-card/media-card.styles.d.ts +1 -0
  632. package/dist/components/media-card/media-card.styles.d.ts.map +1 -0
  633. package/dist/components/media-card/media-card.styles.js +8 -7
  634. package/dist/components/media-card/media-card.styles.js.map +1 -0
  635. package/dist/components/mention-popover/mention-popover.class.d.ts +207 -0
  636. package/dist/components/mention-popover/mention-popover.class.d.ts.map +1 -0
  637. package/dist/components/mention-popover/mention-popover.class.js +492 -0
  638. package/dist/components/mention-popover/mention-popover.class.js.map +1 -0
  639. package/dist/components/mention-popover/mention-popover.d.ts +2 -203
  640. package/dist/components/mention-popover/mention-popover.d.ts.map +1 -0
  641. package/dist/components/mention-popover/mention-popover.js +3 -491
  642. package/dist/components/mention-popover/mention-popover.js.map +1 -0
  643. package/dist/components/mention-popover/mention-popover.styles.d.ts +1 -0
  644. package/dist/components/mention-popover/mention-popover.styles.d.ts.map +1 -0
  645. package/dist/components/mention-popover/mention-popover.styles.js +11 -10
  646. package/dist/components/mention-popover/mention-popover.styles.js.map +1 -0
  647. package/dist/components/menu/menu-item.class.d.ts +99 -0
  648. package/dist/components/menu/menu-item.class.d.ts.map +1 -0
  649. package/dist/components/menu/menu-item.class.js +205 -0
  650. package/dist/components/menu/menu-item.class.js.map +1 -0
  651. package/dist/components/menu/menu-item.d.ts +2 -91
  652. package/dist/components/menu/menu-item.d.ts.map +1 -0
  653. package/dist/components/menu/menu-item.js +3 -204
  654. package/dist/components/menu/menu-item.js.map +1 -0
  655. package/dist/components/menu/menu-item.styles.d.ts +1 -0
  656. package/dist/components/menu/menu-item.styles.d.ts.map +1 -0
  657. package/dist/components/menu/menu-item.styles.js +3 -2
  658. package/dist/components/menu/menu-item.styles.js.map +1 -0
  659. package/dist/components/menu/menu.class.d.ts +173 -0
  660. package/dist/components/menu/menu.class.d.ts.map +1 -0
  661. package/dist/components/menu/menu.class.js +462 -0
  662. package/dist/components/menu/menu.class.js.map +1 -0
  663. package/dist/components/menu/menu.d.ts +3 -167
  664. package/dist/components/menu/menu.d.ts.map +1 -0
  665. package/dist/components/menu/menu.js +4 -459
  666. package/dist/components/menu/menu.js.map +1 -0
  667. package/dist/components/menu/menu.styles.d.ts +1 -0
  668. package/dist/components/menu/menu.styles.d.ts.map +1 -0
  669. package/dist/components/menu/menu.styles.js +9 -8
  670. package/dist/components/menu/menu.styles.js.map +1 -0
  671. package/dist/components/model-select/model-select.class.d.ts +177 -0
  672. package/dist/components/model-select/model-select.class.d.ts.map +1 -0
  673. package/dist/components/model-select/model-select.class.js +587 -0
  674. package/dist/components/model-select/model-select.class.js.map +1 -0
  675. package/dist/components/model-select/model-select.d.ts +2 -170
  676. package/dist/components/model-select/model-select.d.ts.map +1 -0
  677. package/dist/components/model-select/model-select.js +3 -586
  678. package/dist/components/model-select/model-select.js.map +1 -0
  679. package/dist/components/model-select/model-select.styles.d.ts +1 -0
  680. package/dist/components/model-select/model-select.styles.d.ts.map +1 -0
  681. package/dist/components/model-select/model-select.styles.js +24 -23
  682. package/dist/components/model-select/model-select.styles.js.map +1 -0
  683. package/dist/components/model-settings-panel/model-settings-panel.class.d.ts +94 -0
  684. package/dist/components/model-settings-panel/model-settings-panel.class.d.ts.map +1 -0
  685. package/dist/components/model-settings-panel/model-settings-panel.class.js +208 -0
  686. package/dist/components/model-settings-panel/model-settings-panel.class.js.map +1 -0
  687. package/dist/components/model-settings-panel/model-settings-panel.d.ts +4 -93
  688. package/dist/components/model-settings-panel/model-settings-panel.d.ts.map +1 -0
  689. package/dist/components/model-settings-panel/model-settings-panel.js +5 -207
  690. package/dist/components/model-settings-panel/model-settings-panel.js.map +1 -0
  691. package/dist/components/model-settings-panel/model-settings-panel.styles.d.ts +1 -0
  692. package/dist/components/model-settings-panel/model-settings-panel.styles.d.ts.map +1 -0
  693. package/dist/components/model-settings-panel/model-settings-panel.styles.js +12 -11
  694. package/dist/components/model-settings-panel/model-settings-panel.styles.js.map +1 -0
  695. package/dist/components/playback/playback.class.d.ts +79 -0
  696. package/dist/components/playback/playback.class.d.ts.map +1 -0
  697. package/dist/components/playback/playback.class.js +251 -0
  698. package/dist/components/playback/playback.class.js.map +1 -0
  699. package/dist/components/playback/playback.d.ts +2 -71
  700. package/dist/components/playback/playback.d.ts.map +1 -0
  701. package/dist/components/playback/playback.js +3 -250
  702. package/dist/components/playback/playback.js.map +1 -0
  703. package/dist/components/playback/playback.styles.d.ts +1 -0
  704. package/dist/components/playback/playback.styles.d.ts.map +1 -0
  705. package/dist/components/playback/playback.styles.js +2 -1
  706. package/dist/components/playback/playback.styles.js.map +1 -0
  707. package/dist/components/poll-status/poll-status.class.d.ts +54 -0
  708. package/dist/components/poll-status/poll-status.class.d.ts.map +1 -0
  709. package/dist/components/poll-status/poll-status.class.js +150 -0
  710. package/dist/components/poll-status/poll-status.class.js.map +1 -0
  711. package/dist/components/poll-status/poll-status.d.ts +3 -0
  712. package/dist/components/poll-status/poll-status.d.ts.map +1 -0
  713. package/dist/components/poll-status/poll-status.js +6 -0
  714. package/dist/components/poll-status/poll-status.js.map +1 -0
  715. package/dist/components/poll-status/poll-status.styles.d.ts +2 -0
  716. package/dist/components/poll-status/poll-status.styles.d.ts.map +1 -0
  717. package/dist/components/poll-status/poll-status.styles.js +53 -0
  718. package/dist/components/poll-status/poll-status.styles.js.map +1 -0
  719. package/dist/components/responsive-panel/responsive-panel.class.d.ts +164 -0
  720. package/dist/components/responsive-panel/responsive-panel.class.d.ts.map +1 -0
  721. package/dist/components/responsive-panel/responsive-panel.class.js +362 -0
  722. package/dist/components/responsive-panel/responsive-panel.class.js.map +1 -0
  723. package/dist/components/responsive-panel/responsive-panel.d.ts +2 -163
  724. package/dist/components/responsive-panel/responsive-panel.d.ts.map +1 -0
  725. package/dist/components/responsive-panel/responsive-panel.js +3 -361
  726. package/dist/components/responsive-panel/responsive-panel.js.map +1 -0
  727. package/dist/components/responsive-panel/responsive-panel.styles.d.ts +1 -0
  728. package/dist/components/responsive-panel/responsive-panel.styles.d.ts.map +1 -0
  729. package/dist/components/responsive-panel/responsive-panel.styles.js +8 -5
  730. package/dist/components/responsive-panel/responsive-panel.styles.js.map +1 -0
  731. package/dist/components/result-card/result-card.class.d.ts +51 -0
  732. package/dist/components/result-card/result-card.class.d.ts.map +1 -0
  733. package/dist/components/result-card/result-card.class.js +88 -0
  734. package/dist/components/result-card/result-card.class.js.map +1 -0
  735. package/dist/components/result-card/result-card.d.ts +2 -50
  736. package/dist/components/result-card/result-card.d.ts.map +1 -0
  737. package/dist/components/result-card/result-card.js +3 -87
  738. package/dist/components/result-card/result-card.js.map +1 -0
  739. package/dist/components/result-card/result-card.styles.d.ts +1 -0
  740. package/dist/components/result-card/result-card.styles.d.ts.map +1 -0
  741. package/dist/components/result-card/result-card.styles.js +5 -4
  742. package/dist/components/result-card/result-card.styles.js.map +1 -0
  743. package/dist/components/result-card/result-field.class.d.ts +37 -0
  744. package/dist/components/result-card/result-field.class.d.ts.map +1 -0
  745. package/dist/components/result-card/result-field.class.js +86 -0
  746. package/dist/components/result-card/result-field.class.js.map +1 -0
  747. package/dist/components/result-card/result-field.d.ts +2 -36
  748. package/dist/components/result-card/result-field.d.ts.map +1 -0
  749. package/dist/components/result-card/result-field.js +3 -85
  750. package/dist/components/result-card/result-field.js.map +1 -0
  751. package/dist/components/result-card/result-field.styles.d.ts +1 -0
  752. package/dist/components/result-card/result-field.styles.d.ts.map +1 -0
  753. package/dist/components/result-card/result-field.styles.js +3 -2
  754. package/dist/components/result-card/result-field.styles.js.map +1 -0
  755. package/dist/components/segmented/segmented.class.d.ts +44 -0
  756. package/dist/components/segmented/segmented.class.d.ts.map +1 -0
  757. package/dist/components/segmented/segmented.class.js +100 -0
  758. package/dist/components/segmented/segmented.class.js.map +1 -0
  759. package/dist/components/segmented/segmented.d.ts +2 -0
  760. package/dist/components/segmented/segmented.d.ts.map +1 -0
  761. package/dist/components/segmented/segmented.js +5 -0
  762. package/dist/components/segmented/segmented.js.map +1 -0
  763. package/dist/components/segmented/segmented.styles.d.ts +2 -0
  764. package/dist/components/segmented/segmented.styles.d.ts.map +1 -0
  765. package/dist/components/segmented/segmented.styles.js +38 -0
  766. package/dist/components/segmented/segmented.styles.js.map +1 -0
  767. package/dist/components/select/select.class.d.ts +212 -0
  768. package/dist/components/select/select.class.d.ts.map +1 -0
  769. package/dist/components/select/select.class.js +694 -0
  770. package/dist/components/select/select.class.js.map +1 -0
  771. package/dist/components/select/select.d.ts +3 -205
  772. package/dist/components/select/select.d.ts.map +1 -0
  773. package/dist/components/select/select.js +4 -693
  774. package/dist/components/select/select.js.map +1 -0
  775. package/dist/components/select/select.styles.d.ts +1 -0
  776. package/dist/components/select/select.styles.d.ts.map +1 -0
  777. package/dist/components/select/select.styles.js +41 -35
  778. package/dist/components/select/select.styles.js.map +1 -0
  779. package/dist/components/skeleton/skeleton.class.d.ts +30 -0
  780. package/dist/components/skeleton/skeleton.class.d.ts.map +1 -0
  781. package/dist/components/skeleton/skeleton.class.js +67 -0
  782. package/dist/components/skeleton/skeleton.class.js.map +1 -0
  783. package/dist/components/skeleton/skeleton.d.ts +2 -29
  784. package/dist/components/skeleton/skeleton.d.ts.map +1 -0
  785. package/dist/components/skeleton/skeleton.js +3 -66
  786. package/dist/components/skeleton/skeleton.js.map +1 -0
  787. package/dist/components/skeleton/skeleton.styles.d.ts +1 -0
  788. package/dist/components/skeleton/skeleton.styles.d.ts.map +1 -0
  789. package/dist/components/skeleton/skeleton.styles.js +2 -1
  790. package/dist/components/skeleton/skeleton.styles.js.map +1 -0
  791. package/dist/components/slider/slider.class.d.ts +152 -0
  792. package/dist/components/slider/slider.class.d.ts.map +1 -0
  793. package/dist/components/slider/slider.class.js +468 -0
  794. package/dist/components/slider/slider.class.js.map +1 -0
  795. package/dist/components/slider/slider.d.ts +2 -141
  796. package/dist/components/slider/slider.d.ts.map +1 -0
  797. package/dist/components/slider/slider.js +3 -465
  798. package/dist/components/slider/slider.js.map +1 -0
  799. package/dist/components/slider/slider.styles.d.ts +1 -0
  800. package/dist/components/slider/slider.styles.d.ts.map +1 -0
  801. package/dist/components/slider/slider.styles.js +15 -14
  802. package/dist/components/slider/slider.styles.js.map +1 -0
  803. package/dist/components/source-card/source-card.class.d.ts +105 -0
  804. package/dist/components/source-card/source-card.class.d.ts.map +1 -0
  805. package/dist/components/source-card/source-card.class.js +194 -0
  806. package/dist/components/source-card/source-card.class.js.map +1 -0
  807. package/dist/components/source-card/source-card.d.ts +2 -104
  808. package/dist/components/source-card/source-card.d.ts.map +1 -0
  809. package/dist/components/source-card/source-card.js +3 -193
  810. package/dist/components/source-card/source-card.js.map +1 -0
  811. package/dist/components/source-card/source-card.styles.d.ts +1 -0
  812. package/dist/components/source-card/source-card.styles.d.ts.map +1 -0
  813. package/dist/components/source-card/source-card.styles.js +11 -10
  814. package/dist/components/source-card/source-card.styles.js.map +1 -0
  815. package/dist/components/source-list/source-list.class.d.ts +64 -0
  816. package/dist/components/source-list/source-list.class.d.ts.map +1 -0
  817. package/dist/components/source-list/source-list.class.js +129 -0
  818. package/dist/components/source-list/source-list.class.js.map +1 -0
  819. package/dist/components/source-list/source-list.d.ts +2 -63
  820. package/dist/components/source-list/source-list.d.ts.map +1 -0
  821. package/dist/components/source-list/source-list.js +3 -128
  822. package/dist/components/source-list/source-list.js.map +1 -0
  823. package/dist/components/source-list/source-list.styles.d.ts +1 -0
  824. package/dist/components/source-list/source-list.styles.d.ts.map +1 -0
  825. package/dist/components/source-list/source-list.styles.js +5 -4
  826. package/dist/components/source-list/source-list.styles.js.map +1 -0
  827. package/dist/components/sparkline/sparkline.class.d.ts +31 -0
  828. package/dist/components/sparkline/sparkline.class.d.ts.map +1 -0
  829. package/dist/components/sparkline/sparkline.class.js +140 -0
  830. package/dist/components/sparkline/sparkline.class.js.map +1 -0
  831. package/dist/components/sparkline/sparkline.d.ts +2 -30
  832. package/dist/components/sparkline/sparkline.d.ts.map +1 -0
  833. package/dist/components/sparkline/sparkline.js +3 -137
  834. package/dist/components/sparkline/sparkline.js.map +1 -0
  835. package/dist/components/sparkline/sparkline.styles.d.ts +1 -0
  836. package/dist/components/sparkline/sparkline.styles.d.ts.map +1 -0
  837. package/dist/components/sparkline/sparkline.styles.js +3 -2
  838. package/dist/components/sparkline/sparkline.styles.js.map +1 -0
  839. package/dist/components/split/split.class.d.ts +293 -0
  840. package/dist/components/split/split.class.d.ts.map +1 -0
  841. package/dist/components/split/split.class.js +894 -0
  842. package/dist/components/split/split.class.js.map +1 -0
  843. package/dist/components/split/split.d.ts +2 -282
  844. package/dist/components/split/split.d.ts.map +1 -0
  845. package/dist/components/split/split.js +3 -888
  846. package/dist/components/split/split.js.map +1 -0
  847. package/dist/components/split/split.styles.d.ts +1 -0
  848. package/dist/components/split/split.styles.d.ts.map +1 -0
  849. package/dist/components/split/split.styles.js +8 -7
  850. package/dist/components/split/split.styles.js.map +1 -0
  851. package/dist/components/stat/stat.class.d.ts +90 -0
  852. package/dist/components/stat/stat.class.d.ts.map +1 -0
  853. package/dist/components/stat/stat.class.js +249 -0
  854. package/dist/components/stat/stat.class.js.map +1 -0
  855. package/dist/components/stat/stat.d.ts +2 -89
  856. package/dist/components/stat/stat.d.ts.map +1 -0
  857. package/dist/components/stat/stat.js +3 -248
  858. package/dist/components/stat/stat.js.map +1 -0
  859. package/dist/components/stat/stat.styles.d.ts +1 -0
  860. package/dist/components/stat/stat.styles.d.ts.map +1 -0
  861. package/dist/components/stat/stat.styles.js +25 -22
  862. package/dist/components/stat/stat.styles.js.map +1 -0
  863. package/dist/components/stepper/stepper.class.d.ts +52 -0
  864. package/dist/components/stepper/stepper.class.d.ts.map +1 -0
  865. package/dist/components/stepper/stepper.class.js +138 -0
  866. package/dist/components/stepper/stepper.class.js.map +1 -0
  867. package/dist/components/stepper/stepper.d.ts +2 -0
  868. package/dist/components/stepper/stepper.d.ts.map +1 -0
  869. package/dist/components/stepper/stepper.js +5 -0
  870. package/dist/components/stepper/stepper.js.map +1 -0
  871. package/dist/components/stepper/stepper.styles.d.ts +2 -0
  872. package/dist/components/stepper/stepper.styles.d.ts.map +1 -0
  873. package/dist/components/stepper/stepper.styles.js +67 -0
  874. package/dist/components/stepper/stepper.styles.js.map +1 -0
  875. package/dist/components/stream-status/stream-status.class.d.ts +131 -0
  876. package/dist/components/stream-status/stream-status.class.d.ts.map +1 -0
  877. package/dist/components/stream-status/stream-status.class.js +291 -0
  878. package/dist/components/stream-status/stream-status.class.js.map +1 -0
  879. package/dist/components/stream-status/stream-status.d.ts +3 -126
  880. package/dist/components/stream-status/stream-status.d.ts.map +1 -0
  881. package/dist/components/stream-status/stream-status.js +4 -290
  882. package/dist/components/stream-status/stream-status.js.map +1 -0
  883. package/dist/components/stream-status/stream-status.styles.d.ts +1 -0
  884. package/dist/components/stream-status/stream-status.styles.d.ts.map +1 -0
  885. package/dist/components/stream-status/stream-status.styles.js +7 -6
  886. package/dist/components/stream-status/stream-status.styles.js.map +1 -0
  887. package/dist/components/streaming-text/streaming-text.class.d.ts +105 -0
  888. package/dist/components/streaming-text/streaming-text.class.d.ts.map +1 -0
  889. package/dist/components/streaming-text/streaming-text.class.js +223 -0
  890. package/dist/components/streaming-text/streaming-text.class.js.map +1 -0
  891. package/dist/components/streaming-text/streaming-text.d.ts +3 -104
  892. package/dist/components/streaming-text/streaming-text.d.ts.map +1 -0
  893. package/dist/components/streaming-text/streaming-text.js +4 -222
  894. package/dist/components/streaming-text/streaming-text.js.map +1 -0
  895. package/dist/components/streaming-text/streaming-text.styles.d.ts +1 -0
  896. package/dist/components/streaming-text/streaming-text.styles.d.ts.map +1 -0
  897. package/dist/components/streaming-text/streaming-text.styles.js +4 -3
  898. package/dist/components/streaming-text/streaming-text.styles.js.map +1 -0
  899. package/dist/components/switch/switch.class.d.ts +109 -0
  900. package/dist/components/switch/switch.class.d.ts.map +1 -0
  901. package/dist/components/switch/switch.class.js +249 -0
  902. package/dist/components/switch/switch.class.js.map +1 -0
  903. package/dist/components/switch/switch.d.ts +2 -103
  904. package/dist/components/switch/switch.d.ts.map +1 -0
  905. package/dist/components/switch/switch.js +3 -248
  906. package/dist/components/switch/switch.js.map +1 -0
  907. package/dist/components/switch/switch.styles.d.ts +1 -0
  908. package/dist/components/switch/switch.styles.d.ts.map +1 -0
  909. package/dist/components/switch/switch.styles.js +18 -14
  910. package/dist/components/switch/switch.styles.js.map +1 -0
  911. package/dist/components/table/table.class.d.ts +223 -0
  912. package/dist/components/table/table.class.d.ts.map +1 -0
  913. package/dist/components/table/table.class.js +630 -0
  914. package/dist/components/table/table.class.js.map +1 -0
  915. package/dist/components/table/table.d.ts +3 -199
  916. package/dist/components/table/table.d.ts.map +1 -0
  917. package/dist/components/table/table.js +4 -611
  918. package/dist/components/table/table.js.map +1 -0
  919. package/dist/components/table/table.styles.d.ts +1 -0
  920. package/dist/components/table/table.styles.d.ts.map +1 -0
  921. package/dist/components/table/table.styles.js +23 -8
  922. package/dist/components/table/table.styles.js.map +1 -0
  923. package/dist/components/tabs/tabs.class.d.ts +80 -0
  924. package/dist/components/tabs/tabs.class.d.ts.map +1 -0
  925. package/dist/components/tabs/tabs.class.js +253 -0
  926. package/dist/components/tabs/tabs.class.js.map +1 -0
  927. package/dist/components/tabs/tabs.d.ts +2 -74
  928. package/dist/components/tabs/tabs.d.ts.map +1 -0
  929. package/dist/components/tabs/tabs.js +3 -252
  930. package/dist/components/tabs/tabs.js.map +1 -0
  931. package/dist/components/tabs/tabs.styles.d.ts +1 -0
  932. package/dist/components/tabs/tabs.styles.d.ts.map +1 -0
  933. package/dist/components/tabs/tabs.styles.js +11 -4
  934. package/dist/components/tabs/tabs.styles.js.map +1 -0
  935. package/dist/components/thinking-panel/thinking-panel.class.d.ts +124 -0
  936. package/dist/components/thinking-panel/thinking-panel.class.d.ts.map +1 -0
  937. package/dist/components/thinking-panel/thinking-panel.class.js +259 -0
  938. package/dist/components/thinking-panel/thinking-panel.class.js.map +1 -0
  939. package/dist/components/thinking-panel/thinking-panel.d.ts +2 -123
  940. package/dist/components/thinking-panel/thinking-panel.d.ts.map +1 -0
  941. package/dist/components/thinking-panel/thinking-panel.js +3 -258
  942. package/dist/components/thinking-panel/thinking-panel.js.map +1 -0
  943. package/dist/components/thinking-panel/thinking-panel.styles.d.ts +1 -0
  944. package/dist/components/thinking-panel/thinking-panel.styles.d.ts.map +1 -0
  945. package/dist/components/thinking-panel/thinking-panel.styles.js +13 -12
  946. package/dist/components/thinking-panel/thinking-panel.styles.js.map +1 -0
  947. package/dist/components/time-range/time-range.class.d.ts +137 -0
  948. package/dist/components/time-range/time-range.class.d.ts.map +1 -0
  949. package/dist/components/time-range/time-range.class.js +495 -0
  950. package/dist/components/time-range/time-range.class.js.map +1 -0
  951. package/dist/components/time-range/time-range.d.ts +2 -126
  952. package/dist/components/time-range/time-range.d.ts.map +1 -0
  953. package/dist/components/time-range/time-range.js +3 -494
  954. package/dist/components/time-range/time-range.js.map +1 -0
  955. package/dist/components/time-range/time-range.styles.d.ts +1 -0
  956. package/dist/components/time-range/time-range.styles.d.ts.map +1 -0
  957. package/dist/components/time-range/time-range.styles.js +21 -13
  958. package/dist/components/time-range/time-range.styles.js.map +1 -0
  959. package/dist/components/toast/toast-item.class.d.ts +79 -0
  960. package/dist/components/toast/toast-item.class.d.ts.map +1 -0
  961. package/dist/components/toast/toast-item.class.js +324 -0
  962. package/dist/components/toast/toast-item.class.js.map +1 -0
  963. package/dist/components/toast/toast-item.d.ts +2 -72
  964. package/dist/components/toast/toast-item.d.ts.map +1 -0
  965. package/dist/components/toast/toast-item.js +3 -323
  966. package/dist/components/toast/toast-item.js.map +1 -0
  967. package/dist/components/toast/toast-item.styles.d.ts +1 -0
  968. package/dist/components/toast/toast-item.styles.d.ts.map +1 -0
  969. package/dist/components/toast/toast-item.styles.js +13 -12
  970. package/dist/components/toast/toast-item.styles.js.map +1 -0
  971. package/dist/components/toast/toast.class.d.ts +33 -0
  972. package/dist/components/toast/toast.class.d.ts.map +1 -0
  973. package/dist/components/toast/toast.class.js +59 -0
  974. package/dist/components/toast/toast.class.js.map +1 -0
  975. package/dist/components/toast/toast.d.ts +3 -32
  976. package/dist/components/toast/toast.d.ts.map +1 -0
  977. package/dist/components/toast/toast.js +4 -58
  978. package/dist/components/toast/toast.js.map +1 -0
  979. package/dist/components/toast/toast.styles.d.ts +1 -0
  980. package/dist/components/toast/toast.styles.d.ts.map +1 -0
  981. package/dist/components/toast/toast.styles.js +20 -16
  982. package/dist/components/toast/toast.styles.js.map +1 -0
  983. package/dist/components/toast/toaster.d.ts +1 -0
  984. package/dist/components/toast/toaster.d.ts.map +1 -0
  985. package/dist/components/toast/toaster.js +1 -0
  986. package/dist/components/toast/toaster.js.map +1 -0
  987. package/dist/components/tool-approval-dialog/tool-approval-dialog.class.d.ts +135 -0
  988. package/dist/components/tool-approval-dialog/tool-approval-dialog.class.d.ts.map +1 -0
  989. package/dist/components/tool-approval-dialog/tool-approval-dialog.class.js +328 -0
  990. package/dist/components/tool-approval-dialog/tool-approval-dialog.class.js.map +1 -0
  991. package/dist/components/tool-approval-dialog/tool-approval-dialog.d.ts +3 -131
  992. package/dist/components/tool-approval-dialog/tool-approval-dialog.d.ts.map +1 -0
  993. package/dist/components/tool-approval-dialog/tool-approval-dialog.js +4 -327
  994. package/dist/components/tool-approval-dialog/tool-approval-dialog.js.map +1 -0
  995. package/dist/components/tool-approval-dialog/tool-approval-dialog.styles.d.ts +1 -0
  996. package/dist/components/tool-approval-dialog/tool-approval-dialog.styles.d.ts.map +1 -0
  997. package/dist/components/tool-approval-dialog/tool-approval-dialog.styles.js +22 -18
  998. package/dist/components/tool-approval-dialog/tool-approval-dialog.styles.js.map +1 -0
  999. package/dist/components/tool-call-chip/tool-call-chip.class.d.ts +106 -0
  1000. package/dist/components/tool-call-chip/tool-call-chip.class.d.ts.map +1 -0
  1001. package/dist/components/tool-call-chip/tool-call-chip.class.js +348 -0
  1002. package/dist/components/tool-call-chip/tool-call-chip.class.js.map +1 -0
  1003. package/dist/components/tool-call-chip/tool-call-chip.d.ts +2 -105
  1004. package/dist/components/tool-call-chip/tool-call-chip.d.ts.map +1 -0
  1005. package/dist/components/tool-call-chip/tool-call-chip.js +3 -347
  1006. package/dist/components/tool-call-chip/tool-call-chip.js.map +1 -0
  1007. package/dist/components/tool-call-chip/tool-call-chip.styles.d.ts +1 -0
  1008. package/dist/components/tool-call-chip/tool-call-chip.styles.d.ts.map +1 -0
  1009. package/dist/components/tool-call-chip/tool-call-chip.styles.js +22 -21
  1010. package/dist/components/tool-call-chip/tool-call-chip.styles.js.map +1 -0
  1011. package/dist/components/tool-param-form/tool-param-form.class.d.ts +216 -0
  1012. package/dist/components/tool-param-form/tool-param-form.class.d.ts.map +1 -0
  1013. package/dist/components/tool-param-form/tool-param-form.class.js +609 -0
  1014. package/dist/components/tool-param-form/tool-param-form.class.js.map +1 -0
  1015. package/dist/components/tool-param-form/tool-param-form.d.ts +5 -206
  1016. package/dist/components/tool-param-form/tool-param-form.d.ts.map +1 -0
  1017. package/dist/components/tool-param-form/tool-param-form.js +6 -608
  1018. package/dist/components/tool-param-form/tool-param-form.js.map +1 -0
  1019. package/dist/components/tool-param-form/tool-param-form.styles.d.ts +1 -0
  1020. package/dist/components/tool-param-form/tool-param-form.styles.d.ts.map +1 -0
  1021. package/dist/components/tool-param-form/tool-param-form.styles.js +9 -8
  1022. package/dist/components/tool-param-form/tool-param-form.styles.js.map +1 -0
  1023. package/dist/components/tool-result-dialog/tool-result-dialog.class.d.ts +123 -0
  1024. package/dist/components/tool-result-dialog/tool-result-dialog.class.d.ts.map +1 -0
  1025. package/dist/components/tool-result-dialog/tool-result-dialog.class.js +357 -0
  1026. package/dist/components/tool-result-dialog/tool-result-dialog.class.js.map +1 -0
  1027. package/dist/components/tool-result-dialog/tool-result-dialog.d.ts +2 -122
  1028. package/dist/components/tool-result-dialog/tool-result-dialog.d.ts.map +1 -0
  1029. package/dist/components/tool-result-dialog/tool-result-dialog.js +3 -356
  1030. package/dist/components/tool-result-dialog/tool-result-dialog.js.map +1 -0
  1031. package/dist/components/tool-result-dialog/tool-result-dialog.styles.d.ts +1 -0
  1032. package/dist/components/tool-result-dialog/tool-result-dialog.styles.d.ts.map +1 -0
  1033. package/dist/components/tool-result-dialog/tool-result-dialog.styles.js +24 -16
  1034. package/dist/components/tool-result-dialog/tool-result-dialog.styles.js.map +1 -0
  1035. package/dist/components/tool-result-view/registry.d.ts +1 -0
  1036. package/dist/components/tool-result-view/registry.d.ts.map +1 -0
  1037. package/dist/components/tool-result-view/registry.js +1 -0
  1038. package/dist/components/tool-result-view/registry.js.map +1 -0
  1039. package/dist/components/tool-result-view/tool-result-view.class.d.ts +65 -0
  1040. package/dist/components/tool-result-view/tool-result-view.class.d.ts.map +1 -0
  1041. package/dist/components/tool-result-view/tool-result-view.class.js +151 -0
  1042. package/dist/components/tool-result-view/tool-result-view.class.js.map +1 -0
  1043. package/dist/components/tool-result-view/tool-result-view.d.ts +4 -58
  1044. package/dist/components/tool-result-view/tool-result-view.d.ts.map +1 -0
  1045. package/dist/components/tool-result-view/tool-result-view.js +5 -150
  1046. package/dist/components/tool-result-view/tool-result-view.js.map +1 -0
  1047. package/dist/components/tool-result-view/tool-result-view.styles.d.ts +1 -0
  1048. package/dist/components/tool-result-view/tool-result-view.styles.d.ts.map +1 -0
  1049. package/dist/components/tool-result-view/tool-result-view.styles.js +1 -0
  1050. package/dist/components/tool-result-view/tool-result-view.styles.js.map +1 -0
  1051. package/dist/components/tool-select-dialog/tool-select-dialog.class.d.ts +152 -0
  1052. package/dist/components/tool-select-dialog/tool-select-dialog.class.d.ts.map +1 -0
  1053. package/dist/components/tool-select-dialog/tool-select-dialog.class.js +349 -0
  1054. package/dist/components/tool-select-dialog/tool-select-dialog.class.js.map +1 -0
  1055. package/dist/components/tool-select-dialog/tool-select-dialog.d.ts +4 -151
  1056. package/dist/components/tool-select-dialog/tool-select-dialog.d.ts.map +1 -0
  1057. package/dist/components/tool-select-dialog/tool-select-dialog.js +5 -348
  1058. package/dist/components/tool-select-dialog/tool-select-dialog.js.map +1 -0
  1059. package/dist/components/tool-select-dialog/tool-select-dialog.styles.d.ts +1 -0
  1060. package/dist/components/tool-select-dialog/tool-select-dialog.styles.d.ts.map +1 -0
  1061. package/dist/components/tool-select-dialog/tool-select-dialog.styles.js +29 -25
  1062. package/dist/components/tool-select-dialog/tool-select-dialog.styles.js.map +1 -0
  1063. package/dist/components/tree/tree-node.class.d.ts +78 -0
  1064. package/dist/components/tree/tree-node.class.d.ts.map +1 -0
  1065. package/dist/components/tree/tree-node.class.js +223 -0
  1066. package/dist/components/tree/tree-node.class.js.map +1 -0
  1067. package/dist/components/tree/tree-node.d.ts +2 -68
  1068. package/dist/components/tree/tree-node.d.ts.map +1 -0
  1069. package/dist/components/tree/tree-node.js +4 -222
  1070. package/dist/components/tree/tree-node.js.map +1 -0
  1071. package/dist/components/tree/tree.class.d.ts +130 -0
  1072. package/dist/components/tree/tree.class.d.ts.map +1 -0
  1073. package/dist/components/tree/tree.class.js +326 -0
  1074. package/dist/components/tree/tree.class.js.map +1 -0
  1075. package/dist/components/tree/tree.d.ts +3 -129
  1076. package/dist/components/tree/tree.d.ts.map +1 -0
  1077. package/dist/components/tree/tree.js +5 -325
  1078. package/dist/components/tree/tree.js.map +1 -0
  1079. package/dist/components/tree/tree.styles.d.ts +1 -0
  1080. package/dist/components/tree/tree.styles.d.ts.map +1 -0
  1081. package/dist/components/tree/tree.styles.js +1 -0
  1082. package/dist/components/tree/tree.styles.js.map +1 -0
  1083. package/dist/components/tree/update-cascade.d.ts +1 -0
  1084. package/dist/components/tree/update-cascade.d.ts.map +1 -0
  1085. package/dist/components/tree/update-cascade.js +1 -0
  1086. package/dist/components/tree/update-cascade.js.map +1 -0
  1087. package/dist/components/typing-indicator/typing-indicator.class.d.ts +71 -0
  1088. package/dist/components/typing-indicator/typing-indicator.class.d.ts.map +1 -0
  1089. package/dist/components/typing-indicator/typing-indicator.class.js +107 -0
  1090. package/dist/components/typing-indicator/typing-indicator.class.js.map +1 -0
  1091. package/dist/components/typing-indicator/typing-indicator.d.ts +2 -70
  1092. package/dist/components/typing-indicator/typing-indicator.d.ts.map +1 -0
  1093. package/dist/components/typing-indicator/typing-indicator.js +3 -106
  1094. package/dist/components/typing-indicator/typing-indicator.js.map +1 -0
  1095. package/dist/components/typing-indicator/typing-indicator.styles.d.ts +1 -0
  1096. package/dist/components/typing-indicator/typing-indicator.styles.d.ts.map +1 -0
  1097. package/dist/components/typing-indicator/typing-indicator.styles.js +7 -6
  1098. package/dist/components/typing-indicator/typing-indicator.styles.js.map +1 -0
  1099. package/dist/components/virtual-list/virtual-list.class.d.ts +215 -0
  1100. package/dist/components/virtual-list/virtual-list.class.d.ts.map +1 -0
  1101. package/dist/components/virtual-list/virtual-list.class.js +609 -0
  1102. package/dist/components/virtual-list/virtual-list.class.js.map +1 -0
  1103. package/dist/components/virtual-list/virtual-list.d.ts +2 -210
  1104. package/dist/components/virtual-list/virtual-list.d.ts.map +1 -0
  1105. package/dist/components/virtual-list/virtual-list.js +3 -605
  1106. package/dist/components/virtual-list/virtual-list.js.map +1 -0
  1107. package/dist/components/virtual-list/virtual-list.styles.d.ts +1 -0
  1108. package/dist/components/virtual-list/virtual-list.styles.d.ts.map +1 -0
  1109. package/dist/components/virtual-list/virtual-list.styles.js +5 -4
  1110. package/dist/components/virtual-list/virtual-list.styles.js.map +1 -0
  1111. package/dist/components/widget/widget.class.d.ts +100 -0
  1112. package/dist/components/widget/widget.class.d.ts.map +1 -0
  1113. package/dist/components/widget/widget.class.js +327 -0
  1114. package/dist/components/widget/widget.class.js.map +1 -0
  1115. package/dist/components/widget/widget.d.ts +2 -65
  1116. package/dist/components/widget/widget.d.ts.map +1 -0
  1117. package/dist/components/widget/widget.js +3 -249
  1118. package/dist/components/widget/widget.js.map +1 -0
  1119. package/dist/components/widget/widget.styles.d.ts +1 -0
  1120. package/dist/components/widget/widget.styles.d.ts.map +1 -0
  1121. package/dist/components/widget/widget.styles.js +54 -9
  1122. package/dist/components/widget/widget.styles.js.map +1 -0
  1123. package/dist/components/word-cloud/word-cloud-layout.d.ts +1 -0
  1124. package/dist/components/word-cloud/word-cloud-layout.d.ts.map +1 -0
  1125. package/dist/components/word-cloud/word-cloud-layout.js +1 -0
  1126. package/dist/components/word-cloud/word-cloud-layout.js.map +1 -0
  1127. package/dist/components/word-cloud/word-cloud.class.d.ts +99 -0
  1128. package/dist/components/word-cloud/word-cloud.class.d.ts.map +1 -0
  1129. package/dist/components/word-cloud/word-cloud.class.js +307 -0
  1130. package/dist/components/word-cloud/word-cloud.class.js.map +1 -0
  1131. package/dist/components/word-cloud/word-cloud.d.ts +2 -91
  1132. package/dist/components/word-cloud/word-cloud.d.ts.map +1 -0
  1133. package/dist/components/word-cloud/word-cloud.js +3 -303
  1134. package/dist/components/word-cloud/word-cloud.js.map +1 -0
  1135. package/dist/components/word-cloud/word-cloud.styles.d.ts +1 -0
  1136. package/dist/components/word-cloud/word-cloud.styles.d.ts.map +1 -0
  1137. package/dist/components/word-cloud/word-cloud.styles.js +32 -18
  1138. package/dist/components/word-cloud/word-cloud.styles.js.map +1 -0
  1139. package/dist/internal/a11y.d.ts +1 -0
  1140. package/dist/internal/a11y.d.ts.map +1 -0
  1141. package/dist/internal/a11y.js +1 -0
  1142. package/dist/internal/a11y.js.map +1 -0
  1143. package/dist/internal/anchored-validity.d.ts +1 -0
  1144. package/dist/internal/anchored-validity.d.ts.map +1 -0
  1145. package/dist/internal/anchored-validity.js +1 -0
  1146. package/dist/internal/anchored-validity.js.map +1 -0
  1147. package/dist/internal/announcer.d.ts +1 -0
  1148. package/dist/internal/announcer.d.ts.map +1 -0
  1149. package/dist/internal/announcer.js +1 -0
  1150. package/dist/internal/announcer.js.map +1 -0
  1151. package/dist/internal/form-associated.d.ts +1 -0
  1152. package/dist/internal/form-associated.d.ts.map +1 -0
  1153. package/dist/internal/form-associated.js +1 -0
  1154. package/dist/internal/form-associated.js.map +1 -0
  1155. package/dist/internal/group-by-recency.d.ts +1 -0
  1156. package/dist/internal/group-by-recency.d.ts.map +1 -0
  1157. package/dist/internal/group-by-recency.js +1 -0
  1158. package/dist/internal/group-by-recency.js.map +1 -0
  1159. package/dist/internal/icons.d.ts +1 -0
  1160. package/dist/internal/icons.d.ts.map +1 -0
  1161. package/dist/internal/icons.js +1 -0
  1162. package/dist/internal/icons.js.map +1 -0
  1163. package/dist/internal/localization.d.ts +27 -0
  1164. package/dist/internal/localization.d.ts.map +1 -0
  1165. package/dist/internal/localization.js +142 -0
  1166. package/dist/internal/localization.js.map +1 -0
  1167. package/dist/internal/lyra-element.d.ts +27 -3
  1168. package/dist/internal/lyra-element.d.ts.map +1 -0
  1169. package/dist/internal/lyra-element.js +52 -3
  1170. package/dist/internal/lyra-element.js.map +1 -0
  1171. package/dist/internal/numbers.d.ts +1 -0
  1172. package/dist/internal/numbers.d.ts.map +1 -0
  1173. package/dist/internal/numbers.js +1 -0
  1174. package/dist/internal/numbers.js.map +1 -0
  1175. package/dist/internal/optional-peer-types.d.ts +8 -0
  1176. package/dist/internal/optional-peer-types.d.ts.map +1 -0
  1177. package/dist/internal/optional-peer-types.js +2 -0
  1178. package/dist/internal/optional-peer-types.js.map +1 -0
  1179. package/dist/internal/overlay-manager.d.ts +1 -0
  1180. package/dist/internal/overlay-manager.d.ts.map +1 -0
  1181. package/dist/internal/overlay-manager.js +1 -0
  1182. package/dist/internal/overlay-manager.js.map +1 -0
  1183. package/dist/internal/positioner.d.ts +1 -0
  1184. package/dist/internal/positioner.d.ts.map +1 -0
  1185. package/dist/internal/positioner.js +1 -0
  1186. package/dist/internal/positioner.js.map +1 -0
  1187. package/dist/internal/prefix.d.ts +1 -0
  1188. package/dist/internal/prefix.d.ts.map +1 -0
  1189. package/dist/internal/prefix.js +9 -2
  1190. package/dist/internal/prefix.js.map +1 -0
  1191. package/dist/internal/root-registration-allowlist.d.ts +8 -0
  1192. package/dist/internal/root-registration-allowlist.d.ts.map +1 -0
  1193. package/dist/internal/root-registration-allowlist.js +102 -0
  1194. package/dist/internal/root-registration-allowlist.js.map +1 -0
  1195. package/dist/internal/rtl.d.ts +1 -0
  1196. package/dist/internal/rtl.d.ts.map +1 -0
  1197. package/dist/internal/rtl.js +1 -0
  1198. package/dist/internal/rtl.js.map +1 -0
  1199. package/dist/internal/safe-url.d.ts +1 -0
  1200. package/dist/internal/safe-url.d.ts.map +1 -0
  1201. package/dist/internal/safe-url.js +1 -0
  1202. package/dist/internal/safe-url.js.map +1 -0
  1203. package/dist/internal/scroll-lock.d.ts +1 -0
  1204. package/dist/internal/scroll-lock.d.ts.map +1 -0
  1205. package/dist/internal/scroll-lock.js +1 -0
  1206. package/dist/internal/scroll-lock.js.map +1 -0
  1207. package/dist/internal/tokens.styles.d.ts +1 -0
  1208. package/dist/internal/tokens.styles.d.ts.map +1 -0
  1209. package/dist/internal/tokens.styles.js +207 -0
  1210. package/dist/internal/tokens.styles.js.map +1 -0
  1211. package/dist/lyra.d.ts +76 -4
  1212. package/dist/lyra.d.ts.map +1 -0
  1213. package/dist/lyra.js +19 -1
  1214. package/dist/lyra.js.map +1 -0
  1215. package/dist/testing/happy-dom-shims.d.ts +40 -0
  1216. package/dist/testing/happy-dom-shims.d.ts.map +1 -0
  1217. package/dist/testing/happy-dom-shims.js +52 -0
  1218. package/dist/testing/happy-dom-shims.js.map +1 -0
  1219. package/llms-full.txt +726 -81
  1220. package/llms.txt +9 -7
  1221. package/package.json +199 -6
@@ -0,0 +1,121 @@
1
+ import { type TemplateResult, type PropertyValues } from 'lit';
2
+ import { LyraElement } from '../../internal/lyra-element.js';
3
+ export interface LyraGenerationStatusEventMap {
4
+ 'lyra-stop': CustomEvent<undefined>;
5
+ }
6
+ /**
7
+ * `<lyra-generation-status>` — a compact, ticking status readout shown
8
+ * alongside an in-progress AI response: elapsed time, token count, and
9
+ * token-throughput, plus a built-in Stop button. Renders as e.g.
10
+ * `12.3s · 340 tokens · 27 tok/s [Stop]`.
11
+ *
12
+ * This is deliberately a *different* concern than the already-landed
13
+ * `<lyra-stream-status>`: that component is about transport/connection
14
+ * health (idle/connecting/streaming/stalled, heartbeat-aware stall
15
+ * detection), while this one is a user-facing metrics readout for a
16
+ * generation that both components' hosts typically already know is
17
+ * healthily in progress. Neither imports or depends on the other, and a
18
+ * consumer building a full generation UI is expected to compose both side by
19
+ * side rather than pick one.
20
+ *
21
+ * `active` drives an internal ~1s `setInterval` ticker that recomputes the
22
+ * elapsed-time display (a plain interval is sufficient here -- unlike
23
+ * `<lyra-stream-status>`'s stall timer, this never needs to be armed with a
24
+ * precise deadline, only to refresh a display roughly once a second). The
25
+ * elapsed clock's start instant is `started-at` when set (an epoch-ms
26
+ * timestamp -- lets a host that already knows exactly when generation began,
27
+ * e.g. from its own request-dispatch timestamp, feed that in directly and
28
+ * survive this component being created slightly later than that instant);
29
+ * when `started-at` is unset, this component falls back to capturing
30
+ * `Date.now()` itself at the moment `active` flips from `false`/unset to
31
+ * `true`, so the ticker still starts from a sensible instant with zero
32
+ * required host bookkeeping. The ticker is cleared whenever `active` becomes
33
+ * `false` and on disconnect; the display is left at whatever it last showed
34
+ * (frozen, not reset to zero) -- a static "Generated in 12.3s" reads better
35
+ * as a completed-state summary than the readout blanking out the instant
36
+ * generation ends.
37
+ *
38
+ * `tokens-per-second`, when the host supplies it directly (e.g. from its own
39
+ * smoothed/windowed rate calculation), is always used as-is. When omitted,
40
+ * this component derives a live figure itself from `token-count` divided by
41
+ * elapsed seconds -- but only once at least one full second of elapsed time
42
+ * has accumulated, since dividing by a sub-second elapsed window can produce
43
+ * wildly-swinging, misleading early readings (e.g. 3 tokens in 40ms reading
44
+ * as "75 tok/s"). A host that wants a stable figure from the very first tick
45
+ * should supply `tokens-per-second` itself. The tokens segment and the
46
+ * throughput segment are independently optional: either, both, or neither
47
+ * may render depending on what's available, per each property's own doc.
48
+ *
49
+ * Accessibility: this readout ticks roughly once per second while active,
50
+ * which is exactly the kind of high-frequency update
51
+ * `<lyra-live-region>`/`Announcer` (`../../internal/announcer.js`) exists to
52
+ * *prevent* from being read aloud verbatim -- routing a per-second numeric
53
+ * tick through even a throttled announcer would still narrate a new number
54
+ * to a screen-reader user roughly once every throttle window for as long as
55
+ * generation runs, which is noise, not information. This component
56
+ * therefore carries no `role="status"`/`aria-live` of its own and never
57
+ * announces anything; a host that wants generation-start/-end announced
58
+ * should pair this with something that announces state *transitions* (e.g.
59
+ * `<lyra-typing-indicator>`'s mount-time announcement), not this ticking
60
+ * readout. The one genuinely actionable, infrequent control here -- the Stop
61
+ * button -- gets a normal, always-present `aria-label`, no different from
62
+ * any other icon-only button in this library.
63
+ *
64
+ * @customElement lyra-generation-status
65
+ * @event lyra-stop - The built-in Stop button was clicked. No detail payload.
66
+ * @csspart base - The root inline layout container.
67
+ * @csspart elapsed - The elapsed-time segment, e.g. `"12.3s"`. Always rendered (reads `"0.0s"` before the component has ever been active).
68
+ * @csspart tokens - The token-count segment, e.g. `"340 tokens"`. Only rendered when `token-count` is set.
69
+ * @csspart throughput - The throughput segment, e.g. `"27 tok/s"`. Only rendered when a value is available (host-supplied or derived; see the class doc).
70
+ * @csspart stop-button - The built-in Stop button. Only rendered while `show-stop` is true.
71
+ */
72
+ export declare class LyraGenerationStatus extends LyraElement<LyraGenerationStatusEventMap> {
73
+ static styles: import("lit").CSSResultGroup[];
74
+ /** Whether generation is currently in progress. The elapsed-time ticker
75
+ * runs only while this is `true` (see the class doc). */
76
+ active: boolean;
77
+ /** Epoch-ms timestamp of when generation began. Optional -- when unset (or
78
+ * when set to a value that fails to parse as a finite number, e.g. an
79
+ * ISO-8601 date string) while `active` is `true`, this component captures
80
+ * the current time itself the moment `active` becomes `true` and counts
81
+ * from there instead (see the class doc). */
82
+ startedAt?: number;
83
+ /** Running token count so far. Omitted from the readout entirely (no
84
+ * `tokens` segment) while unset. */
85
+ tokenCount?: number;
86
+ /** Host-computed tokens/sec figure, used as-is when set. When unset, this
87
+ * component derives a live figure from `token-count` and elapsed time
88
+ * itself once one is available -- see the class doc for the exact rule
89
+ * and why. */
90
+ tokensPerSecond?: number;
91
+ /** Whether the built-in Stop button renders at all. Defaults to `true`.
92
+ * Uses {@link showStopConverter} rather than Lit's default presence-based
93
+ * `type: Boolean` handling, so a plain-HTML consumer with no way to write
94
+ * a `.showStop` property binding can still turn this off with
95
+ * `show-stop="false"`; a Lit template can do the same with either that
96
+ * attribute string or a `.showStop=${false}` property binding. */
97
+ showStop: boolean;
98
+ private elapsedMs;
99
+ private tickTimer?;
100
+ private fallbackStartMs?;
101
+ connectedCallback(): void;
102
+ disconnectedCallback(): void;
103
+ protected willUpdate(changed: PropertyValues): void;
104
+ protected updated(changed: PropertyValues): void;
105
+ private startTicker;
106
+ private stopTicker;
107
+ private get validStartedAt();
108
+ private computeElapsedMs;
109
+ /** `tokens-per-second` when set; otherwise a derived figure once enough
110
+ * elapsed time has accumulated for it to be meaningful; otherwise
111
+ * `undefined` (the throughput segment doesn't render at all). */
112
+ private get effectiveTokensPerSecond();
113
+ private onStopClick;
114
+ render(): TemplateResult;
115
+ }
116
+ declare global {
117
+ interface HTMLElementTagNameMap {
118
+ 'lyra-generation-status': LyraGenerationStatus;
119
+ }
120
+ }
121
+ //# sourceMappingURL=generation-status.class.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generation-status.class.d.ts","sourceRoot":"","sources":["../../../src/components/generation-status/generation-status.class.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,cAAc,EAEnB,KAAK,cAAc,EAEpB,MAAM,KAAK,CAAC;AAEb,OAAO,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AA6F7D,MAAM,WAAW,4BAA4B;IAC3C,WAAW,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;CACrC;AACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiEG;AACH,qBAAa,oBAAqB,SAAQ,WAAW,CAAC,4BAA4B,CAAC;IACjF,MAAM,CAAC,MAAM,iCAAgC;IAE7C;8DAC0D;IACd,MAAM,UAAS;IAE3D;;;;kDAI8C;IACO,SAAS,CAAC,EAAE,MAAM,CAAC;IAExE;yCACqC;IACiB,UAAU,CAAC,EAAE,MAAM,CAAC;IAE1E;;;mBAGe;IAC6C,eAAe,CAAC,EAAE,MAAM,CAAC;IAErF;;;;;uEAKmE;IACC,QAAQ,UAAQ;IAI3E,OAAO,CAAC,SAAS,CAAK;IAE/B,OAAO,CAAC,SAAS,CAAC,CAAiC;IAGnD,OAAO,CAAC,eAAe,CAAC,CAAS;IAUjC,iBAAiB,IAAI,IAAI,CAMxB;IAED,oBAAoB,IAAI,IAAI,CAG3B;IAkBD,SAAS,CAAC,UAAU,CAAC,OAAO,EAAE,cAAc,GAAG,IAAI,CAUlD;IAKD,SAAS,CAAC,OAAO,CAAC,OAAO,EAAE,cAAc,GAAG,IAAI,CAK/C;IAED,OAAO,CAAC,WAAW;IAYnB,OAAO,CAAC,UAAU;IAelB,OAAO,KAAK,cAAc,GAEzB;IAED,OAAO,CAAC,gBAAgB;IAKxB;;sEAEkE;IAClE,OAAO,KAAK,wBAAwB,GASnC;IAED,OAAO,CAAC,WAAW,CAEjB;IAEF,MAAM,IAAI,cAAc,CAmBvB;CACF;AAGD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,wBAAwB,EAAE,oBAAoB,CAAC;KAChD;CACF"}
@@ -0,0 +1,326 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ import { html, nothing, svg, } from 'lit';
8
+ import { property, state } from 'lit/decorators.js';
9
+ import { LyraElement } from '../../internal/lyra-element.js';
10
+ import { styles } from './generation-status.styles.js';
11
+ // Mirrors the shared icon set's viewBox/stroke conventions
12
+ // (internal/icons.ts's chevronIcon()/closeIcon()/etc.) without adding a
13
+ // stop glyph to that module -- it's off limits here -- so this one-off icon
14
+ // still reads as part of the same visual language as the rest of the
15
+ // library's inline icons. Identical shape to `<lyra-chat-composer>`'s own
16
+ // local `stopIcon()` (the conventional filled-square "stop generating"
17
+ // glyph), duplicated rather than imported since these are two independently
18
+ // consumable components with no dependency between them.
19
+ function stopIcon() {
20
+ return svg `
21
+ <svg
22
+ width="1em"
23
+ height="1em"
24
+ viewBox="0 0 24 24"
25
+ fill="currentColor"
26
+ stroke="none"
27
+ aria-hidden="true"
28
+ focusable="false"
29
+ ><rect x="6" y="6" width="12" height="12" rx="1.5"></rect></svg>
30
+ `;
31
+ }
32
+ /** `4200` -> `"4.2s"`; `65000` -> `"1m 5s"`. Sub-minute durations get one
33
+ * decimal place of seconds (the common case: most single generations finish
34
+ * in single-digit seconds, where whole-second precision would look static
35
+ * between ticks); once a full minute is reached, `"Xm Ys"` reads better than
36
+ * a fractional-minute or a 3-4 digit seconds count. The `59.95` cutoff (not
37
+ * a plain `60`) exists so a value that *rounds* to `"60.0s"` at one-decimal
38
+ * precision is displayed as `"1m 0s"` instead -- without it, the two
39
+ * branches could each independently round the same instant to a different
40
+ * minute. */
41
+ function formatElapsed(ms) {
42
+ const totalSeconds = Math.max(0, ms) / 1000;
43
+ if (totalSeconds < 59.95) {
44
+ return `${(Math.round(totalSeconds * 10) / 10).toFixed(1)}s`;
45
+ }
46
+ const wholeSeconds = Math.round(totalSeconds);
47
+ const minutes = Math.floor(wholeSeconds / 60);
48
+ const seconds = wholeSeconds % 60;
49
+ return `${minutes}m ${seconds}s`;
50
+ }
51
+ /** `340` -> `"340 tokens"`; `1` -> `"1 token"`. Same plain singular/plural
52
+ * ternary `<lyra-json-viewer>`'s array/object summary already uses -- this
53
+ * library has no general i18n/pluralization system (see
54
+ * `<lyra-source-list>`'s class doc for that stance), but a two-way English
55
+ * ternary for one fixed noun is a different, much smaller thing than a
56
+ * general pluralization engine, and reads better than an unconditional
57
+ * "1 tokens". */
58
+ function formatTokenCount(count) {
59
+ const rounded = Math.max(0, Math.round(count));
60
+ return `${rounded} ${rounded === 1 ? 'token' : 'tokens'}`;
61
+ }
62
+ /** `27.4` -> `"27 tok/s"`; `3.2` -> `"3.2 tok/s"`. Same shape as this file's
63
+ * `formatElapsed`/`<lyra-tool-call-chip>`'s `formatDuration`: the low end of
64
+ * the range (where a whole-number rounding would flatten every early
65
+ * reading to the same "0" or "1") gets one decimal place, while anything at
66
+ * or above 10 tok/s rounds to a whole number, which is plenty precise for a
67
+ * live-updating throughput figure. */
68
+ function formatThroughput(value) {
69
+ const clamped = Math.max(0, value);
70
+ const rounded = clamped < 10 ? Math.round(clamped * 10) / 10 : Math.round(clamped);
71
+ return `${rounded} tok/s`;
72
+ }
73
+ /**
74
+ * String-aware boolean attribute converter for `show-stop`. Lit's built-in
75
+ * `type: Boolean` converter is presence-based -- the attribute's mere
76
+ * presence (regardless of its string value) maps to `true`, so a plain-
77
+ * markup consumer writing the literal `show-stop="false"` would actually get
78
+ * the button *shown*, the opposite of what that string reads as (the same
79
+ * bug class `<lyra-streaming-text>`'s `optionalBooleanConverter` and
80
+ * `<lyra-line-chart>`'s `WithoutBeginAtZero` story both document). Unlike
81
+ * `<lyra-streaming-text>`'s tri-state converter, this property's default is
82
+ * `true`, not "unset" -- so this one only needs two states: attribute absent
83
+ * (or removed) -> `true` (the default); `show-stop="false"` -> `false`;
84
+ * anything else present (no value, `="true"`, ...) -> `true`.
85
+ */
86
+ const showStopConverter = {
87
+ fromAttribute(value) {
88
+ return value !== 'false';
89
+ },
90
+ toAttribute(value) {
91
+ // `true` is this property's default, so there's nothing worth reflecting
92
+ // for it; only the non-default `false` needs an attribute at all.
93
+ return value ? null : 'false';
94
+ },
95
+ };
96
+ /**
97
+ * `<lyra-generation-status>` — a compact, ticking status readout shown
98
+ * alongside an in-progress AI response: elapsed time, token count, and
99
+ * token-throughput, plus a built-in Stop button. Renders as e.g.
100
+ * `12.3s · 340 tokens · 27 tok/s [Stop]`.
101
+ *
102
+ * This is deliberately a *different* concern than the already-landed
103
+ * `<lyra-stream-status>`: that component is about transport/connection
104
+ * health (idle/connecting/streaming/stalled, heartbeat-aware stall
105
+ * detection), while this one is a user-facing metrics readout for a
106
+ * generation that both components' hosts typically already know is
107
+ * healthily in progress. Neither imports or depends on the other, and a
108
+ * consumer building a full generation UI is expected to compose both side by
109
+ * side rather than pick one.
110
+ *
111
+ * `active` drives an internal ~1s `setInterval` ticker that recomputes the
112
+ * elapsed-time display (a plain interval is sufficient here -- unlike
113
+ * `<lyra-stream-status>`'s stall timer, this never needs to be armed with a
114
+ * precise deadline, only to refresh a display roughly once a second). The
115
+ * elapsed clock's start instant is `started-at` when set (an epoch-ms
116
+ * timestamp -- lets a host that already knows exactly when generation began,
117
+ * e.g. from its own request-dispatch timestamp, feed that in directly and
118
+ * survive this component being created slightly later than that instant);
119
+ * when `started-at` is unset, this component falls back to capturing
120
+ * `Date.now()` itself at the moment `active` flips from `false`/unset to
121
+ * `true`, so the ticker still starts from a sensible instant with zero
122
+ * required host bookkeeping. The ticker is cleared whenever `active` becomes
123
+ * `false` and on disconnect; the display is left at whatever it last showed
124
+ * (frozen, not reset to zero) -- a static "Generated in 12.3s" reads better
125
+ * as a completed-state summary than the readout blanking out the instant
126
+ * generation ends.
127
+ *
128
+ * `tokens-per-second`, when the host supplies it directly (e.g. from its own
129
+ * smoothed/windowed rate calculation), is always used as-is. When omitted,
130
+ * this component derives a live figure itself from `token-count` divided by
131
+ * elapsed seconds -- but only once at least one full second of elapsed time
132
+ * has accumulated, since dividing by a sub-second elapsed window can produce
133
+ * wildly-swinging, misleading early readings (e.g. 3 tokens in 40ms reading
134
+ * as "75 tok/s"). A host that wants a stable figure from the very first tick
135
+ * should supply `tokens-per-second` itself. The tokens segment and the
136
+ * throughput segment are independently optional: either, both, or neither
137
+ * may render depending on what's available, per each property's own doc.
138
+ *
139
+ * Accessibility: this readout ticks roughly once per second while active,
140
+ * which is exactly the kind of high-frequency update
141
+ * `<lyra-live-region>`/`Announcer` (`../../internal/announcer.js`) exists to
142
+ * *prevent* from being read aloud verbatim -- routing a per-second numeric
143
+ * tick through even a throttled announcer would still narrate a new number
144
+ * to a screen-reader user roughly once every throttle window for as long as
145
+ * generation runs, which is noise, not information. This component
146
+ * therefore carries no `role="status"`/`aria-live` of its own and never
147
+ * announces anything; a host that wants generation-start/-end announced
148
+ * should pair this with something that announces state *transitions* (e.g.
149
+ * `<lyra-typing-indicator>`'s mount-time announcement), not this ticking
150
+ * readout. The one genuinely actionable, infrequent control here -- the Stop
151
+ * button -- gets a normal, always-present `aria-label`, no different from
152
+ * any other icon-only button in this library.
153
+ *
154
+ * @customElement lyra-generation-status
155
+ * @event lyra-stop - The built-in Stop button was clicked. No detail payload.
156
+ * @csspart base - The root inline layout container.
157
+ * @csspart elapsed - The elapsed-time segment, e.g. `"12.3s"`. Always rendered (reads `"0.0s"` before the component has ever been active).
158
+ * @csspart tokens - The token-count segment, e.g. `"340 tokens"`. Only rendered when `token-count` is set.
159
+ * @csspart throughput - The throughput segment, e.g. `"27 tok/s"`. Only rendered when a value is available (host-supplied or derived; see the class doc).
160
+ * @csspart stop-button - The built-in Stop button. Only rendered while `show-stop` is true.
161
+ */
162
+ export class LyraGenerationStatus extends LyraElement {
163
+ constructor() {
164
+ super(...arguments);
165
+ /** Whether generation is currently in progress. The elapsed-time ticker
166
+ * runs only while this is `true` (see the class doc). */
167
+ this.active = false;
168
+ /** Whether the built-in Stop button renders at all. Defaults to `true`.
169
+ * Uses {@link showStopConverter} rather than Lit's default presence-based
170
+ * `type: Boolean` handling, so a plain-HTML consumer with no way to write
171
+ * a `.showStop` property binding can still turn this off with
172
+ * `show-stop="false"`; a Lit template can do the same with either that
173
+ * attribute string or a `.showStop=${false}` property binding. */
174
+ this.showStop = true;
175
+ // Recomputed on activation and on every ~1s tick; frozen (not reset) once
176
+ // `active` goes false -- see the class doc's "ticker" paragraph.
177
+ this.elapsedMs = 0;
178
+ this.onStopClick = () => {
179
+ this.emit('lyra-stop');
180
+ };
181
+ }
182
+ static { this.styles = [LyraElement.styles, styles]; }
183
+ // A re-parenting host (e.g. a virtualized/reordering list) disconnects and
184
+ // reconnects this element without ever toggling `active` -- `willUpdate`/
185
+ // `updated` only react to *changes* of `active`, so with no override here
186
+ // a still-active element would come back with `disconnectedCallback`'s
187
+ // cleared ticker never restarted, freezing the readout even though
188
+ // `active` (still `true`) says generation is ongoing. Restarting from
189
+ // `computeElapsedMs()` (rather than resuming a stale in-flight interval)
190
+ // matches how `startTicker()` already re-baselines on every fresh start.
191
+ connectedCallback() {
192
+ super.connectedCallback();
193
+ if (this.active) {
194
+ this.elapsedMs = this.computeElapsedMs();
195
+ this.startTicker();
196
+ }
197
+ }
198
+ disconnectedCallback() {
199
+ super.disconnectedCallback();
200
+ this.stopTicker();
201
+ }
202
+ // Recomputing `elapsedMs` here (rather than in `updated()`) matters: Lit
203
+ // runs `willUpdate()` *before* render, as part of the same update pass, so
204
+ // a property set here is picked up by this same render with no extra
205
+ // cycle. Setting a reactive property from inside `updated()` instead would
206
+ // schedule a *second* update after the first has already completed (Lit
207
+ // warns about exactly this in dev mode) -- meaning a caller doing
208
+ // `el.active = true; await el.updateComplete;` would still observe the
209
+ // stale pre-activation `elapsedMs` once that first promise resolves.
210
+ //
211
+ // `changed.has('active')` fires on the very first update too when the
212
+ // element mounts already `active` (the parsed-attribute/property value
213
+ // differs from the `false` field-initializer default that was seen first)
214
+ // -- same mechanism `<lyra-stream-status>`'s `onPhaseChanged` relies on to
215
+ // arm its stall timer on a `phase="streaming"` mount, so mounting this
216
+ // component already active correctly seeds `elapsedMs` with no separate
217
+ // first-update special case needed.
218
+ willUpdate(changed) {
219
+ if (changed.has('active') && this.active) {
220
+ if (this.validStartedAt == null)
221
+ this.fallbackStartMs = Date.now();
222
+ this.elapsedMs = this.computeElapsedMs();
223
+ }
224
+ else if (this.active && changed.has('startedAt')) {
225
+ // A `started-at` that arrives (or changes) mid-generation should
226
+ // immediately re-baseline the displayed elapsed time rather than wait
227
+ // up to ~1s for the next tick.
228
+ this.elapsedMs = this.computeElapsedMs();
229
+ }
230
+ }
231
+ // Starting/stopping the interval is a genuine side effect (not a reactive-
232
+ // property write), so it belongs in `updated()`, unlike the `elapsedMs`
233
+ // computation above.
234
+ updated(changed) {
235
+ if (changed.has('active')) {
236
+ if (this.active)
237
+ this.startTicker();
238
+ else
239
+ this.stopTicker();
240
+ }
241
+ }
242
+ startTicker() {
243
+ this.stopTicker();
244
+ // Setting `elapsedMs` here (unlike inside `updated()`, see that method's
245
+ // doc) is fine: an interval callback is a wholly separate future task,
246
+ // not a continuation of an in-progress Lit update, so this starts a
247
+ // normal, self-contained update cycle rather than a same-tick "second
248
+ // update" scheduled mid-render.
249
+ this.tickTimer = setInterval(() => {
250
+ this.elapsedMs = this.computeElapsedMs();
251
+ }, 1000);
252
+ }
253
+ stopTicker() {
254
+ if (this.tickTimer !== undefined) {
255
+ clearInterval(this.tickTimer);
256
+ this.tickTimer = undefined;
257
+ }
258
+ }
259
+ // `startedAt` is host-supplied and, unlike `tokenCount`/`tokensPerSecond`
260
+ // (both already guarded at their read sites), had no `Number.isFinite`
261
+ // check of its own -- a non-numeric `started-at` attribute (e.g. an
262
+ // ISO-8601 date string that failed the `type: Number` conversion, landing
263
+ // as `NaN`) would flow straight into `Date.now() - start`, permanently
264
+ // rendering the literal text "NaNm NaNs" with no fallback or recovery.
265
+ // Treating an invalid value the same as "unset" here restores this
266
+ // property's own documented fallback-clock behavior instead.
267
+ get validStartedAt() {
268
+ return this.startedAt != null && Number.isFinite(this.startedAt) ? this.startedAt : undefined;
269
+ }
270
+ computeElapsedMs() {
271
+ const start = this.validStartedAt ?? this.fallbackStartMs;
272
+ return start == null ? 0 : Math.max(0, Date.now() - start);
273
+ }
274
+ /** `tokens-per-second` when set; otherwise a derived figure once enough
275
+ * elapsed time has accumulated for it to be meaningful; otherwise
276
+ * `undefined` (the throughput segment doesn't render at all). */
277
+ get effectiveTokensPerSecond() {
278
+ if (this.tokensPerSecond != null && Number.isFinite(this.tokensPerSecond)) {
279
+ return this.tokensPerSecond;
280
+ }
281
+ if (this.tokenCount != null && Number.isFinite(this.tokenCount)) {
282
+ const elapsedSeconds = this.elapsedMs / 1000;
283
+ if (elapsedSeconds >= 1)
284
+ return this.tokenCount / elapsedSeconds;
285
+ }
286
+ return undefined;
287
+ }
288
+ render() {
289
+ const hasTokens = this.tokenCount != null && Number.isFinite(this.tokenCount);
290
+ const throughput = this.effectiveTokensPerSecond;
291
+ const hasThroughput = throughput !== undefined;
292
+ return html `
293
+ <div part="base">
294
+ <span part="elapsed">${formatElapsed(this.elapsedMs)}</span>
295
+ ${hasTokens ? html `<span part="tokens">${formatTokenCount(this.tokenCount)}</span>` : nothing}
296
+ ${hasThroughput ? html `<span part="throughput">${formatThroughput(throughput)}</span>` : nothing}
297
+ ${this.showStop
298
+ ? html `
299
+ <button part="stop-button" type="button" aria-label="Stop generating" @click=${this.onStopClick}>
300
+ ${stopIcon()}
301
+ </button>
302
+ `
303
+ : nothing}
304
+ </div>
305
+ `;
306
+ }
307
+ }
308
+ __decorate([
309
+ property({ type: Boolean, reflect: true })
310
+ ], LyraGenerationStatus.prototype, "active", void 0);
311
+ __decorate([
312
+ property({ type: Number, attribute: 'started-at' })
313
+ ], LyraGenerationStatus.prototype, "startedAt", void 0);
314
+ __decorate([
315
+ property({ type: Number, attribute: 'token-count' })
316
+ ], LyraGenerationStatus.prototype, "tokenCount", void 0);
317
+ __decorate([
318
+ property({ type: Number, attribute: 'tokens-per-second' })
319
+ ], LyraGenerationStatus.prototype, "tokensPerSecond", void 0);
320
+ __decorate([
321
+ property({ attribute: 'show-stop', converter: showStopConverter })
322
+ ], LyraGenerationStatus.prototype, "showStop", void 0);
323
+ __decorate([
324
+ state()
325
+ ], LyraGenerationStatus.prototype, "elapsedMs", void 0);
326
+ //# sourceMappingURL=generation-status.class.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generation-status.class.js","sourceRoot":"","sources":["../../../src/components/generation-status/generation-status.class.ts"],"names":[],"mappings":"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"}
@@ -1,117 +1,2 @@
1
- import { type TemplateResult, type PropertyValues } from 'lit';
2
- import { LyraElement } from '../../internal/lyra-element.js';
3
- /**
4
- * `<lyra-generation-status>` — a compact, ticking status readout shown
5
- * alongside an in-progress AI response: elapsed time, token count, and
6
- * token-throughput, plus a built-in Stop button. Renders as e.g.
7
- * `12.3s · 340 tokens · 27 tok/s [Stop]`.
8
- *
9
- * This is deliberately a *different* concern than the already-landed
10
- * `<lyra-stream-status>`: that component is about transport/connection
11
- * health (idle/connecting/streaming/stalled, heartbeat-aware stall
12
- * detection), while this one is a user-facing metrics readout for a
13
- * generation that both components' hosts typically already know is
14
- * healthily in progress. Neither imports or depends on the other, and a
15
- * consumer building a full generation UI is expected to compose both side by
16
- * side rather than pick one.
17
- *
18
- * `active` drives an internal ~1s `setInterval` ticker that recomputes the
19
- * elapsed-time display (a plain interval is sufficient here -- unlike
20
- * `<lyra-stream-status>`'s stall timer, this never needs to be armed with a
21
- * precise deadline, only to refresh a display roughly once a second). The
22
- * elapsed clock's start instant is `started-at` when set (an epoch-ms
23
- * timestamp -- lets a host that already knows exactly when generation began,
24
- * e.g. from its own request-dispatch timestamp, feed that in directly and
25
- * survive this component being created slightly later than that instant);
26
- * when `started-at` is unset, this component falls back to capturing
27
- * `Date.now()` itself at the moment `active` flips from `false`/unset to
28
- * `true`, so the ticker still starts from a sensible instant with zero
29
- * required host bookkeeping. The ticker is cleared whenever `active` becomes
30
- * `false` and on disconnect; the display is left at whatever it last showed
31
- * (frozen, not reset to zero) -- a static "Generated in 12.3s" reads better
32
- * as a completed-state summary than the readout blanking out the instant
33
- * generation ends.
34
- *
35
- * `tokens-per-second`, when the host supplies it directly (e.g. from its own
36
- * smoothed/windowed rate calculation), is always used as-is. When omitted,
37
- * this component derives a live figure itself from `token-count` divided by
38
- * elapsed seconds -- but only once at least one full second of elapsed time
39
- * has accumulated, since dividing by a sub-second elapsed window can produce
40
- * wildly-swinging, misleading early readings (e.g. 3 tokens in 40ms reading
41
- * as "75 tok/s"). A host that wants a stable figure from the very first tick
42
- * should supply `tokens-per-second` itself. The tokens segment and the
43
- * throughput segment are independently optional: either, both, or neither
44
- * may render depending on what's available, per each property's own doc.
45
- *
46
- * Accessibility: this readout ticks roughly once per second while active,
47
- * which is exactly the kind of high-frequency update
48
- * `<lyra-live-region>`/`Announcer` (`../../internal/announcer.js`) exists to
49
- * *prevent* from being read aloud verbatim -- routing a per-second numeric
50
- * tick through even a throttled announcer would still narrate a new number
51
- * to a screen-reader user roughly once every throttle window for as long as
52
- * generation runs, which is noise, not information. This component
53
- * therefore carries no `role="status"`/`aria-live` of its own and never
54
- * announces anything; a host that wants generation-start/-end announced
55
- * should pair this with something that announces state *transitions* (e.g.
56
- * `<lyra-typing-indicator>`'s mount-time announcement), not this ticking
57
- * readout. The one genuinely actionable, infrequent control here -- the Stop
58
- * button -- gets a normal, always-present `aria-label`, no different from
59
- * any other icon-only button in this library.
60
- *
61
- * @customElement lyra-generation-status
62
- * @event lyra-stop - The built-in Stop button was clicked. No detail payload.
63
- * @csspart base - The root inline layout container.
64
- * @csspart elapsed - The elapsed-time segment, e.g. `"12.3s"`. Always rendered (reads `"0.0s"` before the component has ever been active).
65
- * @csspart tokens - The token-count segment, e.g. `"340 tokens"`. Only rendered when `token-count` is set.
66
- * @csspart throughput - The throughput segment, e.g. `"27 tok/s"`. Only rendered when a value is available (host-supplied or derived; see the class doc).
67
- * @csspart stop-button - The built-in Stop button. Only rendered while `show-stop` is true.
68
- */
69
- export declare class LyraGenerationStatus extends LyraElement {
70
- static styles: import("lit").CSSResultGroup[];
71
- /** Whether generation is currently in progress. The elapsed-time ticker
72
- * runs only while this is `true` (see the class doc). */
73
- active: boolean;
74
- /** Epoch-ms timestamp of when generation began. Optional -- when unset (or
75
- * when set to a value that fails to parse as a finite number, e.g. an
76
- * ISO-8601 date string) while `active` is `true`, this component captures
77
- * the current time itself the moment `active` becomes `true` and counts
78
- * from there instead (see the class doc). */
79
- startedAt?: number;
80
- /** Running token count so far. Omitted from the readout entirely (no
81
- * `tokens` segment) while unset. */
82
- tokenCount?: number;
83
- /** Host-computed tokens/sec figure, used as-is when set. When unset, this
84
- * component derives a live figure from `token-count` and elapsed time
85
- * itself once one is available -- see the class doc for the exact rule
86
- * and why. */
87
- tokensPerSecond?: number;
88
- /** Whether the built-in Stop button renders at all. Defaults to `true`.
89
- * Uses {@link showStopConverter} rather than Lit's default presence-based
90
- * `type: Boolean` handling, so a plain-HTML consumer with no way to write
91
- * a `.showStop` property binding can still turn this off with
92
- * `show-stop="false"`; a Lit template can do the same with either that
93
- * attribute string or a `.showStop=${false}` property binding. */
94
- showStop: boolean;
95
- private elapsedMs;
96
- private tickTimer?;
97
- private fallbackStartMs?;
98
- connectedCallback(): void;
99
- disconnectedCallback(): void;
100
- protected willUpdate(changed: PropertyValues): void;
101
- protected updated(changed: PropertyValues): void;
102
- private startTicker;
103
- private stopTicker;
104
- private get validStartedAt();
105
- private computeElapsedMs;
106
- /** `tokens-per-second` when set; otherwise a derived figure once enough
107
- * elapsed time has accumulated for it to be meaningful; otherwise
108
- * `undefined` (the throughput segment doesn't render at all). */
109
- private get effectiveTokensPerSecond();
110
- private onStopClick;
111
- render(): TemplateResult;
112
- }
113
- declare global {
114
- interface HTMLElementTagNameMap {
115
- 'lyra-generation-status': LyraGenerationStatus;
116
- }
117
- }
1
+ export * from './generation-status.class.js';
2
+ //# sourceMappingURL=generation-status.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generation-status.d.ts","sourceRoot":"","sources":["../../../src/components/generation-status/generation-status.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC"}