@dytesdk/angular-ui-kit 2.1.0-staging.2 → 2.1.0-staging.21

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.
@@ -1,1735 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
2
- import { Components } from '@dytesdk/ui-kit';
3
- import type { States as IDyteAiStates } from '@dytesdk/ui-kit';
4
- import type { States as IDyteAiToggleStates } from '@dytesdk/ui-kit';
5
- import type { States as IDyteBreakoutRoomsManagerStates } from '@dytesdk/ui-kit';
6
- import type { States as IDyteBreakoutRoomsToggleStates } from '@dytesdk/ui-kit';
7
- import type { States as IDyteBroadcastMessageModalStates } from '@dytesdk/ui-kit';
8
- import type { States as IDyteCameraToggleStates } from '@dytesdk/ui-kit';
9
- import type { States as IDyteCaptionToggleStates } from '@dytesdk/ui-kit';
10
- import type { States as IDyteChannelCreatorStates } from '@dytesdk/ui-kit';
11
- import type { IconPack as IDyteChannelSelectorViewIconPack } from '@dytesdk/ui-kit';
12
- import type { States as IDyteChatStates } from '@dytesdk/ui-kit';
13
- import type { DyteNewMessageEvent as IDyteChatComposerUiDyteNewMessageEvent } from '@dytesdk/ui-kit';
14
- import type { NewMessageEvent as IDyteChatComposerViewNewMessageEvent } from '@dytesdk/ui-kit';
15
- import type { Message as IDyteChatMessageMessage } from '@dytesdk/ui-kit';
16
- import type { Message as IDyteChatMessagesUiMessage } from '@dytesdk/ui-kit';
17
- import type { States as IDyteChatMessagesUiStates } from '@dytesdk/ui-kit';
18
- import type { TextMessage as IDyteChatMessagesUiPaginatedTextMessage } from '@dytesdk/ui-kit';
19
- import type { Message as IDyteChatMessagesUiPaginatedMessage } from '@dytesdk/ui-kit';
20
- import type { States as IDyteChatMessagesUiPaginatedStates } from '@dytesdk/ui-kit';
21
- import type { ChatGroupChangedType as IDyteChatSelectorUiChatGroupChangedType } from '@dytesdk/ui-kit';
22
- import type { States as IDyteChatToggleStates } from '@dytesdk/ui-kit';
23
- import type { States as IDyteConfirmationModalStates } from '@dytesdk/ui-kit';
24
- import type { States as IDyteDialogManagerStates } from '@dytesdk/ui-kit';
25
- import type { States as IDyteFullscreenToggleStates } from '@dytesdk/ui-kit';
26
- import type { States as IDyteGridStates } from '@dytesdk/ui-kit';
27
- import type { States as IDyteImageMessageStates } from '@dytesdk/ui-kit';
28
- import type { States as IDyteJoinStageStates } from '@dytesdk/ui-kit';
29
- import type { States as IDyteLeaveButtonStates } from '@dytesdk/ui-kit';
30
- import type { States as IDyteLeaveMeetingStates } from '@dytesdk/ui-kit';
31
- import type { States as IDyteLivestreamToggleStates } from '@dytesdk/ui-kit';
32
- import type { States as IDyteMeetingStates } from '@dytesdk/ui-kit';
33
- import type { States as IDyteMicToggleStates } from '@dytesdk/ui-kit';
34
- import type { States as IDyteMoreToggleStates } from '@dytesdk/ui-kit';
35
- import type { States as IDyteMuteAllButtonStates } from '@dytesdk/ui-kit';
36
- import type { States as IDyteMuteAllConfirmationStates } from '@dytesdk/ui-kit';
37
- import type { States as IDyteOverlayModalStates } from '@dytesdk/ui-kit';
38
- import type { Peer as IDyteParticipantTilePeer } from '@dytesdk/ui-kit';
39
- import type { States as IDyteParticipantsToggleStates } from '@dytesdk/ui-kit';
40
- import type { States as IDytePermissionsMessageStates } from '@dytesdk/ui-kit';
41
- import type { States as IDytePipToggleStates } from '@dytesdk/ui-kit';
42
- import type { States as IDytePluginsStates } from '@dytesdk/ui-kit';
43
- import type { States as IDytePluginsToggleStates } from '@dytesdk/ui-kit';
44
- import type { PollObject as IDytePollPollObject } from '@dytesdk/ui-kit';
45
- import type { States as IDytePollsToggleStates } from '@dytesdk/ui-kit';
46
- import type { States as IDyteScreenShareToggleStates } from '@dytesdk/ui-kit';
47
- import type { States as IDyteScreenshareViewStates } from '@dytesdk/ui-kit';
48
- import type { Peer as IDyteScreenshareViewPeer } from '@dytesdk/ui-kit';
49
- import type { States as IDyteSettingsStates } from '@dytesdk/ui-kit';
50
- import type { States as IDyteSettingsAudioStates } from '@dytesdk/ui-kit';
51
- import type { States as IDyteSettingsToggleStates } from '@dytesdk/ui-kit';
52
- import type { States as IDyteSettingsVideoStates } from '@dytesdk/ui-kit';
53
- import type { States as IDyteSetupScreenStates } from '@dytesdk/ui-kit';
54
- import type { States as IDyteSidebarStates } from '@dytesdk/ui-kit';
55
- import type { States as IDyteStageStates } from '@dytesdk/ui-kit';
56
- import type { States as IDyteStageToggleStates } from '@dytesdk/ui-kit';
57
- import type { Tab as IDyteTabBarTab } from '@dytesdk/ui-kit';
58
- import type { States as IDyteTextFieldStates } from '@dytesdk/ui-kit';
59
- import * as i0 from "@angular/core";
60
- export declare interface DyteAi extends Components.DyteAi {
61
- /**
62
- * Emits updated state data
63
- */
64
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteAiStates>>;
65
- }
66
- export declare class DyteAi {
67
- protected z: NgZone;
68
- protected el: HTMLElement;
69
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
70
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteAi, never>;
71
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteAi, "dyte-ai", never, { "config": "config"; "defaultSection": "defaultSection"; "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; "view": "view"; }, {}, never, ["*"]>;
72
- }
73
- export declare interface DyteAiChat extends Components.DyteAiChat {
74
- }
75
- export declare class DyteAiChat {
76
- protected z: NgZone;
77
- protected el: HTMLElement;
78
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
79
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteAiChat, never>;
80
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteAiChat, "dyte-ai-chat", never, { "t": "t"; }, {}, never, ["*"]>;
81
- }
82
- export declare interface DyteAiHome extends Components.DyteAiHome {
83
- }
84
- export declare class DyteAiHome {
85
- protected z: NgZone;
86
- protected el: HTMLElement;
87
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
88
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteAiHome, never>;
89
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteAiHome, "dyte-ai-home", never, { "initialMessages": "initialMessages"; "meeting": "meeting"; }, {}, never, ["*"]>;
90
- }
91
- export declare interface DyteAiToggle extends Components.DyteAiToggle {
92
- /**
93
- * Emits updated state data
94
- */
95
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteAiToggleStates>>;
96
- }
97
- export declare class DyteAiToggle {
98
- protected z: NgZone;
99
- protected el: HTMLElement;
100
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
101
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteAiToggle, never>;
102
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteAiToggle, "dyte-ai-toggle", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
103
- }
104
- export declare interface DyteAiTranscriptions extends Components.DyteAiTranscriptions {
105
- }
106
- export declare class DyteAiTranscriptions {
107
- protected z: NgZone;
108
- protected el: HTMLElement;
109
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
110
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteAiTranscriptions, never>;
111
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteAiTranscriptions, "dyte-ai-transcriptions", never, { "initialTranscriptions": "initialTranscriptions"; "meeting": "meeting"; "t": "t"; }, {}, never, ["*"]>;
112
- }
113
- export declare interface DyteAudioGrid extends Components.DyteAudioGrid {
114
- }
115
- export declare class DyteAudioGrid {
116
- protected z: NgZone;
117
- protected el: HTMLElement;
118
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
119
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteAudioGrid, never>;
120
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteAudioGrid, "dyte-audio-grid", never, { "config": "config"; "hideSelf": "hideSelf"; "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
121
- }
122
- export declare interface DyteAudioTile extends Components.DyteAudioTile {
123
- }
124
- export declare class DyteAudioTile {
125
- protected z: NgZone;
126
- protected el: HTMLElement;
127
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
128
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteAudioTile, never>;
129
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteAudioTile, "dyte-audio-tile", never, { "config": "config"; "iconPack": "iconPack"; "meeting": "meeting"; "participant": "participant"; "size": "size"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
130
- }
131
- export declare interface DyteAudioVisualizer extends Components.DyteAudioVisualizer {
132
- }
133
- export declare class DyteAudioVisualizer {
134
- protected z: NgZone;
135
- protected el: HTMLElement;
136
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
137
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteAudioVisualizer, never>;
138
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteAudioVisualizer, "dyte-audio-visualizer", never, { "hideMuted": "hideMuted"; "iconPack": "iconPack"; "isScreenShare": "isScreenShare"; "participant": "participant"; "size": "size"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
139
- }
140
- export declare interface DyteAvatar extends Components.DyteAvatar {
141
- }
142
- export declare class DyteAvatar {
143
- protected z: NgZone;
144
- protected el: HTMLElement;
145
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
146
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteAvatar, never>;
147
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteAvatar, "dyte-avatar", never, { "iconPack": "iconPack"; "participant": "participant"; "size": "size"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
148
- }
149
- export declare interface DyteBreakoutRoomManager extends Components.DyteBreakoutRoomManager {
150
- /**
151
- * Event for adding a participant
152
- */
153
- participantsAdd: EventEmitter<CustomEvent<null>>;
154
- /**
155
- * On Delete event emitter
156
- */
157
- participantDelete: EventEmitter<CustomEvent<{
158
- customParticipantId: string;
159
- }>>;
160
- /**
161
- * Event for joining a room
162
- */
163
- roomJoin: EventEmitter<CustomEvent<null>>;
164
- /**
165
- * Event for deleting room
166
- */
167
- delete: EventEmitter<CustomEvent<string>>;
168
- /**
169
- * Event for updating room details
170
- */
171
- update: EventEmitter<CustomEvent<{
172
- title: string | undefined;
173
- id: string;
174
- }>>;
175
- }
176
- export declare class DyteBreakoutRoomManager {
177
- protected z: NgZone;
178
- protected el: HTMLElement;
179
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
180
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteBreakoutRoomManager, never>;
181
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteBreakoutRoomManager, "dyte-breakout-room-manager", never, { "allowDelete": "allowDelete"; "assigningParticipants": "assigningParticipants"; "defaultExpanded": "defaultExpanded"; "iconPack": "iconPack"; "isDragMode": "isDragMode"; "meeting": "meeting"; "mode": "mode"; "room": "room"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
182
- }
183
- export declare interface DyteBreakoutRoomParticipants extends Components.DyteBreakoutRoomParticipants {
184
- /**
185
- * Emits an event when selected participants are updated
186
- */
187
- selectedParticipantsUpdate: EventEmitter<CustomEvent<string[]>>;
188
- /**
189
- * Emits an event when all participants are selected or deselected
190
- */
191
- allParticipantsToggleUpdate: EventEmitter<CustomEvent<string[]>>;
192
- /**
193
- * Emits an event when participants are dragged
194
- */
195
- participantsDragging: EventEmitter<CustomEvent<boolean>>;
196
- }
197
- export declare class DyteBreakoutRoomParticipants {
198
- protected z: NgZone;
199
- protected el: HTMLElement;
200
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
201
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteBreakoutRoomParticipants, never>;
202
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteBreakoutRoomParticipants, "dyte-breakout-room-participants", never, { "iconPack": "iconPack"; "meeting": "meeting"; "participantIds": "participantIds"; "selectedParticipantIds": "selectedParticipantIds"; "t": "t"; }, {}, never, ["*"]>;
203
- }
204
- export declare interface DyteBreakoutRoomsManager extends Components.DyteBreakoutRoomsManager {
205
- /**
206
- * Emits updated state data
207
- */
208
- dyteStateUpdate: EventEmitter<CustomEvent<Partial<IDyteBreakoutRoomsManagerStates>>>;
209
- }
210
- export declare class DyteBreakoutRoomsManager {
211
- protected z: NgZone;
212
- protected el: HTMLElement;
213
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
214
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteBreakoutRoomsManager, never>;
215
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteBreakoutRoomsManager, "dyte-breakout-rooms-manager", never, { "iconPack": "iconPack"; "meeting": "meeting"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
216
- }
217
- export declare interface DyteBreakoutRoomsToggle extends Components.DyteBreakoutRoomsToggle {
218
- /**
219
- * Emits updated state data
220
- */
221
- dyteStateUpdate: EventEmitter<CustomEvent<Partial<IDyteBreakoutRoomsToggleStates>>>;
222
- }
223
- export declare class DyteBreakoutRoomsToggle {
224
- protected z: NgZone;
225
- protected el: HTMLElement;
226
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
227
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteBreakoutRoomsToggle, never>;
228
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteBreakoutRoomsToggle, "dyte-breakout-rooms-toggle", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
229
- }
230
- export declare interface DyteBroadcastMessageModal extends Components.DyteBroadcastMessageModal {
231
- /**
232
- * Emits updated state data
233
- */
234
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteBroadcastMessageModalStates>>;
235
- }
236
- export declare class DyteBroadcastMessageModal {
237
- protected z: NgZone;
238
- protected el: HTMLElement;
239
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
240
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteBroadcastMessageModal, never>;
241
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteBroadcastMessageModal, "dyte-broadcast-message-modal", never, { "iconPack": "iconPack"; "meeting": "meeting"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
242
- }
243
- export declare interface DyteButton extends Components.DyteButton {
244
- }
245
- export declare class DyteButton {
246
- protected z: NgZone;
247
- protected el: HTMLElement;
248
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
249
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteButton, never>;
250
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteButton, "dyte-button", never, { "disabled": "disabled"; "iconPack": "iconPack"; "kind": "kind"; "reverse": "reverse"; "size": "size"; "t": "t"; "type": "type"; "variant": "variant"; }, {}, never, ["*"]>;
251
- }
252
- export declare interface DyteCameraSelector extends Components.DyteCameraSelector {
253
- }
254
- export declare class DyteCameraSelector {
255
- protected z: NgZone;
256
- protected el: HTMLElement;
257
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
258
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteCameraSelector, never>;
259
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteCameraSelector, "dyte-camera-selector", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
260
- }
261
- export declare interface DyteCameraToggle extends Components.DyteCameraToggle {
262
- /**
263
- * Emits updated state data
264
- */
265
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteCameraToggleStates>>;
266
- }
267
- export declare class DyteCameraToggle {
268
- protected z: NgZone;
269
- protected el: HTMLElement;
270
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
271
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteCameraToggle, never>;
272
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteCameraToggle, "dyte-camera-toggle", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
273
- }
274
- export declare interface DyteCaptionToggle extends Components.DyteCaptionToggle {
275
- /**
276
- * Emits updated state data
277
- */
278
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteCaptionToggleStates>>;
279
- }
280
- export declare class DyteCaptionToggle {
281
- protected z: NgZone;
282
- protected el: HTMLElement;
283
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
284
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteCaptionToggle, never>;
285
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteCaptionToggle, "dyte-caption-toggle", never, { "config": "config"; "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
286
- }
287
- export declare interface DyteChannelCreator extends Components.DyteChannelCreator {
288
- /**
289
- * Emits updated state data
290
- */
291
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteChannelCreatorStates>>;
292
- /**
293
- * Emits event to switch channel
294
- */
295
- switchChannel: EventEmitter<CustomEvent<string>>;
296
- }
297
- export declare class DyteChannelCreator {
298
- protected z: NgZone;
299
- protected el: HTMLElement;
300
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
301
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteChannelCreator, never>;
302
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteChannelCreator, "dyte-channel-creator", never, { "iconPack": "iconPack"; "meeting": "meeting"; "t": "t"; }, {}, never, ["*"]>;
303
- }
304
- export declare interface DyteChannelDetails extends Components.DyteChannelDetails {
305
- }
306
- export declare class DyteChannelDetails {
307
- protected z: NgZone;
308
- protected el: HTMLElement;
309
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
310
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteChannelDetails, never>;
311
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteChannelDetails, "dyte-channel-details", never, { "channel": "channel"; "iconPack": "iconPack"; "members": "members"; "t": "t"; }, {}, never, ["*"]>;
312
- }
313
- export declare interface DyteChannelHeader extends Components.DyteChannelHeader {
314
- /**
315
- * event triggered for search
316
- */
317
- search: EventEmitter<CustomEvent<string>>;
318
- /**
319
- * event triggered for search
320
- */
321
- searchDismissed: EventEmitter<CustomEvent<any>>;
322
- /**
323
- * Event emitted when back button is clicked
324
- */
325
- back: EventEmitter<CustomEvent<void>>;
326
- }
327
- export declare class DyteChannelHeader {
328
- protected z: NgZone;
329
- protected el: HTMLElement;
330
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
331
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteChannelHeader, never>;
332
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteChannelHeader, "dyte-channel-header", never, { "channel": "channel"; "iconPack": "iconPack"; "meeting": "meeting"; "showBackButton": "showBackButton"; "t": "t"; }, {}, never, ["*"]>;
333
- }
334
- export declare interface DyteChannelSelectorUi extends Components.DyteChannelSelectorUi {
335
- /**
336
- * On channel changed
337
- */
338
- channelChanged: EventEmitter<CustomEvent<string>>;
339
- }
340
- export declare class DyteChannelSelectorUi {
341
- protected z: NgZone;
342
- protected el: HTMLElement;
343
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
344
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteChannelSelectorUi, never>;
345
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteChannelSelectorUi, "dyte-channel-selector-ui", never, { "channels": "channels"; "iconPack": "iconPack"; "selectedChannelId": "selectedChannelId"; "showRecentMessage": "showRecentMessage"; "t": "t"; }, {}, never, ["*"]>;
346
- }
347
- export declare interface DyteChannelSelectorView extends Components.DyteChannelSelectorView {
348
- /**
349
- * Event emitted when selected channel changes
350
- */
351
- channelChange: EventEmitter<CustomEvent<{
352
- id: string;
353
- name: string;
354
- avatarUrl?: string;
355
- icon?: keyof IDyteChannelSelectorViewIconPack;
356
- latestMessage?: string;
357
- latestMessageTime?: Date;
358
- unreadCount?: number;
359
- }>>;
360
- }
361
- export declare class DyteChannelSelectorView {
362
- protected z: NgZone;
363
- protected el: HTMLElement;
364
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
365
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteChannelSelectorView, never>;
366
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteChannelSelectorView, "dyte-channel-selector-view", never, { "channels": "channels"; "disableSearch": "disableSearch"; "hideAvatar": "hideAvatar"; "iconPack": "iconPack"; "selectedChannelId": "selectedChannelId"; "t": "t"; "viewAs": "viewAs"; }, {}, never, ["*"]>;
367
- }
368
- export declare interface DyteChat extends Components.DyteChat {
369
- /**
370
- * Emits updated state data
371
- */
372
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteChatStates>>;
373
- }
374
- export declare class DyteChat {
375
- protected z: NgZone;
376
- protected el: HTMLElement;
377
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
378
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteChat, never>;
379
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteChat, "dyte-chat", never, { "config": "config"; "disablePrivateChat": "disablePrivateChat"; "iconPack": "iconPack"; "meeting": "meeting"; "privatePresetFilter": "privatePresetFilter"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
380
- }
381
- export declare interface DyteChatComposerUi extends Components.DyteChatComposerUi {
382
- /**
383
- * Event emitted when new message is submitted
384
- */
385
- dyteNewMessage: EventEmitter<CustomEvent<IDyteChatComposerUiDyteNewMessageEvent>>;
386
- /**
387
- * Event emitted when message is edited
388
- */
389
- dyteEditMessage: EventEmitter<CustomEvent<{
390
- id: string;
391
- message: string;
392
- channelId?: string;
393
- }>>;
394
- /**
395
- * Event emitted when message editing is cancelled
396
- */
397
- dyteEditCancelled: EventEmitter<CustomEvent<any>>;
398
- }
399
- export declare class DyteChatComposerUi {
400
- protected z: NgZone;
401
- protected el: HTMLElement;
402
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
403
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteChatComposerUi, never>;
404
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteChatComposerUi, "dyte-chat-composer-ui", never, { "canSendFiles": "canSendFiles"; "canSendTextMessage": "canSendTextMessage"; "channelId": "channelId"; "disableEmojiPicker": "disableEmojiPicker"; "iconPack": "iconPack"; "members": "members"; "prefill": "prefill"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
405
- }
406
- export declare interface DyteChatComposerView extends Components.DyteChatComposerView {
407
- /**
408
- * Event emitted when new message is submitted
409
- */
410
- newMessage: EventEmitter<CustomEvent<IDyteChatComposerViewNewMessageEvent>>;
411
- /**
412
- * Event emitted when message is edited
413
- */
414
- editMessage: EventEmitter<CustomEvent<string>>;
415
- /**
416
- * Event emitted when message editing is cancelled
417
- */
418
- editCancel: EventEmitter<CustomEvent<void>>;
419
- /**
420
- * Event emitted when quoted message is dismissed
421
- */
422
- quotedMessageDismiss: EventEmitter<CustomEvent<void>>;
423
- }
424
- export declare class DyteChatComposerView {
425
- protected z: NgZone;
426
- protected el: HTMLElement;
427
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
428
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteChatComposerView, never>;
429
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteChatComposerView, "dyte-chat-composer-view", never, { "canSendFiles": "canSendFiles"; "canSendTextMessage": "canSendTextMessage"; "disableEmojiPicker": "disableEmojiPicker"; "iconPack": "iconPack"; "inputTextPlaceholder": "inputTextPlaceholder"; "isEditing": "isEditing"; "maxLength": "maxLength"; "message": "message"; "quotedMessage": "quotedMessage"; "rateLimits": "rateLimits"; "storageKey": "storageKey"; "t": "t"; }, {}, never, ["*"]>;
430
- }
431
- export declare interface DyteChatMessage extends Components.DyteChatMessage {
432
- /**
433
- * Event for when edit is clicked on a message
434
- */
435
- edit: EventEmitter<CustomEvent<IDyteChatMessageMessage>>;
436
- /**
437
- * Event for when reply is clicked on a message
438
- */
439
- reply: EventEmitter<CustomEvent<IDyteChatMessageMessage>>;
440
- /**
441
- * Event for when pin is clicked on a message
442
- */
443
- pin: EventEmitter<CustomEvent<IDyteChatMessageMessage>>;
444
- /**
445
- * Event for when edit is clicked on a message
446
- */
447
- delete: EventEmitter<CustomEvent<IDyteChatMessageMessage>>;
448
- }
449
- export declare class DyteChatMessage {
450
- protected z: NgZone;
451
- protected el: HTMLElement;
452
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
453
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteChatMessage, never>;
454
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteChatMessage, "dyte-chat-message", never, { "alignRight": "alignRight"; "canDelete": "canDelete"; "canEdit": "canEdit"; "canPin": "canPin"; "canReply": "canReply"; "child": "child"; "disableControls": "disableControls"; "hideAvatar": "hideAvatar"; "iconPack": "iconPack"; "isContinued": "isContinued"; "isSelf": "isSelf"; "isUnread": "isUnread"; "leftAlign": "leftAlign"; "message": "message"; "senderDisplayPicture": "senderDisplayPicture"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
455
- }
456
- export declare interface DyteChatMessagesUi extends Components.DyteChatMessagesUi {
457
- /**
458
- * Event emitted when a message is pinned or unpinned
459
- */
460
- pinMessage: EventEmitter<CustomEvent<IDyteChatMessagesUiMessage>>;
461
- /**
462
- * Emits updated state data
463
- */
464
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteChatMessagesUiStates>>;
465
- }
466
- export declare class DyteChatMessagesUi {
467
- protected z: NgZone;
468
- protected el: HTMLElement;
469
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
470
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteChatMessagesUi, never>;
471
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteChatMessagesUi, "dyte-chat-messages-ui", never, { "canPinMessages": "canPinMessages"; "iconPack": "iconPack"; "messages": "messages"; "selectedGroup": "selectedGroup"; "selfUserId": "selfUserId"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
472
- }
473
- export declare interface DyteChatMessagesUiPaginated extends Components.DyteChatMessagesUiPaginated {
474
- /**
475
- * Event for editing a message
476
- */
477
- editMessageInit: EventEmitter<CustomEvent<{
478
- payload: IDyteChatMessagesUiPaginatedTextMessage;
479
- flags: {
480
- isReply?: boolean;
481
- isEdit?: boolean;
482
- };
483
- }>>;
484
- /**
485
- * Event emitted when a message is pinned or unpinned
486
- */
487
- pinMessage: EventEmitter<CustomEvent<IDyteChatMessagesUiPaginatedMessage>>;
488
- /**
489
- * Event emitted when a message is deleted
490
- */
491
- deleteMessage: EventEmitter<CustomEvent<IDyteChatMessagesUiPaginatedMessage>>;
492
- /**
493
- * Emits updated state data
494
- */
495
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteChatMessagesUiPaginatedStates>>;
496
- }
497
- export declare class DyteChatMessagesUiPaginated {
498
- protected z: NgZone;
499
- protected el: HTMLElement;
500
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
501
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteChatMessagesUiPaginated, never>;
502
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteChatMessagesUiPaginated, "dyte-chat-messages-ui-paginated", never, { "iconPack": "iconPack"; "leftAlign": "leftAlign"; "meeting": "meeting"; "selectedChannel": "selectedChannel"; "selectedChannelId": "selectedChannelId"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
503
- }
504
- export declare interface DyteChatSearchResults extends Components.DyteChatSearchResults {
505
- }
506
- export declare class DyteChatSearchResults {
507
- protected z: NgZone;
508
- protected el: HTMLElement;
509
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
510
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteChatSearchResults, never>;
511
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteChatSearchResults, "dyte-chat-search-results", never, { "channelId": "channelId"; "iconPack": "iconPack"; "meeting": "meeting"; "query": "query"; "t": "t"; }, {}, never, ["*"]>;
512
- }
513
- export declare interface DyteChatSelectorUi extends Components.DyteChatSelectorUi {
514
- /**
515
- * Event emitted when chat scope is changed
516
- */
517
- dyteChatGroupChanged: EventEmitter<CustomEvent<IDyteChatSelectorUiChatGroupChangedType>>;
518
- }
519
- export declare class DyteChatSelectorUi {
520
- protected z: NgZone;
521
- protected el: HTMLElement;
522
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
523
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteChatSelectorUi, never>;
524
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteChatSelectorUi, "dyte-chat-selector-ui", never, { "groups": "groups"; "iconPack": "iconPack"; "selectedGroupId": "selectedGroupId"; "selfUserId": "selfUserId"; "t": "t"; "unreadCounts": "unreadCounts"; }, {}, never, ["*"]>;
525
- }
526
- export declare interface DyteChatToggle extends Components.DyteChatToggle {
527
- /**
528
- * Emits updated state data
529
- */
530
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteChatToggleStates>>;
531
- }
532
- export declare class DyteChatToggle {
533
- protected z: NgZone;
534
- protected el: HTMLElement;
535
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
536
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteChatToggle, never>;
537
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteChatToggle, "dyte-chat-toggle", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
538
- }
539
- export declare interface DyteClock extends Components.DyteClock {
540
- }
541
- export declare class DyteClock {
542
- protected z: NgZone;
543
- protected el: HTMLElement;
544
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
545
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteClock, never>;
546
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteClock, "dyte-clock", never, { "iconPack": "iconPack"; "meeting": "meeting"; "t": "t"; }, {}, never, ["*"]>;
547
- }
548
- export declare interface DyteConfirmationModal extends Components.DyteConfirmationModal {
549
- /**
550
- * Emits updated state data
551
- */
552
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteConfirmationModalStates>>;
553
- }
554
- export declare class DyteConfirmationModal {
555
- protected z: NgZone;
556
- protected el: HTMLElement;
557
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
558
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteConfirmationModal, never>;
559
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteConfirmationModal, "dyte-confirmation-modal", never, { "iconPack": "iconPack"; "meeting": "meeting"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
560
- }
561
- export declare interface DyteControlbar extends Components.DyteControlbar {
562
- }
563
- export declare class DyteControlbar {
564
- protected z: NgZone;
565
- protected el: HTMLElement;
566
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
567
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteControlbar, never>;
568
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteControlbar, "dyte-controlbar", never, { "config": "config"; "disableRender": "disableRender"; "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
569
- }
570
- export declare interface DyteControlbarButton extends Components.DyteControlbarButton {
571
- }
572
- export declare class DyteControlbarButton {
573
- protected z: NgZone;
574
- protected el: HTMLElement;
575
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
576
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteControlbarButton, never>;
577
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteControlbarButton, "dyte-controlbar-button", never, { "brandIcon": "brandIcon"; "disabled": "disabled"; "icon": "icon"; "iconPack": "iconPack"; "isLoading": "isLoading"; "label": "label"; "showWarning": "showWarning"; "size": "size"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
578
- }
579
- export declare interface DyteCounter extends Components.DyteCounter {
580
- /**
581
- * On change event emitter
582
- */
583
- valueChange: EventEmitter<CustomEvent<string>>;
584
- }
585
- export declare class DyteCounter {
586
- protected z: NgZone;
587
- protected el: HTMLElement;
588
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
589
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteCounter, never>;
590
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteCounter, "dyte-counter", never, { "iconPack": "iconPack"; "minValue": "minValue"; "size": "size"; "t": "t"; "value": "value"; }, {}, never, ["*"]>;
591
- }
592
- export declare interface DyteDialog extends Components.DyteDialog {
593
- /**
594
- * Event emitted when dialog is closed
595
- */
596
- dyteDialogClose: EventEmitter<CustomEvent<any>>;
597
- }
598
- export declare class DyteDialog {
599
- protected z: NgZone;
600
- protected el: HTMLElement;
601
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
602
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteDialog, never>;
603
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteDialog, "dyte-dialog", never, { "config": "config"; "disableEscapeKey": "disableEscapeKey"; "hideCloseButton": "hideCloseButton"; "iconPack": "iconPack"; "meeting": "meeting"; "open": "open"; "size": "size"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
604
- }
605
- export declare interface DyteDialogManager extends Components.DyteDialogManager {
606
- /**
607
- * Emits updated state data
608
- */
609
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteDialogManagerStates>>;
610
- }
611
- export declare class DyteDialogManager {
612
- protected z: NgZone;
613
- protected el: HTMLElement;
614
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
615
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteDialogManager, never>;
616
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteDialogManager, "dyte-dialog-manager", never, { "config": "config"; "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
617
- }
618
- export declare interface DyteDraftAttachmentView extends Components.DyteDraftAttachmentView {
619
- /**
620
- * Event triggered when the attachment is deleted
621
- */
622
- deleteAttachment: EventEmitter<CustomEvent<any>>;
623
- }
624
- export declare class DyteDraftAttachmentView {
625
- protected z: NgZone;
626
- protected el: HTMLElement;
627
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
628
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteDraftAttachmentView, never>;
629
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteDraftAttachmentView, "dyte-draft-attachment-view", never, { "attachment": "attachment"; "iconPack": "iconPack"; "t": "t"; }, {}, never, ["*"]>;
630
- }
631
- export declare interface DyteEmojiPicker extends Components.DyteEmojiPicker {
632
- /**
633
- * Close event
634
- */
635
- pickerClose: EventEmitter<CustomEvent<void>>;
636
- /**
637
- * Event which is emitted when an Emoji is clicked
638
- */
639
- dyteEmojiClicked: EventEmitter<CustomEvent<string>>;
640
- }
641
- export declare class DyteEmojiPicker {
642
- protected z: NgZone;
643
- protected el: HTMLElement;
644
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
645
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteEmojiPicker, never>;
646
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteEmojiPicker, "dyte-emoji-picker", never, { "iconPack": "iconPack"; "t": "t"; }, {}, never, ["*"]>;
647
- }
648
- export declare interface DyteEmojiPickerButton extends Components.DyteEmojiPickerButton {
649
- }
650
- export declare class DyteEmojiPickerButton {
651
- protected z: NgZone;
652
- protected el: HTMLElement;
653
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
654
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteEmojiPickerButton, never>;
655
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteEmojiPickerButton, "dyte-emoji-picker-button", never, { "iconPack": "iconPack"; "isActive": "isActive"; "t": "t"; }, {}, never, ["*"]>;
656
- }
657
- export declare interface DyteEndedScreen extends Components.DyteEndedScreen {
658
- }
659
- export declare class DyteEndedScreen {
660
- protected z: NgZone;
661
- protected el: HTMLElement;
662
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
663
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteEndedScreen, never>;
664
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteEndedScreen, "dyte-ended-screen", never, { "config": "config"; "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
665
- }
666
- export declare interface DyteFileDropzone extends Components.DyteFileDropzone {
667
- /**
668
- * drop event callback
669
- */
670
- dropCallback: EventEmitter<CustomEvent<DragEvent>>;
671
- }
672
- export declare class DyteFileDropzone {
673
- protected z: NgZone;
674
- protected el: HTMLElement;
675
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
676
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteFileDropzone, never>;
677
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteFileDropzone, "dyte-file-dropzone", never, { "hostEl": "hostEl"; "iconPack": "iconPack"; "t": "t"; }, {}, never, ["*"]>;
678
- }
679
- export declare interface DyteFileMessage extends Components.DyteFileMessage {
680
- }
681
- export declare class DyteFileMessage {
682
- protected z: NgZone;
683
- protected el: HTMLElement;
684
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
685
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteFileMessage, never>;
686
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteFileMessage, "dyte-file-message", never, { "iconPack": "iconPack"; "isContinued": "isContinued"; "message": "message"; "now": "now"; "showBubble": "showBubble"; "t": "t"; }, {}, never, ["*"]>;
687
- }
688
- export declare interface DyteFileMessageView extends Components.DyteFileMessageView {
689
- }
690
- export declare class DyteFileMessageView {
691
- protected z: NgZone;
692
- protected el: HTMLElement;
693
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
694
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteFileMessageView, never>;
695
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteFileMessageView, "dyte-file-message-view", never, { "iconPack": "iconPack"; "name": "name"; "size": "size"; "t": "t"; "url": "url"; }, {}, never, ["*"]>;
696
- }
697
- export declare interface DyteFilePickerButton extends Components.DyteFilePickerButton {
698
- /**
699
- * Event when a file is selected for upload
700
- */
701
- fileChange: EventEmitter<CustomEvent<File>>;
702
- }
703
- export declare class DyteFilePickerButton {
704
- protected z: NgZone;
705
- protected el: HTMLElement;
706
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
707
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteFilePickerButton, never>;
708
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteFilePickerButton, "dyte-file-picker-button", never, { "filter": "filter"; "icon": "icon"; "iconPack": "iconPack"; "label": "label"; "t": "t"; }, {}, never, ["*"]>;
709
- }
710
- export declare interface DyteFullscreenToggle extends Components.DyteFullscreenToggle {
711
- /**
712
- * Emits updated state data
713
- */
714
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteFullscreenToggleStates>>;
715
- }
716
- export declare class DyteFullscreenToggle {
717
- protected z: NgZone;
718
- protected el: HTMLElement;
719
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
720
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteFullscreenToggle, never>;
721
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteFullscreenToggle, "dyte-fullscreen-toggle", never, { "iconPack": "iconPack"; "size": "size"; "states": "states"; "t": "t"; "targetElement": "targetElement"; "variant": "variant"; }, {}, never, ["*"]>;
722
- }
723
- export declare interface DyteGrid extends Components.DyteGrid {
724
- /**
725
- * Emits updated state data
726
- */
727
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteGridStates>>;
728
- }
729
- export declare class DyteGrid {
730
- protected z: NgZone;
731
- protected el: HTMLElement;
732
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
733
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteGrid, never>;
734
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteGrid, "dyte-grid", never, { "aspectRatio": "aspectRatio"; "config": "config"; "gap": "gap"; "gridSize": "gridSize"; "iconPack": "iconPack"; "layout": "layout"; "meeting": "meeting"; "overrides": "overrides"; "size": "size"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
735
- }
736
- export declare interface DyteGridPagination extends Components.DyteGridPagination {
737
- }
738
- export declare class DyteGridPagination {
739
- protected z: NgZone;
740
- protected el: HTMLElement;
741
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
742
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteGridPagination, never>;
743
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteGridPagination, "dyte-grid-pagination", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
744
- }
745
- export declare interface DyteHeader extends Components.DyteHeader {
746
- }
747
- export declare class DyteHeader {
748
- protected z: NgZone;
749
- protected el: HTMLElement;
750
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
751
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteHeader, never>;
752
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteHeader, "dyte-header", never, { "config": "config"; "disableRender": "disableRender"; "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
753
- }
754
- export declare interface DyteIcon extends Components.DyteIcon {
755
- }
756
- export declare class DyteIcon {
757
- protected z: NgZone;
758
- protected el: HTMLElement;
759
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
760
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteIcon, never>;
761
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteIcon, "dyte-icon", never, { "icon": "icon"; "iconPack": "iconPack"; "size": "size"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
762
- }
763
- export declare interface DyteIdleScreen extends Components.DyteIdleScreen {
764
- }
765
- export declare class DyteIdleScreen {
766
- protected z: NgZone;
767
- protected el: HTMLElement;
768
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
769
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteIdleScreen, never>;
770
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteIdleScreen, "dyte-idle-screen", never, { "config": "config"; "iconPack": "iconPack"; "meeting": "meeting"; "t": "t"; }, {}, never, ["*"]>;
771
- }
772
- export declare interface DyteImageMessage extends Components.DyteImageMessage {
773
- /**
774
- * Emits updated state data
775
- */
776
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteImageMessageStates>>;
777
- }
778
- export declare class DyteImageMessage {
779
- protected z: NgZone;
780
- protected el: HTMLElement;
781
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
782
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteImageMessage, never>;
783
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteImageMessage, "dyte-image-message", never, { "iconPack": "iconPack"; "isContinued": "isContinued"; "message": "message"; "now": "now"; "showBubble": "showBubble"; "t": "t"; }, {}, never, ["*"]>;
784
- }
785
- export declare interface DyteImageMessageView extends Components.DyteImageMessageView {
786
- /**
787
- * preview event
788
- */
789
- preview: EventEmitter<CustomEvent<string>>;
790
- }
791
- export declare class DyteImageMessageView {
792
- protected z: NgZone;
793
- protected el: HTMLElement;
794
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
795
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteImageMessageView, never>;
796
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteImageMessageView, "dyte-image-message-view", never, { "iconPack": "iconPack"; "t": "t"; "url": "url"; }, {}, never, ["*"]>;
797
- }
798
- export declare interface DyteImageViewer extends Components.DyteImageViewer {
799
- /**
800
- * Emitted when viewer should be closed
801
- */
802
- close: EventEmitter<CustomEvent<void>>;
803
- }
804
- export declare class DyteImageViewer {
805
- protected z: NgZone;
806
- protected el: HTMLElement;
807
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
808
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteImageViewer, never>;
809
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteImageViewer, "dyte-image-viewer", never, { "iconPack": "iconPack"; "image": "image"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
810
- }
811
- export declare interface DyteInformationTooltip extends Components.DyteInformationTooltip {
812
- }
813
- export declare class DyteInformationTooltip {
814
- protected z: NgZone;
815
- protected el: HTMLElement;
816
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
817
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteInformationTooltip, never>;
818
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteInformationTooltip, "dyte-information-tooltip", never, { "iconPack": "iconPack"; }, {}, never, ["*"]>;
819
- }
820
- export declare interface DyteJoinStage extends Components.DyteJoinStage {
821
- /**
822
- * Emits updated state data
823
- */
824
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteJoinStageStates>>;
825
- /**
826
- * Event which is emitted when user confirms joining stage
827
- */
828
- dyteJoinStage: EventEmitter<CustomEvent<void>>;
829
- /**
830
- * Event which is emitted when user cancel joining stage
831
- */
832
- dyteLeaveStage: EventEmitter<CustomEvent<void>>;
833
- }
834
- export declare class DyteJoinStage {
835
- protected z: NgZone;
836
- protected el: HTMLElement;
837
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
838
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteJoinStage, never>;
839
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteJoinStage, "dyte-join-stage", never, { "config": "config"; "dataConfig": "dataConfig"; "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
840
- }
841
- export declare interface DyteLeaveButton extends Components.DyteLeaveButton {
842
- /**
843
- * Emits updated state data
844
- */
845
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteLeaveButtonStates>>;
846
- }
847
- export declare class DyteLeaveButton {
848
- protected z: NgZone;
849
- protected el: HTMLElement;
850
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
851
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteLeaveButton, never>;
852
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteLeaveButton, "dyte-leave-button", never, { "iconPack": "iconPack"; "size": "size"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
853
- }
854
- export declare interface DyteLeaveMeeting extends Components.DyteLeaveMeeting {
855
- /**
856
- * Emits updated state data
857
- */
858
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteLeaveMeetingStates>>;
859
- }
860
- export declare class DyteLeaveMeeting {
861
- protected z: NgZone;
862
- protected el: HTMLElement;
863
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
864
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteLeaveMeeting, never>;
865
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteLeaveMeeting, "dyte-leave-meeting", never, { "iconPack": "iconPack"; "meeting": "meeting"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
866
- }
867
- export declare interface DyteLivestreamIndicator extends Components.DyteLivestreamIndicator {
868
- }
869
- export declare class DyteLivestreamIndicator {
870
- protected z: NgZone;
871
- protected el: HTMLElement;
872
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
873
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteLivestreamIndicator, never>;
874
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteLivestreamIndicator, "dyte-livestream-indicator", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
875
- }
876
- export declare interface DyteLivestreamPlayer extends Components.DyteLivestreamPlayer {
877
- /**
878
- * Emit API error events
879
- */
880
- dyteAPIError: EventEmitter<CustomEvent<{
881
- trace: string;
882
- message: string;
883
- }>>;
884
- }
885
- export declare class DyteLivestreamPlayer {
886
- protected z: NgZone;
887
- protected el: HTMLElement;
888
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
889
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteLivestreamPlayer, never>;
890
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteLivestreamPlayer, "dyte-livestream-player", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
891
- }
892
- export declare interface DyteLivestreamToggle extends Components.DyteLivestreamToggle {
893
- /**
894
- * Emits updated state data
895
- */
896
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteLivestreamToggleStates>>;
897
- /**
898
- * Emit API error events
899
- */
900
- dyteAPIError: EventEmitter<CustomEvent<{
901
- trace: string;
902
- message: string;
903
- }>>;
904
- }
905
- export declare class DyteLivestreamToggle {
906
- protected z: NgZone;
907
- protected el: HTMLElement;
908
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
909
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteLivestreamToggle, never>;
910
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteLivestreamToggle, "dyte-livestream-toggle", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
911
- }
912
- export declare interface DyteLogo extends Components.DyteLogo {
913
- }
914
- export declare class DyteLogo {
915
- protected z: NgZone;
916
- protected el: HTMLElement;
917
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
918
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteLogo, never>;
919
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteLogo, "dyte-logo", never, { "config": "config"; "logoUrl": "logoUrl"; "meeting": "meeting"; "t": "t"; }, {}, never, ["*"]>;
920
- }
921
- export declare interface DyteMarkdownView extends Components.DyteMarkdownView {
922
- }
923
- export declare class DyteMarkdownView {
924
- protected z: NgZone;
925
- protected el: HTMLElement;
926
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
927
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteMarkdownView, never>;
928
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteMarkdownView, "dyte-markdown-view", never, { "maxLength": "maxLength"; "text": "text"; }, {}, never, ["*"]>;
929
- }
930
- export declare interface DyteMeeting extends Components.DyteMeeting {
931
- /**
932
- * Emits updated state data
933
- */
934
- dyteStateUpdate: EventEmitter<CustomEvent<Partial<IDyteMeetingStates>>>;
935
- }
936
- export declare class DyteMeeting {
937
- protected z: NgZone;
938
- protected el: HTMLElement;
939
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
940
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteMeeting, never>;
941
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteMeeting, "dyte-meeting", never, { "applyDesignSystem": "applyDesignSystem"; "config": "config"; "gridLayout": "gridLayout"; "iconPackUrl": "iconPackUrl"; "leaveOnUnmount": "leaveOnUnmount"; "loadConfigFromPreset": "loadConfigFromPreset"; "meeting": "meeting"; "mode": "mode"; "showSetupScreen": "showSetupScreen"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
942
- }
943
- export declare interface DyteMeetingTitle extends Components.DyteMeetingTitle {
944
- }
945
- export declare class DyteMeetingTitle {
946
- protected z: NgZone;
947
- protected el: HTMLElement;
948
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
949
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteMeetingTitle, never>;
950
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteMeetingTitle, "dyte-meeting-title", never, { "iconPack": "iconPack"; "meeting": "meeting"; "t": "t"; }, {}, never, ["*"]>;
951
- }
952
- export declare interface DyteMenu extends Components.DyteMenu {
953
- }
954
- export declare class DyteMenu {
955
- protected z: NgZone;
956
- protected el: HTMLElement;
957
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
958
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteMenu, never>;
959
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteMenu, "dyte-menu", never, { "iconPack": "iconPack"; "offset": "offset"; "placement": "placement"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
960
- }
961
- export declare interface DyteMenuItem extends Components.DyteMenuItem {
962
- }
963
- export declare class DyteMenuItem {
964
- protected z: NgZone;
965
- protected el: HTMLElement;
966
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
967
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteMenuItem, never>;
968
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteMenuItem, "dyte-menu-item", never, { "iconPack": "iconPack"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
969
- }
970
- export declare interface DyteMenuList extends Components.DyteMenuList {
971
- }
972
- export declare class DyteMenuList {
973
- protected z: NgZone;
974
- protected el: HTMLElement;
975
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
976
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteMenuList, never>;
977
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteMenuList, "dyte-menu-list", never, { "iconPack": "iconPack"; "t": "t"; }, {}, never, ["*"]>;
978
- }
979
- export declare interface DyteMessageListView extends Components.DyteMessageListView {
980
- }
981
- export declare class DyteMessageListView {
982
- protected z: NgZone;
983
- protected el: HTMLElement;
984
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
985
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteMessageListView, never>;
986
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteMessageListView, "dyte-message-list-view", never, { "estimateItemSize": "estimateItemSize"; "iconPack": "iconPack"; "loadMore": "loadMore"; "messages": "messages"; "renderer": "renderer"; "visibleItemsCount": "visibleItemsCount"; }, {}, never, ["*"]>;
987
- }
988
- export declare interface DyteMessageView extends Components.DyteMessageView {
989
- /**
990
- * action event
991
- */
992
- action: EventEmitter<CustomEvent<string>>;
993
- }
994
- export declare class DyteMessageView {
995
- protected z: NgZone;
996
- protected el: HTMLElement;
997
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
998
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteMessageView, never>;
999
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteMessageView, "dyte-message-view", never, { "actions": "actions"; "authorName": "authorName"; "avatarUrl": "avatarUrl"; "hideAuthorName": "hideAuthorName"; "hideAvatar": "hideAvatar"; "hideMetadata": "hideMetadata"; "iconPack": "iconPack"; "time": "time"; "variant": "variant"; "viewType": "viewType"; }, {}, never, ["*"]>;
1000
- }
1001
- export declare interface DyteMicToggle extends Components.DyteMicToggle {
1002
- /**
1003
- * Emits updated state data
1004
- */
1005
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteMicToggleStates>>;
1006
- }
1007
- export declare class DyteMicToggle {
1008
- protected z: NgZone;
1009
- protected el: HTMLElement;
1010
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1011
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteMicToggle, never>;
1012
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteMicToggle, "dyte-mic-toggle", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
1013
- }
1014
- export declare interface DyteMicrophoneSelector extends Components.DyteMicrophoneSelector {
1015
- }
1016
- export declare class DyteMicrophoneSelector {
1017
- protected z: NgZone;
1018
- protected el: HTMLElement;
1019
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1020
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteMicrophoneSelector, never>;
1021
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteMicrophoneSelector, "dyte-microphone-selector", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
1022
- }
1023
- export declare interface DyteMixedGrid extends Components.DyteMixedGrid {
1024
- }
1025
- export declare class DyteMixedGrid {
1026
- protected z: NgZone;
1027
- protected el: HTMLElement;
1028
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1029
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteMixedGrid, never>;
1030
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteMixedGrid, "dyte-mixed-grid", never, { "aspectRatio": "aspectRatio"; "config": "config"; "gap": "gap"; "gridSize": "gridSize"; "iconPack": "iconPack"; "layout": "layout"; "meeting": "meeting"; "participants": "participants"; "pinnedParticipants": "pinnedParticipants"; "plugins": "plugins"; "screenShareParticipants": "screenShareParticipants"; "size": "size"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
1031
- }
1032
- export declare interface DyteMoreToggle extends Components.DyteMoreToggle {
1033
- /**
1034
- * Emits updated state data
1035
- */
1036
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteMoreToggleStates>>;
1037
- }
1038
- export declare class DyteMoreToggle {
1039
- protected z: NgZone;
1040
- protected el: HTMLElement;
1041
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1042
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteMoreToggle, never>;
1043
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteMoreToggle, "dyte-more-toggle", never, { "iconPack": "iconPack"; "size": "size"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
1044
- }
1045
- export declare interface DyteMuteAllButton extends Components.DyteMuteAllButton {
1046
- /**
1047
- * Emits updated state data
1048
- */
1049
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteMuteAllButtonStates>>;
1050
- }
1051
- export declare class DyteMuteAllButton {
1052
- protected z: NgZone;
1053
- protected el: HTMLElement;
1054
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1055
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteMuteAllButton, never>;
1056
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteMuteAllButton, "dyte-mute-all-button", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
1057
- }
1058
- export declare interface DyteMuteAllConfirmation extends Components.DyteMuteAllConfirmation {
1059
- /**
1060
- * Emits updated state data
1061
- */
1062
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteMuteAllConfirmationStates>>;
1063
- }
1064
- export declare class DyteMuteAllConfirmation {
1065
- protected z: NgZone;
1066
- protected el: HTMLElement;
1067
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1068
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteMuteAllConfirmation, never>;
1069
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteMuteAllConfirmation, "dyte-mute-all-confirmation", never, { "iconPack": "iconPack"; "meeting": "meeting"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
1070
- }
1071
- export declare interface DyteNameTag extends Components.DyteNameTag {
1072
- }
1073
- export declare class DyteNameTag {
1074
- protected z: NgZone;
1075
- protected el: HTMLElement;
1076
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1077
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteNameTag, never>;
1078
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteNameTag, "dyte-name-tag", never, { "iconPack": "iconPack"; "isScreenShare": "isScreenShare"; "meeting": "meeting"; "participant": "participant"; "size": "size"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
1079
- }
1080
- export declare interface DyteNetworkIndicator extends Components.DyteNetworkIndicator {
1081
- }
1082
- export declare class DyteNetworkIndicator {
1083
- protected z: NgZone;
1084
- protected el: HTMLElement;
1085
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1086
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteNetworkIndicator, never>;
1087
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteNetworkIndicator, "dyte-network-indicator", never, { "iconPack": "iconPack"; "isScreenShare": "isScreenShare"; "meeting": "meeting"; "participant": "participant"; "t": "t"; }, {}, never, ["*"]>;
1088
- }
1089
- export declare interface DyteNotification extends Components.DyteNotification {
1090
- /**
1091
- * Dismiss event
1092
- */
1093
- dyteNotificationDismiss: EventEmitter<CustomEvent<string>>;
1094
- }
1095
- export declare class DyteNotification {
1096
- protected z: NgZone;
1097
- protected el: HTMLElement;
1098
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1099
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteNotification, never>;
1100
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteNotification, "dyte-notification", never, { "iconPack": "iconPack"; "notification": "notification"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
1101
- }
1102
- export declare interface DyteNotifications extends Components.DyteNotifications {
1103
- }
1104
- export declare class DyteNotifications {
1105
- protected z: NgZone;
1106
- protected el: HTMLElement;
1107
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1108
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteNotifications, never>;
1109
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteNotifications, "dyte-notifications", never, { "config": "config"; "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
1110
- }
1111
- export declare interface DyteOverlayModal extends Components.DyteOverlayModal {
1112
- /**
1113
- * Emits updated state data
1114
- */
1115
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteOverlayModalStates>>;
1116
- }
1117
- export declare class DyteOverlayModal {
1118
- protected z: NgZone;
1119
- protected el: HTMLElement;
1120
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1121
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteOverlayModal, never>;
1122
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteOverlayModal, "dyte-overlay-modal", never, { "iconPack": "iconPack"; "meeting": "meeting"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
1123
- }
1124
- export declare interface DytePaginatedList extends Components.DytePaginatedList {
1125
- }
1126
- export declare class DytePaginatedList {
1127
- protected z: NgZone;
1128
- protected el: HTMLElement;
1129
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1130
- static ɵfac: i0.ɵɵFactoryDeclaration<DytePaginatedList, never>;
1131
- static ɵcmp: i0.ɵɵComponentDeclaration<DytePaginatedList, "dyte-paginated-list", never, { "autoScroll": "autoScroll"; "createNodes": "createNodes"; "emptyListLabel": "emptyListLabel"; "fetchData": "fetchData"; "iconPack": "iconPack"; "pageSize": "pageSize"; "pagesAllowed": "pagesAllowed"; "selectedItemId": "selectedItemId"; "t": "t"; }, {}, never, ["*"]>;
1132
- }
1133
- export declare interface DyteParticipant extends Components.DyteParticipant {
1134
- /**
1135
- * Emit dyte notifications
1136
- */
1137
- dyteSendNotification: EventEmitter<CustomEvent<{
1138
- trace: string;
1139
- message: string;
1140
- }>>;
1141
- }
1142
- export declare class DyteParticipant {
1143
- protected z: NgZone;
1144
- protected el: HTMLElement;
1145
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1146
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteParticipant, never>;
1147
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteParticipant, "dyte-participant", never, { "config": "config"; "iconPack": "iconPack"; "meeting": "meeting"; "participant": "participant"; "t": "t"; "view": "view"; }, {}, never, ["*"]>;
1148
- }
1149
- export declare interface DyteParticipantCount extends Components.DyteParticipantCount {
1150
- }
1151
- export declare class DyteParticipantCount {
1152
- protected z: NgZone;
1153
- protected el: HTMLElement;
1154
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1155
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteParticipantCount, never>;
1156
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteParticipantCount, "dyte-participant-count", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
1157
- }
1158
- export declare interface DyteParticipantSetup extends Components.DyteParticipantSetup {
1159
- }
1160
- export declare class DyteParticipantSetup {
1161
- protected z: NgZone;
1162
- protected el: HTMLElement;
1163
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1164
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteParticipantSetup, never>;
1165
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteParticipantSetup, "dyte-participant-setup", never, { "config": "config"; "iconPack": "iconPack"; "isPreview": "isPreview"; "nameTagPosition": "nameTagPosition"; "participant": "participant"; "size": "size"; "states": "states"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
1166
- }
1167
- export declare interface DyteParticipantTile extends Components.DyteParticipantTile {
1168
- /**
1169
- * Event triggered when tile is loaded
1170
- */
1171
- tileLoad: EventEmitter<CustomEvent<{
1172
- participant: IDyteParticipantTilePeer;
1173
- videoElement: HTMLVideoElement;
1174
- }>>;
1175
- /**
1176
- * Event triggered when tile is unloaded
1177
- */
1178
- tileUnload: EventEmitter<CustomEvent<IDyteParticipantTilePeer>>;
1179
- }
1180
- export declare class DyteParticipantTile {
1181
- protected z: NgZone;
1182
- protected el: HTMLElement;
1183
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1184
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteParticipantTile, never>;
1185
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteParticipantTile, "dyte-participant-tile", never, { "config": "config"; "iconPack": "iconPack"; "isPreview": "isPreview"; "meeting": "meeting"; "nameTagPosition": "nameTagPosition"; "participant": "participant"; "size": "size"; "states": "states"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
1186
- }
1187
- export declare interface DyteParticipants extends Components.DyteParticipants {
1188
- }
1189
- export declare class DyteParticipants {
1190
- protected z: NgZone;
1191
- protected el: HTMLElement;
1192
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1193
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteParticipants, never>;
1194
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteParticipants, "dyte-participants", never, { "config": "config"; "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
1195
- }
1196
- export declare interface DyteParticipantsAudio extends Components.DyteParticipantsAudio {
1197
- /**
1198
- * Callback to execute when the dialog is closed
1199
- */
1200
- dialogClose: EventEmitter<CustomEvent<void>>;
1201
- }
1202
- export declare class DyteParticipantsAudio {
1203
- protected z: NgZone;
1204
- protected el: HTMLElement;
1205
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1206
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteParticipantsAudio, never>;
1207
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteParticipantsAudio, "dyte-participants-audio", never, { "iconPack": "iconPack"; "meeting": "meeting"; "t": "t"; }, {}, never, ["*"]>;
1208
- }
1209
- export declare interface DyteParticipantsStageList extends Components.DyteParticipantsStageList {
1210
- }
1211
- export declare class DyteParticipantsStageList {
1212
- protected z: NgZone;
1213
- protected el: HTMLElement;
1214
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1215
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteParticipantsStageList, never>;
1216
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteParticipantsStageList, "dyte-participants-stage-list", never, { "config": "config"; "iconPack": "iconPack"; "meeting": "meeting"; "search": "search"; "size": "size"; "t": "t"; "view": "view"; }, {}, never, ["*"]>;
1217
- }
1218
- export declare interface DyteParticipantsStageQueue extends Components.DyteParticipantsStageQueue {
1219
- }
1220
- export declare class DyteParticipantsStageQueue {
1221
- protected z: NgZone;
1222
- protected el: HTMLElement;
1223
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1224
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteParticipantsStageQueue, never>;
1225
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteParticipantsStageQueue, "dyte-participants-stage-queue", never, { "config": "config"; "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "t": "t"; "view": "view"; }, {}, never, ["*"]>;
1226
- }
1227
- export declare interface DyteParticipantsToggle extends Components.DyteParticipantsToggle {
1228
- /**
1229
- * Emits updated state data
1230
- */
1231
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteParticipantsToggleStates>>;
1232
- }
1233
- export declare class DyteParticipantsToggle {
1234
- protected z: NgZone;
1235
- protected el: HTMLElement;
1236
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1237
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteParticipantsToggle, never>;
1238
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteParticipantsToggle, "dyte-participants-toggle", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
1239
- }
1240
- export declare interface DyteParticipantsViewerList extends Components.DyteParticipantsViewerList {
1241
- }
1242
- export declare class DyteParticipantsViewerList {
1243
- protected z: NgZone;
1244
- protected el: HTMLElement;
1245
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1246
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteParticipantsViewerList, never>;
1247
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteParticipantsViewerList, "dyte-participants-viewer-list", never, { "config": "config"; "iconPack": "iconPack"; "meeting": "meeting"; "search": "search"; "size": "size"; "t": "t"; "view": "view"; }, {}, never, ["*"]>;
1248
- }
1249
- export declare interface DyteParticipantsWaitingList extends Components.DyteParticipantsWaitingList {
1250
- }
1251
- export declare class DyteParticipantsWaitingList {
1252
- protected z: NgZone;
1253
- protected el: HTMLElement;
1254
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1255
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteParticipantsWaitingList, never>;
1256
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteParticipantsWaitingList, "dyte-participants-waiting-list", never, { "config": "config"; "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "t": "t"; "view": "view"; }, {}, never, ["*"]>;
1257
- }
1258
- export declare interface DytePermissionsMessage extends Components.DytePermissionsMessage {
1259
- /**
1260
- * Emits updated state data
1261
- */
1262
- dyteStateUpdate: EventEmitter<CustomEvent<IDytePermissionsMessageStates>>;
1263
- }
1264
- export declare class DytePermissionsMessage {
1265
- protected z: NgZone;
1266
- protected el: HTMLElement;
1267
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1268
- static ɵfac: i0.ɵɵFactoryDeclaration<DytePermissionsMessage, never>;
1269
- static ɵcmp: i0.ɵɵComponentDeclaration<DytePermissionsMessage, "dyte-permissions-message", never, { "iconPack": "iconPack"; "meeting": "meeting"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
1270
- }
1271
- export declare interface DytePipToggle extends Components.DytePipToggle {
1272
- /**
1273
- * Emits updated state data
1274
- */
1275
- dyteStateUpdate: EventEmitter<CustomEvent<IDytePipToggleStates>>;
1276
- }
1277
- export declare class DytePipToggle {
1278
- protected z: NgZone;
1279
- protected el: HTMLElement;
1280
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1281
- static ɵfac: i0.ɵɵFactoryDeclaration<DytePipToggle, never>;
1282
- static ɵcmp: i0.ɵɵComponentDeclaration<DytePipToggle, "dyte-pip-toggle", never, { "config": "config"; "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
1283
- }
1284
- export declare interface DytePluginMain extends Components.DytePluginMain {
1285
- }
1286
- export declare class DytePluginMain {
1287
- protected z: NgZone;
1288
- protected el: HTMLElement;
1289
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1290
- static ɵfac: i0.ɵɵFactoryDeclaration<DytePluginMain, never>;
1291
- static ɵcmp: i0.ɵɵComponentDeclaration<DytePluginMain, "dyte-plugin-main", never, { "iconPack": "iconPack"; "meeting": "meeting"; "plugin": "plugin"; "t": "t"; }, {}, never, ["*"]>;
1292
- }
1293
- export declare interface DytePlugins extends Components.DytePlugins {
1294
- /**
1295
- * Emits updated state data
1296
- */
1297
- dyteStateUpdate: EventEmitter<CustomEvent<IDytePluginsStates>>;
1298
- }
1299
- export declare class DytePlugins {
1300
- protected z: NgZone;
1301
- protected el: HTMLElement;
1302
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1303
- static ɵfac: i0.ɵɵFactoryDeclaration<DytePlugins, never>;
1304
- static ɵcmp: i0.ɵɵComponentDeclaration<DytePlugins, "dyte-plugins", never, { "config": "config"; "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
1305
- }
1306
- export declare interface DytePluginsToggle extends Components.DytePluginsToggle {
1307
- /**
1308
- * Emits updated state data
1309
- */
1310
- dyteStateUpdate: EventEmitter<CustomEvent<IDytePluginsToggleStates>>;
1311
- }
1312
- export declare class DytePluginsToggle {
1313
- protected z: NgZone;
1314
- protected el: HTMLElement;
1315
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1316
- static ɵfac: i0.ɵɵFactoryDeclaration<DytePluginsToggle, never>;
1317
- static ɵcmp: i0.ɵɵComponentDeclaration<DytePluginsToggle, "dyte-plugins-toggle", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
1318
- }
1319
- export declare interface DytePoll extends Components.DytePoll {
1320
- /**
1321
- * Event which is emitted when a poll is voted on
1322
- */
1323
- dyteVotePoll: EventEmitter<CustomEvent<{
1324
- id: string;
1325
- index: number;
1326
- }>>;
1327
- }
1328
- export declare class DytePoll {
1329
- protected z: NgZone;
1330
- protected el: HTMLElement;
1331
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1332
- static ɵfac: i0.ɵɵFactoryDeclaration<DytePoll, never>;
1333
- static ɵcmp: i0.ɵɵComponentDeclaration<DytePoll, "dyte-poll", never, { "iconPack": "iconPack"; "permissions": "permissions"; "poll": "poll"; "self": "self"; "t": "t"; }, {}, never, ["*"]>;
1334
- }
1335
- export declare interface DytePollForm extends Components.DytePollForm {
1336
- /**
1337
- * Event which is emitted when a poll is created
1338
- */
1339
- dyteCreatePoll: EventEmitter<CustomEvent<IDytePollPollObject>>;
1340
- }
1341
- export declare class DytePollForm {
1342
- protected z: NgZone;
1343
- protected el: HTMLElement;
1344
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1345
- static ɵfac: i0.ɵɵFactoryDeclaration<DytePollForm, never>;
1346
- static ɵcmp: i0.ɵɵComponentDeclaration<DytePollForm, "dyte-poll-form", never, { "iconPack": "iconPack"; "t": "t"; }, {}, never, ["*"]>;
1347
- }
1348
- export declare interface DytePolls extends Components.DytePolls {
1349
- }
1350
- export declare class DytePolls {
1351
- protected z: NgZone;
1352
- protected el: HTMLElement;
1353
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1354
- static ɵfac: i0.ɵɵFactoryDeclaration<DytePolls, never>;
1355
- static ɵcmp: i0.ɵɵComponentDeclaration<DytePolls, "dyte-polls", never, { "config": "config"; "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
1356
- }
1357
- export declare interface DytePollsToggle extends Components.DytePollsToggle {
1358
- /**
1359
- * Emits updated state data
1360
- */
1361
- dyteStateUpdate: EventEmitter<CustomEvent<IDytePollsToggleStates>>;
1362
- }
1363
- export declare class DytePollsToggle {
1364
- protected z: NgZone;
1365
- protected el: HTMLElement;
1366
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1367
- static ɵfac: i0.ɵɵFactoryDeclaration<DytePollsToggle, never>;
1368
- static ɵcmp: i0.ɵɵComponentDeclaration<DytePollsToggle, "dyte-polls-toggle", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
1369
- }
1370
- export declare interface DyteRecordingIndicator extends Components.DyteRecordingIndicator {
1371
- }
1372
- export declare class DyteRecordingIndicator {
1373
- protected z: NgZone;
1374
- protected el: HTMLElement;
1375
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1376
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteRecordingIndicator, never>;
1377
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteRecordingIndicator, "dyte-recording-indicator", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
1378
- }
1379
- export declare interface DyteRecordingToggle extends Components.DyteRecordingToggle {
1380
- /**
1381
- * Emit api error events
1382
- */
1383
- dyteAPIError: EventEmitter<CustomEvent<{
1384
- trace: string;
1385
- message: string;
1386
- }>>;
1387
- }
1388
- export declare class DyteRecordingToggle {
1389
- protected z: NgZone;
1390
- protected el: HTMLElement;
1391
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1392
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteRecordingToggle, never>;
1393
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteRecordingToggle, "dyte-recording-toggle", never, { "disabled": "disabled"; "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
1394
- }
1395
- export declare interface DyteScreenShareToggle extends Components.DyteScreenShareToggle {
1396
- /**
1397
- * Emits updated state data
1398
- */
1399
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteScreenShareToggleStates>>;
1400
- /**
1401
- * Emit api error events
1402
- */
1403
- dyteAPIError: EventEmitter<CustomEvent<{
1404
- trace: string;
1405
- message: string;
1406
- }>>;
1407
- }
1408
- export declare class DyteScreenShareToggle {
1409
- protected z: NgZone;
1410
- protected el: HTMLElement;
1411
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1412
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteScreenShareToggle, never>;
1413
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteScreenShareToggle, "dyte-screen-share-toggle", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
1414
- }
1415
- export declare interface DyteScreenshareView extends Components.DyteScreenshareView {
1416
- /**
1417
- * Emits updated state data
1418
- */
1419
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteScreenshareViewStates>>;
1420
- /**
1421
- * Emits when video playback happens successfully
1422
- */
1423
- screensharePlay: EventEmitter<CustomEvent<{
1424
- participant: IDyteScreenshareViewPeer;
1425
- screenshareParticipant: IDyteScreenshareViewPeer;
1426
- }>>;
1427
- }
1428
- export declare class DyteScreenshareView {
1429
- protected z: NgZone;
1430
- protected el: HTMLElement;
1431
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1432
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteScreenshareView, never>;
1433
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteScreenshareView, "dyte-screenshare-view", never, { "hideFullScreenButton": "hideFullScreenButton"; "iconPack": "iconPack"; "meeting": "meeting"; "nameTagPosition": "nameTagPosition"; "participant": "participant"; "size": "size"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
1434
- }
1435
- export declare interface DyteSettings extends Components.DyteSettings {
1436
- /**
1437
- * Emits updated state data
1438
- */
1439
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteSettingsStates>>;
1440
- }
1441
- export declare class DyteSettings {
1442
- protected z: NgZone;
1443
- protected el: HTMLElement;
1444
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1445
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteSettings, never>;
1446
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteSettings, "dyte-settings", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
1447
- }
1448
- export declare interface DyteSettingsAudio extends Components.DyteSettingsAudio {
1449
- /**
1450
- * Event updated state
1451
- */
1452
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteSettingsAudioStates>>;
1453
- }
1454
- export declare class DyteSettingsAudio {
1455
- protected z: NgZone;
1456
- protected el: HTMLElement;
1457
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1458
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteSettingsAudio, never>;
1459
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteSettingsAudio, "dyte-settings-audio", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
1460
- }
1461
- export declare interface DyteSettingsToggle extends Components.DyteSettingsToggle {
1462
- /**
1463
- * Emits updated state data
1464
- */
1465
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteSettingsToggleStates>>;
1466
- }
1467
- export declare class DyteSettingsToggle {
1468
- protected z: NgZone;
1469
- protected el: HTMLElement;
1470
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1471
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteSettingsToggle, never>;
1472
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteSettingsToggle, "dyte-settings-toggle", never, { "iconPack": "iconPack"; "size": "size"; "states": "states"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
1473
- }
1474
- export declare interface DyteSettingsVideo extends Components.DyteSettingsVideo {
1475
- /**
1476
- * Emits updated state
1477
- */
1478
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteSettingsVideoStates>>;
1479
- }
1480
- export declare class DyteSettingsVideo {
1481
- protected z: NgZone;
1482
- protected el: HTMLElement;
1483
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1484
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteSettingsVideo, never>;
1485
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteSettingsVideo, "dyte-settings-video", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
1486
- }
1487
- export declare interface DyteSetupScreen extends Components.DyteSetupScreen {
1488
- /**
1489
- * Emits updated state data
1490
- */
1491
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteSetupScreenStates>>;
1492
- }
1493
- export declare class DyteSetupScreen {
1494
- protected z: NgZone;
1495
- protected el: HTMLElement;
1496
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1497
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteSetupScreen, never>;
1498
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteSetupScreen, "dyte-setup-screen", never, { "config": "config"; "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
1499
- }
1500
- export declare interface DyteSidebar extends Components.DyteSidebar {
1501
- /**
1502
- * Emits updated state data
1503
- */
1504
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteSidebarStates>>;
1505
- }
1506
- export declare class DyteSidebar {
1507
- protected z: NgZone;
1508
- protected el: HTMLElement;
1509
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1510
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteSidebar, never>;
1511
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteSidebar, "dyte-sidebar", never, { "config": "config"; "defaultSection": "defaultSection"; "enabledSections": "enabledSections"; "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; "view": "view"; }, {}, never, ["*"]>;
1512
- }
1513
- export declare interface DyteSidebarUi extends Components.DyteSidebarUi {
1514
- /**
1515
- * Tab change event
1516
- */
1517
- tabChange: EventEmitter<CustomEvent<string>>;
1518
- /**
1519
- * Tab change event
1520
- */
1521
- sidebarClose: EventEmitter<CustomEvent<void>>;
1522
- }
1523
- export declare class DyteSidebarUi {
1524
- protected z: NgZone;
1525
- protected el: HTMLElement;
1526
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1527
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteSidebarUi, never>;
1528
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteSidebarUi, "dyte-sidebar-ui", never, { "currentTab": "currentTab"; "iconPack": "iconPack"; "t": "t"; "tabs": "tabs"; "view": "view"; }, {}, never, ["*"]>;
1529
- }
1530
- export declare interface DyteSimpleGrid extends Components.DyteSimpleGrid {
1531
- }
1532
- export declare class DyteSimpleGrid {
1533
- protected z: NgZone;
1534
- protected el: HTMLElement;
1535
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1536
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteSimpleGrid, never>;
1537
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteSimpleGrid, "dyte-simple-grid", never, { "aspectRatio": "aspectRatio"; "config": "config"; "gap": "gap"; "iconPack": "iconPack"; "meeting": "meeting"; "participants": "participants"; "size": "size"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
1538
- }
1539
- export declare interface DyteSpeakerSelector extends Components.DyteSpeakerSelector {
1540
- }
1541
- export declare class DyteSpeakerSelector {
1542
- protected z: NgZone;
1543
- protected el: HTMLElement;
1544
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1545
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteSpeakerSelector, never>;
1546
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteSpeakerSelector, "dyte-speaker-selector", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
1547
- }
1548
- export declare interface DyteSpinner extends Components.DyteSpinner {
1549
- }
1550
- export declare class DyteSpinner {
1551
- protected z: NgZone;
1552
- protected el: HTMLElement;
1553
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1554
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteSpinner, never>;
1555
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteSpinner, "dyte-spinner", never, { "iconPack": "iconPack"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
1556
- }
1557
- export declare interface DyteSpotlightGrid extends Components.DyteSpotlightGrid {
1558
- }
1559
- export declare class DyteSpotlightGrid {
1560
- protected z: NgZone;
1561
- protected el: HTMLElement;
1562
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1563
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteSpotlightGrid, never>;
1564
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteSpotlightGrid, "dyte-spotlight-grid", never, { "aspectRatio": "aspectRatio"; "config": "config"; "gap": "gap"; "gridSize": "gridSize"; "iconPack": "iconPack"; "layout": "layout"; "meeting": "meeting"; "participants": "participants"; "pinnedParticipants": "pinnedParticipants"; "size": "size"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
1565
- }
1566
- export declare interface DyteSpotlightIndicator extends Components.DyteSpotlightIndicator {
1567
- }
1568
- export declare class DyteSpotlightIndicator {
1569
- protected z: NgZone;
1570
- protected el: HTMLElement;
1571
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1572
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteSpotlightIndicator, never>;
1573
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteSpotlightIndicator, "dyte-spotlight-indicator", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
1574
- }
1575
- export declare interface DyteStage extends Components.DyteStage {
1576
- /**
1577
- * Emits updated state data
1578
- */
1579
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteStageStates>>;
1580
- }
1581
- export declare class DyteStage {
1582
- protected z: NgZone;
1583
- protected el: HTMLElement;
1584
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1585
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteStage, never>;
1586
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteStage, "dyte-stage", never, { "iconPack": "iconPack"; "t": "t"; }, {}, never, ["*"]>;
1587
- }
1588
- export declare interface DyteStageToggle extends Components.DyteStageToggle {
1589
- /**
1590
- * Emits updated state data
1591
- */
1592
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteStageToggleStates>>;
1593
- }
1594
- export declare class DyteStageToggle {
1595
- protected z: NgZone;
1596
- protected el: HTMLElement;
1597
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1598
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteStageToggle, never>;
1599
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteStageToggle, "dyte-stage-toggle", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
1600
- }
1601
- export declare interface DyteSwitch extends Components.DyteSwitch {
1602
- /**
1603
- * Event when switch value is changed
1604
- */
1605
- dyteChange: EventEmitter<CustomEvent<boolean>>;
1606
- }
1607
- export declare class DyteSwitch {
1608
- protected z: NgZone;
1609
- protected el: HTMLElement;
1610
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1611
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteSwitch, never>;
1612
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteSwitch, "dyte-switch", never, { "checked": "checked"; "disabled": "disabled"; "iconPack": "iconPack"; "readonly": "readonly"; "t": "t"; }, {}, never, ["*"]>;
1613
- }
1614
- export declare interface DyteTabBar extends Components.DyteTabBar {
1615
- /**
1616
- * Set active tab
1617
- */
1618
- tabChange: EventEmitter<CustomEvent<IDyteTabBarTab>>;
1619
- }
1620
- export declare class DyteTabBar {
1621
- protected z: NgZone;
1622
- protected el: HTMLElement;
1623
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1624
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteTabBar, never>;
1625
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteTabBar, "dyte-tab-bar", never, { "activeTab": "activeTab"; "config": "config"; "iconPack": "iconPack"; "layout": "layout"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; "tabs": "tabs"; }, {}, never, ["*"]>;
1626
- }
1627
- export declare interface DyteTextComposerView extends Components.DyteTextComposerView {
1628
- /**
1629
- * Event emitted when text changes
1630
- */
1631
- textChange: EventEmitter<CustomEvent<string>>;
1632
- }
1633
- export declare class DyteTextComposerView {
1634
- protected z: NgZone;
1635
- protected el: HTMLElement;
1636
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1637
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteTextComposerView, never>;
1638
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteTextComposerView, "dyte-text-composer-view", never, { "disabled": "disabled"; "iconPack": "iconPack"; "keyDownHandler": "keyDownHandler"; "maxLength": "maxLength"; "placeholder": "placeholder"; "rateLimitBreached": "rateLimitBreached"; "t": "t"; "value": "value"; }, {}, never, ["*"]>;
1639
- }
1640
- export declare interface DyteTextField extends Components.DyteTextField {
1641
- /**
1642
- * Emits updated state data
1643
- */
1644
- dyteStateUpdate: EventEmitter<CustomEvent<IDyteTextFieldStates>>;
1645
- }
1646
- export declare class DyteTextField {
1647
- protected z: NgZone;
1648
- protected el: HTMLElement;
1649
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1650
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteTextField, never>;
1651
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteTextField, "dyte-text-field", never, { "disabled": "disabled"; "iconPack": "iconPack"; "placeholder": "placeholder"; "t": "t"; "type": "type"; }, {}, never, ["*"]>;
1652
- }
1653
- export declare interface DyteTextMessage extends Components.DyteTextMessage {
1654
- }
1655
- export declare class DyteTextMessage {
1656
- protected z: NgZone;
1657
- protected el: HTMLElement;
1658
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1659
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteTextMessage, never>;
1660
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteTextMessage, "dyte-text-message", never, { "iconPack": "iconPack"; "isContinued": "isContinued"; "message": "message"; "now": "now"; "showBubble": "showBubble"; "t": "t"; }, {}, never, ["*"]>;
1661
- }
1662
- export declare interface DyteTextMessageView extends Components.DyteTextMessageView {
1663
- }
1664
- export declare class DyteTextMessageView {
1665
- protected z: NgZone;
1666
- protected el: HTMLElement;
1667
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1668
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteTextMessageView, never>;
1669
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteTextMessageView, "dyte-text-message-view", never, { "isMarkdown": "isMarkdown"; "text": "text"; }, {}, never, ["*"]>;
1670
- }
1671
- export declare interface DyteTooltip extends Components.DyteTooltip {
1672
- /**
1673
- * Event handler called when the open state of the tooltip changes.
1674
- */
1675
- dyteOpenChange: EventEmitter<CustomEvent<boolean>>;
1676
- }
1677
- export declare class DyteTooltip {
1678
- protected z: NgZone;
1679
- protected el: HTMLElement;
1680
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1681
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteTooltip, never>;
1682
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteTooltip, "dyte-tooltip", never, { "delay": "delay"; "disabled": "disabled"; "iconPack": "iconPack"; "kind": "kind"; "label": "label"; "open": "open"; "placement": "placement"; "size": "size"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
1683
- }
1684
- export declare interface DyteTranscript extends Components.DyteTranscript {
1685
- /**
1686
- * Dismiss event
1687
- */
1688
- dyteTranscriptDismiss: EventEmitter<CustomEvent<{
1689
- id: string;
1690
- renderedId: string;
1691
- }>>;
1692
- }
1693
- export declare class DyteTranscript {
1694
- protected z: NgZone;
1695
- protected el: HTMLElement;
1696
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1697
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteTranscript, never>;
1698
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteTranscript, "dyte-transcript", never, { "t": "t"; "transcript": "transcript"; }, {}, never, ["*"]>;
1699
- }
1700
- export declare interface DyteTranscripts extends Components.DyteTranscripts {
1701
- }
1702
- export declare class DyteTranscripts {
1703
- protected z: NgZone;
1704
- protected el: HTMLElement;
1705
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1706
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteTranscripts, never>;
1707
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteTranscripts, "dyte-transcripts", never, { "config": "config"; "meeting": "meeting"; "states": "states"; "t": "t"; }, {}, never, ["*"]>;
1708
- }
1709
- export declare interface DyteUiProvider extends Components.DyteUiProvider {
1710
- }
1711
- export declare class DyteUiProvider {
1712
- protected z: NgZone;
1713
- protected el: HTMLElement;
1714
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1715
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteUiProvider, never>;
1716
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteUiProvider, "dyte-ui-provider", never, { "applyDesignSystem": "applyDesignSystem"; "config": "config"; "iconPackUrl": "iconPackUrl"; "joinRoom": "joinRoom"; "loadConfigFromPreset": "loadConfigFromPreset"; "meeting": "meeting"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
1717
- }
1718
- export declare interface DyteViewerCount extends Components.DyteViewerCount {
1719
- }
1720
- export declare class DyteViewerCount {
1721
- protected z: NgZone;
1722
- protected el: HTMLElement;
1723
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1724
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteViewerCount, never>;
1725
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteViewerCount, "dyte-viewer-count", never, { "iconPack": "iconPack"; "meeting": "meeting"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
1726
- }
1727
- export declare interface DyteWaitingScreen extends Components.DyteWaitingScreen {
1728
- }
1729
- export declare class DyteWaitingScreen {
1730
- protected z: NgZone;
1731
- protected el: HTMLElement;
1732
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1733
- static ɵfac: i0.ɵɵFactoryDeclaration<DyteWaitingScreen, never>;
1734
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteWaitingScreen, "dyte-waiting-screen", never, { "config": "config"; "iconPack": "iconPack"; "meeting": "meeting"; "t": "t"; }, {}, never, ["*"]>;
1735
- }