@cloudflare/realtimekit-ui 1.1.0 → 1.1.1-staging.1
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-audio-visualizer_4.cjs.entry.js +1 -1
- package/dist/cjs/rtk-avatar_26.cjs.entry.js +21 -13
- package/dist/cjs/rtk-breakout-rooms-manager_9.cjs.entry.js +7 -7
- package/dist/cjs/rtk-file-message_3.cjs.entry.js +6 -6
- package/dist/cjs/rtk-idle-screen.cjs.entry.js +43 -2
- 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-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 +2 -2
- 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-setup-screen.cjs.entry.js +21 -3
- package/dist/cjs/rtk-sidebar-ui.cjs.entry.js +2 -2
- 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/rtk-ai.js +6 -0
- package/dist/collection/components/rtk-breakout-room-toggle/rtk-breakout-rooms-toggle.js +1 -1
- package/dist/collection/components/rtk-breakout-rooms-manager/rtk-breakout-rooms-manager.js +1 -1
- package/dist/collection/components/rtk-broadcast-message-modal/rtk-broadcast-message-modal.js +8 -2
- package/dist/collection/components/rtk-idle-screen/rtk-idle-screen.css +22 -0
- package/dist/collection/components/rtk-idle-screen/rtk-idle-screen.js +76 -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-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-livestream-toggle/rtk-livestream-toggle.js +6 -0
- package/dist/collection/components/rtk-markdown-view/rtk-markdown-view.js +1 -1
- package/dist/collection/components/rtk-meeting/rtk-meeting.js +10 -2
- 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-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-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-participants-stage-queue/rtk-participants-stage-queue.js +6 -0
- package/dist/collection/components/rtk-permissions-message/rtk-permissions-message.js +1 -1
- package/dist/collection/components/rtk-pip-toggle/rtk-pip-toggle.js +6 -0
- 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-setup-screen/rtk-setup-screen.js +22 -3
- package/dist/collection/components/rtk-sidebar-ui/rtk-sidebar-ui.js +8 -2
- 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-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-8861d5a3.js → p-00551379.js} +1 -1
- package/dist/components/{p-7adb3504.js → p-08698341.js} +1 -1
- package/dist/components/{p-e544a590.js → p-0d76966c.js} +2 -2
- package/dist/components/{p-88aded7d.js → p-0f065bee.js} +5 -5
- package/dist/components/{p-8a66a347.js → p-0f39e8ae.js} +1 -1
- package/dist/components/{p-a6c93f34.js → p-1186c3c8.js} +1 -1
- package/dist/components/{p-71fbfb8b.js → p-1cbbf87d.js} +1 -1
- package/dist/components/{p-d0f54eea.js → p-1fd0aeb8.js} +2 -2
- package/dist/components/{p-4a1144e2.js → p-2281c2c4.js} +2 -2
- package/dist/components/{p-52d9029f.js → p-2c66d025.js} +2 -2
- package/dist/components/{p-0a36cb4b.js → p-2f56d366.js} +5 -5
- package/dist/components/{p-d029dd2f.js → p-3577385a.js} +1 -1
- package/dist/components/{p-c9db1b82.js → p-38ba07d0.js} +1 -1
- package/dist/components/{p-4a5d3b4c.js → p-41d43013.js} +2 -2
- package/dist/components/{p-a8d77615.js → p-4870263f.js} +7 -7
- package/dist/components/{p-c3bfa8f1.js → p-4a8d69ae.js} +1 -1
- package/dist/components/{p-4942bfd2.js → p-4b7af749.js} +1 -1
- package/dist/components/{p-b226a124.js → p-512c4515.js} +2 -2
- package/dist/components/{p-881e5548.js → p-526870e9.js} +10 -10
- package/dist/components/{p-c9ee0428.js → p-528cc24e.js} +3 -3
- package/dist/components/{p-e93218b8.js → p-5c4de4b9.js} +5 -5
- package/dist/components/{p-08351fd6.js → p-5cce54f2.js} +2 -2
- package/dist/components/{p-27029836.js → p-61dcdd44.js} +1 -1
- package/dist/components/{p-c39c6e12.js → p-6857797f.js} +3 -3
- package/dist/components/{p-45a9a385.js → p-6c0eb5d7.js} +4 -4
- package/dist/components/{p-af2b1476.js → p-7210157d.js} +2 -2
- package/dist/components/{p-15d2291f.js → p-8123217e.js} +2 -2
- package/dist/components/{p-22827c53.js → p-81658a62.js} +2 -2
- package/dist/components/{p-345a07e8.js → p-81f479e2.js} +2 -2
- package/dist/components/{p-7f71b3c7.js → p-8a0106ed.js} +17 -17
- package/dist/components/{p-a4d13056.js → p-9bf3a2cd.js} +4 -4
- package/dist/components/{p-dfdbb665.js → p-9cf41ab1.js} +1 -1
- package/dist/components/{p-d2cbc2d1.js → p-a101bff7.js} +6 -6
- package/dist/components/{p-2f68e7bb.js → p-a339a693.js} +5 -5
- package/dist/components/{p-2232de67.js → p-a6c17b0d.js} +3 -3
- package/dist/components/{p-abf952f5.js → p-ad179bea.js} +1 -1
- package/dist/components/{p-cd6f04ae.js → p-b1723439.js} +1 -1
- package/dist/components/{p-fe0d125b.js → p-bcff8acc.js} +1 -1
- package/dist/components/{p-b3240843.js → p-c0de7320.js} +1 -1
- package/dist/components/{p-d9626191.js → p-cb053923.js} +1 -1
- package/dist/components/{p-6ac87493.js → p-d0b9b4a1.js} +2 -2
- package/dist/components/{p-7384c20c.js → p-d0eb78a2.js} +4 -4
- package/dist/components/{p-e7b7abfe.js → p-d70fbc37.js} +2 -2
- package/dist/components/{p-dd8a892e.js → p-da13b457.js} +1 -1
- package/dist/components/{p-9f481b70.js → p-f1fa3b2a.js} +2 -2
- package/dist/components/{p-ac6a5fc5.js → p-f4bd3f50.js} +2 -2
- package/dist/components/{p-7f3bfc54.js → p-f517e595.js} +1 -1
- package/dist/components/{p-298aa8be.js → p-fb5a823a.js} +5 -5
- package/dist/components/rtk-ai-toggle.js +2 -2
- package/dist/components/rtk-audio-tile.js +2 -2
- 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 +2 -2
- package/dist/components/rtk-caption-toggle.js +2 -2
- package/dist/components/rtk-chat-composer-ui.js +3 -3
- package/dist/components/rtk-chat-composer-view.js +1 -1
- package/dist/components/rtk-chat-header.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 +9 -9
- package/dist/components/rtk-chat-search-results.js +9 -9
- package/dist/components/rtk-chat-selector.js +1 -1
- package/dist/components/rtk-chat-toggle.js +2 -2
- package/dist/components/rtk-chat.js +1 -1
- package/dist/components/rtk-controlbar-button.js +1 -1
- package/dist/components/rtk-debugger-toggle.js +2 -2
- package/dist/components/rtk-dialog-manager.js +10 -10
- package/dist/components/rtk-emoji-picker.js +1 -1
- package/dist/components/rtk-fullscreen-toggle.js +1 -1
- package/dist/components/rtk-grid.js +4 -4
- package/dist/components/rtk-idle-screen.js +51 -4
- 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-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.js +28 -20
- 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 +2 -2
- package/dist/components/rtk-more-toggle.js +4 -4
- package/dist/components/rtk-mute-all-button.js +2 -2
- package/dist/components/rtk-mute-all-confirmation.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-pinned-message-selector.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 +2 -2
- package/dist/components/rtk-screenshare-view.js +5 -5
- 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 +23 -4
- package/dist/components/rtk-sidebar-ui.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-stage-toggle.js +2 -2
- package/dist/components/rtk-stage.js +1 -1
- package/dist/components/rtk-switch.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-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 +54 -12
- package/dist/docs/docs-vscode.json +6 -6
- package/dist/esm/loader.js +137 -70
- package/dist/esm/realtimekit-ui.js +1 -1
- package/dist/esm/rtk-audio-visualizer_4.entry.js +1 -1
- package/dist/esm/rtk-avatar_26.entry.js +21 -13
- package/dist/esm/rtk-breakout-rooms-manager_9.entry.js +7 -7
- package/dist/esm/rtk-file-message_3.entry.js +6 -6
- package/dist/esm/rtk-idle-screen.entry.js +43 -2
- 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-notification.entry.js +2 -2
- package/dist/esm/rtk-participant-setup.entry.js +2 -2
- package/dist/esm/rtk-participant_2.entry.js +2 -2
- 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-setup-screen.entry.js +21 -3
- package/dist/esm/rtk-sidebar-ui.entry.js +2 -2
- 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-10d4354c.entry.js → p-0511529f.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-be0cae77.entry.js → p-07860158.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-9e27670a.entry.js → p-0bd7eedc.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-4e604bf1.entry.js → p-1a4f0b00.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-cc71c33f.entry.js → p-1efb8f44.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-8e867ba8.entry.js → p-1f877b80.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-f46787e0.entry.js → p-205590ae.entry.js} +1 -1
- package/dist/realtimekit-ui/p-3125a6e7.entry.js +1 -0
- package/dist/realtimekit-ui/{p-309b8a96.entry.js → p-6038d773.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-1e16ecb3.entry.js → p-6741242b.entry.js} +1 -1
- package/dist/realtimekit-ui/p-67e751d5.entry.js +1 -0
- package/dist/realtimekit-ui/{p-60b3fbb2.entry.js → p-67f94206.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-c7ddf9a9.entry.js → p-6a1faaf1.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-c794adf9.entry.js → p-6d0690f6.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-29d3f735.entry.js → p-76b45a0d.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-84476389.entry.js → p-78802076.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-d8e64814.entry.js → p-8dd8bab2.entry.js} +1 -1
- package/dist/realtimekit-ui/p-8e9ff91e.entry.js +1 -0
- package/dist/realtimekit-ui/{p-2251059d.entry.js → p-91735c98.entry.js} +1 -1
- package/dist/realtimekit-ui/p-a09b6b2c.entry.js +1 -0
- package/dist/realtimekit-ui/{p-f42001bb.entry.js → p-aac14289.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-6f913b9b.entry.js → p-b5d279fd.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-cedff249.entry.js → p-b7bbc696.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-fc0eb2e6.entry.js → p-d1a6e546.entry.js} +1 -1
- package/dist/realtimekit-ui/{p-c8239122.entry.js → p-d3acf8e9.entry.js} +1 -1
- package/dist/realtimekit-ui/p-d5af89d0.entry.js +1 -0
- package/dist/realtimekit-ui/realtimekit-ui.esm.js +1 -1
- package/dist/types/components/rtk-ai/rtk-ai.d.ts +6 -0
- package/dist/types/components/rtk-broadcast-message-modal/rtk-broadcast-message-modal.d.ts +6 -0
- package/dist/types/components/rtk-idle-screen/rtk-idle-screen.d.ts +11 -0
- package/dist/types/components/rtk-livestream-toggle/rtk-livestream-toggle.d.ts +6 -0
- package/dist/types/components/rtk-participants-stage-queue/rtk-participants-stage-queue.d.ts +6 -0
- package/dist/types/components/rtk-pip-toggle/rtk-pip-toggle.d.ts +6 -0
- package/dist/types/components/rtk-setup-screen/rtk-setup-screen.d.ts +1 -0
- package/dist/types/components/rtk-sidebar-ui/rtk-sidebar-ui.d.ts +6 -0
- package/dist/types/components.d.ts +128 -0
- package/dist/types/types/props.d.ts +1 -0
- package/package.json +2 -3
- package/dist/realtimekit-ui/p-14dc10b8.entry.js +0 -1
- package/dist/realtimekit-ui/p-5ef7cf76.entry.js +0 -1
- package/dist/realtimekit-ui/p-9599b2e4.entry.js +0 -1
- package/dist/realtimekit-ui/p-bb907330.entry.js +0 -1
- package/dist/realtimekit-ui/p-f8089097.entry.js +0 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-fdad14c9.js';
|
|
2
2
|
import { e as defaultIconPack, i as useLanguage, K as canToggleBreakout } from './p-f19b4abc.js';
|
|
3
3
|
import { S as SyncWithStore } from './p-e334e15c.js';
|
|
4
|
-
import { d as defineCustomElement$4 } from './p-
|
|
4
|
+
import { d as defineCustomElement$4 } from './p-da13b457.js';
|
|
5
5
|
import { d as defineCustomElement$3 } from './p-a3cc7425.js';
|
|
6
|
-
import { d as defineCustomElement$2 } from './p-
|
|
6
|
+
import { d as defineCustomElement$2 } from './p-9cf41ab1.js';
|
|
7
7
|
|
|
8
8
|
const rtkBreakoutRoomsToggleCss = ":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{display:block}";
|
|
9
9
|
const RtkBreakoutRoomsToggleStyle0 = rtkBreakoutRoomsToggleCss;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as RtkBroadcastMessageModal$1, d as defineCustomElement$1 } from './p-
|
|
1
|
+
import { R as RtkBroadcastMessageModal$1, d as defineCustomElement$1 } from './p-512c4515.js';
|
|
2
2
|
|
|
3
3
|
const RtkBroadcastMessageModal = RtkBroadcastMessageModal$1;
|
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-fdad14c9.js';
|
|
2
2
|
import { e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
|
|
3
3
|
import { S as SyncWithStore } from './p-e334e15c.js';
|
|
4
|
-
import { d as defineCustomElement$5 } from './p-
|
|
4
|
+
import { d as defineCustomElement$5 } from './p-da13b457.js';
|
|
5
5
|
import { d as defineCustomElement$4 } from './p-a3cc7425.js';
|
|
6
|
-
import { d as defineCustomElement$3 } from './p-
|
|
6
|
+
import { d as defineCustomElement$3 } from './p-9cf41ab1.js';
|
|
7
7
|
import { d as defineCustomElement$2 } from './p-15156a2c.js';
|
|
8
8
|
|
|
9
9
|
const rtkCameraToggleCss = ":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{display:block}:host([data-hidden]){display:none}";
|
|
@@ -2,9 +2,9 @@ import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-
|
|
|
2
2
|
import { c as createDefaultConfig, e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
|
|
3
3
|
import './p-a83ccdbd.js';
|
|
4
4
|
import { S as SyncWithStore } from './p-e334e15c.js';
|
|
5
|
-
import { d as defineCustomElement$4 } from './p-
|
|
5
|
+
import { d as defineCustomElement$4 } from './p-da13b457.js';
|
|
6
6
|
import { d as defineCustomElement$3 } from './p-a3cc7425.js';
|
|
7
|
-
import { d as defineCustomElement$2 } from './p-
|
|
7
|
+
import { d as defineCustomElement$2 } from './p-9cf41ab1.js';
|
|
8
8
|
|
|
9
9
|
const rtkCaptionToggleCss = ":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{display:block}";
|
|
10
10
|
const RtkCaptionToggleStyle0 = rtkCaptionToggleCss;
|
|
@@ -3,11 +3,11 @@ import { e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
|
|
|
3
3
|
import { r as reverse, h as handleFilesDataTransfer, d as replyBlockPattern, e as extractReplyBlock, s as stripOutReplyBlock, M as MAX_TEXT_LENGTH } from './p-0db812c2.js';
|
|
4
4
|
import { a as gracefulStorage } from './p-a83ccdbd.js';
|
|
5
5
|
import { S as SyncWithStore } from './p-e334e15c.js';
|
|
6
|
-
import { d as defineCustomElement$7 } from './p-
|
|
6
|
+
import { d as defineCustomElement$7 } from './p-38ba07d0.js';
|
|
7
7
|
import { d as defineCustomElement$6 } from './p-e229128b.js';
|
|
8
|
-
import { d as defineCustomElement$5 } from './p-
|
|
8
|
+
import { d as defineCustomElement$5 } from './p-3577385a.js';
|
|
9
9
|
import { d as defineCustomElement$4 } from './p-a3cc7425.js';
|
|
10
|
-
import { d as defineCustomElement$3 } from './p-
|
|
10
|
+
import { d as defineCustomElement$3 } from './p-9cf41ab1.js';
|
|
11
11
|
import { d as defineCustomElement$2 } from './p-15156a2c.js';
|
|
12
12
|
|
|
13
13
|
const rtkChatComposerUiCss = ":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)}.scrollbar{scrollbar-width:thin;scrollbar-color:var(--rtk-scrollbar-color, rgb(var(--rtk-colors-background-600, 60 60 60)))\n var(--rtk-scrollbar-background, transparent)}.scrollbar::-webkit-scrollbar{height:var(--rtk-space-1\\.5, 6px);width:var(--rtk-space-1\\.5, 6px);border-radius:9999px;background-color:var(--rtk-scrollbar-background, transparent)}.scrollbar::-webkit-scrollbar-thumb{border-radius:9999px;background-color:var(--rtk-scrollbar-color, rgb(var(--rtk-colors-background-600, 60 60 60)))}:host{display:flex;flex-direction:column;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-1000, 8 8 8) / var(--tw-bg-opacity))}.chat-input{position:relative;margin:var(--rtk-space-2, 8px);z-index:10;box-sizing:border-box;display:flex;flex-direction:column;border-radius:var(--rtk-border-radius-md, 8px);border:var(--rtk-border-width-sm, 1px) solid rgb(var(--rtk-colors-background-600, 60 60 60))}textarea{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-900, 26 26 26) / var(--tw-bg-opacity));box-sizing:border-box;padding:var(--rtk-space-3, 12px);color:rgb(var(--rtk-colors-text-1000, 255 255 255))}textarea::-moz-placeholder{color:rgb(var(--rtk-colors-text-1000, 255 255 255))}textarea::placeholder{color:rgb(var(--rtk-colors-text-1000, 255 255 255))}textarea{border-top-left-radius:var(--rtk-border-radius-md, 8px);border-top-right-radius:var(--rtk-border-radius-md, 8px);font-family:var(--rtk-font-family, sans-serif);outline:2px solid transparent;outline-offset:2px;resize:none;overflow-y:auto;border-width:var(--rtk-border-width-none, 0);border-style:none;min-height:60px;font-size:16px}.chat-buttons{border-bottom-right-radius:var(--rtk-border-radius-md, 8px);border-bottom-left-radius:var(--rtk-border-radius-md, 8px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-900, 26 26 26) / var(--tw-bg-opacity));display:flex;height:var(--rtk-space-8, 32px);align-items:center;justify-content:space-between;padding-left:var(--rtk-space-3, 12px);padding-right:var(--rtk-space-3, 12px);padding-top:var(--rtk-space-2, 8px);padding-bottom:var(--rtk-space-2, 8px)}.chat-buttons .left rtk-button{margin-right:var(--rtk-space-1, 4px)}.chat-buttons .left rtk-button rtk-icon{height:var(--rtk-space-5, 20px);width:var(--rtk-space-5, 20px)}.chat-buttons .right{z-index:10}.chat-buttons .right .edit-buttons{display:flex;gap:var(--rtk-space-2, 8px)}.chat-buttons>div{display:flex;align-items:center}rtk-emoji-picker{z-index:0;position:absolute;bottom:var(--rtk-space-32, 128px);border-top:var(--rtk-border-width-sm, 1px) solid rgb(var(--rtk-colors-background-600, 60 60 60));animation:0.3s slide-up ease}@keyframes slide-up{from{transform:translateY(100%)}to{transform:translateY(0%)}}.member-list{margin:var(--rtk-space-0, 0px);margin-top:var(--rtk-space-1, 4px);max-height:var(--rtk-space-28, 112px);min-width:var(--rtk-space-40, 160px);max-width:var(--rtk-space-64, 256px);padding:var(--rtk-space-0, 0px);position:absolute;bottom:var(--rtk-space-28, 112px);list-style-type:none;overflow-y:auto;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-900, 26 26 26) / var(--tw-bg-opacity));border-radius:var(--rtk-border-radius-sm, 4px);--tw-border-spacing-x:var(--rtk-space-2, 8px);--tw-border-spacing-y:var(--rtk-space-2, 8px);border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y);border-style:solid;border-color:rgba(var(--rtk-colors-brand-300, 73 124 253) / 0.5)}.member-list .member{display:flex;align-items:center;gap:var(--rtk-space-1, 4px);padding:var(--rtk-space-2, 8px);padding-right:var(--rtk-space-4, 16px);cursor:pointer}.member-list .member rtk-avatar{flex-shrink:0;height:var(--rtk-space-5, 20px);width:var(--rtk-space-5, 20px);font-size:14px;color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)))}.member-list .member span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-list .member:hover,.member-list .member.selected{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-700, 2 70 253) / var(--tw-bg-opacity));color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)))}.suggested-replies{margin:var(--rtk-space-0, 0px);padding:var(--rtk-space-3, 12px);display:flex;flex-wrap:nowrap;gap:var(--rtk-space-2, 8px);list-style-type:none;overflow-x:auto}.suggested-replies rtk-tooltip{flex-shrink:0}.suggested-replies li{padding:var(--rtk-space-2, 8px);border-radius:var(--rtk-border-radius-md, 8px);background-color:rgba(var(--rtk-colors-brand-300, 73 124 253) / 0.75);color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)));cursor:pointer}.suggested-replies li:hover{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-bg-opacity))}.preview-overlay{position:absolute;top:var(--rtk-space-0, 0px);right:var(--rtk-space-0, 0px);bottom:var(--rtk-space-0, 0px);left:var(--rtk-space-0, 0px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity));border-radius:var(--rtk-border-radius-md, 8px)}.file-preview{position:absolute;top:var(--rtk-space-4, 16px);left:var(--rtk-space-4, 16px);max-width:-moz-fit-content;max-width:fit-content;max-height:var(--rtk-space-20, 80px)}.file-preview:hover rtk-tooltip{display:block}.file-preview rtk-tooltip{position:absolute;top:calc(var(--rtk-space-1, 4px) * -1);left:calc(var(--rtk-space-1, 4px) * -1);display:none;margin-left:calc(var(--rtk-space-1, 4px) * -1);margin-top:calc(var(--rtk-space-1, 4px) * -1)}.file-preview rtk-button{display:flex;height:var(--rtk-space-4, 16px);width:var(--rtk-space-4, 16px);align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity));border:1px solid rgb(var(--rtk-colors-text-1000, 255 255 255))}.file-preview rtk-icon{height:var(--rtk-space-3, 12px);width:var(--rtk-space-3, 12px);color:rgb(var(--rtk-colors-text-1000, 255 255 255))}.preview-image{height:var(--rtk-space-16, 64px);width:var(--rtk-space-16, 64px);-o-object-fit:cover;object-fit:cover;max-height:100%;max-width:100%;overflow:clip;border-radius:var(--rtk-border-radius-md, 8px)}.preview-file{padding-left:var(--rtk-space-3, 12px);padding-right:var(--rtk-space-3, 12px);padding-top:var(--rtk-space-2, 8px);padding-bottom:var(--rtk-space-2, 8px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity));overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:var(--rtk-border-radius-md, 8px);max-width:200px}@keyframes scroll-text{0%{transform:translateX(0%)}70%{transform:translateX(-100%)}80%{transform:translateX(0%)}100%{transform:translateX(0%)}}";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as RtkChatComposerView$1, d as defineCustomElement$1 } from './p-
|
|
1
|
+
import { R as RtkChatComposerView$1, d as defineCustomElement$1 } from './p-fb5a823a.js';
|
|
2
2
|
|
|
3
3
|
const RtkChatComposerView = RtkChatComposerView$1;
|
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as RtkChatMessagesUiPaginated$1, d as defineCustomElement$1 } from './p-
|
|
1
|
+
import { R as RtkChatMessagesUiPaginated$1, d as defineCustomElement$1 } from './p-526870e9.js';
|
|
2
2
|
|
|
3
3
|
const RtkChatMessagesUiPaginated = RtkChatMessagesUiPaginated$1;
|
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -4,18 +4,18 @@ import { c as chatUnreadTimestamps } from './p-a83ccdbd.js';
|
|
|
4
4
|
import { d as differenceInMinutes, f as formatDateTime, e as elapsedDuration } from './p-382270d8.js';
|
|
5
5
|
import { s as smoothScrollToBottom } from './p-0752f2ba.js';
|
|
6
6
|
import { S as SyncWithStore } from './p-e334e15c.js';
|
|
7
|
-
import { d as defineCustomElement$e } from './p-
|
|
7
|
+
import { d as defineCustomElement$e } from './p-38ba07d0.js';
|
|
8
8
|
import { d as defineCustomElement$d } from './p-e229128b.js';
|
|
9
9
|
import { d as defineCustomElement$c } from './p-154bed23.js';
|
|
10
10
|
import { d as defineCustomElement$b } from './p-a3cc7425.js';
|
|
11
|
-
import { d as defineCustomElement$a } from './p-
|
|
12
|
-
import { d as defineCustomElement$9 } from './p-
|
|
13
|
-
import { d as defineCustomElement$8 } from './p-
|
|
14
|
-
import { d as defineCustomElement$7 } from './p-
|
|
15
|
-
import { d as defineCustomElement$6 } from './p-
|
|
16
|
-
import { d as defineCustomElement$5 } from './p-
|
|
17
|
-
import { d as defineCustomElement$4 } from './p-
|
|
18
|
-
import { d as defineCustomElement$3 } from './p-
|
|
11
|
+
import { d as defineCustomElement$a } from './p-d0eb78a2.js';
|
|
12
|
+
import { d as defineCustomElement$9 } from './p-61dcdd44.js';
|
|
13
|
+
import { d as defineCustomElement$8 } from './p-d70fbc37.js';
|
|
14
|
+
import { d as defineCustomElement$7 } from './p-b1723439.js';
|
|
15
|
+
import { d as defineCustomElement$6 } from './p-0f39e8ae.js';
|
|
16
|
+
import { d as defineCustomElement$5 } from './p-a339a693.js';
|
|
17
|
+
import { d as defineCustomElement$4 } from './p-9cf41ab1.js';
|
|
18
|
+
import { d as defineCustomElement$3 } from './p-8123217e.js';
|
|
19
19
|
import { d as defineCustomElement$2 } from './p-15156a2c.js';
|
|
20
20
|
|
|
21
21
|
const rtkChatMessagesUiCss = ":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)}.scrollbar{scrollbar-width:thin;scrollbar-color:var(--rtk-scrollbar-color, rgb(var(--rtk-colors-background-600, 60 60 60)))\n var(--rtk-scrollbar-background, transparent)}.scrollbar::-webkit-scrollbar{height:var(--rtk-space-1\\.5, 6px);width:var(--rtk-space-1\\.5, 6px);border-radius:9999px;background-color:var(--rtk-scrollbar-background, transparent)}.scrollbar::-webkit-scrollbar-thumb{border-radius:9999px;background-color:var(--rtk-scrollbar-color, rgb(var(--rtk-colors-background-600, 60 60 60)))}:host{position:relative;display:flex;flex-direction:column;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-900, 26 26 26) / var(--tw-bg-opacity));word-break:break-word}.chat-container{box-sizing:border-box;display:flex;flex-direction:column;padding-top:var(--rtk-space-4, 16px);padding-bottom:var(--rtk-space-4, 16px);flex:1 0 0px;overflow-y:scroll}.chat-container .spacer{flex:1 1 auto}.chat-container .chat{flex:0 0 auto}.file-picker{display:none}.chat .head{margin-bottom:var(--rtk-space-2, 8px);display:flex;align-items:center}.chat .head .name{margin-right:var(--rtk-space-2, 8px);font-size:12px;font-weight:700}.chat .head .time{font-size:12px;color:rgb(var(--rtk-colors-text-800, 255 255 255 / 0.76))}.chat .body{overflow-wrap:break-word;line-height:1.5}.chat .body .emoji{font-size:24px}p{margin:var(--rtk-space-0, 0px);line-height:1.5}rtk-message-view{margin-top:var(--rtk-space-2, 8px);display:block;padding-left:var(--rtk-space-2, 8px);padding-right:var(--rtk-space-2, 8px);color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88));box-sizing:border-box}rtk-message-view::part(message){flex-grow:1}*[is-continued] rtk-message-view{margin-top:var(--rtk-space-1, 4px)}.pinned .message-wrapper{position:relative}.pinned .pin-button{position:absolute;right:var(--rtk-space-4, 16px);top:calc(var(--rtk-space-4, 16px) * -1);display:flex;border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-600, 60 60 60) / var(--tw-bg-opacity))}.pinned .pin-button:hover rtk-button{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-600, 13 81 253) / var(--tw-bg-opacity))}.pinned rtk-message-view{--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-700, 44 44 44) / var(--tw-bg-opacity));padding-top:var(--rtk-space-1, 4px);padding-bottom:var(--rtk-space-1, 4px)}a{--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-text-opacity));text-decoration-line:none}a:hover{text-decoration-line:underline}.new-chat-marker{display:flex;width:100%;align-items:center;gap:var(--rtk-space-2, 8px);--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-300, 73 124 253) / var(--tw-text-opacity))}.new-chat-marker::before{content:'';height:1px;flex:1 1 0%;background-color:rgba(var(--rtk-colors-brand-300, 73 124 253) / 0.5)}.show-new-messages-ctr{pointer-events:none;display:flex;justify-content:flex-end;padding:var(--rtk-space-3, 12px);z-index:0;margin-top:calc(var(--rtk-space-14, 56px) * -1)}.show-new-messages{pointer-events:auto;--tw-translate-y:var(--rtk-space-16, 64px);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:0;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.show-new-messages.active{--tw-translate-y:var(--rtk-space-0, 0px);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:1}";
|
|
@@ -2,18 +2,18 @@ import { p as proxyCustomElement, H, h, d as Host } from './p-fdad14c9.js';
|
|
|
2
2
|
import { e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
|
|
3
3
|
import './p-a83ccdbd.js';
|
|
4
4
|
import { S as SyncWithStore } from './p-e334e15c.js';
|
|
5
|
-
import { d as defineCustomElement$d } from './p-
|
|
5
|
+
import { d as defineCustomElement$d } from './p-38ba07d0.js';
|
|
6
6
|
import { d as defineCustomElement$c } from './p-e229128b.js';
|
|
7
|
-
import { d as defineCustomElement$b } from './p-
|
|
7
|
+
import { d as defineCustomElement$b } from './p-4870263f.js';
|
|
8
8
|
import { d as defineCustomElement$a } from './p-cd6656bf.js';
|
|
9
9
|
import { d as defineCustomElement$9 } from './p-a3cc7425.js';
|
|
10
|
-
import { d as defineCustomElement$8 } from './p-
|
|
11
|
-
import { d as defineCustomElement$7 } from './p-
|
|
12
|
-
import { d as defineCustomElement$6 } from './p-
|
|
13
|
-
import { d as defineCustomElement$5 } from './p-
|
|
14
|
-
import { d as defineCustomElement$4 } from './p-
|
|
15
|
-
import { d as defineCustomElement$3 } from './p-
|
|
16
|
-
import { d as defineCustomElement$2 } from './p-
|
|
10
|
+
import { d as defineCustomElement$8 } from './p-2f56d366.js';
|
|
11
|
+
import { d as defineCustomElement$7 } from './p-d70fbc37.js';
|
|
12
|
+
import { d as defineCustomElement$6 } from './p-b1723439.js';
|
|
13
|
+
import { d as defineCustomElement$5 } from './p-0f39e8ae.js';
|
|
14
|
+
import { d as defineCustomElement$4 } from './p-4a8d69ae.js';
|
|
15
|
+
import { d as defineCustomElement$3 } from './p-9cf41ab1.js';
|
|
16
|
+
import { d as defineCustomElement$2 } from './p-41d43013.js';
|
|
17
17
|
|
|
18
18
|
const rtkChatSearchResultsCss = ":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{display:flex;height:100%;flex-direction:column;position:relative;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-900, 26 26 26) / var(--tw-bg-opacity))}";
|
|
19
19
|
const RtkChatSearchResultsStyle0 = rtkChatSearchResultsCss;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as RtkChatSelector$1, d as defineCustomElement$1 } from './p-
|
|
1
|
+
import { R as RtkChatSelector$1, d as defineCustomElement$1 } from './p-528cc24e.js';
|
|
2
2
|
|
|
3
3
|
const RtkChatSelector = RtkChatSelector$1;
|
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -2,9 +2,9 @@ import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-
|
|
|
2
2
|
import { e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
|
|
3
3
|
import { c as canViewChat } from './p-8cea6257.js';
|
|
4
4
|
import { S as SyncWithStore } from './p-e334e15c.js';
|
|
5
|
-
import { d as defineCustomElement$4 } from './p-
|
|
5
|
+
import { d as defineCustomElement$4 } from './p-da13b457.js';
|
|
6
6
|
import { d as defineCustomElement$3 } from './p-a3cc7425.js';
|
|
7
|
-
import { d as defineCustomElement$2 } from './p-
|
|
7
|
+
import { d as defineCustomElement$2 } from './p-9cf41ab1.js';
|
|
8
8
|
|
|
9
9
|
const rtkChatToggleCss = ":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:relative;display:block}:host([data-hidden]){display:none}.unread-count{position:absolute;right:var(--rtk-space-4, 16px);box-sizing:border-box;padding:var(--rtk-space-0\\.5, 2px);-webkit-user-select:none;-moz-user-select:none;user-select:none;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-bg-opacity));font-size:12px;color:rgb(var(--rtk-colors-text-on-brand-1000, var(--rtk-colors-text-1000, 255 255 255)));display:flex;height:var(--rtk-space-5, 20px);min-width:var(--rtk-space-5, 20px);align-items:center;justify-content:center;border-radius:9999px;z-index:1}.unread-count-dot{position:absolute;right:var(--rtk-space-3, 12px);z-index:10;--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-bg-opacity));border-radius:50%;display:flex;height:var(--rtk-space-4, 16px);width:var(--rtk-space-4, 16px);align-items:center;justify-content:center}:host([variant='horizontal']) .unread-count{right:var(--rtk-space-4, 16px);top:50%;transform:translateY(-50%)}";
|
|
10
10
|
const RtkChatToggleStyle0 = rtkChatToggleCss;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as RtkControlbarButton$1, d as defineCustomElement$1 } from './p-
|
|
1
|
+
import { R as RtkControlbarButton$1, d as defineCustomElement$1 } from './p-da13b457.js';
|
|
2
2
|
|
|
3
3
|
const RtkControlbarButton = RtkControlbarButton$1;
|
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-fdad14c9.js';
|
|
2
2
|
import { i as useLanguage, e as defaultIconPack } from './p-f19b4abc.js';
|
|
3
3
|
import { S as SyncWithStore } from './p-e334e15c.js';
|
|
4
|
-
import { d as defineCustomElement$4 } from './p-
|
|
4
|
+
import { d as defineCustomElement$4 } from './p-da13b457.js';
|
|
5
5
|
import { d as defineCustomElement$3 } from './p-a3cc7425.js';
|
|
6
|
-
import { d as defineCustomElement$2 } from './p-
|
|
6
|
+
import { d as defineCustomElement$2 } from './p-9cf41ab1.js';
|
|
7
7
|
|
|
8
8
|
const rtkDebuggerToggleCss = ":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{display:block}";
|
|
9
9
|
const RtkDebuggerToggleStyle0 = rtkDebuggerToggleCss;
|
|
@@ -2,11 +2,11 @@ import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-
|
|
|
2
2
|
import { c as createDefaultConfig, e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
|
|
3
3
|
import { S as SyncWithStore } from './p-e334e15c.js';
|
|
4
4
|
import { R as Render } from './p-f3c261ec.js';
|
|
5
|
-
import { d as defineCustomElement$n } from './p-
|
|
6
|
-
import { d as defineCustomElement$m } from './p-
|
|
7
|
-
import { d as defineCustomElement$l } from './p-
|
|
8
|
-
import { d as defineCustomElement$k } from './p-
|
|
9
|
-
import { d as defineCustomElement$j } from './p-
|
|
5
|
+
import { d as defineCustomElement$n } from './p-38ba07d0.js';
|
|
6
|
+
import { d as defineCustomElement$m } from './p-2281c2c4.js';
|
|
7
|
+
import { d as defineCustomElement$l } from './p-2c66d025.js';
|
|
8
|
+
import { d as defineCustomElement$k } from './p-6c0eb5d7.js';
|
|
9
|
+
import { d as defineCustomElement$j } from './p-512c4515.js';
|
|
10
10
|
import { d as defineCustomElement$i } from './p-e229128b.js';
|
|
11
11
|
import { d as defineCustomElement$h } from './p-b2d5329f.js';
|
|
12
12
|
import { d as defineCustomElement$g } from './p-2976fcb0.js';
|
|
@@ -18,11 +18,11 @@ import { d as defineCustomElement$b } from './p-dacaa250.js';
|
|
|
18
18
|
import { d as defineCustomElement$a } from './p-eff3c856.js';
|
|
19
19
|
import { d as defineCustomElement$9 } from './p-a3cc7425.js';
|
|
20
20
|
import { d as defineCustomElement$8 } from './p-ecbb4e46.js';
|
|
21
|
-
import { d as defineCustomElement$7 } from './p-
|
|
22
|
-
import { d as defineCustomElement$6 } from './p-
|
|
23
|
-
import { d as defineCustomElement$5 } from './p-
|
|
24
|
-
import { d as defineCustomElement$4 } from './p-
|
|
25
|
-
import { d as defineCustomElement$3 } from './p-
|
|
21
|
+
import { d as defineCustomElement$7 } from './p-81658a62.js';
|
|
22
|
+
import { d as defineCustomElement$6 } from './p-1186c3c8.js';
|
|
23
|
+
import { d as defineCustomElement$5 } from './p-c0de7320.js';
|
|
24
|
+
import { d as defineCustomElement$4 } from './p-f517e595.js';
|
|
25
|
+
import { d as defineCustomElement$3 } from './p-9cf41ab1.js';
|
|
26
26
|
import { d as defineCustomElement$2 } from './p-15156a2c.js';
|
|
27
27
|
|
|
28
28
|
const rtkDialogManagerCss = ":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{display:block}";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as RtkFullscreenToggle$1, d as defineCustomElement$1 } from './p-
|
|
1
|
+
import { R as RtkFullscreenToggle$1, d as defineCustomElement$1 } from './p-d0b9b4a1.js';
|
|
2
2
|
|
|
3
3
|
const RtkFullscreenToggle = RtkFullscreenToggle$1;
|
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -5,12 +5,12 @@ import { R as Render } from './p-f3c261ec.js';
|
|
|
5
5
|
import { S as SyncWithStore } from './p-e334e15c.js';
|
|
6
6
|
import { d as defaultGridSize } from './p-b13ddb7d.js';
|
|
7
7
|
import { d as defineCustomElement$9 } from './p-e229128b.js';
|
|
8
|
-
import { d as defineCustomElement$8 } from './p-
|
|
9
|
-
import { d as defineCustomElement$7 } from './p-
|
|
8
|
+
import { d as defineCustomElement$8 } from './p-da13b457.js';
|
|
9
|
+
import { d as defineCustomElement$7 } from './p-d0b9b4a1.js';
|
|
10
10
|
import { d as defineCustomElement$6 } from './p-a3cc7425.js';
|
|
11
11
|
import { d as defineCustomElement$5 } from './p-6e373d96.js';
|
|
12
|
-
import { d as defineCustomElement$4 } from './p-
|
|
13
|
-
import { d as defineCustomElement$3 } from './p-
|
|
12
|
+
import { d as defineCustomElement$4 } from './p-a6c17b0d.js';
|
|
13
|
+
import { d as defineCustomElement$3 } from './p-9cf41ab1.js';
|
|
14
14
|
import { d as defineCustomElement$2 } from './p-c6c4c24e.js';
|
|
15
15
|
|
|
16
16
|
const rtkGridCss = ":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{display:block;height:100%;width:100%}.offline-grid{display:flex;height:100%;width:100%;flex-direction:column;align-items:center;justify-content:center}.offline-grid h3{margin-top:var(--rtk-space-2, 8px);margin-bottom:var(--rtk-space-2, 8px);margin-left:var(--rtk-space-0, 0px);margin-right:var(--rtk-space-0, 0px);font-size:20px;font-weight:500;color:rgb(var(--rtk-colors-text-900, 255 255 255 / 0.88))}.offline-grid p{margin-top:var(--rtk-space-1, 4px);margin-bottom:var(--rtk-space-1, 4px);margin-left:var(--rtk-space-0, 0px);margin-right:var(--rtk-space-0, 0px);text-align:center;font-size:16px;font-weight:400;color:rgb(var(--rtk-colors-text-700, 255 255 255 / 0.64))}.offline-grid rtk-icon{margin-bottom:var(--rtk-space-2, 8px)}.webinar-stage{box-sizing:border-box;height:100%;display:flex;align-content:center;align-items:center;justify-content:center;text-align:center}.webinar-stage h2{margin:var(--rtk-space-0, 0px);font-weight:normal}rtk-viewer-count{display:none}.ctr{display:flex;flex-direction:column;align-items:center}.message{font-size:16px;border-radius:var(--rtk-border-radius-lg, 12px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-background-800, 30 30 30) / var(--tw-bg-opacity));padding-left:var(--rtk-space-8, 32px);padding-right:var(--rtk-space-8, 32px);padding-top:var(--rtk-space-4, 16px);padding-bottom:var(--rtk-space-4, 16px);color:rgb(var(--rtk-colors-text-1000, 255 255 255))}.description{margin-top:var(--rtk-space-4, 16px);margin-bottom:var(--rtk-space-4, 16px);font-size:14px}rtk-livestream-indicator{display:none}@media only screen and (max-device-height: 480px) and (orientation: landscape){rtk-viewer-count[variant='embedded']{position:absolute;top:var(--rtk-space-0, 0px);right:var(--rtk-space-2, 8px);z-index:20;margin-top:var(--rtk-space-0, 0px);margin-left:var(--rtk-space-0, 0px);display:flex}rtk-livestream-indicator{position:absolute;top:var(--rtk-space-0, 0px);left:var(--rtk-space-2, 8px);z-index:20;margin-top:var(--rtk-space-0, 0px);margin-left:var(--rtk-space-0, 0px);display:flex}}";
|
|
@@ -4,9 +4,9 @@ import './p-a83ccdbd.js';
|
|
|
4
4
|
import { S as SyncWithStore } from './p-e334e15c.js';
|
|
5
5
|
import { d as defineCustomElement$4 } from './p-a3cc7425.js';
|
|
6
6
|
import { d as defineCustomElement$3 } from './p-fa8cf270.js';
|
|
7
|
-
import { d as defineCustomElement$2 } from './p-
|
|
7
|
+
import { d as defineCustomElement$2 } from './p-9cf41ab1.js';
|
|
8
8
|
|
|
9
|
-
const rtkIdleScreenCss = ":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{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.ctr{display:flex;flex-direction:column;align-items:center;gap:var(--rtk-space-8, 32px)}rtk-logo.loaded{height:var(--rtk-space-12, 48px)}rtk-spinner{height:var(--rtk-space-12, 48px);width:var(--rtk-space-12, 48px);--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-text-opacity))}";
|
|
9
|
+
const rtkIdleScreenCss = ":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{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.ctr{display:flex;flex-direction:column;align-items:center;gap:var(--rtk-space-8, 32px)}.no-network-badge{margin-top:var(--rtk-space-2, 8px);display:flex;width:100%;flex-direction:row;align-items:center;justify-content:flex-start;border-radius:var(--rtk-border-radius-sm, 4px);--tw-bg-opacity:1;background-color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-bg-opacity));background-color:rgba(var(--rtk-colors-danger, 255 45 45) / 0.1);padding-top:var(--rtk-space-1, 4px);padding-bottom:var(--rtk-space-1, 4px);font-size:12px;color:rgba(var(--rtk-colors-danger, 255 45 45) / 0.75)}.no-network-badge rtk-icon{margin-left:var(--rtk-space-2, 8px);margin-right:var(--rtk-space-2, 8px)}rtk-logo.loaded{height:var(--rtk-space-12, 48px)}rtk-spinner{height:var(--rtk-space-12, 48px);width:var(--rtk-space-12, 48px);--tw-text-opacity:1;color:rgba(var(--rtk-colors-brand-500, 33 96 253) / var(--tw-text-opacity))}";
|
|
10
10
|
const RtkIdleScreenStyle0 = rtkIdleScreenCss;
|
|
11
11
|
|
|
12
12
|
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -30,20 +30,67 @@ const RtkIdleScreen$1 = /*@__PURE__*/ proxyCustomElement(class RtkIdleScreen ext
|
|
|
30
30
|
this.iconPack = defaultIconPack;
|
|
31
31
|
/** Language */
|
|
32
32
|
this.t = useLanguage();
|
|
33
|
+
this.socketStateUpdate = ({ state }) => {
|
|
34
|
+
var _a;
|
|
35
|
+
this.connectionState = state;
|
|
36
|
+
if (state === 'connected') {
|
|
37
|
+
if (!((_a = this.states) === null || _a === void 0 ? void 0 : _a.joinError)) {
|
|
38
|
+
this.joinError = undefined;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
connectedCallback() {
|
|
44
|
+
this.meetingChanged(this.meeting, undefined);
|
|
45
|
+
this.statesChanged(this.states);
|
|
46
|
+
}
|
|
47
|
+
disconnectedCallback() {
|
|
48
|
+
var _a, _b;
|
|
49
|
+
(_b = (_a = this.meeting) === null || _a === void 0 ? void 0 : _a.meta) === null || _b === void 0 ? void 0 : _b.removeListener('socketConnectionUpdate', this.socketStateUpdate);
|
|
50
|
+
}
|
|
51
|
+
meetingChanged(meeting, oldMeeting) {
|
|
52
|
+
var _a, _b, _c, _d;
|
|
53
|
+
(_a = oldMeeting === null || oldMeeting === void 0 ? void 0 : oldMeeting.meta) === null || _a === void 0 ? void 0 : _a.removeListener('socketConnectionUpdate', this.socketStateUpdate);
|
|
54
|
+
if (!meeting)
|
|
55
|
+
return;
|
|
56
|
+
this.connectionState = (_c = (_b = meeting.meta) === null || _b === void 0 ? void 0 : _b.socketState) === null || _c === void 0 ? void 0 : _c.state;
|
|
57
|
+
(_d = meeting.meta) === null || _d === void 0 ? void 0 : _d.addListener('socketConnectionUpdate', this.socketStateUpdate);
|
|
58
|
+
}
|
|
59
|
+
statesChanged(states) {
|
|
60
|
+
this.joinError = states === null || states === void 0 ? void 0 : states.joinError;
|
|
33
61
|
}
|
|
34
62
|
render() {
|
|
35
|
-
|
|
63
|
+
const showSocketError = !!this.connectionState && this.connectionState !== 'connected' && !this.joinError;
|
|
64
|
+
const errorText = this.joinError
|
|
65
|
+
? this.joinError
|
|
66
|
+
: this.connectionState === 'failed'
|
|
67
|
+
? this.t('network.lost_extended')
|
|
68
|
+
: this.t('network.lost');
|
|
69
|
+
return (h(Host, { key: '5b33a77fbe2d968dc0c54d7c6ff3894202df0d94' }, h("slot", { key: 'eac40b23ef0198400c376606a1e5ff575c4b9014' }, h("div", { key: '121ffb27b1e9c35dd8b15f0eb6a25c00226416ac', class: "ctr", part: "container" }, h("rtk-logo", { key: 'eb2230d7dc1915df6469427767a9beab5dd63eb3', meeting: this.meeting, config: this.config, t: this.t, part: "logo" }), this.joinError || showSocketError ? (h("div", { class: "no-network-badge", part: "network-badge" }, h("rtk-icon", { size: "md", variant: "danger", icon: this.iconPack.disconnected, part: "network-badge-icon" }), errorText)) : (h("rtk-spinner", { "aria-label": "Idle, waiting for meeting data", part: "spinner", iconPack: this.iconPack }))))));
|
|
36
70
|
}
|
|
71
|
+
static get watchers() { return {
|
|
72
|
+
"meeting": ["meetingChanged"],
|
|
73
|
+
"states": ["statesChanged"]
|
|
74
|
+
}; }
|
|
37
75
|
static get style() { return RtkIdleScreenStyle0; }
|
|
38
76
|
}, [1, "rtk-idle-screen", {
|
|
39
77
|
"meeting": [16],
|
|
78
|
+
"states": [16],
|
|
40
79
|
"config": [16],
|
|
41
80
|
"iconPack": [16],
|
|
42
|
-
"t": [16]
|
|
81
|
+
"t": [16],
|
|
82
|
+
"joinError": [32],
|
|
83
|
+
"connectionState": [32]
|
|
84
|
+
}, undefined, {
|
|
85
|
+
"meeting": ["meetingChanged"],
|
|
86
|
+
"states": ["statesChanged"]
|
|
43
87
|
}]);
|
|
44
88
|
__decorate([
|
|
45
89
|
SyncWithStore()
|
|
46
90
|
], RtkIdleScreen$1.prototype, "meeting", void 0);
|
|
91
|
+
__decorate([
|
|
92
|
+
SyncWithStore()
|
|
93
|
+
], RtkIdleScreen$1.prototype, "states", void 0);
|
|
47
94
|
__decorate([
|
|
48
95
|
SyncWithStore()
|
|
49
96
|
], RtkIdleScreen$1.prototype, "config", void 0);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as RtkImageMessageView$1, d as defineCustomElement$1 } from './p-
|
|
1
|
+
import { R as RtkImageMessageView$1, d as defineCustomElement$1 } from './p-d0eb78a2.js';
|
|
2
2
|
|
|
3
3
|
const RtkImageMessageView = RtkImageMessageView$1;
|
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as RtkImageMessage$1, d as defineCustomElement$1 } from './p-
|
|
1
|
+
import { R as RtkImageMessage$1, d as defineCustomElement$1 } from './p-2f56d366.js';
|
|
2
2
|
|
|
3
3
|
const RtkImageMessage = RtkImageMessage$1;
|
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -45,7 +45,7 @@ const RtkImageViewer$1 = /*@__PURE__*/ proxyCustomElement(class RtkImageViewer e
|
|
|
45
45
|
document.removeEventListener('click', this.handleOutsideClick);
|
|
46
46
|
}
|
|
47
47
|
render() {
|
|
48
|
-
return (h(Host, { key: '
|
|
48
|
+
return (h(Host, { key: '6f8bcc73b18fd868c085d6447ced2ecb24e42325', class: "scrollbar", onClick: (e) => e.stopPropagation() }, h("div", { key: '11f7ad8c7e89442c0d257c57144a5408d90a178a', class: "header" }, h("div", { key: 'e9d10589aa9ceb961a34e55f74238a17632c4baf', class: "shared-by-user" }, this.t('chat.img.shared_by'), ' ', h("span", { key: '3d37f78f6f9c7a92a91bdc18086e24d2818e9ed8', class: "displayName" }, formatName(shorten(this.image.displayName)))), h("div", { key: 'c551cd3d122d1be1076963de15b3f1d76520151c', class: "actions" }, h("rtk-button", { key: '5433bb1fb5e6dac6925d3116d4836b00cb4c69e1', onClick: () => downloadFile(this.image.link, { fallbackName: 'image' }) }, h("rtk-icon", { key: '93ed055d68686903014fd5ebaee3330643a91859', icon: this.iconPack.download, slot: "start" }), "Download"), h("rtk-button", { key: 'e77e1d1cbd4daaa09f133cf4ca54efcea74fd7b2', kind: "icon", variant: "secondary", onClick: () => this.close.emit() }, h("rtk-icon", { key: '8884eb7345fd6903e00c1c7f86c51abe499066e9', icon: this.iconPack.dismiss })))), h("div", { key: 'b223cb91a00ce7967efe5ebcd1f0c680567ba098', class: "image-ctr" }, h("img", { key: 'b4ffa73bd05908314cb164302e51621a64fa074e', src: this.image.link }))));
|
|
49
49
|
}
|
|
50
50
|
static get style() { return RtkImageViewerStyle0; }
|
|
51
51
|
}, [1, "rtk-image-viewer", {
|
|
@@ -26,7 +26,7 @@ const RtkInformationTooltip$1 = /*@__PURE__*/ proxyCustomElement(class RtkInform
|
|
|
26
26
|
this.iconPack = defaultIconPack;
|
|
27
27
|
}
|
|
28
28
|
render() {
|
|
29
|
-
return (h(Host, { key: '
|
|
29
|
+
return (h(Host, { key: 'f6ceb562ad29d9bcafe1faaa7f8680cb968509bf' }, h("div", { key: 'f4136f844d6ba57d43e4af5aae03a54a8d439028', class: "tooltip-container" }, h("rtk-icon", { key: 'c6ddee8984ae5f6560484b970bdc10a832be06ec', icon: this.iconPack.info, size: "sm" }), h("div", { key: '78e4eefcd29ee99dcc9fba0cbf015b39b0097348', class: "tooltip" }, h("slot", { key: '1561ac818363c0cbb031a4b4a10d1a56a1dbe379', name: "tootlip-text" })))));
|
|
30
30
|
}
|
|
31
31
|
static get style() { return RtkInformationTooltipStyle0; }
|
|
32
32
|
}, [1, "rtk-information-tooltip", {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-fdad14c9.js';
|
|
2
2
|
import { e as defaultIconPack, i as useLanguage } from './p-f19b4abc.js';
|
|
3
3
|
import { S as SyncWithStore } from './p-e334e15c.js';
|
|
4
|
-
import { d as defineCustomElement$4 } from './p-
|
|
4
|
+
import { d as defineCustomElement$4 } from './p-da13b457.js';
|
|
5
5
|
import { d as defineCustomElement$3 } from './p-a3cc7425.js';
|
|
6
|
-
import { d as defineCustomElement$2 } from './p-
|
|
6
|
+
import { d as defineCustomElement$2 } from './p-9cf41ab1.js';
|
|
7
7
|
|
|
8
8
|
const rtkLeaveButtonCss = ":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{display:block}";
|
|
9
9
|
const RtkLeaveButtonStyle0 = rtkLeaveButtonCss;
|
|
@@ -36,7 +36,7 @@ const RtkLeaveButton$1 = /*@__PURE__*/ proxyCustomElement(class RtkLeaveButton e
|
|
|
36
36
|
}
|
|
37
37
|
render() {
|
|
38
38
|
const text = this.t('leave');
|
|
39
|
-
return (h(Host, { key: '
|
|
39
|
+
return (h(Host, { key: 'f9d5f5cbd3323721da299d2422fee1bd17c65535', label: text }, h("rtk-controlbar-button", { key: 'f33758dc5b8d3f31cfeefed9b7fd8e0a10b9fd76', size: this.size, iconPack: this.iconPack, class: "leave red-icon", onClick: this.leave, icon: this.iconPack.call_end, label: text, variant: this.variant, part: "controlbar-button" })));
|
|
40
40
|
}
|
|
41
41
|
static get style() { return RtkLeaveButtonStyle0; }
|
|
42
42
|
}, [1, "rtk-leave-button", {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as RtkLeaveMeeting$1, d as defineCustomElement$1 } from './p-
|
|
1
|
+
import { R as RtkLeaveMeeting$1, d as defineCustomElement$1 } from './p-81658a62.js';
|
|
2
2
|
|
|
3
3
|
const RtkLeaveMeeting = RtkLeaveMeeting$1;
|
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as RtkLivestreamPlayer$1, d as defineCustomElement$1 } from './p-
|
|
1
|
+
import { R as RtkLivestreamPlayer$1, d as defineCustomElement$1 } from './p-a6c17b0d.js';
|
|
2
2
|
|
|
3
3
|
const RtkLivestreamPlayer = RtkLivestreamPlayer$1;
|
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, c as createEvent, h, d as Host } from './p-fdad14c9.js';
|
|
2
2
|
import { e as defaultIconPack, i as useLanguage, C as isLiveStreamHost } from './p-f19b4abc.js';
|
|
3
3
|
import { S as SyncWithStore } from './p-e334e15c.js';
|
|
4
|
-
import { d as defineCustomElement$4 } from './p-
|
|
4
|
+
import { d as defineCustomElement$4 } from './p-da13b457.js';
|
|
5
5
|
import { d as defineCustomElement$3 } from './p-a3cc7425.js';
|
|
6
|
-
import { d as defineCustomElement$2 } from './p-
|
|
6
|
+
import { d as defineCustomElement$2 } from './p-9cf41ab1.js';
|
|
7
7
|
|
|
8
8
|
const rtkLivestreamToggleCss = ":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{display:block}:host([data-hidden]){display:none}";
|
|
9
9
|
const RtkLivestreamToggleStyle0 = rtkLivestreamToggleCss;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { R as RtkMarkdownView$1, d as defineCustomElement$1 } from './p-
|
|
1
|
+
import { R as RtkMarkdownView$1, d as defineCustomElement$1 } from './p-61dcdd44.js';
|
|
2
2
|
|
|
3
3
|
const RtkMarkdownView = RtkMarkdownView$1;
|
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -5,30 +5,30 @@ import { R as Render } from './p-f3c261ec.js';
|
|
|
5
5
|
import { g as generateConfig } from './p-73db39b8.js';
|
|
6
6
|
import './p-a83ccdbd.js';
|
|
7
7
|
import { i as index } from './p-f47d4fe8.js';
|
|
8
|
-
import { d as defineCustomElement$q } from './p-
|
|
8
|
+
import { d as defineCustomElement$q } from './p-38ba07d0.js';
|
|
9
9
|
import { d as defineCustomElement$p } from './p-e229128b.js';
|
|
10
|
-
import { d as defineCustomElement$o } from './p-
|
|
11
|
-
import { d as defineCustomElement$n } from './p-
|
|
12
|
-
import { d as defineCustomElement$m } from './p-
|
|
13
|
-
import { d as defineCustomElement$l } from './p-
|
|
14
|
-
import { d as defineCustomElement$k } from './p-
|
|
10
|
+
import { d as defineCustomElement$o } from './p-8a0106ed.js';
|
|
11
|
+
import { d as defineCustomElement$n } from './p-fb5a823a.js';
|
|
12
|
+
import { d as defineCustomElement$m } from './p-5c4de4b9.js';
|
|
13
|
+
import { d as defineCustomElement$l } from './p-526870e9.js';
|
|
14
|
+
import { d as defineCustomElement$k } from './p-528cc24e.js';
|
|
15
15
|
import { d as defineCustomElement$j } from './p-e0ef3893.js';
|
|
16
|
-
import { d as defineCustomElement$i } from './p-
|
|
16
|
+
import { d as defineCustomElement$i } from './p-3577385a.js';
|
|
17
17
|
import { d as defineCustomElement$h } from './p-9e1478a0.js';
|
|
18
18
|
import { d as defineCustomElement$g } from './p-154bed23.js';
|
|
19
19
|
import { d as defineCustomElement$f } from './p-06de876f.js';
|
|
20
20
|
import { d as defineCustomElement$e } from './p-a3cc7425.js';
|
|
21
|
-
import { d as defineCustomElement$d } from './p-
|
|
22
|
-
import { d as defineCustomElement$c } from './p-
|
|
23
|
-
import { d as defineCustomElement$b } from './p-
|
|
24
|
-
import { d as defineCustomElement$a } from './p-
|
|
25
|
-
import { d as defineCustomElement$9 } from './p-
|
|
26
|
-
import { d as defineCustomElement$8 } from './p-
|
|
27
|
-
import { d as defineCustomElement$7 } from './p-
|
|
28
|
-
import { d as defineCustomElement$6 } from './p-
|
|
29
|
-
import { d as defineCustomElement$5 } from './p-
|
|
30
|
-
import { d as defineCustomElement$4 } from './p-
|
|
31
|
-
import { d as defineCustomElement$3 } from './p-
|
|
21
|
+
import { d as defineCustomElement$d } from './p-d0eb78a2.js';
|
|
22
|
+
import { d as defineCustomElement$c } from './p-61dcdd44.js';
|
|
23
|
+
import { d as defineCustomElement$b } from './p-d70fbc37.js';
|
|
24
|
+
import { d as defineCustomElement$a } from './p-b1723439.js';
|
|
25
|
+
import { d as defineCustomElement$9 } from './p-0f39e8ae.js';
|
|
26
|
+
import { d as defineCustomElement$8 } from './p-a339a693.js';
|
|
27
|
+
import { d as defineCustomElement$7 } from './p-4a8d69ae.js';
|
|
28
|
+
import { d as defineCustomElement$6 } from './p-6857797f.js';
|
|
29
|
+
import { d as defineCustomElement$5 } from './p-9cf41ab1.js';
|
|
30
|
+
import { d as defineCustomElement$4 } from './p-08698341.js';
|
|
31
|
+
import { d as defineCustomElement$3 } from './p-8123217e.js';
|
|
32
32
|
import { d as defineCustomElement$2 } from './p-15156a2c.js';
|
|
33
33
|
|
|
34
34
|
const sm = 640;
|
|
@@ -68,7 +68,7 @@ const RtkMeeting$1 = /*@__PURE__*/ proxyCustomElement(class RtkMeeting extends H
|
|
|
68
68
|
/** Since RtkMeeting by design works as a provider for component, to be in sync with other providers, added provider id */
|
|
69
69
|
this.providerId = 'provider-' + Math.floor(Math.random() * 100);
|
|
70
70
|
this.roomJoinedListener = () => {
|
|
71
|
-
this.updateStates({ meeting: 'joined' });
|
|
71
|
+
this.updateStates({ meeting: 'joined', joinError: undefined });
|
|
72
72
|
};
|
|
73
73
|
this.waitlistedListener = () => {
|
|
74
74
|
this.updateStates({ meeting: 'waiting' });
|
|
@@ -277,7 +277,15 @@ const RtkMeeting$1 = /*@__PURE__*/ proxyCustomElement(class RtkMeeting extends H
|
|
|
277
277
|
this.updateStates({ meeting: 'setup' });
|
|
278
278
|
}
|
|
279
279
|
else {
|
|
280
|
-
meeting
|
|
280
|
+
meeting
|
|
281
|
+
.joinRoom()
|
|
282
|
+
.then(() => {
|
|
283
|
+
this.updateStates({ joinError: undefined });
|
|
284
|
+
})
|
|
285
|
+
.catch((err) => {
|
|
286
|
+
const message = (err === null || err === void 0 ? void 0 : err.message) ? err.message : this.t('network.lost_extended');
|
|
287
|
+
this.updateStates({ joinError: message });
|
|
288
|
+
});
|
|
281
289
|
}
|
|
282
290
|
}
|
|
283
291
|
window.removeEventListener('rtkError', this.authErrorListener);
|