@cloudflare/realtimekit-ui 1.1.0-staging.3 → 1.1.0-staging.4

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 (383) hide show
  1. package/dist/browser.js +1 -1
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/realtimekit-ui.cjs.js +1 -1
  4. package/dist/cjs/rtk-ai-transcriptions.cjs.entry.js +1 -1
  5. package/dist/cjs/rtk-audio-grid.cjs.entry.js +1 -1
  6. package/dist/cjs/rtk-audio-visualizer_4.cjs.entry.js +1 -1
  7. package/dist/cjs/rtk-avatar_24.cjs.entry.js +44 -34
  8. package/dist/cjs/rtk-breakout-room-manager_3.cjs.entry.js +4 -4
  9. package/dist/cjs/rtk-breakout-rooms-manager_9.cjs.entry.js +9 -9
  10. package/dist/cjs/rtk-channel-creator.cjs.entry.js +2 -2
  11. package/dist/cjs/rtk-channel-details.cjs.entry.js +1 -1
  12. package/dist/cjs/rtk-channel-selector-ui.cjs.entry.js +2 -2
  13. package/dist/cjs/rtk-chat-message.cjs.entry.js +2 -2
  14. package/dist/cjs/rtk-chat-messages-ui.cjs.entry.js +3 -3
  15. package/dist/cjs/rtk-chat-search-results.cjs.entry.js +1 -1
  16. package/dist/cjs/rtk-clock.cjs.entry.js +3 -3
  17. package/dist/cjs/rtk-controlbar.cjs.entry.js +1 -1
  18. package/dist/cjs/rtk-debugger-toggle.cjs.entry.js +1 -1
  19. package/dist/cjs/rtk-file-dropzone.cjs.entry.js +1 -1
  20. package/dist/cjs/rtk-file-message_3.cjs.entry.js +8 -8
  21. package/dist/cjs/rtk-header.cjs.entry.js +1 -1
  22. package/dist/cjs/rtk-idle-screen.cjs.entry.js +1 -1
  23. package/dist/cjs/rtk-image-viewer.cjs.entry.js +1 -1
  24. package/dist/cjs/rtk-information-tooltip.cjs.entry.js +1 -1
  25. package/dist/cjs/rtk-leave-button.cjs.entry.js +1 -1
  26. package/dist/cjs/rtk-message-list-view.cjs.entry.js +3 -3
  27. package/dist/cjs/rtk-more-toggle.cjs.entry.js +2 -2
  28. package/dist/cjs/rtk-name-tag.cjs.entry.js +1 -1
  29. package/dist/cjs/rtk-notification.cjs.entry.js +2 -2
  30. package/dist/cjs/rtk-participant-setup.cjs.entry.js +2 -2
  31. package/dist/cjs/rtk-participant_2.cjs.entry.js +14 -14
  32. package/dist/cjs/rtk-participants-audio.cjs.entry.js +1 -1
  33. package/dist/cjs/rtk-participants-stage-list_4.cjs.entry.js +1 -1
  34. package/dist/cjs/rtk-plugins_2.cjs.entry.js +4 -4
  35. package/dist/cjs/rtk-poll_2.cjs.entry.js +3 -3
  36. package/dist/cjs/rtk-recording-indicator.cjs.entry.js +1 -1
  37. package/dist/cjs/rtk-screenshare-view.cjs.entry.js +5 -5
  38. package/dist/cjs/rtk-settings-toggle.cjs.entry.js +1 -1
  39. package/dist/cjs/rtk-spotlight-grid.cjs.entry.js +2 -2
  40. package/dist/cjs/rtk-stage.cjs.entry.js +1 -1
  41. package/dist/cjs/rtk-transcript.cjs.entry.js +1 -1
  42. package/dist/cjs/rtk-waiting-screen.cjs.entry.js +1 -1
  43. package/dist/collection/components/rtk-ai-transcriptions/rtk-ai-transcriptions.js +1 -1
  44. package/dist/collection/components/rtk-audio-grid/rtk-audio-grid.js +1 -1
  45. package/dist/collection/components/rtk-breakout-room-participants/rtk-breakout-room-participants.js +2 -2
  46. package/dist/collection/components/rtk-broadcast-message-modal/rtk-broadcast-message-modal.js +2 -2
  47. package/dist/collection/components/rtk-channel-creator/rtk-channel-creator.js +2 -2
  48. package/dist/collection/components/rtk-channel-details/rtk-channel-details.js +1 -1
  49. package/dist/collection/components/rtk-channel-selector-ui/rtk-channel-selector-ui.js +2 -2
  50. package/dist/collection/components/rtk-channel-selector-view/rtk-channel-selector-view.css +29 -29
  51. package/dist/collection/components/rtk-channel-selector-view/rtk-channel-selector-view.js +2 -2
  52. package/dist/collection/components/rtk-chat/rtk-chat.css +45 -8
  53. package/dist/collection/components/rtk-chat/rtk-chat.js +15 -7
  54. package/dist/collection/components/rtk-chat-message/rtk-chat-message.js +2 -2
  55. package/dist/collection/components/rtk-chat-messages-ui/rtk-chat-messages-ui.js +3 -3
  56. package/dist/collection/components/rtk-chat-messages-ui-paginated/rtk-chat-messages-ui-paginated.js +3 -3
  57. package/dist/collection/components/rtk-chat-search-results/rtk-chat-search-results.js +1 -1
  58. package/dist/collection/components/rtk-clock/rtk-clock.js +3 -3
  59. package/dist/collection/components/rtk-confirmation-modal/rtk-confirmation-modal.js +1 -1
  60. package/dist/collection/components/rtk-controlbar/rtk-controlbar.js +1 -1
  61. package/dist/collection/components/rtk-counter/rtk-counter.js +2 -2
  62. package/dist/collection/components/rtk-debugger-toggle/rtk-debugger-toggle.js +1 -1
  63. package/dist/collection/components/rtk-draft-attachment-view/rtk-draft-attachment-view.js +1 -1
  64. package/dist/collection/components/rtk-emoji-picker/rtk-emoji-picker.js +1 -1
  65. package/dist/collection/components/rtk-emoji-picker-button/rtk-emoji-picker-button.js +1 -1
  66. package/dist/collection/components/rtk-file-dropzone/rtk-file-dropzone.js +1 -1
  67. package/dist/collection/components/rtk-file-message/rtk-file-message.js +2 -2
  68. package/dist/collection/components/rtk-file-message-view/rtk-file-message-view.js +1 -1
  69. package/dist/collection/components/rtk-file-picker-button/rtk-file-picker-button.js +1 -1
  70. package/dist/collection/components/rtk-header/rtk-header.js +1 -1
  71. package/dist/collection/components/rtk-idle-screen/rtk-idle-screen.js +1 -1
  72. package/dist/collection/components/rtk-image-message/rtk-image-message.js +4 -4
  73. package/dist/collection/components/rtk-image-message-view/rtk-image-message-view.js +3 -3
  74. package/dist/collection/components/rtk-image-viewer/rtk-image-viewer.js +1 -1
  75. package/dist/collection/components/rtk-information-tooltip/rtk-information-tooltip.js +1 -1
  76. package/dist/collection/components/rtk-join-stage/rtk-join-stage.js +1 -1
  77. package/dist/collection/components/rtk-leave-button/rtk-leave-button.js +1 -1
  78. package/dist/collection/components/rtk-leave-meeting/rtk-leave-meeting.js +2 -2
  79. package/dist/collection/components/rtk-markdown-view/rtk-markdown-view.js +1 -1
  80. package/dist/collection/components/rtk-menu/rtk-menu.js +2 -2
  81. package/dist/collection/components/rtk-menu-item/rtk-menu-item.js +1 -1
  82. package/dist/collection/components/rtk-menu-list/rtk-menu-list.js +1 -1
  83. package/dist/collection/components/rtk-message-list-view/rtk-message-list-view.js +3 -3
  84. package/dist/collection/components/rtk-message-view/rtk-message-view.css +5 -1
  85. package/dist/collection/components/rtk-message-view/rtk-message-view.js +23 -1
  86. package/dist/collection/components/rtk-more-toggle/rtk-more-toggle.js +2 -2
  87. package/dist/collection/components/rtk-mute-all-confirmation/rtk-mute-all-confirmation.js +1 -1
  88. package/dist/collection/components/rtk-name-tag/rtk-name-tag.js +1 -1
  89. package/dist/collection/components/rtk-notification/rtk-notification.js +2 -2
  90. package/dist/collection/components/rtk-overlay-modal/rtk-overlay-modal.js +1 -1
  91. package/dist/collection/components/rtk-paginated-list/rtk-paginated-list.js +1 -1
  92. package/dist/collection/components/rtk-participant/rtk-participant.js +12 -12
  93. package/dist/collection/components/rtk-participant-setup/rtk-participant-setup.js +2 -2
  94. package/dist/collection/components/rtk-participants-audio/rtk-participants-audio.js +1 -1
  95. package/dist/collection/components/rtk-participants-stage-list/rtk-participants-stage-list.js +1 -1
  96. package/dist/collection/components/rtk-permissions-message/rtk-permissions-message.js +1 -1
  97. package/dist/collection/components/rtk-plugins/rtk-plugins.js +1 -1
  98. package/dist/collection/components/rtk-poll/rtk-poll.js +1 -1
  99. package/dist/collection/components/rtk-poll-form/rtk-poll-form.js +2 -2
  100. package/dist/collection/components/rtk-polls/rtk-polls.js +3 -3
  101. package/dist/collection/components/rtk-recording-indicator/rtk-recording-indicator.js +1 -1
  102. package/dist/collection/components/rtk-screenshare-view/rtk-screenshare-view.js +5 -5
  103. package/dist/collection/components/rtk-settings-toggle/rtk-settings-toggle.js +1 -1
  104. package/dist/collection/components/rtk-spinner/rtk-spinner.js +1 -1
  105. package/dist/collection/components/rtk-spotlight-grid/rtk-spotlight-grid.js +2 -2
  106. package/dist/collection/components/rtk-stage/rtk-stage.js +1 -1
  107. package/dist/collection/components/rtk-switch/rtk-switch.js +1 -1
  108. package/dist/collection/components/rtk-text-composer-view/rtk-text-composer-view.js +1 -1
  109. package/dist/collection/components/rtk-text-message/rtk-text-message.js +2 -2
  110. package/dist/collection/components/rtk-text-message-view/rtk-text-message-view.js +1 -1
  111. package/dist/collection/components/rtk-tooltip/rtk-tooltip.js +1 -1
  112. package/dist/collection/components/rtk-transcript/rtk-transcript.js +1 -1
  113. package/dist/collection/components/rtk-virtualized-list/rtk-virtualized-participant-list.js +2 -2
  114. package/dist/collection/components/rtk-waiting-screen/rtk-waiting-screen.js +1 -1
  115. package/dist/components/{p-962c2e24.js → p-011adf66.js} +2 -2
  116. package/dist/components/{p-0c512fd1.js → p-020800ee.js} +1 -1
  117. package/dist/components/{p-5e67d672.js → p-09d1805e.js} +1 -1
  118. package/dist/components/{p-0d582365.js → p-0ca31fce.js} +2 -2
  119. package/dist/components/{p-6366df1e.js → p-0e80bae4.js} +10 -10
  120. package/dist/components/{p-d81ba93a.js → p-11a16ac3.js} +2 -2
  121. package/dist/components/{p-5248ee44.js → p-12ae623e.js} +3 -3
  122. package/dist/components/{p-d6146a96.js → p-157c1dc9.js} +6 -6
  123. package/dist/components/{p-a54ac879.js → p-20290ade.js} +2 -2
  124. package/dist/components/{p-94bd91b3.js → p-28d51137.js} +1 -1
  125. package/dist/components/{p-68af4225.js → p-2e3c0084.js} +3 -3
  126. package/dist/components/{p-6523d14b.js → p-2eb35b99.js} +6 -6
  127. package/dist/components/{p-6c20da11.js → p-35af8a84.js} +2 -2
  128. package/dist/components/{p-c2b64e33.js → p-3a1dbc0d.js} +2 -2
  129. package/dist/components/{p-93069a8c.js → p-402db72e.js} +2 -2
  130. package/dist/components/{p-5ac9b786.js → p-40589702.js} +1 -1
  131. package/dist/components/{p-471a529a.js → p-40b1fef2.js} +4 -4
  132. package/dist/components/{p-3bc68ec4.js → p-4a84c913.js} +9 -9
  133. package/dist/components/{p-ad7cabcc.js → p-4bfb4f60.js} +2 -2
  134. package/dist/components/{p-0e8ff1cc.js → p-520dccab.js} +1 -1
  135. package/dist/components/{p-b58a185f.js → p-53332481.js} +14 -14
  136. package/dist/components/{p-01c968b1.js → p-5739b5f1.js} +2 -2
  137. package/dist/components/{p-9ff37f98.js → p-578d73e5.js} +1 -1
  138. package/dist/components/{p-1614fe8f.js → p-597543af.js} +3 -3
  139. package/dist/components/{p-8b4e32b7.js → p-5b66b8f3.js} +1 -1
  140. package/dist/components/{p-d0c5e808.js → p-5f0f8967.js} +16 -16
  141. package/dist/components/{p-ba788f9e.js → p-668f57d0.js} +2 -2
  142. package/dist/components/{p-ad331530.js → p-6c9a833e.js} +1 -1
  143. package/dist/components/{p-41224895.js → p-757856f4.js} +3 -3
  144. package/dist/components/{p-8e160343.js → p-78f91ffe.js} +2 -2
  145. package/dist/components/{p-e62d961a.js → p-7965a1a6.js} +1 -1
  146. package/dist/components/{p-8901c589.js → p-7b344a65.js} +10 -7
  147. package/dist/components/{p-7e8d976d.js → p-828db489.js} +2 -2
  148. package/dist/components/{p-9f7b9764.js → p-8479343e.js} +6 -6
  149. package/dist/components/{p-fa8f6b4a.js → p-85990be7.js} +1 -1
  150. package/dist/components/{p-ffe562b1.js → p-86f18b68.js} +3 -3
  151. package/dist/components/{p-d9b1945a.js → p-89cfd513.js} +1 -1
  152. package/dist/components/{p-ff8753e8.js → p-8f381eef.js} +1 -1
  153. package/dist/components/{p-ff320cbb.js → p-95e51bef.js} +1 -1
  154. package/dist/components/{p-222454dc.js → p-966273a8.js} +1 -1
  155. package/dist/components/{p-d9845780.js → p-9936031d.js} +36 -28
  156. package/dist/components/{p-a94b2e67.js → p-9c3ca56e.js} +2 -2
  157. package/dist/components/{p-626c7a5f.js → p-9d40e041.js} +2 -2
  158. package/dist/components/{p-3b6af603.js → p-a0a0867a.js} +1 -1
  159. package/dist/components/{p-58b56794.js → p-ab842e10.js} +1 -1
  160. package/dist/components/{p-3a3650bd.js → p-b30f3c49.js} +1 -1
  161. package/dist/components/{p-a24156ce.js → p-b3447e0c.js} +1 -1
  162. package/dist/components/{p-94ba6c49.js → p-b74221b4.js} +2 -2
  163. package/dist/components/{p-bb55fa0c.js → p-b9b8697d.js} +2 -2
  164. package/dist/components/{p-7a04f0cc.js → p-bed61d79.js} +5 -5
  165. package/dist/components/{p-a48e2cf0.js → p-c544502e.js} +7 -7
  166. package/dist/components/{p-2e6987aa.js → p-c8583d9b.js} +2 -2
  167. package/dist/components/{p-9c88019e.js → p-cd790a43.js} +1 -1
  168. package/dist/components/{p-ef493e1b.js → p-ce77fdfc.js} +1 -1
  169. package/dist/components/{p-88bef213.js → p-d2ce1170.js} +1 -1
  170. package/dist/components/{p-f2a47b5b.js → p-d3588666.js} +5 -5
  171. package/dist/components/{p-1da75fdd.js → p-e31889d3.js} +2 -2
  172. package/dist/components/{p-c36a303c.js → p-ea6b5bf5.js} +2 -2
  173. package/dist/components/{p-262671ff.js → p-fef53de3.js} +1 -1
  174. package/dist/components/rtk-ai-toggle.js +2 -2
  175. package/dist/components/rtk-ai-transcriptions.js +1 -1
  176. package/dist/components/rtk-ai.js +1 -1
  177. package/dist/components/rtk-audio-grid.js +1 -1
  178. package/dist/components/rtk-audio-tile.js +3 -3
  179. package/dist/components/rtk-avatar.js +1 -1
  180. package/dist/components/rtk-breakout-room-manager.js +1 -1
  181. package/dist/components/rtk-breakout-room-participants.js +1 -1
  182. package/dist/components/rtk-breakout-rooms-manager.js +1 -1
  183. package/dist/components/rtk-breakout-rooms-toggle.js +2 -2
  184. package/dist/components/rtk-broadcast-message-modal.js +1 -1
  185. package/dist/components/rtk-camera-toggle.js +3 -3
  186. package/dist/components/rtk-caption-toggle.js +2 -2
  187. package/dist/components/rtk-channel-creator.js +4 -4
  188. package/dist/components/rtk-channel-details.js +1 -1
  189. package/dist/components/rtk-channel-header.js +4 -4
  190. package/dist/components/rtk-channel-selector-ui.js +4 -4
  191. package/dist/components/rtk-channel-selector-view.js +1 -1
  192. package/dist/components/rtk-chat-composer-ui.js +4 -4
  193. package/dist/components/rtk-chat-composer-view.js +1 -1
  194. package/dist/components/rtk-chat-message.js +1 -1
  195. package/dist/components/rtk-chat-messages-ui-paginated.js +1 -1
  196. package/dist/components/rtk-chat-messages-ui.js +14 -14
  197. package/dist/components/rtk-chat-search-results.js +11 -11
  198. package/dist/components/rtk-chat-toggle.js +2 -2
  199. package/dist/components/rtk-chat.js +1 -1
  200. package/dist/components/rtk-clock.js +3 -3
  201. package/dist/components/rtk-confirmation-modal.js +1 -1
  202. package/dist/components/rtk-controlbar-button.js +1 -1
  203. package/dist/components/rtk-controlbar.js +1 -1
  204. package/dist/components/rtk-counter.js +1 -1
  205. package/dist/components/rtk-debugger-toggle.js +3 -3
  206. package/dist/components/rtk-dialog-manager.js +14 -14
  207. package/dist/components/rtk-draft-attachment-view.js +1 -1
  208. package/dist/components/rtk-emoji-picker-button.js +1 -1
  209. package/dist/components/rtk-emoji-picker.js +1 -1
  210. package/dist/components/rtk-file-dropzone.js +1 -1
  211. package/dist/components/rtk-file-message-view.js +1 -1
  212. package/dist/components/rtk-file-message.js +1 -1
  213. package/dist/components/rtk-file-picker-button.js +1 -1
  214. package/dist/components/rtk-fullscreen-toggle.js +1 -1
  215. package/dist/components/rtk-grid-pagination.js +1 -1
  216. package/dist/components/rtk-grid.js +4 -4
  217. package/dist/components/rtk-header.js +1 -1
  218. package/dist/components/rtk-idle-screen.js +2 -2
  219. package/dist/components/rtk-image-message-view.js +1 -1
  220. package/dist/components/rtk-image-message.js +1 -1
  221. package/dist/components/rtk-image-viewer.js +1 -1
  222. package/dist/components/rtk-information-tooltip.js +1 -1
  223. package/dist/components/rtk-join-stage.js +1 -1
  224. package/dist/components/rtk-leave-button.js +3 -3
  225. package/dist/components/rtk-leave-meeting.js +1 -1
  226. package/dist/components/rtk-livestream-player.js +1 -1
  227. package/dist/components/rtk-livestream-toggle.js +2 -2
  228. package/dist/components/rtk-markdown-view.js +1 -1
  229. package/dist/components/rtk-meeting-title.js +1 -1
  230. package/dist/components/rtk-meeting.js +21 -21
  231. package/dist/components/rtk-menu-item.js +1 -1
  232. package/dist/components/rtk-menu-list.js +1 -1
  233. package/dist/components/rtk-menu.js +1 -1
  234. package/dist/components/rtk-message-list-view.js +4 -4
  235. package/dist/components/rtk-message-view.js +1 -1
  236. package/dist/components/rtk-mic-toggle.js +3 -3
  237. package/dist/components/rtk-mixed-grid.js +3 -3
  238. package/dist/components/rtk-more-toggle.js +4 -4
  239. package/dist/components/rtk-mute-all-button.js +3 -3
  240. package/dist/components/rtk-mute-all-confirmation.js +1 -1
  241. package/dist/components/rtk-name-tag.js +1 -1
  242. package/dist/components/rtk-notification.js +1 -1
  243. package/dist/components/rtk-notifications.js +1 -1
  244. package/dist/components/rtk-overlay-modal.js +1 -1
  245. package/dist/components/rtk-paginated-list.js +1 -1
  246. package/dist/components/rtk-participant-setup.js +2 -2
  247. package/dist/components/rtk-participant.js +1 -1
  248. package/dist/components/rtk-participants-audio.js +1 -1
  249. package/dist/components/rtk-participants-stage-list.js +1 -1
  250. package/dist/components/rtk-participants-stage-queue.js +1 -1
  251. package/dist/components/rtk-participants-toggle.js +2 -2
  252. package/dist/components/rtk-participants-viewer-list.js +1 -1
  253. package/dist/components/rtk-participants-waiting-list.js +1 -1
  254. package/dist/components/rtk-participants.js +11 -11
  255. package/dist/components/rtk-permissions-message.js +1 -1
  256. package/dist/components/rtk-pip-toggle.js +2 -2
  257. package/dist/components/rtk-plugins-toggle.js +2 -2
  258. package/dist/components/rtk-plugins.js +1 -1
  259. package/dist/components/rtk-poll-form.js +1 -1
  260. package/dist/components/rtk-poll.js +1 -1
  261. package/dist/components/rtk-polls-toggle.js +2 -2
  262. package/dist/components/rtk-polls.js +1 -1
  263. package/dist/components/rtk-recording-indicator.js +1 -1
  264. package/dist/components/rtk-recording-toggle.js +2 -2
  265. package/dist/components/rtk-screen-share-toggle.js +3 -3
  266. package/dist/components/rtk-screenshare-view.js +6 -6
  267. package/dist/components/rtk-settings-audio.js +1 -1
  268. package/dist/components/rtk-settings-toggle.js +3 -3
  269. package/dist/components/rtk-settings-video.js +1 -1
  270. package/dist/components/rtk-settings.js +3 -3
  271. package/dist/components/rtk-setup-screen.js +1 -1
  272. package/dist/components/rtk-sidebar.js +5 -5
  273. package/dist/components/rtk-spinner.js +1 -1
  274. package/dist/components/rtk-spotlight-grid.js +2 -2
  275. package/dist/components/rtk-spotlight-indicator.js +1 -1
  276. package/dist/components/rtk-stage-toggle.js +3 -3
  277. package/dist/components/rtk-stage.js +1 -1
  278. package/dist/components/rtk-switch.js +1 -1
  279. package/dist/components/rtk-tab-bar.js +1 -1
  280. package/dist/components/rtk-text-composer-view.js +1 -1
  281. package/dist/components/rtk-text-message-view.js +1 -1
  282. package/dist/components/rtk-text-message.js +1 -1
  283. package/dist/components/rtk-tooltip.js +1 -1
  284. package/dist/components/rtk-transcript.js +1 -1
  285. package/dist/components/rtk-transcripts.js +1 -1
  286. package/dist/components/rtk-virtualized-participant-list.js +1 -1
  287. package/dist/components/rtk-waiting-screen.js +1 -1
  288. package/dist/docs/docs-components.json +45 -34
  289. package/dist/docs/docs-vscode.json +4 -0
  290. package/dist/esm/loader.js +136 -126
  291. package/dist/esm/realtimekit-ui.js +1 -1
  292. package/dist/esm/rtk-ai-transcriptions.entry.js +1 -1
  293. package/dist/esm/rtk-audio-grid.entry.js +1 -1
  294. package/dist/esm/rtk-audio-visualizer_4.entry.js +1 -1
  295. package/dist/esm/rtk-avatar_24.entry.js +44 -34
  296. package/dist/esm/rtk-breakout-room-manager_3.entry.js +4 -4
  297. package/dist/esm/rtk-breakout-rooms-manager_9.entry.js +9 -9
  298. package/dist/esm/rtk-channel-creator.entry.js +2 -2
  299. package/dist/esm/rtk-channel-details.entry.js +1 -1
  300. package/dist/esm/rtk-channel-selector-ui.entry.js +2 -2
  301. package/dist/esm/rtk-chat-message.entry.js +2 -2
  302. package/dist/esm/rtk-chat-messages-ui.entry.js +3 -3
  303. package/dist/esm/rtk-chat-search-results.entry.js +1 -1
  304. package/dist/esm/rtk-clock.entry.js +3 -3
  305. package/dist/esm/rtk-controlbar.entry.js +1 -1
  306. package/dist/esm/rtk-debugger-toggle.entry.js +1 -1
  307. package/dist/esm/rtk-file-dropzone.entry.js +1 -1
  308. package/dist/esm/rtk-file-message_3.entry.js +8 -8
  309. package/dist/esm/rtk-header.entry.js +1 -1
  310. package/dist/esm/rtk-idle-screen.entry.js +1 -1
  311. package/dist/esm/rtk-image-viewer.entry.js +1 -1
  312. package/dist/esm/rtk-information-tooltip.entry.js +1 -1
  313. package/dist/esm/rtk-leave-button.entry.js +1 -1
  314. package/dist/esm/rtk-message-list-view.entry.js +3 -3
  315. package/dist/esm/rtk-more-toggle.entry.js +2 -2
  316. package/dist/esm/rtk-name-tag.entry.js +1 -1
  317. package/dist/esm/rtk-notification.entry.js +2 -2
  318. package/dist/esm/rtk-participant-setup.entry.js +2 -2
  319. package/dist/esm/rtk-participant_2.entry.js +14 -14
  320. package/dist/esm/rtk-participants-audio.entry.js +1 -1
  321. package/dist/esm/rtk-participants-stage-list_4.entry.js +1 -1
  322. package/dist/esm/rtk-plugins_2.entry.js +4 -4
  323. package/dist/esm/rtk-poll_2.entry.js +3 -3
  324. package/dist/esm/rtk-recording-indicator.entry.js +1 -1
  325. package/dist/esm/rtk-screenshare-view.entry.js +5 -5
  326. package/dist/esm/rtk-settings-toggle.entry.js +1 -1
  327. package/dist/esm/rtk-spotlight-grid.entry.js +2 -2
  328. package/dist/esm/rtk-stage.entry.js +1 -1
  329. package/dist/esm/rtk-transcript.entry.js +1 -1
  330. package/dist/esm/rtk-waiting-screen.entry.js +1 -1
  331. package/dist/realtimekit-ui/p-09fb29e7.entry.js +1 -0
  332. package/dist/realtimekit-ui/{p-b4975a33.entry.js → p-0c071f00.entry.js} +1 -1
  333. package/dist/realtimekit-ui/{p-6ba99cc3.entry.js → p-0e2d6b1b.entry.js} +1 -1
  334. package/dist/realtimekit-ui/{p-af6436dd.entry.js → p-0fed7daa.entry.js} +1 -1
  335. package/dist/realtimekit-ui/{p-132fca40.entry.js → p-1dfe0269.entry.js} +1 -1
  336. package/dist/realtimekit-ui/{p-ed34d8a1.entry.js → p-23784be6.entry.js} +1 -1
  337. package/dist/realtimekit-ui/p-260fc2ed.entry.js +1 -0
  338. package/dist/realtimekit-ui/p-2c71cc53.entry.js +1 -0
  339. package/dist/realtimekit-ui/p-32211408.entry.js +1 -0
  340. package/dist/realtimekit-ui/p-39410e81.entry.js +1 -0
  341. package/dist/realtimekit-ui/{p-3d5ebc77.entry.js → p-3e12d77a.entry.js} +1 -1
  342. package/dist/realtimekit-ui/p-4822dc9f.entry.js +1 -0
  343. package/dist/realtimekit-ui/{p-2f6fd6de.entry.js → p-48c76360.entry.js} +1 -1
  344. package/dist/realtimekit-ui/p-4d31d165.entry.js +1 -0
  345. package/dist/realtimekit-ui/{p-d5144f9d.entry.js → p-51c72bc8.entry.js} +1 -1
  346. package/dist/realtimekit-ui/{p-844143f8.entry.js → p-61d3e2d4.entry.js} +1 -1
  347. package/dist/realtimekit-ui/{p-b64eae39.entry.js → p-73f489be.entry.js} +1 -1
  348. package/dist/realtimekit-ui/{p-d2a92f27.entry.js → p-7660a4c1.entry.js} +1 -1
  349. package/dist/realtimekit-ui/{p-f19668ba.entry.js → p-87f3b9a6.entry.js} +1 -1
  350. package/dist/realtimekit-ui/{p-beedd1b5.entry.js → p-9cab7a57.entry.js} +1 -1
  351. package/dist/realtimekit-ui/{p-298befae.entry.js → p-9cad5a6d.entry.js} +1 -1
  352. package/dist/realtimekit-ui/{p-503371f7.entry.js → p-9dcd9e30.entry.js} +1 -1
  353. package/dist/realtimekit-ui/{p-6928aa8e.entry.js → p-a25bb0ad.entry.js} +1 -1
  354. package/dist/realtimekit-ui/{p-2f9211b9.entry.js → p-a62e84f9.entry.js} +1 -1
  355. package/dist/realtimekit-ui/{p-3482a231.entry.js → p-a867b984.entry.js} +1 -1
  356. package/dist/realtimekit-ui/p-b58dc07c.entry.js +1 -0
  357. package/dist/realtimekit-ui/{p-42989f41.entry.js → p-bb369808.entry.js} +1 -1
  358. package/dist/realtimekit-ui/{p-b6cee65a.entry.js → p-bd226f59.entry.js} +1 -1
  359. package/dist/realtimekit-ui/{p-1a78c129.entry.js → p-c50f4cab.entry.js} +1 -1
  360. package/dist/realtimekit-ui/{p-190523f5.entry.js → p-c96e2a96.entry.js} +1 -1
  361. package/dist/realtimekit-ui/{p-78968008.entry.js → p-cda80e2c.entry.js} +1 -1
  362. package/dist/realtimekit-ui/{p-c43c2382.entry.js → p-cea6c6ac.entry.js} +1 -1
  363. package/dist/realtimekit-ui/{p-0485834f.entry.js → p-d194317d.entry.js} +1 -1
  364. package/dist/realtimekit-ui/{p-a849f2b3.entry.js → p-d7a78f65.entry.js} +1 -1
  365. package/dist/realtimekit-ui/{p-f6918dd7.entry.js → p-dded6ad0.entry.js} +1 -1
  366. package/dist/realtimekit-ui/{p-29c11bdb.entry.js → p-f2ce302b.entry.js} +1 -1
  367. package/dist/realtimekit-ui/{p-9ac1b986.entry.js → p-f42c50db.entry.js} +1 -1
  368. package/dist/realtimekit-ui/{p-73a56e4f.entry.js → p-fea05f1c.entry.js} +1 -1
  369. package/dist/realtimekit-ui/p-ff9bc5b0.entry.js +1 -0
  370. package/dist/realtimekit-ui/realtimekit-ui.esm.js +1 -1
  371. package/dist/types/components/rtk-chat/rtk-chat.d.ts +1 -1
  372. package/dist/types/components/rtk-message-view/rtk-message-view.d.ts +2 -0
  373. package/dist/types/components.d.ts +8 -0
  374. package/package.json +1 -1
  375. package/dist/realtimekit-ui/p-3a4e302b.entry.js +0 -1
  376. package/dist/realtimekit-ui/p-447ffea0.entry.js +0 -1
  377. package/dist/realtimekit-ui/p-5ebc57f8.entry.js +0 -1
  378. package/dist/realtimekit-ui/p-6437ff4e.entry.js +0 -1
  379. package/dist/realtimekit-ui/p-93e9fb59.entry.js +0 -1
  380. package/dist/realtimekit-ui/p-a9cb6a16.entry.js +0 -1
  381. package/dist/realtimekit-ui/p-bf234650.entry.js +0 -1
  382. package/dist/realtimekit-ui/p-ce5a911d.entry.js +0 -1
  383. package/dist/realtimekit-ui/p-db831ab6.entry.js +0 -1
