@cloudflare/realtimekit-ui 1.0.6-staging.4 → 1.0.6-staging.5

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 (354) hide show
  1. package/dist/browser.js +1 -1
  2. package/dist/cjs/rtk-ai-transcriptions.cjs.entry.js +1 -1
  3. package/dist/cjs/rtk-audio-grid.cjs.entry.js +1 -1
  4. package/dist/cjs/rtk-audio-visualizer_4.cjs.entry.js +9 -7
  5. package/dist/cjs/rtk-avatar_54.cjs.entry.js +57 -57
  6. package/dist/cjs/rtk-channel-selector-ui.cjs.entry.js +2 -2
  7. package/dist/cjs/rtk-clock.cjs.entry.js +3 -3
  8. package/dist/cjs/rtk-controlbar.cjs.entry.js +1 -1
  9. package/dist/cjs/rtk-debugger-toggle.cjs.entry.js +1 -1
  10. package/dist/cjs/rtk-file-dropzone.cjs.entry.js +1 -1
  11. package/dist/cjs/rtk-header.cjs.entry.js +1 -1
  12. package/dist/cjs/rtk-idle-screen.cjs.entry.js +1 -1
  13. package/dist/cjs/rtk-image-viewer.cjs.entry.js +1 -1
  14. package/dist/cjs/rtk-information-tooltip.cjs.entry.js +1 -1
  15. package/dist/cjs/rtk-leave-button.cjs.entry.js +1 -1
  16. package/dist/cjs/rtk-message-list-view.cjs.entry.js +3 -3
  17. package/dist/cjs/rtk-more-toggle.cjs.entry.js +2 -2
  18. package/dist/cjs/rtk-name-tag.cjs.entry.js +1 -1
  19. package/dist/cjs/rtk-participant-setup.cjs.entry.js +2 -2
  20. package/dist/cjs/rtk-participant_2.cjs.entry.js +14 -14
  21. package/dist/cjs/rtk-participants-audio.cjs.entry.js +1 -1
  22. package/dist/cjs/rtk-participants-stage-list_4.cjs.entry.js +1 -1
  23. package/dist/cjs/rtk-plugins_2.cjs.entry.js +4 -4
  24. package/dist/cjs/rtk-poll_2.cjs.entry.js +3 -3
  25. package/dist/cjs/rtk-recording-indicator.cjs.entry.js +1 -1
  26. package/dist/cjs/rtk-screenshare-view.cjs.entry.js +5 -5
  27. package/dist/cjs/rtk-settings-toggle.cjs.entry.js +1 -1
  28. package/dist/cjs/rtk-spotlight-grid.cjs.entry.js +2 -2
  29. package/dist/cjs/rtk-stage.cjs.entry.js +1 -1
  30. package/dist/cjs/rtk-transcript.cjs.entry.js +1 -1
  31. package/dist/cjs/rtk-waiting-screen.cjs.entry.js +1 -1
  32. package/dist/collection/components/rtk-ai-transcriptions/rtk-ai-transcriptions.js +1 -1
  33. package/dist/collection/components/rtk-audio-grid/rtk-audio-grid.js +1 -1
  34. package/dist/collection/components/rtk-audio-visualizer/rtk-audio-visualizer.css +1 -1
  35. package/dist/collection/components/rtk-audio-visualizer/rtk-audio-visualizer.js +8 -6
  36. package/dist/collection/components/rtk-avatar/rtk-avatar.js +1 -1
  37. package/dist/collection/components/rtk-breakout-room-participants/rtk-breakout-room-participants.js +2 -2
  38. package/dist/collection/components/rtk-broadcast-message-modal/rtk-broadcast-message-modal.js +2 -2
  39. package/dist/collection/components/rtk-channel-creator/rtk-channel-creator.js +2 -2
  40. package/dist/collection/components/rtk-channel-details/rtk-channel-details.js +1 -1
  41. package/dist/collection/components/rtk-channel-selector-ui/rtk-channel-selector-ui.js +2 -2
  42. package/dist/collection/components/rtk-channel-selector-view/rtk-channel-selector-view.js +4 -4
  43. package/dist/collection/components/rtk-chat-message/rtk-chat-message.js +2 -2
  44. package/dist/collection/components/rtk-chat-messages-ui/rtk-chat-messages-ui.js +3 -3
  45. package/dist/collection/components/rtk-chat-messages-ui-paginated/rtk-chat-messages-ui-paginated.js +1 -1
  46. package/dist/collection/components/rtk-chat-search-results/rtk-chat-search-results.js +1 -1
  47. package/dist/collection/components/rtk-clock/rtk-clock.js +3 -3
  48. package/dist/collection/components/rtk-confirmation-modal/rtk-confirmation-modal.js +1 -1
  49. package/dist/collection/components/rtk-controlbar/rtk-controlbar.js +1 -1
  50. package/dist/collection/components/rtk-counter/rtk-counter.js +2 -2
  51. package/dist/collection/components/rtk-debugger-toggle/rtk-debugger-toggle.js +1 -1
  52. package/dist/collection/components/rtk-draft-attachment-view/rtk-draft-attachment-view.js +1 -1
  53. package/dist/collection/components/rtk-emoji-picker/rtk-emoji-picker.js +1 -1
  54. package/dist/collection/components/rtk-emoji-picker-button/rtk-emoji-picker-button.js +1 -1
  55. package/dist/collection/components/rtk-file-dropzone/rtk-file-dropzone.js +1 -1
  56. package/dist/collection/components/rtk-file-message/rtk-file-message.js +2 -2
  57. package/dist/collection/components/rtk-file-message-view/rtk-file-message-view.js +1 -1
  58. package/dist/collection/components/rtk-file-picker-button/rtk-file-picker-button.js +1 -1
  59. package/dist/collection/components/rtk-header/rtk-header.js +1 -1
  60. package/dist/collection/components/rtk-idle-screen/rtk-idle-screen.js +1 -1
  61. package/dist/collection/components/rtk-image-message/rtk-image-message.js +4 -4
  62. package/dist/collection/components/rtk-image-message-view/rtk-image-message-view.js +3 -3
  63. package/dist/collection/components/rtk-image-viewer/rtk-image-viewer.js +1 -1
  64. package/dist/collection/components/rtk-information-tooltip/rtk-information-tooltip.js +1 -1
  65. package/dist/collection/components/rtk-join-stage/rtk-join-stage.js +1 -1
  66. package/dist/collection/components/rtk-leave-button/rtk-leave-button.js +1 -1
  67. package/dist/collection/components/rtk-leave-meeting/rtk-leave-meeting.js +2 -2
  68. package/dist/collection/components/rtk-markdown-view/rtk-markdown-view.js +1 -1
  69. package/dist/collection/components/rtk-menu/rtk-menu.js +2 -2
  70. package/dist/collection/components/rtk-menu-item/rtk-menu-item.js +1 -1
  71. package/dist/collection/components/rtk-menu-list/rtk-menu-list.js +1 -1
  72. package/dist/collection/components/rtk-message-list-view/rtk-message-list-view.js +3 -3
  73. package/dist/collection/components/rtk-message-view/rtk-message-view.js +1 -1
  74. package/dist/collection/components/rtk-more-toggle/rtk-more-toggle.js +2 -2
  75. package/dist/collection/components/rtk-mute-all-confirmation/rtk-mute-all-confirmation.js +1 -1
  76. package/dist/collection/components/rtk-name-tag/rtk-name-tag.js +1 -1
  77. package/dist/collection/components/rtk-notification/rtk-notification.js +2 -2
  78. package/dist/collection/components/rtk-overlay-modal/rtk-overlay-modal.js +1 -1
  79. package/dist/collection/components/rtk-paginated-list/rtk-paginated-list.js +1 -1
  80. package/dist/collection/components/rtk-participant/rtk-participant.js +12 -12
  81. package/dist/collection/components/rtk-participant-setup/rtk-participant-setup.js +2 -2
  82. package/dist/collection/components/rtk-participants-audio/rtk-participants-audio.js +1 -1
  83. package/dist/collection/components/rtk-participants-stage-list/rtk-participants-stage-list.js +1 -1
  84. package/dist/collection/components/rtk-permissions-message/rtk-permissions-message.js +1 -1
  85. package/dist/collection/components/rtk-plugins/rtk-plugins.js +1 -1
  86. package/dist/collection/components/rtk-poll/rtk-poll.js +1 -1
  87. package/dist/collection/components/rtk-poll-form/rtk-poll-form.js +2 -2
  88. package/dist/collection/components/rtk-polls/rtk-polls.js +3 -3
  89. package/dist/collection/components/rtk-recording-indicator/rtk-recording-indicator.js +1 -1
  90. package/dist/collection/components/rtk-screenshare-view/rtk-screenshare-view.js +5 -5
  91. package/dist/collection/components/rtk-settings-toggle/rtk-settings-toggle.js +1 -1
  92. package/dist/collection/components/rtk-spinner/rtk-spinner.js +1 -1
  93. package/dist/collection/components/rtk-spotlight-grid/rtk-spotlight-grid.js +2 -2
  94. package/dist/collection/components/rtk-stage/rtk-stage.js +1 -1
  95. package/dist/collection/components/rtk-switch/rtk-switch.js +1 -1
  96. package/dist/collection/components/rtk-text-composer-view/rtk-text-composer-view.js +1 -1
  97. package/dist/collection/components/rtk-text-message/rtk-text-message.js +2 -2
  98. package/dist/collection/components/rtk-text-message-view/rtk-text-message-view.js +1 -1
  99. package/dist/collection/components/rtk-tooltip/rtk-tooltip.js +1 -1
  100. package/dist/collection/components/rtk-transcript/rtk-transcript.js +1 -1
  101. package/dist/collection/components/rtk-virtualized-list/rtk-virtualized-participant-list.js +2 -2
  102. package/dist/collection/components/rtk-waiting-screen/rtk-waiting-screen.js +1 -1
  103. package/dist/components/{p-fb836f65.js → p-03bdc4c0.js} +1 -1
  104. package/dist/components/{p-30f43e99.js → p-078bfa39.js} +1 -1
  105. package/dist/components/{p-4e55295e.js → p-08f6162d.js} +14 -14
  106. package/dist/components/{p-8935943a.js → p-0a583582.js} +16 -16
  107. package/dist/components/{p-5eb08127.js → p-0c5aab6d.js} +11 -11
  108. package/dist/components/{p-4e857a0d.js → p-1740eeb4.js} +1 -1
  109. package/dist/components/{p-3b34a317.js → p-17453290.js} +5 -5
  110. package/dist/components/{p-7c9cb546.js → p-1f8aeaf8.js} +1 -1
  111. package/dist/components/{p-ed31845a.js → p-22aa706b.js} +1 -1
  112. package/dist/components/{p-e5ef089b.js → p-25a4363c.js} +2 -2
  113. package/dist/components/{p-2475ba83.js → p-262377bc.js} +1 -1
  114. package/dist/components/{p-0081423d.js → p-27f15618.js} +1 -1
  115. package/dist/components/{p-af8be74e.js → p-2eb129f3.js} +1 -1
  116. package/dist/components/{p-96a0663a.js → p-30b81dcd.js} +4 -4
  117. package/dist/components/{p-3c344b0a.js → p-317b41b0.js} +2 -2
  118. package/dist/components/{p-a5750e39.js → p-31ccb362.js} +15 -15
  119. package/dist/components/{p-095e6b83.js → p-3570bda3.js} +2 -2
  120. package/dist/components/{p-2e5d41d6.js → p-4a4c2102.js} +2 -2
  121. package/dist/components/{p-0f94d9ad.js → p-4a792ea5.js} +5 -5
  122. package/dist/components/{p-74d7f3a0.js → p-4e9d44f6.js} +2 -2
  123. package/dist/components/{p-b8845b46.js → p-519d58db.js} +3 -3
  124. package/dist/components/{p-9b4f77d0.js → p-5205ea87.js} +1 -1
  125. package/dist/components/{p-07ab7497.js → p-61a18b1f.js} +2 -2
  126. package/dist/components/{p-8df26513.js → p-632e7c39.js} +8 -8
  127. package/dist/components/{p-c3ec35db.js → p-63b4ff6e.js} +2 -2
  128. package/dist/components/{p-4bd4064f.js → p-654f389d.js} +2 -2
  129. package/dist/components/{p-5493aac4.js → p-74942069.js} +2 -2
  130. package/dist/components/{p-1c7de86c.js → p-7b0a9819.js} +2 -2
  131. package/dist/components/{p-906cc68f.js → p-7da6a349.js} +3 -3
  132. package/dist/components/{p-555bbef5.js → p-80c36767.js} +6 -6
  133. package/dist/components/{p-10d4f8a5.js → p-8336535d.js} +3 -3
  134. package/dist/components/{p-95b61f33.js → p-866a285b.js} +1 -1
  135. package/dist/components/{p-e91c4d3d.js → p-89ce3d1b.js} +2 -2
  136. package/dist/components/{p-ec54a0c7.js → p-919e71b8.js} +2 -2
  137. package/dist/components/{p-73b8c09f.js → p-929a81e6.js} +1 -1
  138. package/dist/components/{p-46a0aa0b.js → p-92f160e9.js} +2 -2
  139. package/dist/components/{p-914c0c0d.js → p-96baedfe.js} +12 -12
  140. package/dist/components/{p-d18cc4dc.js → p-978ab9a8.js} +1 -1
  141. package/dist/components/{p-bc911542.js → p-99e78dbe.js} +2 -2
  142. package/dist/components/{p-dc3143c0.js → p-a3ebfc10.js} +2 -2
  143. package/dist/components/{p-fe4cd240.js → p-a59a9c97.js} +1 -1
  144. package/dist/components/{p-a41a2311.js → p-a9bcec5d.js} +1 -1
  145. package/dist/components/{p-258274b1.js → p-a9d80b81.js} +1 -1
  146. package/dist/components/{p-f504adce.js → p-ac49fc4f.js} +9 -9
  147. package/dist/components/{p-f3fc3655.js → p-adca9df1.js} +2 -2
  148. package/dist/components/{p-e98d5a6d.js → p-afd22e6f.js} +8 -6
  149. package/dist/components/{p-a922eb37.js → p-b0a32a7d.js} +3 -3
  150. package/dist/components/{p-daaafd7a.js → p-b2c7ff74.js} +6 -6
  151. package/dist/components/{p-3b1c4e80.js → p-ba531eb3.js} +1 -1
  152. package/dist/components/{p-faad6e1b.js → p-c15ef063.js} +2 -2
  153. package/dist/components/{p-ab3007bd.js → p-c49f28a7.js} +3 -3
  154. package/dist/components/{p-2036dd73.js → p-c5b6ed4f.js} +1 -1
  155. package/dist/components/{p-1fb807e2.js → p-c8b8a942.js} +2 -2
  156. package/dist/components/{p-590b8d1c.js → p-cb7f0abe.js} +4 -4
  157. package/dist/components/{p-bb6d1fe9.js → p-d1fe3ce0.js} +1 -1
  158. package/dist/components/{p-90500e75.js → p-d3c93bcf.js} +1 -1
  159. package/dist/components/{p-dc92328d.js → p-da6a70f6.js} +2 -2
  160. package/dist/components/{p-53c730fe.js → p-de20d057.js} +6 -6
  161. package/dist/components/{p-05b503da.js → p-e891d522.js} +4 -4
  162. package/dist/components/{p-ebbcc5b6.js → p-ebc865ec.js} +1 -1
  163. package/dist/components/{p-e6cd5276.js → p-edeeedb5.js} +43 -43
  164. package/dist/components/{p-63225105.js → p-f45ceaa6.js} +2 -2
  165. package/dist/components/{p-13258097.js → p-f5c29229.js} +10 -10
  166. package/dist/components/{p-b9e78c21.js → p-f5f0b499.js} +1 -1
  167. package/dist/components/{p-ee929898.js → p-f6995a6b.js} +6 -6
  168. package/dist/components/{p-7b0b700d.js → p-ff8e5929.js} +2 -2
  169. package/dist/components/rtk-ai-toggle.js +2 -2
  170. package/dist/components/rtk-ai-transcriptions.js +1 -1
  171. package/dist/components/rtk-ai.js +1 -1
  172. package/dist/components/rtk-audio-grid.js +1 -1
  173. package/dist/components/rtk-audio-tile.js +3 -3
  174. package/dist/components/rtk-audio-visualizer.js +1 -1
  175. package/dist/components/rtk-avatar.js +1 -1
  176. package/dist/components/rtk-breakout-room-manager.js +1 -1
  177. package/dist/components/rtk-breakout-room-participants.js +1 -1
  178. package/dist/components/rtk-breakout-rooms-manager.js +1 -1
  179. package/dist/components/rtk-breakout-rooms-toggle.js +2 -2
  180. package/dist/components/rtk-broadcast-message-modal.js +1 -1
  181. package/dist/components/rtk-camera-toggle.js +3 -3
  182. package/dist/components/rtk-caption-toggle.js +2 -2
  183. package/dist/components/rtk-channel-creator.js +1 -1
  184. package/dist/components/rtk-channel-details.js +1 -1
  185. package/dist/components/rtk-channel-header.js +1 -1
  186. package/dist/components/rtk-channel-selector-ui.js +4 -4
  187. package/dist/components/rtk-channel-selector-view.js +1 -1
  188. package/dist/components/rtk-chat-composer-ui.js +4 -4
  189. package/dist/components/rtk-chat-composer-view.js +1 -1
  190. package/dist/components/rtk-chat-message.js +1 -1
  191. package/dist/components/rtk-chat-messages-ui-paginated.js +1 -1
  192. package/dist/components/rtk-chat-messages-ui.js +1 -1
  193. package/dist/components/rtk-chat-search-results.js +1 -1
  194. package/dist/components/rtk-chat-toggle.js +2 -2
  195. package/dist/components/rtk-chat.js +1 -1
  196. package/dist/components/rtk-clock.js +3 -3
  197. package/dist/components/rtk-confirmation-modal.js +1 -1
  198. package/dist/components/rtk-controlbar-button.js +1 -1
  199. package/dist/components/rtk-controlbar.js +1 -1
  200. package/dist/components/rtk-counter.js +1 -1
  201. package/dist/components/rtk-debugger-toggle.js +3 -3
  202. package/dist/components/rtk-dialog-manager.js +1 -1
  203. package/dist/components/rtk-draft-attachment-view.js +1 -1
  204. package/dist/components/rtk-emoji-picker-button.js +1 -1
  205. package/dist/components/rtk-emoji-picker.js +1 -1
  206. package/dist/components/rtk-file-dropzone.js +1 -1
  207. package/dist/components/rtk-file-message-view.js +1 -1
  208. package/dist/components/rtk-file-message.js +1 -1
  209. package/dist/components/rtk-file-picker-button.js +1 -1
  210. package/dist/components/rtk-fullscreen-toggle.js +1 -1
  211. package/dist/components/rtk-grid-pagination.js +1 -1
  212. package/dist/components/rtk-grid.js +4 -4
  213. package/dist/components/rtk-header.js +1 -1
  214. package/dist/components/rtk-idle-screen.js +2 -2
  215. package/dist/components/rtk-image-message-view.js +1 -1
  216. package/dist/components/rtk-image-message.js +1 -1
  217. package/dist/components/rtk-image-viewer.js +1 -1
  218. package/dist/components/rtk-information-tooltip.js +1 -1
  219. package/dist/components/rtk-join-stage.js +1 -1
  220. package/dist/components/rtk-leave-button.js +3 -3
  221. package/dist/components/rtk-leave-meeting.js +1 -1
  222. package/dist/components/rtk-livestream-player.js +1 -1
  223. package/dist/components/rtk-livestream-toggle.js +2 -2
  224. package/dist/components/rtk-markdown-view.js +1 -1
  225. package/dist/components/rtk-meeting-title.js +1 -1
  226. package/dist/components/rtk-meeting.js +44 -44
  227. package/dist/components/rtk-menu-item.js +1 -1
  228. package/dist/components/rtk-menu-list.js +1 -1
  229. package/dist/components/rtk-menu.js +1 -1
  230. package/dist/components/rtk-message-list-view.js +4 -4
  231. package/dist/components/rtk-message-view.js +1 -1
  232. package/dist/components/rtk-mic-toggle.js +3 -3
  233. package/dist/components/rtk-mixed-grid.js +3 -3
  234. package/dist/components/rtk-more-toggle.js +4 -4
  235. package/dist/components/rtk-mute-all-button.js +3 -3
  236. package/dist/components/rtk-mute-all-confirmation.js +1 -1
  237. package/dist/components/rtk-name-tag.js +1 -1
  238. package/dist/components/rtk-notification.js +1 -1
  239. package/dist/components/rtk-notifications.js +1 -1
  240. package/dist/components/rtk-overlay-modal.js +1 -1
  241. package/dist/components/rtk-paginated-list.js +1 -1
  242. package/dist/components/rtk-participant-setup.js +2 -2
  243. package/dist/components/rtk-participant.js +1 -1
  244. package/dist/components/rtk-participants-audio.js +1 -1
  245. package/dist/components/rtk-participants-stage-list.js +1 -1
  246. package/dist/components/rtk-participants-stage-queue.js +1 -1
  247. package/dist/components/rtk-participants-toggle.js +2 -2
  248. package/dist/components/rtk-participants-viewer-list.js +1 -1
  249. package/dist/components/rtk-participants-waiting-list.js +1 -1
  250. package/dist/components/rtk-participants.js +11 -11
  251. package/dist/components/rtk-permissions-message.js +1 -1
  252. package/dist/components/rtk-pip-toggle.js +2 -2
  253. package/dist/components/rtk-plugins-toggle.js +2 -2
  254. package/dist/components/rtk-plugins.js +1 -1
  255. package/dist/components/rtk-poll-form.js +1 -1
  256. package/dist/components/rtk-poll.js +1 -1
  257. package/dist/components/rtk-polls-toggle.js +2 -2
  258. package/dist/components/rtk-polls.js +1 -1
  259. package/dist/components/rtk-recording-indicator.js +1 -1
  260. package/dist/components/rtk-recording-toggle.js +2 -2
  261. package/dist/components/rtk-screen-share-toggle.js +3 -3
  262. package/dist/components/rtk-screenshare-view.js +6 -6
  263. package/dist/components/rtk-settings-audio.js +1 -1
  264. package/dist/components/rtk-settings-toggle.js +3 -3
  265. package/dist/components/rtk-settings-video.js +1 -1
  266. package/dist/components/rtk-settings.js +4 -4
  267. package/dist/components/rtk-setup-screen.js +1 -1
  268. package/dist/components/rtk-sidebar.js +5 -5
  269. package/dist/components/rtk-spinner.js +1 -1
  270. package/dist/components/rtk-spotlight-grid.js +2 -2
  271. package/dist/components/rtk-spotlight-indicator.js +1 -1
  272. package/dist/components/rtk-stage-toggle.js +3 -3
  273. package/dist/components/rtk-stage.js +1 -1
  274. package/dist/components/rtk-switch.js +1 -1
  275. package/dist/components/rtk-tab-bar.js +1 -1
  276. package/dist/components/rtk-text-composer-view.js +1 -1
  277. package/dist/components/rtk-text-message-view.js +1 -1
  278. package/dist/components/rtk-text-message.js +1 -1
  279. package/dist/components/rtk-tooltip.js +1 -1
  280. package/dist/components/rtk-transcript.js +1 -1
  281. package/dist/components/rtk-transcripts.js +1 -1
  282. package/dist/components/rtk-virtualized-participant-list.js +1 -1
  283. package/dist/components/rtk-waiting-screen.js +1 -1
  284. package/dist/docs/docs-components.json +2 -2
  285. package/dist/docs/docs-vscode.json +1 -1
  286. package/dist/esm/loader.js +124 -122
  287. package/dist/esm/rtk-ai-transcriptions.entry.js +1 -1
  288. package/dist/esm/rtk-audio-grid.entry.js +1 -1
  289. package/dist/esm/rtk-audio-visualizer_4.entry.js +9 -7
  290. package/dist/esm/rtk-avatar_54.entry.js +57 -57
  291. package/dist/esm/rtk-channel-selector-ui.entry.js +2 -2
  292. package/dist/esm/rtk-clock.entry.js +3 -3
  293. package/dist/esm/rtk-controlbar.entry.js +1 -1
  294. package/dist/esm/rtk-debugger-toggle.entry.js +1 -1
  295. package/dist/esm/rtk-file-dropzone.entry.js +1 -1
  296. package/dist/esm/rtk-header.entry.js +1 -1
  297. package/dist/esm/rtk-idle-screen.entry.js +1 -1
  298. package/dist/esm/rtk-image-viewer.entry.js +1 -1
  299. package/dist/esm/rtk-information-tooltip.entry.js +1 -1
  300. package/dist/esm/rtk-leave-button.entry.js +1 -1
  301. package/dist/esm/rtk-message-list-view.entry.js +3 -3
  302. package/dist/esm/rtk-more-toggle.entry.js +2 -2
  303. package/dist/esm/rtk-name-tag.entry.js +1 -1
  304. package/dist/esm/rtk-participant-setup.entry.js +2 -2
  305. package/dist/esm/rtk-participant_2.entry.js +14 -14
  306. package/dist/esm/rtk-participants-audio.entry.js +1 -1
  307. package/dist/esm/rtk-participants-stage-list_4.entry.js +1 -1
  308. package/dist/esm/rtk-plugins_2.entry.js +4 -4
  309. package/dist/esm/rtk-poll_2.entry.js +3 -3
  310. package/dist/esm/rtk-recording-indicator.entry.js +1 -1
  311. package/dist/esm/rtk-screenshare-view.entry.js +5 -5
  312. package/dist/esm/rtk-settings-toggle.entry.js +1 -1
  313. package/dist/esm/rtk-spotlight-grid.entry.js +2 -2
  314. package/dist/esm/rtk-stage.entry.js +1 -1
  315. package/dist/esm/rtk-transcript.entry.js +1 -1
  316. package/dist/esm/rtk-waiting-screen.entry.js +1 -1
  317. package/dist/realtimekit-ui/{p-1b626699.entry.js → p-0125c45d.entry.js} +1 -1
  318. package/dist/realtimekit-ui/{p-efa54e8e.entry.js → p-04ab7c4a.entry.js} +1 -1
  319. package/dist/realtimekit-ui/{p-474b0f74.entry.js → p-11020a12.entry.js} +1 -1
  320. package/dist/realtimekit-ui/{p-5a54dec7.entry.js → p-13b6e4ee.entry.js} +1 -1
  321. package/dist/realtimekit-ui/{p-4212a5b9.entry.js → p-2764b447.entry.js} +1 -1
  322. package/dist/realtimekit-ui/p-307355b9.entry.js +1 -0
  323. package/dist/realtimekit-ui/{p-5b4a5301.entry.js → p-35a51c3b.entry.js} +1 -1
  324. package/dist/realtimekit-ui/{p-cd21ddd6.entry.js → p-3dadb4e9.entry.js} +1 -1
  325. package/dist/realtimekit-ui/{p-fa9d810a.entry.js → p-49e6f5e0.entry.js} +1 -1
  326. package/dist/realtimekit-ui/{p-ea543c78.entry.js → p-4b9f6d75.entry.js} +1 -1
  327. package/dist/realtimekit-ui/{p-eef196ea.entry.js → p-4d5449e8.entry.js} +1 -1
  328. package/dist/realtimekit-ui/{p-6a477e1f.entry.js → p-532c52bb.entry.js} +1 -1
  329. package/dist/realtimekit-ui/{p-82832d02.entry.js → p-5adb0497.entry.js} +1 -1
  330. package/dist/realtimekit-ui/{p-5cdfc43a.entry.js → p-642f73a0.entry.js} +1 -1
  331. package/dist/realtimekit-ui/{p-25113d9f.entry.js → p-66370bf2.entry.js} +1 -1
  332. package/dist/realtimekit-ui/p-77645be9.entry.js +1 -0
  333. package/dist/realtimekit-ui/{p-58b50726.entry.js → p-7d15ea69.entry.js} +1 -1
  334. package/dist/realtimekit-ui/{p-e61bff28.entry.js → p-825932ec.entry.js} +1 -1
  335. package/dist/realtimekit-ui/{p-e6285f43.entry.js → p-839d29e1.entry.js} +1 -1
  336. package/dist/realtimekit-ui/{p-d676be68.entry.js → p-9f7e30fa.entry.js} +1 -1
  337. package/dist/realtimekit-ui/{p-6115915b.entry.js → p-a8885d0a.entry.js} +1 -1
  338. package/dist/realtimekit-ui/p-a9fd8cbe.entry.js +1 -0
  339. package/dist/realtimekit-ui/{p-c21daa47.entry.js → p-b420bb34.entry.js} +1 -1
  340. package/dist/realtimekit-ui/p-c48d0286.entry.js +1 -0
  341. package/dist/realtimekit-ui/{p-c34d1441.entry.js → p-cfff77bc.entry.js} +1 -1
  342. package/dist/realtimekit-ui/{p-702b87ec.entry.js → p-ded409c8.entry.js} +1 -1
  343. package/dist/realtimekit-ui/{p-6db7b60d.entry.js → p-e28f5af8.entry.js} +1 -1
  344. package/dist/realtimekit-ui/{p-5f73b13c.entry.js → p-e6287ffc.entry.js} +1 -1
  345. package/dist/realtimekit-ui/{p-7f423b4c.entry.js → p-f02d9838.entry.js} +1 -1
  346. package/dist/realtimekit-ui/{p-1f264d14.entry.js → p-ff811d06.entry.js} +1 -1
  347. package/dist/realtimekit-ui/realtimekit-ui.esm.js +1 -1
  348. package/dist/types/components/rtk-audio-visualizer/rtk-audio-visualizer.d.ts +1 -1
  349. package/dist/types/components.d.ts +2 -2
  350. package/package.json +1 -1
  351. package/dist/realtimekit-ui/p-511cb129.entry.js +0 -1
  352. package/dist/realtimekit-ui/p-822bf597.entry.js +0 -1
  353. package/dist/realtimekit-ui/p-adbe5063.entry.js +0 -1
  354. package/dist/realtimekit-ui/p-d6d86a24.entry.js +0 -1
