@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
@@ -99,9 +99,9 @@ export class RtkBreakoutRoomParticipants {
99
99
  }, size: "sm" }), h("p", { class: "name", title: name }, shorten(name, 16), this.meeting.self.userId === participant.id && ` (${this.t('you')})`)));
100
100
  }
101
101
  render() {
102
- return (h(Host, { key: '01a707fa50950501d11428747783c1e9828e6572' }, h("div", { key: '535f80747ddc6b0d7b4c2d3d3bd82464284db304', class: "search-wrapper" }, h("div", { key: '14b0ae5148bc13345df0732eeb299354ce7e3ae4', class: "search", part: "search" }, h("rtk-icon", { key: 'c2eda4fadab2d20b16a95786a763748ee5a5e123', icon: this.iconPack.search, part: "search-icon", class: "search-icon" }), h("input", { key: '71b153979188a4eca0368faad5afe22ad4a65d84', type: "search", autocomplete: "off", placeholder: this.t('search'), onInput: this.onSearchInput, part: "search-input" })), h("slot", { key: '3ce56a86dfa9063150ff586f3333ad1a1e363219', name: "shuffle-button" })), h("div", { key: '2eed52da4d3e61f65b69c5dda8054891182615ac', class: "header" }, h("div", { key: 'c661c77b3fcfaea354456f741d2d816666bf4b68', class: "title-wrapper" }, h("span", { key: 'bc52e54641259a5c8f7eb0c749117444594a2f24' }, this.t('breakout_rooms.main_room')), h("span", { key: '9f84a8c77c7af6df6849103235927c68cafda518', class: "participant-count" }, "(", h("rtk-icon", { key: '34d4139b8fa98d3a1594a34a90774cf3bf5dc589', icon: this.iconPack.people }), this.participantsToShow.length, ")")), this.selectedParticipantIds.length !== 0 && (h("rtk-tooltip", { key: '866cf16aa1666a3cbc6521fadee36a50b168cf21', label: this.t('breakout_rooms.select_all') }, h("input", { key: 'd60fc5c1ee7a8e7b63ed7a9fd804f86bb7c945ed', type: "checkbox", checked: this.selectedParticipantIds.length === this.participantsToShow.length, onChange: (e) => this.onToggleAll(!!e.target.checked) })))), h("div", { key: 'fc8b60be1e14fd6fe92276fae65b357a998ae80a', class: "ctr scrollbar", part: "container" }, this.participantsToShow.length > 0 && (h("ul", { key: '9e76ca169c9c3a3fd3796f8e6f20a7ba19906c8f', class: "participants", part: "participants" }, this.participantsToShow.map((participant) => (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 && (h("input", { type: "checkbox", class: {
102
+ return (h(Host, { key: '3d6466a85fa946d5c0d064d22431e3c7bf044787' }, h("div", { key: '8626af199d5290ce595212817ee06c1ef00d91bf', class: "search-wrapper" }, h("div", { key: '9ac706f201f5975b7d36b4dde7fd9504321b7d5f', class: "search", part: "search" }, h("rtk-icon", { key: '0ccba51717c665364934ea1bfdd7eeea3c5e96b7', icon: this.iconPack.search, part: "search-icon", class: "search-icon" }), h("input", { key: '01c85631f3e1823d1ab384bad4a9efbd86514894', type: "search", autocomplete: "off", placeholder: this.t('search'), onInput: this.onSearchInput, part: "search-input" })), h("slot", { key: '9d3a00a2bd167d053025d979bb0a498028b664de', name: "shuffle-button" })), h("div", { key: '38defd0577bedacd300e8cb558b42727b7817420', class: "header" }, h("div", { key: 'e11f58aae66a50800625464b79517e59094e5f1d', class: "title-wrapper" }, h("span", { key: '99ec80653bc7045fd08c4e95ac15f95dc3ca90ad' }, this.t('breakout_rooms.main_room')), h("span", { key: '40617acc26b95df49c2f221846ee811046709908', class: "participant-count" }, "(", h("rtk-icon", { key: 'aa8c4c4281635c998ea7c254b611341fd28e65cc', icon: this.iconPack.people }), this.participantsToShow.length, ")")), this.selectedParticipantIds.length !== 0 && (h("rtk-tooltip", { key: 'ce8eb895411d27003cafccb8ed694851df0ec52e', label: this.t('breakout_rooms.select_all') }, h("input", { key: '76ba09891936c9dfbfbd216f030c32b38c3160ee', type: "checkbox", checked: this.selectedParticipantIds.length === this.participantsToShow.length, onChange: (e) => this.onToggleAll(!!e.target.checked) })))), h("div", { key: '2ac3f88bd10747f453a626837a8806072ccc283d', class: "ctr scrollbar", part: "container" }, this.participantsToShow.length > 0 && (h("ul", { key: '01e08e47d7b52a1805561b3efc4e97713f542a4d', class: "participants", part: "participants" }, this.participantsToShow.map((participant) => (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 && (h("input", { type: "checkbox", class: {
103
103
  'hide-checkbox': this.selectedParticipantIds.length === 0,
104
- }, checked: this.selectedParticipantIds.includes(participantIdentifier(participant)) }))))))), this.participantsToShow.length === 0 && this.search.length > 0 && (h("div", { key: '179104c8fd8bfe2692147a23d3520ba51f830721', class: "empty-message" }, this.t('participants.errors.empty_results'))), this.participantsToShow.length === 0 && this.search.length === 0 && (h("div", { key: 'c50a8a4ae9863d918108430ffbe61721fd155847', class: "empty-room" }, h("rtk-icon", { key: 'afa0afc1ecda667d26fd921438f9369549c5463b', icon: this.iconPack.people_checked, part: "search-icon", class: "search-icon" }), h("p", { key: 'be9fe2e7d745f88228ecd5053b129b344a626eb6' }, this.t('breakout_rooms.all_assigned')), h("span", { key: 'e16a34744352686361f4a2aff6e90bba44ae3a15' }, this.t('breakout_rooms.empty_main_room')))))));
104
+ }, checked: this.selectedParticipantIds.includes(participantIdentifier(participant)) }))))))), this.participantsToShow.length === 0 && this.search.length > 0 && (h("div", { key: 'aa14388c88e230528364d906d97972abdb4a5d7c', class: "empty-message" }, this.t('participants.errors.empty_results'))), this.participantsToShow.length === 0 && this.search.length === 0 && (h("div", { key: '0b10bd982a32001549df0d38cb76f0fcc112fb3d', class: "empty-room" }, h("rtk-icon", { key: 'bc7ce0cfa9f46e0d793f9b9a6b3866325963d017', icon: this.iconPack.people_checked, part: "search-icon", class: "search-icon" }), h("p", { key: '6ff4827b2df19620c677fdbf432669fd60200bb1' }, this.t('breakout_rooms.all_assigned')), h("span", { key: 'ea6e1b05bfaf16842687fbdf1b680cb64fe2a9ef' }, this.t('breakout_rooms.empty_main_room')))))));
105
105
  }
106
106
  static get is() { return "rtk-breakout-room-participants"; }
107
107
  static get encapsulation() { return "shadow"; }
@@ -37,9 +37,9 @@ export class RtkBroadcastMessageModal {
37
37
  }, 2000);
38
38
  }