@@ -53,7 +53,7 @@ export class RtkDraftAttachmentView {
53
53
  this.onAttachmentChange();
54
54
  }
55
55
  render() {
56
- return (h(Host, { key: 'b23eb412c60a62f542aec0e3cd3b99fc72de48f0' }, h("div", { key: '04251f8d4b13325f8474110c89733369bd8904f2', class: "preview-overlay" }, h("div", { key: '51963510a704b19e7c591ea177018bae6e0317f5', class: "preview" }, h("rtk-tooltip", { key: '3a2167ea7a02f1d744462826084f0fef5c607ac9', label: this.t('chat.cancel_upload') }, h("rtk-button", { key: '634c9a7e0962ed82c36519e919eb597c9b603f51', variant: "secondary", kind: "icon", onClick: this.onDeleteClickHandler }, h("rtk-icon", { key: 'b936e54ae44e1d54b73adf38a92551fbea0299c5', icon: this.iconPack.dismiss }))), this.attachment.type === 'image' ? (h("img", { class: "preview-image", src: this.filePreview })) : (h("div", { class: "preview-file" }, h("span", null, this.filePreview)))))));
56
+ return (h(Host, { key: '4ccd7a73401d3931dadc59779ec4edfddef219f1' }, h("div", { key: 'a75fa81f358436f6ac349a56b8a62671a25f38d7', class: "preview-overlay" }, h("div", { key: 'b95e371e0108cf613305f74c204ebb8fec26140d', class: "preview" }, h("rtk-tooltip", { key: '9c43de18dbdcff2d5cd6fdd344a13cd0d1e7c2f8', label: this.t('chat.cancel_upload') }, h("rtk-button", { key: 'e99f168f015abc65b33876e44d3a2d80f6fa6169', variant: "secondary", kind: "icon", onClick: this.onDeleteClickHandler }, h("rtk-icon", { key: '53f0ffd566825e8cb3d7a7b69c93a62c63206505', icon: this.iconPack.dismiss }))), this.attachment.type === 'image' ? (h("img", { class: "preview-image", src: this.filePreview })) : (h("div", { class: "preview-file" }, h("span", null, this.filePreview)))))));
57
57
  }