@@ -56,7 +56,7 @@ const RtkAvatar = class {
56
56
  };
57
57
  }
58
58
  render() {
59
- return (index$1.h(index$1.Host, { key: 'a3376b73525bdf419eafa930bc0c0b81c11c70f3' }, this.getAvatar(), index$1.h("slot", { key: '8565f7f91f0e174bf891f1634a208c8b3b017df3' })));
59
+ return (index$1.h(index$1.Host, { key: 'c1a0be37edb75c40b275ad59af85cee7df3f1cdf' }, this.getAvatar(), index$1.h("slot", { key: '1cd71e7494a09d68a52051edc279911dc3168515' })));
60
60
  }
61
61
  };
62
62
  __decorate$L([
@@ -364,9 +364,9 @@ const RtkBreakoutRoomParticipants = class {
364
364
  }, size: "sm" }), index$1.h("p", { class: "name", title: name }, string.shorten(name, 16), this.meeting.self.userId === participant.id && ` (${this.t('you')})`)));
365
365
  }
366
366
  render() {
367
- return (index$1.h(index$1.Host, { key: '01a707fa50950501d11428747783c1e9828e6572' }, index$1.h("div", { key: '535f80747ddc6b0d7b4c2d3d3bd82464284db304', class: "search-wrapper" }, index$1.h("div", { key: '14b0ae5148bc13345df0732eeb299354ce7e3ae4', class: "search", part: "search" }, index$1.h("rtk-icon", { key: 'c2eda4fadab2d20b16a95786a763748ee5a5e123', icon: this.iconPack.search, part: "search-icon", class: "search-icon" }), index$1.h("input", { key: '71b153979188a4eca0368faad5afe22ad4a65d84', type: "search", autocomplete: "off", placeholder: this.t('search'), onInput: this.onSearchInput, part: "search-input" })), index$1.h("slot", { key: '3ce56a86dfa9063150ff586f3333ad1a1e363219', name: "shuffle-button" })), index$1.h("div", { key: '2eed52da4d3e61f65b69c5dda8054891182615ac', class: "header" }, index$1.h("div", { key: 'c661c77b3fcfaea354456f741d2d816666bf4b68', class: "title-wrapper" }, index$1.h("span", { key: 'bc52e54641259a5c8f7eb0c749117444594a2f24' }, this.t('breakout_rooms.main_room')), index$1.h("span", { key: '9f84a8c77c7af6df6849103235927c68cafda518', class: "participant-count" }, "(", index$1.h("rtk-icon", { key: '34d4139b8fa98d3a1594a34a90774cf3bf5dc589', icon: this.iconPack.people }), this.participantsToShow.length, ")")), this.selectedParticipantIds.length !== 0 && (index$1.h("rtk-tooltip", { key: '866cf16aa1666a3cbc6521fadee36a50b168cf21', label: this.t('breakout_rooms.select_all') }, index$1.h("input", { key: 'd60fc5c1ee7a8e7b63ed7a9fd804f86bb7c945ed', type: "checkbox", checked: this.selectedParticipantIds.length === this.participantsToShow.length, onChange: (e) => this.onToggleAll(!!e.target.checked) })))), index$1.h("div", { key: 'fc8b60be1e14fd6fe92276fae65b357a998ae80a', class: "ctr scrollbar", part: "container" }, this.participantsToShow.length > 0 && (index$1.h("ul", { key: '9e76ca169c9c3a3fd3796f8e6f20a7ba19906c8f', class: "participants", part: "participants" }, this.participantsToShow.map((participant) => (index$1.h("li", { class: { 'participant-item': true, dragging: this.isDragging }, onClick: () => this.onClick(participant), onDragStart: () => this.onDragStart(participant), onDragEnd: () => this.onDragEnd(participant), draggable: this.selectedParticipantIds.length === 0, role: "listitem", key: participant.id }, this.renderPeer(participant), !this.isDragging && (index$1.h("input", { type: "checkbox", class: {
367
+ return (index$1.h(index$1.Host, { key: '3d6466a85fa946d5c0d064d22431e3c7bf044787' }, index$1.h("div", { key: '8626af199d5290ce595212817ee06c1ef00d91bf', class: "search-wrapper" }, index$1.h("div", { key: '9ac706f201f5975b7d36b4dde7fd9504321b7d5f', class: "search", part: "search" }, index$1.h("rtk-icon", { key: '0ccba51717c665364934ea1bfdd7eeea3c5e96b7', icon: this.iconPack.search, part: "search-icon", class: "search-icon" }), index$1.h("input", { key: '01c85631f3e1823d1ab384bad4a9efbd86514894', type: "search", autocomplete: "off", placeholder: this.t('search'), onInput: this.onSearchInput, part: "search-input" })), index$1.h("slot", { key: '9d3a00a2bd167d053025d979bb0a498028b664de', name: "shuffle-button" })), index$1.h("div", { key: '38defd0577bedacd300e8cb558b42727b7817420', class: "header" }, index$1.h("div", { key: 'e11f58aae66a50800625464b79517e59094e5f1d', class: "title-wrapper" }, index$1.h("span", { key: '99ec80653bc7045fd08c4e95ac15f95dc3ca90ad' }, this.t('breakout_rooms.main_room')), index$1.h("span", { key: '40617acc26b95df49c2f221846ee811046709908', class: "participant-count" }, "(", index$1.h("rtk-icon", { key: 'aa8c4c4281635c998ea7c254b611341fd28e65cc', icon: this.iconPack.people }), this.participantsToShow.length, ")")), this.selectedParticipantIds.length !== 0 && (index$1.h("rtk-tooltip", { key: 'ce8eb895411d27003cafccb8ed694851df0ec52e', label: this.t('breakout_rooms.select_all') }, index$1.h("input", { key: '76ba09891936c9dfbfbd216f030c32b38c3160ee', type: "checkbox", checked: this.selectedParticipantIds.length === this.participantsToShow.length, onChange: (e) => this.onToggleAll(!!e.target.checked) })))), index$1.h("div", { key: '2ac3f88bd10747f453a626837a8806072ccc283d', class: "ctr scrollbar", part: "container" }, this.participantsToShow.length > 0 && (index$1.h("ul", { key: '01e08e47d7b52a1805561b3efc4e97713f542a4d', class: "participants", part: "participants" }, this.participantsToShow.map((participant) => (index$1.h("li", { class: { 'participant-item': true, dragging: this.isDragging }, onClick: () => this.onClick(participant), onDragStart: () => this.onDragStart(participant), onDragEnd: () => this.onDragEnd(participant), draggable: this.selectedParticipantIds.length === 0, role: "listitem", key: participant.id }, this.renderPeer(participant), !this.isDragging && (index$1.h("input", { type: "checkbox", class: {
368
368
  'hide-checkbox': this.selectedParticipantIds.length === 0,
369
- }, checked: this.selectedParticipantIds.includes(uiStore.participantIdentifier(participant)) }))))))), this.participantsToShow.length === 0 && this.search.length > 0 && (index$1.h("div", { key: '179104c8fd8bfe2692147a23d3520ba51f830721', class: "empty-message" }, this.t('participants.errors.empty_results'))), this.participantsToShow.length === 0 && this.search.length === 0 && (index$1.h("div", { key: 'c50a8a4ae9863d918108430ffbe61721fd155847', class: "empty-room" }, index$1.h("rtk-icon", { key: 'afa0afc1ecda667d26fd921438f9369549c5463b', icon: this.iconPack.people_checked, part: "search-icon", class: "search-icon" }), index$1.h("p", { key: 'be9fe2e7d745f88228ecd5053b129b344a626eb6' }, this.t('breakout_rooms.all_assigned')), index$1.h("span", { key: 'e16a34744352686361f4a2aff6e90bba44ae3a15' }, this.t('breakout_rooms.empty_main_room')))))));
369
+ }, checked: this.selectedParticipantIds.includes(uiStore.participantIdentifier(participant)) }))))))), this.participantsToShow.length === 0 && this.search.length > 0 && (index$1.h("div", { key: 'aa14388c88e230528364d906d97972abdb4a5d7c', class: "empty-message" }, this.t('participants.errors.empty_results'))), this.participantsToShow.length === 0 && this.search.length === 0 && (index$1.h("div", { key: '0b10bd982a32001549df0d38cb76f0fcc112fb3d', class: "empty-room" }, index$1.h("rtk-icon", { key: 'bc7ce0cfa9f46e0d793f9b9a6b3866325963d017', icon: this.iconPack.people_checked, part: "search-icon", class: "search-icon" }), index$1.h("p", { key: '6ff4827b2df19620c677fdbf432669fd60200bb1' }, this.t('breakout_rooms.all_assigned')), index$1.h("span", { key: 'ea6e1b05bfaf16842687fbdf1b680cb64fe2a9ef' }, this.t('breakout_rooms.empty_main_room')))))));
370
370
  }