39
39
  render() {
40
- return (h(Host, { key: '6fbeed26fe6bd27b9f0fb5d574437db002931560' }, h("div", { key: '539893028570a33bae6e10dfbbf30a9872660cc9', class: "content-col" }, h("h2", { key: '066aaa4541f135cd6d8d424395cf449f79c61caa' }, "Broadcast message to"), h("select", { key: '413dea8a9bd7a1efbf17948cfb45b655ddb79b71', onChange: (e) => {
40
+ return (h(Host, { key: '4d23ce819f004fd0e14a4c9062e21f1321c46495' }, h("div", { key: 'f0814536068dd268c1aec9d80c45cc6817fe184b', class: "content-col" }, h("h2", { key: '5b0caef4e9f93d1a18c7bba8a269f10d95f5d290' }, "Broadcast message to"), h("select", { key: '8f32291fa522cf7a5947caf54178327e1574f103', onChange: (e) => {
41
41
  this.messagePayload = Object.assign(Object.assign({}, this.messagePayload), { to: e.target.value });
42
- } }, h("option", { key: '72df6790e57bdd905ad96d62c9d6fa57e4a3a41c' }, "Everyone"), h("option", { key: '82650452bb4de2b6d382a14dab3e901d62ca3b13' }, "List of rooms")), h("textarea", { key: '2be2bad10700c89162a06d662198b4eaadd96027', placeholder: "Type message here...", onInput: (e) => {
42
+ } }, h("option", { key: 'b09bb9b952ade48788bf8ab15645a1a45dab6935' }, "Everyone"), h("option", { key: '177d1af8eaeaa77393a9b2e477fca32563c05290' }, "List of rooms")), h("textarea", { key: 'b592528751cb63fa8c107b2b63455bfed0b3f3cb', placeholder: "Type message here...", onInput: (e) => {
43
43
  this.messagePayload = Object.assign(Object.assign({}, this.messagePayload), { message: e.target.value });
44
44
  } }), this.successMessage ? (h("p", null, "Message sent to ", this.messagePayload.to, h("rtk-icon", { icon: this.iconPack.checkmark }))) : (h("div", { class: "content-row" }, h("rtk-button", { onClick: () => this.close(), variant: "secondary" }, "Cancel"), "\u2002", h("rtk-button", { variant: "primary", onClick: () => this.sendMessage() }, "Send"))))));
45
45
  }
@@ -133,9 +133,9 @@ export class RtkChannelCreator {
133
133
  (_a = this.inputTextRef) === null || _a === void 0 ? void 0 : _a.focus();
134
134
  }
135
135
  render() {
136
- return (h(Host, { key: '2249fbd72c1bb3c33abc7d8a9759bd5166b511e3' }, h("header", { key: '624be5f38731e2388c350a7cfd33c6d5a0071a83' }, this.step === 1 ? this.t('chat.new_channel') : this.t('chat.add_members')), this.step === 1 && (h("input", { key: '3a837246569c74ca2876770b473b774ab5dd0cf6', class: "channel-name-input", type: "text", placeholder: this.t('chat.channel_name'), ref: (el) => (this.inputTextRef = el), onInput: (e) => {
136
+ return (h(Host, { key: '7d1b6bc07ef49de8075a25dec0f70b1f01d41222' }, h("header", { key: 'd0db6948cb2888043e6bb260f219570523398721' }, this.step === 1 ? this.t('chat.new_channel') : this.t('chat.add_members')), this.step === 1 && (h("input", { key: 'ebe47cfa27796197bc08a74e3e2d23e557325e30', class: "channel-name-input", type: "text", placeholder: this.t('chat.channel_name'), ref: (el) => (this.inputTextRef = el), onInput: (e) => {
137
137
  this.channelName = e.target.value.trim();
138
- } })), this.step === 2 && this.renderMemberSelector(), h("footer", { key: '7fc3656d7786406c7a25978cf4eac76bd46329ba' }, 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')))));
138
+ } })), this.step === 2 && this.renderMemberSelector(), h("footer", { key: 'c2a1b31a32bef53ced22b6d7267dba25173376cf' }, 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')))));
139
139
  }
140
140
  static get is() { return "rtk-channel-creator"; }
141
141
  static get encapsulation() { return "shadow"; }
@@ -26,7 +26,7 @@ export class RtkChannelDetails {
26
26
  })));
27
27
  }
28
28
  render() {
29
- return (h(Host, { key: '56390bafc9a8a933499c11e51b38898494f407bc' }, h("header", { key: 'a27a3d775aceb8f23481823c1a21eb0286f5723a' }, this.t('chat.channel_members')), this.renderMembers()));
29
+ return (h(Host, { key: 'cc8b22dae541a200e63d0d6b286f7ad380a53f09' }, h("header", { key: 'e481f5db77f40f53cac0c6aeae28752ddab505cb' }, this.t('chat.channel_members')), this.renderMembers()));
30
30
  }
31
31
  static get is() { return "rtk-channel-details"; }
32
32
  static get encapsulation() { return "shadow"; }
@@ -112,7 +112,7 @@ export class RtkChannelSelectorUi {
112
112
  }
113
113
  }
114
114
  render() {
115
- return (h(Host, { key: '136cbd5937436f0e67410ed17ee55bdc84be52e5' }, h("div", { key: 'd6eaec8105117ef6fc354ce73cd112a911383eef', class: "container", ref: (el) => (this.$el = el) }, this.isHidden && (h("rtk-button", { key: 'eada98e8ca313b96e284b755d2fdef8093a3dc90', kind: "icon", variant: "ghost", size: "md", onClick: this.onRevealClicked, class: "sidebar-btn" }, h("rtk-icon", { key: '6e6d637b32053c624939935826bc0ff1ab68598e', icon: this.isHidden ? this.iconPack.chevron_left : this.iconPack.dismiss }))), h("slot", { key: '8cec1de02484371962db82e2d759bcbba5a3b2c7', name: "header" }), h("div", { key: '688f3a270abe7d9095e6f23d0e6b194142de9c91', class: "search-wrapper" }, h("div", { key: '18e4839b236a35b25a06dafa6fe6009c6f2f3eb8', class: "search" }, h("input", { key: 'ff6c1cfcea206467eed86155620473babbe1b439', type: "search", autocomplete: "off", placeholder: this.t('chat.search_conversations'), onInput: this.onSearchInput }), h("rtk-icon", { key: '48048bd742cffc5bddc0133ea83eca96cf4591c3', icon: this.iconPack.search, class: "search-icon" }))), h("div", { key: '1be26975130df38b0466cb304a69674699e69b36', class: "channel-container scrollbar", role: "list" }, this.channels
115
+ return (h(Host, { key: '5a2393ac0ac3f67bfae1acf2ec06c2e3ced317f7' }, h("div", { key: '73361a84f8078584b80bca96f1f1f9c9f04d74b9', class: "container", ref: (el) => (this.$el = el) }, this.isHidden && (h("rtk-button", { key: 'ea1f4caf8e5e7aeb633cdec506952fad6f168900', kind: "icon", variant: "ghost", size: "md", onClick: this.onRevealClicked, class: "sidebar-btn" }, h("rtk-icon", { key: '165420751ca42a7fe1040152bae366964e2dfe9f', icon: this.isHidden ? this.iconPack.chevron_left : this.iconPack.dismiss }))), h("slot", { key: '4a04c6acd67fd6a243e66cbadfb527f70c95c416', name: "header" }), h("div", { key: 'd994d7c80ddab2ab5d87e8b7bfbaf24283f400f6', class: "search-wrapper" }, h("div", { key: '6d3c72ccf0576bb1c682c9b687fd769f8720501a', class: "search" }, h("input", { key: '65eaf233392c435772a3a2da1a33f819e4760f66', type: "search", autocomplete: "off", placeholder: this.t('chat.search_conversations'), onInput: this.onSearchInput }), h("rtk-icon", { key: 'c70df6fb76af5815837461f4f9382631acc8f336', icon: this.iconPack.search, class: "search-icon" }))), h("div", { key: '9b298879a017f3ac5c0919ec5869cb644839c31f', class: "channel-container scrollbar", role: "list" }, this.channels
116
116
  .filter((channel) => this.searchQuery === '' || channel.displayName.includes(this.searchQuery))
117
117
  .map((channel) => {
118
118
  return (h("div", { class: {
@@ -122,7 +122,7 @@ export class RtkChannelSelectorUi {
122
122
  }, role: "listitem", onClick: () => {
123
123
  this.channelSelected(channel.id);
124
124
  } }, this.renderChannelDisplayPic(channel), h("div", { class: "channel-card", "is-direct-message": channel.isDirectMessage }, h("div", { class: 'recent-message-row' }, h("span", { class: "channel-name" }, channel.displayName), channel.latestMessage && (h("span", { class: "latest-msg-time" }, this.getTimeLabel(channel.latestMessage)))), h("div", { class: 'recent-message-row' }, this.renderRecentMessage(channel), channel.unreadCount > 0 && channel.id !== this.selectedChannelId ? (h("span", { class: "new-msgs-count" }, channel.unreadCount < 99 ? channel.unreadCount : '99+')) : null))));
125
- }))), !this.isHidden && (h("div", { key: '3f9a4a9bd4d8969416774f4c723a2eebd7d3cd6a', class: "overlay-container" }, h("rtk-button", { key: '50f5c7faf80014ecf2f67bd36e090c7a7f7fae01', kind: "icon", variant: "ghost", size: "md", onClick: this.onRevealClicked, class: "sidebar-btn" }, h("rtk-icon", { key: '34ea5d4835d26cb97d33fdcf585ef26813c243cd', icon: this.isHidden ? this.iconPack.chevron_left : this.iconPack.dismiss }))))));
125
+ }))), !this.isHidden && (h("div", { key: '3d760da990293e4ed28a2408d9db7987012c2bd4', class: "overlay-container" }, h("rtk-button", { key: 'ae83483508d71df77f4de75a92d99b89d148eefe', kind: "icon", variant: "ghost", size: "md", onClick: this.onRevealClicked, class: "sidebar-btn" }, h("rtk-icon", { key: '482ab05f50c151ee956611db128cdd197df6ad11', icon: this.isHidden ? this.iconPack.chevron_left : this.iconPack.dismiss }))))));
126
126
  }
127
127
  static get is() { return "rtk-channel-selector-ui"; }
128
128
  static get encapsulation() { return "shadow"; }
@@ -112,11 +112,11 @@ export class RtkChannelSelectorView {
112
112
  render() {
113
113
  const filteredChannels = this.getFilteredChannels();
114
114
  const shouldShowDropdown = this.viewAs === 'list' || (this.viewAs === 'dropdown' && this.showDropdown);
115
- return (h(Host, { key: '55c0b7974fdc4d69ab8205d216aadd3be538a1f6' }, this.viewAs === 'list' && h("slot", { key: '469c1b7f79dd75fb160ec0ed28dc64e7c0818df6', name: "header" }), shouldShowDropdown && (h("div", { key: '3012a7fd9e766b6e06d2973c1944c5a7dbad6517', class: {
115
+ return (h(Host, { key: 'adc8ab4b9c8c865998588fbd9766296f18b3e48e' }, this.viewAs === 'list' && h("slot", { key: 'e5740725a4349472ca2eb1fb0816eb2311a99838', name: "header" }), shouldShowDropdown && (h("div", { key: '425adc920c28e0421e07bb0bd9f61b31c42fcda9', class: {
116
116
  dropdown: this.viewAs === 'dropdown',
117
117
  scrollbar: this.viewAs === 'dropdown',
118
118
  list: this.viewAs === 'list',
119
- } }, !this.disableSearch && (h("div", { key: 'bed4be1b983d9a03523f08a4e1a1a15b9e811ab7', class: "search-container", ref: (el) => (this.$searchEl = el) }, h("input", { key: '09eab0a72de67a3355ed691e1dfbb8f8cddcf83a', type: "text", placeholder: this.t('chat.search_conversations'), value: this.searchQuery, onInput: (e) => (this.searchQuery = e.target.value) }), h("rtk-icon", { key: '8b5d6cadef7748e9bb6110f011751d49c64373d4', icon: this.iconPack.search }))), h("div", { key: 'ad46257295bc7ca372786f3b8161734af37f745a', class: "channels-container scrollbar", ref: (el) => (this.$listEl = el) }, filteredChannels.map((channel) => {
119
+ } }, !this.disableSearch && (h("div", { key: '9fbbc48d8489f2a6490729fac1fecdef1838e84a', class: "search-container", ref: (el) => (this.$searchEl = el) }, h("input", { key: 'f7fb43662d50274f80380b735ef9f5fc0b215442', type: "text", placeholder: this.t('chat.search_conversations'), value: this.searchQuery, onInput: (e) => (this.searchQuery = e.target.value) }), h("rtk-icon", { key: 'af76e65a1397d2a6e557a28b687e26aef641c568', icon: this.iconPack.search }))), h("div", { key: '0711a9cfcc811269a5020dc41030c0daee5cc8bf', class: "channels-container scrollbar", ref: (el) => (this.$listEl = el) }, filteredChannels.map((channel) => {
120
120
  return (h("button", { class: { channel: true, active: this.selectedChannelId === channel.id }, onClick: () => this.onChannelClickHandler(channel) }, !this.hideAvatar && (h("div", null, channel.icon ? (h("rtk-icon", { class: "avatar-icon", icon: this.iconPack[channel.icon] })) : (h("rtk-avatar", { participant: {
121
121
  name: channel.name,
122
122
  picture: channel.avatarUrl,
@@ -124,8 +124,8 @@ export class RtkChannelSelectorView {
124
124
  'last-message': true,
125
125
  'no-message': !channel.latestMessage,
126
126
  } }, h("rtk-text-message-view", { isMarkdown: true, text: channel.latestMessage })))), h("div", { class: "col channel-meta" }, channel.latestMessageTime && (h("time", { class: "time" }, this.getTimeLabel(channel.latestMessageTime))), channel.unreadCount > 0 && (h("div", { class: "unread-count" }, channel.unreadCount))))));
127
- })))), this.viewAs === 'dropdown' && (h("button", { key: '21e0faa2655c3f0c8cca668abda6ef761c57d179', class: "dropdown-trigger", onClick: this.toggleDropdown }, h("span", { key: 'ac1c51cb7fd12350d643ac5bdd106350fd4a7657' }, this.selectedChannelId &&
128
- `${this.t('to')} ${this.getChannelById(this.selectedChannelId).name}`, this.getTotalUnreads() > 0 && (h("div", { key: 'ea8d9f60114649f119db36d36f95b5c2ac957cc5', class: "unread-count" }, this.getTotalUnreads()))), h("rtk-icon", { key: 'e27b18e174975a8a9a5be7dfc0d53cd9bc1efd9c', icon: this.showDropdown ? this.iconPack.chevron_up : this.iconPack.chevron_down })))));
127
+ })))), this.viewAs === 'dropdown' && (h("button", { key: '0c87f90d6d0fe22284995ab7259689f80a862829', class: "dropdown-trigger", onClick: this.toggleDropdown }, h("span", { key: 'd1a364f2c5c57d19702d0b8707ca661c1dc4c14f' }, this.selectedChannelId &&
128
+ `${this.t('to')} ${this.getChannelById(this.selectedChannelId).name}`, this.getTotalUnreads() > 0 && (h("div", { key: 'bf789f9df82851825bc6ea12a19a5f37ab74aefe', class: "unread-count" }, this.getTotalUnreads()))), h("rtk-icon", { key: 'c0d03f883f4c46b2698be0f197751fc0470717ea', icon: this.showDropdown ? this.iconPack.chevron_up : this.iconPack.chevron_down })))));
129
129
  }
130
130
  static get is() { return "rtk-channel-selector-view"; }
131
131
  static get encapsulation() { return "shadow"; }
@@ -84,11 +84,11 @@ export class RtkChatMessage {
84
84
  } })));
85
85
  }
86
86
  render() {
87
- return (h(Host, { key: '4c9459af027fc31fde3167e41f2cf75764f2ce06' }, h("div", { key: '3e07448a48f58e441905c8d2495370048d7a0512', class: {
87
+ return (h(Host, { key: '50c4021e3c717d8d2c7e035ce6541adca05ca3d2' }, h("div", { key: '1f5a0d679baea7ea72855846f57fa8419e46f019', class: {
88
88
  'message-wrapper': true,
89
89
  'align-right': this.alignRight,
90
90
  'left-align': this.leftAlign,
91
- }, "is-continued": this.isContinued }, this.renderAvatar(), h("div", { key: '9fdaefb144a61f3a6678918e6c2138b4b3b802f7', class: {
91
+ }, "is-continued": this.isContinued }, this.renderAvatar(), h("div", { key: '1f11244450725426035076a80fcc41a76ef0b7a4', class: {
92
92
  message: true,
93
93
  'show-on-hover': !this.isTouchDevice(),
94
94
  }, "is-continued": this.isContinued }, this.renderMessage(), this.renderControls()))));
@@ -153,7 +153,7 @@ export class RtkChatMessagesUi {
153
153
  var _a;
154
154
  let prevMessage = null;
155
155
  let reachedFirstUnread = false;
156
- return (h(Host, { key: '3d335fbdb909bff71aaa36f14feb1591b3d8913a' }, h("div", { key: '7548decfcd5468712f0a919ca292cbf09af18b4a', class: "chat-container scrollbar", ref: (el) => (this.$chat = el), part: "container" }, h("div", { key: '6f2f7d224dd06cbe36ab23f13a6650ef3a8838dd', class: "spacer", part: "spacer" }), h("div", { key: 'b933128c9653567254bdb5266535b18430ed3eea', class: "chat", part: "chat" }, (_a = this.messages) === null || _a === void 0 ? void 0 : _a.map((item) => {
156
+ return (h(Host, { key: '1e44ac8e6bd0eabff25aaedb905d80fb4007903d' }, h("div", { key: 'ffbb1fe97efc2408e2ee7e4bccef1cc8a3100b66', class: "chat-container scrollbar", ref: (el) => (this.$chat = el), part: "container" }, h("div", { key: '58d11c81a25a0760d3bdd9e60a8a6d0a96c022c2', class: "spacer", part: "spacer" }), h("div", { key: 'be68b5ccfd53bc7ec4c7dc23b10fe325a7c54314', class: "chat", part: "chat" }, (_a = this.messages) === null || _a === void 0 ? void 0 : _a.map((item) => {
157
157
  if (item.type === 'chat') {
158
158
  const { message } = item;
159
159
  const isSelfMessage = message.userId === this.selfUserId;
@@ -172,10 +172,10 @@ export class RtkChatMessagesUi {
172
172
  } })))), message.pinned && (h("div", { class: "pin-button", part: "pin-button" }, h("rtk-tooltip", { label: this.t('unpin') }, h("rtk-button", { kind: "icon", variant: "ghost", onClick: () => this.onMessageActionHandler('pin_message', message), disabled: !this.canPinMessages }, h("rtk-icon", { icon: this.iconPack.pin, size: "sm" }))))))));
173
173
  }
174
174
  return null;
175
- }))), h("div", { key: 'e43d63e4936b196582d19d440ff5715ae4eda00d', class: "show-new-messages-ctr" }, h("rtk-button", { key: '9b0d952784528c98956f5079f649a7a667aa34ac', class: {
175
+ }))), h("div", { key: 'ae321cae98279cb45e61968b5fab1806d8ae2f33', class: "show-new-messages-ctr" }, h("rtk-button", { key: 'e593e952615692612b2423e49975f97bb22df0fe', class: {
176
176
  'show-new-messages': true,
177
177
  active: this.showLatestMessageButton,
178
- }, kind: "icon", part: "show-new-messages", onClick: this.scrollToBottom }, h("rtk-icon", { key: 'd24bff93ea28fd29fcb71e985008e15869d5b511', icon: this.iconPack.chevron_down })))));
178
+ }, kind: "icon", part: "show-new-messages", onClick: this.scrollToBottom }, h("rtk-icon", { key: '454e7ecb90b1660b882bb6f988beb1d7d0494d5f', icon: this.iconPack.chevron_down })))));
179
179
  }
180
180
  static get is() { return "rtk-chat-messages-ui"; }
181
181
  static get encapsulation() { return "shadow"; }
@@ -171,7 +171,7 @@ export class RtkChatMessagesUiPaginated {
171
171
  this.lastReadMessageIndex = -1;
172
172
  }
173
173
  render() {
174
- return (h(Host, { key: 'a0c0aa97dbccb759d6e0c05a97f9db2f9a53d897' }, 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') }, h("slot", { key: '6e7624745fbe100fb31aa3083f20dffe2ff9f5e4' }))));
174
+ return (h(Host, { key: 'd0ae21ca32589c18ede4b1e4b4682f5b82b58320' }, 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') }, h("slot", { key: '043cfe627a1056c2267dd00705ff33e7e96f1f89' }))));
175
175
  }
176
176
  static get is() { return "rtk-chat-messages-ui-paginated"; }
177
177
  static get encapsulation() { return "shadow"; }
@@ -31,7 +31,7 @@ export class RtkChatSearchResults {
31
31
  };
32
32
  }
33
33
  render() {
34
- return (h(Host, { key: 'f9dc934ec73372295dde976d216dc1f8ffb6f11e' }, h("rtk-paginated-list", { key: '4bdb8438495075558df2ee013a58dbbd56e3f274', pageSize: this.pageSize, pagesAllowed: 3, fetchData: this.searchMessages, createNodes: this.nodeRenderer, selectedItemId: this.query })));
34
+ return (h(Host, { key: '9947c793cb766158d4ed3d81871bbdb8b60274af' }, h("rtk-paginated-list", { key: '0d91dc8818b08c7ed053728074c483f159811a41', pageSize: this.pageSize, pagesAllowed: 3, fetchData: this.searchMessages, createNodes: this.nodeRenderer, selectedItemId: this.query })));
35
35
  }
36
36
  static get is() { return "rtk-chat-search-results"; }
37
37
  static get encapsulation() { return "shadow"; }
@@ -71,9 +71,9 @@ export class RtkClock {
71
71
  }
72
72
  render() {
73
73
  const showClock = this.startedTime !== undefined;
74
- return (h(Host, { key: 'a389e7c6a9fc8183f3228564bfa61f606ceaf979', "data-hidden": !showClock, tabIndex: 0, role: "timer", "aria-live": "off" }, this.startedTime !== undefined && [
75
- h("rtk-icon", { key: '5fe283d25031c367f018d7a99ea46ed0c0d46a86', icon: this.iconPack.clock, "aria-hidden": true, tabIndex: -1, part: "icon" }),
76
- h("span", { key: 'e5e134c951f7bbb3f161ae01d88d9c83ed85c798', part: "text" }, this.getFormattedTime()),
74
+ return (h(Host, { key: '23a8a2e6c14a8c1d1dd70dce26df45f1a302f085', "data-hidden": !showClock, tabIndex: 0, role: "timer", "aria-live": "off" }, this.startedTime !== undefined && [
75
+ h("rtk-icon", { key: '914bd75f8e3a14df602bbb58b2c2d75b26f7cb27', icon: this.iconPack.clock, "aria-hidden": true, tabIndex: -1, part: "icon" }),
76
+ h("span", { key: 'abb38cd4d3dbb3a6be06d1bf98b082c42551af2c', part: "text" }, this.getFormattedTime()),
77
77
  ]));
78
78
  }
79
79
  static get is() { return "rtk-clock"; }
@@ -47,7 +47,7 @@ export class RtkConfirmationModal {
47
47
  render() {
48
48
  var _a, _b;
49
49
  const state = this.states.activeConfirmationModal;
50
- return (h(Host, { key: '22ee38d06ab212134ac17a656da1251a3dc05372' }, h("div", { key: 'ed29620d69abd3202a823de32c06d7b2fb71f828', class: "leave-modal" }, h("div", { key: '07466875c79feb312e7df26cec679e62a4fc2991', class: "header" }, h("h2", { key: '4ebc7ab0dc5c2175cb234575435a30e4d1ce7a13', class: "title" }, state.header ? this.t(state.header) : this.t('cta.confirmation'))), state.content && h("p", { key: 'a9fcfa27f006dfb6ee1be60529b2c02611edc4cd', class: "message" }, this.t(state.content)), h("div", { key: '940cb8e8344bd99ba5d5266e284cc5161e666748', class: "content" }, h("div", { key: 'b8862b1db1f77121f9c2032e1f8213eeced5217d', class: "leave-meeting" }, 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')), 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')))))));
50
+ return (h(Host, { key: 'c79124361c70a80d200f4021c7483038f330b683' }, h("div", { key: 'a1c812cc2742b0eca2525416e67579864a8c0ae7', class: "leave-modal" }, h("div", { key: '21edbc34bdd1c996707d297abf86a1c04a487396', class: "header" }, h("h2", { key: 'a7c77cf1a39bc46b787b851d51a5cd37695e44eb', class: "title" }, state.header ? this.t(state.header) : this.t('cta.confirmation'))), state.content && h("p", { key: '25ceecc3c208442821795ebf0a1a981b5130d1d9', class: "message" }, this.t(state.content)), h("div", { key: 'f081c0544fb467787cbfea432575d4a16a1c42c3', class: "content" }, h("div", { key: 'a7cf64611e6a516624310fbe0c119c279bec682d', class: "leave-meeting" }, 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')), 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')))))));
51
51
  }
52
52
  static get is() { return "rtk-confirmation-modal"; }
53
53
  static get encapsulation() { return "shadow"; }
@@ -40,7 +40,7 @@ export class RtkControlbar {
40
40
  iconPack: this.iconPack,
41
41
  size: this.size,
42
42
  };
43
- return (h(Host, { key: 'f42df94eb381604cc1e4e9716e7908cab55da6b2' }, !this.disableRender && (h(Render, { key: '2c961c3e2546e7610cd2e18ea8aeaf72dbdd1075', element: "rtk-controlbar", defaults: defaults, onlyChildren: true })), h("slot", { key: '9e2a7239b36ba2f4c40bf7c7d63441c833927a97' })));
43
+ return (h(Host, { key: '65680394a70e60ccdb25b0a872ab433610e1b8b7' }, !this.disableRender && (h(Render, { key: '244f8d28e5a18483193a8a62fabd7550c06c110d', element: "rtk-controlbar", defaults: defaults, onlyChildren: true })), h("slot", { key: 'e77d170e9292b6b1c0962c196ea9232ea4372294' })));
44
44
  }
45
45
  static get is() { return "rtk-controlbar"; }
46
46
  static get encapsulation() { return "shadow"; }
@@ -40,7 +40,7 @@ export class RtkCounter {
40
40
  this.input = Math.max(this.minValue, parseInt(this.input) - 1).toString();
41
41
  }
42
42
  render() {
43
- return (h(Host, { key: 'd30fe362d84f5e387dfe67dc761683b91785bafb' }, h("rtk-button", { key: '5c60d8e4fed3f53236b1099f8360c341df36aa32', kind: "icon", variant: "ghost", onClick: () => this.decrement() }, h("rtk-icon", { key: 'b76e7889f6d94144aa1632159c52fb9580f931f7', icon: this.iconPack.subtract })), h("input", { key: 'cfd43551b1df8dca486b1dfc4f03d427c7e32caf', type: "number", value: this.input, min: this.minValue, onInput: (e) => {
43
+ return (h(Host, { key: '151ffb29ae91788d05b46f4c795b817c20a35b90' }, h("rtk-button", { key: '9568cb52875c92f57597033cc7b396fa5c2d0371', kind: "icon", variant: "ghost", onClick: () => this.decrement() }, h("rtk-icon", { key: '8ef248b64e90f01bd1f78db5048db148d7c374c9', icon: this.iconPack.subtract })), h("input", { key: '376d604bb62a6c9013e7361da51de8f05f34c870', type: "number", value: this.input, min: this.minValue, onInput: (e) => {
44
44
  const val = parseInt(e.target.value, 10);
45
45
  if (isNaN(val) || val < this.minValue) {
46
46
  this.input = this.minValue.toString();
@@ -48,7 +48,7 @@ export class RtkCounter {
48
48
  else {
49
49
  this.input = val.toString();
50
50
  }
51
- } }), h("rtk-button", { key: '4cfe34a4483d12ddbd35b82a6f5d099424b24be3', kind: "icon", variant: "ghost", onClick: () => this.increment() }, h("rtk-icon", { key: 'a06553be5801039bfefb1a2c2542d01c7426a605', icon: this.iconPack.add }))));
51
+ } }), h("rtk-button", { key: 'cea8491840c69cf3856e97d97b5c4f34abf45e55', kind: "icon", variant: "ghost", onClick: () => this.increment() }, h("rtk-icon", { key: 'cb2146960e8c8368cce69fb8d8a696078bcea2fc', icon: this.iconPack.add }))));
52
52
  }
53
53
  static get is() { return "rtk-counter"; }
54
54
  static get encapsulation() { return "shadow"; }
@@ -29,7 +29,7 @@ export class RtkDebuggerToggle {
29
29
  });
30
30
  }
31
31
  render() {
32
- return (h(Host, { key: '38be7c2de47b57a51bb6feedc0f8ea05801eec58', title: this.t('Troubleshooting') }, h("rtk-controlbar-button", { key: '18d8b11e7a57d4930c2d300eaeb60b9a77c45c5c', size: this.size, iconPack: this.iconPack, onClick: () => this.toggleDebugger(), icon: this.iconPack.debug, label: this.t('Troubleshooting'), variant: this.variant })));
32
+ return (h(Host, { key: '5675d28a2da23df6c54e79827b0adf37ef128cd9', title: this.t('Troubleshooting') }, h("rtk-controlbar-button", { key: 'b8e16bbfb77fe9c4d50e872ed4eaecf351816a98', size: this.size, iconPack: this.iconPack, onClick: () => this.toggleDebugger(), icon: this.iconPack.debug, label: this.t('Troubleshooting'), variant: this.variant })));
33
33
  }
34
34
  static get is() { return "rtk-debugger-toggle"; }
35
35
  static get encapsulation() { return "shadow"; }
@@ -53,7 +53,7 @@ export class RtkDraftAttachmentView {
53
53
  this.onAttachmentChange();
54
54
  }
55
55
  render() {
56
- return (h(Host, { key: 'f6ede093bcdf8100807baab4de2a296fc4960a07' }, h("div", { key: 'b19bbe9b2ea58ea4adccc2028a1b24ea6bc9f0a9', class: "preview-overlay" }, h("div", { key: 'cbb2bfcb3a50e6e7fbfd4109eb340ba51d6a162d', class: "preview" }, h("rtk-tooltip", { key: '15b50c547470b0fa22014e0992a1c7e26b234573', label: this.t('chat.cancel_upload') }, h("rtk-button", { key: '940332a51747af3368ffec497d5ef76fa64ecf75', variant: "secondary", kind: "icon", onClick: this.onDeleteClickHandler }, h("rtk-icon", { key: 'cc04b0ac70753e970ff638f187ad5f702dc3656b', icon: this.iconPack.dismiss }))), this.attachment.type === 'image' ? (h("img", { class: "preview-image", src: this.filePreview })) : (h("div", { class: "preview-file" }, h("span", null, this.filePreview)))))));
56
+ return (h(Host, { key: '22c8ff3317b6247dc6a0fa2088f28dc293de9738' }, h("div", { key: '317c0e6a06849af0af42d81353dc0002b82185a5', class: "preview-overlay" }, h("div", { key: '94d0d35a3696725b59341303760212cf6e01c8a7', class: "preview" }, h("rtk-tooltip", { key: '3171acf60f22a80cbcbf9d3d6f8cf5ac61b67b67', label: this.t('chat.cancel_upload') }, h("rtk-button", { key: '37d1055de9d59318c0f7f612dee3304838142968', variant: "secondary", kind: "icon", onClick: this.onDeleteClickHandler }, h("rtk-icon", { key: '9988b389300e0c6bd404d02440d7b3d323f384dd', icon: this.iconPack.dismiss }))), this.attachment.type === 'image' ? (h("img", { class: "preview-image", src: this.filePreview })) : (h("div", { class: "preview-file" }, h("span", null, this.filePreview)))))));
57
57
  }
58
58
  static get is() { return "rtk-draft-attachment-view"; }
59
59
  static get encapsulation() { return "shadow"; }
@@ -57,7 +57,7 @@ export class RtkEmojiPicker {
57
57
  return (h("div", { id: "emoji-grid", class: "scrollbar max-w-40" }, this.filteredEmojis.map((e) => (h("rtk-button", { key: `emoji-button-${e.name}`, class: "emoji", variant: "ghost", kind: "icon", title: e.name, onClick: () => this.handleEmojiClick(e.emoji) }, e.emoji)))));
58
58
  }
59
59
  render() {
60
- return (h(Host, { key: '6581d26d75a7b869d0ba00243ec74ee06b927e7d' }, h("div", { key: '3705d8c557ac3e05769171998e9176e7e40a232c', class: 'close-parent' }, 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') }, h("rtk-icon", { key: '7fac79a21c6be57156d17ceeff9ceb2834bbf709', icon: this.iconPack.dismiss }))), h("div", { key: '46cb2af6654ef36b7258baf47e3cd9e5bd60bf89', class: 'emoji-parent' }, h("input", { key: 'cfde33638d531f9bac1b1bf25d966a369f4dfb38', value: this.filterVal, onInput: (event) => this.handleInputChange(event.target), placeholder: this.t('search'), ref: (el) => (this.inputElement = el) }), this.mapEmojiList())));
60
+ return (h(Host, { key: '48f4159ff5232b9d03fdcabf2d39e4375ca4fa14' }, h("div", { key: '20f86592a9dc47231c0c6cf33484af981533e21d', class: 'close-parent' }, 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') }, h("rtk-icon", { key: '56a12d4cc55b80ea026c92906466ebb10bf6cd6e', icon: this.iconPack.dismiss }))), h("div", { key: 'b48a1933b33f9886f39955ecbd046ffff370719b', class: 'emoji-parent' }, h("input", { key: '40d0f74a160358c3214b810de0f2ee6f286f1af7', value: this.filterVal, onInput: (event) => this.handleInputChange(event.target), placeholder: this.t('search'), ref: (el) => (this.inputElement = el) }), this.mapEmojiList())));
61
61
  }
62
62
  static get is() { return "rtk-emoji-picker"; }
63
63
  static get encapsulation() { return "shadow"; }
@@ -19,7 +19,7 @@ export class RtkEmojiPickerButton {
19
19
  this.t = useLanguage();
20
20
  }
21
21
  render() {
22
- return (h("rtk-tooltip", { key: '45ef1f18da6d1ecc3c02882590cd22e930461562', label: this.t('chat.send_emoji') }, h("rtk-button", { key: '6504abab2f1c6537443699c53a8cbdcf13530cba', variant: "ghost", kind: "icon", class: { active: this.isActive }, title: this.t('chat.send_emoji') }, h("rtk-icon", { key: 'd730c81abce72d9c3226f1f666941e1136bee77f', icon: this.iconPack.emoji_multiple }))));
22
+ return (h("rtk-tooltip", { key: '9826128cb78d2cb79a21b4dcb877ecc1ab020090', label: this.t('chat.send_emoji') }, h("rtk-button", { key: '07fd6bcc6ffdb58278c843748f771a2597f8edcd', variant: "ghost", kind: "icon", class: { active: this.isActive }, title: this.t('chat.send_emoji') }, h("rtk-icon", { key: '30f352d18771bd542d9ca4ff1a4615ef5958ec7d', icon: this.iconPack.emoji_multiple }))));
23
23
  }
24
24
  static get is() { return "rtk-emoji-picker-button"; }
25
25
  static get encapsulation() { return "shadow"; }
@@ -37,7 +37,7 @@ export class RtkFileDropzone {
37
37
  });
38
38
  }
39
39
  render() {
40
- return (h(Host, { key: '6a205001d1e1e1f7c54855005cab34b81e95c9b9' }, h("div", { key: 'b87bcc6c90819127b2783665e541b69ce49f1032', id: "dropzone", class: { active: this.dropzoneActivated }, part: "dropzone" }, h("rtk-icon", { key: '1f603086a79a170a4fc3f3df53df9cfdfbae73fe', icon: this.iconPack.attach }), h("p", { key: '0b4914a3fb881006b1af20533750e6b273a82a48' }, this.t('chat.send_attachment')))));
40
+ return (h(Host, { key: 'b48025cbb3461f9eb95eb3731d3cf0e0b7c370c7' }, h("div", { key: '00112e25f54a6b0a1c66530abcf232bf553d02d2', id: "dropzone", class: { active: this.dropzoneActivated }, part: "dropzone" }, h("rtk-icon", { key: '57b13d941c10854e3144d6107135e610734ed9f1', icon: this.iconPack.attach }), h("p", { key: '5f803ce1f2938255b865a6b905658463f6870060' }, this.t('chat.send_attachment')))));
41
41
  }
42
42
  static get is() { return "rtk-file-dropzone"; }
43
43
  static get encapsulation() { return "shadow"; }
@@ -33,10 +33,10 @@ export class RtkFileMessage {
33
33
  }
34
34
  render() {
35
35
  const link = sanitizeLink(this.message.link);
36
- return (h(Host, { key: '7c75a7c9e627cddd7beeeadf11473894371395d8' }, !this.isContinued && (h(ChatHead, { key: 'c05c95453e3f878767770c6a261ebb90e2a06e7d', name: this.message.displayName, time: this.message.time, now: this.now })), h("div", { key: '69b824cc5d3d328a3b08cc4def693d86bd96a39b', class: {
36
+ return (h(Host, { key: '771fc8ccb2700a3fba83f04676a0c4396c1a8a41' }, !this.isContinued && (h(ChatHead, { key: 'ef2d83897dcae870bb7a2b0eeef397585b873b77', name: this.message.displayName, time: this.message.time, now: this.now })), h("div", { key: '841039fcad32f254653bd490a98f268479345b44', class: {
37
37
  body: true,
38
38
  bubble: this.showBubble,
39
- }, part: "body" }, h("div", { key: '86315ca5ed3c9b9f48d84ffef9f52ebbd1d3515e', class: "file" }, h("div", { key: '3475ccfa9c266adb6fefefa1eadcc3d8b1fe37f1', class: "file-data" }, h("div", { key: 'e99e1b1c6acd5b7892d9916680cde1d937dfcb82', class: "name" }, this.message.name), h("div", { key: '4f213fd3a36d457da93e75b7b51573120978893c', class: "file-data-split" }, h("div", { key: '3484e59af9f316eabfcf9bc35f015a0d3b7d286d', class: "ext" }, getExtension(this.message.name)), h("span", { key: 'b223670e2ed2bbc84b1145123fe14ca52f5f0a88', class: "divider" }), h("div", { key: 'ebe6b5e3f8e6da099438a7015a3c2d10770808b6', class: "size" }, getFileSize(this.message.size)))), h("rtk-button", { key: '5a109a7b43db38b10e9d084f9fb141e5a0535d9b', variant: "secondary", kind: "icon", onClick: () => downloadFile(link, { name: this.message.name, fallbackName: 'file' }), part: "button" }, h("rtk-icon", { key: '57aaf2b09f11a066c298d675a06ec10202e18fc8', icon: this.iconPack.download }))))));
39
+ }, part: "body" }, h("div", { key: '65e3c8aafa4e9fa55a24264685bb0cf20841048a', class: "file" }, h("div", { key: '1b1e97b1518c5471964ea91889f4500fc0e01e03', class: "file-data" }, h("div", { key: 'ff9d3071b528162f6e796ccb49e2472df2e8d364', class: "name" }, this.message.name), h("div", { key: '1d3ccb1f5bc2a94983de216e77a8ebc0ae07d669', class: "file-data-split" }, h("div", { key: 'ebab32b642e097b3c1c1903269a8d76fbd586f5c', class: "ext" }, getExtension(this.message.name)), h("span", { key: '81ee3600ba18a7689706504befebcf02697a56e7', class: "divider" }), h("div", { key: 'e969a8d6221d8af560a26510c38a92406a18ef2a', class: "size" }, getFileSize(this.message.size)))), h("rtk-button", { key: '482c27659f71cfebf9f88fdf538e32baa6b87073', variant: "secondary", kind: "icon", onClick: () => downloadFile(link, { name: this.message.name, fallbackName: 'file' }), part: "button" }, h("rtk-icon", { key: '4efaeb927b4ea2010eed09227eb7f511b9253017', icon: this.iconPack.download }))))));
40
40
  }
41
41
  static get is() { return "rtk-file-message"; }
42
42
  static get properties() {
@@ -22,7 +22,7 @@ export class RtkFileMessageView {
22
22
  this.iconPack = defaultIconPack;
23
23
  }
24
24
  render() {
25
- return (h("div", { key: '5cc29b4780f581a2f8b045e5051bcc66f3fdaf55', class: "file" }, h("rtk-button", { key: '4100b47bc1d72f08ec5fe645291bfbb58e3a6486', variant: "secondary", kind: "icon", onClick: () => downloadFile(sanitizeLink(this.url), { name: this.name, fallbackName: 'file' }), part: "button" }, h("rtk-icon", { key: '52ae14abb7c27b89861d5ba4c907d606257628c9', icon: this.iconPack.download })), h("div", { key: '02c9ad8d173172a85cc474273a966607d456360e', class: "file-data" }, h("div", { key: '6ceca21685d04f175006ba35a6de194cc98879ad', class: "name" }, this.name), h("div", { key: 'b07d07bcaedee3fd6fbcfe81ce2f6bf757655b5f', class: "file-data-split" }, h("div", { key: '280635ef486de02bc68ca3e774be14fa5a461d1c', class: "ext" }, getExtension(this.name)), h("span", { key: '84f72d8b37b7d15c257faed036b76c737eec780b', class: "divider" }), h("div", { key: '1b88f48f51afe3fceb57920c3d17f586e848a25f', class: "size" }, getFileSize(this.size))))));
25
+ return (h("div", { key: 'd2cbeddc138f81c05da1656ee7f59c170e83bd1e', class: "file" }, h("rtk-button", { key: 'b0ee90c3493c24e938b6ea88a317c642e4afc003', variant: "secondary", kind: "icon", onClick: () => downloadFile(sanitizeLink(this.url), { name: this.name, fallbackName: 'file' }), part: "button" }, h("rtk-icon", { key: 'c1b25c655b5c87bf95948abfa461f8b58ff79195', icon: this.iconPack.download })), h("div", { key: 'c961a8ce93d4ff4405590787a88b5a9bbdbf56ab', class: "file-data" }, h("div", { key: 'bd178354d166c7816d6fabb72f7bba70fd711415', class: "name" }, this.name), h("div", { key: '59a791ae9f94a13b4005a0d8f79d09687fe3fc4c', class: "file-data-split" }, h("div", { key: 'b31421fdf786d92eed0decec9d3b247530413aa9', class: "ext" }, getExtension(this.name)), h("span", { key: '7a0a2a188b3e0b6bee0cf54d3afe29c2454788bb', class: "divider" }), h("div", { key: 'b217b87fa0737732aae10662b82d337d7258e6d7', class: "size" }, getFileSize(this.size))))));
26
26
  }
27
27
  static get is() { return "rtk-file-message-view"; }
28
28
  static get encapsulation() { return "shadow"; }
@@ -44,7 +44,7 @@ export class RtkFilePickerButton {
44
44
  render() {
45
45
  const label = this.label || this.t('chat.send_file');
46
46
  const icon = this.iconPack[this.icon];
47
- return (h("rtk-tooltip", { key: '057a0a5a714dbbde228e3481e53adea4f88fb3ad', label: label }, h("rtk-button", { key: '04193df1053b14687fb9464a122b9158707bdda1', variant: "ghost", kind: "icon", onClick: () => this.uploadFile(), title: label }, h("rtk-icon", { key: 'ed2fce30b93dfce9dd6b967d5993c93496cf3388', icon: icon }))));
47
+ return (h("rtk-tooltip", { key: '90e405f39792f7ea0430c55e9b5ba0da72ce2a4a', label: label }, h("rtk-button", { key: 'f0957e7a9668afd9e25e866ea2acbb6891123bbe', variant: "ghost", kind: "icon", onClick: () => this.uploadFile(), title: label }, h("rtk-icon", { key: '1955f524343683974831b28629291428637aa8fc', icon: icon }))));
48
48
  }
49
49
  static get is() { return "rtk-file-picker-button"; }
50
50
  static get encapsulation() { return "shadow"; }
@@ -40,7 +40,7 @@ export class RtkHeader {
40
40
  iconPack: this.iconPack,
41
41
  size: this.size,
42
42
  };
43
- return (h(Host, { key: 'cc998eacd57a6ab5492229b6eb900caf9aa6cfaa' }, !this.disableRender && h(Render, { key: 'c8bfb68227fcea6955c7e4d07cfe3d1eb9d7906d', element: "rtk-header", defaults: defaults, onlyChildren: true }), h("slot", { key: '50848506efeeccf7a6bd4539d65374eb64279d17' })));
43
+ return (h(Host, { key: '1f3b7e1a0a0895e6429c12ddb44470ef35a30d23' }, !this.disableRender && h(Render, { key: '3b1525e4f4aaac177b466e4c72be4b7492bd404f', element: "rtk-header", defaults: defaults, onlyChildren: true }), h("slot", { key: '6f770052362e6daa803638e0857de41c2c894ed3' })));
44
44
  }
45
45
  static get is() { return "rtk-header"; }
46
46
  static get encapsulation() { return "shadow"; }
@@ -27,7 +27,7 @@ export class RtkIdleScreen {
27
27
  this.t = useLanguage();
28
28
  }
29
29
  render() {
30
- return (h(Host, { key: '9542c3ce51e79f077f59e3c260884b117ee8d327' }, h("slot", { key: 'b0d7e6f916ef6bc00eb77c89a6ee6c4f55fe81c5' }, h("div", { key: '028702fec102195179abb5ad93803478cda2cd4d', class: "ctr", part: "container" }, h("rtk-logo", { key: '5fa9163f969de1ee7f9f02b585138e16d583bf2b', meeting: this.meeting, config: this.config, t: this.t, part: "logo" }), h("rtk-spinner", { key: 'cbf0b91e0455cb2be65059766d6eb713674f2dcb', "aria-label": "Idle, waiting for meeting data", part: "spinner", iconPack: this.iconPack })))));
30
+ return (h(Host, { key: 'c5eff1252dc42e20190130962994d713b95b922b' }, h("slot", { key: '99a385d737fba394bcce3340d7ceaa49fe290580' }, h("div", { key: '484cfb782b699eea5be2eac7c003dcaea922177a', class: "ctr", part: "container" }, h("rtk-logo", { key: '0e190078187680faec1df09a7a50bc80d405a978', meeting: this.meeting, config: this.config, t: this.t, part: "logo" }), h("rtk-spinner", { key: 'f00bae50ccb13120714d2d94c9629747824b5eaa', "aria-label": "Idle, waiting for meeting data", part: "spinner", iconPack: this.iconPack })))));
31
31
  }
32
32
  static get is() { return "rtk-idle-screen"; }
33
33
  static get encapsulation() { return "shadow"; }
@@ -33,10 +33,10 @@ export class RtkImageMessage {
33
33
  this.status = 'loading';
34
34
  }
35
35
  render() {
36
- return (h(Host, { key: 'd041223e2bcae326044ca2151b44d715b2490fa6' }, !this.isContinued && (h(ChatHead, { key: '35bdbb35d3bdb4c595f8185cd81327c86cd0524a', name: this.message.displayName, time: this.message.time, now: this.now })), h("div", { key: '44084f1be980d115f66caa8e82e97fcfb50e9827', class: {
36
+ return (h(Host, { key: '7e0fc95aff5f4db94f4ec0ba3c4dcd4d2ee9ffa6' }, !this.isContinued && (h(ChatHead, { key: 'cc7f214502f49fe2869f3e9bdfd797926987ef74', name: this.message.displayName, time: this.message.time, now: this.now })), h("div", { key: '2e61a7320c1941df7c0d13082a9257e47ec5df58', class: {
37
37
  body: true,
38
38
  bubble: this.showBubble,
39
- }, part: "body" }, h("div", { key: 'ae0e85f9d657025e71a2ecfe27b828717d52c7f1', class: { image: true, loaded: this.status === 'loaded' } }, h("img", { key: 'b28173a53512ec4ba0bb239441453f5d081eb504', src: sanitizeLink(this.message.link), onLoad: () => {
39
+ }, part: "body" }, h("div", { key: 'bf2eec18c82aae79f31c40d44711ec7db2ab5bf1', class: { image: true, loaded: this.status === 'loaded' } }, h("img", { key: 'acb8f5ef169bd0c663dbc74c1d43b4186f81004a', src: sanitizeLink(this.message.link), onLoad: () => {
40
40
  this.status = 'loaded';
41
41
  }, onError: () => {
42
42
  this.status = 'errored';
@@ -44,9 +44,9 @@ export class RtkImageMessage {
44
44
  if (this.status === 'loaded') {
45
45
  this.stateUpdate.emit({ image: this.message });
46
46
  }
47
- } }), this.status === 'loading' && (h("div", { key: '408010e071e11a36613713759c4cfa6479f384b7', class: "image-spinner", title: this.t('chat.img.loading'), "aria-label": this.t('chat.img.loading') }, h("rtk-spinner", { key: '8b30e18bec4dfbbcd088d6e3c1e2f62b69d02123', iconPack: this.iconPack }))), this.status === 'errored' && (h("div", { key: '19db09c9ad48452d2b13f186bba8d637ef6bde3c', class: "image-errored", title: this.t('chat.error.img_not_found'), "aria-label": this.t('chat.error.img_not_found') }, h("rtk-icon", { key: '6affdcac8b7f639a44012f003d27b5095b0d923c', icon: this.iconPack.image_off }))), this.status === 'loaded' && (h("div", { key: 'c81093571c1d33bc3f1a9755c5e4150108571506', class: "actions" }, h("rtk-button", { key: '075a5832d89c4ae5c89b994e1b35649984174c32', class: "action", variant: "secondary", kind: "icon", onClick: () => {
47
+ } }), this.status === 'loading' && (h("div", { key: '92a6610a937088e03200f9048146da0e4f749054', class: "image-spinner", title: this.t('chat.img.loading'), "aria-label": this.t('chat.img.loading') }, h("rtk-spinner", { key: 'b85fa3e9dd0580f1d7e18360e74670a933e74367', iconPack: this.iconPack }))), this.status === 'errored' && (h("div", { key: 'b1046aff30dfe244498c957799f33c3a7c26ecb8', class: "image-errored", title: this.t('chat.error.img_not_found'), "aria-label": this.t('chat.error.img_not_found') }, h("rtk-icon", { key: '833e3ea7f7734a17450c98077e52b9db4fb5404a', icon: this.iconPack.image_off }))), this.status === 'loaded' && (h("div", { key: '2545e3685f6e586b4fdc1304da08bbece5ec2cda', class: "actions" }, h("rtk-button", { key: 'bb5e37862d82702f6350f48c275100825dd494fa', class: "action", variant: "secondary", kind: "icon", onClick: () => {
48
48
  this.stateUpdate.emit({ image: this.message });
49
- } }, h("rtk-icon", { key: 'b00d1497ae3db0adc34add3e6cfc8537be04a581', icon: this.iconPack.full_screen_maximize })), h("rtk-button", { key: '9421be2f6b98623a3aebe4c3809a939f44660105', class: "action", variant: "secondary", kind: "icon", onClick: () => downloadFile(this.message.link, { fallbackName: 'image' }) }, h("rtk-icon", { key: '1623fc6cf182cb5df03ab7bb4cd858941a7f216e', icon: this.iconPack.download }))))))));
49
+ } }, h("rtk-icon", { key: '247f754dfe4c9b63634906105a71bb2146154eaa', icon: this.iconPack.full_screen_maximize })), h("rtk-button", { key: 'ab2712266ddce6f79abf1fca68379abcb4a3c9a1', class: "action", variant: "secondary", kind: "icon", onClick: () => downloadFile(this.message.link, { fallbackName: 'image' }) }, h("rtk-icon", { key: 'ffafa0e22d7752b125d0e1e50cfc03d858d29365', icon: this.iconPack.download }))))))));
50
50
  }
51
51
  static get is() { return "rtk-image-message"; }
52
52
  static get originalStyleUrls() {
@@ -25,7 +25,7 @@ export class RtkImageMessageView {
25
25
  this.status = 'loading';
26
26
  }
27
27
  render() {
28
- return (h("div", { key: '066606e6ae62634b2466bb46b453e0c2d91b17ea', class: { image: true, loaded: this.status === 'loaded' } }, h("img", { key: 'f042e5d3c1a6341e9fc0845e6643016f1be5b5f7', src: sanitizeLink(this.url), onLoad: () => {
28
+ return (h("div", { key: '259bdc1102c6026dd10388ae759f67608c777b5f', class: { image: true, loaded: this.status === 'loaded' } }, h("img", { key: 'dbcb8d497fee3710f4474ec3ac0ce9a9b4f1bb49', src: sanitizeLink(this.url), onLoad: () => {
29
29
  this.status = 'loaded';
30
30
  }, onError: () => {
31
31
  this.status = 'errored';
@@ -33,9 +33,9 @@ export class RtkImageMessageView {
33
33
  if (this.status === 'loaded') {
34
34
  this.onPreview.emit(this.url);
35
35
  }
36
- } }), this.status === 'loading' && (h("div", { key: 'd4a5030468fbf70afae62bd55ae4d0fa989e15c2', class: "image-spinner", title: this.t('chat.img.loading'), "aria-label": this.t('chat.img.loading') }, h("rtk-spinner", { key: '216aba361a46cc100e7d26cc2daf1ffb0948d695', iconPack: this.iconPack }))), this.status === 'errored' && (h("div", { key: '01f5da8f70872c9fa22dc9a9b70b046b0001d05b', class: "image-errored", title: this.t('chat.error.img_not_found'), "aria-label": this.t('chat.error.img_not_found') }, h("rtk-icon", { key: '0f7e6fed2730f6366d07fc6afddb2b247e9b7d3a', icon: this.iconPack.image_off }))), this.status === 'loaded' && (h("div", { key: '5ac0e61c65a88a8d6b9ee54c900b856854d1b84b', class: "actions" }, h("rtk-button", { key: 'fd83dfecd7b5d9c3976374c3c55731b1f026fc0a', class: "action", variant: "secondary", kind: "icon", onClick: () => {
36
+ } }), this.status === 'loading' && (h("div", { key: 'b0ecfada4428e1cb8c3625cc4ce3d2a5bae058ab', class: "image-spinner", title: this.t('chat.img.loading'), "aria-label": this.t('chat.img.loading') }, h("rtk-spinner", { key: 'fff61c6522d8bcb7de1345bb6505721ee6c6325e', iconPack: this.iconPack }))), this.status === 'errored' && (h("div", { key: 'c07e2cf6e9a94d375802c974e519d859ab48aa9b', class: "image-errored", title: this.t('chat.error.img_not_found'), "aria-label": this.t('chat.error.img_not_found') }, h("rtk-icon", { key: '83108f4f0396d77778463601a4f18d8593b0ffe7', icon: this.iconPack.image_off }))), this.status === 'loaded' && (h("div", { key: '96b5aafbd94eec920ae1cad14f09ab4a44571bd7', class: "actions" }, h("rtk-button", { key: 'a87ec11cc8de472aeb356689b49b6b366bd67f28', class: "action", variant: "secondary", kind: "icon", onClick: () => {
37
37
  this.onPreview.emit(this.url);
38
- } }, h("rtk-icon", { key: '3ca7384fa28e6716345acacf9225ae9471ff8d63', icon: this.iconPack.full_screen_maximize })), h("rtk-button", { key: '198787808c389e4df48d3609a53c2d27cf2e7fb3', class: "action", variant: "secondary", kind: "icon", onClick: () => downloadFile(this.url, { fallbackName: 'image' }) }, h("rtk-icon", { key: 'f38fe3da48d1fc854001c719164c95f0673808c5', icon: this.iconPack.download }))))));
38
+ } }, h("rtk-icon", { key: '543478c786b709ac477d4482874608c0b394b27c', icon: this.iconPack.full_screen_maximize })), h("rtk-button", { key: '6ce6d94a965688c7ec6ee64f79a4d13dda9651e3', class: "action", variant: "secondary", kind: "icon", onClick: () => downloadFile(this.url, { fallbackName: 'image' }) }, h("rtk-icon", { key: '3b1d67fbdd667e0d006e342c37f6e78c90fd2e34', icon: this.iconPack.download }))))));
39
39
  }
40
40
  static get is() { return "rtk-image-message-view"; }
41
41
  static get encapsulation() { return "shadow"; }
@@ -39,7 +39,7 @@ export class RtkImageViewer {
39
39
  document.removeEventListener('click', this.handleOutsideClick);
40
40
  }
41
41
  render() {
42
- return (h(Host, { key: 'd3d145c8bd304fbe0e9420e7746ea15872772f3b', class: "scrollbar", onClick: (e) => e.stopPropagation() }, h("div", { key: '3f9ceed6d177439c39438dbb6ac60d08d630bf0e', class: "header" }, h("div", { key: '3944264dcf9903e55b544bda02dfa8d6643ba3ff', class: "shared-by-user" }, this.t('chat.img.shared_by'), ' ', h("span", { key: '540b69c4f1abdd437a003fa4ba9c9ddf8aa71dd8', class: "displayName" }, formatName(shorten(this.image.displayName)))), h("div", { key: 'ed632e11bcdf8fa46a2c1bd0f6b02884ee635b5a', class: "actions" }, h("rtk-button", { key: '677ef4df0f7235a27c925b1e742a61222c90049f', onClick: () => downloadFile(this.image.link, { fallbackName: 'image' }) }, h("rtk-icon", { key: '2479f3a5e2f9eff5359d377625d06337b2023e8c', icon: this.iconPack.download, slot: "start" }), "Download"), h("rtk-button", { key: '6ff009deb6e385481254e9fa6a7ae30f1676cff0', kind: "icon", variant: "secondary", onClick: () => this.close.emit() }, h("rtk-icon", { key: '6ad51918f8e76980f61c02c10b9a2cccfe5a2a7f', icon: this.iconPack.dismiss })))), h("div", { key: '5fd522972d26d9b4815ffe37d2d418b784e751ae', class: "image-ctr" }, h("img", { key: 'a45df563ecdf79e020e3269f6fd055aee27cfab0', src: this.image.link }))));
42
+ return (h(Host, { key: 'f7d65ee86716b9bea4ff1839df12647fa03bc053', class: "scrollbar", onClick: (e) => e.stopPropagation() }, h("div", { key: '30715a0e1d52250815411be7a4339c47a9c050ff', class: "header" }, h("div", { key: '69bcd74cea972c9663f46549b1c62b08afd94558', class: "shared-by-user" }, this.t('chat.img.shared_by'), ' ', h("span", { key: '86b7f0095054d490e0a534d2c5df3733503dde72', class: "displayName" }, formatName(shorten(this.image.displayName)))), h("div", { key: '84b428b667da741f420753a0c58ef6a04169f765', class: "actions" }, h("rtk-button", { key: 'dce9d2b6c6e4b7dcfb429839762a0f350dc474df', onClick: () => downloadFile(this.image.link, { fallbackName: 'image' }) }, h("rtk-icon", { key: 'f9a6b1fbd5f770555ba4bc7267fff7ca6102f097', icon: this.iconPack.download, slot: "start" }), "Download"), h("rtk-button", { key: '4051efa57da483dc628769fdd1e754a49fd389b7', kind: "icon", variant: "secondary", onClick: () => this.close.emit() }, h("rtk-icon", { key: 'ee1e43b0f89ad76c5cad6db21d6f8759c5d87a89', icon: this.iconPack.dismiss })))), h("div", { key: '752ab0206aa1b1e9447f9814210bcaa346dfab5d', class: "image-ctr" }, h("img", { key: '7de531b58aa5aad94ab03d500d34d13c37b43ba1', src: this.image.link }))));
43
43
  }
44
44
  static get is() { return "rtk-image-viewer"; }
45
45
  static get encapsulation() { return "shadow"; }
@@ -17,7 +17,7 @@ export class RtkInformationTooltip {
17
17
  this.iconPack = defaultIconPack;
18
18
  }
19
19
  render() {
20
- return (h(Host, { key: 'e6592aeb2d479a084f6100d1a32f6df61c2e979c' }, h("div", { key: '9406039d36b98781c2eb8dbbe37fab9a3390c90b', class: "tooltip-container" }, h("rtk-icon", { key: '97fd3324d790e8dc81d81bb272cacd95a2a95997', icon: this.iconPack.info, size: "sm" }), h("div", { key: 'e3b5b3a8e69cea34a1aa86b1a6eff2008028b673', class: "tooltip" }, h("slot", { key: '88608c68efc3287baf74d717a5e3ca418ef0dc9b', name: "tootlip-text" })))));
20
+ return (h(Host, { key: '71ecafbad168eb980530eb5e524f9b243ac49fc7' }, h("div", { key: 'beb675be20de89080d7fdeefb47367c5ab201a73', class: "tooltip-container" }, h("rtk-icon", { key: '8e135030eb60115c1f2a49ad71caedbd9e1b50e8', icon: this.iconPack.info, size: "sm" }), h("div", { key: '9b4c277f0d2c9311258c24f1001bf763936adde3', class: "tooltip" }, h("slot", { key: '66c6b7895cd23271cca393cc12dc075c1bf14923', name: "tootlip-text" })))));
21
21
  }
22
22
  static get is() { return "rtk-information-tooltip"; }
23
23
  static get encapsulation() { return "shadow"; }
@@ -43,7 +43,7 @@ export class RtkJoinStage {
43
43
  iconPack: this.iconPack,
44
44
  t: this.t,
45
45
  };
46
- return (h(Host, { key: '046bd8a55e479c5954fa3af3c93c6466afaf0e90', class: { stage: true } }, h("header", { key: 'efba30c548eacb6374f647b94de875b2271666a8' }, h("h2", { key: 'fa3152402eef54447a0d35f1a9421a4a43b07dd8' }, this.dataConfig.title)), h(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 }), h("div", { key: '3fc7a44241eada54e5ccd2dd9f344174f4269750', class: "summary" }, this.dataConfig.description), h("div", { key: '70368666f17e1f8db400425ff19ae27e0bc34f9a', class: "container" }, h("rtk-button", { key: '95997e431bc4f1b1900a4dad14c331e1960f53b1', variant: "secondary", onClick: () => this.leaveStage.emit(), title: this.dataConfig.label.reject }, this.dataConfig.label.reject), h("rtk-button", { key: '608b31dbfeebf241a5b613193ff97d05d7a0e9c8', onClick: () => {
46
+ return (h(Host, { key: 'b69a0a77d20a65a3112a393f33e4bc71564b16e1', class: { stage: true } }, h("header", { key: 'c9860a7bd9139b4ddb188f03f4efadcecf2d4259' }, h("h2", { key: '3222f6b149c9584205f355daecb4ebc7a2c329e3' }, this.dataConfig.title)), h(Render, { key: 'ae93b03e1ffeef036560de82bd1cfd678be9895a', element: "rtk-participant-setup", defaults: defaults, props: { participant: (_a = this.meeting) === null || _a === void 0 ? void 0 : _a.self, size: 'md' }, childProps: { participant: (_b = this.meeting) === null || _b === void 0 ? void 0 : _b.self, size: 'md' }, deepProps: true }), h("div", { key: 'b579bcd55ac13475d46a9b363e50a293b3f8ab87', class: "summary" }, this.dataConfig.description), h("div", { key: 'b7002bbcf12848243621dbd4e0e62d73ed5c7043', class: "container" }, h("rtk-button", { key: '240d7e4f50f89e6859be85917a325075d5d98628', variant: "secondary", onClick: () => this.leaveStage.emit(), title: this.dataConfig.label.reject }, this.dataConfig.label.reject), h("rtk-button", { key: 'c510ea579e35bf1302b6364065a2bb4eac43bec0', onClick: () => {
47
47
  if (this.isLoading)
48
48
  return;
49
49
  this.isLoading = true;
@@ -29,7 +29,7 @@ export class RtkLeaveButton {
29
29
  }
30
30
  render() {
31
31
  const text = this.t('leave');
32
- return (h(Host, { key: 'fc176585ba4617c2b64d05d9b2e1ee66084666aa', label: text }, h("rtk-controlbar-button", { key: 'feb4ee03ff7d16bf6ab858a3207a628121fd477b', size: this.size, iconPack: this.iconPack, class: "leave red-icon", onClick: this.leave, icon: this.iconPack.call_end, label: text, variant: this.variant, part: "controlbar-button" })));
32
+ return (h(Host, { key: '9a760243cdb8a409f96b2e44b07e84495ecf8ba6', label: text }, h("rtk-controlbar-button", { key: '5a45791756d7e448493b4968876820230d7ce81f', size: this.size, iconPack: this.iconPack, class: "leave red-icon", onClick: this.leave, icon: this.iconPack.call_end, label: text, variant: this.variant, part: "controlbar-button" })));
33
33
  }
34
34
  static get is() { return "rtk-leave-button"; }
35
35
  static get encapsulation() { return "shadow"; }
@@ -75,9 +75,9 @@ export class RtkLeaveMeeting {
75
75
  }
76
76
  }
77
77
  render() {
78
- return (h(Host, { key: '55991a2b1b60bb963ee7dfb10fbea5d5bc63c186' }, h("div", { key: 'bc50b5a89ff7ee5348aadbba4fe8f709fa35bee9', class: "leave-modal" }, h("div", { key: '7a19d21b272222e7cf83bbb6dbd8bb4284ea9d29', class: "header" }, h("h2", { key: '935e06a35f3669457c63761697a9152972d69c54', class: "title" }, this.t('leave'))), h("p", { key: 'cd1ba755b4f73c0d3fb4c9078ee11afc31cee726', class: "message" }, this.isBreakoutRoomsActive && this.isChildMeeting
78
+ return (h(Host, { key: '3a498cd6ba7efe8697a29b25cb91bba8bf4f8385' }, h("div", { key: '8094c0d9b4ade3f1a511796556b9bea6163f4081', class: "leave-modal" }, h("div", { key: '2ccb549f2ce35c8f54d806f7d6aa8e74bbc7bab2', class: "header" }, h("h2", { key: 'cf9281517dfad495e37f86b51a5cef6e471a1e62', class: "title" }, this.t('leave'))), h("p", { key: 'c2c0f7a042c377ce26e1045c6462c0a526d00041', class: "message" }, this.isBreakoutRoomsActive && this.isChildMeeting
79
79
  ? this.t('breakout_rooms.leave_confirmation')
80
- : this.t('leave_confirmation')), h("div", { key: 'd4031f068f492f76d5feb9dd39587263e9b545f0', class: "content" }, h("rtk-button", { key: 'a014dc329e5f861de85468e04715d8aeb87f4e8c', variant: "secondary", onClick: this.close, class: "secondary-btn" }, this.t('cancel')), this.isBreakoutRoomsActive && this.isChildMeeting && this.canJoinMainRoom && (h("rtk-button", { key: '501a689793bb5e1ff2a8d03f5b9d0ab3d6baafbf', variant: "secondary", onClick: this.handleJoinMainRoom, class: "secondary-btn" }, this.t('breakout_rooms.leave_confirmation.main_room_btn'))), h("rtk-button", { key: '35a6941049928fa81f1e0a73b64f4ce937c86451', variant: "danger", title: this.t('leave'), onClick: this.handleLeave }, this.t('leave')), this.canEndMeeting && (h("rtk-button", { key: '7c6367e3f9322235e126c01cc16014f5b2c81ecc', variant: "danger", class: "secondary-btn secondary-danger-btn", onClick: this.handleEndMeeting }, this.t('end.all')))))));
80
+ : this.t('leave_confirmation')), h("div", { key: 'd2e9264448b26532318022ec7991fc77a17f15e1', class: "content" }, h("rtk-button", { key: '7792537400624c5f8028f5a6e167af8cc6c19317', variant: "secondary", onClick: this.close, class: "secondary-btn" }, this.t('cancel')), this.isBreakoutRoomsActive && this.isChildMeeting && this.canJoinMainRoom && (h("rtk-button", { key: 'e37a7a97fa85d120385f64831efebc02c9b4b036', variant: "secondary", onClick: this.handleJoinMainRoom, class: "secondary-btn" }, this.t('breakout_rooms.leave_confirmation.main_room_btn'))), h("rtk-button", { key: 'b6ae60a2e64af83b118c077c4eac6c5d7ee6f6f8', variant: "danger", title: this.t('leave'), onClick: this.handleLeave }, this.t('leave')), this.canEndMeeting && (h("rtk-button", { key: '05f27640ced0043aeb733df84f51a6ee637d3396', variant: "danger", class: "secondary-btn secondary-danger-btn", onClick: this.handleEndMeeting }, this.t('end.all')))))));
81
81
  }
82
82
  static get is() { return "rtk-leave-meeting"; }
83
83
  static get encapsulation() { return "shadow"; }
@@ -76,7 +76,7 @@ export class RtkMarkdownView {
76
76
  const slicedMessage = this.text.slice(0, this.maxLength);
77
77
  const withReply = extractReplyBlock(slicedMessage, true);
78
78
  const withoutReply = stripOutReplyBlock(slicedMessage);
79
- return (h("p", { key: '787e6d3177f4faf1c8dcd7c73d83a6de9c57b42b' }, withReply.length !== 0 && h("blockquote", { key: '1c4b82fb870994e6707d35adcd5e6f2f0e65dd26' }, this.renderMessage(withReply)), withoutReply.length !== 0 && this.renderMessage(withoutReply)));
79
+ return (h("p", { key: '9544292f118f2c6975a807d6bcc2d307c70b2940' }, withReply.length !== 0 && h("blockquote", { key: '294bca9889738148fd51ecd8487d2d98b5adee4b' }, this.renderMessage(withReply)), withoutReply.length !== 0 && this.renderMessage(withoutReply)));
80
80
  }
81
81
  static get is() { return "rtk-markdown-view"; }
82
82
  static get encapsulation() { return "shadow"; }
@@ -59,7 +59,7 @@ export class RtkMenu {
59
59
  });
60
60
  }
61
61
  render() {
62
- return (h(Host, { key: '15461c803838be1651df6116a61598ce8ab988f9' }, h("span", { key: 'f36cdd2f1141f46a993daa880682382904a72509', id: "trigger", ref: (el) => (this.triggerEl = el), onClick: () => {
62
+ return (h(Host, { key: 'a814ea3dde902a15cb6fb0db8a9c2409c240537f' }, h("span", { key: 'de2447524c6a1787a6b9442ccb9c3d56a33e9f4f', id: "trigger", ref: (el) => (this.triggerEl = el), onClick: () => {
63
63
  this.clickedThis = true;
64
64
  if (this.menuListEl.style.display !== 'block') {
65
65
  this.menuListEl.style.display = 'block';
@@ -68,7 +68,7 @@ export class RtkMenu {
68
68
  else {
69
69
  this.menuListEl.style.display = 'none';
70
70
  }
71
- } }, h("slot", { key: 'af622c9dbb3394cb46a6bb909a45c5e3248b1a09', name: "trigger" })), h("span", { key: '445258e31b4b775fbc22b268234fe15a33f809c9', part: "menu-list", id: "menu-list", ref: (el) => (this.menuListEl = el) }, h("slot", { key: '87396622c6078253736cbe43a1cac55c6f90754f' }))));
71
+ } }, h("slot", { key: 'fb566f431ceca452fad8b564cfb777bc90411a02', name: "trigger" })), h("span", { key: '50b030d301e54677d19cc21dadcec53f566b14cf', part: "menu-list", id: "menu-list", ref: (el) => (this.menuListEl = el) }, h("slot", { key: '59ce6c30c39155fec448114fd25752585d95c87d' }))));
72
72
  }
73
73
  static get is() { return "rtk-menu"; }
74
74
  static get encapsulation() { return "shadow"; }
@@ -27,7 +27,7 @@ export class RtkMenuItem {
27
27
  this.t = useLanguage();
28
28
  }
29
29
  render() {
30
- return (h(Host, { key: '63898a3a4467c3a115296845d9f867489872673e' }, h("slot", { key: '88d8b0520740910587ff016332efc542344693ec', name: "start" }), h("slot", { key: '6b8147a72e274571162ff2e64f00ac55ff737716' }), h("slot", { key: '8c39f3c59e68205854e186dd834043f0a5450c49', name: "end" })));
30
+ return (h(Host, { key: 'f0316fee5ac5fd2124ee26ac2664172007ad1c54' }, h("slot", { key: '994a3a27f743462a3ae0a4c95bc5de672119fdb6', name: "start" }), h("slot", { key: '24594ecaffb46a4b0458032596570fee37e6ae00' }), h("slot", { key: '4ede22267a24a37c508591b0148a1e1b2c391fc9', name: "end" })));
31
31
  }
32
32
  static get is() { return "rtk-menu-item"; }
33
33
  static get encapsulation() { return "shadow"; }
@@ -25,7 +25,7 @@ export class RtkMenuList {
25
25
  this.t = useLanguage();
26
26
  }
27
27
  render() {
28
- return (h(Host, { key: '8d727ee3603bff8472bbe65a3fac47711fc6315c' }, h("slot", { key: '11755f7306267fd0496721a65aae0d36f84acb7b' })));
28
+ return (h(Host, { key: 'c0974bc340294b197aa8310e5a9913126ac22c48' }, h("slot", { key: '1a660db36c713285203569957959663497803c5e' })));
29
29
  }
30
30
  static get is() { return "rtk-menu-list"; }
31
31
  static get encapsulation() { return "shadow"; }