@dytesdk/angular-ui-kit 2.3.0 → 2.3.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.
@@ -0,0 +1,2 @@
1
+ import * as d from './components';
2
+ export declare const DIRECTIVES: (typeof d.DyteAi | typeof d.DyteAiChat | typeof d.DyteAiHome | typeof d.DyteAiToggle | typeof d.DyteAiTranscriptions | typeof d.DyteAudioGrid | typeof d.DyteAudioTile | typeof d.DyteAudioVisualizer | typeof d.DyteAvatar | typeof d.DyteBreakoutRoomManager | typeof d.DyteBreakoutRoomParticipants | typeof d.DyteBreakoutRoomsManager | typeof d.DyteBreakoutRoomsToggle | typeof d.DyteBroadcastMessageModal | typeof d.DyteButton | typeof d.DyteCameraSelector | typeof d.DyteCameraToggle | typeof d.DyteCaptionToggle | typeof d.DyteChannelCreator | typeof d.DyteChannelDetails | typeof d.DyteChannelHeader | typeof d.DyteChannelSelectorUi | typeof d.DyteChannelSelectorView | typeof d.DyteChat | typeof d.DyteChatComposerUi | typeof d.DyteChatComposerView | typeof d.DyteChatMessage | typeof d.DyteChatMessagesUi | typeof d.DyteChatMessagesUiPaginated | typeof d.DyteChatSearchResults | typeof d.DyteChatSelectorUi | typeof d.DyteChatToggle | typeof d.DyteClock | typeof d.DyteConfirmationModal | typeof d.DyteControlbar | typeof d.DyteControlbarButton | typeof d.DyteCounter | typeof d.DyteDebugger | typeof d.DyteDebuggerAudio | typeof d.DyteDebuggerScreenshare | typeof d.DyteDebuggerSystem | typeof d.DyteDebuggerToggle | typeof d.DyteDebuggerVideo | typeof d.DyteDialog | typeof d.DyteDialogManager | typeof d.DyteDraftAttachmentView | typeof d.DyteEmojiPicker | typeof d.DyteEmojiPickerButton | typeof d.DyteEndedScreen | typeof d.DyteFileDropzone | typeof d.DyteFileMessage | typeof d.DyteFileMessageView | typeof d.DyteFilePickerButton | typeof d.DyteFullscreenToggle | typeof d.DyteGrid | typeof d.DyteGridPagination | typeof d.DyteHeader | typeof d.DyteIcon | typeof d.DyteIdleScreen | typeof d.DyteImageMessage | typeof d.DyteImageMessageView | typeof d.DyteImageViewer | typeof d.DyteInformationTooltip | typeof d.DyteJoinStage | typeof d.DyteLeaveButton | typeof d.DyteLeaveMeeting | typeof d.DyteLivestreamIndicator | typeof d.DyteLivestreamPlayer | typeof d.DyteLivestreamToggle | typeof d.DyteLogo | typeof d.DyteMarkdownView | typeof d.DyteMeeting | typeof d.DyteMeetingTitle | typeof d.DyteMenu | typeof d.DyteMenuItem | typeof d.DyteMenuList | typeof d.DyteMessageListView | typeof d.DyteMessageView | typeof d.DyteMicToggle | typeof d.DyteMicrophoneSelector | typeof d.DyteMixedGrid | typeof d.DyteMoreToggle | typeof d.DyteMuteAllButton | typeof d.DyteMuteAllConfirmation | typeof d.DyteNameTag | typeof d.DyteNetworkIndicator | typeof d.DyteNotification | typeof d.DyteNotifications | typeof d.DyteOverlayModal | typeof d.DytePaginatedList | typeof d.DyteParticipant | typeof d.DyteParticipantCount | typeof d.DyteParticipantSetup | typeof d.DyteParticipantTile | typeof d.DyteParticipants | typeof d.DyteParticipantsAudio | typeof d.DyteParticipantsStageList | typeof d.DyteParticipantsStageQueue | typeof d.DyteParticipantsToggle | typeof d.DyteParticipantsViewerList | typeof d.DyteParticipantsWaitingList | typeof d.DytePermissionsMessage | typeof d.DytePipToggle | typeof d.DytePluginMain | typeof d.DytePlugins | typeof d.DytePluginsToggle | typeof d.DytePoll | typeof d.DytePollForm | typeof d.DytePolls | typeof d.DytePollsToggle | typeof d.DyteRecordingIndicator | typeof d.DyteRecordingToggle | typeof d.DyteScreenShareToggle | typeof d.DyteScreenshareView | typeof d.DyteSettings | typeof d.DyteSettingsAudio | typeof d.DyteSettingsToggle | typeof d.DyteSettingsVideo | typeof d.DyteSetupScreen | typeof d.DyteSidebar | typeof d.DyteSidebarUi | typeof d.DyteSimpleGrid | typeof d.DyteSpeakerSelector | typeof d.DyteSpinner | typeof d.DyteSpotlightGrid | typeof d.DyteSpotlightIndicator | typeof d.DyteStage | typeof d.DyteStageToggle | typeof d.DyteSwitch | typeof d.DyteTabBar | typeof d.DyteTextComposerView | typeof d.DyteTextField | typeof d.DyteTextMessage | typeof d.DyteTextMessageView | typeof d.DyteTooltip | typeof d.DyteTranscript | typeof d.DyteTranscripts | typeof d.DyteUiProvider | typeof d.DyteViewerCount | typeof d.DyteVirtualizedParticipantList | typeof d.DyteWaitingScreen)[];
@@ -1,2 +1,3 @@
1
- export * from './lib/components.service';
2
- export * from './lib/components.component';
1
+ export * from './lib/components.module';
2
+ export { DIRECTIVES } from './lib/stencil-generated';
3
+ export * from './lib/stencil-generated/components';
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@dytesdk/angular-ui-kit",
3
- "version": "2.3.0",
3
+ "version": "2.3.1-staging.1",
4
4
  "description": "Dyte's UI Kit to support easy UI development for Angular Projects",