371
371
  static get watchers() { return {
372
372
  "meeting": ["meetingChanged"],
@@ -732,9 +732,9 @@ const RtkBroadcastMessageModal = class {
732
732
  }, 2000);
733
733
  }
734
734
  render() {
735
- return (index$1.h(index$1.Host, { key: '6fbeed26fe6bd27b9f0fb5d574437db002931560' }, index$1.h("div", { key: '539893028570a33bae6e10dfbbf30a9872660cc9', class: "content-col" }, index$1.h("h2", { key: '066aaa4541f135cd6d8d424395cf449f79c61caa' }, "Broadcast message to"), index$1.h("select", { key: '413dea8a9bd7a1efbf17948cfb45b655ddb79b71', onChange: (e) => {
735
+ return (index$1.h(index$1.Host, { key: '4d23ce819f004fd0e14a4c9062e21f1321c46495' }, index$1.h("div", { key: 'f0814536068dd268c1aec9d80c45cc6817fe184b', class: "content-col" }, index$1.h("h2", { key: '5b0caef4e9f93d1a18c7bba8a269f10d95f5d290' }, "Broadcast message to"), index$1.h("select", { key: '8f32291fa522cf7a5947caf54178327e1574f103', onChange: (e) => {
736
736
  this.messagePayload = Object.assign(Object.assign({}, this.messagePayload), { to: e.target.value });
737
- } }, index$1.h("option", { key: '72df6790e57bdd905ad96d62c9d6fa57e4a3a41c' }, "Everyone"), index$1.h("option", { key: '82650452bb4de2b6d382a14dab3e901d62ca3b13' }, "List of rooms")), index$1.h("textarea", { key: '2be2bad10700c89162a06d662198b4eaadd96027', placeholder: "Type message here...", onInput: (e) => {
737
+ } }, index$1.h("option", { key: 'b09bb9b952ade48788bf8ab15645a1a45dab6935' }, "Everyone"), index$1.h("option", { key: '177d1af8eaeaa77393a9b2e477fca32563c05290' }, "List of rooms")), index$1.h("textarea", { key: 'b592528751cb63fa8c107b2b63455bfed0b3f3cb', placeholder: "Type message here...", onInput: (e) => {
738
738
  this.messagePayload = Object.assign(Object.assign({}, this.messagePayload), { message: e.target.value });
739
739
  } }), this.successMessage ? (index$1.h("p", null, "Message sent to ", this.messagePayload.to, index$1.h("rtk-icon", { icon: this.iconPack.checkmark }))) : (index$1.h("div", { class: "content-row" }, index$1.h("rtk-button", { onClick: () => this.close(), variant: "secondary" }, "Cancel"), "\u2002", index$1.h("rtk-button", { variant: "primary", onClick: () => this.sendMessage() }, "Send"))))));
740
740
  }
@@ -914,9 +914,9 @@ const RtkChannelCreator = class {
914
914
  (_a = this.inputTextRef) === null || _a === void 0 ? void 0 : _a.focus();
915
915
  }
916
916
  render() {
917
- return (index$1.h(index$1.Host, { key: '2249fbd72c1bb3c33abc7d8a9759bd5166b511e3' }, index$1.h("header", { key: '624be5f38731e2388c350a7cfd33c6d5a0071a83' }, this.step === 1 ? this.t('chat.new_channel') : this.t('chat.add_members')), this.step === 1 && (index$1.h("input", { key: '3a837246569c74ca2876770b473b774ab5dd0cf6', class: "channel-name-input", type: "text", placeholder: this.t('chat.channel_name'), ref: (el) => (this.inputTextRef = el), onInput: (e) => {
917
+ return (index$1.h(index$1.Host, { key: '7d1b6bc07ef49de8075a25dec0f70b1f01d41222' }, index$1.h("header", { key: 'd0db6948cb2888043e6bb260f219570523398721' }, this.step === 1 ? this.t('chat.new_channel') : this.t('chat.add_members')), this.step === 1 && (index$1.h("input", { key: 'ebe47cfa27796197bc08a74e3e2d23e557325e30', class: "channel-name-input", type: "text", placeholder: this.t('chat.channel_name'), ref: (el) => (this.inputTextRef = el), onInput: (e) => {
918
918
  this.channelName = e.target.value.trim();
919
- } })), this.step === 2 && this.renderMemberSelector(), index$1.h("footer", { key: '7fc3656d7786406c7a25978cf4eac76bd46329ba' }, index$1.h("rtk-button", { key: 'fa648df5ca88fdb5ea6946d353270ee79e10fb73', kind: "button", size: "lg", disabled: this.channelName.length === 0, onClick: this.onClickHandler }, this.step === 1 ? this.t('chat.add_members') : this.t('create')))));
919
+ } })), this.step === 2 && this.renderMemberSelector(), index$1.h("footer", { key: 'c2a1b31a32bef53ced22b6d7267dba25173376cf' }, index$1.h("rtk-button", { key: '2766a128dca00f5175545897e985ab9fe2a074b1', kind: "button", size: "lg", disabled: this.channelName.length === 0, onClick: this.onClickHandler }, this.step === 1 ? this.t('chat.add_members') : this.t('create')))));
920
920
  }
921
921
  get $el() { return index$1.getElement(this); }
922
922
  };
@@ -960,7 +960,7 @@ const RtkChannelDetails = class {
960
960
  })));
961
961
  }
962
962
  render() {
963
- return (index$1.h(index$1.Host, { key: '56390bafc9a8a933499c11e51b38898494f407bc' }, index$1.h("header", { key: 'a27a3d775aceb8f23481823c1a21eb0286f5723a' }, this.t('chat.channel_members')), this.renderMembers()));
963
+ return (index$1.h(index$1.Host, { key: 'cc8b22dae541a200e63d0d6b286f7ad380a53f09' }, index$1.h("header", { key: 'e481f5db77f40f53cac0c6aeae28752ddab505cb' }, this.t('chat.channel_members')), this.renderMembers()));
964
964
  }
965
965
  };
966
966
  __decorate$F([
@@ -1160,11 +1160,11 @@ const RtkChannelSelectorView = class {
1160
1160
  render() {
1161
1161
  const filteredChannels = this.getFilteredChannels();
1162
1162
  const shouldShowDropdown = this.viewAs === 'list' || (this.viewAs === 'dropdown' && this.showDropdown);
1163
- return (index$1.h(index$1.Host, { key: '55c0b7974fdc4d69ab8205d216aadd3be538a1f6' }, this.viewAs === 'list' && index$1.h("slot", { key: '469c1b7f79dd75fb160ec0ed28dc64e7c0818df6', name: "header" }), shouldShowDropdown && (index$1.h("div", { key: '3012a7fd9e766b6e06d2973c1944c5a7dbad6517', class: {
1163
+ return (index$1.h(index$1.Host, { key: 'adc8ab4b9c8c865998588fbd9766296f18b3e48e' }, this.viewAs === 'list' && index$1.h("slot", { key: 'e5740725a4349472ca2eb1fb0816eb2311a99838', name: "header" }), shouldShowDropdown && (index$1.h("div", { key: '425adc920c28e0421e07bb0bd9f61b31c42fcda9', class: {
1164
1164
  dropdown: this.viewAs === 'dropdown',
1165
1165
  scrollbar: this.viewAs === 'dropdown',
1166
1166
  list: this.viewAs === 'list',
1167
- } }, !this.disableSearch && (index$1.h("div", { key: 'bed4be1b983d9a03523f08a4e1a1a15b9e811ab7', class: "search-container", ref: (el) => (this.$searchEl = el) }, index$1.h("input", { key: '09eab0a72de67a3355ed691e1dfbb8f8cddcf83a', type: "text", placeholder: this.t('chat.search_conversations'), value: this.searchQuery, onInput: (e) => (this.searchQuery = e.target.value) }), index$1.h("rtk-icon", { key: '8b5d6cadef7748e9bb6110f011751d49c64373d4', icon: this.iconPack.search }))), index$1.h("div", { key: 'ad46257295bc7ca372786f3b8161734af37f745a', class: "channels-container scrollbar", ref: (el) => (this.$listEl = el) }, filteredChannels.map((channel) => {
1167
+ } }, !this.disableSearch && (index$1.h("div", { key: '9fbbc48d8489f2a6490729fac1fecdef1838e84a', class: "search-container", ref: (el) => (this.$searchEl = el) }, index$1.h("input", { key: 'f7fb43662d50274f80380b735ef9f5fc0b215442', type: "text", placeholder: this.t('chat.search_conversations'), value: this.searchQuery, onInput: (e) => (this.searchQuery = e.target.value) }), index$1.h("rtk-icon", { key: 'af76e65a1397d2a6e557a28b687e26aef641c568', icon: this.iconPack.search }))), index$1.h("div", { key: '0711a9cfcc811269a5020dc41030c0daee5cc8bf', class: "channels-container scrollbar", ref: (el) => (this.$listEl = el) }, filteredChannels.map((channel) => {
1168
1168
  return (index$1.h("button", { class: { channel: true, active: this.selectedChannelId === channel.id }, onClick: () => this.onChannelClickHandler(channel) }, !this.hideAvatar && (index$1.h("div", null, channel.icon ? (index$1.h("rtk-icon", { class: "avatar-icon", icon: this.iconPack[channel.icon] })) : (index$1.h("rtk-avatar", { participant: {
1169
1169
  name: channel.name,
1170
1170
  picture: channel.avatarUrl,
@@ -1172,8 +1172,8 @@ const RtkChannelSelectorView = class {
1172
1172
  'last-message': true,
1173
1173
  'no-message': !channel.latestMessage,
1174
1174
  } }, index$1.h("rtk-text-message-view", { isMarkdown: true, text: channel.latestMessage })))), index$1.h("div", { class: "col channel-meta" }, channel.latestMessageTime && (index$1.h("time", { class: "time" }, this.getTimeLabel(channel.latestMessageTime))), channel.unreadCount > 0 && (index$1.h("div", { class: "unread-count" }, channel.unreadCount))))));
1175
- })))), this.viewAs === 'dropdown' && (index$1.h("button", { key: '21e0faa2655c3f0c8cca668abda6ef761c57d179', class: "dropdown-trigger", onClick: this.toggleDropdown }, index$1.h("span", { key: 'ac1c51cb7fd12350d643ac5bdd106350fd4a7657' }, this.selectedChannelId &&
1176
- `${this.t('to')} ${this.getChannelById(this.selectedChannelId).name}`, this.getTotalUnreads() > 0 && (index$1.h("div", { key: 'ea8d9f60114649f119db36d36f95b5c2ac957cc5', class: "unread-count" }, this.getTotalUnreads()))), index$1.h("rtk-icon", { key: 'e27b18e174975a8a9a5be7dfc0d53cd9bc1efd9c', icon: this.showDropdown ? this.iconPack.chevron_up : this.iconPack.chevron_down })))));
1175
+ })))), this.viewAs === 'dropdown' && (index$1.h("button", { key: '0c87f90d6d0fe22284995ab7259689f80a862829', class: "dropdown-trigger", onClick: this.toggleDropdown }, index$1.h("span", { key: 'd1a364f2c5c57d19702d0b8707ca661c1dc4c14f' }, this.selectedChannelId &&
1176
+ `${this.t('to')} ${this.getChannelById(this.selectedChannelId).name}`, this.getTotalUnreads() > 0 && (index$1.h("div", { key: 'bf789f9df82851825bc6ea12a19a5f37ab74aefe', class: "unread-count" }, this.getTotalUnreads()))), index$1.h("rtk-icon", { key: 'c0d03f883f4c46b2698be0f197751fc0470717ea', icon: this.showDropdown ? this.iconPack.chevron_up : this.iconPack.chevron_down })))));
1177
1177
  }
1178
1178
  get $el() { return index$1.getElement(this); }
1179
1179
  };
@@ -2053,11 +2053,11 @@ const RtkChatMessage = class {
2053
2053
  } })));
2054
2054
  }