58
58
  static get is() { return "rtk-draft-attachment-view"; }
59
59
  static get encapsulation() { return "shadow"; }
@@ -57,7 +57,7 @@ export class RtkEmojiPicker {
57
57
  return (h("div", { id: "emoji-grid", class: "scrollbar max-w-40" }, this.filteredEmojis.map((e) => (h("rtk-button", { key: `emoji-button-${e.name}`, class: "emoji", variant: "ghost", kind: "icon", title: e.name, onClick: () => this.handleEmojiClick(e.emoji) }, e.emoji)))));
58
58
  }
59
59
  render() {
60
- return (h(Host, { key: 'e099d5996a16c659de17ca9a36fcd79a9f02f400' }, h("div", { key: '2a3e300c9625b877feb2b6780df7d1a9851cb7f3', class: 'close-parent' }, h("rtk-button", { key: '7ca8421704136d09d107d1f7392ba393d5f59a9a', variant: "ghost", kind: "icon", class: "close", onClick: () => { var _a; return (_a = this.pickerClose) === null || _a === void 0 ? void 0 : _a.emit(); }, "aria-label": this.t('close') }, h("rtk-icon", { key: '040069093f7243bf5075d55b2c081c564d885a8f', icon: this.iconPack.dismiss }))), h("div", { key: '372a32be35dea5200323720e221424b5138cc4ab', class: 'emoji-parent' }, h("input", { key: 'fae2be13d736adbb99212146498f00d4f395636e', value: this.filterVal, onInput: (event) => this.handleInputChange(event.target), placeholder: this.t('search'), ref: (el) => (this.inputElement = el) }), this.mapEmojiList())));
60
+ return (h(Host, { key: 'f448ab61063b55b8e5572fbcb8be3f520b0704ea' }, h("div", { key: '459b42557c8e7b853410b53e42dd663461b0593a', class: 'close-parent' }, h("rtk-button", { key: '8b64136b51a96bda767b7fbbc05b51a335d1a7b9', variant: "ghost", kind: "icon", class: "close", onClick: () => { var _a; return (_a = this.pickerClose) === null || _a === void 0 ? void 0 : _a.emit(); }, "aria-label": this.t('close') }, h("rtk-icon", { key: '82bdc4ea24be656d182c9e420bd86b0b5cbfa589', icon: this.iconPack.dismiss }))), h("div", { key: '934d08102c4cffda109752eecd5be41854030133', class: 'emoji-parent' }, h("input", { key: '8c21c91a89d77fce9847ade88663d9ec969491da', value: this.filterVal, onInput: (event) => this.handleInputChange(event.target), placeholder: this.t('search'), ref: (el) => (this.inputElement = el) }), this.mapEmojiList())));
61
61
  }
62
62
  static get is() { return "rtk-emoji-picker"; }
63
63
  static get encapsulation() { return "shadow"; }
@@ -19,7 +19,7 @@ export class RtkEmojiPickerButton {
19
19
  this.t = useLanguage();
20
20
  }
21
21
  render() {
22
- return (h("rtk-tooltip", { key: 'bcde14fb2c3a6544882502e65ffda7a6b3b6f13d', label: this.t('chat.send_emoji') }, h("rtk-button", { key: 'd82fa78c4ffe48c24131a6e38f087548f540fefa', variant: "ghost", kind: "icon", class: { active: this.isActive }, title: this.t('chat.send_emoji') }, h("rtk-icon", { key: '791bbe2537f1aeb064c5e9ccbbf4af37b706ec2a', icon: this.iconPack.emoji_multiple }))));
22
+ return (h("rtk-tooltip", { key: '45792cf2e2523dc94b5dd4c861d4006fae8aee56', label: this.t('chat.send_emoji') }, h("rtk-button", { key: 'd2f80aede59b62d7e0587515f4823bdb5e278c28', variant: "ghost", kind: "icon", class: { active: this.isActive }, title: this.t('chat.send_emoji') }, h("rtk-icon", { key: '15229de453f1cbf93c8de5c002d6ea33ff54ed3b', icon: this.iconPack.emoji_multiple }))));
23
23
  }
24
24
  static get is() { return "rtk-emoji-picker-button"; }
25
25
  static get encapsulation() { return "shadow"; }
@@ -37,7 +37,7 @@ export class RtkFileDropzone {
37
37
  });
38
38
  }
39
39
  render() {
40
- return (h(Host, { key: 'd3fd9af2a148277b2481c94305104e43088a9b42' }, h("div", { key: 'f889ddc5635013ae7f364a6d36ef51936e179f7d', id: "dropzone", class: { active: this.dropzoneActivated }, part: "dropzone" }, h("rtk-icon", { key: 'ceb747a5fba7aa40ef108d404a7b8b02e6ab25b9', icon: this.iconPack.attach }), h("p", { key: '711b8a1ace2d73714f9abdbaba8c031e204fe07e' }, this.t('chat.send_attachment')))));
40
+ return (h(Host, { key: '9525e4e25630d45a8945e0cd169ac7830eb131b2' }, h("div", { key: '1be56002e1adecfaf2f9b6216e2551929bcac4e2', id: "dropzone", class: { active: this.dropzoneActivated }, part: "dropzone" }, h("rtk-icon", { key: 'e7d366446b6714ad64d2b95da7f08f67a1429333', icon: this.iconPack.attach }), h("p", { key: 'ab3b2e3a048ee8bd812ece1ad5a9afcc03d00c67' }, this.t('chat.send_attachment')))));
41
41
  }
42
42
  static get is() { return "rtk-file-dropzone"; }
43
43
  static get encapsulation() { return "shadow"; }
@@ -34,10 +34,10 @@ export class RtkFileMessage {
34
34
  }
35
35
  render() {
36
36
  const link = sanitizeLink(this.message.link);
37
- return (h(Host, { key: '915330674d273f2c45ece29cb5e7c9408ee5cbe8' }, !this.isContinued && (h(ChatHead, { key: 'eb2877f6224de9be1c975f0d2dc010f29fef3bc9', name: this.message.displayName, time: this.message.time, now: this.now })), h("div", { key: '87d7f309379f23b76e404da2039cd2fd3fb7c95a', class: {
37
+ return (h(Host, { key: 'ec44f9204c991e853665069d0181b538da15893b' }, !this.isContinued && (h(ChatHead, { key: '2ef070076e554bf6c9ebf5762f61174a54079752', name: this.message.displayName, time: this.message.time, now: this.now })), h("div", { key: '5604b1d4d32e821b85a7535b9af2695815cb82e7', class: {
38
38
  body: true,
39
39
  bubble: this.showBubble,
40
- }, part: "body" }, h("div", { key: '7683a17adf5784ef0e6af8f396c58c005a369f6b', class: "file" }, h("div", { key: '3005eb72a09ba4d241ec919f957b95f26077ed13', class: "file-data" }, h("div", { key: 'ca5fc3700f868fd321793d4da672e9c7aad38056', class: "name" }, this.message.name), h("div", { key: '463c37838eec7b9ee9b096803cb785445206041a', class: "file-data-split" }, h("div", { key: '9470b898708fc78ca01c2926f8fb6a3c6fae6eea', class: "ext" }, getExtension(this.message.name)), h("span", { key: '35fa7f199b45bb6e64a72614ca1eceaafa6044e7', class: "divider" }), h("div", { key: 'b19a9d32151bb1ddbbb7689dc6d8e09b021d0612', class: "size" }, getFileSize(this.message.size)))), h("rtk-button", { key: '6bb6a3223801a944fb9018765385ebadeae15e0f', variant: "secondary", kind: "icon", onClick: () => downloadFile(link, { name: this.message.name, fallbackName: 'file' }), part: "button" }, h("rtk-icon", { key: '9a7335c6720295a7f0b9073e35ac86014be53316', icon: this.iconPack.download }))))));
40
+ }, part: "body" }, h("div", { key: '6be5586c964424d8da850f6ead3315e14c439839', class: "file" }, h("div", { key: '28efbbf493a6050d1823b08714307a09b5c5b3f0', class: "file-data" }, h("div", { key: '6e6f42e9551480e6b483db9f7ddaff7e418436e0', class: "name" }, this.message.name), h("div", { key: 'c74d0f1ddf7db3fb9152584ff5c138c3ff5da2ac', class: "file-data-split" }, h("div", { key: '8ed34a2d09a4b849a0d173e22ca9e59ca67a6ff4', class: "ext" }, getExtension(this.message.name)), h("span", { key: 'c7a817891160161ee999aabe284e83cc864cb41a', class: "divider" }), h("div", { key: '6714d486a6d5564581330d76c95d06f3475e3c56', class: "size" }, getFileSize(this.message.size)))), h("rtk-button", { key: 'cc0ca70894c077a4252b6a49aefc544a0b228437', variant: "secondary", kind: "icon", onClick: () => downloadFile(link, { name: this.message.name, fallbackName: 'file' }), part: "button" }, h("rtk-icon", { key: 'a2837e81ab7452589857f1f71d8e7f1d38b5235d', icon: this.iconPack.download }))))));
41
41
  }
