@cloudflare/realtimekit-angular-ui 1.1.0-staging.10 → 1.1.0-staging.11
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/esm2020/lib/components.module.mjs +1 -1
- package/esm2020/lib/stencil-generated/components.mjs +7 -136
- package/esm2020/lib/stencil-generated/index.mjs +1 -6
- package/fesm2015/cloudflare-realtimekit-angular-ui.mjs +8 -137
- package/fesm2015/cloudflare-realtimekit-angular-ui.mjs.map +1 -1
- package/fesm2020/cloudflare-realtimekit-angular-ui.mjs +8 -137
- package/fesm2020/cloudflare-realtimekit-angular-ui.mjs.map +1 -1
- package/lib/components.module.d.ts +1 -1
- package/lib/stencil-generated/components.d.ts +2 -86
- package/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -455,130 +455,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
455
455
|
inputs: ['config', 'iconPack', 'meeting', 'size', 'states', 't', 'variant'],
|
|
456
456
|
}]
|
|
457
457
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
458
|
-
let RtkChannelCreator = class RtkChannelCreator {
|
|
459
|
-
constructor(c, r, z) {
|
|
460
|
-
this.z = z;
|
|
461
|
-
c.detach();
|
|
462
|
-
this.el = r.nativeElement;
|
|
463
|
-
proxyOutputs(this, this.el, ['rtkStateUpdate', 'switchChannel']);
|
|
464
|
-
}
|
|
465
|
-
};
|
|
466
|
-
RtkChannelCreator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkChannelCreator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
467
|
-
RtkChannelCreator.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkChannelCreator, selector: "rtk-channel-creator", inputs: { iconPack: "iconPack", meeting: "meeting", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
468
|
-
RtkChannelCreator = __decorate([
|
|
469
|
-
ProxyCmp({
|
|
470
|
-
inputs: ['iconPack', 'meeting', 't']
|
|
471
|
-
})
|
|
472
|
-
], RtkChannelCreator);
|
|
473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkChannelCreator, decorators: [{
|
|
474
|
-
type: Component,
|
|
475
|
-
args: [{
|
|
476
|
-
selector: 'rtk-channel-creator',
|
|
477
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
478
|
-
template: '<ng-content></ng-content>',
|
|
479
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
480
|
-
inputs: ['iconPack', 'meeting', 't'],
|
|
481
|
-
}]
|
|
482
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
483
|
-
let RtkChannelDetails = class RtkChannelDetails {
|
|
484
|
-
constructor(c, r, z) {
|
|
485
|
-
this.z = z;
|
|
486
|
-
c.detach();
|
|
487
|
-
this.el = r.nativeElement;
|
|
488
|
-
}
|
|
489
|
-
};
|
|
490
|
-
RtkChannelDetails.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkChannelDetails, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
491
|
-
RtkChannelDetails.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkChannelDetails, selector: "rtk-channel-details", inputs: { channel: "channel", iconPack: "iconPack", members: "members", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
492
|
-
RtkChannelDetails = __decorate([
|
|
493
|
-
ProxyCmp({
|
|
494
|
-
inputs: ['channel', 'iconPack', 'members', 't']
|
|
495
|
-
})
|
|
496
|
-
], RtkChannelDetails);
|
|
497
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkChannelDetails, decorators: [{
|
|
498
|
-
type: Component,
|
|
499
|
-
args: [{
|
|
500
|
-
selector: 'rtk-channel-details',
|
|
501
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
502
|
-
template: '<ng-content></ng-content>',
|
|
503
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
504
|
-
inputs: ['channel', 'iconPack', 'members', 't'],
|
|
505
|
-
}]
|
|
506
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
507
|
-
let RtkChannelHeader = class RtkChannelHeader {
|
|
508
|
-
constructor(c, r, z) {
|
|
509
|
-
this.z = z;
|
|
510
|
-
c.detach();
|
|
511
|
-
this.el = r.nativeElement;
|
|
512
|
-
proxyOutputs(this, this.el, ['search', 'searchDismissed', 'back']);
|
|
513
|
-
}
|
|
514
|
-
};
|
|
515
|
-
RtkChannelHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkChannelHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
516
|
-
RtkChannelHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkChannelHeader, selector: "rtk-channel-header", inputs: { channel: "channel", iconPack: "iconPack", meeting: "meeting", showBackButton: "showBackButton", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
517
|
-
RtkChannelHeader = __decorate([
|
|
518
|
-
ProxyCmp({
|
|
519
|
-
inputs: ['channel', 'iconPack', 'meeting', 'showBackButton', 't']
|
|
520
|
-
})
|
|
521
|
-
], RtkChannelHeader);
|
|
522
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkChannelHeader, decorators: [{
|
|
523
|
-
type: Component,
|
|
524
|
-
args: [{
|
|
525
|
-
selector: 'rtk-channel-header',
|
|
526
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
527
|
-
template: '<ng-content></ng-content>',
|
|
528
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
529
|
-
inputs: ['channel', 'iconPack', 'meeting', 'showBackButton', 't'],
|
|
530
|
-
}]
|
|
531
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
532
|
-
let RtkChannelSelectorUi = class RtkChannelSelectorUi {
|
|
533
|
-
constructor(c, r, z) {
|
|
534
|
-
this.z = z;
|
|
535
|
-
c.detach();
|
|
536
|
-
this.el = r.nativeElement;
|
|
537
|
-
proxyOutputs(this, this.el, ['channelChanged']);
|
|
538
|
-
}
|
|
539
|
-
};
|
|
540
|
-
RtkChannelSelectorUi.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkChannelSelectorUi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
541
|
-
RtkChannelSelectorUi.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkChannelSelectorUi, selector: "rtk-channel-selector-ui", inputs: { channels: "channels", iconPack: "iconPack", selectedChannelId: "selectedChannelId", showRecentMessage: "showRecentMessage", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
542
|
-
RtkChannelSelectorUi = __decorate([
|
|
543
|
-
ProxyCmp({
|
|
544
|
-
inputs: ['channels', 'iconPack', 'selectedChannelId', 'showRecentMessage', 't']
|
|
545
|
-
})
|
|
546
|
-
], RtkChannelSelectorUi);
|
|
547
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkChannelSelectorUi, decorators: [{
|
|
548
|
-
type: Component,
|
|
549
|
-
args: [{
|
|
550
|
-
selector: 'rtk-channel-selector-ui',
|
|
551
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
552
|
-
template: '<ng-content></ng-content>',
|
|
553
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
554
|
-
inputs: ['channels', 'iconPack', 'selectedChannelId', 'showRecentMessage', 't'],
|
|
555
|
-
}]
|
|
556
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
557
|
-
let RtkChannelSelectorView = class RtkChannelSelectorView {
|
|
558
|
-
constructor(c, r, z) {
|
|
559
|
-
this.z = z;
|
|
560
|
-
c.detach();
|
|
561
|
-
this.el = r.nativeElement;
|
|
562
|
-
proxyOutputs(this, this.el, ['channelChange']);
|
|
563
|
-
}
|
|
564
|
-
};
|
|
565
|
-
RtkChannelSelectorView.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkChannelSelectorView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
566
|
-
RtkChannelSelectorView.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkChannelSelectorView, selector: "rtk-channel-selector-view", inputs: { channels: "channels", disableSearch: "disableSearch", hideAvatar: "hideAvatar", iconPack: "iconPack", selectedChannelId: "selectedChannelId", t: "t", viewAs: "viewAs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
567
|
-
RtkChannelSelectorView = __decorate([
|
|
568
|
-
ProxyCmp({
|
|
569
|
-
inputs: ['channels', 'disableSearch', 'hideAvatar', 'iconPack', 'selectedChannelId', 't', 'viewAs']
|
|
570
|
-
})
|
|
571
|
-
], RtkChannelSelectorView);
|
|
572
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkChannelSelectorView, decorators: [{
|
|
573
|
-
type: Component,
|
|
574
|
-
args: [{
|
|
575
|
-
selector: 'rtk-channel-selector-view',
|
|
576
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
577
|
-
template: '<ng-content></ng-content>',
|
|
578
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
579
|
-
inputs: ['channels', 'disableSearch', 'hideAvatar', 'iconPack', 'selectedChannelId', 't', 'viewAs'],
|
|
580
|
-
}]
|
|
581
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
582
458
|
let RtkChat = class RtkChat {
|
|
583
459
|
constructor(c, r, z) {
|
|
584
460
|
this.z = z;
|
|
@@ -613,10 +489,10 @@ let RtkChatComposerUi = class RtkChatComposerUi {
|
|
|
613
489
|
}
|
|
614
490
|
};
|
|
615
491
|
RtkChatComposerUi.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkChatComposerUi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
616
|
-
RtkChatComposerUi.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkChatComposerUi, selector: "rtk-chat-composer-ui", inputs: { canSendFiles: "canSendFiles", canSendTextMessage: "canSendTextMessage",
|
|
492
|
+
RtkChatComposerUi.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkChatComposerUi, selector: "rtk-chat-composer-ui", inputs: { canSendFiles: "canSendFiles", canSendTextMessage: "canSendTextMessage", disableEmojiPicker: "disableEmojiPicker", iconPack: "iconPack", members: "members", prefill: "prefill", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
617
493
|
RtkChatComposerUi = __decorate([
|
|
618
494
|
ProxyCmp({
|
|
619
|
-
inputs: ['canSendFiles', 'canSendTextMessage', '
|
|
495
|
+
inputs: ['canSendFiles', 'canSendTextMessage', 'disableEmojiPicker', 'iconPack', 'members', 'prefill', 'size', 't']
|
|
620
496
|
})
|
|
621
497
|
], RtkChatComposerUi);
|
|
622
498
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkChatComposerUi, decorators: [{
|
|
@@ -626,7 +502,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
626
502
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
627
503
|
template: '<ng-content></ng-content>',
|
|
628
504
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
629
|
-
inputs: ['canSendFiles', 'canSendTextMessage', '
|
|
505
|
+
inputs: ['canSendFiles', 'canSendTextMessage', 'disableEmojiPicker', 'iconPack', 'members', 'prefill', 'size', 't'],
|
|
630
506
|
}]
|
|
631
507
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
632
508
|
let RtkChatComposerView = class RtkChatComposerView {
|
|
@@ -713,10 +589,10 @@ let RtkChatMessagesUiPaginated = class RtkChatMessagesUiPaginated {
|
|
|
713
589
|
}
|
|
714
590
|
};
|
|
715
591
|
RtkChatMessagesUiPaginated.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkChatMessagesUiPaginated, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
716
|
-
RtkChatMessagesUiPaginated.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkChatMessagesUiPaginated, selector: "rtk-chat-messages-ui-paginated", inputs: { iconPack: "iconPack", leftAlign: "leftAlign", meeting: "meeting",
|
|
592
|
+
RtkChatMessagesUiPaginated.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkChatMessagesUiPaginated, selector: "rtk-chat-messages-ui-paginated", inputs: { iconPack: "iconPack", leftAlign: "leftAlign", meeting: "meeting", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
717
593
|
RtkChatMessagesUiPaginated = __decorate([
|
|
718
594
|
ProxyCmp({
|
|
719
|
-
inputs: ['iconPack', 'leftAlign', 'meeting', '
|
|
595
|
+
inputs: ['iconPack', 'leftAlign', 'meeting', 'size', 't']
|
|
720
596
|
})
|
|
721
597
|
], RtkChatMessagesUiPaginated);
|
|
722
598
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkChatMessagesUiPaginated, decorators: [{
|
|
@@ -726,7 +602,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
726
602
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
727
603
|
template: '<ng-content></ng-content>',
|
|
728
604
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
729
|
-
inputs: ['iconPack', 'leftAlign', 'meeting', '
|
|
605
|
+
inputs: ['iconPack', 'leftAlign', 'meeting', 'size', 't'],
|
|
730
606
|
}]
|
|
731
607
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
732
608
|
let RtkChatSearchResults = class RtkChatSearchResults {
|
|
@@ -3473,11 +3349,6 @@ const DIRECTIVES = [
|
|
|
3473
3349
|
RtkCameraSelector,
|
|
3474
3350
|
RtkCameraToggle,
|
|
3475
3351
|
RtkCaptionToggle,
|
|
3476
|
-
RtkChannelCreator,
|
|
3477
|
-
RtkChannelDetails,
|
|
3478
|
-
RtkChannelHeader,
|
|
3479
|
-
RtkChannelSelectorUi,
|
|
3480
|
-
RtkChannelSelectorView,
|
|
3481
3352
|
RtkChat,
|
|
3482
3353
|
RtkChatComposerUi,
|
|
3483
3354
|
RtkChatComposerView,
|
|
@@ -3600,7 +3471,7 @@ const DIRECTIVES = [
|
|
|
3600
3471
|
class RealtimeKitComponentsModule {
|
|
3601
3472
|
}
|
|
3602
3473
|
RealtimeKitComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RealtimeKitComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3603
|
-
RealtimeKitComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RealtimeKitComponentsModule, declarations: [RtkAi, RtkAiToggle, RtkAiTranscriptions, RtkAudioGrid, RtkAudioTile, RtkAudioVisualizer, RtkAvatar, RtkBreakoutRoomManager, RtkBreakoutRoomParticipants, RtkBreakoutRoomsManager, RtkBreakoutRoomsToggle, RtkBroadcastMessageModal, RtkButton, RtkCameraSelector, RtkCameraToggle, RtkCaptionToggle,
|
|
3474
|
+
RealtimeKitComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RealtimeKitComponentsModule, declarations: [RtkAi, RtkAiToggle, RtkAiTranscriptions, RtkAudioGrid, RtkAudioTile, RtkAudioVisualizer, RtkAvatar, RtkBreakoutRoomManager, RtkBreakoutRoomParticipants, RtkBreakoutRoomsManager, RtkBreakoutRoomsToggle, RtkBroadcastMessageModal, RtkButton, RtkCameraSelector, RtkCameraToggle, RtkCaptionToggle, RtkChat, RtkChatComposerUi, RtkChatComposerView, RtkChatMessage, RtkChatMessagesUi, RtkChatMessagesUiPaginated, RtkChatSearchResults, RtkChatSelectorUi, RtkChatToggle, RtkClock, RtkConfirmationModal, RtkControlbar, RtkControlbarButton, RtkCounter, RtkDebugger, RtkDebuggerAudio, RtkDebuggerScreenshare, RtkDebuggerSystem, RtkDebuggerToggle, RtkDebuggerVideo, RtkDialog, RtkDialogManager, RtkDraftAttachmentView, RtkEmojiPicker, RtkEmojiPickerButton, RtkEndedScreen, RtkFileDropzone, RtkFileMessage, RtkFileMessageView, RtkFilePickerButton, RtkFullscreenToggle, RtkGrid, RtkGridPagination, RtkHeader, RtkIcon, RtkIdleScreen, RtkImageMessage, RtkImageMessageView, RtkImageViewer, RtkInformationTooltip, RtkJoinStage, RtkLeaveButton, RtkLeaveMeeting, RtkLivestreamIndicator, RtkLivestreamPlayer, RtkLivestreamToggle, RtkLogo, RtkMarkdownView, RtkMeeting, RtkMeetingTitle, RtkMenu, RtkMenuItem, RtkMenuList, RtkMessageListView, RtkMessageView, RtkMicToggle, RtkMicrophoneSelector, RtkMixedGrid, RtkMoreToggle, RtkMuteAllButton, RtkMuteAllConfirmation, RtkNameTag, RtkNetworkIndicator, RtkNotification, RtkNotifications, RtkOverlayModal, RtkPaginatedList, RtkParticipant, RtkParticipantCount, RtkParticipantSetup, RtkParticipantTile, RtkParticipants, RtkParticipantsAudio, RtkParticipantsStageList, RtkParticipantsStageQueue, RtkParticipantsToggle, RtkParticipantsViewerList, RtkParticipantsWaitingList, RtkPermissionsMessage, RtkPipToggle, RtkPluginMain, RtkPlugins, RtkPluginsToggle, RtkPoll, RtkPollForm, RtkPolls, RtkPollsToggle, RtkRecordingIndicator, RtkRecordingToggle, RtkScreenShareToggle, RtkScreenshareView, RtkSettings, RtkSettingsAudio, RtkSettingsToggle, RtkSettingsVideo, RtkSetupScreen, RtkSidebar, RtkSidebarUi, RtkSimpleGrid, RtkSpeakerSelector, RtkSpinner, RtkSpotlightGrid, RtkSpotlightIndicator, RtkStage, RtkStageToggle, RtkSwitch, RtkTabBar, RtkTextComposerView, RtkTextMessage, RtkTextMessageView, RtkTooltip, RtkTranscript, RtkTranscripts, RtkUiProvider, RtkViewerCount, RtkVirtualizedParticipantList, RtkWaitingScreen], exports: [RtkAi, RtkAiToggle, RtkAiTranscriptions, RtkAudioGrid, RtkAudioTile, RtkAudioVisualizer, RtkAvatar, RtkBreakoutRoomManager, RtkBreakoutRoomParticipants, RtkBreakoutRoomsManager, RtkBreakoutRoomsToggle, RtkBroadcastMessageModal, RtkButton, RtkCameraSelector, RtkCameraToggle, RtkCaptionToggle, RtkChat, RtkChatComposerUi, RtkChatComposerView, RtkChatMessage, RtkChatMessagesUi, RtkChatMessagesUiPaginated, RtkChatSearchResults, RtkChatSelectorUi, RtkChatToggle, RtkClock, RtkConfirmationModal, RtkControlbar, RtkControlbarButton, RtkCounter, RtkDebugger, RtkDebuggerAudio, RtkDebuggerScreenshare, RtkDebuggerSystem, RtkDebuggerToggle, RtkDebuggerVideo, RtkDialog, RtkDialogManager, RtkDraftAttachmentView, RtkEmojiPicker, RtkEmojiPickerButton, RtkEndedScreen, RtkFileDropzone, RtkFileMessage, RtkFileMessageView, RtkFilePickerButton, RtkFullscreenToggle, RtkGrid, RtkGridPagination, RtkHeader, RtkIcon, RtkIdleScreen, RtkImageMessage, RtkImageMessageView, RtkImageViewer, RtkInformationTooltip, RtkJoinStage, RtkLeaveButton, RtkLeaveMeeting, RtkLivestreamIndicator, RtkLivestreamPlayer, RtkLivestreamToggle, RtkLogo, RtkMarkdownView, RtkMeeting, RtkMeetingTitle, RtkMenu, RtkMenuItem, RtkMenuList, RtkMessageListView, RtkMessageView, RtkMicToggle, RtkMicrophoneSelector, RtkMixedGrid, RtkMoreToggle, RtkMuteAllButton, RtkMuteAllConfirmation, RtkNameTag, RtkNetworkIndicator, RtkNotification, RtkNotifications, RtkOverlayModal, RtkPaginatedList, RtkParticipant, RtkParticipantCount, RtkParticipantSetup, RtkParticipantTile, RtkParticipants, RtkParticipantsAudio, RtkParticipantsStageList, RtkParticipantsStageQueue, RtkParticipantsToggle, RtkParticipantsViewerList, RtkParticipantsWaitingList, RtkPermissionsMessage, RtkPipToggle, RtkPluginMain, RtkPlugins, RtkPluginsToggle, RtkPoll, RtkPollForm, RtkPolls, RtkPollsToggle, RtkRecordingIndicator, RtkRecordingToggle, RtkScreenShareToggle, RtkScreenshareView, RtkSettings, RtkSettingsAudio, RtkSettingsToggle, RtkSettingsVideo, RtkSetupScreen, RtkSidebar, RtkSidebarUi, RtkSimpleGrid, RtkSpeakerSelector, RtkSpinner, RtkSpotlightGrid, RtkSpotlightIndicator, RtkStage, RtkStageToggle, RtkSwitch, RtkTabBar, RtkTextComposerView, RtkTextMessage, RtkTextMessageView, RtkTooltip, RtkTranscript, RtkTranscripts, RtkUiProvider, RtkViewerCount, RtkVirtualizedParticipantList, RtkWaitingScreen] });
|
|
3604
3475
|
RealtimeKitComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RealtimeKitComponentsModule, providers: [
|
|
3605
3476
|
{
|
|
3606
3477
|
provide: APP_INITIALIZER,
|
|
@@ -3631,5 +3502,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3631
3502
|
* Generated bundle index. Do not edit.
|
|
3632
3503
|
*/
|
|
3633
3504
|
|
|
3634
|
-
export { DIRECTIVES, RealtimeKitComponentsModule, RtkAi, RtkAiToggle, RtkAiTranscriptions, RtkAudioGrid, RtkAudioTile, RtkAudioVisualizer, RtkAvatar, RtkBreakoutRoomManager, RtkBreakoutRoomParticipants, RtkBreakoutRoomsManager, RtkBreakoutRoomsToggle, RtkBroadcastMessageModal, RtkButton, RtkCameraSelector, RtkCameraToggle, RtkCaptionToggle,
|
|
3505
|
+
export { DIRECTIVES, RealtimeKitComponentsModule, RtkAi, RtkAiToggle, RtkAiTranscriptions, RtkAudioGrid, RtkAudioTile, RtkAudioVisualizer, RtkAvatar, RtkBreakoutRoomManager, RtkBreakoutRoomParticipants, RtkBreakoutRoomsManager, RtkBreakoutRoomsToggle, RtkBroadcastMessageModal, RtkButton, RtkCameraSelector, RtkCameraToggle, RtkCaptionToggle, RtkChat, RtkChatComposerUi, RtkChatComposerView, RtkChatMessage, RtkChatMessagesUi, RtkChatMessagesUiPaginated, RtkChatSearchResults, RtkChatSelectorUi, RtkChatToggle, RtkClock, RtkConfirmationModal, RtkControlbar, RtkControlbarButton, RtkCounter, RtkDebugger, RtkDebuggerAudio, RtkDebuggerScreenshare, RtkDebuggerSystem, RtkDebuggerToggle, RtkDebuggerVideo, RtkDialog, RtkDialogManager, RtkDraftAttachmentView, RtkEmojiPicker, RtkEmojiPickerButton, RtkEndedScreen, RtkFileDropzone, RtkFileMessage, RtkFileMessageView, RtkFilePickerButton, RtkFullscreenToggle, RtkGrid, RtkGridPagination, RtkHeader, RtkIcon, RtkIdleScreen, RtkImageMessage, RtkImageMessageView, RtkImageViewer, RtkInformationTooltip, RtkJoinStage, RtkLeaveButton, RtkLeaveMeeting, RtkLivestreamIndicator, RtkLivestreamPlayer, RtkLivestreamToggle, RtkLogo, RtkMarkdownView, RtkMeeting, RtkMeetingTitle, RtkMenu, RtkMenuItem, RtkMenuList, RtkMessageListView, RtkMessageView, RtkMicToggle, RtkMicrophoneSelector, RtkMixedGrid, RtkMoreToggle, RtkMuteAllButton, RtkMuteAllConfirmation, RtkNameTag, RtkNetworkIndicator, RtkNotification, RtkNotifications, RtkOverlayModal, RtkPaginatedList, RtkParticipant, RtkParticipantCount, RtkParticipantSetup, RtkParticipantTile, RtkParticipants, RtkParticipantsAudio, RtkParticipantsStageList, RtkParticipantsStageQueue, RtkParticipantsToggle, RtkParticipantsViewerList, RtkParticipantsWaitingList, RtkPermissionsMessage, RtkPipToggle, RtkPluginMain, RtkPlugins, RtkPluginsToggle, RtkPoll, RtkPollForm, RtkPolls, RtkPollsToggle, RtkRecordingIndicator, RtkRecordingToggle, RtkScreenShareToggle, RtkScreenshareView, RtkSettings, RtkSettingsAudio, RtkSettingsToggle, RtkSettingsVideo, RtkSetupScreen, RtkSidebar, RtkSidebarUi, RtkSimpleGrid, RtkSpeakerSelector, RtkSpinner, RtkSpotlightGrid, RtkSpotlightIndicator, RtkStage, RtkStageToggle, RtkSwitch, RtkTabBar, RtkTextComposerView, RtkTextMessage, RtkTextMessageView, RtkTooltip, RtkTranscript, RtkTranscripts, RtkUiProvider, RtkViewerCount, RtkVirtualizedParticipantList, RtkWaitingScreen };
|
|
3635
3506
|
//# sourceMappingURL=cloudflare-realtimekit-angular-ui.mjs.map
|