5
5
  "peerDependencies": {
6
- "@angular/common": "^19.1.0",
7
- "@angular/core": "^19.1.0",
8
- "@dytesdk/ui-kit": "2.3.0"
6
+ "@angular/common": ">=12",
7
+ "@angular/core": ">=12"
9
8
  },
10
9
  "dependencies": {
11
- "tslib": "^2.3.0"
10
+ "tslib": "^2.3.0",
11
+ "@dytesdk/ui-kit": "2.3.1-staging.1"
12
12
  },
13
13
  "publishConfig": {
14
14
  "tag": "staging"
@@ -17,30 +17,22 @@
17
17
  "dist/"
18
18
  ],
19
19
  "bugs": {
20
- "url": "https://community.dyte.io"
20
+ "email": "support@dyte.io"
21
21
  },
22
22
  "sideEffects": false,
23
23
  "scripts": {
24
24
  "prepublishOnly": "cp package.json package.json.bak && node prepublish.js",
25
25
  "postpublish": "mv package.json.bak package.json"
26
26
  },
27
- "module": "dist/fesm2015/dytesdk-angular-ui-kit.mjs",
28
- "es2020": "dist/fesm2020/dytesdk-angular-ui-kit.mjs",
29
- "esm2020": "dist/esm2020/dytesdk-angular-ui-kit.mjs",
30
- "fesm2020": "dist/fesm2020/dytesdk-angular-ui-kit.mjs",
31
- "fesm2015": "dist/fesm2015/dytesdk-angular-ui-kit.mjs",
32
- "typings": "dist/dytesdk-angular-ui-kit.d.ts",
27
+ "module": "dist/fesm2022/dytesdk-angular-ui-kit.mjs",
28
+ "typings": "dist/index.d.ts",
33
29
  "exports": {
34
30
  "./package.json": {
35
31
  "default": "./package.json"
36
32
  },
37
33
  ".": {
38
- "types": "./dist/dytesdk-angular-ui-kit.d.ts",
39
- "esm2020": "./dist/esm2020/dytesdk-angular-ui-kit.mjs",
40
- "es2020": "./dist/fesm2020/dytesdk-angular-ui-kit.mjs",
41
- "es2015": "./dist/fesm2015/dytesdk-angular-ui-kit.mjs",
42
- "node": "./dist/fesm2015/dytesdk-angular-ui-kit.mjs",
43
- "default": "./dist/fesm2020/dytesdk-angular-ui-kit.mjs"
34
+ "types": "./dist/index.d.ts",
35
+ "default": "./dist/fesm2022/dytesdk-angular-ui-kit.mjs"
44
36
  }
45
37
  }
