@cloudflare/realtimekit-angular-ui 1.1.0-staging.11 → 1.1.0-staging.12
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 +88 -11
- package/esm2020/lib/stencil-generated/index.mjs +4 -1
- package/fesm2015/cloudflare-realtimekit-angular-ui.mjs +89 -12
- package/fesm2015/cloudflare-realtimekit-angular-ui.mjs.map +1 -1
- package/fesm2020/cloudflare-realtimekit-angular-ui.mjs +89 -12
- 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 +45 -3
- package/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -464,10 +464,10 @@ let RtkChat = class RtkChat {
|
|
|
464
464
|
}
|
|
465
465
|
};
|
|
466
466
|
RtkChat.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkChat, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
467
|
-
RtkChat.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkChat, selector: "rtk-chat", inputs: { config: "config",
|
|
467
|
+
RtkChat.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkChat, selector: "rtk-chat", inputs: { config: "config", iconPack: "iconPack", meeting: "meeting", overrides: "overrides", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
468
468
|
RtkChat = __decorate([
|
|
469
469
|
ProxyCmp({
|
|
470
|
-
inputs: ['config', '
|
|
470
|
+
inputs: ['config', 'iconPack', 'meeting', 'overrides', 'size', 't']
|
|
471
471
|
})
|
|
472
472
|
], RtkChat);
|
|
473
473
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkChat, decorators: [{
|
|
@@ -477,7 +477,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
477
477
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
478
478
|
template: '<ng-content></ng-content>',
|
|
479
479
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
480
|
-
inputs: ['config', '
|
|
480
|
+
inputs: ['config', 'iconPack', 'meeting', 'overrides', 'size', 't'],
|
|
481
481
|
}]
|
|
482
482
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
483
483
|
let RtkChatComposerUi = class RtkChatComposerUi {
|
|
@@ -530,6 +530,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
530
530
|
inputs: ['canSendFiles', 'canSendTextMessage', 'disableEmojiPicker', 'iconPack', 'inputTextPlaceholder', 'isEditing', 'isSending', 'maxLength', 'message', 'quotedMessage', 'rateLimits', 'storageKey', 't'],
|
|
531
531
|
}]
|
|
532
532
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
533
|
+
let RtkChatHeader = class RtkChatHeader {
|
|
534
|
+
constructor(c, r, z) {
|
|
535
|
+
this.z = z;
|
|
536
|
+
c.detach();
|
|
537
|
+
this.el = r.nativeElement;
|
|
538
|
+
}
|
|
539
|
+
};
|
|
540
|
+
RtkChatHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkChatHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
541
|
+
RtkChatHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkChatHeader, selector: "rtk-chat-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
542
|
+
RtkChatHeader = __decorate([
|
|
543
|
+
ProxyCmp({})
|
|
544
|
+
], RtkChatHeader);
|
|
545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkChatHeader, decorators: [{
|
|
546
|
+
type: Component,
|
|
547
|
+
args: [{
|
|
548
|
+
selector: 'rtk-chat-header',
|
|
549
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
550
|
+
template: '<ng-content></ng-content>',
|
|
551
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
552
|
+
inputs: [],
|
|
553
|
+
}]
|
|
554
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
533
555
|
let RtkChatMessage = class RtkChatMessage {
|
|
534
556
|
constructor(c, r, z) {
|
|
535
557
|
this.z = z;
|
|
@@ -589,10 +611,10 @@ let RtkChatMessagesUiPaginated = class RtkChatMessagesUiPaginated {
|
|
|
589
611
|
}
|
|
590
612
|
};
|
|
591
613
|
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 });
|
|
592
|
-
RtkChatMessagesUiPaginated.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkChatMessagesUiPaginated, selector: "rtk-chat-messages-ui-paginated", inputs: { iconPack: "iconPack",
|
|
614
|
+
RtkChatMessagesUiPaginated.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkChatMessagesUiPaginated, selector: "rtk-chat-messages-ui-paginated", inputs: { iconPack: "iconPack", meeting: "meeting", privateChatRecipient: "privateChatRecipient", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
593
615
|
RtkChatMessagesUiPaginated = __decorate([
|
|
594
616
|
ProxyCmp({
|
|
595
|
-
inputs: ['iconPack', '
|
|
617
|
+
inputs: ['iconPack', 'meeting', 'privateChatRecipient', 'size', 't']
|
|
596
618
|
})
|
|
597
619
|
], RtkChatMessagesUiPaginated);
|
|
598
620
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkChatMessagesUiPaginated, decorators: [{
|
|
@@ -602,7 +624,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
602
624
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
603
625
|
template: '<ng-content></ng-content>',
|
|
604
626
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
605
|
-
inputs: ['iconPack', '
|
|
627
|
+
inputs: ['iconPack', 'meeting', 'privateChatRecipient', 'size', 't'],
|
|
606
628
|
}]
|
|
607
629
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
608
630
|
let RtkChatSearchResults = class RtkChatSearchResults {
|
|
@@ -629,6 +651,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
629
651
|
inputs: ['channelId', 'iconPack', 'meeting', 'query', 't'],
|
|
630
652
|
}]
|
|
631
653
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
654
|
+
let RtkChatSelector = class RtkChatSelector {
|
|
655
|
+
constructor(c, r, z) {
|
|
656
|
+
this.z = z;
|
|
657
|
+
c.detach();
|
|
658
|
+
this.el = r.nativeElement;
|
|
659
|
+
proxyOutputs(this, this.el, ['rtkDropdownToggle', 'rtkChatSelectorChange']);
|
|
660
|
+
}
|
|
661
|
+
};
|
|
662
|
+
RtkChatSelector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkChatSelector, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
663
|
+
RtkChatSelector.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkChatSelector, selector: "rtk-chat-selector", inputs: { config: "config", iconPack: "iconPack", meeting: "meeting", overrides: "overrides", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
664
|
+
RtkChatSelector = __decorate([
|
|
665
|
+
ProxyCmp({
|
|
666
|
+
inputs: ['config', 'iconPack', 'meeting', 'overrides', 'size', 'states', 't'],
|
|
667
|
+
methods: ['close']
|
|
668
|
+
})
|
|
669
|
+
], RtkChatSelector);
|
|
670
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkChatSelector, decorators: [{
|
|
671
|
+
type: Component,
|
|
672
|
+
args: [{
|
|
673
|
+
selector: 'rtk-chat-selector',
|
|
674
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
675
|
+
template: '<ng-content></ng-content>',
|
|
676
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
677
|
+
inputs: ['config', 'iconPack', 'meeting', 'overrides', 'size', 'states', 't'],
|
|
678
|
+
}]
|
|
679
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
632
680
|
let RtkChatSelectorUi = class RtkChatSelectorUi {
|
|
633
681
|
constructor(c, r, z) {
|
|
634
682
|
this.z = z;
|
|
@@ -2083,11 +2131,11 @@ let RtkPaginatedList = class RtkPaginatedList {
|
|
|
2083
2131
|
}
|
|
2084
2132
|
};
|
|
2085
2133
|
RtkPaginatedList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkPaginatedList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2086
|
-
RtkPaginatedList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkPaginatedList, selector: "rtk-paginated-list", inputs: { autoScroll: "autoScroll", createNodes: "createNodes", emptyListLabel: "emptyListLabel", fetchData: "fetchData", iconPack: "iconPack", pageSize: "pageSize", pagesAllowed: "pagesAllowed",
|
|
2134
|
+
RtkPaginatedList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkPaginatedList, selector: "rtk-paginated-list", inputs: { autoScroll: "autoScroll", createNodes: "createNodes", emptyListLabel: "emptyListLabel", fetchData: "fetchData", iconPack: "iconPack", pageSize: "pageSize", pagesAllowed: "pagesAllowed", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2087
2135
|
RtkPaginatedList = __decorate([
|
|
2088
2136
|
ProxyCmp({
|
|
2089
|
-
inputs: ['autoScroll', 'createNodes', 'emptyListLabel', 'fetchData', 'iconPack', 'pageSize', 'pagesAllowed', '
|
|
2090
|
-
methods: ['onNewNode', 'onNodeDelete', 'onNodeUpdate']
|
|
2137
|
+
inputs: ['autoScroll', 'createNodes', 'emptyListLabel', 'fetchData', 'iconPack', 'pageSize', 'pagesAllowed', 't'],
|
|
2138
|
+
methods: ['onNewNode', 'onNodeDelete', 'onNodeUpdate', 'reset']
|
|
2091
2139
|
})
|
|
2092
2140
|
], RtkPaginatedList);
|
|
2093
2141
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkPaginatedList, decorators: [{
|
|
@@ -2097,7 +2145,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2097
2145
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2098
2146
|
template: '<ng-content></ng-content>',
|
|
2099
2147
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2100
|
-
inputs: ['autoScroll', 'createNodes', 'emptyListLabel', 'fetchData', 'iconPack', 'pageSize', 'pagesAllowed', '
|
|
2148
|
+
inputs: ['autoScroll', 'createNodes', 'emptyListLabel', 'fetchData', 'iconPack', 'pageSize', 'pagesAllowed', 't'],
|
|
2101
2149
|
}]
|
|
2102
2150
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2103
2151
|
let RtkParticipant = class RtkParticipant {
|
|
@@ -2394,6 +2442,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2394
2442
|
inputs: ['iconPack', 'meeting', 'states', 't'],
|
|
2395
2443
|
}]
|
|
2396
2444
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2445
|
+
let RtkPinnedMessageSelector = class RtkPinnedMessageSelector {
|
|
2446
|
+
constructor(c, r, z) {
|
|
2447
|
+
this.z = z;
|
|
2448
|
+
c.detach();
|
|
2449
|
+
this.el = r.nativeElement;
|
|
2450
|
+
proxyOutputs(this, this.el, ['rtkDropdownToggle', 'rtkPinnedMessageSelect']);
|
|
2451
|
+
}
|
|
2452
|
+
};
|
|
2453
|
+
RtkPinnedMessageSelector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkPinnedMessageSelector, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2454
|
+
RtkPinnedMessageSelector.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkPinnedMessageSelector, selector: "rtk-pinned-message-selector", inputs: { iconPack: "iconPack", meeting: "meeting", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2455
|
+
RtkPinnedMessageSelector = __decorate([
|
|
2456
|
+
ProxyCmp({
|
|
2457
|
+
inputs: ['iconPack', 'meeting', 't'],
|
|
2458
|
+
methods: ['close']
|
|
2459
|
+
})
|
|
2460
|
+
], RtkPinnedMessageSelector);
|
|
2461
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkPinnedMessageSelector, decorators: [{
|
|
2462
|
+
type: Component,
|
|
2463
|
+
args: [{
|
|
2464
|
+
selector: 'rtk-pinned-message-selector',
|
|
2465
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2466
|
+
template: '<ng-content></ng-content>',
|
|
2467
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2468
|
+
inputs: ['iconPack', 'meeting', 't'],
|
|
2469
|
+
}]
|
|
2470
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2397
2471
|
let RtkPipToggle = class RtkPipToggle {
|
|
2398
2472
|
constructor(c, r, z) {
|
|
2399
2473
|
this.z = z;
|
|
@@ -3352,10 +3426,12 @@ const DIRECTIVES = [
|
|
|
3352
3426
|
RtkChat,
|
|
3353
3427
|
RtkChatComposerUi,
|
|
3354
3428
|
RtkChatComposerView,
|
|
3429
|
+
RtkChatHeader,
|
|
3355
3430
|
RtkChatMessage,
|
|
3356
3431
|
RtkChatMessagesUi,
|
|
3357
3432
|
RtkChatMessagesUiPaginated,
|
|
3358
3433
|
RtkChatSearchResults,
|
|
3434
|
+
RtkChatSelector,
|
|
3359
3435
|
RtkChatSelectorUi,
|
|
3360
3436
|
RtkChatToggle,
|
|
3361
3437
|
RtkClock,
|
|
@@ -3428,6 +3504,7 @@ const DIRECTIVES = [
|
|
|
3428
3504
|
RtkParticipantsViewerList,
|
|
3429
3505
|
RtkParticipantsWaitingList,
|
|
3430
3506
|
RtkPermissionsMessage,
|
|
3507
|
+
RtkPinnedMessageSelector,
|
|
3431
3508
|
RtkPipToggle,
|
|
3432
3509
|
RtkPluginMain,
|
|
3433
3510
|
RtkPlugins,
|
|
@@ -3471,7 +3548,7 @@ const DIRECTIVES = [
|
|
|
3471
3548
|
class RealtimeKitComponentsModule {
|
|
3472
3549
|
}
|
|
3473
3550
|
RealtimeKitComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RealtimeKitComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
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] });
|
|
3551
|
+
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, RtkChatHeader, RtkChatMessage, RtkChatMessagesUi, RtkChatMessagesUiPaginated, RtkChatSearchResults, RtkChatSelector, 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, RtkPinnedMessageSelector, 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, RtkChatHeader, RtkChatMessage, RtkChatMessagesUi, RtkChatMessagesUiPaginated, RtkChatSearchResults, RtkChatSelector, 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, RtkPinnedMessageSelector, 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] });
|
|
3475
3552
|
RealtimeKitComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RealtimeKitComponentsModule, providers: [
|
|
3476
3553
|
{
|
|
3477
3554
|
provide: APP_INITIALIZER,
|
|
@@ -3502,5 +3579,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3502
3579
|
* Generated bundle index. Do not edit.
|
|
3503
3580
|
*/
|
|
3504
3581
|
|
|
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 };
|
|
3582
|
+
export { DIRECTIVES, RealtimeKitComponentsModule, RtkAi, RtkAiToggle, RtkAiTranscriptions, RtkAudioGrid, RtkAudioTile, RtkAudioVisualizer, RtkAvatar, RtkBreakoutRoomManager, RtkBreakoutRoomParticipants, RtkBreakoutRoomsManager, RtkBreakoutRoomsToggle, RtkBroadcastMessageModal, RtkButton, RtkCameraSelector, RtkCameraToggle, RtkCaptionToggle, RtkChat, RtkChatComposerUi, RtkChatComposerView, RtkChatHeader, RtkChatMessage, RtkChatMessagesUi, RtkChatMessagesUiPaginated, RtkChatSearchResults, RtkChatSelector, 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, RtkPinnedMessageSelector, 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 };
|
|
3506
3583
|
//# sourceMappingURL=cloudflare-realtimekit-angular-ui.mjs.map
|