2055
2055
  render() {
2056
- return (index$1.h(index$1.Host, { key: '4c9459af027fc31fde3167e41f2cf75764f2ce06' }, index$1.h("div", { key: '3e07448a48f58e441905c8d2495370048d7a0512', class: {
2056
+ return (index$1.h(index$1.Host, { key: '50c4021e3c717d8d2c7e035ce6541adca05ca3d2' }, index$1.h("div", { key: '1f5a0d679baea7ea72855846f57fa8419e46f019', class: {
2057
2057
  'message-wrapper': true,
2058
2058
  'align-right': this.alignRight,
2059
2059
  'left-align': this.leftAlign,
2060
- }, "is-continued": this.isContinued }, this.renderAvatar(), index$1.h("div", { key: '9fdaefb144a61f3a6678918e6c2138b4b3b802f7', class: {
2060
+ }, "is-continued": this.isContinued }, this.renderAvatar(), index$1.h("div", { key: '1f11244450725426035076a80fcc41a76ef0b7a4', class: {
2061
2061
  message: true,
2062
2062
  'show-on-hover': !this.isTouchDevice(),
2063
2063
  }, "is-continued": this.isContinued }, this.renderMessage(), this.renderControls()))));
@@ -2224,7 +2224,7 @@ const RtkChatMessagesUi = class {
2224
2224
  var _a;
2225
2225
  let prevMessage = null;
2226
2226
  let reachedFirstUnread = false;
2227
- return (index$1.h(index$1.Host, { key: '3d335fbdb909bff71aaa36f14feb1591b3d8913a' }, index$1.h("div", { key: '7548decfcd5468712f0a919ca292cbf09af18b4a', class: "chat-container scrollbar", ref: (el) => (this.$chat = el), part: "container" }, index$1.h("div", { key: '6f2f7d224dd06cbe36ab23f13a6650ef3a8838dd', class: "spacer", part: "spacer" }), index$1.h("div", { key: 'b933128c9653567254bdb5266535b18430ed3eea', class: "chat", part: "chat" }, (_a = this.messages) === null || _a === void 0 ? void 0 : _a.map((item) => {
2227
+ return (index$1.h(index$1.Host, { key: '1e44ac8e6bd0eabff25aaedb905d80fb4007903d' }, index$1.h("div", { key: 'ffbb1fe97efc2408e2ee7e4bccef1cc8a3100b66', class: "chat-container scrollbar", ref: (el) => (this.$chat = el), part: "container" }, index$1.h("div", { key: '58d11c81a25a0760d3bdd9e60a8a6d0a96c022c2', class: "spacer", part: "spacer" }), index$1.h("div", { key: 'be68b5ccfd53bc7ec4c7dc23b10fe325a7c54314', class: "chat", part: "chat" }, (_a = this.messages) === null || _a === void 0 ? void 0 : _a.map((item) => {
2228
2228
  if (item.type === 'chat') {
2229
2229
  const { message } = item;
2230
2230
  const isSelfMessage = message.userId === this.selfUserId;
@@ -2243,10 +2243,10 @@ const RtkChatMessagesUi = class {
2243
2243
  } })))), message.pinned && (index$1.h("div", { class: "pin-button", part: "pin-button" }, index$1.h("rtk-tooltip", { label: this.t('unpin') }, index$1.h("rtk-button", { kind: "icon", variant: "ghost", onClick: () => this.onMessageActionHandler('pin_message', message), disabled: !this.canPinMessages }, index$1.h("rtk-icon", { icon: this.iconPack.pin, size: "sm" }))))))));
2244
2244
  }
2245
2245
  return null;
2246
- }))), index$1.h("div", { key: 'e43d63e4936b196582d19d440ff5715ae4eda00d', class: "show-new-messages-ctr" }, index$1.h("rtk-button", { key: '9b0d952784528c98956f5079f649a7a667aa34ac', class: {
2246
+ }))), index$1.h("div", { key: 'ae321cae98279cb45e61968b5fab1806d8ae2f33', class: "show-new-messages-ctr" }, index$1.h("rtk-button", { key: 'e593e952615692612b2423e49975f97bb22df0fe', class: {
2247
2247
  'show-new-messages': true,
2248
2248
  active: this.showLatestMessageButton,
2249
- }, kind: "icon", part: "show-new-messages", onClick: this.scrollToBottom }, index$1.h("rtk-icon", { key: 'd24bff93ea28fd29fcb71e985008e15869d5b511', icon: this.iconPack.chevron_down })))));
2249
+ }, kind: "icon", part: "show-new-messages", onClick: this.scrollToBottom }, index$1.h("rtk-icon", { key: '454e7ecb90b1660b882bb6f988beb1d7d0494d5f', icon: this.iconPack.chevron_down })))));
2250
2250
  }
