@cloudflare/realtimekit-ui 1.1.0-staging.3 → 1.1.0-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.
- package/dist/browser.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/realtimekit-ui.cjs.js +1 -1
- package/dist/cjs/rtk-ai-transcriptions.cjs.entry.js +1 -1
- 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 +267 -247
- package/dist/cjs/rtk-breakout-room-manager_3.cjs.entry.js +4 -4
- package/dist/cjs/rtk-breakout-rooms-manager_9.cjs.entry.js +9 -9
- package/dist/cjs/rtk-channel-creator.cjs.entry.js +2 -2
- package/dist/cjs/rtk-channel-details.cjs.entry.js +1 -1
- package/dist/cjs/rtk-channel-selector-ui.cjs.entry.js +2 -2
- package/dist/cjs/rtk-chat-message.cjs.entry.js +2 -2
- package/dist/cjs/rtk-chat-messages-ui.cjs.entry.js +3 -3
- package/dist/cjs/rtk-chat-search-results.cjs.entry.js +1 -1
- package/dist/cjs/rtk-chat-toggle.cjs.entry.js +27 -22
- 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-toggle.cjs.entry.js +1 -1
- package/dist/cjs/rtk-file-dropzone.cjs.entry.js +1 -1
- package/dist/cjs/rtk-file-message_3.cjs.entry.js +8 -8
- 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-message-list-view.cjs.entry.js +3 -3
- package/dist/cjs/rtk-more-toggle.cjs.entry.js +2 -2
- package/dist/cjs/rtk-name-tag.cjs.entry.js +1 -1
- package/dist/cjs/rtk-notification.cjs.entry.js +2 -2
- 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-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 +2 -2
- package/dist/collection/components/rtk-channel-details/rtk-channel-details.js +1 -1
- package/dist/collection/components/rtk-channel-selector-ui/rtk-channel-selector-ui.js +2 -2
- package/dist/collection/components/rtk-channel-selector-view/rtk-channel-selector-view.css +29 -29
- package/dist/collection/components/rtk-channel-selector-view/rtk-channel-selector-view.js +2 -2
- package/dist/collection/components/rtk-chat/rtk-chat.css +45 -8
- package/dist/collection/components/rtk-chat/rtk-chat.js +15 -7
- package/dist/collection/components/rtk-chat-message/rtk-chat-message.js +2 -2
- package/dist/collection/components/rtk-chat-messages-ui/rtk-chat-messages-ui.js +3 -3
- package/dist/collection/components/rtk-chat-messages-ui-paginated/rtk-chat-messages-ui-paginated.js +3 -3
- package/dist/collection/components/rtk-chat-search-results/rtk-chat-search-results.js +1 -1
- package/dist/collection/components/rtk-chat-toggle/rtk-chat-toggle.css +1 -1
- package/dist/collection/components/rtk-chat-toggle/rtk-chat-toggle.js +27 -26
- 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-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 +2 -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 +4 -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-join-stage/rtk-join-stage.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 +5 -1
- 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-name-tag/rtk-name-tag.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 +5 -5
- package/dist/collection/components/rtk-paginated-list/rtk-paginated-list.js +272 -256
- 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-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 +2 -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/components/{p-9f7b9764.js → p-00bb4abb.js} +6 -6
- package/dist/components/{p-5248ee44.js → p-02b840f8.js} +3 -3
- package/dist/components/{p-a54ac879.js → p-0b2b3442.js} +2 -2
- package/dist/components/p-0d472019.js +362 -0
- package/dist/components/{p-94ba6c49.js → p-0e5cc539.js} +2 -2
- package/dist/components/{p-8901c589.js → p-0f2de0f8.js} +10 -7
- package/dist/components/{p-3a3650bd.js → p-107e55c1.js} +1 -1
- package/dist/components/{p-e62d961a.js → p-1a9e3806.js} +1 -1
- package/dist/components/{p-1da75fdd.js → p-1f5a4682.js} +2 -2
- package/dist/components/{p-bb55fa0c.js → p-2309fb19.js} +2 -2
- package/dist/components/{p-ff320cbb.js → p-241a8245.js} +1 -1
- package/dist/components/{p-93069a8c.js → p-2447a26f.js} +2 -2
- package/dist/components/{p-3bc68ec4.js → p-28170a8d.js} +9 -9
- package/dist/components/{p-ffe562b1.js → p-294cda89.js} +3 -3
- package/dist/components/{p-9c88019e.js → p-2a65883d.js} +1 -1
- package/dist/components/{p-d9845780.js → p-32c6e86d.js} +36 -28
- package/dist/components/{p-0c512fd1.js → p-39e8b34a.js} +1 -1
- package/dist/components/{p-ff8753e8.js → p-3e58e0f3.js} +1 -1
- package/dist/components/{p-2e6987aa.js → p-43d6a221.js} +2 -2
- package/dist/components/{p-7e8d976d.js → p-45220ce9.js} +2 -2
- package/dist/components/{p-962c2e24.js → p-46d99dd9.js} +2 -2
- package/dist/components/{p-9ff37f98.js → p-48acb953.js} +1 -1
- package/dist/components/{p-d9b1945a.js → p-4902c5cf.js} +1 -1
- package/dist/components/{p-5ac9b786.js → p-4aede34c.js} +1 -1
- package/dist/components/{p-6366df1e.js → p-4e5a54c2.js} +10 -10
- package/dist/components/{p-8b4e32b7.js → p-4ebf9684.js} +1 -1
- package/dist/components/{p-94bd91b3.js → p-540d8eb9.js} +1 -1
- package/dist/components/{p-ad7cabcc.js → p-5476e3f3.js} +2 -2
- package/dist/components/{p-471a529a.js → p-5669b6e7.js} +4 -4
- package/dist/components/{p-626c7a5f.js → p-598dc3f2.js} +2 -2
- package/dist/components/{p-c36a303c.js → p-616ae7ab.js} +2 -2
- package/dist/components/{p-a94b2e67.js → p-6739a399.js} +2 -2
- package/dist/components/{p-ad331530.js → p-6c9a833e.js} +1 -1
- package/dist/components/{p-1614fe8f.js → p-713c7ed7.js} +3 -3
- package/dist/components/{p-222454dc.js → p-7148ec6a.js} +1 -1
- package/dist/components/{p-ef493e1b.js → p-761c0e78.js} +1 -1
- package/dist/components/{p-3b6af603.js → p-7f489600.js} +1 -1
- package/dist/components/{p-0e8ff1cc.js → p-819cb785.js} +1 -1
- package/dist/components/{p-68af4225.js → p-89025409.js} +3 -3
- package/dist/components/{p-7a04f0cc.js → p-8cfdac0d.js} +5 -5
- package/dist/components/{p-41224895.js → p-8d6b21d5.js} +3 -3
- package/dist/components/{p-6c20da11.js → p-a25f3aca.js} +2 -2
- package/dist/components/{p-d0c5e808.js → p-a51db0d6.js} +16 -16
- package/dist/components/{p-a48e2cf0.js → p-a73665b4.js} +7 -7
- package/dist/components/{p-a24156ce.js → p-a8a6496d.js} +1 -1
- package/dist/components/{p-b58a185f.js → p-ae376177.js} +14 -14
- package/dist/components/{p-01c968b1.js → p-af3b99f4.js} +2 -2
- package/dist/components/{p-d81ba93a.js → p-bb4983b8.js} +2 -2
- package/dist/components/{p-c2b64e33.js → p-c334f0e5.js} +2 -2
- package/dist/components/{p-88bef213.js → p-cf8f725b.js} +1 -1
- package/dist/components/{p-d6146a96.js → p-d765dbe4.js} +6 -6
- package/dist/components/{p-6523d14b.js → p-da9018ea.js} +6 -6
- package/dist/components/{p-0d582365.js → p-dc3143c0.js} +2 -2
- package/dist/components/{p-58b56794.js → p-e0510925.js} +1 -1
- package/dist/components/{p-5e67d672.js → p-eeb37b16.js} +1 -1
- package/dist/components/{p-f2a47b5b.js → p-fa476519.js} +5 -5
- package/dist/components/{p-fa8f6b4a.js → p-fb836f65.js} +1 -1
- package/dist/components/{p-ba788f9e.js → p-fb900e8f.js} +2 -2
- package/dist/components/{p-262671ff.js → p-fef53de3.js} +1 -1
- package/dist/components/rtk-ai-toggle.js +2 -2
- package/dist/components/rtk-ai-transcriptions.js +1 -1
- package/dist/components/rtk-ai.js +1 -1
- package/dist/components/rtk-audio-grid.js +1 -1
- package/dist/components/rtk-audio-tile.js +3 -3
- 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 +2 -2
- package/dist/components/rtk-broadcast-message-modal.js +1 -1
- package/dist/components/rtk-camera-toggle.js +3 -3
- package/dist/components/rtk-caption-toggle.js +2 -2
- package/dist/components/rtk-channel-creator.js +4 -4
- package/dist/components/rtk-channel-details.js +1 -1
- package/dist/components/rtk-channel-header.js +4 -4
- package/dist/components/rtk-channel-selector-ui.js +4 -4
- package/dist/components/rtk-channel-selector-view.js +1 -1
- package/dist/components/rtk-chat-composer-ui.js +4 -4
- 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 +14 -14
- package/dist/components/rtk-chat-search-results.js +11 -11
- package/dist/components/rtk-chat-toggle.js +30 -26
- package/dist/components/rtk-chat.js +1 -1
- package/dist/components/rtk-clock.js +3 -3
- package/dist/components/rtk-confirmation-modal.js +1 -1
- package/dist/components/rtk-controlbar-button.js +1 -1
- package/dist/components/rtk-controlbar.js +1 -1
- package/dist/components/rtk-counter.js +1 -1
- package/dist/components/rtk-debugger-toggle.js +3 -3
- package/dist/components/rtk-dialog-manager.js +14 -14
- 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-file-dropzone.js +1 -1
- 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 +1 -1
- package/dist/components/rtk-grid.js +4 -4
- package/dist/components/rtk-header.js +1 -1
- package/dist/components/rtk-idle-screen.js +2 -2
- 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 +1 -1
- package/dist/components/rtk-information-tooltip.js +1 -1
- package/dist/components/rtk-join-stage.js +1 -1
- package/dist/components/rtk-leave-button.js +3 -3
- package/dist/components/rtk-leave-meeting.js +1 -1
- package/dist/components/rtk-livestream-player.js +1 -1
- package/dist/components/rtk-livestream-toggle.js +2 -2
- package/dist/components/rtk-markdown-view.js +1 -1
- package/dist/components/rtk-meeting-title.js +1 -1
- package/dist/components/rtk-meeting.js +21 -21
- 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 +4 -4
- package/dist/components/rtk-message-view.js +1 -1
- package/dist/components/rtk-mic-toggle.js +3 -3
- package/dist/components/rtk-mixed-grid.js +3 -3
- package/dist/components/rtk-more-toggle.js +4 -4
- package/dist/components/rtk-mute-all-button.js +3 -3
- package/dist/components/rtk-mute-all-confirmation.js +1 -1
- package/dist/components/rtk-name-tag.js +1 -1
- package/dist/components/rtk-notification.js +1 -1
- package/dist/components/rtk-notifications.js +1 -1
- package/dist/components/rtk-overlay-modal.js +1 -1
- package/dist/components/rtk-paginated-list.js +1 -1
- package/dist/components/rtk-participant-setup.js +2 -2
- package/dist/components/rtk-participant.js +1 -1
- package/dist/components/rtk-participants-audio.js +1 -1
- 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 +2 -2
- 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 +11 -11
- package/dist/components/rtk-permissions-message.js +1 -1
- package/dist/components/rtk-pip-toggle.js +2 -2
- package/dist/components/rtk-plugins-toggle.js +2 -2
- 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 +2 -2
- package/dist/components/rtk-polls.js +1 -1
- package/dist/components/rtk-recording-indicator.js +1 -1
- package/dist/components/rtk-recording-toggle.js +2 -2
- package/dist/components/rtk-screen-share-toggle.js +3 -3
- package/dist/components/rtk-screenshare-view.js +6 -6
- package/dist/components/rtk-settings-audio.js +1 -1
- package/dist/components/rtk-settings-toggle.js +3 -3
- package/dist/components/rtk-settings-video.js +1 -1
- package/dist/components/rtk-settings.js +3 -3
- package/dist/components/rtk-setup-screen.js +1 -1
- package/dist/components/rtk-sidebar.js +5 -5
- package/dist/components/rtk-spinner.js +1 -1
- package/dist/components/rtk-spotlight-grid.js +2 -2
- package/dist/components/rtk-spotlight-indicator.js +1 -1
- package/dist/components/rtk-stage-toggle.js +3 -3
- package/dist/components/rtk-stage.js +1 -1
- 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 +1 -1
- package/dist/components/rtk-virtualized-participant-list.js +1 -1
- package/dist/components/rtk-waiting-screen.js +1 -1
- package/dist/docs/docs-components.json +88 -66
- package/dist/docs/docs-vscode.json +4 -0
- package/dist/esm/loader.js +397 -371
- package/dist/esm/realtimekit-ui.js +1 -1
- package/dist/esm/rtk-ai-transcriptions.entry.js +1 -1
- package/dist/esm/rtk-audio-grid.entry.js +1 -1
- package/dist/esm/rtk-audio-visualizer_4.entry.js +1 -1
- package/dist/esm/rtk-avatar_24.entry.js +267 -247
- package/dist/esm/rtk-breakout-room-manager_3.entry.js +4 -4
- package/dist/esm/rtk-breakout-rooms-manager_9.entry.js +9 -9
- package/dist/esm/rtk-channel-creator.entry.js +2 -2
- package/dist/esm/rtk-channel-details.entry.js +1 -1
- package/dist/esm/rtk-channel-selector-ui.entry.js +2 -2
- package/dist/esm/rtk-chat-message.entry.js +2 -2
- package/dist/esm/rtk-chat-messages-ui.entry.js +3 -3
- package/dist/esm/rtk-chat-search-results.entry.js +1 -1
- package/dist/esm/rtk-chat-toggle.entry.js +27 -22
- package/dist/esm/rtk-clock.entry.js +3 -3
- package/dist/esm/rtk-controlbar.entry.js +1 -1
- package/dist/esm/rtk-debugger-toggle.entry.js +1 -1
- package/dist/esm/rtk-file-dropzone.entry.js +1 -1
- package/dist/esm/rtk-file-message_3.entry.js +8 -8
- package/dist/esm/rtk-header.entry.js +1 -1
- package/dist/esm/rtk-idle-screen.entry.js +1 -1
- package/dist/esm/rtk-image-viewer.entry.js +1 -1
- package/dist/esm/rtk-information-tooltip.entry.js +1 -1
- package/dist/esm/rtk-leave-button.entry.js +1 -1
- package/dist/esm/rtk-message-list-view.entry.js +3 -3
- package/dist/esm/rtk-more-toggle.entry.js +2 -2
- package/dist/esm/rtk-name-tag.entry.js +1 -1
- package/dist/esm/rtk-notification.entry.js +2 -2
- package/dist/esm/rtk-participant-setup.entry.js +2 -2
- package/dist/esm/rtk-participant_2.entry.js +14 -14
- package/dist/esm/rtk-participants-audio.entry.js +1 -1
- package/dist/esm/rtk-participants-stage-list_4.entry.js +1 -1
- package/dist/esm/rtk-plugins_2.entry.js +4 -4
- package/dist/esm/rtk-poll_2.entry.js +3 -3
- package/dist/esm/rtk-recording-indicator.entry.js +1 -1
- package/dist/esm/rtk-screenshare-view.entry.js +5 -5
- package/dist/esm/rtk-settings-toggle.entry.js +1 -1
- package/dist/esm/rtk-spotlight-grid.entry.js +2 -2
- package/dist/esm/rtk-stage.entry.js +1 -1
- package/dist/esm/rtk-transcript.entry.js +1 -1
- package/dist/esm/rtk-waiting-screen.entry.js +1 -1
- package/dist/realtimekit-ui/{p-d2a92f27.entry.js → p-00445029.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-42989f41.entry.js → p-02c6b025.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-af6436dd.entry.js → p-0baa78d7.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-6ba99cc3.entry.js → p-1fe6003b.entry.js} +1 -1
- package/dist/realtimekit-ui/p-21d4bb9c.entry.js +1 -0
- package/dist/realtimekit-ui/{p-ed34d8a1.entry.js → p-23784be6.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-f19668ba.entry.js → p-2441260e.entry.js} +1 -1
- package/dist/realtimekit-ui/p-322957ed.entry.js +1 -0
- package/dist/realtimekit-ui/{p-9ac1b986.entry.js → p-323d1aa4.entry.js} +1 -1
- package/dist/realtimekit-ui/p-44d69c6b.entry.js +1 -0
- package/dist/realtimekit-ui/p-48c87789.entry.js +1 -0
- package/dist/realtimekit-ui/{p-c43c2382.entry.js → p-53680d55.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-5ebc57f8.entry.js → p-54a88fdf.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-beedd1b5.entry.js → p-5892c1e0.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-b64eae39.entry.js → p-612a8d25.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-6437ff4e.entry.js → p-64206b62.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-2f9211b9.entry.js → p-67ead213.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-29c11bdb.entry.js → p-6896e819.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-73a56e4f.entry.js → p-7a9a226e.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-298befae.entry.js → p-80e51a73.entry.js} +1 -1
- package/dist/realtimekit-ui/p-820dad23.entry.js +1 -0
- package/dist/realtimekit-ui/p-83db4de1.entry.js +1 -0
- package/dist/realtimekit-ui/{p-844143f8.entry.js → p-85b3c0c4.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-b4975a33.entry.js → p-8778b3e6.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-447ffea0.entry.js → p-a1408db4.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-1a78c129.entry.js → p-a67e2a25.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-3d5ebc77.entry.js → p-a680da64.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-b6cee65a.entry.js → p-a7172c2d.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-78968008.entry.js → p-a852e0cf.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-503371f7.entry.js → p-ac6c8ebe.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-132fca40.entry.js → p-b25f7d7b.entry.js} +1 -1
- package/dist/realtimekit-ui/p-b51e813e.entry.js +1 -0
- package/dist/realtimekit-ui/{p-f6918dd7.entry.js → p-be5bdd0a.entry.js} +1 -1
- package/dist/realtimekit-ui/p-c5f704a3.entry.js +1 -0
- package/dist/realtimekit-ui/{p-a849f2b3.entry.js → p-cc226b51.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-6928aa8e.entry.js → p-cda276d6.entry.js} +1 -1
- package/dist/realtimekit-ui/p-d880fb69.entry.js +1 -0
- package/dist/realtimekit-ui/p-f457ae6f.entry.js +1 -0
- package/dist/realtimekit-ui/{p-3482a231.entry.js → p-f6c82f1b.entry.js} +1 -1
- package/dist/realtimekit-ui/p-fa86682c.entry.js +1 -0
- package/dist/realtimekit-ui/realtimekit-ui.esm.js +1 -1
- package/dist/types/components/rtk-chat/rtk-chat.d.ts +1 -1
- package/dist/types/components/rtk-chat-toggle/rtk-chat-toggle.d.ts +4 -6
- 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 +68 -53
- package/dist/types/components.d.ts +17 -5
- package/package.json +1 -1
- package/dist/components/p-8e160343.js +0 -357
- package/dist/realtimekit-ui/p-02889d02.entry.js +0 -1
- package/dist/realtimekit-ui/p-0485834f.entry.js +0 -1
- package/dist/realtimekit-ui/p-190523f5.entry.js +0 -1
- package/dist/realtimekit-ui/p-2f6fd6de.entry.js +0 -1
- package/dist/realtimekit-ui/p-3a4e302b.entry.js +0 -1
- package/dist/realtimekit-ui/p-93e9fb59.entry.js +0 -1
- package/dist/realtimekit-ui/p-a9cb6a16.entry.js +0 -1
- package/dist/realtimekit-ui/p-bf234650.entry.js +0 -1
- package/dist/realtimekit-ui/p-ce5a911d.entry.js +0 -1
- package/dist/realtimekit-ui/p-d5144f9d.entry.js +0 -1
- package/dist/realtimekit-ui/p-db831ab6.entry.js +0 -1
|
@@ -27,7 +27,7 @@ const RtkStage$1 = /*@__PURE__*/ proxyCustomElement(class RtkStage extends H {
|
|
|
27
27
|
this.t = useLanguage();
|
|
28
28
|
}
|
|
29
29
|
render() {
|
|
30
|
-
return (h(Host, { key: '
|
|
30
|
+
return (h(Host, { key: 'cfccb12248bda74943e89cfd663504499925e73f' }, h("slot", { key: 'c48c7b62c93cefeeaad9904bbd62ea06c376199e' })));
|
|
31
31
|
}
|
|
32
32
|
static get style() { return RtkStageStyle0; }
|
|
33
33
|
}, [1, "rtk-stage", {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as RtkTextComposerView$1, d as defineCustomElement$1 } from './p-
|
|
1
|
+
import { R as RtkTextComposerView$1, d as defineCustomElement$1 } from './p-4902c5cf.js';
|
|
2
2
|
|
|
3
3
|
const RtkTextComposerView = RtkTextComposerView$1;
|
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as RtkTextMessageView$1, d as defineCustomElement$1 } from './p-
|
|
1
|
+
import { R as RtkTextMessageView$1, d as defineCustomElement$1 } from './p-6739a399.js';
|
|
2
2
|
|
|
3
3
|
const RtkTextMessageView = RtkTextMessageView$1;
|
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -2,7 +2,7 @@ import { p as proxyCustomElement, H, w as writeTask, h, e as Host } from './p-c3
|
|
|
2
2
|
import { c as createDefaultConfig, i as useLanguage, G as clone } from './p-e847fee9.js';
|
|
3
3
|
import './p-a83ccdbd.js';
|
|
4
4
|
import { S as SyncWithStore } from './p-6f7c46d2.js';
|
|
5
|
-
import { d as defineCustomElement$2 } from './p-
|
|
5
|
+
import { d as defineCustomElement$2 } from './p-39e8b34a.js';
|
|
6
6
|
|
|
7
7
|
const rtkTranscriptsCss = ":host{line-height:initial;font-family:var(--rtk-font-family, sans-serif);font-feature-settings:normal;font-variation-settings:normal}p{margin:var(--rtk-space-0, 0px);padding:var(--rtk-space-0, 0px)}:host{position:absolute;top:var(--rtk-space-4, 16px);right:var(--rtk-space-4, 16px);bottom:var(--rtk-space-4, 16px);left:var(--rtk-space-4, 16px);top:auto;display:flex;flex-direction:column;pointer-events:none;justify-content:center;width:100%;z-index:5}rtk-transcript{margin-top:var(--rtk-space-2, 8px)}";
|
|
8
8
|
const RtkTranscriptsStyle0 = rtkTranscriptsCss;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as RtkVirtualizedParticipantList$1, d as defineCustomElement$1 } from './p-
|
|
1
|
+
import { R as RtkVirtualizedParticipantList$1, d as defineCustomElement$1 } from './p-dc3143c0.js';
|
|
2
2
|
|
|
3
3
|
const RtkVirtualizedParticipantList = RtkVirtualizedParticipantList$1;
|
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -30,7 +30,7 @@ const RtkWaitingScreen$1 = /*@__PURE__*/ proxyCustomElement(class RtkWaitingScre
|
|
|
30
30
|
this.t = useLanguage();
|
|
31
31
|
}
|
|
32
32
|
render() {
|
|
33
|
-
return (h(Host, { key: '
|
|
33
|
+
return (h(Host, { key: '42ab084403fb118e17ca88c0aa9ca896d44893b7' }, h("slot", { key: 'd92a248417603793da8efb8d3b914f1730bd2fc0' }, h("div", { key: '45a4c570273ee8e070fea17c340c800859ee72e3', class: "centered", part: "content" }, h("rtk-logo", { key: '7c5fe652ea18ed2cac0c20351525250c83cf8a1d', meeting: this.meeting, config: this.config, part: "logo", t: this.t }), h("p", { key: 'a3ac66ef146ac1f04a9a8e912befa3de40d534a1' }, this.t('waitlist.body_text'))))));
|
|
34
34
|
}
|
|
35
35
|
static get style() { return RtkWaitingScreenStyle0; }
|
|
36
36
|
}, [1, "rtk-waiting-screen", {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-01-
|
|
2
|
+
"timestamp": "2026-01-16T10:29:31",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.27.2",
|
|
@@ -13217,6 +13217,7 @@
|
|
|
13217
13217
|
"rtk-channel-details",
|
|
13218
13218
|
"rtk-channel-selector-ui",
|
|
13219
13219
|
"rtk-channel-selector-view",
|
|
13220
|
+
"rtk-chat",
|
|
13220
13221
|
"rtk-chat-composer-ui",
|
|
13221
13222
|
"rtk-chat-message",
|
|
13222
13223
|
"rtk-message-view",
|
|
@@ -13255,6 +13256,9 @@
|
|
|
13255
13256
|
"rtk-channel-selector-view": [
|
|
13256
13257
|
"rtk-avatar"
|
|
13257
13258
|
],
|
|
13259
|
+
"rtk-chat": [
|
|
13260
|
+
"rtk-avatar"
|
|
13261
|
+
],
|
|
13258
13262
|
"rtk-chat-composer-ui": [
|
|
13259
13263
|
"rtk-avatar"
|
|
13260
13264
|
],
|
|
@@ -40238,20 +40242,26 @@
|
|
|
40238
40242
|
"rtk-meeting"
|
|
40239
40243
|
],
|
|
40240
40244
|
"dependencies": [
|
|
40241
|
-
"rtk-tooltip",
|
|
40242
40245
|
"rtk-icon",
|
|
40246
|
+
"rtk-avatar",
|
|
40243
40247
|
"rtk-chat-composer-view",
|
|
40244
40248
|
"rtk-channel-selector-view",
|
|
40245
40249
|
"rtk-chat-messages-ui-paginated"
|
|
40246
40250
|
],
|
|
40247
40251
|
"dependencyGraph": {
|
|
40248
40252
|
"rtk-chat": [
|
|
40249
|
-
"rtk-tooltip",
|
|
40250
40253
|
"rtk-icon",
|
|
40254
|
+
"rtk-avatar",
|
|
40251
40255
|
"rtk-chat-composer-view",
|
|
40252
40256
|
"rtk-channel-selector-view",
|
|
40253
40257
|
"rtk-chat-messages-ui-paginated"
|
|
40254
40258
|
],
|
|
40259
|
+
"rtk-avatar": [
|
|
40260
|
+
"rtk-spinner"
|
|
40261
|
+
],
|
|
40262
|
+
"rtk-spinner": [
|
|
40263
|
+
"rtk-icon"
|
|
40264
|
+
],
|
|
40255
40265
|
"rtk-chat-composer-view": [
|
|
40256
40266
|
"rtk-emoji-picker",
|
|
40257
40267
|
"rtk-text-message-view",
|
|
@@ -40268,9 +40278,6 @@
|
|
|
40268
40278
|
"rtk-button",
|
|
40269
40279
|
"rtk-icon"
|
|
40270
40280
|
],
|
|
40271
|
-
"rtk-spinner": [
|
|
40272
|
-
"rtk-icon"
|
|
40273
|
-
],
|
|
40274
40281
|
"rtk-text-message-view": [
|
|
40275
40282
|
"rtk-markdown-view"
|
|
40276
40283
|
],
|
|
@@ -40297,15 +40304,11 @@
|
|
|
40297
40304
|
"rtk-avatar",
|
|
40298
40305
|
"rtk-text-message-view"
|
|
40299
40306
|
],
|
|
40300
|
-
"rtk-avatar": [
|
|
40301
|
-
"rtk-spinner"
|
|
40302
|
-
],
|
|
40303
40307
|
"rtk-chat-messages-ui-paginated": [
|
|
40304
40308
|
"rtk-message-view",
|
|
40305
40309
|
"rtk-text-message-view",
|
|
40306
40310
|
"rtk-file-message-view",
|
|
40307
40311
|
"rtk-image-message-view",
|
|
40308
|
-
"rtk-icon",
|
|
40309
40312
|
"rtk-paginated-list"
|
|
40310
40313
|
],
|
|
40311
40314
|
"rtk-message-view": [
|
|
@@ -50561,12 +50564,7 @@
|
|
|
50561
50564
|
"listeners": [],
|
|
50562
50565
|
"styles": [],
|
|
50563
50566
|
"slots": [],
|
|
50564
|
-
"parts": [
|
|
50565
|
-
{
|
|
50566
|
-
"name": "pin-icon",
|
|
50567
|
-
"docs": ""
|
|
50568
|
-
}
|
|
50569
|
-
],
|
|
50567
|
+
"parts": [],
|
|
50570
50568
|
"dependents": [
|
|
50571
50569
|
"rtk-chat"
|
|
50572
50570
|
],
|
|
@@ -50575,7 +50573,6 @@
|
|
|
50575
50573
|
"rtk-text-message-view",
|
|
50576
50574
|
"rtk-file-message-view",
|
|
50577
50575
|
"rtk-image-message-view",
|
|
50578
|
-
"rtk-icon",
|
|
50579
50576
|
"rtk-paginated-list"
|
|
50580
50577
|
],
|
|
50581
50578
|
"dependencyGraph": {
|
|
@@ -50584,7 +50581,6 @@
|
|
|
50584
50581
|
"rtk-text-message-view",
|
|
50585
50582
|
"rtk-file-message-view",
|
|
50586
50583
|
"rtk-image-message-view",
|
|
50587
|
-
"rtk-icon",
|
|
50588
50584
|
"rtk-paginated-list"
|
|
50589
50585
|
],
|
|
50590
50586
|
"rtk-message-view": [
|
|
@@ -56181,10 +56177,6 @@
|
|
|
56181
56177
|
{
|
|
56182
56178
|
"name": "unread-count",
|
|
56183
56179
|
"docs": ""
|
|
56184
|
-
},
|
|
56185
|
-
{
|
|
56186
|
-
"name": "unread-count-dot",
|
|
56187
|
-
"docs": ""
|
|
56188
56180
|
}
|
|
56189
56181
|
],
|
|
56190
56182
|
"dependents": [],
|
|
@@ -98115,7 +98107,6 @@
|
|
|
98115
98107
|
"rtk-chat-composer-view",
|
|
98116
98108
|
"rtk-chat-message",
|
|
98117
98109
|
"rtk-chat-messages-ui",
|
|
98118
|
-
"rtk-chat-messages-ui-paginated",
|
|
98119
98110
|
"rtk-chat-selector-ui",
|
|
98120
98111
|
"rtk-clock",
|
|
98121
98112
|
"rtk-controlbar-button",
|
|
@@ -98222,9 +98213,6 @@
|
|
|
98222
98213
|
"rtk-chat-messages-ui": [
|
|
98223
98214
|
"rtk-icon"
|
|
98224
98215
|
],
|
|
98225
|
-
"rtk-chat-messages-ui-paginated": [
|
|
98226
|
-
"rtk-icon"
|
|
98227
|
-
],
|
|
98228
98216
|
"rtk-chat-selector-ui": [
|
|
98229
98217
|
"rtk-icon"
|
|
98230
98218
|
],
|
|
@@ -120640,12 +120628,18 @@
|
|
|
120640
120628
|
"rtk-chat"
|
|
120641
120629
|
],
|
|
120642
120630
|
"rtk-chat": [
|
|
120643
|
-
"rtk-tooltip",
|
|
120644
120631
|
"rtk-icon",
|
|
120632
|
+
"rtk-avatar",
|
|
120645
120633
|
"rtk-chat-composer-view",
|
|
120646
120634
|
"rtk-channel-selector-view",
|
|
120647
120635
|
"rtk-chat-messages-ui-paginated"
|
|
120648
120636
|
],
|
|
120637
|
+
"rtk-avatar": [
|
|
120638
|
+
"rtk-spinner"
|
|
120639
|
+
],
|
|
120640
|
+
"rtk-spinner": [
|
|
120641
|
+
"rtk-icon"
|
|
120642
|
+
],
|
|
120649
120643
|
"rtk-chat-composer-view": [
|
|
120650
120644
|
"rtk-emoji-picker",
|
|
120651
120645
|
"rtk-text-message-view",
|
|
@@ -120662,9 +120656,6 @@
|
|
|
120662
120656
|
"rtk-button",
|
|
120663
120657
|
"rtk-icon"
|
|
120664
120658
|
],
|
|
120665
|
-
"rtk-spinner": [
|
|
120666
|
-
"rtk-icon"
|
|
120667
|
-
],
|
|
120668
120659
|
"rtk-text-message-view": [
|
|
120669
120660
|
"rtk-markdown-view"
|
|
120670
120661
|
],
|
|
@@ -120691,15 +120682,11 @@
|
|
|
120691
120682
|
"rtk-avatar",
|
|
120692
120683
|
"rtk-text-message-view"
|
|
120693
120684
|
],
|
|
120694
|
-
"rtk-avatar": [
|
|
120695
|
-
"rtk-spinner"
|
|
120696
|
-
],
|
|
120697
120685
|
"rtk-chat-messages-ui-paginated": [
|
|
120698
120686
|
"rtk-message-view",
|
|
120699
120687
|
"rtk-text-message-view",
|
|
120700
120688
|
"rtk-file-message-view",
|
|
120701
120689
|
"rtk-image-message-view",
|
|
120702
|
-
"rtk-icon",
|
|
120703
120690
|
"rtk-paginated-list"
|
|
120704
120691
|
],
|
|
120705
120692
|
"rtk-message-view": [
|
|
@@ -128376,6 +128363,30 @@
|
|
|
128376
128363
|
"getter": false,
|
|
128377
128364
|
"setter": false
|
|
128378
128365
|
},
|
|
128366
|
+
{
|
|
128367
|
+
"name": "pinned",
|
|
128368
|
+
"type": "boolean",
|
|
128369
|
+
"complexType": {
|
|
128370
|
+
"original": "boolean",
|
|
128371
|
+
"resolved": "boolean",
|
|
128372
|
+
"references": {}
|
|
128373
|
+
},
|
|
128374
|
+
"mutable": false,
|
|
128375
|
+
"attr": "pinned",
|
|
128376
|
+
"reflectToAttr": false,
|
|
128377
|
+
"docs": "Is message pinned",
|
|
128378
|
+
"docsTags": [],
|
|
128379
|
+
"default": "false",
|
|
128380
|
+
"values": [
|
|
128381
|
+
{
|
|
128382
|
+
"type": "boolean"
|
|
128383
|
+
}
|
|
128384
|
+
],
|
|
128385
|
+
"optional": false,
|
|
128386
|
+
"required": false,
|
|
128387
|
+
"getter": false,
|
|
128388
|
+
"setter": false
|
|
128389
|
+
},
|
|
128379
128390
|
{
|
|
128380
128391
|
"name": "time",
|
|
128381
128392
|
"type": "Date",
|
|
@@ -150993,7 +151004,7 @@
|
|
|
150993
151004
|
{
|
|
150994
151005
|
"name": "node",
|
|
150995
151006
|
"type": "DataNode",
|
|
150996
|
-
"docs": ""
|
|
151007
|
+
"docs": "- The data node to add to the beginning of the list"
|
|
150997
151008
|
}
|
|
150998
151009
|
],
|
|
150999
151010
|
"references": {
|
|
@@ -151014,11 +151025,16 @@
|
|
|
151014
151025
|
{
|
|
151015
151026
|
"name": "node",
|
|
151016
151027
|
"type": "DataNode",
|
|
151017
|
-
"docs": ""
|
|
151028
|
+
"docs": "- The data node to add to the beginning of the list"
|
|
151018
151029
|
}
|
|
151019
151030
|
],
|
|
151020
|
-
"docs": "
|
|
151021
|
-
"docsTags": [
|
|
151031
|
+
"docs": "Adds a new node to the beginning of the paginated list",
|
|
151032
|
+
"docsTags": [
|
|
151033
|
+
{
|
|
151034
|
+
"name": "param",
|
|
151035
|
+
"text": "node - The data node to add to the beginning of the list"
|
|
151036
|
+
}
|
|
151037
|
+
]
|
|
151022
151038
|
},
|
|
151023
151039
|
{
|
|
151024
151040
|
"name": "onNodeDelete",
|
|
@@ -151027,12 +151043,12 @@
|
|
|
151027
151043
|
"docs": ""
|
|
151028
151044
|
},
|
|
151029
151045
|
"complexType": {
|
|
151030
|
-
"signature": "(
|
|
151046
|
+
"signature": "(id: string) => Promise<void>",
|
|
151031
151047
|
"parameters": [
|
|
151032
151048
|
{
|
|
151033
|
-
"name": "
|
|
151049
|
+
"name": "id",
|
|
151034
151050
|
"type": "string",
|
|
151035
|
-
"docs": ""
|
|
151051
|
+
"docs": "- The id of the node to delete"
|
|
151036
151052
|
}
|
|
151037
151053
|
],
|
|
151038
151054
|
"references": {
|
|
@@ -151043,16 +151059,21 @@
|
|
|
151043
151059
|
},
|
|
151044
151060
|
"return": "Promise<void>"
|
|
151045
151061
|
},
|
|
151046
|
-
"signature": "onNodeDelete(
|
|
151062
|
+
"signature": "onNodeDelete(id: string) => Promise<void>",
|
|
151047
151063
|
"parameters": [
|
|
151048
151064
|
{
|
|
151049
|
-
"name": "
|
|
151065
|
+
"name": "id",
|
|
151050
151066
|
"type": "string",
|
|
151051
|
-
"docs": ""
|
|
151067
|
+
"docs": "- The id of the node to delete"
|
|
151052
151068
|
}
|
|
151053
151069
|
],
|
|
151054
|
-
"docs": "
|
|
151055
|
-
"docsTags": [
|
|
151070
|
+
"docs": "Deletes a node anywhere from the list",
|
|
151071
|
+
"docsTags": [
|
|
151072
|
+
{
|
|
151073
|
+
"name": "param",
|
|
151074
|
+
"text": "id - The id of the node to delete"
|
|
151075
|
+
}
|
|
151076
|
+
]
|
|
151056
151077
|
},
|
|
151057
151078
|
{
|
|
151058
151079
|
"name": "onNodeUpdate",
|
|
@@ -151061,17 +151082,17 @@
|
|
|
151061
151082
|
"docs": ""
|
|
151062
151083
|
},
|
|
151063
151084
|
"complexType": {
|
|
151064
|
-
"signature": "(
|
|
151085
|
+
"signature": "(_id: string, _node: DataNode) => Promise<void>",
|
|
151065
151086
|
"parameters": [
|
|
151066
151087
|
{
|
|
151067
|
-
"name": "
|
|
151088
|
+
"name": "_id",
|
|
151068
151089
|
"type": "string",
|
|
151069
|
-
"docs": ""
|
|
151090
|
+
"docs": "- The id of the node to update"
|
|
151070
151091
|
},
|
|
151071
151092
|
{
|
|
151072
|
-
"name": "
|
|
151093
|
+
"name": "_node",
|
|
151073
151094
|
"type": "DataNode",
|
|
151074
|
-
"docs": ""
|
|
151095
|
+
"docs": "- The updated data node"
|
|
151075
151096
|
}
|
|
151076
151097
|
],
|
|
151077
151098
|
"references": {
|
|
@@ -151087,21 +151108,30 @@
|
|
|
151087
151108
|
},
|
|
151088
151109
|
"return": "Promise<void>"
|
|
151089
151110
|
},
|
|
151090
|
-
"signature": "onNodeUpdate(
|
|
151111
|
+
"signature": "onNodeUpdate(_id: string, _node: DataNode) => Promise<void>",
|
|
151091
151112
|
"parameters": [
|
|
151092
151113
|
{
|
|
151093
|
-
"name": "
|
|
151114
|
+
"name": "_id",
|
|
151094
151115
|
"type": "string",
|
|
151095
|
-
"docs": ""
|
|
151116
|
+
"docs": "- The id of the node to update"
|
|
151096
151117
|
},
|
|
151097
151118
|
{
|
|
151098
|
-
"name": "
|
|
151119
|
+
"name": "_node",
|
|
151099
151120
|
"type": "DataNode",
|
|
151100
|
-
"docs": ""
|
|
151121
|
+
"docs": "- The updated data node"
|
|
151101
151122
|
}
|
|
151102
151123
|
],
|
|
151103
|
-
"docs": "
|
|
151104
|
-
"docsTags": [
|
|
151124
|
+
"docs": "Updates a new node anywhere in the list",
|
|
151125
|
+
"docsTags": [
|
|
151126
|
+
{
|
|
151127
|
+
"name": "param",
|
|
151128
|
+
"text": "_id - The id of the node to update"
|
|
151129
|
+
},
|
|
151130
|
+
{
|
|
151131
|
+
"name": "param",
|
|
151132
|
+
"text": "_node - The updated data node"
|
|
151133
|
+
}
|
|
151134
|
+
]
|
|
151105
151135
|
}
|
|
151106
151136
|
],
|
|
151107
151137
|
"events": [],
|
|
@@ -151113,10 +151143,6 @@
|
|
|
151113
151143
|
"name": "container",
|
|
151114
151144
|
"docs": ""
|
|
151115
151145
|
},
|
|
151116
|
-
{
|
|
151117
|
-
"name": "load-more-icon",
|
|
151118
|
-
"docs": ""
|
|
151119
|
-
},
|
|
151120
151146
|
{
|
|
151121
151147
|
"name": "show-new-messages",
|
|
151122
151148
|
"docs": ""
|
|
@@ -229138,7 +229164,6 @@
|
|
|
229138
229164
|
"rtk-breakout-rooms-manager",
|
|
229139
229165
|
"rtk-camera-toggle",
|
|
229140
229166
|
"rtk-channel-header",
|
|
229141
|
-
"rtk-chat",
|
|
229142
229167
|
"rtk-chat-composer-ui",
|
|
229143
229168
|
"rtk-chat-composer-view",
|
|
229144
229169
|
"rtk-chat-messages-ui",
|
|
@@ -229174,9 +229199,6 @@
|
|
|
229174
229199
|
"rtk-channel-header": [
|
|
229175
229200
|
"rtk-tooltip"
|
|
229176
229201
|
],
|
|
229177
|
-
"rtk-chat": [
|
|
229178
|
-
"rtk-tooltip"
|
|
229179
|
-
],
|
|
229180
229202
|
"rtk-chat-composer-ui": [
|
|
229181
229203
|
"rtk-tooltip"
|
|
229182
229204
|
],
|