@cloudflare/realtimekit-angular-ui 1.0.5-staging.4 → 1.0.5-staging.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cloudflare-realtimekit-angular-ui.d.ts +5 -0
- package/esm2020/cloudflare-realtimekit-angular-ui.mjs +5 -0
- package/esm2020/lib/components.module.mjs +31 -0
- package/esm2020/lib/stencil-generated/angular-component-lib/utils.mjs +59 -0
- package/esm2020/lib/stencil-generated/components.mjs +3538 -0
- package/esm2020/lib/stencil-generated/index.mjs +142 -0
- package/esm2020/public-api.mjs +8 -0
- package/fesm2015/cloudflare-realtimekit-angular-ui.mjs +3635 -0
- package/fesm2015/cloudflare-realtimekit-angular-ui.mjs.map +1 -0
- package/fesm2020/cloudflare-realtimekit-angular-ui.mjs +3635 -0
- package/fesm2020/cloudflare-realtimekit-angular-ui.mjs.map +1 -0
- package/lib/components.module.d.ts +7 -0
- package/lib/stencil-generated/angular-component-lib/utils.d.ts +9 -0
- package/lib/stencil-generated/components.d.ts +1788 -0
- package/lib/stencil-generated/index.d.ts +2 -0
- package/package.json +4 -3
- package/public-api.d.ts +4 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import * as d from './components';
|
|
2
|
+
export declare const DIRECTIVES: (typeof d.RtkAi | typeof d.RtkAiToggle | typeof d.RtkAiTranscriptions | typeof d.RtkAudioGrid | typeof d.RtkAudioTile | typeof d.RtkAudioVisualizer | typeof d.RtkAvatar | typeof d.RtkBreakoutRoomManager | typeof d.RtkBreakoutRoomParticipants | typeof d.RtkBreakoutRoomsManager | typeof d.RtkBreakoutRoomsToggle | typeof d.RtkBroadcastMessageModal | typeof d.RtkButton | typeof d.RtkCameraSelector | typeof d.RtkCameraToggle | typeof d.RtkCaptionToggle | typeof d.RtkChannelCreator | typeof d.RtkChannelDetails | typeof d.RtkChannelHeader | typeof d.RtkChannelSelectorUi | typeof d.RtkChannelSelectorView | typeof d.RtkChat | typeof d.RtkChatComposerUi | typeof d.RtkChatComposerView | typeof d.RtkChatMessage | typeof d.RtkChatMessagesUi | typeof d.RtkChatMessagesUiPaginated | typeof d.RtkChatSearchResults | typeof d.RtkChatSelectorUi | typeof d.RtkChatToggle | typeof d.RtkClock | typeof d.RtkConfirmationModal | typeof d.RtkControlbar | typeof d.RtkControlbarButton | typeof d.RtkCounter | typeof d.RtkDebugger | typeof d.RtkDebuggerAudio | typeof d.RtkDebuggerScreenshare | typeof d.RtkDebuggerSystem | typeof d.RtkDebuggerToggle | typeof d.RtkDebuggerVideo | typeof d.RtkDialog | typeof d.RtkDialogManager | typeof d.RtkDraftAttachmentView | typeof d.RtkEmojiPicker | typeof d.RtkEmojiPickerButton | typeof d.RtkEndedScreen | typeof d.RtkFileDropzone | typeof d.RtkFileMessage | typeof d.RtkFileMessageView | typeof d.RtkFilePickerButton | typeof d.RtkFullscreenToggle | typeof d.RtkGrid | typeof d.RtkGridPagination | typeof d.RtkHeader | typeof d.RtkIcon | typeof d.RtkIdleScreen | typeof d.RtkImageMessage | typeof d.RtkImageMessageView | typeof d.RtkImageViewer | typeof d.RtkInformationTooltip | typeof d.RtkJoinStage | typeof d.RtkLeaveButton | typeof d.RtkLeaveMeeting | typeof d.RtkLivestreamIndicator | typeof d.RtkLivestreamPlayer | typeof d.RtkLivestreamToggle | typeof d.RtkLogo | typeof d.RtkMarkdownView | typeof d.RtkMeeting | typeof d.RtkMeetingTitle | typeof d.RtkMenu | typeof d.RtkMenuItem | typeof d.RtkMenuList | typeof d.RtkMessageListView | typeof d.RtkMessageView | typeof d.RtkMicToggle | typeof d.RtkMicrophoneSelector | typeof d.RtkMixedGrid | typeof d.RtkMoreToggle | typeof d.RtkMuteAllButton | typeof d.RtkMuteAllConfirmation | typeof d.RtkNameTag | typeof d.RtkNetworkIndicator | typeof d.RtkNotification | typeof d.RtkNotifications | typeof d.RtkOverlayModal | typeof d.RtkPaginatedList | typeof d.RtkParticipant | typeof d.RtkParticipantCount | typeof d.RtkParticipantSetup | typeof d.RtkParticipantTile | typeof d.RtkParticipants | typeof d.RtkParticipantsAudio | typeof d.RtkParticipantsStageList | typeof d.RtkParticipantsStageQueue | typeof d.RtkParticipantsToggle | typeof d.RtkParticipantsViewerList | typeof d.RtkParticipantsWaitingList | typeof d.RtkPermissionsMessage | typeof d.RtkPipToggle | typeof d.RtkPluginMain | typeof d.RtkPlugins | typeof d.RtkPluginsToggle | typeof d.RtkPoll | typeof d.RtkPollForm | typeof d.RtkPolls | typeof d.RtkPollsToggle | typeof d.RtkRecordingIndicator | typeof d.RtkRecordingToggle | typeof d.RtkScreenShareToggle | typeof d.RtkScreenshareView | typeof d.RtkSettings | typeof d.RtkSettingsAudio | typeof d.RtkSettingsToggle | typeof d.RtkSettingsVideo | typeof d.RtkSetupScreen | typeof d.RtkSidebar | typeof d.RtkSidebarUi | typeof d.RtkSimpleGrid | typeof d.RtkSpeakerSelector | typeof d.RtkSpinner | typeof d.RtkSpotlightGrid | typeof d.RtkSpotlightIndicator | typeof d.RtkStage | typeof d.RtkStageToggle | typeof d.RtkSwitch | typeof d.RtkTabBar | typeof d.RtkTextComposerView | typeof d.RtkTextMessage | typeof d.RtkTextMessageView | typeof d.RtkTooltip | typeof d.RtkTranscript | typeof d.RtkTranscripts | typeof d.RtkUiProvider | typeof d.RtkViewerCount | typeof d.RtkVirtualizedParticipantList | typeof d.RtkWaitingScreen)[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudflare/realtimekit-angular-ui",
|
|
3
|
-
"version": "1.0.5-staging.
|
|
3
|
+
"version": "1.0.5-staging.5",
|
|
4
4
|
"description": "Pre-built, ready-to-use Angular UI components and utilities for integrating with Cloudflare RealtimeKit",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": ">=12",
|
|
@@ -8,13 +8,14 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"tslib": "^2.3.0",
|
|
11
|
-
"@cloudflare/realtimekit-ui": "1.0.5-staging.
|
|
11
|
+
"@cloudflare/realtimekit-ui": "1.0.5-staging.5"
|
|
12
12
|
},
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"tag": "staging"
|
|
15
15
|
},
|
|
16
16
|
"files": [
|
|
17
|
-
"
|
|
17
|
+
"*",
|
|
18
|
+
"!prepublish.js"
|
|
18
19
|
],
|
|
19
20
|
"sideEffects": false,
|
|
20
21
|
"scripts": {
|
package/public-api.d.ts
ADDED