2251
2251
  static get watchers() { return {
2252
2252
  "messages": ["chatChanged"],
@@ -2436,7 +2436,7 @@ const RtkChatMessagesUiPaginated = class {
2436
2436
  this.lastReadMessageIndex = -1;
2437
2437
  }
2438
2438
  render() {
2439
- return (index$1.h(index$1.Host, { key: 'a0c0aa97dbccb759d6e0c05a97f9db2f9a53d897' }, index$1.h("rtk-paginated-list", { key: '884917ce580ce28e4bb7fe5724a264d297732153', ref: (el) => (this.$paginatedListRef = el), pageSize: this.pageSize, pagesAllowed: 3, fetchData: this.getChatMessages, createNodes: this.createChatNodes, selectedItemId: this.selectedChannelId, emptyListLabel: this.t('chat.empty_channel') }, index$1.h("slot", { key: '6e7624745fbe100fb31aa3083f20dffe2ff9f5e4' }))));
2439
+ return (index$1.h(index$1.Host, { key: 'd0ae21ca32589c18ede4b1e4b4682f5b82b58320' }, index$1.h("rtk-paginated-list", { key: 'bff3bdae7c6bbefed8dd8b478ac60370067c75a6', ref: (el) => (this.$paginatedListRef = el), pageSize: this.pageSize, pagesAllowed: 3, fetchData: this.getChatMessages, createNodes: this.createChatNodes, selectedItemId: this.selectedChannelId, emptyListLabel: this.t('chat.empty_channel') }, index$1.h("slot", { key: '043cfe627a1056c2267dd00705ff33e7e96f1f89' }))));
2440
2440
  }
2441
2441
  get host() { return index$1.getElement(this); }
2442
2442
  static get watchers() { return {
@@ -2489,7 +2489,7 @@ const RtkChatSearchResults = class {
2489
2489
  };
2490
2490
  }
2491
2491
  render() {
2492
- return (index$1.h(index$1.Host, { key: 'f9dc934ec73372295dde976d216dc1f8ffb6f11e' }, index$1.h("rtk-paginated-list", { key: '4bdb8438495075558df2ee013a58dbbd56e3f274', pageSize: this.pageSize, pagesAllowed: 3, fetchData: this.searchMessages, createNodes: this.nodeRenderer, selectedItemId: this.query })));
2492
+ return (index$1.h(index$1.Host, { key: '9947c793cb766158d4ed3d81871bbdb8b60274af' }, index$1.h("rtk-paginated-list", { key: '0d91dc8818b08c7ed053728074c483f159811a41', pageSize: this.pageSize, pagesAllowed: 3, fetchData: this.searchMessages, createNodes: this.nodeRenderer, selectedItemId: this.query })));
2493
2493
  }
2494
2494
  };
2495
2495
  __decorate$x([
@@ -2550,7 +2550,7 @@ const RtkConfirmationModal = class {
2550
2550
  render() {
2551
2551
  var _a, _b;
2552
2552
  const state = this.states.activeConfirmationModal;
2553
- return (index$1.h(index$1.Host, { key: '22ee38d06ab212134ac17a656da1251a3dc05372' }, index$1.h("div", { key: 'ed29620d69abd3202a823de32c06d7b2fb71f828', class: "leave-modal" }, index$1.h("div", { key: '07466875c79feb312e7df26cec679e62a4fc2991', class: "header" }, index$1.h("h2", { key: '4ebc7ab0dc5c2175cb234575435a30e4d1ce7a13', class: "title" }, state.header ? this.t(state.header) : this.t('cta.confirmation'))), state.content && index$1.h("p", { key: 'a9fcfa27f006dfb6ee1be60529b2c02611edc4cd', class: "message" }, this.t(state.content)), index$1.h("div", { key: '940cb8e8344bd99ba5d5266e284cc5161e666748', class: "content" }, index$1.h("div", { key: 'b8862b1db1f77121f9c2032e1f8213eeced5217d', class: "leave-meeting" }, index$1.h("rtk-button", { key: '0b4e17540009e0a465097e628904b36c54e17462', variant: "secondary", title: state.cancelText ? this.t(state.cancelText) : this.t('cancel'), onClick: this.close, class: "br-secondary-btn" }, state.cancelText ? this.t(state.cancelText) : this.t('cancel')), index$1.h("rtk-button", { key: '5f8c65ea6678c14855ece31827cb4aff714a0965', onClick: () => this.onConfirmation(), variant: (_b = (_a = this.states.activeConfirmationModal) === null || _a === void 0 ? void 0 : _a.variant) !== null && _b !== void 0 ? _b : 'danger', title: state.ctaText ? this.t(state.ctaText) : this.t('yes') }, state.ctaText ? this.t(state.ctaText) : this.t('yes')))))));
2553
+ return (index$1.h(index$1.Host, { key: 'c79124361c70a80d200f4021c7483038f330b683' }, index$1.h("div", { key: 'a1c812cc2742b0eca2525416e67579864a8c0ae7', class: "leave-modal" }, index$1.h("div", { key: '21edbc34bdd1c996707d297abf86a1c04a487396', class: "header" }, index$1.h("h2", { key: 'a7c77cf1a39bc46b787b851d51a5cd37695e44eb', class: "title" }, state.header ? this.t(state.header) : this.t('cta.confirmation'))), state.content && index$1.h("p", { key: '25ceecc3c208442821795ebf0a1a981b5130d1d9', class: "message" }, this.t(state.content)), index$1.h("div", { key: 'f081c0544fb467787cbfea432575d4a16a1c42c3', class: "content" }, index$1.h("div", { key: 'a7cf64611e6a516624310fbe0c119c279bec682d', class: "leave-meeting" }, index$1.h("rtk-button", { key: '469b16b167d943f369f9995c9b0d20225108303a', variant: "secondary", title: state.cancelText ? this.t(state.cancelText) : this.t('cancel'), onClick: this.close, class: "br-secondary-btn" }, state.cancelText ? this.t(state.cancelText) : this.t('cancel')), index$1.h("rtk-button", { key: '5fc8427e0b0c51fad3a4d033f1d6c4b4399477f3', onClick: () => this.onConfirmation(), variant: (_b = (_a = this.states.activeConfirmationModal) === null || _a === void 0 ? void 0 : _a.variant) !== null && _b !== void 0 ? _b : 'danger', title: state.ctaText ? this.t(state.ctaText) : this.t('yes') }, state.ctaText ? this.t(state.ctaText) : this.t('yes')))))));
2554
2554
  }
2555
2555
  };
2556
2556
  __decorate$w([
@@ -2607,7 +2607,7 @@ const RtkCounter = class {
2607
2607
  this.input = Math.max(this.minValue, parseInt(this.input) - 1).toString();
2608
2608
  }
2609
2609
  render() {
2610
- return (index$1.h(index$1.Host, { key: 'd30fe362d84f5e387dfe67dc761683b91785bafb' }, index$1.h("rtk-button", { key: '5c60d8e4fed3f53236b1099f8360c341df36aa32', kind: "icon", variant: "ghost", onClick: () => this.decrement() }, index$1.h("rtk-icon", { key: 'b76e7889f6d94144aa1632159c52fb9580f931f7', icon: this.iconPack.subtract })), index$1.h("input", { key: 'cfd43551b1df8dca486b1dfc4f03d427c7e32caf', type: "number", value: this.input, min: this.minValue, onInput: (e) => {
2610
+ return (index$1.h(index$1.Host, { key: '151ffb29ae91788d05b46f4c795b817c20a35b90' }, index$1.h("rtk-button", { key: '9568cb52875c92f57597033cc7b396fa5c2d0371', kind: "icon", variant: "ghost", onClick: () => this.decrement() }, index$1.h("rtk-icon", { key: '8ef248b64e90f01bd1f78db5048db148d7c374c9', icon: this.iconPack.subtract })), index$1.h("input", { key: '376d604bb62a6c9013e7361da51de8f05f34c870', type: "number", value: this.input, min: this.minValue, onInput: (e) => {
2611
2611
  const val = parseInt(e.target.value, 10);
2612
2612
  if (isNaN(val) || val < this.minValue) {
2613
2613
  this.input = this.minValue.toString();
@@ -2615,7 +2615,7 @@ const RtkCounter = class {
2615
2615
  else {
2616
2616
  this.input = val.toString();
2617
2617
  }
2618
- } }), index$1.h("rtk-button", { key: '4cfe34a4483d12ddbd35b82a6f5d099424b24be3', kind: "icon", variant: "ghost", onClick: () => this.increment() }, index$1.h("rtk-icon", { key: 'a06553be5801039bfefb1a2c2542d01c7426a605', icon: this.iconPack.add }))));
2618
+ } }), index$1.h("rtk-button", { key: 'cea8491840c69cf3856e97d97b5c4f34abf45e55', kind: "icon", variant: "ghost", onClick: () => this.increment() }, index$1.h("rtk-icon", { key: 'cb2146960e8c8368cce69fb8d8a696078bcea2fc', icon: this.iconPack.add }))));
2619
2619
  }
2620
2620
  static get watchers() { return {
2621
2621
  "input": ["watchStateHandler"]
@@ -3684,7 +3684,7 @@ const RtkDraftAttachmentView = class {
3684
3684
  this.onAttachmentChange();
3685
3685
  }
3686
3686
  render() {
3687
- return (index$1.h(index$1.Host, { key: 'f6ede093bcdf8100807baab4de2a296fc4960a07' }, index$1.h("div", { key: 'b19bbe9b2ea58ea4adccc2028a1b24ea6bc9f0a9', class: "preview-overlay" }, index$1.h("div", { key: 'cbb2bfcb3a50e6e7fbfd4109eb340ba51d6a162d', class: "preview" }, index$1.h("rtk-tooltip", { key: '15b50c547470b0fa22014e0992a1c7e26b234573', label: this.t('chat.cancel_upload') }, index$1.h("rtk-button", { key: '940332a51747af3368ffec497d5ef76fa64ecf75', variant: "secondary", kind: "icon", onClick: this.onDeleteClickHandler }, index$1.h("rtk-icon", { key: 'cc04b0ac70753e970ff638f187ad5f702dc3656b', icon: this.iconPack.dismiss }))), this.attachment.type === 'image' ? (index$1.h("img", { class: "preview-image", src: this.filePreview })) : (index$1.h("div", { class: "preview-file" }, index$1.h("span", null, this.filePreview)))))));
3687
+ return (index$1.h(index$1.Host, { key: '22c8ff3317b6247dc6a0fa2088f28dc293de9738' }, index$1.h("div", { key: '317c0e6a06849af0af42d81353dc0002b82185a5', class: "preview-overlay" }, index$1.h("div", { key: '94d0d35a3696725b59341303760212cf6e01c8a7', class: "preview" }, index$1.h("rtk-tooltip", { key: '3171acf60f22a80cbcbf9d3d6f8cf5ac61b67b67', label: this.t('chat.cancel_upload') }, index$1.h("rtk-button", { key: '37d1055de9d59318c0f7f612dee3304838142968', variant: "secondary", kind: "icon", onClick: this.onDeleteClickHandler }, index$1.h("rtk-icon", { key: '9988b389300e0c6bd404d02440d7b3d323f384dd', icon: this.iconPack.dismiss }))), this.attachment.type === 'image' ? (index$1.h("img", { class: "preview-image", src: this.filePreview })) : (index$1.h("div", { class: "preview-file" }, index$1.h("span", null, this.filePreview)))))));
3688
3688
  }
3689
3689
  static get watchers() { return {
3690
3690
  "attachment": ["onAttachmentChange"]
@@ -3769,7 +3769,7 @@ const RtkEmojiPicker = class {
3769
3769
  return (index$1.h("div", { id: "emoji-grid", class: "scrollbar max-w-40" }, this.filteredEmojis.map((e) => (index$1.h("rtk-button", { key: `emoji-button-${e.name}`, class: "emoji", variant: "ghost", kind: "icon", title: e.name, onClick: () => this.handleEmojiClick(e.emoji) }, e.emoji)))));
3770
3770
  }
3771
3771
  render() {
3772
- return (index$1.h(index$1.Host, { key: '6581d26d75a7b869d0ba00243ec74ee06b927e7d' }, index$1.h("div", { key: '3705d8c557ac3e05769171998e9176e7e40a232c', class: 'close-parent' }, index$1.h("rtk-button", { key: 'b437e579cb828a709de255ddfa6b751e4bdfbe51', 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') }, index$1.h("rtk-icon", { key: '7fac79a21c6be57156d17ceeff9ceb2834bbf709', icon: this.iconPack.dismiss }))), index$1.h("div", { key: '46cb2af6654ef36b7258baf47e3cd9e5bd60bf89', class: 'emoji-parent' }, index$1.h("input", { key: 'cfde33638d531f9bac1b1bf25d966a369f4dfb38', value: this.filterVal, onInput: (event) => this.handleInputChange(event.target), placeholder: this.t('search'), ref: (el) => (this.inputElement = el) }), this.mapEmojiList())));
3772
+ return (index$1.h(index$1.Host, { key: '48f4159ff5232b9d03fdcabf2d39e4375ca4fa14' }, index$1.h("div", { key: '20f86592a9dc47231c0c6cf33484af981533e21d', class: 'close-parent' }, index$1.h("rtk-button", { key: 'cff61f9c8fa0c1e0a8b6dc9433abedf914f9ded0', 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') }, index$1.h("rtk-icon", { key: '56a12d4cc55b80ea026c92906466ebb10bf6cd6e', icon: this.iconPack.dismiss }))), index$1.h("div", { key: 'b48a1933b33f9886f39955ecbd046ffff370719b', class: 'emoji-parent' }, index$1.h("input", { key: '40d0f74a160358c3214b810de0f2ee6f286f1af7', value: this.filterVal, onInput: (event) => this.handleInputChange(event.target), placeholder: this.t('search'), ref: (el) => (this.inputElement = el) }), this.mapEmojiList())));
3773
3773
  }
3774
3774
  };
3775
3775
  __decorate$m([
@@ -3802,7 +3802,7 @@ const RtkEmojiPickerButton = class {
3802
3802
  this.t = uiStore.useLanguage();
3803
3803
  }
3804
3804
  render() {
3805
- return (index$1.h("rtk-tooltip", { key: '45ef1f18da6d1ecc3c02882590cd22e930461562', label: this.t('chat.send_emoji') }, index$1.h("rtk-button", { key: '6504abab2f1c6537443699c53a8cbdcf13530cba', variant: "ghost", kind: "icon", class: { active: this.isActive }, title: this.t('chat.send_emoji') }, index$1.h("rtk-icon", { key: 'd730c81abce72d9c3226f1f666941e1136bee77f', icon: this.iconPack.emoji_multiple }))));
3805
+ return (index$1.h("rtk-tooltip", { key: '9826128cb78d2cb79a21b4dcb877ecc1ab020090', label: this.t('chat.send_emoji') }, index$1.h("rtk-button", { key: '07fd6bcc6ffdb58278c843748f771a2597f8edcd', variant: "ghost", kind: "icon", class: { active: this.isActive }, title: this.t('chat.send_emoji') }, index$1.h("rtk-icon", { key: '30f352d18771bd542d9ca4ff1a4615ef5958ec7d', icon: this.iconPack.emoji_multiple }))));
3806
3806
  }
3807
3807
  };
3808
3808
  __decorate$l([
@@ -3839,10 +3839,10 @@ const RtkFileMessage = class {
3839
3839
  }
3840
3840
  render() {
3841
3841
  const link = string.sanitizeLink(this.message.link);
3842
- return (index$1.h(index$1.Host, { key: '7c75a7c9e627cddd7beeeadf11473894371395d8' }, !this.isContinued && (index$1.h(ChatHead.ChatHead, { key: 'c05c95453e3f878767770c6a261ebb90e2a06e7d', name: this.message.displayName, time: this.message.time, now: this.now })), index$1.h("div", { key: '69b824cc5d3d328a3b08cc4def693d86bd96a39b', class: {
3842
+ return (index$1.h(index$1.Host, { key: '771fc8ccb2700a3fba83f04676a0c4396c1a8a41' }, !this.isContinued && (index$1.h(ChatHead.ChatHead, { key: 'ef2d83897dcae870bb7a2b0eeef397585b873b77', name: this.message.displayName, time: this.message.time, now: this.now })), index$1.h("div", { key: '841039fcad32f254653bd490a98f268479345b44', class: {
3843
3843
  body: true,
3844
3844
  bubble: this.showBubble,
3845
- }, part: "body" }, index$1.h("div", { key: '86315ca5ed3c9b9f48d84ffef9f52ebbd1d3515e', class: "file" }, index$1.h("div", { key: '3475ccfa9c266adb6fefefa1eadcc3d8b1fe37f1', class: "file-data" }, index$1.h("div", { key: 'e99e1b1c6acd5b7892d9916680cde1d937dfcb82', class: "name" }, this.message.name), index$1.h("div", { key: '4f213fd3a36d457da93e75b7b51573120978893c', class: "file-data-split" }, index$1.h("div", { key: '3484e59af9f316eabfcf9bc35f015a0d3b7d286d', class: "ext" }, file.getExtension(this.message.name)), index$1.h("span", { key: 'b223670e2ed2bbc84b1145123fe14ca52f5f0a88', class: "divider" }), index$1.h("div", { key: 'ebe6b5e3f8e6da099438a7015a3c2d10770808b6', class: "size" }, file.getFileSize(this.message.size)))), index$1.h("rtk-button", { key: '5a109a7b43db38b10e9d084f9fb141e5a0535d9b', variant: "secondary", kind: "icon", onClick: () => file.downloadFile(link, { name: this.message.name, fallbackName: 'file' }), part: "button" }, index$1.h("rtk-icon", { key: '57aaf2b09f11a066c298d675a06ec10202e18fc8', icon: this.iconPack.download }))))));
3845
+ }, part: "body" }, index$1.h("div", { key: '65e3c8aafa4e9fa55a24264685bb0cf20841048a', class: "file" }, index$1.h("div", { key: '1b1e97b1518c5471964ea91889f4500fc0e01e03', class: "file-data" }, index$1.h("div", { key: 'ff9d3071b528162f6e796ccb49e2472df2e8d364', class: "name" }, this.message.name), index$1.h("div", { key: '1d3ccb1f5bc2a94983de216e77a8ebc0ae07d669', class: "file-data-split" }, index$1.h("div", { key: 'ebab32b642e097b3c1c1903269a8d76fbd586f5c', class: "ext" }, file.getExtension(this.message.name)), index$1.h("span", { key: '81ee3600ba18a7689706504befebcf02697a56e7', class: "divider" }), index$1.h("div", { key: 'e969a8d6221d8af560a26510c38a92406a18ef2a', class: "size" }, file.getFileSize(this.message.size)))), index$1.h("rtk-button", { key: '482c27659f71cfebf9f88fdf538e32baa6b87073', variant: "secondary", kind: "icon", onClick: () => file.downloadFile(link, { name: this.message.name, fallbackName: 'file' }), part: "button" }, index$1.h("rtk-icon", { key: '4efaeb927b4ea2010eed09227eb7f511b9253017', icon: this.iconPack.download }))))));
3846
3846
  }
3847
3847
  };
3848
3848
  __decorate$k([
@@ -3872,7 +3872,7 @@ const RtkFileMessageView = class {
3872
3872
  this.iconPack = uiStore.defaultIconPack;
3873
3873
  }
3874
3874
  render() {
3875
- return (index$1.h("div", { key: '5cc29b4780f581a2f8b045e5051bcc66f3fdaf55', class: "file" }, index$1.h("rtk-button", { key: '4100b47bc1d72f08ec5fe645291bfbb58e3a6486', variant: "secondary", kind: "icon", onClick: () => file.downloadFile(string.sanitizeLink(this.url), { name: this.name, fallbackName: 'file' }), part: "button" }, index$1.h("rtk-icon", { key: '52ae14abb7c27b89861d5ba4c907d606257628c9', icon: this.iconPack.download })), index$1.h("div", { key: '02c9ad8d173172a85cc474273a966607d456360e', class: "file-data" }, index$1.h("div", { key: '6ceca21685d04f175006ba35a6de194cc98879ad', class: "name" }, this.name), index$1.h("div", { key: 'b07d07bcaedee3fd6fbcfe81ce2f6bf757655b5f', class: "file-data-split" }, index$1.h("div", { key: '280635ef486de02bc68ca3e774be14fa5a461d1c', class: "ext" }, file.getExtension(this.name)), index$1.h("span", { key: '84f72d8b37b7d15c257faed036b76c737eec780b', class: "divider" }), index$1.h("div", { key: '1b88f48f51afe3fceb57920c3d17f586e848a25f', class: "size" }, file.getFileSize(this.size))))));
3875
+ return (index$1.h("div", { key: 'd2cbeddc138f81c05da1656ee7f59c170e83bd1e', class: "file" }, index$1.h("rtk-button", { key: 'b0ee90c3493c24e938b6ea88a317c642e4afc003', variant: "secondary", kind: "icon", onClick: () => file.downloadFile(string.sanitizeLink(this.url), { name: this.name, fallbackName: 'file' }), part: "button" }, index$1.h("rtk-icon", { key: 'c1b25c655b5c87bf95948abfa461f8b58ff79195', icon: this.iconPack.download })), index$1.h("div", { key: 'c961a8ce93d4ff4405590787a88b5a9bbdbf56ab', class: "file-data" }, index$1.h("div", { key: 'bd178354d166c7816d6fabb72f7bba70fd711415', class: "name" }, this.name), index$1.h("div", { key: '59a791ae9f94a13b4005a0d8f79d09687fe3fc4c', class: "file-data-split" }, index$1.h("div", { key: 'b31421fdf786d92eed0decec9d3b247530413aa9', class: "ext" }, file.getExtension(this.name)), index$1.h("span", { key: '7a0a2a188b3e0b6bee0cf54d3afe29c2454788bb', class: "divider" }), index$1.h("div", { key: 'b217b87fa0737732aae10662b82d337d7258e6d7', class: "size" }, file.getFileSize(this.size))))));
3876
3876
  }
3877
3877
  };
3878
3878
  __decorate$j([
@@ -3928,7 +3928,7 @@ const RtkFilePickerButton = class {
3928
3928
  render() {
3929
3929
  const label = this.label || this.t('chat.send_file');
3930
3930
  const icon = this.iconPack[this.icon];
3931
- return (index$1.h("rtk-tooltip", { key: '057a0a5a714dbbde228e3481e53adea4f88fb3ad', label: label }, index$1.h("rtk-button", { key: '04193df1053b14687fb9464a122b9158707bdda1', variant: "ghost", kind: "icon", onClick: () => this.uploadFile(), title: label }, index$1.h("rtk-icon", { key: 'ed2fce30b93dfce9dd6b967d5993c93496cf3388', icon: icon }))));
3931
+ return (index$1.h("rtk-tooltip", { key: '90e405f39792f7ea0430c55e9b5ba0da72ce2a4a', label: label }, index$1.h("rtk-button", { key: 'f0957e7a9668afd9e25e866ea2acbb6891123bbe', variant: "ghost", kind: "icon", onClick: () => this.uploadFile(), title: label }, index$1.h("rtk-icon", { key: '1955f524343683974831b28629291428637aa8fc', icon: icon }))));
3932
3932
  }
3933
3933
  };
3934
3934
  __decorate$i([
@@ -3994,10 +3994,10 @@ const RtkImageMessage = class {
3994
3994
  this.status = 'loading';
3995
3995
  }
3996
3996
  render() {
3997
- return (index$1.h(index$1.Host, { key: 'd041223e2bcae326044ca2151b44d715b2490fa6' }, !this.isContinued && (index$1.h(ChatHead.ChatHead, { key: '35bdbb35d3bdb4c595f8185cd81327c86cd0524a', name: this.message.displayName, time: this.message.time, now: this.now })), index$1.h("div", { key: '44084f1be980d115f66caa8e82e97fcfb50e9827', class: {
3997
+ return (index$1.h(index$1.Host, { key: '7e0fc95aff5f4db94f4ec0ba3c4dcd4d2ee9ffa6' }, !this.isContinued && (index$1.h(ChatHead.ChatHead, { key: 'cc7f214502f49fe2869f3e9bdfd797926987ef74', name: this.message.displayName, time: this.message.time, now: this.now })), index$1.h("div", { key: '2e61a7320c1941df7c0d13082a9257e47ec5df58', class: {
3998
3998
  body: true,
3999
3999
  bubble: this.showBubble,
4000
- }, part: "body" }, index$1.h("div", { key: 'ae0e85f9d657025e71a2ecfe27b828717d52c7f1', class: { image: true, loaded: this.status === 'loaded' } }, index$1.h("img", { key: 'b28173a53512ec4ba0bb239441453f5d081eb504', src: string.sanitizeLink(this.message.link), onLoad: () => {
4000
+ }, part: "body" }, index$1.h("div", { key: 'bf2eec18c82aae79f31c40d44711ec7db2ab5bf1', class: { image: true, loaded: this.status === 'loaded' } }, index$1.h("img", { key: 'acb8f5ef169bd0c663dbc74c1d43b4186f81004a', src: string.sanitizeLink(this.message.link), onLoad: () => {
4001
4001
  this.status = 'loaded';
4002
4002
  }, onError: () => {
4003
4003
  this.status = 'errored';
@@ -4005,9 +4005,9 @@ const RtkImageMessage = class {
4005
4005
  if (this.status === 'loaded') {
4006
4006
  this.stateUpdate.emit({ image: this.message });
4007
4007
  }
4008
- } }), this.status === 'loading' && (index$1.h("div", { key: '408010e071e11a36613713759c4cfa6479f384b7', class: "image-spinner", title: this.t('chat.img.loading'), "aria-label": this.t('chat.img.loading') }, index$1.h("rtk-spinner", { key: '8b30e18bec4dfbbcd088d6e3c1e2f62b69d02123', iconPack: this.iconPack }))), this.status === 'errored' && (index$1.h("div", { key: '19db09c9ad48452d2b13f186bba8d637ef6bde3c', class: "image-errored", title: this.t('chat.error.img_not_found'), "aria-label": this.t('chat.error.img_not_found') }, index$1.h("rtk-icon", { key: '6affdcac8b7f639a44012f003d27b5095b0d923c', icon: this.iconPack.image_off }))), this.status === 'loaded' && (index$1.h("div", { key: 'c81093571c1d33bc3f1a9755c5e4150108571506', class: "actions" }, index$1.h("rtk-button", { key: '075a5832d89c4ae5c89b994e1b35649984174c32', class: "action", variant: "secondary", kind: "icon", onClick: () => {
4008
+ } }), this.status === 'loading' && (index$1.h("div", { key: '92a6610a937088e03200f9048146da0e4f749054', class: "image-spinner", title: this.t('chat.img.loading'), "aria-label": this.t('chat.img.loading') }, index$1.h("rtk-spinner", { key: 'b85fa3e9dd0580f1d7e18360e74670a933e74367', iconPack: this.iconPack }))), this.status === 'errored' && (index$1.h("div", { key: 'b1046aff30dfe244498c957799f33c3a7c26ecb8', class: "image-errored", title: this.t('chat.error.img_not_found'), "aria-label": this.t('chat.error.img_not_found') }, index$1.h("rtk-icon", { key: '833e3ea7f7734a17450c98077e52b9db4fb5404a', icon: this.iconPack.image_off }))), this.status === 'loaded' && (index$1.h("div", { key: '2545e3685f6e586b4fdc1304da08bbece5ec2cda', class: "actions" }, index$1.h("rtk-button", { key: 'bb5e37862d82702f6350f48c275100825dd494fa', class: "action", variant: "secondary", kind: "icon", onClick: () => {
4009
4009
  this.stateUpdate.emit({ image: this.message });
4010
- } }, index$1.h("rtk-icon", { key: 'b00d1497ae3db0adc34add3e6cfc8537be04a581', icon: this.iconPack.full_screen_maximize })), index$1.h("rtk-button", { key: '9421be2f6b98623a3aebe4c3809a939f44660105', class: "action", variant: "secondary", kind: "icon", onClick: () => file.downloadFile(this.message.link, { fallbackName: 'image' }) }, index$1.h("rtk-icon", { key: '1623fc6cf182cb5df03ab7bb4cd858941a7f216e', icon: this.iconPack.download }))))))));
4010
+ } }, index$1.h("rtk-icon", { key: '247f754dfe4c9b63634906105a71bb2146154eaa', icon: this.iconPack.full_screen_maximize })), index$1.h("rtk-button", { key: 'ab2712266ddce6f79abf1fca68379abcb4a3c9a1', class: "action", variant: "secondary", kind: "icon", onClick: () => file.downloadFile(this.message.link, { fallbackName: 'image' }) }, index$1.h("rtk-icon", { key: 'ffafa0e22d7752b125d0e1e50cfc03d858d29365', icon: this.iconPack.download }))))))));
4011
4011
  }
4012
4012
  };
4013
4013
  __decorate$h([
@@ -4042,7 +4042,7 @@ const RtkImageMessageView = class {
4042
4042
  this.status = 'loading';
4043
4043
  }
4044
4044
  render() {
4045
- return (index$1.h("div", { key: '066606e6ae62634b2466bb46b453e0c2d91b17ea', class: { image: true, loaded: this.status === 'loaded' } }, index$1.h("img", { key: 'f042e5d3c1a6341e9fc0845e6643016f1be5b5f7', src: string.sanitizeLink(this.url), onLoad: () => {
4045
+ return (index$1.h("div", { key: '259bdc1102c6026dd10388ae759f67608c777b5f', class: { image: true, loaded: this.status === 'loaded' } }, index$1.h("img", { key: 'dbcb8d497fee3710f4474ec3ac0ce9a9b4f1bb49', src: string.sanitizeLink(this.url), onLoad: () => {
4046
4046
  this.status = 'loaded';
4047
4047
  }, onError: () => {
4048
4048
  this.status = 'errored';
@@ -4050,9 +4050,9 @@ const RtkImageMessageView = class {
4050
4050
  if (this.status === 'loaded') {
4051
4051
  this.onPreview.emit(this.url);
4052
4052
  }
4053
- } }), this.status === 'loading' && (index$1.h("div", { key: 'd4a5030468fbf70afae62bd55ae4d0fa989e15c2', class: "image-spinner", title: this.t('chat.img.loading'), "aria-label": this.t('chat.img.loading') }, index$1.h("rtk-spinner", { key: '216aba361a46cc100e7d26cc2daf1ffb0948d695', iconPack: this.iconPack }))), this.status === 'errored' && (index$1.h("div", { key: '01f5da8f70872c9fa22dc9a9b70b046b0001d05b', class: "image-errored", title: this.t('chat.error.img_not_found'), "aria-label": this.t('chat.error.img_not_found') }, index$1.h("rtk-icon", { key: '0f7e6fed2730f6366d07fc6afddb2b247e9b7d3a', icon: this.iconPack.image_off }))), this.status === 'loaded' && (index$1.h("div", { key: '5ac0e61c65a88a8d6b9ee54c900b856854d1b84b', class: "actions" }, index$1.h("rtk-button", { key: 'fd83dfecd7b5d9c3976374c3c55731b1f026fc0a', class: "action", variant: "secondary", kind: "icon", onClick: () => {
4053
+ } }), this.status === 'loading' && (index$1.h("div", { key: 'b0ecfada4428e1cb8c3625cc4ce3d2a5bae058ab', class: "image-spinner", title: this.t('chat.img.loading'), "aria-label": this.t('chat.img.loading') }, index$1.h("rtk-spinner", { key: 'fff61c6522d8bcb7de1345bb6505721ee6c6325e', iconPack: this.iconPack }))), this.status === 'errored' && (index$1.h("div", { key: 'c07e2cf6e9a94d375802c974e519d859ab48aa9b', class: "image-errored", title: this.t('chat.error.img_not_found'), "aria-label": this.t('chat.error.img_not_found') }, index$1.h("rtk-icon", { key: '83108f4f0396d77778463601a4f18d8593b0ffe7', icon: this.iconPack.image_off }))), this.status === 'loaded' && (index$1.h("div", { key: '96b5aafbd94eec920ae1cad14f09ab4a44571bd7', class: "actions" }, index$1.h("rtk-button", { key: 'a87ec11cc8de472aeb356689b49b6b366bd67f28', class: "action", variant: "secondary", kind: "icon", onClick: () => {
4054
4054
  this.onPreview.emit(this.url);
4055
- } }, index$1.h("rtk-icon", { key: '3ca7384fa28e6716345acacf9225ae9471ff8d63', icon: this.iconPack.full_screen_maximize })), index$1.h("rtk-button", { key: '198787808c389e4df48d3609a53c2d27cf2e7fb3', class: "action", variant: "secondary", kind: "icon", onClick: () => file.downloadFile(this.url, { fallbackName: 'image' }) }, index$1.h("rtk-icon", { key: 'f38fe3da48d1fc854001c719164c95f0673808c5', icon: this.iconPack.download }))))));
4055
+ } }, index$1.h("rtk-icon", { key: '543478c786b709ac477d4482874608c0b394b27c', icon: this.iconPack.full_screen_maximize })), index$1.h("rtk-button", { key: '6ce6d94a965688c7ec6ee64f79a4d13dda9651e3', class: "action", variant: "secondary", kind: "icon", onClick: () => file.downloadFile(this.url, { fallbackName: 'image' }) }, index$1.h("rtk-icon", { key: '3b1d67fbdd667e0d006e342c37f6e78c90fd2e34', icon: this.iconPack.download }))))));
4056
4056
  }
4057
4057
  };
4058
4058
  __decorate$g([
@@ -4109,7 +4109,7 @@ const RtkJoinStage = class {
4109
4109
  iconPack: this.iconPack,
4110
4110
  t: this.t,
4111
4111
  };
4112
- return (index$1.h(index$1.Host, { key: '046bd8a55e479c5954fa3af3c93c6466afaf0e90', class: { stage: true } }, index$1.h("header", { key: 'efba30c548eacb6374f647b94de875b2271666a8' }, index$1.h("h2", { key: 'fa3152402eef54447a0d35f1a9421a4a43b07dd8' }, this.dataConfig.title)), index$1.h(index$2.Render, { key: '769c3458f83e6e23dc3da4e29765f69a78c97028', 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 }), index$1.h("div", { key: '3fc7a44241eada54e5ccd2dd9f344174f4269750', class: "summary" }, this.dataConfig.description), index$1.h("div", { key: '70368666f17e1f8db400425ff19ae27e0bc34f9a', class: "container" }, index$1.h("rtk-button", { key: '95997e431bc4f1b1900a4dad14c331e1960f53b1', variant: "secondary", onClick: () => this.leaveStage.emit(), title: this.dataConfig.label.reject }, this.dataConfig.label.reject), index$1.h("rtk-button", { key: '608b31dbfeebf241a5b613193ff97d05d7a0e9c8', onClick: () => {
4112
+ return (index$1.h(index$1.Host, { key: 'b69a0a77d20a65a3112a393f33e4bc71564b16e1', class: { stage: true } }, index$1.h("header", { key: 'c9860a7bd9139b4ddb188f03f4efadcecf2d4259' }, index$1.h("h2", { key: '3222f6b149c9584205f355daecb4ebc7a2c329e3' }, this.dataConfig.title)), index$1.h(index$2.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 }), index$1.h("div", { key: 'b579bcd55ac13475d46a9b363e50a293b3f8ab87', class: "summary" }, this.dataConfig.description), index$1.h("div", { key: 'b7002bbcf12848243621dbd4e0e62d73ed5c7043', class: "container" }, index$1.h("rtk-button", { key: '240d7e4f50f89e6859be85917a325075d5d98628', variant: "secondary", onClick: () => this.leaveStage.emit(), title: this.dataConfig.label.reject }, this.dataConfig.label.reject), index$1.h("rtk-button", { key: 'c510ea579e35bf1302b6364065a2bb4eac43bec0', onClick: () => {
4113
4113
  if (this.isLoading)
4114
4114
  return;
4115
4115
  this.isLoading = true;
@@ -4208,9 +4208,9 @@ const RtkLeaveMeeting = class {
4208
4208
  }
4209
4209
  }
4210
4210
  render() {
4211
- return (index$1.h(index$1.Host, { key: '55991a2b1b60bb963ee7dfb10fbea5d5bc63c186' }, index$1.h("div", { key: 'bc50b5a89ff7ee5348aadbba4fe8f709fa35bee9', class: "leave-modal" }, index$1.h("div", { key: '7a19d21b272222e7cf83bbb6dbd8bb4284ea9d29', class: "header" }, index$1.h("h2", { key: '935e06a35f3669457c63761697a9152972d69c54', class: "title" }, this.t('leave'))), index$1.h("p", { key: 'cd1ba755b4f73c0d3fb4c9078ee11afc31cee726', class: "message" }, this.isBreakoutRoomsActive && this.isChildMeeting
4211
+ return (index$1.h(index$1.Host, { key: '3a498cd6ba7efe8697a29b25cb91bba8bf4f8385' }, index$1.h("div", { key: '8094c0d9b4ade3f1a511796556b9bea6163f4081', class: "leave-modal" }, index$1.h("div", { key: '2ccb549f2ce35c8f54d806f7d6aa8e74bbc7bab2', class: "header" }, index$1.h("h2", { key: 'cf9281517dfad495e37f86b51a5cef6e471a1e62', class: "title" }, this.t('leave'))), index$1.h("p", { key: 'c2c0f7a042c377ce26e1045c6462c0a526d00041', class: "message" }, this.isBreakoutRoomsActive && this.isChildMeeting
4212
4212
  ? this.t('breakout_rooms.leave_confirmation')
4213
- : this.t('leave_confirmation')), index$1.h("div", { key: 'd4031f068f492f76d5feb9dd39587263e9b545f0', class: "content" }, index$1.h("rtk-button", { key: 'a014dc329e5f861de85468e04715d8aeb87f4e8c', variant: "secondary", onClick: this.close, class: "secondary-btn" }, this.t('cancel')), this.isBreakoutRoomsActive && this.isChildMeeting && this.canJoinMainRoom && (index$1.h("rtk-button", { key: '501a689793bb5e1ff2a8d03f5b9d0ab3d6baafbf', variant: "secondary", onClick: this.handleJoinMainRoom, class: "secondary-btn" }, this.t('breakout_rooms.leave_confirmation.main_room_btn'))), index$1.h("rtk-button", { key: '35a6941049928fa81f1e0a73b64f4ce937c86451', variant: "danger", title: this.t('leave'), onClick: this.handleLeave }, this.t('leave')), this.canEndMeeting && (index$1.h("rtk-button", { key: '7c6367e3f9322235e126c01cc16014f5b2c81ecc', variant: "danger", class: "secondary-btn secondary-danger-btn", onClick: this.handleEndMeeting }, this.t('end.all')))))));
4213
+ : this.t('leave_confirmation')), index$1.h("div", { key: 'd2e9264448b26532318022ec7991fc77a17f15e1', class: "content" }, index$1.h("rtk-button", { key: '7792537400624c5f8028f5a6e167af8cc6c19317', variant: "secondary", onClick: this.close, class: "secondary-btn" }, this.t('cancel')), this.isBreakoutRoomsActive && this.isChildMeeting && this.canJoinMainRoom && (index$1.h("rtk-button", { key: 'e37a7a97fa85d120385f64831efebc02c9b4b036', variant: "secondary", onClick: this.handleJoinMainRoom, class: "secondary-btn" }, this.t('breakout_rooms.leave_confirmation.main_room_btn'))), index$1.h("rtk-button", { key: 'b6ae60a2e64af83b118c077c4eac6c5d7ee6f6f8', variant: "danger", title: this.t('leave'), onClick: this.handleLeave }, this.t('leave')), this.canEndMeeting && (index$1.h("rtk-button", { key: '05f27640ced0043aeb733df84f51a6ee637d3396', variant: "danger", class: "secondary-btn secondary-danger-btn", onClick: this.handleEndMeeting }, this.t('end.all')))))));
4214
4214
  }
4215
4215
  static get watchers() { return {
4216
4216
  "meeting": ["meetingChanged"]
@@ -4378,7 +4378,7 @@ const RtkMarkdownView = class {
4378
4378
  const slicedMessage = this.text.slice(0, this.maxLength);
4379
4379
  const withReply = chat.extractReplyBlock(slicedMessage, true);
4380
4380
  const withoutReply = chat.stripOutReplyBlock(slicedMessage);
4381
- return (index$1.h("p", { key: '787e6d3177f4faf1c8dcd7c73d83a6de9c57b42b' }, withReply.length !== 0 && index$1.h("blockquote", { key: '1c4b82fb870994e6707d35adcd5e6f2f0e65dd26' }, this.renderMessage(withReply)), withoutReply.length !== 0 && this.renderMessage(withoutReply)));
4381
+ return (index$1.h("p", { key: '9544292f118f2c6975a807d6bcc2d307c70b2940' }, withReply.length !== 0 && index$1.h("blockquote", { key: '294bca9889738148fd51ecd8487d2d98b5adee4b' }, this.renderMessage(withReply)), withoutReply.length !== 0 && this.renderMessage(withoutReply)));
4382
4382
  }
4383
4383
  };
4384
4384
  RtkMarkdownView.style = RtkMarkdownViewStyle0;
@@ -4749,7 +4749,7 @@ const RtkMenu$1 = class {
4749
4749
  });
4750
4750
  }
4751
4751
  render() {
4752
- return (index$1.h(index$1.Host, { key: '15461c803838be1651df6116a61598ce8ab988f9' }, index$1.h("span", { key: 'f36cdd2f1141f46a993daa880682382904a72509', id: "trigger", ref: (el) => (this.triggerEl = el), onClick: () => {
4752
+ return (index$1.h(index$1.Host, { key: 'a814ea3dde902a15cb6fb0db8a9c2409c240537f' }, index$1.h("span", { key: 'de2447524c6a1787a6b9442ccb9c3d56a33e9f4f', id: "trigger", ref: (el) => (this.triggerEl = el), onClick: () => {
4753
4753
  this.clickedThis = true;
4754
4754
  if (this.menuListEl.style.display !== 'block') {
4755
4755
  this.menuListEl.style.display = 'block';
@@ -4758,7 +4758,7 @@ const RtkMenu$1 = class {
4758
4758
  else {
4759
4759
  this.menuListEl.style.display = 'none';
4760
4760
  }
4761
- } }, index$1.h("slot", { key: 'af622c9dbb3394cb46a6bb909a45c5e3248b1a09', name: "trigger" })), index$1.h("span", { key: '445258e31b4b775fbc22b268234fe15a33f809c9', part: "menu-list", id: "menu-list", ref: (el) => (this.menuListEl = el) }, index$1.h("slot", { key: '87396622c6078253736cbe43a1cac55c6f90754f' }))));
4761
+ } }, index$1.h("slot", { key: 'fb566f431ceca452fad8b564cfb777bc90411a02', name: "trigger" })), index$1.h("span", { key: '50b030d301e54677d19cc21dadcec53f566b14cf', part: "menu-list", id: "menu-list", ref: (el) => (this.menuListEl = el) }, index$1.h("slot", { key: '59ce6c30c39155fec448114fd25752585d95c87d' }))));
4762
4762
  }
4763
4763
  };
4764
4764
  __decorate$c([
@@ -4791,7 +4791,7 @@ const RtkMenuItem = class {
4791
4791
  this.t = uiStore.useLanguage();
4792
4792
  }
4793
4793
  render() {
4794
- return (index$1.h(index$1.Host, { key: '63898a3a4467c3a115296845d9f867489872673e' }, index$1.h("slot", { key: '88d8b0520740910587ff016332efc542344693ec', name: "start" }), index$1.h("slot", { key: '6b8147a72e274571162ff2e64f00ac55ff737716' }), index$1.h("slot", { key: '8c39f3c59e68205854e186dd834043f0a5450c49', name: "end" })));
4794
+ return (index$1.h(index$1.Host, { key: 'f0316fee5ac5fd2124ee26ac2664172007ad1c54' }, index$1.h("slot", { key: '994a3a27f743462a3ae0a4c95bc5de672119fdb6', name: "start" }), index$1.h("slot", { key: '24594ecaffb46a4b0458032596570fee37e6ae00' }), index$1.h("slot", { key: '4ede22267a24a37c508591b0148a1e1b2c391fc9', name: "end" })));
4795
4795
  }
4796
4796
  };
4797
4797
  __decorate$b([
@@ -4824,7 +4824,7 @@ const RtkMenuList = class {
4824
4824
  this.t = uiStore.useLanguage();
4825
4825
  }
4826
4826
  render() {
4827
- return (index$1.h(index$1.Host, { key: '8d727ee3603bff8472bbe65a3fac47711fc6315c' }, index$1.h("slot", { key: '11755f7306267fd0496721a65aae0d36f84acb7b' })));
4827
+ return (index$1.h(index$1.Host, { key: 'c0974bc340294b197aa8310e5a9913126ac22c48' }, index$1.h("slot", { key: '1a660db36c713285203569957959663497803c5e' })));
4828
4828
  }
4829
4829
  };
4830
4830
  __decorate$a([
@@ -4871,7 +4871,7 @@ const RtkMessageView = class {
4871
4871
  return (index$1.h("rtk-menu", { placement: "top-end", offset: 1 }, index$1.h("button", { slot: "trigger", class: "actions" }, index$1.h("rtk-icon", { icon: this.iconPack.chevron_down })), index$1.h("rtk-menu-list", null, this.actions.map((action) => (index$1.h("rtk-menu-item", { onClick: () => this.onAction.emit(action.id) }, action.icon && index$1.h("rtk-icon", { icon: action.icon, slot: "start" }), action.label))))));
4872
4872
  }
4873
4873
  render() {
4874
- return (index$1.h(index$1.Host, { key: 'cb9a54f30d9d3e42b1513c887c5c4ecdbbe1286d' }, index$1.h("div", { key: '9ff05d12f6441a3831fc91cda2094640ca730169', class: { 'message-wrapper': true, [this.viewType]: true } }, !this.hideAvatar && (index$1.h("aside", { key: '0afb28d2b8e2e09aad98b81f1eee75f08fe8d5a5', class: "avatar", part: "avatar" }, index$1.h("rtk-avatar", { key: 'a10f437e451b49941c9d5bed52ad450ddf6046d2', participant: { name: this.authorName, picture: this.avatarUrl }, size: "sm" }))), index$1.h("div", { key: '2d1b48256431776d34939f88c04fd8154fd4c95a', class: "message", part: "message" }, !this.hideAuthorName && index$1.h("div", { key: 'c380e92a56f94f9013e68067a86d743bc18fbb33', class: "header" }, this.authorName), index$1.h("div", { key: 'a81ffdc5e9665f0aad597a49b3467d5b4858f317', class: { body: true, bubble: this.variant === 'bubble' } }, index$1.h("slot", { key: '117f39722e02058aabef8eaacbaa99c7b5797452' }), !this.hideMetadata && !!this.time && (index$1.h("div", { key: '233f2bc3dd6dc62b5e6cfddef7c3a2135c1a0c6f', class: "metadata", title: ChatHead.formatDateTime(this.time) }, ChatHead.elapsedDuration(this.time, new Date(Date.now())))), this.actions.length !== 0 && this.renderActions())))));
4874
+ return (index$1.h(index$1.Host, { key: '9fafe4370eee525631023ecde39b3293059e8c22' }, index$1.h("div", { key: '1718981905d4458d0862c34c3c342f7335f0921b', class: { 'message-wrapper': true, [this.viewType]: true } }, !this.hideAvatar && (index$1.h("aside", { key: 'c6ea0c46283a7faa4bb937cb4196e2e1d548c721', class: "avatar", part: "avatar" }, index$1.h("rtk-avatar", { key: 'e3181a831b75b5c79f212da64076dbf6b47fecca', participant: { name: this.authorName, picture: this.avatarUrl }, size: "sm" }))), index$1.h("div", { key: '5565b5711055f1cd543cfaa36c03789b82fb94fa', class: "message", part: "message" }, !this.hideAuthorName && index$1.h("div", { key: '613098d825ba1c33aaca53579c883a306ed1239d', class: "header" }, this.authorName), index$1.h("div", { key: '166dd3e4fb33876cd74f94a7ac193064e8778f81', class: { body: true, bubble: this.variant === 'bubble' } }, index$1.h("slot", { key: 'd04e722b66c4d7cb7c20952a9e7c70d048e66410' }), !this.hideMetadata && !!this.time && (index$1.h("div", { key: 'f12d8c9dd8320202a6906c10298d3357aff5d762', class: "metadata", title: ChatHead.formatDateTime(this.time) }, ChatHead.elapsedDuration(this.time, new Date(Date.now())))), this.actions.length !== 0 && this.renderActions())))));
4875
4875
  }
4876
4876
  };
4877
4877
  __decorate$9([
@@ -4911,7 +4911,7 @@ const RtkMuteAllConfirmation = class {
4911
4911
  };
4912
4912
  }
4913
4913
  render() {
4914
- return (index$1.h(index$1.Host, { key: 'd7439c9c3ffd1a79974ed8f8a0081aa807a2b103' }, index$1.h("div", { key: 'f11f6d201c843384f3e173cf611ea6b26fcfe620', class: "leave-modal" }, index$1.h("div", { key: '8475acebc7a3abd14a4d0716b6dbdeabb0f1896e', class: "header" }, index$1.h("h2", { key: 'fe5cfaa40eccca120a696555456acd59610bd5f0', class: "title" }, this.t('mute_all.header'))), index$1.h("p", { key: '88b6d8faf23e5780d632f9bac0077751bb9db554', class: "message" }, this.t('mute_all.description')), index$1.h("div", { key: 'b901ffb7714dbcf5bbda907df1f44214672ded17', class: "content" }, index$1.h("div", { key: 'f554e5829ff3250400307f139661a0fe426ee22c', class: "leave-meeting" }, index$1.h("rtk-button", { key: 'c300ddc6c3ae02266d4769a964eb3fb246aa7dbd', variant: "secondary", title: this.t('close'), onClick: this.onClose }, this.t('cancel')), index$1.h("rtk-button", { key: '897d7d2639a6c51c5fb0ae1b51a111fbba5431c9', variant: "danger", title: this.t('mute_all'), onClick: this.onMuteAll }, this.t('mute_all')))))));
4914
+ return (index$1.h(index$1.Host, { key: '6f260e3a10d229942b3903afc721d30b6e6494a7' }, index$1.h("div", { key: '9bdf56a9eee7b0a172f4b29b619632817ccc1212', class: "leave-modal" }, index$1.h("div", { key: 'a68cd8b46f9727a2ced5e505651e65bf1a1fb1f2', class: "header" }, index$1.h("h2", { key: '202529f47bd59dd2df1a7971a33cc706070705d9', class: "title" }, this.t('mute_all.header'))), index$1.h("p", { key: '40569f7f09c9f370ccd117590113545a4a083e40', class: "message" }, this.t('mute_all.description')), index$1.h("div", { key: 'f6a19e3fcdc7ca1c8e8d443cb705dcd27b55398e', class: "content" }, index$1.h("div", { key: '979e79f3f20c60b1e1474d7c37b96392809078f9', class: "leave-meeting" }, index$1.h("rtk-button", { key: 'a717271acf30ebf16e22cfbc23b7e7120662754c', variant: "secondary", title: this.t('close'), onClick: this.onClose }, this.t('cancel')), index$1.h("rtk-button", { key: '6b425563d4f0c4db28e9201c87d0bd9aa71399a8', variant: "danger", title: this.t('mute_all'), onClick: this.onMuteAll }, this.t('mute_all')))))));
4915
4915
  }
4916
4916
  };
4917
4917
  __decorate$8([
@@ -4971,9 +4971,9 @@ const RtkNotification = class {
4971
4971
  }
4972
4972
  render() {
4973
4973
  var _a;
4974
- return (index$1.h(index$1.Host, { key: '1e728f896ce0212c990677528187929c53e70b87' }, index$1.h("div", { key: '1855671fbe703e142f873aff2492f7c2190671ed', class: "ctr" }, this.notification.icon != null && (index$1.h("rtk-icon", { key: 'b79f092b899ffe893473571ba735fbb0926901d8', class: "icon", icon: this.notification.icon, variant: (_a = this.notification.iconVariant) !== null && _a !== void 0 ? _a : 'primary' })), this.notification.image != null &&
4974
+ return (index$1.h(index$1.Host, { key: '60c06bbf91a415227daa6df5e33ce70f70b9e96a' }, index$1.h("div", { key: '88b3028fbab2ae480d9b56169be54d7be88f283a', class: "ctr" }, this.notification.icon != null && (index$1.h("rtk-icon", { key: '2082950cbd422100eaae181089b459a228edb5b2', class: "icon", icon: this.notification.icon, variant: (_a = this.notification.iconVariant) !== null && _a !== void 0 ? _a : 'primary' })), this.notification.image != null &&
4975
4975
  this.notification.icon == null &&
4976
- this.imageState !== 'errored' && (index$1.h("img", { key: '48b6d72eceb2414e5f045f5f311ed15ebff6ddb7', src: this.notification.image, class: { loaded: this.imageState === 'loaded' }, onLoad: () => (this.imageState = 'loaded'), onError: () => (this.imageState = 'errored') })), index$1.h("p", { key: 'c78fd59b339d0f1b91cb168a42d1c44bfdbcad77', class: "message" }, index$1.h(TextMessage.TextMessageView, { key: '3ddd5d840631752b6369b3361f71f655ddf814d5', message: this.notification.message })), index$1.h("div", { key: 'd160cc17361b7183baf08170bdd79d086584de94', class: "right" }, this.notification.button != null && (index$1.h("rtk-button", { key: 'e08976222e6e410cc1cd4d38bfd448f830b48044', size: "sm", variant: this.notification.button.variant, onClick: () => this.notification.button.onClick() }, this.notification.button.text)), index$1.h("button", { key: '23b0f91a687d3193df1d26e5e0fdc055f10a385b', onClick: () => this.dismiss.emit(this.notification.id), class: "dismiss" }, index$1.h("rtk-icon", { key: 'e055d3607a74898d70905da7720005158d403826', "aria-label": this.t('dismiss'), icon: this.iconPack.dismiss }))))));
4976
+ this.imageState !== 'errored' && (index$1.h("img", { key: '56e7d906bb2daf5ddce6b143ffa74a47d602ca70', src: this.notification.image, class: { loaded: this.imageState === 'loaded' }, onLoad: () => (this.imageState = 'loaded'), onError: () => (this.imageState = 'errored') })), index$1.h("p", { key: '980db1c29942c51de04eef62c519ff20402c639e', class: "message" }, index$1.h(TextMessage.TextMessageView, { key: '6b59afd62dcf6671d056ed424146c9c4c1e1bead', message: this.notification.message })), index$1.h("div", { key: 'a4399741c18093e46be3726f3514d8e8a5682ab3', class: "right" }, this.notification.button != null && (index$1.h("rtk-button", { key: 'a20046c85de2c3ee5cd7b6814c84e52a027e0cfc', size: "sm", variant: this.notification.button.variant, onClick: () => this.notification.button.onClick() }, this.notification.button.text)), index$1.h("button", { key: '83d7d13c98c68f6049321d5d0c573ea2eccf65f8', onClick: () => this.dismiss.emit(this.notification.id), class: "dismiss" }, index$1.h("rtk-icon", { key: '5a17a700a54172a10cd2398dd38853bd0c337215', "aria-label": this.t('dismiss'), icon: this.iconPack.dismiss }))))));
4977
4977
  }
4978
4978
  static get watchers() { return {
4979
4979
  "paused": ["pausedChanged"],
@@ -5594,7 +5594,7 @@ const RtkOverlayModal = class {
5594
5594
  }
5595
5595
  }
5596
5596
  render() {
5597
- return (index$1.h(index$1.Host, { key: 'd2837e184517e21a048bf3c0132db866e76df98e' }, index$1.h("rtk-icon", { key: '986632806311740b097ef99ad2cefc286f54b7d4', icon: this.states.activeOverlayModal.icon }), index$1.h("h2", { key: 'f7c985545abeefcf0dccd10744c70e84b14c0f1d' }, this.states.activeOverlayModal.title), index$1.h("p", { key: '43ab2a1bde3c41732d3e159c493a799f68bcd0c7' }, this.states.activeOverlayModal.description)));
5597
+ return (index$1.h(index$1.Host, { key: 'c767e575975cc837f1f484932c5c916d5d7e4522' }, index$1.h("rtk-icon", { key: '0f4e8e81e1fa985852cbe4055203ca3095ae8ebe', icon: this.states.activeOverlayModal.icon }), index$1.h("h2", { key: '1af8c19bc19e93b279cf396903a91d3ae7192eda' }, this.states.activeOverlayModal.title), index$1.h("p", { key: '226aacfe32b70ba4e1a01b1e4875af3fd39b559a' }, this.states.activeOverlayModal.description)));
5598
5598
  }
5599
5599
  };
5600
5600
  __decorate$5([
@@ -5889,7 +5889,7 @@ const RtkPaginatedList = class {
5889
5889
  * which is why div#bottom-scroll comes before div#top-scroll
5890
5890
  * div.page-wrapper prevents reversal of messages
5891
5891
  */
5892
- return (index$1.h(index$1.Host, { key: '69d3a477477c252a20b07d749979b8b7dfb2e2e7' }, index$1.h("div", { key: '8ad8afdcc6ff74dfb150615597029db185369293', class: "scrollbar container", part: "container", ref: (el) => (this.$paginatedList = el) }, index$1.h("div", { key: '62b9e1007f9c46f181d2c4b0ab3ca532b9e89f3d', class: { 'show-new-messages-ctr': true, active: !this.shouldRenderNewNodes } }, index$1.h("rtk-button", { key: '4107ae7cfa77f50df7834e95dd35cad6b4836fda', class: "show-new-messages", kind: "icon", variant: "secondary", part: "show-new-messages", onClick: () => this.onDownArrowClicked() }, index$1.h("rtk-icon", { key: '1cd4a0c65e38021ecfc42c3669852fe311ac0600', icon: this.iconPack.chevron_down }))), index$1.h("div", { key: 'a52878eee8c962808b431f18b0fc6f97ecafd314', class: "smallest-dom-element", id: "bottom-scroll", ref: (el) => (this.$bottomRef = el) }), this.isLoading && this.pagesToRender.flat().length === 0 && index$1.h("rtk-spinner", { key: 'f40afc71664c93e55773112e8f69a2f97b1d8146', size: "lg" }), this.pagesToRender.flat().length === 0 && this.showEmptyListLabel ? (index$1.h("div", { class: "empty-list" }, (_a = this.emptyListLabel) !== null && _a !== void 0 ? _a : this.t('list.empty'))) : (index$1.h("div", { class: "page-wrapper" }, this.pagesToRender.map((page) => this.createNodes(page)))), index$1.h("div", { key: 'ff33dae45c6cf06f6ee64adf84b2ebfaec10d290', class: "smallest-dom-element", id: "top-scroll", ref: (el) => (this.$topRef = el) }))));
5892
+ return (index$1.h(index$1.Host, { key: '4f1521c422a134079a5def745ed85631c48a132a' }, index$1.h("div", { key: '0cadd9723fbc844bab7e595d18b6174ecb6ba10c', class: "scrollbar container", part: "container", ref: (el) => (this.$paginatedList = el) }, index$1.h("div", { key: '35a9b009d74a81159c7b856b9412b670051c9893', class: { 'show-new-messages-ctr': true, active: !this.shouldRenderNewNodes } }, index$1.h("rtk-button", { key: '2798fbf3da7200db72dfe1f985d4570163d77ff8', class: "show-new-messages", kind: "icon", variant: "secondary", part: "show-new-messages", onClick: () => this.onDownArrowClicked() }, index$1.h("rtk-icon", { key: '08b47cd4f472b240174cee559d4d39cf796aa788', icon: this.iconPack.chevron_down }))), index$1.h("div", { key: 'ae30f2391936a8a4f258384cc8da4300bf2c350c', class: "smallest-dom-element", id: "bottom-scroll", ref: (el) => (this.$bottomRef = el) }), this.isLoading && this.pagesToRender.flat().length === 0 && index$1.h("rtk-spinner", { key: '72f866d03e6d0d954a46443aa19d95f7033dfbe9', size: "lg" }), this.pagesToRender.flat().length === 0 && this.showEmptyListLabel ? (index$1.h("div", { class: "empty-list" }, (_a = this.emptyListLabel) !== null && _a !== void 0 ? _a : this.t('list.empty'))) : (index$1.h("div", { class: "page-wrapper" }, this.pagesToRender.map((page) => this.createNodes(page)))), index$1.h("div", { key: 'c96065eee8e01c56c0f6cb419b5e26ceef564678', class: "smallest-dom-element", id: "top-scroll", ref: (el) => (this.$topRef = el) }))));
5893
5893
  }
5894
5894
  static get watchers() { return {
5895
5895
  "selectedItemId": ["onItemChanged"]
@@ -6063,7 +6063,7 @@ const RtkPermissionsMessage = class {
6063
6063
  this.stepsTimer = setTimeout(this.nextStep, 2500);
6064
6064
  }
6065
6065
  const showMacDeepLink = isDeniedBySystem && this.meeting.self.device.osName == 'macOS';
6066
- return (index$1.h(index$1.Host, { key: '8a733f9212eeeaa2beeb660f388cd386bd5866da' }, index$1.h("h2", { key: '8b98272023226f4d555bc4a392132cc4f3bb5508' }, index$1.h("rtk-icon", { key: '5512cf5917b4e621cc478ace72d66a5a018d3abc', class: "text-icon", icon: this.iconPack.warning }), this.getTitle()), this.svgSteps.length > 0 && (index$1.h("div", { key: '51b406b4466bed495737ffc4dd8c931e89a7b313', class: 'svg-container' }, this.svgSteps.map((e, index) => (index$1.h("p", { innerHTML: e, class: "svg-ins", key: this.currentStep, hidden: index !== this.currentStep }))))), index$1.h("div", { key: '2aa51de951fa6e325407214400aacfb3c159332d' }, this.getMessage()), !isDeniedBySystem && (index$1.h("a", { key: 'f5ca776a56d696f623f373dda8bb0bfb034daaaa', class: "need-help-link", href: this.getLink((_c = (_b = (_a = this.states) === null || _a === void 0 ? void 0 : _a.activePermissionsMessage) === null || _b === void 0 ? void 0 : _b.kind) !== null && _c !== void 0 ? _c : 'audio'), target: "_blank", rel: "noreferrer external noreferrer noopener" }, index$1.h("rtk-icon", { key: 'a4a220afa615666aa5124af81e754ad7cd0ae8ce', class: "text-icon", icon: this.iconPack.attach }), this.t('cta.help'))), index$1.h("div", { key: '34a967813793d6deb854c008164fc14b859a3b53', class: "actions" }, index$1.h("rtk-button", { key: '8676c863a486b365b378728ca89f494297160bf0', size: "lg", kind: "wide", variant: "secondary", onClick: this.continue }, this.t('cta.continue')), showMacDeepLink ? (index$1.h("rtk-button", { size: "lg", kind: "wide", onClick: this.openMacSystemSettings }, this.t('cta.system_settings'))) : (index$1.h("rtk-button", { size: "lg", kind: "wide", onClick: this.reload }, this.t('cta.reload')))), index$1.h("slot", { key: '67e17eb781cb49110f92dfd89faec112d79b03b3' })));
6066
+ return (index$1.h(index$1.Host, { key: '5382ef58e7cd1b901c615f2137460d9cdf255218' }, index$1.h("h2", { key: '62cbe05476171bd2faaca3c1c6142bf17949e405' }, index$1.h("rtk-icon", { key: '1727839b136ad2e87d7109883d3ba22f0db16418', class: "text-icon", icon: this.iconPack.warning }), this.getTitle()), this.svgSteps.length > 0 && (index$1.h("div", { key: 'ebabd8b9725e2a65218ab7826643565bf0f14884', class: 'svg-container' }, this.svgSteps.map((e, index) => (index$1.h("p", { innerHTML: e, class: "svg-ins", key: this.currentStep, hidden: index !== this.currentStep }))))), index$1.h("div", { key: 'a9686c1c427f120d0879c3d57dda17941b06758e' }, this.getMessage()), !isDeniedBySystem && (index$1.h("a", { key: '841dc8ff76cc10e376171c4267efcca71d2ef2a6', class: "need-help-link", href: this.getLink((_c = (_b = (_a = this.states) === null || _a === void 0 ? void 0 : _a.activePermissionsMessage) === null || _b === void 0 ? void 0 : _b.kind) !== null && _c !== void 0 ? _c : 'audio'), target: "_blank", rel: "noreferrer external noreferrer noopener" }, index$1.h("rtk-icon", { key: '6cded0b28e0cd0f25aa58476c7f9f60cacd8abbf', class: "text-icon", icon: this.iconPack.attach }), this.t('cta.help'))), index$1.h("div", { key: '45a90d83f86799bc5e6c5df08adec1b261caad9a', class: "actions" }, index$1.h("rtk-button", { key: 'f882b2b00cea111bd87a23e9985a60a7e45e9e18', size: "lg", kind: "wide", variant: "secondary", onClick: this.continue }, this.t('cta.continue')), showMacDeepLink ? (index$1.h("rtk-button", { size: "lg", kind: "wide", onClick: this.openMacSystemSettings }, this.t('cta.system_settings'))) : (index$1.h("rtk-button", { size: "lg", kind: "wide", onClick: this.reload }, this.t('cta.reload')))), index$1.h("slot", { key: '091e35565236749006f6aac7dd8368dd7045b1b1' })));
6067
6067
  }
6068
6068
  static get watchers() { return {
6069
6069
  "meeting": ["meetingChanged"]
@@ -6105,7 +6105,7 @@ const RtkSpinner = class {
6105
6105
  this.size = 'md';
6106
6106
  }
6107
6107
  render() {
6108
- return (index$1.h(index$1.Host, { key: 'c042cbd31d8fa9e58c0cbbc5646575a3172fc824' }, index$1.h("rtk-icon", { key: '0171ba3d5f7506e2c67eb813c5ad5b263352088d', class: "spinner", icon: this.iconPack.spinner })));
6108
+ return (index$1.h(index$1.Host, { key: '896d7e13900a390f5c03df4e2af45163d61f6d09' }, index$1.h("rtk-icon", { key: 'dd05bbbb3eb9db982d85db131b82c2bcaf253a94', class: "spinner", icon: this.iconPack.spinner })));
6109
6109
  }
6110
6110
  };
6111
6111
  __decorate$2([
@@ -6183,7 +6183,7 @@ const RtkTextComposerView = class {
6183
6183
  }
6184
6184
  }
6185
6185
  render() {
6186
- return (index$1.h("div", { key: 'e5f7fa2bd4a2386ff5185001981477ccacf24556', class: "chat-input", part: "chat-input-container" }, this.maxLengthBreached > 0 && (index$1.h("div", { key: '4c06c853ddc7bebafe45fdb2e2c5c9e1c20021fe', class: 'text-error ' + (this.maxLengthBreached === this.maxLength ? 'breached' : '') }, index$1.h("rtk-icon", { key: '524037dc257f0aea206fbc3503d1fe1cb03449be', id: "warning-indicator", icon: this.iconPack.warning, part: "warning-indicator" }), ' ', this.maxLengthBreached, " / ", this.maxLength, " ", this.t('chat.max_limit_warning'))), this.rateLimitBreached && (index$1.h("div", { key: 'cf975664f367f2621593239ab1cf2e73f5acdb45', class: 'text-error breached' }, index$1.h("rtk-icon", { key: '70a6555f1fa9752f91951181b46e0ed0e7eb8679', id: "warning-indicator", icon: this.iconPack.warning, part: "warning-indicator" }), ' ', this.t('chat.rate_limit_error'))), index$1.h("textarea", { key: '7fc7280dd143cd701d5037e04c2b36c3ea8ec023', ref: (el) => (this.$textArea = el), placeholder: this.placeholder, disabled: this.disabled, onInput: this.onInputHandler, onKeyDown: this.keyDownHandler, part: "chat-input", value: this.value })));
6186
+ return (index$1.h("div", { key: '16cc81323e6fb16e4d4a6622895ed7edc80f2db9', class: "chat-input", part: "chat-input-container" }, this.maxLengthBreached > 0 && (index$1.h("div", { key: '05fde7b4f3e084e464fcc3276f0ce1e0d909e6a7', class: 'text-error ' + (this.maxLengthBreached === this.maxLength ? 'breached' : '') }, index$1.h("rtk-icon", { key: 'd4101bf8933a9873605e88fbb617d8ae38bb56a1', id: "warning-indicator", icon: this.iconPack.warning, part: "warning-indicator" }), ' ', this.maxLengthBreached, " / ", this.maxLength, " ", this.t('chat.max_limit_warning'))), this.rateLimitBreached && (index$1.h("div", { key: '779a1c58114de2cce65a13ee3ea8cb308f7cd68a', class: 'text-error breached' }, index$1.h("rtk-icon", { key: '9dedd14d826b1437f434d92c985659ecc3bc1842', id: "warning-indicator", icon: this.iconPack.warning, part: "warning-indicator" }), ' ', this.t('chat.rate_limit_error'))), index$1.h("textarea", { key: 'f45f8f812ad668a86d2d0a22926bf437be44cbc9', ref: (el) => (this.$textArea = el), placeholder: this.placeholder, disabled: this.disabled, onInput: this.onInputHandler, onKeyDown: this.keyDownHandler, part: "chat-input", value: this.value })));
6187
6187
  }
6188
6188
  };
6189
6189
  __decorate$1([
@@ -6219,10 +6219,10 @@ const RtkTextMessage = class {
6219
6219
  this.showBubble = false;
6220
6220
  }
6221
6221
  render() {
6222
- return (index$1.h(index$1.Host, { key: 'b66a5f7edf4e656d66770ed8f06a6ae97523a759' }, !this.isContinued && (index$1.h(ChatHead.ChatHead, { key: 'b9f0be274d374ff247327029322e91b57b88e4c3', name: this.message.displayName, time: this.message.time, now: this.now })), index$1.h("div", { key: '2a58af17b4657f2a49d7fbf1ef14e76857a12cbc', class: {
6222
+ return (index$1.h(index$1.Host, { key: '74b8d7a70a5960c4350061055ded0fa8838084ae' }, !this.isContinued && (index$1.h(ChatHead.ChatHead, { key: 'c0819a75eb645eff5ac6ccd7bdb54e7dbdce9876', name: this.message.displayName, time: this.message.time, now: this.now })), index$1.h("div", { key: 'f06fbf9a9e4680cc426c183d9ee09bfad452a5ad', class: {
6223
6223
  body: true,
6224
6224
  bubble: this.showBubble,
6225
- }, part: "body" }, index$1.h("div", { key: '45a0bcd30f2e048af77cb1704c178a750e1aaac4', class: { text: true, emoji: string.hasOnlyEmojis(this.message.message) } }, index$1.h(TextMessage.TextMessageView, { key: '262f5e6d7c71e950356842e442d44f5b280c0036', message: this.message.message })))));
6225
+ }, part: "body" }, index$1.h("div", { key: '2755f1cefa98695843569934c414d6b2fbf158e5', class: { text: true, emoji: string.hasOnlyEmojis(this.message.message) } }, index$1.h(TextMessage.TextMessageView, { key: '52e0ae4b7710d970cb1915fc4059abef212b12fd', message: this.message.message })))));
6226
6226
  }
6227
6227
  };
6228
6228
  __decorate([
@@ -6242,7 +6242,7 @@ const RtkTextMessageView = class {
6242
6242
  this.isMarkdown = false;
6243
6243
  }
6244
6244
  render() {
6245
- return (index$1.h("p", { key: 'b4cbabb44d32f96a23cd72f108d6a36b05491c97', class: { text: true, emoji: string.hasOnlyEmojis(this.text) } }, this.isMarkdown ? index$1.h("rtk-markdown-view", { text: this.text }) : this.text));
6245
+ return (index$1.h("p", { key: '3a9c21d67487ea40760163f0dd69152454049063', class: { text: true, emoji: string.hasOnlyEmojis(this.text) } }, this.isMarkdown ? index$1.h("rtk-markdown-view", { text: this.text }) : this.text));
6246
6246
  }
6247
6247
  };
6248
6248
  RtkTextMessageView.style = RtkTextMessageViewStyle0;
@@ -6348,7 +6348,7 @@ const RtkMenu = class {
6348
6348
  });
6349
6349
  }
6350
6350
  render() {
6351
- return (index$1.h(index$1.Host, { key: '5278137bc9b99d9fe9ffeb0fc30bd887d600494d' }, index$1.h("span", { key: 'cbefda068a15340dad76668c3696a10bd94cb8e9', part: "trigger", id: "trigger", ref: (el) => (this.triggerEl = el) }, index$1.h("slot", { key: 'f160cf29ece64145e795a9a11459bd458482c446' })), index$1.h("div", { key: '1056b2bbc8cbacd3c32280d334d9f703a578b5ef', part: "tooltip", class: "tooltip", id: "tooltip", role: "tooltip", ref: (el) => (this.tooltipEl = el) }, index$1.h("div", { key: '6c6816fa1b18d49fa22ab6ffb600aaa23c5b9ec5', id: "arrow", ref: (el) => (this.arrowEl = el), part: "arrow" }), this.label, index$1.h("slot", { key: '3c2d3425b2e8b4d810de2ce40394491c4698aede', name: "tooltip" }))));
6351
+ return (index$1.h(index$1.Host, { key: 'cee2142cb6afa3e002b614bd3dd18b710b749ac1' }, index$1.h("span", { key: '4ba5b4777592afc8eb0ae14b50e5ebbfbb43bd1f', part: "trigger", id: "trigger", ref: (el) => (this.triggerEl = el) }, index$1.h("slot", { key: 'fa1ecc3998424e21444324bf4b5c90d6891ab03f' })), index$1.h("div", { key: '39306bb13f784942525e0b8b203406512253be3d', part: "tooltip", class: "tooltip", id: "tooltip", role: "tooltip", ref: (el) => (this.tooltipEl = el) }, index$1.h("div", { key: 'd5bd2ca0781605c1ffe4cbeb1ade65430aed6691', id: "arrow", ref: (el) => (this.arrowEl = el), part: "arrow" }), this.label, index$1.h("slot", { key: 'c80c860e2c9cdcbe3c0e0ec97b8f4cd9c99abb78', name: "tooltip" }))));
6352
6352
  }
6353
6353
  static get watchers() { return {
6354
6354
  "open": ["openChanged"]
@@ -123,7 +123,7 @@ const RtkChannelSelectorUi = class {
123
123
  }
124
124
  }
125
125
  render() {
126
- return (index$1.h(index$1.Host, { key: '136cbd5937436f0e67410ed17ee55bdc84be52e5' }, index$1.h("div", { key: 'd6eaec8105117ef6fc354ce73cd112a911383eef', class: "container", ref: (el) => (this.$el = el) }, this.isHidden && (index$1.h("rtk-button", { key: 'eada98e8ca313b96e284b755d2fdef8093a3dc90', kind: "icon", variant: "ghost", size: "md", onClick: this.onRevealClicked, class: "sidebar-btn" }, index$1.h("rtk-icon", { key: '6e6d637b32053c624939935826bc0ff1ab68598e', icon: this.isHidden ? this.iconPack.chevron_left : this.iconPack.dismiss }))), index$1.h("slot", { key: '8cec1de02484371962db82e2d759bcbba5a3b2c7', name: "header" }), index$1.h("div", { key: '688f3a270abe7d9095e6f23d0e6b194142de9c91', class: "search-wrapper" }, index$1.h("div", { key: '18e4839b236a35b25a06dafa6fe6009c6f2f3eb8', class: "search" }, index$1.h("input", { key: 'ff6c1cfcea206467eed86155620473babbe1b439', type: "search", autocomplete: "off", placeholder: this.t('chat.search_conversations'), onInput: this.onSearchInput }), index$1.h("rtk-icon", { key: '48048bd742cffc5bddc0133ea83eca96cf4591c3', icon: this.iconPack.search, class: "search-icon" }))), index$1.h("div", { key: '1be26975130df38b0466cb304a69674699e69b36', class: "channel-container scrollbar", role: "list" }, this.channels
126
+ return (index$1.h(index$1.Host, { key: '5a2393ac0ac3f67bfae1acf2ec06c2e3ced317f7' }, index$1.h("div", { key: '73361a84f8078584b80bca96f1f1f9c9f04d74b9', class: "container", ref: (el) => (this.$el = el) }, this.isHidden && (index$1.h("rtk-button", { key: 'ea1f4caf8e5e7aeb633cdec506952fad6f168900', kind: "icon", variant: "ghost", size: "md", onClick: this.onRevealClicked, class: "sidebar-btn" }, index$1.h("rtk-icon", { key: '165420751ca42a7fe1040152bae366964e2dfe9f', icon: this.isHidden ? this.iconPack.chevron_left : this.iconPack.dismiss }))), index$1.h("slot", { key: '4a04c6acd67fd6a243e66cbadfb527f70c95c416', name: "header" }), index$1.h("div", { key: 'd994d7c80ddab2ab5d87e8b7bfbaf24283f400f6', class: "search-wrapper" }, index$1.h("div", { key: '6d3c72ccf0576bb1c682c9b687fd769f8720501a', class: "search" }, index$1.h("input", { key: '65eaf233392c435772a3a2da1a33f819e4760f66', type: "search", autocomplete: "off", placeholder: this.t('chat.search_conversations'), onInput: this.onSearchInput }), index$1.h("rtk-icon", { key: 'c70df6fb76af5815837461f4f9382631acc8f336', icon: this.iconPack.search, class: "search-icon" }))), index$1.h("div", { key: '9b298879a017f3ac5c0919ec5869cb644839c31f', class: "channel-container scrollbar", role: "list" }, this.channels
127
127
  .filter((channel) => this.searchQuery === '' || channel.displayName.includes(this.searchQuery))
128
128
  .map((channel) => {
129
129
  return (index$1.h("div", { class: {
@@ -133,7 +133,7 @@ const RtkChannelSelectorUi = class {
133
133
  }, role: "listitem", onClick: () => {
134
134
  this.channelSelected(channel.id);
135
135
  } }, this.renderChannelDisplayPic(channel), index$1.h("div", { class: "channel-card", "is-direct-message": channel.isDirectMessage }, index$1.h("div", { class: 'recent-message-row' }, index$1.h("span", { class: "channel-name" }, channel.displayName), channel.latestMessage && (index$1.h("span", { class: "latest-msg-time" }, this.getTimeLabel(channel.latestMessage)))), index$1.h("div", { class: 'recent-message-row' }, this.renderRecentMessage(channel), channel.unreadCount > 0 && channel.id !== this.selectedChannelId ? (index$1.h("span", { class: "new-msgs-count" }, channel.unreadCount < 99 ? channel.unreadCount : '99+')) : null))));
136
- }))), !this.isHidden && (index$1.h("div", { key: '3f9a4a9bd4d8969416774f4c723a2eebd7d3cd6a', class: "overlay-container" }, index$1.h("rtk-button", { key: '50f5c7faf80014ecf2f67bd36e090c7a7f7fae01', kind: "icon", variant: "ghost", size: "md", onClick: this.onRevealClicked, class: "sidebar-btn" }, index$1.h("rtk-icon", { key: '34ea5d4835d26cb97d33fdcf585ef26813c243cd', icon: this.isHidden ? this.iconPack.chevron_left : this.iconPack.dismiss }))))));
136
+ }))), !this.isHidden && (index$1.h("div", { key: '3d760da990293e4ed28a2408d9db7987012c2bd4', class: "overlay-container" }, index$1.h("rtk-button", { key: 'ae83483508d71df77f4de75a92d99b89d148eefe', kind: "icon", variant: "ghost", size: "md", onClick: this.onRevealClicked, class: "sidebar-btn" }, index$1.h("rtk-icon", { key: '482ab05f50c151ee956611db128cdd197df6ad11', icon: this.isHidden ? this.iconPack.chevron_left : this.iconPack.dismiss }))))));
137
137
  }
138
138
  };
139
139
  __decorate([