@cloudflare/realtimekit-ui 1.0.9-staging.2 → 1.0.9-staging.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser.js +1 -1
- package/dist/cjs/ChatHead-e13f3b0e.js +13 -0
- package/dist/cjs/{TextMessage-4f9299ff.js → TextMessage-7bb3e1fd.js} +1 -1
- package/dist/cjs/{chat-04fd67b4.js → chat-717e517d.js} +1 -1
- package/dist/cjs/{notification-6f17add8.js → config-8c9ac89a.js} +0 -35
- package/dist/cjs/{ChatHead-6416d6cf.js → date-61ffcd0a.js} +0 -10
- package/dist/cjs/index-05554ce6.js +62 -2
- package/dist/cjs/index.cjs.js +11 -10
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/notification-567fe887.js +39 -0
- package/dist/cjs/realtimekit-ui.cjs.js +1 -1
- package/dist/cjs/rtk-ai-transcriptions.cjs.entry.js +3 -2
- package/dist/cjs/rtk-audio-grid.cjs.entry.js +1 -1
- package/dist/cjs/rtk-audio-visualizer_4.cjs.entry.js +1 -1
- package/dist/cjs/rtk-avatar_24.cjs.entry.js +2584 -0
- package/dist/cjs/rtk-breakout-room-manager_3.cjs.entry.js +397 -0
- package/dist/cjs/rtk-breakout-rooms-manager_9.cjs.entry.js +986 -0
- package/dist/cjs/rtk-channel-creator.cjs.entry.js +163 -0
- package/dist/cjs/rtk-channel-details.cjs.entry.js +49 -0
- package/dist/cjs/rtk-channel-header.cjs.entry.js +83 -0
- package/dist/cjs/rtk-channel-selector-ui.cjs.entry.js +4 -4
- package/dist/cjs/rtk-chat-composer-ui.cjs.entry.js +1 -1
- package/dist/cjs/rtk-chat-message.cjs.entry.js +118 -0
- package/dist/cjs/rtk-chat-messages-ui.cjs.entry.js +200 -0
- package/dist/cjs/rtk-chat-search-results.cjs.entry.js +57 -0
- package/dist/cjs/rtk-chat-selector-ui.cjs.entry.js +1 -1
- package/dist/cjs/rtk-clock.cjs.entry.js +3 -3
- package/dist/cjs/rtk-controlbar.cjs.entry.js +1 -1
- package/dist/cjs/rtk-debugger-audio_4.cjs.entry.js +686 -0
- package/dist/cjs/rtk-debugger-toggle.cjs.entry.js +1 -1
- package/dist/cjs/rtk-dialog-manager.cjs.entry.js +154 -0
- package/dist/cjs/rtk-dialog.cjs.entry.js +93 -0
- package/dist/cjs/rtk-file-dropzone.cjs.entry.js +1 -1
- package/dist/cjs/rtk-file-message_3.cjs.entry.js +148 -0
- package/dist/cjs/rtk-header.cjs.entry.js +1 -1
- package/dist/cjs/rtk-idle-screen.cjs.entry.js +1 -1
- package/dist/cjs/rtk-image-viewer.cjs.entry.js +1 -1
- package/dist/cjs/rtk-information-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/rtk-leave-button.cjs.entry.js +1 -1
- package/dist/cjs/rtk-logo.cjs.entry.js +77 -0
- package/dist/cjs/rtk-message-list-view.cjs.entry.js +3 -3
- package/dist/cjs/rtk-more-toggle.cjs.entry.js +2 -2
- package/dist/cjs/rtk-notification.cjs.entry.js +71 -0
- package/dist/cjs/rtk-notifications.cjs.entry.js +588 -0
- package/dist/cjs/rtk-participant-setup.cjs.entry.js +2 -2
- package/dist/cjs/rtk-participant_2.cjs.entry.js +14 -14
- package/dist/cjs/rtk-participants-audio.cjs.entry.js +1 -1
- package/dist/cjs/rtk-participants-stage-list_4.cjs.entry.js +1 -1
- package/dist/cjs/rtk-plugins_2.cjs.entry.js +4 -4
- package/dist/cjs/rtk-poll_2.cjs.entry.js +3 -3
- package/dist/cjs/rtk-recording-indicator.cjs.entry.js +1 -1
- package/dist/cjs/rtk-screenshare-view.cjs.entry.js +5 -5
- package/dist/cjs/rtk-settings-toggle.cjs.entry.js +1 -1
- package/dist/cjs/rtk-sidebar.cjs.entry.js +1 -1
- package/dist/cjs/rtk-spotlight-grid.cjs.entry.js +2 -2
- package/dist/cjs/rtk-stage.cjs.entry.js +1 -1
- package/dist/cjs/rtk-transcript.cjs.entry.js +1 -1
- package/dist/cjs/rtk-waiting-screen.cjs.entry.js +1 -1
- package/dist/collection/components/rtk-ai-transcriptions/rtk-ai-transcriptions.js +1 -1
- package/dist/collection/components/rtk-audio-grid/rtk-audio-grid.js +1 -1
- package/dist/collection/components/rtk-breakout-room-participants/rtk-breakout-room-participants.js +2 -2
- package/dist/collection/components/rtk-broadcast-message-modal/rtk-broadcast-message-modal.js +2 -2
- package/dist/collection/components/rtk-channel-creator/rtk-channel-creator.js +5 -2
- package/dist/collection/components/rtk-channel-details/rtk-channel-details.js +2 -1
- package/dist/collection/components/rtk-channel-header/rtk-channel-header.js +1 -0
- package/dist/collection/components/rtk-channel-selector-ui/rtk-channel-selector-ui.js +5 -2
- package/dist/collection/components/rtk-chat/rtk-chat.js +5 -102
- package/dist/collection/components/rtk-chat-message/rtk-chat-message.js +3 -2
- package/dist/collection/components/rtk-chat-messages-ui/rtk-chat-messages-ui.js +13 -4
- package/dist/collection/components/rtk-chat-messages-ui-paginated/rtk-chat-messages-ui-paginated.js +4 -2
- package/dist/collection/components/rtk-chat-search-results/rtk-chat-search-results.js +2 -1
- package/dist/collection/components/rtk-clock/rtk-clock.js +3 -3
- package/dist/collection/components/rtk-confirmation-modal/rtk-confirmation-modal.js +1 -1
- package/dist/collection/components/rtk-controlbar/rtk-controlbar.js +1 -1
- package/dist/collection/components/rtk-counter/rtk-counter.js +2 -2
- package/dist/collection/components/rtk-debugger-toggle/rtk-debugger-toggle.js +1 -1
- package/dist/collection/components/rtk-dialog-manager/rtk-dialog-manager.js +0 -6
- package/dist/collection/components/rtk-draft-attachment-view/rtk-draft-attachment-view.js +1 -1
- package/dist/collection/components/rtk-emoji-picker/rtk-emoji-picker.js +1 -1
- package/dist/collection/components/rtk-emoji-picker-button/rtk-emoji-picker-button.js +1 -1
- package/dist/collection/components/rtk-file-dropzone/rtk-file-dropzone.js +1 -1
- package/dist/collection/components/rtk-file-message/rtk-file-message.js +3 -2
- package/dist/collection/components/rtk-file-message-view/rtk-file-message-view.js +1 -1
- package/dist/collection/components/rtk-file-picker-button/rtk-file-picker-button.js +1 -1
- package/dist/collection/components/rtk-header/rtk-header.js +1 -1
- package/dist/collection/components/rtk-idle-screen/rtk-idle-screen.js +1 -1
- package/dist/collection/components/rtk-image-message/rtk-image-message.js +5 -4
- package/dist/collection/components/rtk-image-message-view/rtk-image-message-view.js +3 -3
- package/dist/collection/components/rtk-image-viewer/rtk-image-viewer.js +1 -1
- package/dist/collection/components/rtk-information-tooltip/rtk-information-tooltip.js +1 -1
- package/dist/collection/components/rtk-leave-button/rtk-leave-button.js +1 -1
- package/dist/collection/components/rtk-leave-meeting/rtk-leave-meeting.js +2 -2
- package/dist/collection/components/rtk-markdown-view/rtk-markdown-view.js +1 -1
- package/dist/collection/components/rtk-menu/rtk-menu.js +2 -2
- package/dist/collection/components/rtk-menu-item/rtk-menu-item.js +1 -1
- package/dist/collection/components/rtk-menu-list/rtk-menu-list.js +1 -1
- package/dist/collection/components/rtk-message-list-view/rtk-message-list-view.js +3 -3
- package/dist/collection/components/rtk-message-view/rtk-message-view.css +26 -12
- package/dist/collection/components/rtk-message-view/rtk-message-view.js +23 -1
- package/dist/collection/components/rtk-more-toggle/rtk-more-toggle.js +2 -2
- package/dist/collection/components/rtk-mute-all-confirmation/rtk-mute-all-confirmation.js +1 -1
- package/dist/collection/components/rtk-notification/rtk-notification.js +2 -2
- package/dist/collection/components/rtk-overlay-modal/rtk-overlay-modal.js +1 -1
- package/dist/collection/components/rtk-paginated-list/rtk-paginated-list.css +25 -1
- package/dist/collection/components/rtk-paginated-list/rtk-paginated-list.js +25 -22
- package/dist/collection/components/rtk-participant/rtk-participant.js +12 -12
- package/dist/collection/components/rtk-participant-setup/rtk-participant-setup.js +2 -2
- package/dist/collection/components/rtk-participants-audio/rtk-participants-audio.js +1 -1
- package/dist/collection/components/rtk-participants-stage-list/rtk-participants-stage-list.js +1 -1
- package/dist/collection/components/rtk-permissions-message/rtk-permissions-message.js +1 -1
- package/dist/collection/components/rtk-plugins/rtk-plugins.js +1 -1
- package/dist/collection/components/rtk-poll/rtk-poll.js +1 -1
- package/dist/collection/components/rtk-poll-form/rtk-poll-form.js +2 -2
- package/dist/collection/components/rtk-polls/rtk-polls.js +3 -3
- package/dist/collection/components/rtk-recording-indicator/rtk-recording-indicator.js +1 -1
- package/dist/collection/components/rtk-screenshare-view/rtk-screenshare-view.js +5 -5
- package/dist/collection/components/rtk-settings-toggle/rtk-settings-toggle.js +1 -1
- package/dist/collection/components/rtk-sidebar/rtk-sidebar.css +2 -0
- package/dist/collection/components/rtk-spinner/rtk-spinner.js +1 -1
- package/dist/collection/components/rtk-spotlight-grid/rtk-spotlight-grid.js +2 -2
- package/dist/collection/components/rtk-stage/rtk-stage.js +1 -1
- package/dist/collection/components/rtk-switch/rtk-switch.js +1 -1
- package/dist/collection/components/rtk-text-composer-view/rtk-text-composer-view.js +1 -1
- package/dist/collection/components/rtk-text-message/rtk-text-message.js +3 -2
- package/dist/collection/components/rtk-text-message-view/rtk-text-message-view.js +1 -1
- package/dist/collection/components/rtk-tooltip/rtk-tooltip.js +1 -1
- package/dist/collection/components/rtk-transcript/rtk-transcript.js +1 -1
- package/dist/collection/components/rtk-virtualized-list/rtk-virtualized-participant-list.js +2 -2
- package/dist/collection/components/rtk-waiting-screen/rtk-waiting-screen.js +1 -1
- package/dist/collection/utils/chat.js +1 -1
- package/dist/components/index.js +7 -7
- package/dist/components/{p-26055088.js → p-080acf18.js} +3 -3
- package/dist/components/{p-34b580c9.js → p-0a35a909.js} +3 -3
- package/dist/components/{p-f9faeffc.js → p-0b4e526c.js} +3 -3
- package/dist/components/{p-a3ebfc10.js → p-0d582365.js} +2 -2
- package/dist/components/{p-c7413ac8.js → p-0d7bf41b.js} +4 -4
- package/dist/components/{p-a5a40d7e.js → p-102b6df8.js} +2 -2
- package/dist/components/{p-12d2b558.js → p-10ef077c.js} +3 -3
- package/dist/components/{p-4772f368.js → p-121e073d.js} +2 -2
- package/dist/components/{p-b804a5f5.js → p-188bfe87.js} +8 -8
- package/dist/components/{p-a9d5d165.js → p-190db142.js} +7 -7
- package/dist/components/{p-fb427023.js → p-20290b0b.js} +4 -4
- package/dist/components/{p-03fe0979.js → p-244cbe7b.js} +2 -2
- package/dist/components/{p-cc5ecd67.js → p-2d08ab28.js} +2 -2
- package/dist/components/{p-91a9efcf.js → p-2e282643.js} +5 -5
- package/dist/components/{p-aba9b612.js → p-2f82e0b0.js} +7 -7
- package/dist/components/{p-7119673c.js → p-33a87325.js} +2 -2
- package/dist/components/{p-511ed3f8.js → p-395d7140.js} +4 -4
- package/dist/components/{p-1a60f5b0.js → p-3da4880c.js} +4 -4
- package/dist/components/{p-af35ac31.js → p-47c25f64.js} +1 -1
- package/dist/components/{p-01a50790.js → p-488d88a8.js} +4 -4
- package/dist/components/{p-e2e22bf8.js → p-4d582a90.js} +5 -5
- package/dist/components/{p-b373754d.js → p-51de7af3.js} +1 -1
- package/dist/components/{p-65b9931e.js → p-55501201.js} +4 -4
- package/dist/components/{p-7f0ee3c6.js → p-563c785d.js} +3 -3
- package/dist/components/{p-c40166a9.js → p-5c92df32.js} +5 -5
- package/dist/components/{p-ed8955d0.js → p-5f26bba3.js} +2 -2
- package/dist/components/{p-0a7f6a8a.js → p-618864a0.js} +3 -3
- package/dist/components/{p-49967150.js → p-63ef7ea4.js} +6 -6
- package/dist/components/{p-00ebd1dc.js → p-65cd2fe3.js} +4 -4
- package/dist/components/{p-3438fd71.js → p-6756b222.js} +2 -2
- package/dist/components/{p-9730c398.js → p-6c2cfa0d.js} +3 -3
- package/dist/components/{p-3a80e3ab.js → p-6f272732.js} +8 -8
- package/dist/components/{p-df25c2a7.js → p-6f340109.js} +1 -1
- package/dist/components/{p-a09aefba.js → p-7481511c.js} +2 -2
- package/dist/components/{p-6bd3b767.js → p-78b61cce.js} +1 -1
- package/dist/components/{p-037e572f.js → p-7fc0dc2f.js} +1 -1
- package/dist/components/{p-314b1504.js → p-82f8c924.js} +2 -2
- package/dist/components/{p-6d49cf9f.js → p-84e5b453.js} +2 -2
- package/dist/components/{p-f5f0b499.js → p-88bef213.js} +2 -2
- package/dist/components/{p-f46a0782.js → p-8d25843a.js} +3 -3
- package/dist/components/{p-2b955eb0.js → p-914563e7.js} +5 -5
- package/dist/components/{p-04aaec79.js → p-94e867c2.js} +17 -15
- package/dist/components/{p-731ee854.js → p-9889bee5.js} +5 -5
- package/dist/components/{p-dc4b6fc4.js → p-9e87b2c9.js} +2 -2
- package/dist/components/{p-f734a4cf.js → p-a10b9faa.js} +2 -2
- package/dist/components/{p-f81c7fda.js → p-a29c01fc.js} +2 -2
- package/dist/components/{p-551bed08.js → p-a4a5ff5a.js} +4 -4
- package/dist/components/{p-1986022b.js → p-a6296b02.js} +3 -3
- package/dist/components/{p-93e1439e.js → p-a94b2e67.js} +2 -2
- package/dist/components/{p-4c8cff29.js → p-a9540d93.js} +28 -24
- package/dist/components/{p-a2f4f9e3.js → p-aae4c250.js} +1 -1
- package/dist/components/{p-3051f5f5.js → p-abe1dbe6.js} +4 -4
- package/dist/components/{p-840ef7fe.js → p-adf73364.js} +5 -5
- package/dist/components/{p-72346e7f.js → p-afe77b50.js} +2 -2
- package/dist/components/{p-f4ff7d70.js → p-b011763d.js} +3 -3
- package/dist/components/{p-9ea5df8f.js → p-b34865c7.js} +4 -4
- package/dist/components/{p-897a04be.js → p-b882f4a1.js} +4 -4
- package/dist/components/{p-4edd666b.js → p-bb8f2597.js} +6 -6
- package/dist/components/{p-9149c02e.js → p-c078ae06.js} +2 -2
- package/dist/components/{p-989d36e2.js → p-c3621e10.js} +6 -6
- package/dist/components/{p-40c5ca62.js → p-c515acba.js} +2 -2
- package/dist/components/{p-12437468.js → p-cf503999.js} +2 -2
- package/dist/components/{p-66bae0d9.js → p-d06d1eac.js} +2 -2
- package/dist/components/{p-17867774.js → p-d107e9f4.js} +3 -3
- package/dist/components/{p-c5dfd548.js → p-d37b8a32.js} +49 -326
- package/dist/components/{p-bccc21f8.js → p-d3de8b85.js} +3 -3
- package/dist/components/{p-22a734a8.js → p-d4e2ac64.js} +6 -6
- package/dist/components/{p-0abe4b8a.js → p-dab9d3d6.js} +1 -1
- package/dist/components/{p-52b090fc.js → p-dbfc9151.js} +3 -3
- package/dist/components/{p-d2c3870a.js → p-e4a080a5.js} +3 -3
- package/dist/components/{p-c663f9b1.js → p-e6710b76.js} +4 -4
- package/dist/components/{p-3df2211d.js → p-e675729a.js} +4 -4
- package/dist/components/{p-ddb2df62.js → p-e81fc1e8.js} +3 -3
- package/dist/components/{p-39a6a6a6.js → p-e8df7ac5.js} +18 -18
- package/dist/components/{p-1d29b7c3.js → p-ee98bbaf.js} +12 -12
- package/dist/components/{p-3fe1bb0d.js → p-f47894a6.js} +12 -12
- package/dist/components/{p-6fe2233b.js → p-f4e75ea9.js} +3 -3
- package/dist/components/{p-22d9d3ff.js → p-f7430e46.js} +5 -5
- package/dist/components/{p-d2b37264.js → p-f7eb9c47.js} +5 -5
- package/dist/components/{p-54dba22f.js → p-f8f5cb31.js} +4 -4
- package/dist/components/{p-03bdc4c0.js → p-fa8f6b4a.js} +1 -1
- package/dist/components/{p-fb46d041.js → p-fd68a52b.js} +8 -8
- package/dist/components/{p-c3582bf3.js → p-fe911889.js} +12 -9
- package/dist/components/rtk-ai-toggle.js +4 -4
- package/dist/components/rtk-ai-transcriptions.js +1 -1
- package/dist/components/rtk-ai.js +3 -3
- package/dist/components/rtk-audio-grid.js +3 -3
- package/dist/components/rtk-audio-tile.js +5 -5
- package/dist/components/rtk-audio-visualizer.js +1 -1
- package/dist/components/rtk-avatar.js +1 -1
- package/dist/components/rtk-breakout-room-manager.js +1 -1
- package/dist/components/rtk-breakout-room-participants.js +1 -1
- package/dist/components/rtk-breakout-rooms-manager.js +1 -1
- package/dist/components/rtk-breakout-rooms-toggle.js +4 -4
- package/dist/components/rtk-broadcast-message-modal.js +1 -1
- package/dist/components/rtk-camera-selector.js +1 -1
- package/dist/components/rtk-camera-toggle.js +5 -5
- package/dist/components/rtk-caption-toggle.js +4 -4
- package/dist/components/rtk-channel-creator.js +209 -1
- package/dist/components/rtk-channel-details.js +1 -1
- package/dist/components/rtk-channel-header.js +146 -1
- package/dist/components/rtk-channel-selector-ui.js +7 -7
- package/dist/components/rtk-channel-selector-view.js +1 -1
- package/dist/components/rtk-chat-composer-ui.js +7 -7
- package/dist/components/rtk-chat-composer-view.js +1 -1
- package/dist/components/rtk-chat-message.js +1 -1
- package/dist/components/rtk-chat-messages-ui-paginated.js +1 -1
- package/dist/components/rtk-chat-messages-ui.js +302 -1
- package/dist/components/rtk-chat-search-results.js +146 -1
- package/dist/components/rtk-chat-selector-ui.js +3 -3
- package/dist/components/rtk-chat-toggle.js +5 -5
- package/dist/components/rtk-chat.js +1 -1
- package/dist/components/rtk-clock.js +5 -5
- package/dist/components/rtk-confirmation-modal.js +1 -1
- package/dist/components/rtk-controlbar-button.js +1 -1
- package/dist/components/rtk-controlbar.js +3 -3
- package/dist/components/rtk-counter.js +1 -1
- package/dist/components/rtk-debugger-audio.js +1 -1
- package/dist/components/rtk-debugger-screenshare.js +1 -1
- package/dist/components/rtk-debugger-system.js +1 -1
- package/dist/components/rtk-debugger-toggle.js +5 -5
- package/dist/components/rtk-debugger-video.js +1 -1
- package/dist/components/rtk-debugger.js +1 -1
- package/dist/components/rtk-dialog-manager.js +305 -1
- package/dist/components/rtk-dialog.js +1 -1
- package/dist/components/rtk-draft-attachment-view.js +1 -1
- package/dist/components/rtk-emoji-picker-button.js +1 -1
- package/dist/components/rtk-emoji-picker.js +1 -1
- package/dist/components/rtk-ended-screen.js +3 -3
- package/dist/components/rtk-file-dropzone.js +3 -3
- package/dist/components/rtk-file-message-view.js +1 -1
- package/dist/components/rtk-file-message.js +1 -1
- package/dist/components/rtk-file-picker-button.js +1 -1
- package/dist/components/rtk-fullscreen-toggle.js +1 -1
- package/dist/components/rtk-grid-pagination.js +3 -3
- package/dist/components/rtk-grid.js +8 -8
- package/dist/components/rtk-header.js +3 -3
- package/dist/components/rtk-idle-screen.js +5 -5
- package/dist/components/rtk-image-message-view.js +1 -1
- package/dist/components/rtk-image-message.js +1 -1
- package/dist/components/rtk-image-viewer.js +3 -3
- package/dist/components/rtk-information-tooltip.js +3 -3
- package/dist/components/rtk-join-stage.js +1 -1
- package/dist/components/rtk-leave-button.js +5 -5
- package/dist/components/rtk-leave-meeting.js +1 -1
- package/dist/components/rtk-livestream-indicator.js +1 -1
- package/dist/components/rtk-livestream-player.js +1 -1
- package/dist/components/rtk-livestream-toggle.js +4 -4
- package/dist/components/rtk-logo.js +1 -1
- package/dist/components/rtk-markdown-view.js +1 -1
- package/dist/components/rtk-meeting-title.js +3 -3
- package/dist/components/rtk-meeting.js +47 -227
- package/dist/components/rtk-menu-item.js +1 -1
- package/dist/components/rtk-menu-list.js +1 -1
- package/dist/components/rtk-menu.js +1 -1
- package/dist/components/rtk-message-list-view.js +6 -6
- package/dist/components/rtk-message-view.js +1 -1
- package/dist/components/rtk-mic-toggle.js +5 -5
- package/dist/components/rtk-microphone-selector.js +1 -1
- package/dist/components/rtk-mixed-grid.js +6 -6
- package/dist/components/rtk-more-toggle.js +6 -6
- package/dist/components/rtk-mute-all-button.js +5 -5
- package/dist/components/rtk-mute-all-confirmation.js +1 -1
- package/dist/components/rtk-name-tag.js +1 -1
- package/dist/components/rtk-network-indicator.js +2 -2
- package/dist/components/rtk-notification.js +1 -1
- package/dist/components/rtk-notifications.js +629 -1
- package/dist/components/rtk-overlay-modal.js +1 -1
- package/dist/components/rtk-paginated-list.js +1 -1
- package/dist/components/rtk-participant-count.js +2 -2
- package/dist/components/rtk-participant-setup.js +4 -4
- package/dist/components/rtk-participant-tile.js +1 -1
- package/dist/components/rtk-participant.js +1 -1
- package/dist/components/rtk-participants-audio.js +4 -4
- package/dist/components/rtk-participants-stage-list.js +1 -1
- package/dist/components/rtk-participants-stage-queue.js +1 -1
- package/dist/components/rtk-participants-toggle.js +5 -5
- package/dist/components/rtk-participants-viewer-list.js +1 -1
- package/dist/components/rtk-participants-waiting-list.js +1 -1
- package/dist/components/rtk-participants.js +14 -14
- package/dist/components/rtk-permissions-message.js +1 -1
- package/dist/components/rtk-pip-toggle.js +4 -4
- package/dist/components/rtk-plugin-main.js +1 -1
- package/dist/components/rtk-plugins-toggle.js +5 -5
- package/dist/components/rtk-plugins.js +1 -1
- package/dist/components/rtk-poll-form.js +1 -1
- package/dist/components/rtk-poll.js +1 -1
- package/dist/components/rtk-polls-toggle.js +5 -5
- package/dist/components/rtk-polls.js +1 -1
- package/dist/components/rtk-recording-indicator.js +3 -3
- package/dist/components/rtk-recording-toggle.js +4 -4
- package/dist/components/rtk-screen-share-toggle.js +5 -5
- package/dist/components/rtk-screenshare-view.js +8 -8
- package/dist/components/rtk-settings-audio.js +1 -1
- package/dist/components/rtk-settings-toggle.js +5 -5
- package/dist/components/rtk-settings-video.js +1 -1
- package/dist/components/rtk-settings.js +10 -10
- package/dist/components/rtk-setup-screen.js +6 -6
- package/dist/components/rtk-sidebar-ui.js +1 -1
- package/dist/components/rtk-sidebar.js +10 -10
- package/dist/components/rtk-simple-grid.js +2 -2
- package/dist/components/rtk-speaker-selector.js +1 -1
- package/dist/components/rtk-spinner.js +1 -1
- package/dist/components/rtk-spotlight-grid.js +4 -4
- package/dist/components/rtk-spotlight-indicator.js +1 -1
- package/dist/components/rtk-stage-toggle.js +5 -5
- package/dist/components/rtk-stage.js +3 -3
- package/dist/components/rtk-switch.js +1 -1
- package/dist/components/rtk-tab-bar.js +1 -1
- package/dist/components/rtk-text-composer-view.js +1 -1
- package/dist/components/rtk-text-message-view.js +1 -1
- package/dist/components/rtk-text-message.js +1 -1
- package/dist/components/rtk-tooltip.js +1 -1
- package/dist/components/rtk-transcript.js +1 -1
- package/dist/components/rtk-transcripts.js +3 -3
- package/dist/components/rtk-ui-provider.js +2 -2
- package/dist/components/rtk-viewer-count.js +1 -1
- package/dist/components/rtk-virtualized-participant-list.js +1 -1
- package/dist/components/rtk-waiting-screen.js +4 -4
- package/dist/docs/docs-components.json +144 -384
- package/dist/docs/docs-vscode.json +7 -3
- package/dist/esm/ChatHead-15c2f8d4.js +11 -0
- package/dist/esm/{TextMessage-07d53134.js → TextMessage-ca92045e.js} +1 -1
- package/dist/esm/{chat-32ac0c2b.js → chat-ff185374.js} +2 -2
- package/dist/esm/{notification-0794a8cc.js → config-e684aa4d.js} +3 -37
- package/dist/esm/{ChatHead-11b92a26.js → date-b1f78dea.js} +1 -10
- package/dist/esm/{debounce-6ec038d3.js → debounce-3ea4df36.js} +1 -1
- package/dist/esm/{file-849468c1.js → file-6114f1a9.js} +1 -1
- package/dist/esm/index-c1fb98bb.js +62 -2
- package/dist/esm/{index-849b9dd9.js → index-e65afca5.js} +1 -1
- package/dist/esm/index.js +7 -6
- package/dist/esm/loader.js +13237 -13245
- package/dist/esm/{merge-f5f3ca10.js → merge-7ffc04b3.js} +1 -1
- package/dist/esm/notification-78afaabf.js +37 -0
- package/dist/esm/realtimekit-ui.js +1 -1
- package/dist/esm/rtk-ai-toggle.entry.js +2 -2
- package/dist/esm/rtk-ai-transcriptions.entry.js +6 -5
- package/dist/esm/rtk-ai.entry.js +2 -2
- package/dist/esm/rtk-audio-grid.entry.js +3 -3
- package/dist/esm/rtk-audio-tile.entry.js +2 -2
- package/dist/esm/rtk-audio-visualizer_4.entry.js +3 -3
- package/dist/esm/rtk-avatar_24.entry.js +2557 -0
- package/dist/esm/rtk-breakout-room-manager_3.entry.js +391 -0
- package/dist/esm/rtk-breakout-rooms-manager_9.entry.js +974 -0
- package/dist/esm/rtk-breakout-rooms-toggle.entry.js +2 -2
- package/dist/esm/rtk-camera-selector_2.entry.js +2 -2
- package/dist/esm/rtk-camera-toggle.entry.js +2 -2
- package/dist/esm/rtk-caption-toggle.entry.js +2 -2
- package/dist/{components/p-c9a7cf06.js → esm/rtk-channel-creator.entry.js} +12 -64
- package/dist/esm/rtk-channel-details.entry.js +45 -0
- package/dist/{components/p-0c11d195.js → esm/rtk-channel-header.entry.js} +9 -78
- package/dist/esm/rtk-channel-selector-ui.entry.js +6 -6
- package/dist/esm/rtk-chat-composer-ui.entry.js +3 -3
- package/dist/esm/rtk-chat-message.entry.js +114 -0
- package/dist/{components/p-0e07ea51.js → esm/rtk-chat-messages-ui.entry.js} +14 -122
- package/dist/esm/rtk-chat-search-results.entry.js +53 -0
- package/dist/esm/rtk-chat-selector-ui.entry.js +3 -3
- package/dist/esm/rtk-chat-toggle.entry.js +3 -3
- package/dist/esm/rtk-clock.entry.js +5 -5
- package/dist/esm/rtk-controlbar-button.entry.js +2 -2
- package/dist/esm/rtk-controlbar.entry.js +3 -3
- package/dist/esm/rtk-debugger-audio_4.entry.js +679 -0
- package/dist/esm/rtk-debugger-toggle.entry.js +3 -3
- package/dist/{components/p-3042f998.js → esm/rtk-dialog-manager.entry.js} +10 -179
- package/dist/esm/rtk-dialog.entry.js +89 -0
- package/dist/esm/rtk-ended-screen.entry.js +2 -2
- package/dist/esm/rtk-file-dropzone.entry.js +3 -3
- package/dist/esm/rtk-file-message_3.entry.js +142 -0
- package/dist/esm/rtk-fullscreen-toggle.entry.js +2 -2
- package/dist/esm/rtk-grid-pagination.entry.js +2 -2
- package/dist/esm/rtk-grid.entry.js +2 -2
- package/dist/esm/rtk-header.entry.js +3 -3
- package/dist/esm/rtk-idle-screen.entry.js +3 -3
- package/dist/esm/rtk-image-viewer.entry.js +5 -5
- package/dist/esm/rtk-information-tooltip.entry.js +3 -3
- package/dist/esm/rtk-leave-button.entry.js +3 -3
- package/dist/esm/rtk-livestream-indicator_3.entry.js +2 -2
- package/dist/esm/rtk-livestream-toggle.entry.js +2 -2
- package/dist/esm/rtk-logo.entry.js +73 -0
- package/dist/esm/rtk-meeting-title.entry.js +2 -2
- package/dist/esm/rtk-message-list-view.entry.js +6 -6
- package/dist/esm/rtk-mic-toggle.entry.js +2 -2
- package/dist/esm/rtk-mixed-grid.entry.js +2 -2
- package/dist/esm/rtk-more-toggle.entry.js +4 -4
- package/dist/esm/rtk-mute-all-button.entry.js +2 -2
- package/dist/esm/rtk-name-tag.entry.js +3 -3
- package/dist/esm/rtk-network-indicator.entry.js +2 -2
- package/dist/esm/rtk-notification.entry.js +67 -0
- package/dist/{components/p-7a336667.js → esm/rtk-notifications.entry.js} +13 -60
- package/dist/esm/rtk-participant-count.entry.js +2 -2
- package/dist/esm/rtk-participant-setup.entry.js +4 -4
- package/dist/esm/rtk-participant_2.entry.js +18 -18
- package/dist/esm/rtk-participants-audio.entry.js +3 -3
- package/dist/esm/rtk-participants-stage-list_4.entry.js +3 -3
- package/dist/esm/rtk-participants-toggle.entry.js +3 -3
- package/dist/esm/rtk-participants.entry.js +3 -3
- package/dist/esm/rtk-pip-toggle.entry.js +2 -2
- package/dist/esm/rtk-plugin-main_2.entry.js +3 -3
- package/dist/esm/rtk-plugins-toggle.entry.js +3 -3
- package/dist/esm/rtk-plugins_2.entry.js +6 -6
- package/dist/esm/rtk-poll_2.entry.js +6 -6
- package/dist/esm/rtk-polls-toggle.entry.js +3 -3
- package/dist/esm/rtk-recording-indicator.entry.js +3 -3
- package/dist/esm/rtk-recording-toggle.entry.js +2 -2
- package/dist/esm/rtk-screen-share-toggle.entry.js +2 -2
- package/dist/esm/rtk-screenshare-view.entry.js +7 -7
- package/dist/esm/rtk-settings-audio_2.entry.js +2 -2
- package/dist/esm/rtk-settings-toggle.entry.js +3 -3
- package/dist/esm/rtk-settings.entry.js +2 -2
- package/dist/esm/rtk-setup-screen.entry.js +3 -3
- package/dist/esm/rtk-sidebar-ui.entry.js +2 -2
- package/dist/esm/rtk-sidebar.entry.js +4 -4
- package/dist/esm/rtk-simple-grid.entry.js +2 -2
- package/dist/esm/rtk-spotlight-grid.entry.js +4 -4
- package/dist/esm/rtk-spotlight-indicator.entry.js +2 -2
- package/dist/esm/rtk-stage-toggle.entry.js +2 -2
- package/dist/esm/rtk-stage.entry.js +3 -3
- package/dist/esm/rtk-transcript.entry.js +3 -3
- package/dist/esm/rtk-transcripts.entry.js +2 -2
- package/dist/esm/rtk-ui-provider.entry.js +2 -2
- package/dist/esm/rtk-waiting-screen.entry.js +3 -3
- package/dist/esm/{sidebar-76cae1f0.js → sidebar-030fff49.js} +1 -1
- package/dist/esm/{string-5e8dab07.js → string-068ce30a.js} +1 -1
- package/dist/esm/{ui-store-2965ff1a.js → ui-store-9e486e1b.js} +1 -1
- package/dist/realtimekit-ui/index.esm.js +1 -1
- package/dist/realtimekit-ui/{p-ff19ee1e.entry.js → p-0689d68b.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-2318c3af.js → p-084b6f30.js} +1 -1
- package/dist/realtimekit-ui/{p-e6f1e6aa.entry.js → p-09869644.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-22313959.entry.js → p-0b8c47d9.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-b6c83f82.entry.js → p-11c964cf.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-2857144e.js → p-12e4cb4a.js} +1 -1
- package/dist/realtimekit-ui/{p-9ba26c9f.entry.js → p-1666857d.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-7f896d33.entry.js → p-1bf58a84.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-2d6c5160.entry.js → p-2a0ec1c6.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-404207e0.entry.js → p-2b373e53.entry.js} +1 -1
- package/dist/realtimekit-ui/p-2f641bfa.entry.js +1 -0
- package/dist/realtimekit-ui/p-2fc5ef84.entry.js +1 -0
- package/dist/realtimekit-ui/{p-9b6d809b.entry.js → p-31f58b98.entry.js} +1 -1
- package/dist/realtimekit-ui/p-33228f0a.entry.js +1 -0
- package/dist/realtimekit-ui/p-3369f405.entry.js +1 -0
- package/dist/realtimekit-ui/p-36c8dfa0.entry.js +1 -0
- package/dist/realtimekit-ui/p-382270d8.js +1 -0
- package/dist/realtimekit-ui/{p-ac1ff0f8.entry.js → p-385fddbd.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-f1ab4672.entry.js → p-38aec474.entry.js} +1 -1
- package/dist/realtimekit-ui/p-38f4773b.entry.js +1 -0
- package/dist/realtimekit-ui/{p-368420fc.entry.js → p-3a325310.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-83a8cd29.entry.js → p-3d0c4257.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-6495f016.entry.js → p-3e02ec0b.entry.js} +1 -1
- package/dist/realtimekit-ui/p-3eefefa3.entry.js +1 -0
- package/dist/realtimekit-ui/p-40be18ee.js +1 -0
- package/dist/realtimekit-ui/{p-f5a3ccc0.entry.js → p-481549ac.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-2aa2727b.entry.js → p-4eba1baa.entry.js} +1 -1
- package/dist/realtimekit-ui/p-4eee77b0.entry.js +1 -0
- package/dist/realtimekit-ui/{p-1185eec6.entry.js → p-50157a65.entry.js} +1 -1
- package/dist/realtimekit-ui/p-50e861f9.entry.js +1 -0
- package/dist/realtimekit-ui/{p-a7ba0456.entry.js → p-5383fe87.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-2d09aeb4.entry.js → p-53ac3d30.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-e32c13e0.entry.js → p-54a31e02.entry.js} +1 -1
- package/dist/realtimekit-ui/p-57277553.entry.js +1 -0
- package/dist/realtimekit-ui/{p-95ab3abe.entry.js → p-5a2d8313.entry.js} +1 -1
- package/dist/realtimekit-ui/p-5b2d97fc.js +1 -0
- package/dist/realtimekit-ui/p-60a29b69.entry.js +1 -0
- package/dist/realtimekit-ui/{p-62949a7d.entry.js → p-61a16ccf.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-47d8e5c8.entry.js → p-61a53713.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-77f71d40.entry.js → p-61d3f74f.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-2dc496f0.entry.js → p-62e0a141.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-dfa4a588.entry.js → p-639ab9ad.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-0ab52f70.entry.js → p-643194e4.entry.js} +1 -1
- package/dist/realtimekit-ui/p-6a45f305.js +1 -0
- package/dist/realtimekit-ui/{p-e65d2f04.entry.js → p-6adb2de4.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-efabd2ce.js → p-6f211c3e.js} +1 -1
- package/dist/realtimekit-ui/{p-c1d92065.entry.js → p-74e1b5a6.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-a449b5cd.entry.js → p-7613857e.entry.js} +1 -1
- package/dist/realtimekit-ui/p-7786e9a7.entry.js +1 -0
- package/dist/realtimekit-ui/{p-5cb4f925.entry.js → p-77e04fb7.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-1f328e83.entry.js → p-788f26c4.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-53ffaa9f.entry.js → p-7a8ca3f2.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-f5560043.entry.js → p-7b999408.entry.js} +1 -1
- package/dist/realtimekit-ui/p-7f76de48.entry.js +1 -0
- package/dist/realtimekit-ui/{p-2799d5b2.js → p-80c856cd.js} +1 -1
- package/dist/realtimekit-ui/{p-64aa0fae.entry.js → p-882d07c9.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-7fab2c53.entry.js → p-8b189438.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-81d1334c.entry.js → p-8b341608.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-e24289b8.entry.js → p-8f512d69.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-c6c86fd8.js → p-91ea043c.js} +1 -1
- package/dist/realtimekit-ui/{p-145caa6b.js → p-91fd286c.js} +1 -1
- package/dist/realtimekit-ui/p-930f0255.entry.js +1 -0
- package/dist/realtimekit-ui/p-93b84c22.js +1 -0
- package/dist/realtimekit-ui/{p-34350578.entry.js → p-941f159e.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-f3998c17.entry.js → p-949b2b6a.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-3144bec3.entry.js → p-951a7b06.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-616f3a25.entry.js → p-95f05e26.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-db9dd8ea.entry.js → p-98ee3341.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-7fbca8d1.entry.js → p-9ad2c746.entry.js} +1 -1
- package/dist/realtimekit-ui/p-9c1f42dd.entry.js +1 -0
- package/dist/realtimekit-ui/{p-6334ca51.entry.js → p-9cbf286a.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-560fc162.entry.js → p-a1203856.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-0b93c12d.entry.js → p-a319e81f.entry.js} +1 -1
- package/dist/realtimekit-ui/p-a4e223e8.entry.js +1 -0
- package/dist/realtimekit-ui/{p-e7a89e24.entry.js → p-a9126c12.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-a55863be.entry.js → p-a9dd63ef.entry.js} +1 -1
- package/dist/realtimekit-ui/p-aa70de39.entry.js +1 -0
- package/dist/realtimekit-ui/{p-ead8970b.entry.js → p-ae7319ac.entry.js} +1 -1
- package/dist/realtimekit-ui/p-b387e9a1.entry.js +1 -0
- package/dist/realtimekit-ui/p-b564d931.entry.js +1 -0
- package/dist/realtimekit-ui/{p-f16345d6.entry.js → p-ba51770e.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-0979ba30.entry.js → p-c1b81873.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-543dcdc1.entry.js → p-c5c965b8.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-b2b8b421.entry.js → p-c638f666.entry.js} +1 -1
- package/dist/realtimekit-ui/p-c7711712.entry.js +1 -0
- package/dist/realtimekit-ui/{p-bfd7cd5a.entry.js → p-d0384d90.entry.js} +1 -1
- package/dist/realtimekit-ui/p-d7f16f24.entry.js +1 -0
- package/dist/realtimekit-ui/p-d81c0263.entry.js +1 -0
- package/dist/realtimekit-ui/{p-35b87831.entry.js → p-d9cad67f.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-0266e82b.entry.js → p-de75d48d.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-4b62d6f9.entry.js → p-e62593a2.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-fa2ee341.js → p-e720b51e.js} +1 -1
- package/dist/realtimekit-ui/{p-9ac89beb.entry.js → p-e7b83772.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-8046e263.js → p-e87928f7.js} +1 -1
- package/dist/realtimekit-ui/{p-39d0ad4d.entry.js → p-e925ca8a.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-e0dd5f79.entry.js → p-f0f6c282.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-51a8a9e5.entry.js → p-f40a55e3.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-47e89714.entry.js → p-f5aa8af7.entry.js} +1 -1
- package/dist/realtimekit-ui/p-f645b8bb.entry.js +1 -0
- package/dist/realtimekit-ui/realtimekit-ui.esm.js +1 -1
- package/dist/types/components/rtk-channel-creator/rtk-channel-creator.d.ts +3 -0
- package/dist/types/components/rtk-channel-details/rtk-channel-details.d.ts +1 -0
- package/dist/types/components/rtk-channel-header/rtk-channel-header.d.ts +1 -0
- package/dist/types/components/rtk-channel-selector-ui/rtk-channel-selector-ui.d.ts +3 -0
- package/dist/types/components/rtk-chat/rtk-chat.d.ts +0 -9
- package/dist/types/components/rtk-chat-message/rtk-chat-message.d.ts +1 -0
- package/dist/types/components/rtk-chat-messages-ui/rtk-chat-messages-ui.d.ts +3 -0
- package/dist/types/components/rtk-chat-search-results/rtk-chat-search-results.d.ts +1 -0
- package/dist/types/components/rtk-file-message/rtk-file-message.d.ts +1 -0
- package/dist/types/components/rtk-image-message/rtk-image-message.d.ts +1 -0
- package/dist/types/components/rtk-message-view/rtk-message-view.d.ts +2 -0
- package/dist/types/components/rtk-paginated-list/rtk-paginated-list.d.ts +5 -0
- package/dist/types/components/rtk-text-message/rtk-text-message.d.ts +1 -0
- package/dist/types/components.d.ts +104 -0
- package/dist/types/types/props.d.ts +1 -0
- package/dist/types/utils/chat.d.ts +1 -1
- package/package.json +1 -1
- package/dist/cjs/rtk-avatar_54.cjs.entry.js +0 -6417
- package/dist/components/p-6a47e2ee.js +0 -148
- package/dist/esm/rtk-avatar_54.entry.js +0 -6360
- package/dist/realtimekit-ui/p-00b5bdeb.entry.js +0 -1
- package/dist/realtimekit-ui/p-173457a5.js +0 -1
- package/dist/realtimekit-ui/p-2d729cec.entry.js +0 -1
- package/dist/realtimekit-ui/p-3263d76d.entry.js +0 -1
- package/dist/realtimekit-ui/p-34c90f1c.entry.js +0 -1
- package/dist/realtimekit-ui/p-47314bc7.js +0 -1
- package/dist/realtimekit-ui/p-4ea418c9.js +0 -1
- package/dist/realtimekit-ui/p-55f181be.entry.js +0 -1
- package/dist/realtimekit-ui/p-bad807c1.entry.js +0 -1
- package/dist/realtimekit-ui/p-bfed80f3.entry.js +0 -1
- package/dist/realtimekit-ui/p-d7a5c237.entry.js +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-01-
|
|
2
|
+
"timestamp": "2026-01-12T09:54:02",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.27.2",
|
|
@@ -22979,7 +22979,6 @@
|
|
|
22979
22979
|
"rtk-channel-creator",
|
|
22980
22980
|
"rtk-channel-header",
|
|
22981
22981
|
"rtk-channel-selector-ui",
|
|
22982
|
-
"rtk-chat",
|
|
22983
22982
|
"rtk-chat-composer-ui",
|
|
22984
22983
|
"rtk-chat-composer-view",
|
|
22985
22984
|
"rtk-chat-messages-ui",
|
|
@@ -23043,9 +23042,6 @@
|
|
|
23043
23042
|
"rtk-channel-selector-ui": [
|
|
23044
23043
|
"rtk-button"
|
|
23045
23044
|
],
|
|
23046
|
-
"rtk-chat": [
|
|
23047
|
-
"rtk-button"
|
|
23048
|
-
],
|
|
23049
23045
|
"rtk-chat-composer-ui": [
|
|
23050
23046
|
"rtk-button"
|
|
23051
23047
|
],
|
|
@@ -28777,7 +28773,12 @@
|
|
|
28777
28773
|
"encapsulation": "shadow",
|
|
28778
28774
|
"tag": "rtk-channel-creator",
|
|
28779
28775
|
"docs": "",
|
|
28780
|
-
"docsTags": [
|
|
28776
|
+
"docsTags": [
|
|
28777
|
+
{
|
|
28778
|
+
"name": "deprecated",
|
|
28779
|
+
"text": "`rtk-channel-creator` is deprecated and will be removed soon."
|
|
28780
|
+
}
|
|
28781
|
+
],
|
|
28781
28782
|
"usage": {},
|
|
28782
28783
|
"props": [
|
|
28783
28784
|
{
|
|
@@ -30542,9 +30543,7 @@
|
|
|
30542
30543
|
"styles": [],
|
|
30543
30544
|
"slots": [],
|
|
30544
30545
|
"parts": [],
|
|
30545
|
-
"dependents": [
|
|
30546
|
-
"rtk-dialog-manager"
|
|
30547
|
-
],
|
|
30546
|
+
"dependents": [],
|
|
30548
30547
|
"dependencies": [
|
|
30549
30548
|
"rtk-avatar",
|
|
30550
30549
|
"rtk-icon",
|
|
@@ -30561,18 +30560,21 @@
|
|
|
30561
30560
|
],
|
|
30562
30561
|
"rtk-spinner": [
|
|
30563
30562
|
"rtk-icon"
|
|
30564
|
-
],
|
|
30565
|
-
"rtk-dialog-manager": [
|
|
30566
|
-
"rtk-channel-creator"
|
|
30567
30563
|
]
|
|
30568
|
-
}
|
|
30564
|
+
},
|
|
30565
|
+
"deprecation": "`rtk-channel-creator` is deprecated and will be removed soon."
|
|
30569
30566
|
},
|
|
30570
30567
|
{
|
|
30571
30568
|
"filePath": "src/components/rtk-channel-details/rtk-channel-details.tsx",
|
|
30572
30569
|
"encapsulation": "shadow",
|
|
30573
30570
|
"tag": "rtk-channel-details",
|
|
30574
30571
|
"docs": "",
|
|
30575
|
-
"docsTags": [
|
|
30572
|
+
"docsTags": [
|
|
30573
|
+
{
|
|
30574
|
+
"name": "deprecated",
|
|
30575
|
+
"text": "`rtk-channel-details` is deprecated and will be removed soon."
|
|
30576
|
+
}
|
|
30577
|
+
],
|
|
30576
30578
|
"usage": {},
|
|
30577
30579
|
"props": [
|
|
30578
30580
|
{
|
|
@@ -32350,14 +32352,20 @@
|
|
|
32350
32352
|
"rtk-channel-header": [
|
|
32351
32353
|
"rtk-channel-details"
|
|
32352
32354
|
]
|
|
32353
|
-
}
|
|
32355
|
+
},
|
|
32356
|
+
"deprecation": "`rtk-channel-details` is deprecated and will be removed soon."
|
|
32354
32357
|
},
|
|
32355
32358
|
{
|
|
32356
32359
|
"filePath": "src/components/rtk-channel-header/rtk-channel-header.tsx",
|
|
32357
32360
|
"encapsulation": "none",
|
|
32358
32361
|
"tag": "rtk-channel-header",
|
|
32359
32362
|
"docs": "",
|
|
32360
|
-
"docsTags": [
|
|
32363
|
+
"docsTags": [
|
|
32364
|
+
{
|
|
32365
|
+
"name": "deprecated",
|
|
32366
|
+
"text": "`rtk-channel-header` is deprecated and will be removed soon. Use `rtk-channel-selector-view` instead."
|
|
32367
|
+
}
|
|
32368
|
+
],
|
|
32361
32369
|
"usage": {},
|
|
32362
32370
|
"props": [
|
|
32363
32371
|
{
|
|
@@ -34182,9 +34190,7 @@
|
|
|
34182
34190
|
"styles": [],
|
|
34183
34191
|
"slots": [],
|
|
34184
34192
|
"parts": [],
|
|
34185
|
-
"dependents": [
|
|
34186
|
-
"rtk-chat"
|
|
34187
|
-
],
|
|
34193
|
+
"dependents": [],
|
|
34188
34194
|
"dependencies": [
|
|
34189
34195
|
"rtk-dialog",
|
|
34190
34196
|
"rtk-channel-details",
|
|
@@ -34212,18 +34218,21 @@
|
|
|
34212
34218
|
],
|
|
34213
34219
|
"rtk-spinner": [
|
|
34214
34220
|
"rtk-icon"
|
|
34215
|
-
],
|
|
34216
|
-
"rtk-chat": [
|
|
34217
|
-
"rtk-channel-header"
|
|
34218
34221
|
]
|
|
34219
|
-
}
|
|
34222
|
+
},
|
|
34223
|
+
"deprecation": "`rtk-channel-header` is deprecated and will be removed soon. Use `rtk-channel-selector-view` instead."
|
|
34220
34224
|
},
|
|
34221
34225
|
{
|
|
34222
34226
|
"filePath": "src/components/rtk-channel-selector-ui/rtk-channel-selector-ui.tsx",
|
|
34223
34227
|
"encapsulation": "shadow",
|
|
34224
34228
|
"tag": "rtk-channel-selector-ui",
|
|
34225
34229
|
"docs": "",
|
|
34226
|
-
"docsTags": [
|
|
34230
|
+
"docsTags": [
|
|
34231
|
+
{
|
|
34232
|
+
"name": "deprecated",
|
|
34233
|
+
"text": "`rtk-channel-selector-ui` is deprecated and will be removed soon."
|
|
34234
|
+
}
|
|
34235
|
+
],
|
|
34227
34236
|
"usage": {},
|
|
34228
34237
|
"props": [
|
|
34229
34238
|
{
|
|
@@ -36033,7 +36042,8 @@
|
|
|
36033
36042
|
"rtk-spinner": [
|
|
36034
36043
|
"rtk-icon"
|
|
36035
36044
|
]
|
|
36036
|
-
}
|
|
36045
|
+
},
|
|
36046
|
+
"deprecation": "`rtk-channel-selector-ui` is deprecated and will be removed soon."
|
|
36037
36047
|
},
|
|
36038
36048
|
{
|
|
36039
36049
|
"filePath": "src/components/rtk-channel-selector-view/rtk-channel-selector-view.tsx",
|
|
@@ -40201,124 +40211,17 @@
|
|
|
40201
40211
|
"dependencies": [
|
|
40202
40212
|
"rtk-tooltip",
|
|
40203
40213
|
"rtk-icon",
|
|
40204
|
-
"rtk-dialog-manager",
|
|
40205
|
-
"rtk-notifications",
|
|
40206
40214
|
"rtk-chat-composer-view",
|
|
40207
|
-
"rtk-spinner",
|
|
40208
|
-
"rtk-button",
|
|
40209
|
-
"rtk-channel-header",
|
|
40210
|
-
"rtk-chat-search-results",
|
|
40211
|
-
"rtk-chat-messages-ui-paginated",
|
|
40212
40215
|
"rtk-channel-selector-view",
|
|
40213
|
-
"rtk-
|
|
40214
|
-
"rtk-chat-messages-ui"
|
|
40216
|
+
"rtk-chat-messages-ui-paginated"
|
|
40215
40217
|
],
|
|
40216
40218
|
"dependencyGraph": {
|
|
40217
40219
|
"rtk-chat": [
|
|
40218
40220
|
"rtk-tooltip",
|
|
40219
40221
|
"rtk-icon",
|
|
40220
|
-
"rtk-dialog-manager",
|
|
40221
|
-
"rtk-notifications",
|
|
40222
40222
|
"rtk-chat-composer-view",
|
|
40223
|
-
"rtk-spinner",
|
|
40224
|
-
"rtk-button",
|
|
40225
|
-
"rtk-channel-header",
|
|
40226
|
-
"rtk-chat-search-results",
|
|
40227
|
-
"rtk-chat-messages-ui-paginated",
|
|
40228
40223
|
"rtk-channel-selector-view",
|
|
40229
|
-
"rtk-
|
|
40230
|
-
"rtk-chat-messages-ui"
|
|
40231
|
-
],
|
|
40232
|
-
"rtk-dialog-manager": [
|
|
40233
|
-
"rtk-dialog",
|
|
40234
|
-
"rtk-debugger",
|
|
40235
|
-
"rtk-leave-meeting",
|
|
40236
|
-
"rtk-permissions-message",
|
|
40237
|
-
"rtk-breakout-rooms-manager",
|
|
40238
|
-
"rtk-confirmation-modal",
|
|
40239
|
-
"rtk-overlay-modal",
|
|
40240
|
-
"rtk-broadcast-message-modal",
|
|
40241
|
-
"rtk-join-stage",
|
|
40242
|
-
"rtk-mute-all-confirmation",
|
|
40243
|
-
"rtk-channel-creator"
|
|
40244
|
-
],
|
|
40245
|
-
"rtk-dialog": [
|
|
40246
|
-
"rtk-button",
|
|
40247
|
-
"rtk-icon"
|
|
40248
|
-
],
|
|
40249
|
-
"rtk-debugger": [
|
|
40250
|
-
"rtk-icon",
|
|
40251
|
-
"rtk-button",
|
|
40252
|
-
"rtk-debugger-audio",
|
|
40253
|
-
"rtk-debugger-video",
|
|
40254
|
-
"rtk-debugger-screenshare",
|
|
40255
|
-
"rtk-debugger-system"
|
|
40256
|
-
],
|
|
40257
|
-
"rtk-leave-meeting": [
|
|
40258
|
-
"rtk-button"
|
|
40259
|
-
],
|
|
40260
|
-
"rtk-permissions-message": [
|
|
40261
|
-
"rtk-icon",
|
|
40262
|
-
"rtk-button"
|
|
40263
|
-
],
|
|
40264
|
-
"rtk-breakout-rooms-manager": [
|
|
40265
|
-
"rtk-breakout-room-manager",
|
|
40266
|
-
"rtk-icon",
|
|
40267
|
-
"rtk-spinner",
|
|
40268
|
-
"rtk-counter",
|
|
40269
|
-
"rtk-button",
|
|
40270
|
-
"rtk-breakout-room-participants",
|
|
40271
|
-
"rtk-tooltip"
|
|
40272
|
-
],
|
|
40273
|
-
"rtk-breakout-room-manager": [
|
|
40274
|
-
"rtk-avatar",
|
|
40275
|
-
"rtk-icon",
|
|
40276
|
-
"rtk-tooltip",
|
|
40277
|
-
"rtk-button"
|
|
40278
|
-
],
|
|
40279
|
-
"rtk-avatar": [
|
|
40280
|
-
"rtk-spinner"
|
|
40281
|
-
],
|
|
40282
|
-
"rtk-spinner": [
|
|
40283
|
-
"rtk-icon"
|
|
40284
|
-
],
|
|
40285
|
-
"rtk-counter": [
|
|
40286
|
-
"rtk-button",
|
|
40287
|
-
"rtk-icon"
|
|
40288
|
-
],
|
|
40289
|
-
"rtk-breakout-room-participants": [
|
|
40290
|
-
"rtk-avatar",
|
|
40291
|
-
"rtk-icon",
|
|
40292
|
-
"rtk-tooltip"
|
|
40293
|
-
],
|
|
40294
|
-
"rtk-confirmation-modal": [
|
|
40295
|
-
"rtk-button"
|
|
40296
|
-
],
|
|
40297
|
-
"rtk-overlay-modal": [
|
|
40298
|
-
"rtk-icon"
|
|
40299
|
-
],
|
|
40300
|
-
"rtk-broadcast-message-modal": [
|
|
40301
|
-
"rtk-icon",
|
|
40302
|
-
"rtk-button"
|
|
40303
|
-
],
|
|
40304
|
-
"rtk-join-stage": [
|
|
40305
|
-
"rtk-button",
|
|
40306
|
-
"rtk-icon"
|
|
40307
|
-
],
|
|
40308
|
-
"rtk-mute-all-confirmation": [
|
|
40309
|
-
"rtk-button"
|
|
40310
|
-
],
|
|
40311
|
-
"rtk-channel-creator": [
|
|
40312
|
-
"rtk-avatar",
|
|
40313
|
-
"rtk-icon",
|
|
40314
|
-
"rtk-button"
|
|
40315
|
-
],
|
|
40316
|
-
"rtk-notifications": [
|
|
40317
|
-
"rtk-notification"
|
|
40318
|
-
],
|
|
40319
|
-
"rtk-notification": [
|
|
40320
|
-
"rtk-icon",
|
|
40321
|
-
"rtk-button"
|
|
40224
|
+
"rtk-chat-messages-ui-paginated"
|
|
40322
40225
|
],
|
|
40323
40226
|
"rtk-chat-composer-view": [
|
|
40324
40227
|
"rtk-emoji-picker",
|
|
@@ -40336,6 +40239,9 @@
|
|
|
40336
40239
|
"rtk-button",
|
|
40337
40240
|
"rtk-icon"
|
|
40338
40241
|
],
|
|
40242
|
+
"rtk-spinner": [
|
|
40243
|
+
"rtk-icon"
|
|
40244
|
+
],
|
|
40339
40245
|
"rtk-text-message-view": [
|
|
40340
40246
|
"rtk-markdown-view"
|
|
40341
40247
|
],
|
|
@@ -40357,42 +40263,12 @@
|
|
|
40357
40263
|
"rtk-button",
|
|
40358
40264
|
"rtk-icon"
|
|
40359
40265
|
],
|
|
40360
|
-
"rtk-channel-
|
|
40361
|
-
"rtk-dialog",
|
|
40362
|
-
"rtk-channel-details",
|
|
40363
|
-
"rtk-button",
|
|
40364
|
-
"rtk-icon",
|
|
40365
|
-
"rtk-tooltip"
|
|
40366
|
-
],
|
|
40367
|
-
"rtk-channel-details": [
|
|
40368
|
-
"rtk-avatar"
|
|
40369
|
-
],
|
|
40370
|
-
"rtk-chat-search-results": [
|
|
40371
|
-
"rtk-chat-message",
|
|
40372
|
-
"rtk-paginated-list"
|
|
40373
|
-
],
|
|
40374
|
-
"rtk-chat-message": [
|
|
40375
|
-
"rtk-text-message",
|
|
40376
|
-
"rtk-image-message",
|
|
40377
|
-
"rtk-file-message",
|
|
40378
|
-
"rtk-menu",
|
|
40379
|
-
"rtk-icon",
|
|
40380
|
-
"rtk-menu-list",
|
|
40381
|
-
"rtk-menu-item",
|
|
40382
|
-
"rtk-avatar"
|
|
40383
|
-
],
|
|
40384
|
-
"rtk-image-message": [
|
|
40385
|
-
"rtk-spinner",
|
|
40266
|
+
"rtk-channel-selector-view": [
|
|
40386
40267
|
"rtk-icon",
|
|
40387
|
-
"rtk-
|
|
40388
|
-
|
|
40389
|
-
"rtk-file-message": [
|
|
40390
|
-
"rtk-button",
|
|
40391
|
-
"rtk-icon"
|
|
40268
|
+
"rtk-avatar",
|
|
40269
|
+
"rtk-text-message-view"
|
|
40392
40270
|
],
|
|
40393
|
-
"rtk-
|
|
40394
|
-
"rtk-button",
|
|
40395
|
-
"rtk-icon",
|
|
40271
|
+
"rtk-avatar": [
|
|
40396
40272
|
"rtk-spinner"
|
|
40397
40273
|
],
|
|
40398
40274
|
"rtk-chat-messages-ui-paginated": [
|
|
@@ -40419,19 +40295,10 @@
|
|
|
40419
40295
|
"rtk-icon",
|
|
40420
40296
|
"rtk-button"
|
|
40421
40297
|
],
|
|
40422
|
-
"rtk-
|
|
40423
|
-
"rtk-icon",
|
|
40424
|
-
"rtk-avatar",
|
|
40425
|
-
"rtk-text-message-view"
|
|
40426
|
-
],
|
|
40427
|
-
"rtk-chat-messages-ui": [
|
|
40428
|
-
"rtk-message-view",
|
|
40429
|
-
"rtk-text-message-view",
|
|
40430
|
-
"rtk-file-message-view",
|
|
40431
|
-
"rtk-image-message-view",
|
|
40432
|
-
"rtk-tooltip",
|
|
40298
|
+
"rtk-paginated-list": [
|
|
40433
40299
|
"rtk-button",
|
|
40434
|
-
"rtk-icon"
|
|
40300
|
+
"rtk-icon",
|
|
40301
|
+
"rtk-spinner"
|
|
40435
40302
|
],
|
|
40436
40303
|
"rtk-meeting": [
|
|
40437
40304
|
"rtk-chat"
|
|
@@ -44537,7 +44404,12 @@
|
|
|
44537
44404
|
"encapsulation": "shadow",
|
|
44538
44405
|
"tag": "rtk-chat-message",
|
|
44539
44406
|
"docs": "",
|
|
44540
|
-
"docsTags": [
|
|
44407
|
+
"docsTags": [
|
|
44408
|
+
{
|
|
44409
|
+
"name": "deprecated",
|
|
44410
|
+
"text": "`rtk-chat-message` is deprecated and will be removed soon. Use `rtk-message-view` instead."
|
|
44411
|
+
}
|
|
44412
|
+
],
|
|
44541
44413
|
"usage": {},
|
|
44542
44414
|
"props": [
|
|
44543
44415
|
{
|
|
@@ -46758,14 +46630,20 @@
|
|
|
46758
46630
|
"rtk-chat-search-results": [
|
|
46759
46631
|
"rtk-chat-message"
|
|
46760
46632
|
]
|
|
46761
|
-
}
|
|
46633
|
+
},
|
|
46634
|
+
"deprecation": "`rtk-chat-message` is deprecated and will be removed soon. Use `rtk-message-view` instead."
|
|
46762
46635
|
},
|
|
46763
46636
|
{
|
|
46764
46637
|
"filePath": "src/components/rtk-chat-messages-ui/rtk-chat-messages-ui.tsx",
|
|
46765
46638
|
"encapsulation": "shadow",
|
|
46766
46639
|
"tag": "rtk-chat-messages-ui",
|
|
46767
46640
|
"docs": "",
|
|
46768
|
-
"docsTags": [
|
|
46641
|
+
"docsTags": [
|
|
46642
|
+
{
|
|
46643
|
+
"name": "deprecated",
|
|
46644
|
+
"text": "Use `rtk-chat-messages-ui-paginated` instead."
|
|
46645
|
+
}
|
|
46646
|
+
],
|
|
46769
46647
|
"usage": {},
|
|
46770
46648
|
"props": [
|
|
46771
46649
|
{
|
|
@@ -48674,9 +48552,7 @@
|
|
|
48674
48552
|
"docs": ""
|
|
48675
48553
|
}
|
|
48676
48554
|
],
|
|
48677
|
-
"dependents": [
|
|
48678
|
-
"rtk-chat"
|
|
48679
|
-
],
|
|
48555
|
+
"dependents": [],
|
|
48680
48556
|
"dependencies": [
|
|
48681
48557
|
"rtk-message-view",
|
|
48682
48558
|
"rtk-text-message-view",
|
|
@@ -48720,11 +48596,9 @@
|
|
|
48720
48596
|
"rtk-spinner",
|
|
48721
48597
|
"rtk-icon",
|
|
48722
48598
|
"rtk-button"
|
|
48723
|
-
],
|
|
48724
|
-
"rtk-chat": [
|
|
48725
|
-
"rtk-chat-messages-ui"
|
|
48726
48599
|
]
|
|
48727
|
-
}
|
|
48600
|
+
},
|
|
48601
|
+
"deprecation": "Use `rtk-chat-messages-ui-paginated` instead."
|
|
48728
48602
|
},
|
|
48729
48603
|
{
|
|
48730
48604
|
"filePath": "src/components/rtk-chat-messages-ui-paginated/rtk-chat-messages-ui-paginated.tsx",
|
|
@@ -50724,7 +50598,12 @@
|
|
|
50724
50598
|
"encapsulation": "shadow",
|
|
50725
50599
|
"tag": "rtk-chat-search-results",
|
|
50726
50600
|
"docs": "",
|
|
50727
|
-
"docsTags": [
|
|
50601
|
+
"docsTags": [
|
|
50602
|
+
{
|
|
50603
|
+
"name": "deprecated",
|
|
50604
|
+
"text": "`rtk-chat-search-results` is deprecated and will be removed soon. Use `rtk-chat-messages-ui-paginated` instead. -"
|
|
50605
|
+
}
|
|
50606
|
+
],
|
|
50728
50607
|
"usage": {},
|
|
50729
50608
|
"props": [
|
|
50730
50609
|
{
|
|
@@ -52500,9 +52379,7 @@
|
|
|
52500
52379
|
"styles": [],
|
|
52501
52380
|
"slots": [],
|
|
52502
52381
|
"parts": [],
|
|
52503
|
-
"dependents": [
|
|
52504
|
-
"rtk-chat"
|
|
52505
|
-
],
|
|
52382
|
+
"dependents": [],
|
|
52506
52383
|
"dependencies": [
|
|
52507
52384
|
"rtk-chat-message",
|
|
52508
52385
|
"rtk-paginated-list"
|
|
@@ -52541,11 +52418,9 @@
|
|
|
52541
52418
|
"rtk-button",
|
|
52542
52419
|
"rtk-icon",
|
|
52543
52420
|
"rtk-spinner"
|
|
52544
|
-
],
|
|
52545
|
-
"rtk-chat": [
|
|
52546
|
-
"rtk-chat-search-results"
|
|
52547
52421
|
]
|
|
52548
|
-
}
|
|
52422
|
+
},
|
|
52423
|
+
"deprecation": "`rtk-chat-search-results` is deprecated and will be removed soon. Use `rtk-chat-messages-ui-paginated` instead. -"
|
|
52549
52424
|
},
|
|
52550
52425
|
{
|
|
52551
52426
|
"filePath": "src/components/rtk-chat-selector-ui/rtk-chat-selector-ui.tsx",
|
|
@@ -77170,9 +77045,7 @@
|
|
|
77170
77045
|
"styles": [],
|
|
77171
77046
|
"slots": [],
|
|
77172
77047
|
"parts": [],
|
|
77173
|
-
"dependents": [
|
|
77174
|
-
"rtk-chat"
|
|
77175
|
-
],
|
|
77048
|
+
"dependents": [],
|
|
77176
77049
|
"dependencies": [
|
|
77177
77050
|
"rtk-dialog",
|
|
77178
77051
|
"rtk-debugger",
|
|
@@ -77183,8 +77056,7 @@
|
|
|
77183
77056
|
"rtk-overlay-modal",
|
|
77184
77057
|
"rtk-broadcast-message-modal",
|
|
77185
77058
|
"rtk-join-stage",
|
|
77186
|
-
"rtk-mute-all-confirmation"
|
|
77187
|
-
"rtk-channel-creator"
|
|
77059
|
+
"rtk-mute-all-confirmation"
|
|
77188
77060
|
],
|
|
77189
77061
|
"dependencyGraph": {
|
|
77190
77062
|
"rtk-dialog-manager": [
|
|
@@ -77197,8 +77069,7 @@
|
|
|
77197
77069
|
"rtk-overlay-modal",
|
|
77198
77070
|
"rtk-broadcast-message-modal",
|
|
77199
77071
|
"rtk-join-stage",
|
|
77200
|
-
"rtk-mute-all-confirmation"
|
|
77201
|
-
"rtk-channel-creator"
|
|
77072
|
+
"rtk-mute-all-confirmation"
|
|
77202
77073
|
],
|
|
77203
77074
|
"rtk-dialog": [
|
|
77204
77075
|
"rtk-button",
|
|
@@ -77265,14 +77136,6 @@
|
|
|
77265
77136
|
],
|
|
77266
77137
|
"rtk-mute-all-confirmation": [
|
|
77267
77138
|
"rtk-button"
|
|
77268
|
-
],
|
|
77269
|
-
"rtk-channel-creator": [
|
|
77270
|
-
"rtk-avatar",
|
|
77271
|
-
"rtk-icon",
|
|
77272
|
-
"rtk-button"
|
|
77273
|
-
],
|
|
77274
|
-
"rtk-chat": [
|
|
77275
|
-
"rtk-dialog-manager"
|
|
77276
77139
|
]
|
|
77277
77140
|
}
|
|
77278
77141
|
},
|
|
@@ -86235,8 +86098,13 @@
|
|
|
86235
86098
|
"filePath": "src/components/rtk-file-message/rtk-file-message.tsx",
|
|
86236
86099
|
"encapsulation": "none",
|
|
86237
86100
|
"tag": "rtk-file-message",
|
|
86238
|
-
"docs": "
|
|
86239
|
-
"docsTags": [
|
|
86101
|
+
"docs": "",
|
|
86102
|
+
"docsTags": [
|
|
86103
|
+
{
|
|
86104
|
+
"name": "deprecated",
|
|
86105
|
+
"text": "`rtk-file-message` is deprecated and will be removed soon. Use `rtk-file-message-view` instead.\nA component which renders a file message from chat."
|
|
86106
|
+
}
|
|
86107
|
+
],
|
|
86240
86108
|
"usage": {
|
|
86241
86109
|
"angular-example": "```html\n<rtk-file-message #message />\n```\n\nComponent\n\n```js\nclass MyComponent {\n title = 'MyComponent';\n\n @ViewChild('message') componentMessage: RtkFileMessage;\n\n rtkMeeting: RealtimeKitClient; // meeting instance\n\n async ngAfterViewInit() {\n this.componentMessage.message = this.rtkMeeting.chat.messages[0]; // pick a file message\n }\n}\n```\n",
|
|
86242
86110
|
"html-example": "```html\n<rtk-file-message id=\"rtk-el\" />\n\n<script>\n const el = document.getElementById('rtk-el');\n el.message = meeting.chat.messages[0];\n</script>\n```\n",
|
|
@@ -88070,7 +87938,8 @@
|
|
|
88070
87938
|
"rtk-chat-message": [
|
|
88071
87939
|
"rtk-file-message"
|
|
88072
87940
|
]
|
|
88073
|
-
}
|
|
87941
|
+
},
|
|
87942
|
+
"deprecation": "`rtk-file-message` is deprecated and will be removed soon. Use `rtk-file-message-view` instead.\nA component which renders a file message from chat."
|
|
88074
87943
|
},
|
|
88075
87944
|
{
|
|
88076
87945
|
"filePath": "src/components/rtk-file-message-view/rtk-file-message-view.tsx",
|
|
@@ -100285,8 +100154,13 @@
|
|
|
100285
100154
|
"filePath": "src/components/rtk-image-message/rtk-image-message.tsx",
|
|
100286
100155
|
"encapsulation": "none",
|
|
100287
100156
|
"tag": "rtk-image-message",
|
|
100288
|
-
"docs": "
|
|
100289
|
-
"docsTags": [
|
|
100157
|
+
"docs": "",
|
|
100158
|
+
"docsTags": [
|
|
100159
|
+
{
|
|
100160
|
+
"name": "deprecated",
|
|
100161
|
+
"text": "`rtk-image-message` is deprecated and will be removed soon. Use `rtk-image-message-view` instead.\nA component which renders an image message from chat."
|
|
100162
|
+
}
|
|
100163
|
+
],
|
|
100290
100164
|
"usage": {
|
|
100291
100165
|
"angular-example": "```html\n<rtk-image-message #message />\n```\n\nComponent\n\n```js\nclass MyComponent {\n title = 'MyComponent';\n\n @ViewChild('message') componentMessage: RtkImageMessage;\n\n rtkMeeting: RealtimeKitClient; // meeting instance\n\n async ngAfterViewInit() {\n this.componentMessage.message = this.rtkMeeting.chat.messages[0]; // pick an image message\n }\n}\n```\n",
|
|
100292
100166
|
"html-example": "```html\n<rtk-image-message id=\"rtk-el\" />\n\n<script>\n const el = document.getElementById('rtk-el');\n el.message = meeting.chat.messages[0];\n</script>\n```\n",
|
|
@@ -102142,7 +102016,8 @@
|
|
|
102142
102016
|
"rtk-chat-message": [
|
|
102143
102017
|
"rtk-image-message"
|
|
102144
102018
|
]
|
|
102145
|
-
}
|
|
102019
|
+
},
|
|
102020
|
+
"deprecation": "`rtk-image-message` is deprecated and will be removed soon. Use `rtk-image-message-view` instead.\nA component which renders an image message from chat."
|
|
102146
102021
|
},
|
|
102147
102022
|
{
|
|
102148
102023
|
"filePath": "src/components/rtk-image-message-view/rtk-image-message-view.tsx",
|
|
@@ -118613,16 +118488,12 @@
|
|
|
118613
118488
|
"slots": [],
|
|
118614
118489
|
"parts": [],
|
|
118615
118490
|
"dependents": [
|
|
118616
|
-
"rtk-chat",
|
|
118617
118491
|
"rtk-ended-screen",
|
|
118618
118492
|
"rtk-idle-screen",
|
|
118619
118493
|
"rtk-waiting-screen"
|
|
118620
118494
|
],
|
|
118621
118495
|
"dependencies": [],
|
|
118622
118496
|
"dependencyGraph": {
|
|
118623
|
-
"rtk-chat": [
|
|
118624
|
-
"rtk-logo"
|
|
118625
|
-
],
|
|
118626
118497
|
"rtk-ended-screen": [
|
|
118627
118498
|
"rtk-logo"
|
|
118628
118499
|
],
|
|
@@ -120713,108 +120584,9 @@
|
|
|
120713
120584
|
"rtk-chat": [
|
|
120714
120585
|
"rtk-tooltip",
|
|
120715
120586
|
"rtk-icon",
|
|
120716
|
-
"rtk-dialog-manager",
|
|
120717
|
-
"rtk-notifications",
|
|
120718
120587
|
"rtk-chat-composer-view",
|
|
120719
|
-
"rtk-spinner",
|
|
120720
|
-
"rtk-button",
|
|
120721
|
-
"rtk-channel-header",
|
|
120722
|
-
"rtk-chat-search-results",
|
|
120723
|
-
"rtk-chat-messages-ui-paginated",
|
|
120724
120588
|
"rtk-channel-selector-view",
|
|
120725
|
-
"rtk-
|
|
120726
|
-
"rtk-chat-messages-ui"
|
|
120727
|
-
],
|
|
120728
|
-
"rtk-dialog-manager": [
|
|
120729
|
-
"rtk-dialog",
|
|
120730
|
-
"rtk-debugger",
|
|
120731
|
-
"rtk-leave-meeting",
|
|
120732
|
-
"rtk-permissions-message",
|
|
120733
|
-
"rtk-breakout-rooms-manager",
|
|
120734
|
-
"rtk-confirmation-modal",
|
|
120735
|
-
"rtk-overlay-modal",
|
|
120736
|
-
"rtk-broadcast-message-modal",
|
|
120737
|
-
"rtk-join-stage",
|
|
120738
|
-
"rtk-mute-all-confirmation",
|
|
120739
|
-
"rtk-channel-creator"
|
|
120740
|
-
],
|
|
120741
|
-
"rtk-dialog": [
|
|
120742
|
-
"rtk-button",
|
|
120743
|
-
"rtk-icon"
|
|
120744
|
-
],
|
|
120745
|
-
"rtk-debugger": [
|
|
120746
|
-
"rtk-icon",
|
|
120747
|
-
"rtk-button",
|
|
120748
|
-
"rtk-debugger-audio",
|
|
120749
|
-
"rtk-debugger-video",
|
|
120750
|
-
"rtk-debugger-screenshare",
|
|
120751
|
-
"rtk-debugger-system"
|
|
120752
|
-
],
|
|
120753
|
-
"rtk-leave-meeting": [
|
|
120754
|
-
"rtk-button"
|
|
120755
|
-
],
|
|
120756
|
-
"rtk-permissions-message": [
|
|
120757
|
-
"rtk-icon",
|
|
120758
|
-
"rtk-button"
|
|
120759
|
-
],
|
|
120760
|
-
"rtk-breakout-rooms-manager": [
|
|
120761
|
-
"rtk-breakout-room-manager",
|
|
120762
|
-
"rtk-icon",
|
|
120763
|
-
"rtk-spinner",
|
|
120764
|
-
"rtk-counter",
|
|
120765
|
-
"rtk-button",
|
|
120766
|
-
"rtk-breakout-room-participants",
|
|
120767
|
-
"rtk-tooltip"
|
|
120768
|
-
],
|
|
120769
|
-
"rtk-breakout-room-manager": [
|
|
120770
|
-
"rtk-avatar",
|
|
120771
|
-
"rtk-icon",
|
|
120772
|
-
"rtk-tooltip",
|
|
120773
|
-
"rtk-button"
|
|
120774
|
-
],
|
|
120775
|
-
"rtk-avatar": [
|
|
120776
|
-
"rtk-spinner"
|
|
120777
|
-
],
|
|
120778
|
-
"rtk-spinner": [
|
|
120779
|
-
"rtk-icon"
|
|
120780
|
-
],
|
|
120781
|
-
"rtk-counter": [
|
|
120782
|
-
"rtk-button",
|
|
120783
|
-
"rtk-icon"
|
|
120784
|
-
],
|
|
120785
|
-
"rtk-breakout-room-participants": [
|
|
120786
|
-
"rtk-avatar",
|
|
120787
|
-
"rtk-icon",
|
|
120788
|
-
"rtk-tooltip"
|
|
120789
|
-
],
|
|
120790
|
-
"rtk-confirmation-modal": [
|
|
120791
|
-
"rtk-button"
|
|
120792
|
-
],
|
|
120793
|
-
"rtk-overlay-modal": [
|
|
120794
|
-
"rtk-icon"
|
|
120795
|
-
],
|
|
120796
|
-
"rtk-broadcast-message-modal": [
|
|
120797
|
-
"rtk-icon",
|
|
120798
|
-
"rtk-button"
|
|
120799
|
-
],
|
|
120800
|
-
"rtk-join-stage": [
|
|
120801
|
-
"rtk-button",
|
|
120802
|
-
"rtk-icon"
|
|
120803
|
-
],
|
|
120804
|
-
"rtk-mute-all-confirmation": [
|
|
120805
|
-
"rtk-button"
|
|
120806
|
-
],
|
|
120807
|
-
"rtk-channel-creator": [
|
|
120808
|
-
"rtk-avatar",
|
|
120809
|
-
"rtk-icon",
|
|
120810
|
-
"rtk-button"
|
|
120811
|
-
],
|
|
120812
|
-
"rtk-notifications": [
|
|
120813
|
-
"rtk-notification"
|
|
120814
|
-
],
|
|
120815
|
-
"rtk-notification": [
|
|
120816
|
-
"rtk-icon",
|
|
120817
|
-
"rtk-button"
|
|
120589
|
+
"rtk-chat-messages-ui-paginated"
|
|
120818
120590
|
],
|
|
120819
120591
|
"rtk-chat-composer-view": [
|
|
120820
120592
|
"rtk-emoji-picker",
|
|
@@ -120832,6 +120604,9 @@
|
|
|
120832
120604
|
"rtk-button",
|
|
120833
120605
|
"rtk-icon"
|
|
120834
120606
|
],
|
|
120607
|
+
"rtk-spinner": [
|
|
120608
|
+
"rtk-icon"
|
|
120609
|
+
],
|
|
120835
120610
|
"rtk-text-message-view": [
|
|
120836
120611
|
"rtk-markdown-view"
|
|
120837
120612
|
],
|
|
@@ -120853,42 +120628,12 @@
|
|
|
120853
120628
|
"rtk-button",
|
|
120854
120629
|
"rtk-icon"
|
|
120855
120630
|
],
|
|
120856
|
-
"rtk-channel-
|
|
120857
|
-
"rtk-dialog",
|
|
120858
|
-
"rtk-channel-details",
|
|
120859
|
-
"rtk-button",
|
|
120860
|
-
"rtk-icon",
|
|
120861
|
-
"rtk-tooltip"
|
|
120862
|
-
],
|
|
120863
|
-
"rtk-channel-details": [
|
|
120864
|
-
"rtk-avatar"
|
|
120865
|
-
],
|
|
120866
|
-
"rtk-chat-search-results": [
|
|
120867
|
-
"rtk-chat-message",
|
|
120868
|
-
"rtk-paginated-list"
|
|
120869
|
-
],
|
|
120870
|
-
"rtk-chat-message": [
|
|
120871
|
-
"rtk-text-message",
|
|
120872
|
-
"rtk-image-message",
|
|
120873
|
-
"rtk-file-message",
|
|
120874
|
-
"rtk-menu",
|
|
120875
|
-
"rtk-icon",
|
|
120876
|
-
"rtk-menu-list",
|
|
120877
|
-
"rtk-menu-item",
|
|
120878
|
-
"rtk-avatar"
|
|
120879
|
-
],
|
|
120880
|
-
"rtk-image-message": [
|
|
120881
|
-
"rtk-spinner",
|
|
120631
|
+
"rtk-channel-selector-view": [
|
|
120882
120632
|
"rtk-icon",
|
|
120883
|
-
"rtk-
|
|
120884
|
-
|
|
120885
|
-
"rtk-file-message": [
|
|
120886
|
-
"rtk-button",
|
|
120887
|
-
"rtk-icon"
|
|
120633
|
+
"rtk-avatar",
|
|
120634
|
+
"rtk-text-message-view"
|
|
120888
120635
|
],
|
|
120889
|
-
"rtk-
|
|
120890
|
-
"rtk-button",
|
|
120891
|
-
"rtk-icon",
|
|
120636
|
+
"rtk-avatar": [
|
|
120892
120637
|
"rtk-spinner"
|
|
120893
120638
|
],
|
|
120894
120639
|
"rtk-chat-messages-ui-paginated": [
|
|
@@ -120915,19 +120660,10 @@
|
|
|
120915
120660
|
"rtk-icon",
|
|
120916
120661
|
"rtk-button"
|
|
120917
120662
|
],
|
|
120918
|
-
"rtk-
|
|
120919
|
-
"rtk-icon",
|
|
120920
|
-
"rtk-avatar",
|
|
120921
|
-
"rtk-text-message-view"
|
|
120922
|
-
],
|
|
120923
|
-
"rtk-chat-messages-ui": [
|
|
120924
|
-
"rtk-message-view",
|
|
120925
|
-
"rtk-text-message-view",
|
|
120926
|
-
"rtk-file-message-view",
|
|
120927
|
-
"rtk-image-message-view",
|
|
120928
|
-
"rtk-tooltip",
|
|
120663
|
+
"rtk-paginated-list": [
|
|
120929
120664
|
"rtk-button",
|
|
120930
|
-
"rtk-icon"
|
|
120665
|
+
"rtk-icon",
|
|
120666
|
+
"rtk-spinner"
|
|
120931
120667
|
]
|
|
120932
120668
|
}
|
|
120933
120669
|
},
|
|
@@ -128500,6 +128236,30 @@
|
|
|
128500
128236
|
"getter": false,
|
|
128501
128237
|
"setter": false
|
|
128502
128238
|
},
|
|
128239
|
+
{
|
|
128240
|
+
"name": "isSelf",
|
|
128241
|
+
"type": "boolean",
|
|
128242
|
+
"complexType": {
|
|
128243
|
+
"original": "boolean",
|
|
128244
|
+
"resolved": "boolean",
|
|
128245
|
+
"references": {}
|
|
128246
|
+
},
|
|
128247
|
+
"mutable": false,
|
|
128248
|
+
"attr": "is-self",
|
|
128249
|
+
"reflectToAttr": false,
|
|
128250
|
+
"docs": "Is the message sent by the current user",
|
|
128251
|
+
"docsTags": [],
|
|
128252
|
+
"default": "false",
|
|
128253
|
+
"values": [
|
|
128254
|
+
{
|
|
128255
|
+
"type": "boolean"
|
|
128256
|
+
}
|
|
128257
|
+
],
|
|
128258
|
+
"optional": false,
|
|
128259
|
+
"required": false,
|
|
128260
|
+
"getter": false,
|
|
128261
|
+
"setter": false
|
|
128262
|
+
},
|
|
128503
128263
|
{
|
|
128504
128264
|
"name": "time",
|
|
128505
128265
|
"type": "Date",
|
|
@@ -147419,9 +147179,7 @@
|
|
|
147419
147179
|
"styles": [],
|
|
147420
147180
|
"slots": [],
|
|
147421
147181
|
"parts": [],
|
|
147422
|
-
"dependents": [
|
|
147423
|
-
"rtk-chat"
|
|
147424
|
-
],
|
|
147182
|
+
"dependents": [],
|
|
147425
147183
|
"dependencies": [
|
|
147426
147184
|
"rtk-notification"
|
|
147427
147185
|
],
|
|
@@ -147432,9 +147190,6 @@
|
|
|
147432
147190
|
"rtk-notification": [
|
|
147433
147191
|
"rtk-icon",
|
|
147434
147192
|
"rtk-button"
|
|
147435
|
-
],
|
|
147436
|
-
"rtk-chat": [
|
|
147437
|
-
"rtk-notifications"
|
|
147438
147193
|
]
|
|
147439
147194
|
}
|
|
147440
147195
|
},
|
|
@@ -149258,7 +149013,6 @@
|
|
|
149258
149013
|
"reflectToAttr": false,
|
|
149259
149014
|
"docs": "auto scroll list to bottom",
|
|
149260
149015
|
"docsTags": [],
|
|
149261
|
-
"default": "true",
|
|
149262
149016
|
"values": [
|
|
149263
149017
|
{
|
|
149264
149018
|
"type": "boolean"
|
|
@@ -151243,6 +150997,10 @@
|
|
|
151243
150997
|
"name": "container",
|
|
151244
150998
|
"docs": ""
|
|
151245
150999
|
},
|
|
151000
|
+
{
|
|
151001
|
+
"name": "load-more-icon",
|
|
151002
|
+
"docs": ""
|
|
151003
|
+
},
|
|
151246
151004
|
{
|
|
151247
151005
|
"name": "show-new-messages",
|
|
151248
151006
|
"docs": ""
|
|
@@ -213763,7 +213521,6 @@
|
|
|
213763
213521
|
"dependents": [
|
|
213764
213522
|
"rtk-avatar",
|
|
213765
213523
|
"rtk-breakout-rooms-manager",
|
|
213766
|
-
"rtk-chat",
|
|
213767
213524
|
"rtk-controlbar-button",
|
|
213768
213525
|
"rtk-emoji-picker",
|
|
213769
213526
|
"rtk-idle-screen",
|
|
@@ -213787,9 +213544,6 @@
|
|
|
213787
213544
|
"rtk-breakout-rooms-manager": [
|
|
213788
213545
|
"rtk-spinner"
|
|
213789
213546
|
],
|
|
213790
|
-
"rtk-chat": [
|
|
213791
|
-
"rtk-spinner"
|
|
213792
|
-
],
|
|
213793
213547
|
"rtk-controlbar-button": [
|
|
213794
213548
|
"rtk-spinner"
|
|
213795
213549
|
],
|
|
@@ -226998,8 +226752,13 @@
|
|
|
226998
226752
|
"filePath": "src/components/rtk-text-message/rtk-text-message.tsx",
|
|
226999
226753
|
"encapsulation": "none",
|
|
227000
226754
|
"tag": "rtk-text-message",
|
|
227001
|
-
"docs": "
|
|
227002
|
-
"docsTags": [
|
|
226755
|
+
"docs": "",
|
|
226756
|
+
"docsTags": [
|
|
226757
|
+
{
|
|
226758
|
+
"name": "deprecated",
|
|
226759
|
+
"text": "`rtk-text-message` is deprecated and will be removed soon. Use `rtk-text-message-view` instead.\nA component which renders a text message from chat."
|
|
226760
|
+
}
|
|
226761
|
+
],
|
|
227003
226762
|
"usage": {},
|
|
227004
226763
|
"props": [
|
|
227005
226764
|
{
|
|
@@ -228818,7 +228577,8 @@
|
|
|
228818
228577
|
"rtk-chat-message": [
|
|
228819
228578
|
"rtk-text-message"
|
|
228820
228579
|
]
|
|
228821
|
-
}
|
|
228580
|
+
},
|
|
228581
|
+
"deprecation": "`rtk-text-message` is deprecated and will be removed soon. Use `rtk-text-message-view` instead.\nA component which renders a text message from chat."
|
|
228822
228582
|
},
|
|
228823
228583
|
{
|
|
228824
228584
|
"filePath": "src/components/rtk-text-message-view/rtk-text-message-view.tsx",
|
|
@@ -238517,7 +238277,7 @@
|
|
|
238517
238277
|
"path": "src/types/rtk-client.ts"
|
|
238518
238278
|
},
|
|
238519
238279
|
"src/types/props.ts::States": {
|
|
238520
|
-
"declaration": "export interface States {\n meeting?: 'idle' | 'setup' | 'joined' | 'ended' | 'waiting';\n viewType?: string;\n page?: number;\n maxPeers?: number;\n activeAI?: boolean;\n activeCaptions?: boolean;\n activeMoreMenu?: boolean;\n activeMuteAllConfirmation?: boolean;\n activePermissionsMessage?: PermissionSettings;\n activePlugin?: boolean;\n activeScreenShare?: boolean;\n activeSpotlight?: boolean;\n activeRemoteAccessManager?: boolean;\n activeSettings?: boolean;\n activeDebugger?: boolean;\n activeSidebar?: boolean;\n activeLeaveConfirmation?: boolean;\n activeBroadcastMessageModal?: boolean;\n activeOverlayModal?: {\n active: boolean;\n icon?: string;\n title?: string;\n description?: string;\n timeout?: number;\n };\n activeConfirmationModal?: {\n header?: keyof LangDict;\n active: boolean;\n content?: keyof LangDict;\n variant?: ButtonVariant;\n cancelText?: keyof LangDict;\n ctaText?: keyof LangDict;\n case?: string;\n data?: any;\n onClick?: (...args: any) => void;\n onClose?: (...args: any) => void;\n };\n activeBreakoutRoomsManager?: {\n active: boolean;\n mode?: 'create' | 'edit' | 'view';\n destinationMeetingId?: string;\n };\n activeJoinStage?: boolean;\n activeChannelCreator?: boolean;\n image?: ImageMessage;\n prefs?: UserPreferences;\n sidebar?: RtkSidebarSection;\n roomLeftState?: RoomLeftState | 'unauthorized';\n sidebarFloating?: boolean;\n participantsTabId?: ParticipantsTabId;\n [state: string]: any;\n}",
|
|
238280
|
+
"declaration": "export interface States {\n meeting?: 'idle' | 'setup' | 'joined' | 'ended' | 'waiting';\n viewType?: string;\n page?: number;\n maxPeers?: number;\n activeAI?: boolean;\n activeCaptions?: boolean;\n activeMoreMenu?: boolean;\n activeMuteAllConfirmation?: boolean;\n activePermissionsMessage?: PermissionSettings;\n activePlugin?: boolean;\n activeScreenShare?: boolean;\n activeSpotlight?: boolean;\n activeRemoteAccessManager?: boolean;\n activeSettings?: boolean;\n activeDebugger?: boolean;\n activeSidebar?: boolean;\n activeLeaveConfirmation?: boolean;\n activeBroadcastMessageModal?: boolean;\n activeOverlayModal?: {\n active: boolean;\n icon?: string;\n title?: string;\n description?: string;\n timeout?: number;\n };\n activeConfirmationModal?: {\n header?: keyof LangDict;\n active: boolean;\n content?: keyof LangDict;\n variant?: ButtonVariant;\n cancelText?: keyof LangDict;\n ctaText?: keyof LangDict;\n case?: string;\n data?: any;\n onClick?: (...args: any) => void;\n onClose?: (...args: any) => void;\n };\n activeBreakoutRoomsManager?: {\n active: boolean;\n mode?: 'create' | 'edit' | 'view';\n destinationMeetingId?: string;\n };\n activeJoinStage?: boolean;\n /** @deprecated `activeChannelCreator` is deprecated and will be removed soon. */\n activeChannelCreator?: boolean;\n image?: ImageMessage;\n prefs?: UserPreferences;\n sidebar?: RtkSidebarSection;\n roomLeftState?: RoomLeftState | 'unauthorized';\n sidebarFloating?: boolean;\n participantsTabId?: ParticipantsTabId;\n [state: string]: any;\n}",
|
|
238521
238281
|
"docstring": "Global States object which are shared among components",
|
|
238522
238282
|
"path": "src/types/props.ts"
|
|
238523
238283
|
},
|