46
38
  }
package/dist/README.md DELETED
@@ -1,85 +0,0 @@
1
- <!-- PROJECT LOGO -->
2
- <p align="center">
3
- <a href="https://dyte.io">
4
- <img src="https://assets.dyte.io/logo-outlined.png" alt="Logo" width="120" />
5
- </a>
6
-
7
- <h2 align="center">Angular UI Kit by dyte</h3>
8
-
9
- <p align="center">
10
- A set of UI components to truly customize your meeting UI, in Angular
11
- <br />
12
- <a href="https://docs.dyte.io"><strong>Explore the docs »</strong></a>
13
- <br />
14
- <br />
15
- <a href="https://app.dyte.io">View Demo</a>
16
- ·
17
- <a href="https://community.dyte.io">Report Bug</a>
18
- ·
19
- <a href="https://community.dyte.io">Request Feature</a>
20
- </p>
21
- </p>
22
-
23
- <!-- TABLE OF CONTENTS -->
24
-
25
- ## Table of Contents
26
-
27
- - [Getting Started](#getting-started)
28
- - [Usage](#usage)
29
- - [About](#about)
30
-
31
- <!-- GETTING STARTED -->
32
-
33
- ## Getting Started
34
-
35
- > There are separate UI Kit packages for VanillaJS and React. Check out the links to the packages below
36
-
37
- > [UI Kit](https://npmjs.com/package/@dytesdk/ui-kit) · [React UI Kit](https://npmjs.com/package/@dytesdk/react-ui-kit)
38
-
39
- First, you will need to install the ui-kit along with the [web-core](https://npmjs.com/package/@dytesdk/web-core) package:
40
-
41
- ```sh
42
- npm i @dytesdk/angular-ui-kit @dytesdk/web-core
43
- ```
44
-
45
- The `web-core` package is the package which handles all the low level logic required for a meeting by interating with our servers. Use it to create a meeting object, which you can pass along to the UI Kit components.
46
-
47
- ## Usage
48
-
49
- Load the component in your template file (component.html):
50
-
51
- ```html
52
- <dyte-meeting #myid></dyte-meeting>
53
- ```
54
-
55
- Then initialize and pass the meeting object to the component:
56
-
57
- ```tsx
58
- class AppComponent {
59
- title = 'MyProject';
60
- @ViewChild('myid') meetingComponent: DyteMeeting;
61
- dyteMeeting: DyteClient;
62
-
63
- async ngAfterViewInit() {
64
- const meeting = await DyteClient.init({
65
- roomName: '<room-name>',
66
- authToken: '<auth-token>',
67
- defaults: {
68
- video: true,
69
- audio: true,
70
- },
71
- });
72
- meeting.joinRoom();
73
- this.dyteMeeting = meeting;
74
- if (this.meetingComponent) this.meetingComponent.meeting = meeting;
75
- }
76
- }
77
- ```
78
-
79
- ## About
80
-
81
- `angular-ui-kit` is created & maintained by Dyte, Inc. You can find us on Twitter - [@dyte_io](https://twitter.com/dyte_io) or write to us at `dev [at] dyte.io`.
82
-
83
- The names and logos for Dyte are trademarks of Dyte, Inc.
84
-
85
- We love open source software! See [our other projects](https://github.com/dyte-in) and [our products](https://dyte.io).
@@ -1,8 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class ComponentsComponent implements OnInit {
4
- constructor();
5
- ngOnInit(): void;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<ComponentsComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<ComponentsComponent, "lib-components", never, {}, {}, never, never, true, never>;
8
- }
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class ComponentsService {
3
- constructor();
4
- static ɵfac: i0.ɵɵFactoryDeclaration<ComponentsService, never>;
5
- static ɵprov: i0.ɵɵInjectableDeclaration<ComponentsService>;
6
- }