@dytesdk/angular-ui-kit 2.2.3-staging.3 → 2.3.0

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