@cloudflare/realtimekit-angular-ui 0.0.0 → 1.0.0-staging.3
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/README.md +106 -0
- package/dist/fesm2022/cloudflare-realtimekit-angular-ui.mjs +3912 -0
- package/dist/fesm2022/cloudflare-realtimekit-angular-ui.mjs.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/lib/components.module.d.ts +7 -0
- package/dist/lib/stencil-generated/angular-component-lib/utils.d.ts +9 -0
- package/dist/lib/stencil-generated/components.d.ts +1786 -0
- package/dist/lib/stencil-generated/index.d.ts +2 -0
- package/dist/public-api.d.ts +4 -0
- package/package.json +33 -3
|
@@ -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,5 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudflare/realtimekit-angular-ui",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"
|
|
5
|
-
|
|
3
|
+
"version": "1.0.0-staging.3",
|
|
4
|
+
"description": "Pre-built, ready-to-use Angular UI components and utilities for integrating with Cloudflare RealtimeKit",
|
|
5
|
+
"peerDependencies": {
|
|
6
|
+
"@angular/common": ">=12",
|
|
7
|
+
"@angular/core": ">=12"
|
|
8
|
+
},
|
|
9
|
+
"dependencies": {
|
|
10
|
+
"tslib": "^2.3.0",
|
|
11
|
+
"@cloudflare/realtimekit-ui": "1.0.0-staging.3"
|
|
12
|
+
},
|
|
13
|
+
"publishConfig": {
|
|
14
|
+
"tag": "staging"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"dist/"
|
|
18
|
+
],
|
|
19
|
+
"sideEffects": false,
|
|
20
|
+
"scripts": {
|
|
21
|
+
"prepublishOnly": "cp package.json package.json.bak && node prepublish.js",
|
|
22
|
+
"postpublish": "mv package.json.bak package.json"
|
|
23
|
+
},
|
|
24
|
+
"module": "dist/fesm2022/cloudflare-realtimekit-angular-ui.mjs",
|
|
25
|
+
"typings": "dist/index.d.ts",
|
|
26
|
+
"exports": {
|
|
27
|
+
"./package.json": {
|
|
28
|
+
"default": "./package.json"
|
|
29
|
+
},
|
|
30
|
+
".": {
|
|
31
|
+
"types": "./dist/index.d.ts",
|
|
32
|
+
"default": "./dist/fesm2022/cloudflare-realtimekit-angular-ui.mjs"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|