42
42
  static get is() { return "rtk-file-message"; }
43
43
  static get properties() {
@@ -22,7 +22,7 @@ export class RtkFileMessageView {
22
22
  this.iconPack = defaultIconPack;
23
23
  }
24
24
  render() {
25
- return (h("div", { key: 'cdd46a1be912f807688dc86671dddd2fa5b9e7c9', class: "file" }, h("rtk-button", { key: '20bd6c448ec64902989cd742a8f18de32e368194', variant: "secondary", kind: "icon", onClick: () => downloadFile(sanitizeLink(this.url), { name: this.name, fallbackName: 'file' }), part: "button" }, h("rtk-icon", { key: '11ac30db5146132be8aaba67a79f66f8aba7bb8d', icon: this.iconPack.download })), h("div", { key: '342dd8daa944a5857a6519339b4d3bfb6c369eda', class: "file-data" }, h("div", { key: 'e161743b75677b1e81d09d7c373be494ccf8411a', class: "name" }, this.name), h("div", { key: '99f2d8d77ef3c129aa0c229260f6e79901ce268c', class: "file-data-split" }, h("div", { key: '7b9beadca2a810c151fb1ad43ee7c47ba451a37a', class: "ext" }, getExtension(this.name)), h("span", { key: 'd55f69a96bbe26c262461fa87f1a0a506854cf59', class: "divider" }), h("div", { key: 'cad33d263ab75aeb3083886e83063b8ccb2ea976', class: "size" }, getFileSize(this.size))))));
25
+ return (h("div", { key: 'f25ec20ac84c7ec0961abbdc58d74b64b3261042', class: "file" }, h("rtk-button", { key: '9daa2ca8992821456f7dad66550c1f3b0e07e5c2', variant: "secondary", kind: "icon", onClick: () => downloadFile(sanitizeLink(this.url), { name: this.name, fallbackName: 'file' }), part: "button" }, h("rtk-icon", { key: 'f4a578a8613eab5a2b91a86870ee02ff2659c4ec', icon: this.iconPack.download })), h("div", { key: '61d6a100bd716741e15f80404796ad8e5850d2a3', class: "file-data" }, h("div", { key: 'be8f7fdf168388073e5f094cb717d75766b291df', class: "name" }, this.name), h("div", { key: 'f1dbb45817084612a31baf71784d713ec85a3b79', class: "file-data-split" }, h("div", { key: '49ac2abd19ae9fb07da0a4f234c45b932cd41221', class: "ext" }, getExtension(this.name)), h("span", { key: 'fe7e8660a54184ffc3d5cff5a320a1f8929ec3e6', class: "divider" }), h("div", { key: '402df689a8cf059bd3031c9c036544c486846d40', class: "size" }, getFileSize(this.size))))));
26
26
  }
27
27
  static get is() { return "rtk-file-message-view"; }
28
28
  static get encapsulation() { return "shadow"; }
@@ -44,7 +44,7 @@ export class RtkFilePickerButton {
44
44
  render() {
45
45
  const label = this.label || this.t('chat.send_file');
46
46
  const icon = this.iconPack[this.icon];
47
- return (h("rtk-tooltip", { key: '78ef1fd3a42656601c94561bbfc63f888d8180d3', label: label }, h("rtk-button", { key: 'a0a82e689c2e3a344936db1b3253e36def3a0ce5', variant: "ghost", kind: "icon", onClick: () => this.uploadFile(), title: label }, h("rtk-icon", { key: '1651a9f460e3851ff5296f05cf08554f9da21703', icon: icon }))));
47
+ return (h("rtk-tooltip", { key: '03d24cebc847667a6d59e21d22105c48db0c589c', label: label }, h("rtk-button", { key: 'bddd8cac214d897979c9a38b26643e1027e696e3', variant: "ghost", kind: "icon", onClick: () => this.uploadFile(), title: label }, h("rtk-icon", { key: '0a9756a9f6c1e8ab0c34ea46b3614816aa257df4', icon: icon }))));
48
48
  }
49
49
  static get is() { return "rtk-file-picker-button"; }
50
50
  static get encapsulation() { return "shadow"; }
@@ -40,7 +40,7 @@ export class RtkHeader {
40
40
  iconPack: this.iconPack,
41
41
  size: this.size,
42
42
  };
43
- return (h(Host, { key: '00cfd80dbffa3f1c9c66e00397c7db1e7292664c' }, !this.disableRender && h(Render, { key: '521ab0493477836b0a5ce6de5ed85a842c71d32a', element: "rtk-header", defaults: defaults, onlyChildren: true }), h("slot", { key: 'f73693073b8a7162a5db2ec73e93de6bbccea7dd' })));
43
+ return (h(Host, { key: 'b027d881ec9b4b6e27750e13e9aa0ac50ce9748c' }, !this.disableRender && h(Render, { key: '7bb2e5d3b9d9b2aeb9550c5675743c5ddfeee99c', element: "rtk-header", defaults: defaults, onlyChildren: true }), h("slot", { key: '66bbb8bdcbb511f3e97a17f6b3703725ed708fe4' })));
44
44
  }
45
45
  static get is() { return "rtk-header"; }
46
46
  static get encapsulation() { return "shadow"; }
@@ -27,7 +27,7 @@ export class RtkIdleScreen {
27
27
  this.t = useLanguage();
28
28
  }
29
29
  render() {
30
- return (h(Host, { key: '1243feb830c4b40ddbb41409ba5e4f5259d4aba2' }, h("slot", { key: 'e5c674091393508a202d514e9ad41ccae687a660' }, h("div", { key: 'bd6e459fc18148edf47ed45df3e9f1f3d3356383', class: "ctr", part: "container" }, h("rtk-logo", { key: '9b3211860563ef93307902744b37985908f71cdf', meeting: this.meeting, config: this.config, t: this.t, part: "logo" }), h("rtk-spinner", { key: '584a3355b5a023ae9bc66f1eafbd85f3d3b9bb92', "aria-label": "Idle, waiting for meeting data", part: "spinner", iconPack: this.iconPack })))));
30
+ return (h(Host, { key: '0d5f3eea616808cb6d59173bc875ed1e19a571eb' }, h("slot", { key: '9d647571d81e227c3deba0b131e05763f0e17bd4' }, h("div", { key: '856f24853a9d5d1a941be50ff2567083cccc2d0b', class: "ctr", part: "container" }, h("rtk-logo", { key: '0bceeddd22d96bd07f015041e5b79d5de19dac59', meeting: this.meeting, config: this.config, t: this.t, part: "logo" }), h("rtk-spinner", { key: '62841691c9f2669e3e11a4e995848a3f1df4180a', "aria-label": "Idle, waiting for meeting data", part: "spinner", iconPack: this.iconPack })))));
31
31
  }
32
32
  static get is() { return "rtk-idle-screen"; }
33
33
  static get encapsulation() { return "shadow"; }
@@ -34,10 +34,10 @@ export class RtkImageMessage {
34
34
  this.status = 'loading';
35
35
  }
36
36
  render() {
37
- return (h(Host, { key: '1267763841d7162f1ad4152a5c4cdd809aaa3808' }, !this.isContinued && (h(ChatHead, { key: '9b415f65f456f8624cd4f981d7f8ae191772a3ce', name: this.message.displayName, time: this.message.time, now: this.now })), h("div", { key: '38ea5e45140f543ae6d16d2d00b0bf0c9a671910', class: {
37
+ return (h(Host, { key: '91690b290bd0fb2af8a55bea018b8b9353d60396' }, !this.isContinued && (h(ChatHead, { key: 'ef3341005308c597a2f60ec4930f2f38cf81e20a', name: this.message.displayName, time: this.message.time, now: this.now })), h("div", { key: '96d5ad95a36ada5c67ffa93e718e89dbe2a97fbb', class: {
38
38
  body: true,
39
39
  bubble: this.showBubble,
40
- }, part: "body" }, h("div", { key: '3c842144038f9612fc46c3f5d18f87342f8376c4', class: { image: true, loaded: this.status === 'loaded' } }, h("img", { key: '39b2978696328d6ed6ac3bbbdc83a57fc7fa7d88', src: sanitizeLink(this.message.link), onLoad: () => {
40
+ }, part: "body" }, h("div", { key: 'ba3f2db210f343814896a2397386fbbfc7babd10', class: { image: true, loaded: this.status === 'loaded' } }, h("img", { key: '3ad9f01111c8c012513dd3a300b290b439d4a96c', src: sanitizeLink(this.message.link), onLoad: () => {
41
41
  this.status = 'loaded';
42
42
  }, onError: () => {
43
43
  this.status = 'errored';
@@ -45,9 +45,9 @@ export class RtkImageMessage {
45
45
  if (this.status === 'loaded') {
46
46
  this.stateUpdate.emit({ image: this.message });
47
47
  }
48
- } }), this.status === 'loading' && (h("div", { key: 'd83ca52f9330ddef301be3d4a84b663f91864ea3', class: "image-spinner", title: this.t('chat.img.loading'), "aria-label": this.t('chat.img.loading') }, h("rtk-spinner", { key: '6333ce5847ecd62793d5777a886a3a1a33641fab', iconPack: this.iconPack }))), this.status === 'errored' && (h("div", { key: 'e4063e68ad477069d8acaa03d0dd1c692f82c76f', class: "image-errored", title: this.t('chat.error.img_not_found'), "aria-label": this.t('chat.error.img_not_found') }, h("rtk-icon", { key: '010562aee164fdb63e45da4c0eaa29ad1cbdf66c', icon: this.iconPack.image_off }))), this.status === 'loaded' && (h("div", { key: '14773362280e9dd167db61e58b3f729e0a86d88d', class: "actions" }, h("rtk-button", { key: '8e0cd659fd47074729fa3e63897e3e8eab3193a3', class: "action", variant: "secondary", kind: "icon", onClick: () => {
48
+ } }), this.status === 'loading' && (h("div", { key: '35140b999e092b083cabfa53c21a468092257b05', class: "image-spinner", title: this.t('chat.img.loading'), "aria-label": this.t('chat.img.loading') }, h("rtk-spinner", { key: '863b39fd51599ace190b75ee00af7406bbbd6d27', iconPack: this.iconPack }))), this.status === 'errored' && (h("div", { key: '647d8f244b63ceb208b3d75bef6f5e4c7777243b', class: "image-errored", title: this.t('chat.error.img_not_found'), "aria-label": this.t('chat.error.img_not_found') }, h("rtk-icon", { key: 'bd40ec4564ae22d65badbec458a3b1b232e46e35', icon: this.iconPack.image_off }))), this.status === 'loaded' && (h("div", { key: 'bb6ff686812867825aca0fbd451e122fee19b6a0', class: "actions" }, h("rtk-button", { key: '5d9fad092c3f5d4049140dc12b73ca9f53ff1088', class: "action", variant: "secondary", kind: "icon", onClick: () => {
49
49
  this.stateUpdate.emit({ image: this.message });
50
- } }, h("rtk-icon", { key: '9db76d4971f2b6b45d87b6015b7ef449fa46ba85', icon: this.iconPack.full_screen_maximize })), h("rtk-button", { key: '978934fd136ab2c364521ec55d25e578940e5c7c', class: "action", variant: "secondary", kind: "icon", onClick: () => downloadFile(this.message.link, { fallbackName: 'image' }) }, h("rtk-icon", { key: '55be50aff54309a76e5348f437805e2872bcf548', icon: this.iconPack.download }))))))));
50
+ } }, h("rtk-icon", { key: 'c77c89797b993d2486e53d15eb8f8bf721bc2c97', icon: this.iconPack.full_screen_maximize })), h("rtk-button", { key: '45974cb9f8b88a71d340c0d260b6e5daf64eec12', class: "action", variant: "secondary", kind: "icon", onClick: () => downloadFile(this.message.link, { fallbackName: 'image' }) }, h("rtk-icon", { key: '3c50dba681609dae024479493b1bcc8ee25a5ef1', icon: this.iconPack.download }))))))));
51
51
  }
52
52
  static get is() { return "rtk-image-message"; }
53
53
  static get originalStyleUrls() {
@@ -25,7 +25,7 @@ export class RtkImageMessageView {
25
25
  this.status = 'loading';
26
26
  }
27
27
  render() {
28
- return (h("div", { key: '47b2dd8f8dfc0d2aa20e80b513f802e1ebc09153', class: { image: true, loaded: this.status === 'loaded' } }, h("img", { key: 'fba4cfc015beb86040ec74b2a44e2163744a67c6', src: sanitizeLink(this.url), onLoad: () => {
28
+ return (h("div", { key: '99e8a76eea11e740c21642445fb803b3027f95ff', class: { image: true, loaded: this.status === 'loaded' } }, h("img", { key: '98c0477fab6ae6f86657579d4d4e44dab3af0bf5', src: sanitizeLink(this.url), onLoad: () => {
29
29
  this.status = 'loaded';
30
30
  }, onError: () => {
31
31
  this.status = 'errored';
@@ -33,9 +33,9 @@ export class RtkImageMessageView {
33
33
  if (this.status === 'loaded') {
34
34
  this.onPreview.emit(this.url);
35
35
  }
36
- } }), this.status === 'loading' && (h("div", { key: '4da0a3ab39d782e9affe7702a19232747bb4581c', class: "image-spinner", title: this.t('chat.img.loading'), "aria-label": this.t('chat.img.loading') }, h("rtk-spinner", { key: 'dea7afe2c92dd5c7c71620bc7b9089f743ef1aa2', iconPack: this.iconPack }))), this.status === 'errored' && (h("div", { key: 'ab303ce11b7182d20c64b00638a1c8be59aea774', class: "image-errored", title: this.t('chat.error.img_not_found'), "aria-label": this.t('chat.error.img_not_found') }, h("rtk-icon", { key: 'e14eb63cc4b2d18a5abd921e25ef305095f61c17', icon: this.iconPack.image_off }))), this.status === 'loaded' && (h("div", { key: 'ccceaa5cc5821ce9b4ddab742001cee78135636a', class: "actions" }, h("rtk-button", { key: 'de49516247d9655cc74afcd58bc50771e2594dca', class: "action", variant: "secondary", kind: "icon", onClick: () => {
36
+ } }), this.status === 'loading' && (h("div", { key: '91005900f67fb450d9b1515b8fc493e09f5ccebd', class: "image-spinner", title: this.t('chat.img.loading'), "aria-label": this.t('chat.img.loading') }, h("rtk-spinner", { key: 'c96f80a0a53426058635254c5efd78cdccd3a23f', iconPack: this.iconPack }))), this.status === 'errored' && (h("div", { key: 'c1f7a709ccaf0c0ba1104992616f8405e2380c95', class: "image-errored", title: this.t('chat.error.img_not_found'), "aria-label": this.t('chat.error.img_not_found') }, h("rtk-icon", { key: '27d22b3f706d641b5d77a5fa75ba4233663afb88', icon: this.iconPack.image_off }))), this.status === 'loaded' && (h("div", { key: '2caf4c258128cf03dae23769c832a3b7bb76be9e', class: "actions" }, h("rtk-button", { key: 'e668325aa6f1f20a2d4f7d172e483521b709b7c8', class: "action", variant: "secondary", kind: "icon", onClick: () => {
37
37
  this.onPreview.emit(this.url);
38
- } }, h("rtk-icon", { key: 'bd1ea608e4846d994a418236dca7856570bd689d', icon: this.iconPack.full_screen_maximize })), h("rtk-button", { key: '266a860a4ab4d6cf76bd89bb35c987efbc89a593', class: "action", variant: "secondary", kind: "icon", onClick: () => downloadFile(this.url, { fallbackName: 'image' }) }, h("rtk-icon", { key: 'ec26862ff95e116d519280c7e62ed7a7e1ede273', icon: this.iconPack.download }))))));
38
+ } }, h("rtk-icon", { key: 'ceea157f0a5e4802d2c4041f4304b9202b95bc11', icon: this.iconPack.full_screen_maximize })), h("rtk-button", { key: '2941579aef2546aa70c056bdee9bb76fea9e286f', class: "action", variant: "secondary", kind: "icon", onClick: () => downloadFile(this.url, { fallbackName: 'image' }) }, h("rtk-icon", { key: '3878b4a96f77e419e4a26725bfe7a49e29af8760', icon: this.iconPack.download }))))));
39
39
  }
40
40
  static get is() { return "rtk-image-message-view"; }
41
41
  static get encapsulation() { return "shadow"; }
@@ -39,7 +39,7 @@ export class RtkImageViewer {
39
39
  document.removeEventListener('click', this.handleOutsideClick);
40
40
  }
41
41
  render() {
42
- return (h(Host, { key: '6e6e27bf5529ef5af5b0b7f02c0fcda77dba492c', class: "scrollbar", onClick: (e) => e.stopPropagation() }, h("div", { key: '53b1df2b76fb58d37154f246c09c38f17c4ac6b3', class: "header" }, h("div", { key: 'e5707219faa115dfccd330643d022c90abdcfc5b', class: "shared-by-user" }, this.t('chat.img.shared_by'), ' ', h("span", { key: '8387ffa67b78746a8d94f130ff23241313b5c1d8', class: "displayName" }, formatName(shorten(this.image.displayName)))), h("div", { key: 'cd70a8a95e264a533d2d093e4d32df49dfc3f2c7', class: "actions" }, h("rtk-button", { key: '404da530999c81a7754c07ed48ffb73eb8f915e3', onClick: () => downloadFile(this.image.link, { fallbackName: 'image' }) }, h("rtk-icon", { key: '5d7806419e55072fcfb8735229cef5b9b0816669', icon: this.iconPack.download, slot: "start" }), "Download"), h("rtk-button", { key: '6ac87cb0172f319706d8e8d4591a76d3fa60a2b9', kind: "icon", variant: "secondary", onClick: () => this.close.emit() }, h("rtk-icon", { key: 'd25982c4b4f3c422df8187782a762b12fffb76df', icon: this.iconPack.dismiss })))), h("div", { key: '968d31b08e5113419bbdc63c3887a8537d198284', class: "image-ctr" }, h("img", { key: 'a806265d98e09094dd267afc3dc6018f6cf692c4', src: this.image.link }))));
42
+ return (h(Host, { key: '8d935bb0caf8d693e1a689ca43aae99862170ac9', class: "scrollbar", onClick: (e) => e.stopPropagation() }, h("div", { key: '99e92847c61ae836819158df5e755a15ffc857c0', class: "header" }, h("div", { key: '00fa44b137b19e90480ab67a915d795e69d0e8d2', class: "shared-by-user" }, this.t('chat.img.shared_by'), ' ', h("span", { key: 'c8cdd90cdb236581421d39f397dcb532c0052f88', class: "displayName" }, formatName(shorten(this.image.displayName)))), h("div", { key: '5c4c76c34a58598056c737cab95966014713fda1', class: "actions" }, h("rtk-button", { key: '78e4b05fc056a4924e7d795ce751d26213b7b31c', onClick: () => downloadFile(this.image.link, { fallbackName: 'image' }) }, h("rtk-icon", { key: '97f528e26b23f749597e783b15ae2b28cdb57432', icon: this.iconPack.download, slot: "start" }), "Download"), h("rtk-button", { key: '1c8db312bcdbb7b58886bd042866dce4a742b2b6', kind: "icon", variant: "secondary", onClick: () => this.close.emit() }, h("rtk-icon", { key: '91a7127dce1d432cd6ab8bbba45d37054459b6d5', icon: this.iconPack.dismiss })))), h("div", { key: 'c5389b11ee44af064e9d12c443b2986a349d02de', class: "image-ctr" }, h("img", { key: 'a6b8cfadc2f11395695358f97a285986e5dab799', src: this.image.link }))));
43
43
  }
44
44
  static get is() { return "rtk-image-viewer"; }
45
45
  static get encapsulation() { return "shadow"; }
@@ -17,7 +17,7 @@ export class RtkInformationTooltip {
17
17
  this.iconPack = defaultIconPack;
18
18
  }
19
19
  render() {
20
- return (h(Host, { key: '182572b0e68a80a504b3aed40ae526ae371a9921' }, h("div", { key: 'c46d1aedd29c015e36c0496dd36ccd7d2afcd4ee', class: "tooltip-container" }, h("rtk-icon", { key: '25465b17d5b97a102273621e6e942fb34f542d53', icon: this.iconPack.info, size: "sm" }), h("div", { key: '9f3e5eea9a21b1ff48e8a3e7e91e3f81e748af79', class: "tooltip" }, h("slot", { key: 'a0f42e3681ffddf9287ddacd111ea3fa64f77c01', name: "tootlip-text" })))));
20
+ return (h(Host, { key: 'a94703e845d2ed6757b794e5582a27790d9ffc22' }, h("div", { key: '9dba2927f2763b84127237d269bbb21bda299018', class: "tooltip-container" }, h("rtk-icon", { key: 'dda3376f2f3e0bcc61a978f6ed4d9a746243480c', icon: this.iconPack.info, size: "sm" }), h("div", { key: '87df9ff5be316f60f1b9b6445ee19f48aed6918c', class: "tooltip" }, h("slot", { key: '25cacd1c76d12aef06b7c757d6cc1580f214d938', name: "tootlip-text" })))));
21
21
  }
22
22
  static get is() { return "rtk-information-tooltip"; }
23
23
  static get encapsulation() { return "shadow"; }
@@ -43,7 +43,7 @@ export class RtkJoinStage {
43
43
  iconPack: this.iconPack,
44
44
  t: this.t,
45
45
  };
46
- return (h(Host, { key: 'b69a0a77d20a65a3112a393f33e4bc71564b16e1', class: { stage: true } }, h("header", { key: 'c9860a7bd9139b4ddb188f03f4efadcecf2d4259' }, h("h2", { key: '3222f6b149c9584205f355daecb4ebc7a2c329e3' }, this.dataConfig.title)), h(Render, { key: 'ae93b03e1ffeef036560de82bd1cfd678be9895a', element: "rtk-participant-setup", defaults: defaults, props: { participant: (_a = this.meeting) === null || _a === void 0 ? void 0 : _a.self, size: 'md' }, childProps: { participant: (_b = this.meeting) === null || _b === void 0 ? void 0 : _b.self, size: 'md' }, deepProps: true }), h("div", { key: 'b579bcd55ac13475d46a9b363e50a293b3f8ab87', class: "summary" }, this.dataConfig.description), h("div", { key: 'b7002bbcf12848243621dbd4e0e62d73ed5c7043', class: "container" }, h("rtk-button", { key: '240d7e4f50f89e6859be85917a325075d5d98628', variant: "secondary", onClick: () => this.leaveStage.emit(), title: this.dataConfig.label.reject }, this.dataConfig.label.reject), h("rtk-button", { key: 'c510ea579e35bf1302b6364065a2bb4eac43bec0', onClick: () => {
46
+ return (h(Host, { key: 'e5d51e22abdf1f0192e48ea4d4cbb614747edcc1', class: { stage: true } }, h("header", { key: 'd2a658de63ba4df5d5827a3aff348347c271c21d' }, h("h2", { key: '9e0279be859026b0c330bd174a47556b145f14c6' }, this.dataConfig.title)), h(Render, { key: '47b47ff8103b8f0aec5f667750b2f011e55e0eea', element: "rtk-participant-setup", defaults: defaults, props: { participant: (_a = this.meeting) === null || _a === void 0 ? void 0 : _a.self, size: 'md' }, childProps: { participant: (_b = this.meeting) === null || _b === void 0 ? void 0 : _b.self, size: 'md' }, deepProps: true }), h("div", { key: 'eb435cd2a823279760819d199228eeb4b848b8c7', class: "summary" }, this.dataConfig.description), h("div", { key: '7f161d269e0508e3f184adf590043b707809fac4', class: "container" }, h("rtk-button", { key: '98344f17b421583410b1f279c2ee8dd533090ebb', variant: "secondary", onClick: () => this.leaveStage.emit(), title: this.dataConfig.label.reject }, this.dataConfig.label.reject), h("rtk-button", { key: '5f8cf91e9e864df3c85b63677ab9ac2e17e7aa18', onClick: () => {
47
47
  if (this.isLoading)
48
48
  return;
49
49
  this.isLoading = true;
@@ -29,7 +29,7 @@ export class RtkLeaveButton {
29
29
  }
30
30
  render() {
31
31
  const text = this.t('leave');
32
- return (h(Host, { key: '27ea1d3f7593e32d53b8160537e00147be6e2a2d', label: text }, h("rtk-controlbar-button", { key: 'f0952b09acd1f7cff04fd521252ecf75715e9a74', size: this.size, iconPack: this.iconPack, class: "leave red-icon", onClick: this.leave, icon: this.iconPack.call_end, label: text, variant: this.variant, part: "controlbar-button" })));
32
+ return (h(Host, { key: '5b0ccd7eca4a3330a6bbfd377fa5cbdc050ac346', label: text }, h("rtk-controlbar-button", { key: '8dcb835fb29edad956d715c2cbe882686ccce40d', size: this.size, iconPack: this.iconPack, class: "leave red-icon", onClick: this.leave, icon: this.iconPack.call_end, label: text, variant: this.variant, part: "controlbar-button" })));
33
33
  }
34
34
  static get is() { return "rtk-leave-button"; }
35
35
  static get encapsulation() { return "shadow"; }
@@ -75,9 +75,9 @@ export class RtkLeaveMeeting {
75
75
  }
76
76
  }
77
77
  render() {
78
- return (h(Host, { key: 'aea5962feea02bcf96948f3fe61eb6d59657de0d' }, h("div", { key: '183292c3726e742323faba5d94c21ccefe3d56c5', class: "leave-modal" }, h("div", { key: '313b84d84c8a575883c5aa89613bf8a07b53a6aa', class: "header" }, h("h2", { key: 'd87fcdf179052a18b70b9681e56858e09acb04b5', class: "title" }, this.t('leave'))), h("p", { key: 'd03e97a6556e27b3719d4ca9ea89ee8a286d3f16', class: "message" }, this.isBreakoutRoomsActive && this.isChildMeeting
78
+ return (h(Host, { key: '4680ed34de64c4ab67dc939941a0c0a8f72af619' }, h("div", { key: '6ed0410cb32c8bd113dbc7cc5cfe5a3079606ff5', class: "leave-modal" }, h("div", { key: '8f9702a7fd68a1785bb63620587836c769c379bc', class: "header" }, h("h2", { key: 'e071e2ddbdba0ad61a3e5dc4a8ecf5c39610ffac', class: "title" }, this.t('leave'))), h("p", { key: '39ec1123fadc7fb945b600d114246aaf7b251e5a', class: "message" }, this.isBreakoutRoomsActive && this.isChildMeeting
79
79
  ? this.t('breakout_rooms.leave_confirmation')
80
- : this.t('leave_confirmation')), h("div", { key: '39742fe6bfbadfb30b116ee38685f1193c773e1c', class: "content" }, h("rtk-button", { key: '39d88ee45a920e56593cd23237bf241951d8b178', variant: "secondary", onClick: this.close, class: "secondary-btn" }, this.t('cancel')), this.isBreakoutRoomsActive && this.isChildMeeting && this.canJoinMainRoom && (h("rtk-button", { key: '250fb2f7e0a44e64a29072bc59d966191ce55a88', variant: "secondary", onClick: this.handleJoinMainRoom, class: "secondary-btn" }, this.t('breakout_rooms.leave_confirmation.main_room_btn'))), h("rtk-button", { key: 'bdbea0eb8468240008a11b1f4456d52633dc2637', variant: "danger", title: this.t('leave'), onClick: this.handleLeave }, this.t('leave')), this.canEndMeeting && (h("rtk-button", { key: 'abff846edc62ce861159bc19101ef6714a5ad99b', variant: "danger", class: "secondary-btn secondary-danger-btn", onClick: this.handleEndMeeting }, this.t('end.all')))))));
80
+ : this.t('leave_confirmation')), h("div", { key: 'ae5e42b89313baedea3478e59c320ccadd871e3b', class: "content" }, h("rtk-button", { key: '5eccf433e1de71cbbe84d9b9062848f47bcb68b6', variant: "secondary", onClick: this.close, class: "secondary-btn" }, this.t('cancel')), this.isBreakoutRoomsActive && this.isChildMeeting && this.canJoinMainRoom && (h("rtk-button", { key: 'ad34c1c74a3c76289bfaf87e0d03e9323222735a', variant: "secondary", onClick: this.handleJoinMainRoom, class: "secondary-btn" }, this.t('breakout_rooms.leave_confirmation.main_room_btn'))), h("rtk-button", { key: '45a051102497bcfce0efb7a113a6d00a43de0605', variant: "danger", title: this.t('leave'), onClick: this.handleLeave }, this.t('leave')), this.canEndMeeting && (h("rtk-button", { key: '581e73b8d12ecb3a09182cb6561cdbb61ebb913f', variant: "danger", class: "secondary-btn secondary-danger-btn", onClick: this.handleEndMeeting }, this.t('end.all')))))));
81
81
  }
82
82
  static get is() { return "rtk-leave-meeting"; }
83
83
  static get encapsulation() { return "shadow"; }
@@ -76,7 +76,7 @@ export class RtkMarkdownView {
76
76
  const slicedMessage = this.text.slice(0, this.maxLength);
77
77
  const withReply = extractReplyBlock(slicedMessage, true);
78
78
  const withoutReply = stripOutReplyBlock(slicedMessage);
79
- return (h("p", { key: 'c33735507a0798dffc360f01793bc7b0caaac159' }, withReply.length !== 0 && h("blockquote", { key: 'c0a4271ee4c843b6e73c8300a8026a3ec8dd5fe3' }, this.renderMessage(withReply)), withoutReply.length !== 0 && this.renderMessage(withoutReply)));
79
+ return (h("p", { key: 'beef042bc590e1cb543ddfa4a45b699ab78db63c' }, withReply.length !== 0 && h("blockquote", { key: '5fd5c57b235c15cdd009474d70e2a6074dd0ec0a' }, this.renderMessage(withReply)), withoutReply.length !== 0 && this.renderMessage(withoutReply)));
80
80
  }
81
81
  static get is() { return "rtk-markdown-view"; }
82
82
  static get encapsulation() { return "shadow"; }
@@ -59,7 +59,7 @@ export class RtkMenu {
59
59
  });
60
60
  }
61
61
  render() {
62
- return (h(Host, { key: 'b019210ff85bde38c61855f8ac38aa8b927aa857' }, h("span", { key: '14f689eed0672642c3a181ee5d197d7a9b5c00a8', id: "trigger", ref: (el) => (this.triggerEl = el), onClick: () => {
62
+ return (h(Host, { key: '5d80123d52e211d4f120441d9f79582b4dc53247' }, h("span", { key: '996b1faea4afd983ea69c2bb197b1b6c56c0eca6', id: "trigger", ref: (el) => (this.triggerEl = el), onClick: () => {
63
63
  this.clickedThis = true;
64
64
  if (this.menuListEl.style.display !== 'block') {
65
65
  this.menuListEl.style.display = 'block';
@@ -68,7 +68,7 @@ export class RtkMenu {
68
68
  else {
69
69
  this.menuListEl.style.display = 'none';
70
70
  }
71
- } }, h("slot", { key: 'f1ab2111e0ad309df5b38e4f189d821b8ab50a4a', name: "trigger" })), h("span", { key: 'ec03b8c7ff60dd21dce3bc1f9b473ab59ec37ace', part: "menu-list", id: "menu-list", ref: (el) => (this.menuListEl = el) }, h("slot", { key: 'bc05fba324ccf4360340b070c8d4f3723a72cf6e' }))));
71
+ } }, h("slot", { key: 'd54671184af01247f285e27bda8dbb9faf1ba399', name: "trigger" })), h("span", { key: '3d57dcf7805d7fb53577e722a265a60acea6971a', part: "menu-list", id: "menu-list", ref: (el) => (this.menuListEl = el) }, h("slot", { key: 'b516e727fc4d435fed30d422ba311099aff70605' }))));
72
72
  }
73
73
  static get is() { return "rtk-menu"; }
74
74
  static get encapsulation() { return "shadow"; }
@@ -29,7 +29,7 @@ export class RtkMenuItem {
29
29
  this.t = useLanguage();
30
30
  }
31
31
  render() {
32
- return (h(Host, { key: '7ae0e75aa59e0ce3b6a919eb258f218d84033bdd', class: { [this.menuVariant]: true } }, h("slot", { key: '4fd6d31e2ecb9f99bdc7442e796c5dadcb8bcf74', name: "start" }), h("slot", { key: '04ef7d82759ff42015480b3cd789d941ffa574f0' }), h("slot", { key: 'ad3c22309470a6b71d6b6b9f0f8b58cde7f76f3c', name: "end" })));
32
+ return (h(Host, { key: '05ed5b993b4c05f4fc295e2ac45c5337d9b993b3', class: { [this.menuVariant]: true } }, h("slot", { key: '80aebd20b238627fa7aa2ab3777ebafd8876faaf', name: "start" }), h("slot", { key: '50ff6c2c4fa7dfe9976030d1e7e39385578b902d' }), h("slot", { key: 'd93c2517156791d636d0b86569bcd79e08ed4e29', name: "end" })));
33
33
  }
34
34
  static get is() { return "rtk-menu-item"; }
35
35
  static get encapsulation() { return "shadow"; }
@@ -27,7 +27,7 @@ export class RtkMenuList {
27
27
  this.t = useLanguage();
28
28
  }
29
29
  render() {
30
- return (h(Host, { key: '1dd2702af95e0270488e6be1813b5979bd676697', class: { [this.menuVariant]: true } }, h("slot", { key: 'cbe97d571726800ad4a3e25b8c0e261b9a0cd40a' })));
30
+ return (h(Host, { key: '758a8f0419b51b59f46391e28265bf6201f537d3', class: { [this.menuVariant]: true } }, h("slot", { key: '9bc391de012f416c8c29c33fcc26a146f33afe82' })));
31
31
  }
32
32
  static get is() { return "rtk-menu-list"; }
33
33
  static get encapsulation() { return "shadow"; }
@@ -260,11 +260,11 @@ export class RtkMessageListView {
260
260
  this.updateTotalHeight();
261
261
  }
262
262
  render() {
263
- return (h("div", { key: '413771e98d7ce6f8c2af3d6cadf6ad3484586929', class: "scrollbar content-wrapper", ref: (el) => (this.$listRef = el), onScroll: this.handleScroll }, h("div", { key: '4e4eb3729e574f555e844266803338e5b8a5aff9', class: "scroller" }, h("div", { key: 'c4389d8636465efef4cb1e15b63c2f52eb457942', style: {
263
+ return (h("div", { key: '592cc96edd18a6c3f9bb18650d4a3c0969302ba9', class: "scrollbar content-wrapper", ref: (el) => (this.$listRef = el), onScroll: this.handleScroll }, h("div", { key: 'c720432351e2a051502deaeedb10e4d911776d86', class: "scroller" }, h("div", { key: '7a7aafb1dc0589059bd467258cf46640f1dc2966', style: {
264
264
  height: `${this.totalHeight}px`,
265
- } }), h("div", { key: 'dd6b9b2cb812f817bdf66f4abf5f2c81f0664fa0', class: "smallest-dom-element", id: "list-end", ref: (el) => (this.$listEndRef = el) })), h("div", { key: 'e07b23728210f7708bf5c65ae2007b28779954e7', class: "content", style: {
265
+ } }), h("div", { key: 'ee9e8a1819a66d73e67860615f580511ee34b31c', class: "smallest-dom-element", id: "list-end", ref: (el) => (this.$listEndRef = el) })), h("div", { key: 'e055b8db2ae6796797074e26f4ca4ef564006ece', class: "content", style: {
266
266
  transform: `translateY(${this.getRangeSize(0, this.range.start)}px)`,
267
- } }, this.isFetching && (h("div", { key: '3957d510fcc88770169f5378e8180c168645d954', class: "loader" }, h("rtk-spinner", { key: '30a85f8744f51150940abf19b3dcfb9587f50c7f', size: "md" }))), this.getVisibleItems().map((msg, index) => (h("div", { key: msg.id, ref: (el) => this.rendererInternal(el, msg, index) }))))));
267
+ } }, this.isFetching && (h("div", { key: 'fea9260948b5127ccd0e510ae55a01f4adbfcbbc', class: "loader" }, h("rtk-spinner", { key: '7af2be1f15773fdf4b467d7ceee8902c61cb8ca7', size: "md" }))), this.getVisibleItems().map((msg, index) => (h("div", { key: msg.id, ref: (el) => this.rendererInternal(el, msg, index) }))))));
268
268
  }
269
269
  static get is() { return "rtk-message-list-view"; }
270
270
  static get originalStyleUrls() {
@@ -101,8 +101,12 @@ p {
101
101
 
102
102
  .metadata {
103
103
  margin-top: var(--rtk-space-2, 8px);
104
+ display: flex;
105
+ flex-direction: row;
106
+ align-items: center;
107
+ gap: var(--rtk-space-2, 8px);
104
108
  align-self: flex-end;
105
- font-size: 10px;
109
+ font-size: 11px;
106
110
  color: rgb(var(--rtk-colors-text-800, 255 255 255 / 0.76));
107
111
  }
108
112
 
@@ -18,6 +18,8 @@ export class RtkMessageView {
18
18
  this.actions = [];
19
19
  /** Appearance */
20
20
  this.variant = 'bubble';
21
+ /** Is message pinned */
22
+ this.pinned = false;
21
23
  /** Render */
22
24
  this.viewType = 'outgoing';
23
25
  /** Hides avatar */
@@ -35,7 +37,7 @@ export class RtkMessageView {
35
37
  return (h("rtk-menu", { placement: this.isSelf ? 'bottom-start' : 'bottom-end', offset: 1 }, h("button", { slot: "trigger", class: "actions" }, h("rtk-icon", { icon: this.iconPack.chevron_down })), h("rtk-menu-list", { menuVariant: this.isSelf ? 'primary' : 'secondary' }, this.actions.map((action) => (h("rtk-menu-item", { menuVariant: this.isSelf ? 'primary' : 'secondary', onClick: () => this.onAction.emit(action.id) }, action.icon && h("rtk-icon", { icon: action.icon, slot: "start" }), action.label))))));
36
38
  }
37
39
  render() {
38
- return (h(Host, { key: '96feddf08120ae0e2aa89e955a16e8e4a43c78fb' }, h("div", { key: '79184165b5312ea52f0cbb57e25cfd4a757fc65f', class: { 'message-wrapper': true, [this.viewType]: true } }, !this.hideAvatar && (h("aside", { key: 'a2ccd72fbec0153282db018fb3473bf10f2176e9', class: "avatar", part: "avatar" }, h("rtk-avatar", { key: 'ecc9f5f77de0a47dfb5985c6f48e5f117c64b45e', participant: { name: this.authorName, picture: this.avatarUrl }, size: "sm" }))), h("div", { key: '3a72dc77c04eeb4d6015bf46dd9cc0bc9f533943', class: "message", part: "message" }, !this.hideAuthorName && (h("div", { key: '153a94b9fa6b23dac3fe4da62a22cbf66e4e73dc', class: "header" }, this.authorName, " ", this.isSelf ? ' (You)' : '')), h("div", { key: 'a36d44da27ea1a4d18feb91726d22e7adf983914', class: { body: true, bubble: this.variant === 'bubble' } }, h("slot", { key: '4ef8ca3766b562201e4e4443438c91679f09d471' }), !this.hideMetadata && !!this.time && (h("div", { key: '66754f1dd1a65ebdcda24449475b1f603db3ff1e', class: "metadata", title: formatDateTime(this.time) }, elapsedDuration(this.time, new Date(Date.now())))), this.actions.length !== 0 && this.renderActions())))));
40
+ return (h(Host, { key: '7a4f7b9cd801a12871077b56c96213d6c7f53685' }, h("div", { key: '2b1731b82f709cf90f6d7ab239a8a516886de227', class: { 'message-wrapper': true, [this.viewType]: true } }, !this.hideAvatar && (h("aside", { key: '9963f792a5475c74e8170c0baec328162828163d', class: "avatar", part: "avatar" }, h("rtk-avatar", { key: 'e09b73fbba38f108809e6444940e8053c71a0276', participant: { name: this.authorName, picture: this.avatarUrl }, size: "sm" }))), h("div", { key: 'cdd752fa1553c5977251dcb0a32ecc5b65984514', class: "message", part: "message" }, !this.hideAuthorName && (h("div", { key: 'd0a758ac727a0a9b1757e8a61caf57bfadc20d08', class: "header" }, this.authorName, " ", this.isSelf ? ' (You)' : '')), h("div", { key: '32687e9a0462eaad2d625eb93d82205a23f99f51', class: { body: true, bubble: this.variant === 'bubble' } }, h("slot", { key: 'ca2022939cb8becf5d81655a37e344ff930a3251' }), !this.hideMetadata && !!this.time && (h("div", { key: '11dec318a44909b3080dcd29b3a6c4074ce394e3', class: "metadata", title: formatDateTime(this.time) }, this.pinned && h("rtk-icon", { key: '7a68a35c7113407f3676ee09de42fcab50485f39', icon: this.iconPack.pin, size: "sm" }), elapsedDuration(this.time, new Date(Date.now())))), this.actions.length !== 0 && this.renderActions())))));
39
41
  }
40
42
  static get is() { return "rtk-message-view"; }
41
43
  static get encapsulation() { return "shadow"; }
@@ -95,6 +97,26 @@ export class RtkMessageView {
95
97
  "reflect": false,
96
98
  "defaultValue": "'bubble'"
97
99
  },
100
+ "pinned": {
101
+ "type": "boolean",
102
+ "mutable": false,
103
+ "complexType": {
104
+ "original": "boolean",
105
+ "resolved": "boolean",
106
+ "references": {}
107
+ },
108
+ "required": false,
109
+ "optional": false,
110
+ "docs": {
111
+ "tags": [],
112
+ "text": "Is message pinned"
113
+ },
114
+ "getter": false,
115
+ "setter": false,
116
+ "attribute": "pinned",
117
+ "reflect": false,
118
+ "defaultValue": "false"
119
+ },
98
120
  "viewType": {
99
121
  "type": "string",
100
122
  "mutable": false,
@@ -53,10 +53,10 @@ export class RtkMoreToggle {
53
53
  }
54
54
  render() {
55
55
  const text = this.t('more');
56
- return (h(Host, { key: '3b07eaaee77053c8bc68edf517adbc2928244680', title: text }, this.states.activeMoreMenu && (h("div", { key: '31f641a909685ce4f561b107e6dfd380a6d5ec86', class: "more-menu" }, h("slot", { key: 'c78477d0c4db136d6dfb4c3fe63ceb7dc678205e', name: "more-elements" }))), h("rtk-controlbar-button", { key: '41bbfa76720797850c8f540720eaeaed7e9f2a12', size: this.size, iconPack: this.iconPack, onClick: (e) => {
56
+ return (h(Host, { key: '73044df7026e090e30d8f9b2f40b3c4adf5424ae', title: text }, this.states.activeMoreMenu && (h("div", { key: '0abe46d0b772ff7bef2ecbf5fa2ce372bf81fe1d', class: "more-menu" }, h("slot", { key: '8eba4b6a5fee4812ad2dcd81ba0511cddb090100', name: "more-elements" }))), h("rtk-controlbar-button", { key: 'e043fc7b60f24fbe761c442edfb38d245f84b419', size: this.size, iconPack: this.iconPack, onClick: (e) => {
57
57
  e.stopPropagation();
58
58
  this.toggleMoreMenu();
59
- }, icon: this.iconPack.horizontal_dots, label: text, part: "controlbar-button" }), h("slot", { key: '207388a5e3c71f27d54f54b42d41339c19bb202d', name: "expanded" })));
59
+ }, icon: this.iconPack.horizontal_dots, label: text, part: "controlbar-button" }), h("slot", { key: '739c90ae5b23b98dab457c3dfce24d5a19a24c67', name: "expanded" })));
60
60
  }
61
61
  static get is() { return "rtk-more-toggle"; }
62
62
  static get encapsulation() { return "shadow"; }
@@ -29,7 +29,7 @@ export class RtkMuteAllConfirmation {
29
29
  };
30
30
  }
31
31
  render() {
32
- return (h(Host, { key: '012843e04afc91b7a9b8bca01d5d44ad8eb21988' }, h("div", { key: '82d246a5339936460435c45122ee9979c6f96ec4', class: "leave-modal" }, h("div", { key: '93a9cb57cc106f4dadbb3bac2dc194dc506d8926', class: "header" }, h("h2", { key: '26535ce68bae0d140ad626cfef61f7f753892404', class: "title" }, this.t('mute_all.header'))), h("p", { key: 'adf32771ba089b2b07022faa581a152495faafbc', class: "message" }, this.t('mute_all.description')), h("div", { key: '8f15b4433aa6483d968f435ce413ebe64077aee4', class: "content" }, h("div", { key: '5d9781ebe01b4085f4c5a9917a09b5b32e418c72', class: "leave-meeting" }, h("rtk-button", { key: 'bb8718e4548662d15ea67cb5a432e195c5f5f965', variant: "secondary", title: this.t('close'), onClick: this.onClose }, this.t('cancel')), h("rtk-button", { key: '0efaee116b9361826fc94a41e4727115a08100cb', variant: "danger", title: this.t('mute_all'), onClick: this.onMuteAll }, this.t('mute_all')))))));
32
+ return (h(Host, { key: 'fa0d14fa4d97e3dcbac59a1bb9b8a5149b92adc8' }, h("div", { key: '9b2f65663cf69cd7d427793c832b47a89158a8e3', class: "leave-modal" }, h("div", { key: 'ae7dd27985e3eba1b1e2f6f7748b264920ded7ae', class: "header" }, h("h2", { key: 'a70f4d3d12bc42fdb0ca057e63680bb6a5676ae5', class: "title" }, this.t('mute_all.header'))), h("p", { key: '7f8685995b777f91cfd592737b81dcb9af147fb0', class: "message" }, this.t('mute_all.description')), h("div", { key: '3af2889f993e9ba3f7946fb612faf33787b6121f', class: "content" }, h("div", { key: 'ac9f60cfccdc4a6585002ebc7a115ce8cfa85fbe', class: "leave-meeting" }, h("rtk-button", { key: '25ff9d4db1a5731175ec2bf2de0b1a7df6efd1ea', variant: "secondary", title: this.t('close'), onClick: this.onClose }, this.t('cancel')), h("rtk-button", { key: '80cf51d679fa221a54f8b6dabf4b8052936b0d72', variant: "danger", title: this.t('mute_all'), onClick: this.onMuteAll }, this.t('mute_all')))))));
33
33
  }
34
34
  static get is() { return "rtk-mute-all-confirmation"; }
35
35
  static get encapsulation() { return "shadow"; }
@@ -44,7 +44,7 @@ export class RtkNameTag {
44
44
  var _a, _b, _c;
45
45
  const name = formatName(((_a = this.participant) === null || _a === void 0 ? void 0 : _a.name) || '');
46
46
  const isSelf = ((_b = this.participant) === null || _b === void 0 ? void 0 : _b.id) === ((_c = this.meeting) === null || _c === void 0 ? void 0 : _c.self.id);
47
- return (h(Host, { key: 'd42b26fe39b4a8643e32b420ec6cded7450dde20', title: name }, h("slot", { key: '5235adedfaef8eb0b99d46f9b6e89efe40e53f68', name: "start" }), h("span", { key: 'bd15296809e2caf334c6786e45e3b751633ff001', class: "name" }, this.formatNameTag(name, isSelf)), h("slot", { key: '6f5a39cfecf90b9d449b08274eb20b450bcba196', name: "end" })));
47
+ return (h(Host, { key: '03a8cf176ca6a1b688f3bc9bd5c77ef22e8937d9', title: name }, h("slot", { key: 'd38164aeda8e938f49ffceb8e52e3102ddd03d11', name: "start" }), h("span", { key: '026f1cc6bbfcbd3649f73db43b2111af55fea6ee', class: "name" }, this.formatNameTag(name, isSelf)), h("slot", { key: '3a22aa050a15f452b0ec5db3cd5981dccb88aa55', name: "end" })));
48
48
  }
49
49
  static get is() { return "rtk-name-tag"; }
50
50
  static get encapsulation() { return "shadow"; }
@@ -47,9 +47,9 @@ export class RtkNotification {
47
47
  }
48
48
  render() {
49
49
  var _a;
50
- return (h(Host, { key: '8c854ce9c1fbed1d0078e37ddfe731bd09f60217' }, h("div", { key: 'e5110dfac0052c151ad0f0c702fd2183639c160c', class: "ctr" }, this.notification.icon != null && (h("rtk-icon", { key: '34c84299f20115d1576606443fd28035d604a282', class: "icon", icon: this.notification.icon, variant: (_a = this.notification.iconVariant) !== null && _a !== void 0 ? _a : 'primary' })), this.notification.image != null &&
50
+ return (h(Host, { key: '51e81b13584429d211648cd6b069cfeeb9786cf0' }, h("div", { key: '4cfbf9ff3fd5bc8482ef8e89384cc5b56ea06225', class: "ctr" }, this.notification.icon != null && (h("rtk-icon", { key: '249f72bd11d1004754d4d8539d9f78aa9c16d004', class: "icon", icon: this.notification.icon, variant: (_a = this.notification.iconVariant) !== null && _a !== void 0 ? _a : 'primary' })), this.notification.image != null &&
51
51
  this.notification.icon == null &&
52
- this.imageState !== 'errored' && (h("img", { key: 'f8c7d6de5740e5e94be8b0bec312b44157c9999a', src: this.notification.image, class: { loaded: this.imageState === 'loaded' }, onLoad: () => (this.imageState = 'loaded'), onError: () => (this.imageState = 'errored') })), h("p", { key: 'cf22e099409eda906611ad43bb92192512c3b3f0', class: "message" }, h(TextMessageView, { key: '87e52e92ffa9d86b4ddc6a1c61b5bbb6a9f6c1d1', message: this.notification.message })), h("div", { key: '06195e55729bbc11fc48b188df7ee5f8a7b111d6', class: "right" }, this.notification.button != null && (h("rtk-button", { key: 'b1a8e8f05587fa9eaf66e9d8932dee6d4fc57e67', size: "sm", variant: this.notification.button.variant, onClick: () => this.notification.button.onClick() }, this.notification.button.text)), h("button", { key: '102260442e93358e972d72dbcfe2cc90f68523d9', onClick: () => this.dismiss.emit(this.notification.id), class: "dismiss" }, h("rtk-icon", { key: 'f585bf6153a7c34528bd46af850db3f8511805ff', "aria-label": this.t('dismiss'), icon: this.iconPack.dismiss }))))));
52
+ this.imageState !== 'errored' && (h("img", { key: 'feeb94c2e78e7506c18cc91746141d7e3a35f62d', src: this.notification.image, class: { loaded: this.imageState === 'loaded' }, onLoad: () => (this.imageState = 'loaded'), onError: () => (this.imageState = 'errored') })), h("p", { key: 'b33a24ab2e00d415565005df81915a266415fdeb', class: "message" }, h(TextMessageView, { key: '1947b8c43643aa169bf4ea324fdf8a091b8b4432', message: this.notification.message })), h("div", { key: 'bc904e8c67d9a0f4dc4558a81cdc8d86fb414a3f', class: "right" }, this.notification.button != null && (h("rtk-button", { key: '1c13f1c57b9c2ffb05f7ecd51dd255fa1499d8ee', size: "sm", variant: this.notification.button.variant, onClick: () => this.notification.button.onClick() }, this.notification.button.text)), h("button", { key: '6ada4c78be92f5c3f9ec5a1b12255316345ac5ca', onClick: () => this.dismiss.emit(this.notification.id), class: "dismiss" }, h("rtk-icon", { key: '9e92dd30e11a1af7a684331b5eab02a1c4cea46a', "aria-label": this.t('dismiss'), icon: this.iconPack.dismiss }))))));
53
53
  }
54
54
  static get is() { return "rtk-notification"; }
55
55
  static get encapsulation() { return "shadow"; }
@@ -30,7 +30,7 @@ export class RtkOverlayModal {
30
30
  }
31
31
  }
32
32
  render() {
33
- return (h(Host, { key: '3c4b052af95eb7fd181d940b671b1d8105c568bb' }, h("rtk-icon", { key: 'a279a00bc270b2aa5bc1b867753bb10fbb13dfba', icon: this.states.activeOverlayModal.icon }), h("h2", { key: '283ade7b8c7f340e6931330a923df6d7457902e7' }, this.states.activeOverlayModal.title), h("p", { key: '16a8497d0940fa3354530555ab523e4d7236bbc0' }, this.states.activeOverlayModal.description)));
33
+ return (h(Host, { key: '996258387764dd1b7d12c4e4765ee38c01cdad94' }, h("rtk-icon", { key: '4ccf7d3878900f0cb5743313bfef0b93fdd80c70', icon: this.states.activeOverlayModal.icon }), h("h2", { key: '7346e4cb9bee22c63cc5014a16f9e7a423afe7e7' }, this.states.activeOverlayModal.title), h("p", { key: '24f5dda6cda11267a00e7a4d9aadf3479b8b2873' }, this.states.activeOverlayModal.description)));
34
34
  }
35
35
  static get is() { return "rtk-overlay-modal"; }
36
36
  static get encapsulation() { return "shadow"; }
@@ -279,7 +279,7 @@ export class RtkPaginatedList {
279
279
  * which is why div#bottom-scroll comes before div#top-scroll
280
280
  * div.page-wrapper prevents reversal of messages
281
281
  */
282
- return (h(Host, { key: '23e10f12b079213650cf9c947d30650ba8c95a4d' }, h("div", { key: 'b5406069fd69ff117b19d437184c38b3c7d2fc28', class: "scrollbar container", part: "container", ref: (el) => (this.$paginatedList = el) }, h("div", { key: '7be947f2409ff810e0d10beea53ace8fdec334ce', class: { 'show-new-messages-ctr': true, active: !this.shouldRenderNewNodes } }, h("rtk-button", { key: '45c43d6ca1cc39376334dffa10f3f2c137d65add', class: "show-new-messages", kind: "icon", variant: "secondary", part: "show-new-messages", onClick: () => this.onDownArrowClicked() }, h("rtk-icon", { key: '519b0db80f7d16cc4d03983e227d4897a5868ec9', icon: this.iconPack.chevron_down }))), h("div", { key: '53691e3943b90ef9e422c8da8f5facaa23f01920', class: "smallest-dom-element", id: "bottom-scroll", ref: (el) => (this.$bottomRef = el) }), this.isLoadingBottom && h("rtk-spinner", { key: '2a393cb0bbb07c356144464dcc7c597f5cc9771b', size: "sm" }), this.isLoading && this.pagesToRender.flat().length === 0 && h("rtk-spinner", { key: '4ce03be69368db0d6d0d4ad079b14f2c7d93f26d', size: "lg" }), this.pagesToRender.flat().length === 0 && this.showEmptyListLabel ? (h("div", { class: "empty-list" }, (_a = this.emptyListLabel) !== null && _a !== void 0 ? _a : this.t('list.empty'))) : (h("div", { class: "page-wrapper" }, this.pagesToRender.map((page) => this.createNodes(page)))), this.hasMoreDataAtTop && !this.isLoadingTop && (h("div", { key: '5c85806854687efe098e4bd6d06d109060445378', class: "load-more-on-top-container" }, h("rtk-button", { key: '6d73a030fad5ba133aa2841b2feb196646592ada', class: "load-more-icon", kind: "icon", variant: "secondary", part: "load-more-icon", onClick: () => this.onLoadMoreOnTopClicked() }, h("rtk-icon", { key: '61a4f376749938df280e5c734dd3fa8a9b0b7201', icon: this.iconPack.chevron_up })))), this.isLoadingTop && h("rtk-spinner", { key: '3e55b99c60ed7bc2cd937091a33663dd19c9ca68', size: "sm" }), h("div", { key: 'a69e0a3a26d295783f4f729b33770b206ab5d46b', class: "smallest-dom-element", id: "top-scroll", ref: (el) => (this.$topRef = el) }))));
282
+ return (h(Host, { key: '2ee90baa6b1b9f88829d04632c129287b936ba30' }, h("div", { key: 'd68db998539fd1df12e92d61828a04628f7d9f0a', class: "scrollbar container", part: "container", ref: (el) => (this.$paginatedList = el) }, h("div", { key: '4fe1ae2b1aa961242ba6be8ca3b8b6c6e504ef5c', class: { 'show-new-messages-ctr': true, active: !this.shouldRenderNewNodes } }, h("rtk-button", { key: '5c7ad4c553eb6f1b7f14bad406e49fe18f63d100', class: "show-new-messages", kind: "icon", variant: "secondary", part: "show-new-messages", onClick: () => this.onDownArrowClicked() }, h("rtk-icon", { key: 'dacfc24e3fb9ec34e40447b606e256eefaefdc6e', icon: this.iconPack.chevron_down }))), h("div", { key: '569ffce0c198638b831a3eb0bac9a032c863ed9d', class: "smallest-dom-element", id: "bottom-scroll", ref: (el) => (this.$bottomRef = el) }), this.isLoadingBottom && h("rtk-spinner", { key: '06f571694e1877d8eba4ec939bc6a74f68f16caa', size: "sm" }), this.isLoading && this.pagesToRender.flat().length === 0 && h("rtk-spinner", { key: '628c0eef27fe29d2c3cbf6f0da7d10a12560c127', size: "lg" }), this.pagesToRender.flat().length === 0 && this.showEmptyListLabel ? (h("div", { class: "empty-list" }, (_a = this.emptyListLabel) !== null && _a !== void 0 ? _a : this.t('list.empty'))) : (h("div", { class: "page-wrapper" }, this.pagesToRender.map((page) => this.createNodes(page)))), this.hasMoreDataAtTop && !this.isLoadingTop && (h("div", { key: 'fc5207945ed0949074e3460d9943130eb4289409', class: "load-more-on-top-container" }, h("rtk-button", { key: '4fff7d14798340dc576e4aeeebfe9e3946cbcf6a', class: "load-more-icon", kind: "icon", variant: "secondary", part: "load-more-icon", onClick: () => this.onLoadMoreOnTopClicked() }, h("rtk-icon", { key: '87b2abaf1c850189246d1b9aa84b55c374b31d1d', icon: this.iconPack.chevron_up })))), this.isLoadingTop && h("rtk-spinner", { key: '766ac48eebaa236a9a44f770d777c2c31fabe10e', size: "sm" }), h("div", { key: '6a5287556030f9f426ac2d8b6063b13a966135ff', class: "smallest-dom-element", id: "top-scroll", ref: (el) => (this.$topRef = el) }))));
283
283
  }
284
284
  static get is() { return "rtk-paginated-list"; }
285
285
  static get encapsulation() { return "shadow"; }
@@ -220,9 +220,9 @@ export class RtkParticipant {
220
220
  iconPack: this.iconPack,
221
221
  t: this.t,
222
222
  };
223
- return (h(Host, { key: 'd04f837e2d5eb2024ac202ad5ac77331adad43c9' }, h("div", { class: "left", key: (_e = this.participant) === null || _e === void 0 ? void 0 : _e.id }, h("rtk-avatar", { key: '357234a1dde242720daab827db2d8aeda595c96b', participant: this.participant, size: "sm", iconPack: this.iconPack, t: this.t }), h("p", { key: 'f1cd6c6f0398e7f5275a65044a65429d5f0d1db4', class: "name", title: name }, shorten(name, 16), " ", ((_f = this.meeting) === null || _f === void 0 ? void 0 : _f.self.id) === ((_g = this.participant) === null || _g === void 0 ? void 0 : _g.id) && this.t('(you)'))), this.view === 'sidebar' && (h("div", { key: 'bd12f811f09fdb1b722ac9597f8e70dd734d5737', class: "right" }, isActiveParticipant && (h("rtk-icon", { key: '20d4bd4f97e9edd4f86cb4b427fa60b1507906cd', class: {
223
+ return (h(Host, { key: 'e9739f8ce0a6497a366c35c10fa157812b1ce460' }, h("div", { class: "left", key: (_e = this.participant) === null || _e === void 0 ? void 0 : _e.id }, h("rtk-avatar", { key: '9a084d51dbdabfbb887e68f4194e684d1730bc02', participant: this.participant, size: "sm", iconPack: this.iconPack, t: this.t }), h("p", { key: '8248aa42eaacc9a4747767b7493984b588f52f6e', class: "name", title: name }, shorten(name, 16), " ", ((_f = this.meeting) === null || _f === void 0 ? void 0 : _f.self.id) === ((_g = this.participant) === null || _g === void 0 ? void 0 : _g.id) && this.t('(you)'))), this.view === 'sidebar' && (h("div", { key: '7f128593d587cdcd28089ecf08c2d18a6aceb417', class: "right" }, isActiveParticipant && (h("rtk-icon", { key: '49efc3e837c262e7eca6d0cf67b0aa0c4e04370a', class: {
224
224
  red: !this.audioEnabled,
225
- }, icon: this.audioEnabled ? this.iconPack.mic_on : this.iconPack.mic_off })), isActiveParticipant && !isAudioRoom && (h("rtk-icon", { key: 'bebf3ddc0a1b40a4cbb736edbee9bf2482890c32', class: {
225
+ }, icon: this.audioEnabled ? this.iconPack.mic_on : this.iconPack.mic_off })), isActiveParticipant && !isAudioRoom && (h("rtk-icon", { key: '9272d41fada7f96ea9c9ab3dc4eeac8834ea306a', class: {
226
226
  red: !this.videoEnabled,
227
227
  }, icon: this.videoEnabled ? this.iconPack.video_on : this.iconPack.video_off })), (showMenu ||
228
228
  lenChildren({
@@ -231,34 +231,34 @@ export class RtkParticipant {
231
231
  childProps: {
232
232
  participant: this.participant,
233
233
  },
234
- }) > 0) && (h("div", { key: '98bbfa6d23c2b298f082b182ed4ff39b5ab6ffbd', class: "menu" }, h("span", { key: '510be24b1e9000cea40bc1d19bead1092b882802', id: "trigger", onClick: this.onMenuToggle }, h("rtk-button", { key: 'ffc0397b8259769d5fe2407770507350449211e5', variant: "ghost", kind: "icon", slot: "trigger" }, h("rtk-icon", { key: 'a7c403786b7fd2be84e3cb59015e0c9532fbe7a8', class: "more", icon: this.iconPack.more_vertical }))), h("span", { key: '996cfcd1221be661ec4a7a1fb753a2979ef695b6', id: "menu-list" }, this.menuOpen && (h("rtk-menu-list", { key: '16d3ce80e2d51cffb37617856dfec051958ef9b7', iconPack: this.iconPack, t: this.t }, this.canPinParticipant && isActiveParticipant && !isAudioRoom && (h("rtk-menu-item", { key: '2469c59d100fe34fbb0c271f9bf27263e9d3ce72', onClick: () => {
234
+ }) > 0) && (h("div", { key: 'c650d0dd6c08b12682e4505d75229aec7eeb5205', class: "menu" }, h("span", { key: '2e6fcc465b2fe64b1775eff4c957330d9e8aa63a', id: "trigger", onClick: this.onMenuToggle }, h("rtk-button", { key: '0a8d53a93bf92b893ad9c20e930bb22772437c40', variant: "ghost", kind: "icon", slot: "trigger" }, h("rtk-icon", { key: '686fb26b00a689789c5607fc989eef29936ab854', class: "more", icon: this.iconPack.more_vertical }))), h("span", { key: '4f4a5573d13f421eae93acbca2c85837d2068941', id: "menu-list" }, this.menuOpen && (h("rtk-menu-list", { key: 'c446d3fe559257ecd40523b30ffb0033098f22ac', iconPack: this.iconPack, t: this.t }, this.canPinParticipant && isActiveParticipant && !isAudioRoom && (h("rtk-menu-item", { key: 'c51614856ff7de89184076854534eb15af430faf', onClick: () => {
235
235
  if (this.isPinned) {
236
236
  this.participant.unpin();
237
237
  }
238
238
  else {
239
239
  this.participant.pin();
240
240
  }
241
- }, iconPack: this.iconPack, t: this.t }, h("rtk-icon", { key: 'e69b81c2a557d2acf6f4254edb46836d9951cf3e', icon: this.isPinned ? this.iconPack.pin_off : this.iconPack.pin, slot: "start" }), this.isPinned ? this.t('unpin') : this.t('pin'))), isSelf && (h("rtk-menu-item", { key: '52335e703f44cf8b1d3adc6c2d6750198906216b', iconPack: this.iconPack, t: this.t, onClick: () => {
241
+ }, iconPack: this.iconPack, t: this.t }, h("rtk-icon", { key: '08feaacf94982ba80f3a41a2ee945878fde688f7', icon: this.isPinned ? this.iconPack.pin_off : this.iconPack.pin, slot: "start" }), this.isPinned ? this.t('unpin') : this.t('pin'))), isSelf && (h("rtk-menu-item", { key: '3c044243847cd3fb86ed71eb93554dc9af986b57', iconPack: this.iconPack, t: this.t, onClick: () => {
242
242
  this.isHidden
243
243
  ? this.participant.show()
244
244
  : this.participant.hide();
245
- } }, h("rtk-icon", { key: '7b9aa493842c50422b909c1c98f4d16bda594d59', icon: this.isHidden ? this.iconPack.minimize : this.iconPack.maximize, slot: "start" }), !this.meeting.self.hidden ? this.t('minimize') : this.t('maximize'))), this.canDisableParticipantAudio &&
245
+ } }, h("rtk-icon", { key: '5b6f2e05cdc238aa25839b7f84b209ae8c7317f7', icon: this.isHidden ? this.iconPack.minimize : this.iconPack.maximize, slot: "start" }), !this.meeting.self.hidden ? this.t('minimize') : this.t('maximize'))), this.canDisableParticipantAudio &&
246
246
  isActiveParticipant &&
247
- this.audioEnabled && (h("rtk-menu-item", { key: '956e423b33a1db73ad692362708c2db9307604e3', iconPack: this.iconPack, t: this.t, onClick: () => {
247
+ this.audioEnabled && (h("rtk-menu-item", { key: '665ac23b6c7c8596a8cdf148407a4398dc3c62a1', iconPack: this.iconPack, t: this.t, onClick: () => {
248
248
  this.participant.disableAudio();
249
- } }, h("rtk-icon", { key: '3f0d90c3e43059ee95b5bee9b52a0e3d03f67011', icon: this.iconPack.mic_off, slot: "start" }), this.t('mute'))), this.canDisableParticipantVideo &&
249
+ } }, h("rtk-icon", { key: 'd306c4b9474a32534cc6af48e9b088b5687b1b77', icon: this.iconPack.mic_off, slot: "start" }), this.t('mute'))), this.canDisableParticipantVideo &&
250
250
  isActiveParticipant &&
251
- this.videoEnabled && (h("rtk-menu-item", { key: 'fc2f22ed04974fa40c10e730e3bb7aee2142d7a4', iconPack: this.iconPack, t: this.t, onClick: () => {
251
+ this.videoEnabled && (h("rtk-menu-item", { key: 'b78ebe1890ed28674211f4af87a93d5a5c375930', iconPack: this.iconPack, t: this.t, onClick: () => {
252
252
  this.participant.disableVideo();
253
- } }, h("rtk-icon", { key: '86ee677bb056d9e665ab81fc8246b17fb89ac699', icon: this.iconPack.video_off, slot: "start" }), this.t('participants.turn_off_video'))), this.canAllowParticipantOnStage &&
254
- ((_h = this.participant) === null || _h === void 0 ? void 0 : _h.id) !== ((_j = this.meeting) === null || _j === void 0 ? void 0 : _j.self.id) && (h("rtk-menu-item", { key: 'ca374ea886d695a5e78b75b3de9de9b9631ef19a', iconPack: this.iconPack, t: this.t, class: this.isOnStage ? 'red' : '', onClick: this.inviteToStageToggle }, h("rtk-icon", { key: '6166ff20a3fa00d28b6602a3a7e68c1a2ca008a5', icon: this.isOnStage
253
+ } }, h("rtk-icon", { key: 'c29624d8a917420dc372add65c82f9a756ab728a', icon: this.iconPack.video_off, slot: "start" }), this.t('participants.turn_off_video'))), this.canAllowParticipantOnStage &&
254
+ ((_h = this.participant) === null || _h === void 0 ? void 0 : _h.id) !== ((_j = this.meeting) === null || _j === void 0 ? void 0 : _j.self.id) && (h("rtk-menu-item", { key: 'abac1f63237f7ba39aad1341275674d22a454129', iconPack: this.iconPack, t: this.t, class: this.isOnStage ? 'red' : '', onClick: this.inviteToStageToggle }, h("rtk-icon", { key: 'e69b4fcb2b3e1648f2a32a4c540da9fe43d53a90', icon: this.isOnStage
255
255
  ? this.iconPack.leave_stage
256
256
  : this.iconPack.join_stage, slot: "start" }), this.isOnStage
257
257
  ? this.t('stage.remove_from_stage')
258
- : this.t('stage.add_to_stage'))), !isSelf && this.canKickParticipant && (h("rtk-menu-item", { key: '95818a580073c6b3244a47020cafed3bb7b97dd6', iconPack: this.iconPack, t: this.t, class: "red", onClick: () => {
258
+ : this.t('stage.add_to_stage'))), !isSelf && this.canKickParticipant && (h("rtk-menu-item", { key: 'ba6f6d9d0e0187a03bc119b48e8ee1623753905c', iconPack: this.iconPack, t: this.t, class: "red", onClick: () => {
259
259
  var _a, _b;
260
260
  (_a = this.meeting) === null || _a === void 0 ? void 0 : _a.participants.kick((_b = this.participant) === null || _b === void 0 ? void 0 : _b.id);
261
- } }, h("rtk-icon", { key: '9a2511e15d604cd672d85fb7cd99deb157e96bb0', icon: this.iconPack.dismiss, slot: "start" }), this.t('kick'))), h("slot", { key: '8dad8df5005902e5af3325062ba4d81711dc8370' }, h(Render, { key: '915f440d18ae76a9330297122d6c8f22dbf629cd', element: "rtk-participant", defaults: defaults, childProps: {
261
+ } }, h("rtk-icon", { key: 'b72749badd8e1807d874846872368835f87db996', icon: this.iconPack.dismiss, slot: "start" }), this.t('kick'))), h("slot", { key: '4269e4842e5d9e13c14d14e4392e2a5fa9030eb3' }, h(Render, { key: 'e3a204931270526f24df842f72f8a08817c27be0', element: "rtk-participant", defaults: defaults, childProps: {
262
262
  participant: this.participant,
263
263
  }, deepProps: true, onlyChildren: true })))))))))));
264
264
  }
@@ -83,11 +83,11 @@ export class RtkParticipantSetup {
83
83
  }
84
84
  render() {
85
85
  var _a, _b, _c, _d;
86
- return (h(Host, { key: '05dae6198445aaae28546dba043ce89e8fd0e796' }, h("video", { key: '1a306aa1f4ec027338400e3b40349b92184d470d', ref: (el) => (this.videoEl = el), class: {
86
+ return (h(Host, { key: '58684c8d6926e8992c460332d208a90c7dbbbb7d' }, h("video", { key: 'bfe2dfcfc1c94066910736eef08e676f7955d790', ref: (el) => (this.videoEl = el), class: {
87
87
  visible: (_a = this.videoState) === null || _a === void 0 ? void 0 : _a.videoEnabled,
88
88
  mirror: this.isMirrored(),
89
89
  [(_d = (_c = (_b = this.config) === null || _b === void 0 ? void 0 : _b.config) === null || _c === void 0 ? void 0 : _c.videoFit) !== null && _d !== void 0 ? _d : 'cover']: true,
90
- }, autoPlay: true, playsInline: true, muted: true }), h("slot", { key: '69ae8a0337cd57891b99fafe677f63652a6340bc' })));
90
+ }, autoPlay: true, playsInline: true, muted: true }), h("slot", { key: '9236d9897799ecf8971f097c14ebc8c85aade7b8' })));
91
91
  }
92
92
  static get is() { return "rtk-participant-setup"; }
93
93
  static get encapsulation() { return "shadow"; }