@dytesdk/angular-ui-kit 2.3.2-staging.1 → 2.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fesm2022/dytesdk-angular-ui-kit.mjs +427 -427
- package/package.json +2 -2
|
@@ -71,15 +71,15 @@ let DyteAi = class DyteAi {
|
|
|
71
71
|
this.el = r.nativeElement;
|
|
72
72
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
73
73
|
}
|
|
74
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
75
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
74
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteAi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
75
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteAi, isStandalone: true, selector: "dyte-ai", inputs: { config: "config", defaultSection: "defaultSection", iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t", view: "view" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
76
76
|
};
|
|
77
77
|
DyteAi = __decorate([
|
|
78
78
|
ProxyCmp({
|
|
79
79
|
inputs: ['config', 'defaultSection', 'iconPack', 'meeting', 'size', 'states', 't', 'view']
|
|
80
80
|
})
|
|
81
81
|
], DyteAi);
|
|
82
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
82
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteAi, decorators: [{
|
|
83
83
|
type: Component,
|
|
84
84
|
args: [{
|
|
85
85
|
selector: 'dyte-ai',
|
|
@@ -97,15 +97,15 @@ let DyteAiChat = class DyteAiChat {
|
|
|
97
97
|
c.detach();
|
|
98
98
|
this.el = r.nativeElement;
|
|
99
99
|
}
|
|
100
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
101
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
100
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteAiChat, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
101
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteAiChat, isStandalone: true, selector: "dyte-ai-chat", inputs: { t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
102
102
|
};
|
|
103
103
|
DyteAiChat = __decorate([
|
|
104
104
|
ProxyCmp({
|
|
105
105
|
inputs: ['t']
|
|
106
106
|
})
|
|
107
107
|
], DyteAiChat);
|
|
108
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteAiChat, decorators: [{
|
|
109
109
|
type: Component,
|
|
110
110
|
args: [{
|
|
111
111
|
selector: 'dyte-ai-chat',
|
|
@@ -123,15 +123,15 @@ let DyteAiHome = class DyteAiHome {
|
|
|
123
123
|
c.detach();
|
|
124
124
|
this.el = r.nativeElement;
|
|
125
125
|
}
|
|
126
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
127
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
126
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteAiHome, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
127
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteAiHome, isStandalone: true, selector: "dyte-ai-home", inputs: { initialMessages: "initialMessages", meeting: "meeting" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
128
128
|
};
|
|
129
129
|
DyteAiHome = __decorate([
|
|
130
130
|
ProxyCmp({
|
|
131
131
|
inputs: ['initialMessages', 'meeting']
|
|
132
132
|
})
|
|
133
133
|
], DyteAiHome);
|
|
134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
134
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteAiHome, decorators: [{
|
|
135
135
|
type: Component,
|
|
136
136
|
args: [{
|
|
137
137
|
selector: 'dyte-ai-home',
|
|
@@ -150,15 +150,15 @@ let DyteAiToggle = class DyteAiToggle {
|
|
|
150
150
|
this.el = r.nativeElement;
|
|
151
151
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
152
152
|
}
|
|
153
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
154
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
153
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteAiToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
154
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteAiToggle, isStandalone: true, selector: "dyte-ai-toggle", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
155
155
|
};
|
|
156
156
|
DyteAiToggle = __decorate([
|
|
157
157
|
ProxyCmp({
|
|
158
158
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
159
159
|
})
|
|
160
160
|
], DyteAiToggle);
|
|
161
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
161
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteAiToggle, decorators: [{
|
|
162
162
|
type: Component,
|
|
163
163
|
args: [{
|
|
164
164
|
selector: 'dyte-ai-toggle',
|
|
@@ -176,15 +176,15 @@ let DyteAiTranscriptions = class DyteAiTranscriptions {
|
|
|
176
176
|
c.detach();
|
|
177
177
|
this.el = r.nativeElement;
|
|
178
178
|
}
|
|
179
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
180
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
179
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteAiTranscriptions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
180
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteAiTranscriptions, isStandalone: true, selector: "dyte-ai-transcriptions", inputs: { initialTranscriptions: "initialTranscriptions", meeting: "meeting", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
181
181
|
};
|
|
182
182
|
DyteAiTranscriptions = __decorate([
|
|
183
183
|
ProxyCmp({
|
|
184
184
|
inputs: ['initialTranscriptions', 'meeting', 't']
|
|
185
185
|
})
|
|
186
186
|
], DyteAiTranscriptions);
|
|
187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteAiTranscriptions, decorators: [{
|
|
188
188
|
type: Component,
|
|
189
189
|
args: [{
|
|
190
190
|
selector: 'dyte-ai-transcriptions',
|
|
@@ -202,15 +202,15 @@ let DyteAudioGrid = class DyteAudioGrid {
|
|
|
202
202
|
c.detach();
|
|
203
203
|
this.el = r.nativeElement;
|
|
204
204
|
}
|
|
205
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
206
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
205
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteAudioGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
206
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteAudioGrid, isStandalone: true, selector: "dyte-audio-grid", inputs: { config: "config", hideSelf: "hideSelf", iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
207
207
|
};
|
|
208
208
|
DyteAudioGrid = __decorate([
|
|
209
209
|
ProxyCmp({
|
|
210
210
|
inputs: ['config', 'hideSelf', 'iconPack', 'meeting', 'size', 'states', 't']
|
|
211
211
|
})
|
|
212
212
|
], DyteAudioGrid);
|
|
213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
213
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteAudioGrid, decorators: [{
|
|
214
214
|
type: Component,
|
|
215
215
|
args: [{
|
|
216
216
|
selector: 'dyte-audio-grid',
|
|
@@ -228,15 +228,15 @@ let DyteAudioTile = class DyteAudioTile {
|
|
|
228
228
|
c.detach();
|
|
229
229
|
this.el = r.nativeElement;
|
|
230
230
|
}
|
|
231
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
232
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
231
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteAudioTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
232
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteAudioTile, isStandalone: true, selector: "dyte-audio-tile", inputs: { config: "config", iconPack: "iconPack", meeting: "meeting", participant: "participant", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
233
233
|
};
|
|
234
234
|
DyteAudioTile = __decorate([
|
|
235
235
|
ProxyCmp({
|
|
236
236
|
inputs: ['config', 'iconPack', 'meeting', 'participant', 'size', 'states', 't']
|
|
237
237
|
})
|
|
238
238
|
], DyteAudioTile);
|
|
239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
239
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteAudioTile, decorators: [{
|
|
240
240
|
type: Component,
|
|
241
241
|
args: [{
|
|
242
242
|
selector: 'dyte-audio-tile',
|
|
@@ -254,15 +254,15 @@ let DyteAudioVisualizer = class DyteAudioVisualizer {
|
|
|
254
254
|
c.detach();
|
|
255
255
|
this.el = r.nativeElement;
|
|
256
256
|
}
|
|
257
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
258
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
257
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteAudioVisualizer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
258
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteAudioVisualizer, isStandalone: true, selector: "dyte-audio-visualizer", inputs: { hideMuted: "hideMuted", iconPack: "iconPack", isScreenShare: "isScreenShare", participant: "participant", size: "size", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
259
259
|
};
|
|
260
260
|
DyteAudioVisualizer = __decorate([
|
|
261
261
|
ProxyCmp({
|
|
262
262
|
inputs: ['hideMuted', 'iconPack', 'isScreenShare', 'participant', 'size', 't', 'variant']
|
|
263
263
|
})
|
|
264
264
|
], DyteAudioVisualizer);
|
|
265
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
265
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteAudioVisualizer, decorators: [{
|
|
266
266
|
type: Component,
|
|
267
267
|
args: [{
|
|
268
268
|
selector: 'dyte-audio-visualizer',
|
|
@@ -280,15 +280,15 @@ let DyteAvatar = class DyteAvatar {
|
|
|
280
280
|
c.detach();
|
|
281
281
|
this.el = r.nativeElement;
|
|
282
282
|
}
|
|
283
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
284
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
283
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
284
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteAvatar, isStandalone: true, selector: "dyte-avatar", inputs: { iconPack: "iconPack", participant: "participant", size: "size", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
285
285
|
};
|
|
286
286
|
DyteAvatar = __decorate([
|
|
287
287
|
ProxyCmp({
|
|
288
288
|
inputs: ['iconPack', 'participant', 'size', 't', 'variant']
|
|
289
289
|
})
|
|
290
290
|
], DyteAvatar);
|
|
291
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
291
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteAvatar, decorators: [{
|
|
292
292
|
type: Component,
|
|
293
293
|
args: [{
|
|
294
294
|
selector: 'dyte-avatar',
|
|
@@ -307,15 +307,15 @@ let DyteBreakoutRoomManager = class DyteBreakoutRoomManager {
|
|
|
307
307
|
this.el = r.nativeElement;
|
|
308
308
|
proxyOutputs(this, this.el, ['participantsAdd', 'participantDelete', 'roomJoin', 'delete', 'update']);
|
|
309
309
|
}
|
|
310
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
311
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
310
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteBreakoutRoomManager, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
311
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteBreakoutRoomManager, isStandalone: true, selector: "dyte-breakout-room-manager", inputs: { allowDelete: "allowDelete", assigningParticipants: "assigningParticipants", defaultExpanded: "defaultExpanded", iconPack: "iconPack", isDragMode: "isDragMode", meeting: "meeting", mode: "mode", room: "room", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
312
312
|
};
|
|
313
313
|
DyteBreakoutRoomManager = __decorate([
|
|
314
314
|
ProxyCmp({
|
|
315
315
|
inputs: ['allowDelete', 'assigningParticipants', 'defaultExpanded', 'iconPack', 'isDragMode', 'meeting', 'mode', 'room', 'states', 't']
|
|
316
316
|
})
|
|
317
317
|
], DyteBreakoutRoomManager);
|
|
318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteBreakoutRoomManager, decorators: [{
|
|
319
319
|
type: Component,
|
|
320
320
|
args: [{
|
|
321
321
|
selector: 'dyte-breakout-room-manager',
|
|
@@ -334,15 +334,15 @@ let DyteBreakoutRoomParticipants = class DyteBreakoutRoomParticipants {
|
|
|
334
334
|
this.el = r.nativeElement;
|
|
335
335
|
proxyOutputs(this, this.el, ['selectedParticipantsUpdate', 'allParticipantsToggleUpdate', 'participantsDragging']);
|
|
336
336
|
}
|
|
337
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
338
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
337
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteBreakoutRoomParticipants, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
338
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteBreakoutRoomParticipants, isStandalone: true, selector: "dyte-breakout-room-participants", inputs: { iconPack: "iconPack", meeting: "meeting", participantIds: "participantIds", selectedParticipantIds: "selectedParticipantIds", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
339
339
|
};
|
|
340
340
|
DyteBreakoutRoomParticipants = __decorate([
|
|
341
341
|
ProxyCmp({
|
|
342
342
|
inputs: ['iconPack', 'meeting', 'participantIds', 'selectedParticipantIds', 't']
|
|
343
343
|
})
|
|
344
344
|
], DyteBreakoutRoomParticipants);
|
|
345
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
345
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteBreakoutRoomParticipants, decorators: [{
|
|
346
346
|
type: Component,
|
|
347
347
|
args: [{
|
|
348
348
|
selector: 'dyte-breakout-room-participants',
|
|
@@ -361,15 +361,15 @@ let DyteBreakoutRoomsManager = class DyteBreakoutRoomsManager {
|
|
|
361
361
|
this.el = r.nativeElement;
|
|
362
362
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
363
363
|
}
|
|
364
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
365
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
364
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteBreakoutRoomsManager, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
365
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteBreakoutRoomsManager, isStandalone: true, selector: "dyte-breakout-rooms-manager", inputs: { iconPack: "iconPack", meeting: "meeting", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
366
366
|
};
|
|
367
367
|
DyteBreakoutRoomsManager = __decorate([
|
|
368
368
|
ProxyCmp({
|
|
369
369
|
inputs: ['iconPack', 'meeting', 'states', 't']
|
|
370
370
|
})
|
|
371
371
|
], DyteBreakoutRoomsManager);
|
|
372
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
372
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteBreakoutRoomsManager, decorators: [{
|
|
373
373
|
type: Component,
|
|
374
374
|
args: [{
|
|
375
375
|
selector: 'dyte-breakout-rooms-manager',
|
|
@@ -388,15 +388,15 @@ let DyteBreakoutRoomsToggle = class DyteBreakoutRoomsToggle {
|
|
|
388
388
|
this.el = r.nativeElement;
|
|
389
389
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
390
390
|
}
|
|
391
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
392
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
391
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteBreakoutRoomsToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
392
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteBreakoutRoomsToggle, isStandalone: true, selector: "dyte-breakout-rooms-toggle", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
393
393
|
};
|
|
394
394
|
DyteBreakoutRoomsToggle = __decorate([
|
|
395
395
|
ProxyCmp({
|
|
396
396
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
397
397
|
})
|
|
398
398
|
], DyteBreakoutRoomsToggle);
|
|
399
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteBreakoutRoomsToggle, decorators: [{
|
|
400
400
|
type: Component,
|
|
401
401
|
args: [{
|
|
402
402
|
selector: 'dyte-breakout-rooms-toggle',
|
|
@@ -415,15 +415,15 @@ let DyteBroadcastMessageModal = class DyteBroadcastMessageModal {
|
|
|
415
415
|
this.el = r.nativeElement;
|
|
416
416
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
417
417
|
}
|
|
418
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
419
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
418
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteBroadcastMessageModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
419
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteBroadcastMessageModal, isStandalone: true, selector: "dyte-broadcast-message-modal", inputs: { iconPack: "iconPack", meeting: "meeting", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
420
420
|
};
|
|
421
421
|
DyteBroadcastMessageModal = __decorate([
|
|
422
422
|
ProxyCmp({
|
|
423
423
|
inputs: ['iconPack', 'meeting', 'states', 't']
|
|
424
424
|
})
|
|
425
425
|
], DyteBroadcastMessageModal);
|
|
426
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteBroadcastMessageModal, decorators: [{
|
|
427
427
|
type: Component,
|
|
428
428
|
args: [{
|
|
429
429
|
selector: 'dyte-broadcast-message-modal',
|
|
@@ -441,15 +441,15 @@ let DyteButton = class DyteButton {
|
|
|
441
441
|
c.detach();
|
|
442
442
|
this.el = r.nativeElement;
|
|
443
443
|
}
|
|
444
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
445
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
444
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
445
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteButton, isStandalone: true, selector: "dyte-button", inputs: { disabled: "disabled", iconPack: "iconPack", kind: "kind", reverse: "reverse", size: "size", t: "t", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
446
446
|
};
|
|
447
447
|
DyteButton = __decorate([
|
|
448
448
|
ProxyCmp({
|
|
449
449
|
inputs: ['disabled', 'iconPack', 'kind', 'reverse', 'size', 't', 'type', 'variant']
|
|
450
450
|
})
|
|
451
451
|
], DyteButton);
|
|
452
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
452
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteButton, decorators: [{
|
|
453
453
|
type: Component,
|
|
454
454
|
args: [{
|
|
455
455
|
selector: 'dyte-button',
|
|
@@ -467,15 +467,15 @@ let DyteCameraSelector = class DyteCameraSelector {
|
|
|
467
467
|
c.detach();
|
|
468
468
|
this.el = r.nativeElement;
|
|
469
469
|
}
|
|
470
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
471
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
470
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteCameraSelector, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
471
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteCameraSelector, isStandalone: true, selector: "dyte-camera-selector", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
472
472
|
};
|
|
473
473
|
DyteCameraSelector = __decorate([
|
|
474
474
|
ProxyCmp({
|
|
475
475
|
inputs: ['iconPack', 'meeting', 'size', 't', 'variant']
|
|
476
476
|
})
|
|
477
477
|
], DyteCameraSelector);
|
|
478
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
478
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteCameraSelector, decorators: [{
|
|
479
479
|
type: Component,
|
|
480
480
|
args: [{
|
|
481
481
|
selector: 'dyte-camera-selector',
|
|
@@ -494,15 +494,15 @@ let DyteCameraToggle = class DyteCameraToggle {
|
|
|
494
494
|
this.el = r.nativeElement;
|
|
495
495
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
496
496
|
}
|
|
497
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
498
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
497
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteCameraToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
498
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteCameraToggle, isStandalone: true, selector: "dyte-camera-toggle", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
499
499
|
};
|
|
500
500
|
DyteCameraToggle = __decorate([
|
|
501
501
|
ProxyCmp({
|
|
502
502
|
inputs: ['iconPack', 'meeting', 'size', 't', 'variant']
|
|
503
503
|
})
|
|
504
504
|
], DyteCameraToggle);
|
|
505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
505
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteCameraToggle, decorators: [{
|
|
506
506
|
type: Component,
|
|
507
507
|
args: [{
|
|
508
508
|
selector: 'dyte-camera-toggle',
|
|
@@ -521,15 +521,15 @@ let DyteCaptionToggle = class DyteCaptionToggle {
|
|
|
521
521
|
this.el = r.nativeElement;
|
|
522
522
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
523
523
|
}
|
|
524
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
525
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
524
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteCaptionToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
525
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteCaptionToggle, isStandalone: true, selector: "dyte-caption-toggle", inputs: { config: "config", iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
526
526
|
};
|
|
527
527
|
DyteCaptionToggle = __decorate([
|
|
528
528
|
ProxyCmp({
|
|
529
529
|
inputs: ['config', 'iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
530
530
|
})
|
|
531
531
|
], DyteCaptionToggle);
|
|
532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteCaptionToggle, decorators: [{
|
|
533
533
|
type: Component,
|
|
534
534
|
args: [{
|
|
535
535
|
selector: 'dyte-caption-toggle',
|
|
@@ -548,15 +548,15 @@ let DyteChannelCreator = class DyteChannelCreator {
|
|
|
548
548
|
this.el = r.nativeElement;
|
|
549
549
|
proxyOutputs(this, this.el, ['dyteStateUpdate', 'switchChannel']);
|
|
550
550
|
}
|
|
551
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
552
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
551
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChannelCreator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
552
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteChannelCreator, isStandalone: true, selector: "dyte-channel-creator", inputs: { iconPack: "iconPack", meeting: "meeting", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
553
553
|
};
|
|
554
554
|
DyteChannelCreator = __decorate([
|
|
555
555
|
ProxyCmp({
|
|
556
556
|
inputs: ['iconPack', 'meeting', 't']
|
|
557
557
|
})
|
|
558
558
|
], DyteChannelCreator);
|
|
559
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
559
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChannelCreator, decorators: [{
|
|
560
560
|
type: Component,
|
|
561
561
|
args: [{
|
|
562
562
|
selector: 'dyte-channel-creator',
|
|
@@ -574,15 +574,15 @@ let DyteChannelDetails = class DyteChannelDetails {
|
|
|
574
574
|
c.detach();
|
|
575
575
|
this.el = r.nativeElement;
|
|
576
576
|
}
|
|
577
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
578
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
577
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChannelDetails, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
578
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteChannelDetails, isStandalone: true, selector: "dyte-channel-details", inputs: { channel: "channel", iconPack: "iconPack", members: "members", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
579
579
|
};
|
|
580
580
|
DyteChannelDetails = __decorate([
|
|
581
581
|
ProxyCmp({
|
|
582
582
|
inputs: ['channel', 'iconPack', 'members', 't']
|
|
583
583
|
})
|
|
584
584
|
], DyteChannelDetails);
|
|
585
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
585
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChannelDetails, decorators: [{
|
|
586
586
|
type: Component,
|
|
587
587
|
args: [{
|
|
588
588
|
selector: 'dyte-channel-details',
|
|
@@ -601,15 +601,15 @@ let DyteChannelHeader = class DyteChannelHeader {
|
|
|
601
601
|
this.el = r.nativeElement;
|
|
602
602
|
proxyOutputs(this, this.el, ['search', 'searchDismissed', 'back']);
|
|
603
603
|
}
|
|
604
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
605
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
604
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChannelHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
605
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteChannelHeader, isStandalone: true, selector: "dyte-channel-header", inputs: { channel: "channel", iconPack: "iconPack", meeting: "meeting", showBackButton: "showBackButton", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
606
606
|
};
|
|
607
607
|
DyteChannelHeader = __decorate([
|
|
608
608
|
ProxyCmp({
|
|
609
609
|
inputs: ['channel', 'iconPack', 'meeting', 'showBackButton', 't']
|
|
610
610
|
})
|
|
611
611
|
], DyteChannelHeader);
|
|
612
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
612
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChannelHeader, decorators: [{
|
|
613
613
|
type: Component,
|
|
614
614
|
args: [{
|
|
615
615
|
selector: 'dyte-channel-header',
|
|
@@ -628,15 +628,15 @@ let DyteChannelSelectorUi = class DyteChannelSelectorUi {
|
|
|
628
628
|
this.el = r.nativeElement;
|
|
629
629
|
proxyOutputs(this, this.el, ['channelChanged']);
|
|
630
630
|
}
|
|
631
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
632
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
631
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChannelSelectorUi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
632
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteChannelSelectorUi, isStandalone: true, selector: "dyte-channel-selector-ui", inputs: { channels: "channels", iconPack: "iconPack", selectedChannelId: "selectedChannelId", showRecentMessage: "showRecentMessage", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
633
633
|
};
|
|
634
634
|
DyteChannelSelectorUi = __decorate([
|
|
635
635
|
ProxyCmp({
|
|
636
636
|
inputs: ['channels', 'iconPack', 'selectedChannelId', 'showRecentMessage', 't']
|
|
637
637
|
})
|
|
638
638
|
], DyteChannelSelectorUi);
|
|
639
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
639
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChannelSelectorUi, decorators: [{
|
|
640
640
|
type: Component,
|
|
641
641
|
args: [{
|
|
642
642
|
selector: 'dyte-channel-selector-ui',
|
|
@@ -655,15 +655,15 @@ let DyteChannelSelectorView = class DyteChannelSelectorView {
|
|
|
655
655
|
this.el = r.nativeElement;
|
|
656
656
|
proxyOutputs(this, this.el, ['channelChange']);
|
|
657
657
|
}
|
|
658
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
659
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
658
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChannelSelectorView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
659
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteChannelSelectorView, isStandalone: true, selector: "dyte-channel-selector-view", inputs: { channels: "channels", disableSearch: "disableSearch", hideAvatar: "hideAvatar", iconPack: "iconPack", selectedChannelId: "selectedChannelId", t: "t", viewAs: "viewAs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
660
660
|
};
|
|
661
661
|
DyteChannelSelectorView = __decorate([
|
|
662
662
|
ProxyCmp({
|
|
663
663
|
inputs: ['channels', 'disableSearch', 'hideAvatar', 'iconPack', 'selectedChannelId', 't', 'viewAs']
|
|
664
664
|
})
|
|
665
665
|
], DyteChannelSelectorView);
|
|
666
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
666
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChannelSelectorView, decorators: [{
|
|
667
667
|
type: Component,
|
|
668
668
|
args: [{
|
|
669
669
|
selector: 'dyte-channel-selector-view',
|
|
@@ -682,15 +682,15 @@ let DyteChat = class DyteChat {
|
|
|
682
682
|
this.el = r.nativeElement;
|
|
683
683
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
684
684
|
}
|
|
685
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
686
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
685
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChat, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
686
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteChat, isStandalone: true, selector: "dyte-chat", inputs: { config: "config", disablePrivateChat: "disablePrivateChat", displayFilter: "displayFilter", iconPack: "iconPack", meeting: "meeting", privatePresetFilter: "privatePresetFilter", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
687
687
|
};
|
|
688
688
|
DyteChat = __decorate([
|
|
689
689
|
ProxyCmp({
|
|
690
690
|
inputs: ['config', 'disablePrivateChat', 'displayFilter', 'iconPack', 'meeting', 'privatePresetFilter', 'size', 't']
|
|
691
691
|
})
|
|
692
692
|
], DyteChat);
|
|
693
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
693
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChat, decorators: [{
|
|
694
694
|
type: Component,
|
|
695
695
|
args: [{
|
|
696
696
|
selector: 'dyte-chat',
|
|
@@ -709,15 +709,15 @@ let DyteChatComposerUi = class DyteChatComposerUi {
|
|
|
709
709
|
this.el = r.nativeElement;
|
|
710
710
|
proxyOutputs(this, this.el, ['dyteNewMessage', 'dyteEditMessage', 'dyteEditCancelled']);
|
|
711
711
|
}
|
|
712
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
713
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
712
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChatComposerUi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
713
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteChatComposerUi, isStandalone: true, selector: "dyte-chat-composer-ui", inputs: { canSendFiles: "canSendFiles", canSendTextMessage: "canSendTextMessage", channelId: "channelId", disableEmojiPicker: "disableEmojiPicker", iconPack: "iconPack", members: "members", prefill: "prefill", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
714
714
|
};
|
|
715
715
|
DyteChatComposerUi = __decorate([
|
|
716
716
|
ProxyCmp({
|
|
717
717
|
inputs: ['canSendFiles', 'canSendTextMessage', 'channelId', 'disableEmojiPicker', 'iconPack', 'members', 'prefill', 'size', 't']
|
|
718
718
|
})
|
|
719
719
|
], DyteChatComposerUi);
|
|
720
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
720
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChatComposerUi, decorators: [{
|
|
721
721
|
type: Component,
|
|
722
722
|
args: [{
|
|
723
723
|
selector: 'dyte-chat-composer-ui',
|
|
@@ -736,15 +736,15 @@ let DyteChatComposerView = class DyteChatComposerView {
|
|
|
736
736
|
this.el = r.nativeElement;
|
|
737
737
|
proxyOutputs(this, this.el, ['newMessage', 'editMessage', 'editCancel', 'quotedMessageDismiss']);
|
|
738
738
|
}
|
|
739
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
740
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
739
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChatComposerView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
740
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteChatComposerView, isStandalone: true, selector: "dyte-chat-composer-view", inputs: { canSendFiles: "canSendFiles", canSendTextMessage: "canSendTextMessage", disableEmojiPicker: "disableEmojiPicker", iconPack: "iconPack", inputTextPlaceholder: "inputTextPlaceholder", isEditing: "isEditing", maxLength: "maxLength", message: "message", quotedMessage: "quotedMessage", rateLimits: "rateLimits", storageKey: "storageKey", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
741
741
|
};
|
|
742
742
|
DyteChatComposerView = __decorate([
|
|
743
743
|
ProxyCmp({
|
|
744
744
|
inputs: ['canSendFiles', 'canSendTextMessage', 'disableEmojiPicker', 'iconPack', 'inputTextPlaceholder', 'isEditing', 'maxLength', 'message', 'quotedMessage', 'rateLimits', 'storageKey', 't']
|
|
745
745
|
})
|
|
746
746
|
], DyteChatComposerView);
|
|
747
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
747
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChatComposerView, decorators: [{
|
|
748
748
|
type: Component,
|
|
749
749
|
args: [{
|
|
750
750
|
selector: 'dyte-chat-composer-view',
|
|
@@ -763,15 +763,15 @@ let DyteChatMessage = class DyteChatMessage {
|
|
|
763
763
|
this.el = r.nativeElement;
|
|
764
764
|
proxyOutputs(this, this.el, ['edit', 'reply', 'pin', 'delete']);
|
|
765
765
|
}
|
|
766
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
767
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
766
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChatMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
767
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteChatMessage, isStandalone: true, selector: "dyte-chat-message", inputs: { 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
768
768
|
};
|
|
769
769
|
DyteChatMessage = __decorate([
|
|
770
770
|
ProxyCmp({
|
|
771
771
|
inputs: ['alignRight', 'canDelete', 'canEdit', 'canPin', 'canReply', 'child', 'disableControls', 'hideAvatar', 'iconPack', 'isContinued', 'isSelf', 'isUnread', 'leftAlign', 'message', 'senderDisplayPicture', 'size', 't']
|
|
772
772
|
})
|
|
773
773
|
], DyteChatMessage);
|
|
774
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
774
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChatMessage, decorators: [{
|
|
775
775
|
type: Component,
|
|
776
776
|
args: [{
|
|
777
777
|
selector: 'dyte-chat-message',
|
|
@@ -790,15 +790,15 @@ let DyteChatMessagesUi = class DyteChatMessagesUi {
|
|
|
790
790
|
this.el = r.nativeElement;
|
|
791
791
|
proxyOutputs(this, this.el, ['pinMessage', 'dyteStateUpdate']);
|
|
792
792
|
}
|
|
793
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
794
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
793
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChatMessagesUi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
794
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteChatMessagesUi, isStandalone: true, selector: "dyte-chat-messages-ui", inputs: { canPinMessages: "canPinMessages", iconPack: "iconPack", messages: "messages", selectedGroup: "selectedGroup", selfUserId: "selfUserId", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
795
795
|
};
|
|
796
796
|
DyteChatMessagesUi = __decorate([
|
|
797
797
|
ProxyCmp({
|
|
798
798
|
inputs: ['canPinMessages', 'iconPack', 'messages', 'selectedGroup', 'selfUserId', 'size', 't']
|
|
799
799
|
})
|
|
800
800
|
], DyteChatMessagesUi);
|
|
801
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
801
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChatMessagesUi, decorators: [{
|
|
802
802
|
type: Component,
|
|
803
803
|
args: [{
|
|
804
804
|
selector: 'dyte-chat-messages-ui',
|
|
@@ -817,15 +817,15 @@ let DyteChatMessagesUiPaginated = class DyteChatMessagesUiPaginated {
|
|
|
817
817
|
this.el = r.nativeElement;
|
|
818
818
|
proxyOutputs(this, this.el, ['editMessageInit', 'pinMessage', 'deleteMessage', 'dyteStateUpdate']);
|
|
819
819
|
}
|
|
820
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
821
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
820
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChatMessagesUiPaginated, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
821
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteChatMessagesUiPaginated, isStandalone: true, selector: "dyte-chat-messages-ui-paginated", inputs: { iconPack: "iconPack", leftAlign: "leftAlign", meeting: "meeting", selectedChannel: "selectedChannel", selectedChannelId: "selectedChannelId", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
822
822
|
};
|
|
823
823
|
DyteChatMessagesUiPaginated = __decorate([
|
|
824
824
|
ProxyCmp({
|
|
825
825
|
inputs: ['iconPack', 'leftAlign', 'meeting', 'selectedChannel', 'selectedChannelId', 'size', 't']
|
|
826
826
|
})
|
|
827
827
|
], DyteChatMessagesUiPaginated);
|
|
828
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
828
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChatMessagesUiPaginated, decorators: [{
|
|
829
829
|
type: Component,
|
|
830
830
|
args: [{
|
|
831
831
|
selector: 'dyte-chat-messages-ui-paginated',
|
|
@@ -843,15 +843,15 @@ let DyteChatSearchResults = class DyteChatSearchResults {
|
|
|
843
843
|
c.detach();
|
|
844
844
|
this.el = r.nativeElement;
|
|
845
845
|
}
|
|
846
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
847
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
846
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChatSearchResults, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
847
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteChatSearchResults, isStandalone: true, selector: "dyte-chat-search-results", inputs: { channelId: "channelId", iconPack: "iconPack", meeting: "meeting", query: "query", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
848
848
|
};
|
|
849
849
|
DyteChatSearchResults = __decorate([
|
|
850
850
|
ProxyCmp({
|
|
851
851
|
inputs: ['channelId', 'iconPack', 'meeting', 'query', 't']
|
|
852
852
|
})
|
|
853
853
|
], DyteChatSearchResults);
|
|
854
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
854
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChatSearchResults, decorators: [{
|
|
855
855
|
type: Component,
|
|
856
856
|
args: [{
|
|
857
857
|
selector: 'dyte-chat-search-results',
|
|
@@ -870,15 +870,15 @@ let DyteChatSelectorUi = class DyteChatSelectorUi {
|
|
|
870
870
|
this.el = r.nativeElement;
|
|
871
871
|
proxyOutputs(this, this.el, ['dyteChatGroupChanged']);
|
|
872
872
|
}
|
|
873
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
874
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
873
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChatSelectorUi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
874
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteChatSelectorUi, isStandalone: true, selector: "dyte-chat-selector-ui", inputs: { groups: "groups", iconPack: "iconPack", selectedGroupId: "selectedGroupId", selfUserId: "selfUserId", t: "t", unreadCounts: "unreadCounts" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
875
875
|
};
|
|
876
876
|
DyteChatSelectorUi = __decorate([
|
|
877
877
|
ProxyCmp({
|
|
878
878
|
inputs: ['groups', 'iconPack', 'selectedGroupId', 'selfUserId', 't', 'unreadCounts']
|
|
879
879
|
})
|
|
880
880
|
], DyteChatSelectorUi);
|
|
881
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
881
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChatSelectorUi, decorators: [{
|
|
882
882
|
type: Component,
|
|
883
883
|
args: [{
|
|
884
884
|
selector: 'dyte-chat-selector-ui',
|
|
@@ -897,15 +897,15 @@ let DyteChatToggle = class DyteChatToggle {
|
|
|
897
897
|
this.el = r.nativeElement;
|
|
898
898
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
899
899
|
}
|
|
900
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
901
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
900
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChatToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
901
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteChatToggle, isStandalone: true, selector: "dyte-chat-toggle", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
902
902
|
};
|
|
903
903
|
DyteChatToggle = __decorate([
|
|
904
904
|
ProxyCmp({
|
|
905
905
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
906
906
|
})
|
|
907
907
|
], DyteChatToggle);
|
|
908
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
908
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteChatToggle, decorators: [{
|
|
909
909
|
type: Component,
|
|
910
910
|
args: [{
|
|
911
911
|
selector: 'dyte-chat-toggle',
|
|
@@ -923,15 +923,15 @@ let DyteClock = class DyteClock {
|
|
|
923
923
|
c.detach();
|
|
924
924
|
this.el = r.nativeElement;
|
|
925
925
|
}
|
|
926
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
927
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
926
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteClock, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
927
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteClock, isStandalone: true, selector: "dyte-clock", inputs: { iconPack: "iconPack", meeting: "meeting", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
928
928
|
};
|
|
929
929
|
DyteClock = __decorate([
|
|
930
930
|
ProxyCmp({
|
|
931
931
|
inputs: ['iconPack', 'meeting', 't']
|
|
932
932
|
})
|
|
933
933
|
], DyteClock);
|
|
934
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
934
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteClock, decorators: [{
|
|
935
935
|
type: Component,
|
|
936
936
|
args: [{
|
|
937
937
|
selector: 'dyte-clock',
|
|
@@ -950,15 +950,15 @@ let DyteConfirmationModal = class DyteConfirmationModal {
|
|
|
950
950
|
this.el = r.nativeElement;
|
|
951
951
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
952
952
|
}
|
|
953
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
954
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
953
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteConfirmationModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
954
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteConfirmationModal, isStandalone: true, selector: "dyte-confirmation-modal", inputs: { iconPack: "iconPack", meeting: "meeting", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
955
955
|
};
|
|
956
956
|
DyteConfirmationModal = __decorate([
|
|
957
957
|
ProxyCmp({
|
|
958
958
|
inputs: ['iconPack', 'meeting', 'states', 't']
|
|
959
959
|
})
|
|
960
960
|
], DyteConfirmationModal);
|
|
961
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
961
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteConfirmationModal, decorators: [{
|
|
962
962
|
type: Component,
|
|
963
963
|
args: [{
|
|
964
964
|
selector: 'dyte-confirmation-modal',
|
|
@@ -976,15 +976,15 @@ let DyteControlbar = class DyteControlbar {
|
|
|
976
976
|
c.detach();
|
|
977
977
|
this.el = r.nativeElement;
|
|
978
978
|
}
|
|
979
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
980
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
979
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteControlbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
980
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteControlbar, isStandalone: true, selector: "dyte-controlbar", inputs: { config: "config", disableRender: "disableRender", iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
981
981
|
};
|
|
982
982
|
DyteControlbar = __decorate([
|
|
983
983
|
ProxyCmp({
|
|
984
984
|
inputs: ['config', 'disableRender', 'iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
985
985
|
})
|
|
986
986
|
], DyteControlbar);
|
|
987
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
987
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteControlbar, decorators: [{
|
|
988
988
|
type: Component,
|
|
989
989
|
args: [{
|
|
990
990
|
selector: 'dyte-controlbar',
|
|
@@ -1002,15 +1002,15 @@ let DyteControlbarButton = class DyteControlbarButton {
|
|
|
1002
1002
|
c.detach();
|
|
1003
1003
|
this.el = r.nativeElement;
|
|
1004
1004
|
}
|
|
1005
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1006
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1005
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteControlbarButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1006
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteControlbarButton, isStandalone: true, selector: "dyte-controlbar-button", inputs: { brandIcon: "brandIcon", disabled: "disabled", icon: "icon", iconPack: "iconPack", isLoading: "isLoading", label: "label", showWarning: "showWarning", size: "size", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1007
1007
|
};
|
|
1008
1008
|
DyteControlbarButton = __decorate([
|
|
1009
1009
|
ProxyCmp({
|
|
1010
1010
|
inputs: ['brandIcon', 'disabled', 'icon', 'iconPack', 'isLoading', 'label', 'showWarning', 'size', 't', 'variant']
|
|
1011
1011
|
})
|
|
1012
1012
|
], DyteControlbarButton);
|
|
1013
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1013
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteControlbarButton, decorators: [{
|
|
1014
1014
|
type: Component,
|
|
1015
1015
|
args: [{
|
|
1016
1016
|
selector: 'dyte-controlbar-button',
|
|
@@ -1029,15 +1029,15 @@ let DyteCounter = class DyteCounter {
|
|
|
1029
1029
|
this.el = r.nativeElement;
|
|
1030
1030
|
proxyOutputs(this, this.el, ['valueChange']);
|
|
1031
1031
|
}
|
|
1032
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1033
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1032
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteCounter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1033
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteCounter, isStandalone: true, selector: "dyte-counter", inputs: { iconPack: "iconPack", minValue: "minValue", size: "size", t: "t", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1034
1034
|
};
|
|
1035
1035
|
DyteCounter = __decorate([
|
|
1036
1036
|
ProxyCmp({
|
|
1037
1037
|
inputs: ['iconPack', 'minValue', 'size', 't', 'value']
|
|
1038
1038
|
})
|
|
1039
1039
|
], DyteCounter);
|
|
1040
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteCounter, decorators: [{
|
|
1041
1041
|
type: Component,
|
|
1042
1042
|
args: [{
|
|
1043
1043
|
selector: 'dyte-counter',
|
|
@@ -1056,15 +1056,15 @@ let DyteDebugger = class DyteDebugger {
|
|
|
1056
1056
|
this.el = r.nativeElement;
|
|
1057
1057
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
1058
1058
|
}
|
|
1059
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1060
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1059
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteDebugger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1060
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteDebugger, isStandalone: true, selector: "dyte-debugger", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1061
1061
|
};
|
|
1062
1062
|
DyteDebugger = __decorate([
|
|
1063
1063
|
ProxyCmp({
|
|
1064
1064
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
1065
1065
|
})
|
|
1066
1066
|
], DyteDebugger);
|
|
1067
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1067
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteDebugger, decorators: [{
|
|
1068
1068
|
type: Component,
|
|
1069
1069
|
args: [{
|
|
1070
1070
|
selector: 'dyte-debugger',
|
|
@@ -1082,15 +1082,15 @@ let DyteDebuggerAudio = class DyteDebuggerAudio {
|
|
|
1082
1082
|
c.detach();
|
|
1083
1083
|
this.el = r.nativeElement;
|
|
1084
1084
|
}
|
|
1085
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1086
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1085
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteDebuggerAudio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1086
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteDebuggerAudio, isStandalone: true, selector: "dyte-debugger-audio", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1087
1087
|
};
|
|
1088
1088
|
DyteDebuggerAudio = __decorate([
|
|
1089
1089
|
ProxyCmp({
|
|
1090
1090
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
1091
1091
|
})
|
|
1092
1092
|
], DyteDebuggerAudio);
|
|
1093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1093
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteDebuggerAudio, decorators: [{
|
|
1094
1094
|
type: Component,
|
|
1095
1095
|
args: [{
|
|
1096
1096
|
selector: 'dyte-debugger-audio',
|
|
@@ -1108,15 +1108,15 @@ let DyteDebuggerScreenshare = class DyteDebuggerScreenshare {
|
|
|
1108
1108
|
c.detach();
|
|
1109
1109
|
this.el = r.nativeElement;
|
|
1110
1110
|
}
|
|
1111
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1112
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1111
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteDebuggerScreenshare, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1112
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteDebuggerScreenshare, isStandalone: true, selector: "dyte-debugger-screenshare", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1113
1113
|
};
|
|
1114
1114
|
DyteDebuggerScreenshare = __decorate([
|
|
1115
1115
|
ProxyCmp({
|
|
1116
1116
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
1117
1117
|
})
|
|
1118
1118
|
], DyteDebuggerScreenshare);
|
|
1119
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1119
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteDebuggerScreenshare, decorators: [{
|
|
1120
1120
|
type: Component,
|
|
1121
1121
|
args: [{
|
|
1122
1122
|
selector: 'dyte-debugger-screenshare',
|
|
@@ -1134,15 +1134,15 @@ let DyteDebuggerSystem = class DyteDebuggerSystem {
|
|
|
1134
1134
|
c.detach();
|
|
1135
1135
|
this.el = r.nativeElement;
|
|
1136
1136
|
}
|
|
1137
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1138
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1137
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteDebuggerSystem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1138
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteDebuggerSystem, isStandalone: true, selector: "dyte-debugger-system", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1139
1139
|
};
|
|
1140
1140
|
DyteDebuggerSystem = __decorate([
|
|
1141
1141
|
ProxyCmp({
|
|
1142
1142
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
1143
1143
|
})
|
|
1144
1144
|
], DyteDebuggerSystem);
|
|
1145
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1145
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteDebuggerSystem, decorators: [{
|
|
1146
1146
|
type: Component,
|
|
1147
1147
|
args: [{
|
|
1148
1148
|
selector: 'dyte-debugger-system',
|
|
@@ -1161,15 +1161,15 @@ let DyteDebuggerToggle = class DyteDebuggerToggle {
|
|
|
1161
1161
|
this.el = r.nativeElement;
|
|
1162
1162
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
1163
1163
|
}
|
|
1164
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1165
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1164
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteDebuggerToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1165
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteDebuggerToggle, isStandalone: true, selector: "dyte-debugger-toggle", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1166
1166
|
};
|
|
1167
1167
|
DyteDebuggerToggle = __decorate([
|
|
1168
1168
|
ProxyCmp({
|
|
1169
1169
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
1170
1170
|
})
|
|
1171
1171
|
], DyteDebuggerToggle);
|
|
1172
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1172
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteDebuggerToggle, decorators: [{
|
|
1173
1173
|
type: Component,
|
|
1174
1174
|
args: [{
|
|
1175
1175
|
selector: 'dyte-debugger-toggle',
|
|
@@ -1187,15 +1187,15 @@ let DyteDebuggerVideo = class DyteDebuggerVideo {
|
|
|
1187
1187
|
c.detach();
|
|
1188
1188
|
this.el = r.nativeElement;
|
|
1189
1189
|
}
|
|
1190
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1191
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1190
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteDebuggerVideo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1191
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteDebuggerVideo, isStandalone: true, selector: "dyte-debugger-video", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1192
1192
|
};
|
|
1193
1193
|
DyteDebuggerVideo = __decorate([
|
|
1194
1194
|
ProxyCmp({
|
|
1195
1195
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
1196
1196
|
})
|
|
1197
1197
|
], DyteDebuggerVideo);
|
|
1198
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1198
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteDebuggerVideo, decorators: [{
|
|
1199
1199
|
type: Component,
|
|
1200
1200
|
args: [{
|
|
1201
1201
|
selector: 'dyte-debugger-video',
|
|
@@ -1214,15 +1214,15 @@ let DyteDialog = class DyteDialog {
|
|
|
1214
1214
|
this.el = r.nativeElement;
|
|
1215
1215
|
proxyOutputs(this, this.el, ['dyteDialogClose']);
|
|
1216
1216
|
}
|
|
1217
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1218
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1217
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1218
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteDialog, isStandalone: true, selector: "dyte-dialog", inputs: { config: "config", disableEscapeKey: "disableEscapeKey", hideCloseButton: "hideCloseButton", iconPack: "iconPack", meeting: "meeting", open: "open", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1219
1219
|
};
|
|
1220
1220
|
DyteDialog = __decorate([
|
|
1221
1221
|
ProxyCmp({
|
|
1222
1222
|
inputs: ['config', 'disableEscapeKey', 'hideCloseButton', 'iconPack', 'meeting', 'open', 'size', 'states', 't']
|
|
1223
1223
|
})
|
|
1224
1224
|
], DyteDialog);
|
|
1225
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1225
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteDialog, decorators: [{
|
|
1226
1226
|
type: Component,
|
|
1227
1227
|
args: [{
|
|
1228
1228
|
selector: 'dyte-dialog',
|
|
@@ -1241,15 +1241,15 @@ let DyteDialogManager = class DyteDialogManager {
|
|
|
1241
1241
|
this.el = r.nativeElement;
|
|
1242
1242
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
1243
1243
|
}
|
|
1244
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1245
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1244
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteDialogManager, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1245
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteDialogManager, isStandalone: true, selector: "dyte-dialog-manager", inputs: { config: "config", iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1246
1246
|
};
|
|
1247
1247
|
DyteDialogManager = __decorate([
|
|
1248
1248
|
ProxyCmp({
|
|
1249
1249
|
inputs: ['config', 'iconPack', 'meeting', 'size', 'states', 't']
|
|
1250
1250
|
})
|
|
1251
1251
|
], DyteDialogManager);
|
|
1252
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1252
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteDialogManager, decorators: [{
|
|
1253
1253
|
type: Component,
|
|
1254
1254
|
args: [{
|
|
1255
1255
|
selector: 'dyte-dialog-manager',
|
|
@@ -1268,15 +1268,15 @@ let DyteDraftAttachmentView = class DyteDraftAttachmentView {
|
|
|
1268
1268
|
this.el = r.nativeElement;
|
|
1269
1269
|
proxyOutputs(this, this.el, ['deleteAttachment']);
|
|
1270
1270
|
}
|
|
1271
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1272
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1271
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteDraftAttachmentView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1272
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteDraftAttachmentView, isStandalone: true, selector: "dyte-draft-attachment-view", inputs: { attachment: "attachment", iconPack: "iconPack", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1273
1273
|
};
|
|
1274
1274
|
DyteDraftAttachmentView = __decorate([
|
|
1275
1275
|
ProxyCmp({
|
|
1276
1276
|
inputs: ['attachment', 'iconPack', 't']
|
|
1277
1277
|
})
|
|
1278
1278
|
], DyteDraftAttachmentView);
|
|
1279
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1279
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteDraftAttachmentView, decorators: [{
|
|
1280
1280
|
type: Component,
|
|
1281
1281
|
args: [{
|
|
1282
1282
|
selector: 'dyte-draft-attachment-view',
|
|
@@ -1295,15 +1295,15 @@ let DyteEmojiPicker = class DyteEmojiPicker {
|
|
|
1295
1295
|
this.el = r.nativeElement;
|
|
1296
1296
|
proxyOutputs(this, this.el, ['pickerClose', 'dyteEmojiClicked']);
|
|
1297
1297
|
}
|
|
1298
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1299
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1298
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteEmojiPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1299
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteEmojiPicker, isStandalone: true, selector: "dyte-emoji-picker", inputs: { iconPack: "iconPack", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1300
1300
|
};
|
|
1301
1301
|
DyteEmojiPicker = __decorate([
|
|
1302
1302
|
ProxyCmp({
|
|
1303
1303
|
inputs: ['iconPack', 't']
|
|
1304
1304
|
})
|
|
1305
1305
|
], DyteEmojiPicker);
|
|
1306
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1306
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteEmojiPicker, decorators: [{
|
|
1307
1307
|
type: Component,
|
|
1308
1308
|
args: [{
|
|
1309
1309
|
selector: 'dyte-emoji-picker',
|
|
@@ -1321,15 +1321,15 @@ let DyteEmojiPickerButton = class DyteEmojiPickerButton {
|
|
|
1321
1321
|
c.detach();
|
|
1322
1322
|
this.el = r.nativeElement;
|
|
1323
1323
|
}
|
|
1324
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1325
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1324
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteEmojiPickerButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1325
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteEmojiPickerButton, isStandalone: true, selector: "dyte-emoji-picker-button", inputs: { iconPack: "iconPack", isActive: "isActive", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1326
1326
|
};
|
|
1327
1327
|
DyteEmojiPickerButton = __decorate([
|
|
1328
1328
|
ProxyCmp({
|
|
1329
1329
|
inputs: ['iconPack', 'isActive', 't']
|
|
1330
1330
|
})
|
|
1331
1331
|
], DyteEmojiPickerButton);
|
|
1332
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1332
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteEmojiPickerButton, decorators: [{
|
|
1333
1333
|
type: Component,
|
|
1334
1334
|
args: [{
|
|
1335
1335
|
selector: 'dyte-emoji-picker-button',
|
|
@@ -1347,15 +1347,15 @@ let DyteEndedScreen = class DyteEndedScreen {
|
|
|
1347
1347
|
c.detach();
|
|
1348
1348
|
this.el = r.nativeElement;
|
|
1349
1349
|
}
|
|
1350
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1351
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1350
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteEndedScreen, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1351
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteEndedScreen, isStandalone: true, selector: "dyte-ended-screen", inputs: { config: "config", iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1352
1352
|
};
|
|
1353
1353
|
DyteEndedScreen = __decorate([
|
|
1354
1354
|
ProxyCmp({
|
|
1355
1355
|
inputs: ['config', 'iconPack', 'meeting', 'size', 'states', 't']
|
|
1356
1356
|
})
|
|
1357
1357
|
], DyteEndedScreen);
|
|
1358
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1358
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteEndedScreen, decorators: [{
|
|
1359
1359
|
type: Component,
|
|
1360
1360
|
args: [{
|
|
1361
1361
|
selector: 'dyte-ended-screen',
|
|
@@ -1374,15 +1374,15 @@ let DyteFileDropzone = class DyteFileDropzone {
|
|
|
1374
1374
|
this.el = r.nativeElement;
|
|
1375
1375
|
proxyOutputs(this, this.el, ['dropCallback']);
|
|
1376
1376
|
}
|
|
1377
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1378
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1377
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteFileDropzone, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1378
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteFileDropzone, isStandalone: true, selector: "dyte-file-dropzone", inputs: { hostEl: "hostEl", iconPack: "iconPack", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1379
1379
|
};
|
|
1380
1380
|
DyteFileDropzone = __decorate([
|
|
1381
1381
|
ProxyCmp({
|
|
1382
1382
|
inputs: ['hostEl', 'iconPack', 't']
|
|
1383
1383
|
})
|
|
1384
1384
|
], DyteFileDropzone);
|
|
1385
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1385
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteFileDropzone, decorators: [{
|
|
1386
1386
|
type: Component,
|
|
1387
1387
|
args: [{
|
|
1388
1388
|
selector: 'dyte-file-dropzone',
|
|
@@ -1400,15 +1400,15 @@ let DyteFileMessage = class DyteFileMessage {
|
|
|
1400
1400
|
c.detach();
|
|
1401
1401
|
this.el = r.nativeElement;
|
|
1402
1402
|
}
|
|
1403
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1404
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1403
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteFileMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1404
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteFileMessage, isStandalone: true, selector: "dyte-file-message", inputs: { iconPack: "iconPack", isContinued: "isContinued", message: "message", now: "now", showBubble: "showBubble", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1405
1405
|
};
|
|
1406
1406
|
DyteFileMessage = __decorate([
|
|
1407
1407
|
ProxyCmp({
|
|
1408
1408
|
inputs: ['iconPack', 'isContinued', 'message', 'now', 'showBubble', 't']
|
|
1409
1409
|
})
|
|
1410
1410
|
], DyteFileMessage);
|
|
1411
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteFileMessage, decorators: [{
|
|
1412
1412
|
type: Component,
|
|
1413
1413
|
args: [{
|
|
1414
1414
|
selector: 'dyte-file-message',
|
|
@@ -1426,15 +1426,15 @@ let DyteFileMessageView = class DyteFileMessageView {
|
|
|
1426
1426
|
c.detach();
|
|
1427
1427
|
this.el = r.nativeElement;
|
|
1428
1428
|
}
|
|
1429
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1430
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1429
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteFileMessageView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1430
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteFileMessageView, isStandalone: true, selector: "dyte-file-message-view", inputs: { iconPack: "iconPack", name: "name", size: "size", t: "t", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1431
1431
|
};
|
|
1432
1432
|
DyteFileMessageView = __decorate([
|
|
1433
1433
|
ProxyCmp({
|
|
1434
1434
|
inputs: ['iconPack', 'name', 'size', 't', 'url']
|
|
1435
1435
|
})
|
|
1436
1436
|
], DyteFileMessageView);
|
|
1437
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1437
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteFileMessageView, decorators: [{
|
|
1438
1438
|
type: Component,
|
|
1439
1439
|
args: [{
|
|
1440
1440
|
selector: 'dyte-file-message-view',
|
|
@@ -1453,15 +1453,15 @@ let DyteFilePickerButton = class DyteFilePickerButton {
|
|
|
1453
1453
|
this.el = r.nativeElement;
|
|
1454
1454
|
proxyOutputs(this, this.el, ['fileChange']);
|
|
1455
1455
|
}
|
|
1456
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1457
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1456
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteFilePickerButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1457
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteFilePickerButton, isStandalone: true, selector: "dyte-file-picker-button", inputs: { filter: "filter", icon: "icon", iconPack: "iconPack", label: "label", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1458
1458
|
};
|
|
1459
1459
|
DyteFilePickerButton = __decorate([
|
|
1460
1460
|
ProxyCmp({
|
|
1461
1461
|
inputs: ['filter', 'icon', 'iconPack', 'label', 't']
|
|
1462
1462
|
})
|
|
1463
1463
|
], DyteFilePickerButton);
|
|
1464
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1464
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteFilePickerButton, decorators: [{
|
|
1465
1465
|
type: Component,
|
|
1466
1466
|
args: [{
|
|
1467
1467
|
selector: 'dyte-file-picker-button',
|
|
@@ -1480,15 +1480,15 @@ let DyteFullscreenToggle = class DyteFullscreenToggle {
|
|
|
1480
1480
|
this.el = r.nativeElement;
|
|
1481
1481
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
1482
1482
|
}
|
|
1483
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1484
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1483
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteFullscreenToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1484
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteFullscreenToggle, isStandalone: true, selector: "dyte-fullscreen-toggle", inputs: { iconPack: "iconPack", size: "size", states: "states", t: "t", targetElement: "targetElement", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1485
1485
|
};
|
|
1486
1486
|
DyteFullscreenToggle = __decorate([
|
|
1487
1487
|
ProxyCmp({
|
|
1488
1488
|
inputs: ['iconPack', 'size', 'states', 't', 'targetElement', 'variant']
|
|
1489
1489
|
})
|
|
1490
1490
|
], DyteFullscreenToggle);
|
|
1491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1491
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteFullscreenToggle, decorators: [{
|
|
1492
1492
|
type: Component,
|
|
1493
1493
|
args: [{
|
|
1494
1494
|
selector: 'dyte-fullscreen-toggle',
|
|
@@ -1507,15 +1507,15 @@ let DyteGrid = class DyteGrid {
|
|
|
1507
1507
|
this.el = r.nativeElement;
|
|
1508
1508
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
1509
1509
|
}
|
|
1510
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1511
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1510
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1511
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteGrid, isStandalone: true, selector: "dyte-grid", inputs: { aspectRatio: "aspectRatio", config: "config", gap: "gap", gridSize: "gridSize", iconPack: "iconPack", layout: "layout", meeting: "meeting", overrides: "overrides", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1512
1512
|
};
|
|
1513
1513
|
DyteGrid = __decorate([
|
|
1514
1514
|
ProxyCmp({
|
|
1515
1515
|
inputs: ['aspectRatio', 'config', 'gap', 'gridSize', 'iconPack', 'layout', 'meeting', 'overrides', 'size', 'states', 't']
|
|
1516
1516
|
})
|
|
1517
1517
|
], DyteGrid);
|
|
1518
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteGrid, decorators: [{
|
|
1519
1519
|
type: Component,
|
|
1520
1520
|
args: [{
|
|
1521
1521
|
selector: 'dyte-grid',
|
|
@@ -1533,15 +1533,15 @@ let DyteGridPagination = class DyteGridPagination {
|
|
|
1533
1533
|
c.detach();
|
|
1534
1534
|
this.el = r.nativeElement;
|
|
1535
1535
|
}
|
|
1536
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1537
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1536
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteGridPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1537
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteGridPagination, isStandalone: true, selector: "dyte-grid-pagination", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1538
1538
|
};
|
|
1539
1539
|
DyteGridPagination = __decorate([
|
|
1540
1540
|
ProxyCmp({
|
|
1541
1541
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
1542
1542
|
})
|
|
1543
1543
|
], DyteGridPagination);
|
|
1544
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1544
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteGridPagination, decorators: [{
|
|
1545
1545
|
type: Component,
|
|
1546
1546
|
args: [{
|
|
1547
1547
|
selector: 'dyte-grid-pagination',
|
|
@@ -1559,15 +1559,15 @@ let DyteHeader = class DyteHeader {
|
|
|
1559
1559
|
c.detach();
|
|
1560
1560
|
this.el = r.nativeElement;
|
|
1561
1561
|
}
|
|
1562
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1563
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1562
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1563
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteHeader, isStandalone: true, selector: "dyte-header", inputs: { config: "config", disableRender: "disableRender", iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1564
1564
|
};
|
|
1565
1565
|
DyteHeader = __decorate([
|
|
1566
1566
|
ProxyCmp({
|
|
1567
1567
|
inputs: ['config', 'disableRender', 'iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
1568
1568
|
})
|
|
1569
1569
|
], DyteHeader);
|
|
1570
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1570
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteHeader, decorators: [{
|
|
1571
1571
|
type: Component,
|
|
1572
1572
|
args: [{
|
|
1573
1573
|
selector: 'dyte-header',
|
|
@@ -1585,15 +1585,15 @@ let DyteIcon = class DyteIcon {
|
|
|
1585
1585
|
c.detach();
|
|
1586
1586
|
this.el = r.nativeElement;
|
|
1587
1587
|
}
|
|
1588
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1589
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1588
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1589
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteIcon, isStandalone: true, selector: "dyte-icon", inputs: { icon: "icon", iconPack: "iconPack", size: "size", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1590
1590
|
};
|
|
1591
1591
|
DyteIcon = __decorate([
|
|
1592
1592
|
ProxyCmp({
|
|
1593
1593
|
inputs: ['icon', 'iconPack', 'size', 't', 'variant']
|
|
1594
1594
|
})
|
|
1595
1595
|
], DyteIcon);
|
|
1596
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1596
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteIcon, decorators: [{
|
|
1597
1597
|
type: Component,
|
|
1598
1598
|
args: [{
|
|
1599
1599
|
selector: 'dyte-icon',
|
|
@@ -1611,15 +1611,15 @@ let DyteIdleScreen = class DyteIdleScreen {
|
|
|
1611
1611
|
c.detach();
|
|
1612
1612
|
this.el = r.nativeElement;
|
|
1613
1613
|
}
|
|
1614
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1615
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1614
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteIdleScreen, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1615
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteIdleScreen, isStandalone: true, selector: "dyte-idle-screen", inputs: { config: "config", iconPack: "iconPack", meeting: "meeting", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1616
1616
|
};
|
|
1617
1617
|
DyteIdleScreen = __decorate([
|
|
1618
1618
|
ProxyCmp({
|
|
1619
1619
|
inputs: ['config', 'iconPack', 'meeting', 't']
|
|
1620
1620
|
})
|
|
1621
1621
|
], DyteIdleScreen);
|
|
1622
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteIdleScreen, decorators: [{
|
|
1623
1623
|
type: Component,
|
|
1624
1624
|
args: [{
|
|
1625
1625
|
selector: 'dyte-idle-screen',
|
|
@@ -1638,15 +1638,15 @@ let DyteImageMessage = class DyteImageMessage {
|
|
|
1638
1638
|
this.el = r.nativeElement;
|
|
1639
1639
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
1640
1640
|
}
|
|
1641
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1642
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1641
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteImageMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1642
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteImageMessage, isStandalone: true, selector: "dyte-image-message", inputs: { iconPack: "iconPack", isContinued: "isContinued", message: "message", now: "now", showBubble: "showBubble", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1643
1643
|
};
|
|
1644
1644
|
DyteImageMessage = __decorate([
|
|
1645
1645
|
ProxyCmp({
|
|
1646
1646
|
inputs: ['iconPack', 'isContinued', 'message', 'now', 'showBubble', 't']
|
|
1647
1647
|
})
|
|
1648
1648
|
], DyteImageMessage);
|
|
1649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1649
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteImageMessage, decorators: [{
|
|
1650
1650
|
type: Component,
|
|
1651
1651
|
args: [{
|
|
1652
1652
|
selector: 'dyte-image-message',
|
|
@@ -1665,15 +1665,15 @@ let DyteImageMessageView = class DyteImageMessageView {
|
|
|
1665
1665
|
this.el = r.nativeElement;
|
|
1666
1666
|
proxyOutputs(this, this.el, ['preview']);
|
|
1667
1667
|
}
|
|
1668
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1669
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1668
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteImageMessageView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1669
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteImageMessageView, isStandalone: true, selector: "dyte-image-message-view", inputs: { iconPack: "iconPack", t: "t", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1670
1670
|
};
|
|
1671
1671
|
DyteImageMessageView = __decorate([
|
|
1672
1672
|
ProxyCmp({
|
|
1673
1673
|
inputs: ['iconPack', 't', 'url']
|
|
1674
1674
|
})
|
|
1675
1675
|
], DyteImageMessageView);
|
|
1676
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1676
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteImageMessageView, decorators: [{
|
|
1677
1677
|
type: Component,
|
|
1678
1678
|
args: [{
|
|
1679
1679
|
selector: 'dyte-image-message-view',
|
|
@@ -1692,15 +1692,15 @@ let DyteImageViewer = class DyteImageViewer {
|
|
|
1692
1692
|
this.el = r.nativeElement;
|
|
1693
1693
|
proxyOutputs(this, this.el, ['close']);
|
|
1694
1694
|
}
|
|
1695
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1696
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1695
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteImageViewer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1696
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteImageViewer, isStandalone: true, selector: "dyte-image-viewer", inputs: { iconPack: "iconPack", image: "image", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1697
1697
|
};
|
|
1698
1698
|
DyteImageViewer = __decorate([
|
|
1699
1699
|
ProxyCmp({
|
|
1700
1700
|
inputs: ['iconPack', 'image', 'size', 't']
|
|
1701
1701
|
})
|
|
1702
1702
|
], DyteImageViewer);
|
|
1703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1703
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteImageViewer, decorators: [{
|
|
1704
1704
|
type: Component,
|
|
1705
1705
|
args: [{
|
|
1706
1706
|
selector: 'dyte-image-viewer',
|
|
@@ -1718,15 +1718,15 @@ let DyteInformationTooltip = class DyteInformationTooltip {
|
|
|
1718
1718
|
c.detach();
|
|
1719
1719
|
this.el = r.nativeElement;
|
|
1720
1720
|
}
|
|
1721
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1722
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1721
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteInformationTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1722
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteInformationTooltip, isStandalone: true, selector: "dyte-information-tooltip", inputs: { iconPack: "iconPack" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1723
1723
|
};
|
|
1724
1724
|
DyteInformationTooltip = __decorate([
|
|
1725
1725
|
ProxyCmp({
|
|
1726
1726
|
inputs: ['iconPack']
|
|
1727
1727
|
})
|
|
1728
1728
|
], DyteInformationTooltip);
|
|
1729
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1729
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteInformationTooltip, decorators: [{
|
|
1730
1730
|
type: Component,
|
|
1731
1731
|
args: [{
|
|
1732
1732
|
selector: 'dyte-information-tooltip',
|
|
@@ -1745,15 +1745,15 @@ let DyteJoinStage = class DyteJoinStage {
|
|
|
1745
1745
|
this.el = r.nativeElement;
|
|
1746
1746
|
proxyOutputs(this, this.el, ['dyteStateUpdate', 'dyteJoinStage', 'dyteLeaveStage']);
|
|
1747
1747
|
}
|
|
1748
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1749
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1748
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteJoinStage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1749
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteJoinStage, isStandalone: true, selector: "dyte-join-stage", inputs: { config: "config", dataConfig: "dataConfig", iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1750
1750
|
};
|
|
1751
1751
|
DyteJoinStage = __decorate([
|
|
1752
1752
|
ProxyCmp({
|
|
1753
1753
|
inputs: ['config', 'dataConfig', 'iconPack', 'meeting', 'size', 'states', 't']
|
|
1754
1754
|
})
|
|
1755
1755
|
], DyteJoinStage);
|
|
1756
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1756
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteJoinStage, decorators: [{
|
|
1757
1757
|
type: Component,
|
|
1758
1758
|
args: [{
|
|
1759
1759
|
selector: 'dyte-join-stage',
|
|
@@ -1772,15 +1772,15 @@ let DyteLeaveButton = class DyteLeaveButton {
|
|
|
1772
1772
|
this.el = r.nativeElement;
|
|
1773
1773
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
1774
1774
|
}
|
|
1775
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1776
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1775
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteLeaveButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1776
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteLeaveButton, isStandalone: true, selector: "dyte-leave-button", inputs: { iconPack: "iconPack", size: "size", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1777
1777
|
};
|
|
1778
1778
|
DyteLeaveButton = __decorate([
|
|
1779
1779
|
ProxyCmp({
|
|
1780
1780
|
inputs: ['iconPack', 'size', 't', 'variant']
|
|
1781
1781
|
})
|
|
1782
1782
|
], DyteLeaveButton);
|
|
1783
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1783
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteLeaveButton, decorators: [{
|
|
1784
1784
|
type: Component,
|
|
1785
1785
|
args: [{
|
|
1786
1786
|
selector: 'dyte-leave-button',
|
|
@@ -1799,15 +1799,15 @@ let DyteLeaveMeeting = class DyteLeaveMeeting {
|
|
|
1799
1799
|
this.el = r.nativeElement;
|
|
1800
1800
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
1801
1801
|
}
|
|
1802
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1803
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1802
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteLeaveMeeting, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1803
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteLeaveMeeting, isStandalone: true, selector: "dyte-leave-meeting", inputs: { iconPack: "iconPack", meeting: "meeting", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1804
1804
|
};
|
|
1805
1805
|
DyteLeaveMeeting = __decorate([
|
|
1806
1806
|
ProxyCmp({
|
|
1807
1807
|
inputs: ['iconPack', 'meeting', 'states', 't']
|
|
1808
1808
|
})
|
|
1809
1809
|
], DyteLeaveMeeting);
|
|
1810
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1810
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteLeaveMeeting, decorators: [{
|
|
1811
1811
|
type: Component,
|
|
1812
1812
|
args: [{
|
|
1813
1813
|
selector: 'dyte-leave-meeting',
|
|
@@ -1825,15 +1825,15 @@ let DyteLivestreamIndicator = class DyteLivestreamIndicator {
|
|
|
1825
1825
|
c.detach();
|
|
1826
1826
|
this.el = r.nativeElement;
|
|
1827
1827
|
}
|
|
1828
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1829
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1828
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteLivestreamIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1829
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteLivestreamIndicator, isStandalone: true, selector: "dyte-livestream-indicator", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1830
1830
|
};
|
|
1831
1831
|
DyteLivestreamIndicator = __decorate([
|
|
1832
1832
|
ProxyCmp({
|
|
1833
1833
|
inputs: ['iconPack', 'meeting', 'size', 't']
|
|
1834
1834
|
})
|
|
1835
1835
|
], DyteLivestreamIndicator);
|
|
1836
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1836
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteLivestreamIndicator, decorators: [{
|
|
1837
1837
|
type: Component,
|
|
1838
1838
|
args: [{
|
|
1839
1839
|
selector: 'dyte-livestream-indicator',
|
|
@@ -1852,15 +1852,15 @@ let DyteLivestreamPlayer = class DyteLivestreamPlayer {
|
|
|
1852
1852
|
this.el = r.nativeElement;
|
|
1853
1853
|
proxyOutputs(this, this.el, ['dyteAPIError']);
|
|
1854
1854
|
}
|
|
1855
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1856
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1855
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteLivestreamPlayer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1856
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteLivestreamPlayer, isStandalone: true, selector: "dyte-livestream-player", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1857
1857
|
};
|
|
1858
1858
|
DyteLivestreamPlayer = __decorate([
|
|
1859
1859
|
ProxyCmp({
|
|
1860
1860
|
inputs: ['iconPack', 'meeting', 'size', 't']
|
|
1861
1861
|
})
|
|
1862
1862
|
], DyteLivestreamPlayer);
|
|
1863
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1863
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteLivestreamPlayer, decorators: [{
|
|
1864
1864
|
type: Component,
|
|
1865
1865
|
args: [{
|
|
1866
1866
|
selector: 'dyte-livestream-player',
|
|
@@ -1879,15 +1879,15 @@ let DyteLivestreamToggle = class DyteLivestreamToggle {
|
|
|
1879
1879
|
this.el = r.nativeElement;
|
|
1880
1880
|
proxyOutputs(this, this.el, ['dyteStateUpdate', 'dyteAPIError']);
|
|
1881
1881
|
}
|
|
1882
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1883
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1882
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteLivestreamToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1883
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteLivestreamToggle, isStandalone: true, selector: "dyte-livestream-toggle", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1884
1884
|
};
|
|
1885
1885
|
DyteLivestreamToggle = __decorate([
|
|
1886
1886
|
ProxyCmp({
|
|
1887
1887
|
inputs: ['iconPack', 'meeting', 'size', 't', 'variant']
|
|
1888
1888
|
})
|
|
1889
1889
|
], DyteLivestreamToggle);
|
|
1890
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1890
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteLivestreamToggle, decorators: [{
|
|
1891
1891
|
type: Component,
|
|
1892
1892
|
args: [{
|
|
1893
1893
|
selector: 'dyte-livestream-toggle',
|
|
@@ -1905,15 +1905,15 @@ let DyteLogo = class DyteLogo {
|
|
|
1905
1905
|
c.detach();
|
|
1906
1906
|
this.el = r.nativeElement;
|
|
1907
1907
|
}
|
|
1908
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1909
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1908
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1909
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteLogo, isStandalone: true, selector: "dyte-logo", inputs: { config: "config", logoUrl: "logoUrl", meeting: "meeting", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1910
1910
|
};
|
|
1911
1911
|
DyteLogo = __decorate([
|
|
1912
1912
|
ProxyCmp({
|
|
1913
1913
|
inputs: ['config', 'logoUrl', 'meeting', 't']
|
|
1914
1914
|
})
|
|
1915
1915
|
], DyteLogo);
|
|
1916
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1916
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteLogo, decorators: [{
|
|
1917
1917
|
type: Component,
|
|
1918
1918
|
args: [{
|
|
1919
1919
|
selector: 'dyte-logo',
|
|
@@ -1931,15 +1931,15 @@ let DyteMarkdownView = class DyteMarkdownView {
|
|
|
1931
1931
|
c.detach();
|
|
1932
1932
|
this.el = r.nativeElement;
|
|
1933
1933
|
}
|
|
1934
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1935
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1934
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMarkdownView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1935
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteMarkdownView, isStandalone: true, selector: "dyte-markdown-view", inputs: { maxLength: "maxLength", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1936
1936
|
};
|
|
1937
1937
|
DyteMarkdownView = __decorate([
|
|
1938
1938
|
ProxyCmp({
|
|
1939
1939
|
inputs: ['maxLength', 'text']
|
|
1940
1940
|
})
|
|
1941
1941
|
], DyteMarkdownView);
|
|
1942
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1942
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMarkdownView, decorators: [{
|
|
1943
1943
|
type: Component,
|
|
1944
1944
|
args: [{
|
|
1945
1945
|
selector: 'dyte-markdown-view',
|
|
@@ -1958,15 +1958,15 @@ let DyteMeeting = class DyteMeeting {
|
|
|
1958
1958
|
this.el = r.nativeElement;
|
|
1959
1959
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
1960
1960
|
}
|
|
1961
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1962
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1961
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMeeting, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1962
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteMeeting, isStandalone: true, selector: "dyte-meeting", inputs: { applyDesignSystem: "applyDesignSystem", config: "config", gridLayout: "gridLayout", iconPackUrl: "iconPackUrl", leaveOnUnmount: "leaveOnUnmount", loadConfigFromPreset: "loadConfigFromPreset", meeting: "meeting", mode: "mode", showSetupScreen: "showSetupScreen", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1963
1963
|
};
|
|
1964
1964
|
DyteMeeting = __decorate([
|
|
1965
1965
|
ProxyCmp({
|
|
1966
1966
|
inputs: ['applyDesignSystem', 'config', 'gridLayout', 'iconPackUrl', 'leaveOnUnmount', 'loadConfigFromPreset', 'meeting', 'mode', 'showSetupScreen', 'size', 't']
|
|
1967
1967
|
})
|
|
1968
1968
|
], DyteMeeting);
|
|
1969
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1969
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMeeting, decorators: [{
|
|
1970
1970
|
type: Component,
|
|
1971
1971
|
args: [{
|
|
1972
1972
|
selector: 'dyte-meeting',
|
|
@@ -1984,15 +1984,15 @@ let DyteMeetingTitle = class DyteMeetingTitle {
|
|
|
1984
1984
|
c.detach();
|
|
1985
1985
|
this.el = r.nativeElement;
|
|
1986
1986
|
}
|
|
1987
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
1988
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
1987
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMeetingTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1988
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteMeetingTitle, isStandalone: true, selector: "dyte-meeting-title", inputs: { iconPack: "iconPack", meeting: "meeting", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1989
1989
|
};
|
|
1990
1990
|
DyteMeetingTitle = __decorate([
|
|
1991
1991
|
ProxyCmp({
|
|
1992
1992
|
inputs: ['iconPack', 'meeting', 't']
|
|
1993
1993
|
})
|
|
1994
1994
|
], DyteMeetingTitle);
|
|
1995
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
1995
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMeetingTitle, decorators: [{
|
|
1996
1996
|
type: Component,
|
|
1997
1997
|
args: [{
|
|
1998
1998
|
selector: 'dyte-meeting-title',
|
|
@@ -2010,15 +2010,15 @@ let DyteMenu = class DyteMenu {
|
|
|
2010
2010
|
c.detach();
|
|
2011
2011
|
this.el = r.nativeElement;
|
|
2012
2012
|
}
|
|
2013
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2014
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2013
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2014
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteMenu, isStandalone: true, selector: "dyte-menu", inputs: { iconPack: "iconPack", offset: "offset", placement: "placement", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2015
2015
|
};
|
|
2016
2016
|
DyteMenu = __decorate([
|
|
2017
2017
|
ProxyCmp({
|
|
2018
2018
|
inputs: ['iconPack', 'offset', 'placement', 'size', 't']
|
|
2019
2019
|
})
|
|
2020
2020
|
], DyteMenu);
|
|
2021
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2021
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMenu, decorators: [{
|
|
2022
2022
|
type: Component,
|
|
2023
2023
|
args: [{
|
|
2024
2024
|
selector: 'dyte-menu',
|
|
@@ -2036,15 +2036,15 @@ let DyteMenuItem = class DyteMenuItem {
|
|
|
2036
2036
|
c.detach();
|
|
2037
2037
|
this.el = r.nativeElement;
|
|
2038
2038
|
}
|
|
2039
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2040
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2039
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2040
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteMenuItem, isStandalone: true, selector: "dyte-menu-item", inputs: { iconPack: "iconPack", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2041
2041
|
};
|
|
2042
2042
|
DyteMenuItem = __decorate([
|
|
2043
2043
|
ProxyCmp({
|
|
2044
2044
|
inputs: ['iconPack', 'size', 't']
|
|
2045
2045
|
})
|
|
2046
2046
|
], DyteMenuItem);
|
|
2047
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2047
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMenuItem, decorators: [{
|
|
2048
2048
|
type: Component,
|
|
2049
2049
|
args: [{
|
|
2050
2050
|
selector: 'dyte-menu-item',
|
|
@@ -2062,15 +2062,15 @@ let DyteMenuList = class DyteMenuList {
|
|
|
2062
2062
|
c.detach();
|
|
2063
2063
|
this.el = r.nativeElement;
|
|
2064
2064
|
}
|
|
2065
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2066
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2065
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMenuList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2066
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteMenuList, isStandalone: true, selector: "dyte-menu-list", inputs: { iconPack: "iconPack", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2067
2067
|
};
|
|
2068
2068
|
DyteMenuList = __decorate([
|
|
2069
2069
|
ProxyCmp({
|
|
2070
2070
|
inputs: ['iconPack', 't']
|
|
2071
2071
|
})
|
|
2072
2072
|
], DyteMenuList);
|
|
2073
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2073
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMenuList, decorators: [{
|
|
2074
2074
|
type: Component,
|
|
2075
2075
|
args: [{
|
|
2076
2076
|
selector: 'dyte-menu-list',
|
|
@@ -2088,15 +2088,15 @@ let DyteMessageListView = class DyteMessageListView {
|
|
|
2088
2088
|
c.detach();
|
|
2089
2089
|
this.el = r.nativeElement;
|
|
2090
2090
|
}
|
|
2091
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2092
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2091
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMessageListView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2092
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteMessageListView, isStandalone: true, selector: "dyte-message-list-view", inputs: { estimateItemSize: "estimateItemSize", iconPack: "iconPack", loadMore: "loadMore", messages: "messages", renderer: "renderer", visibleItemsCount: "visibleItemsCount" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2093
2093
|
};
|
|
2094
2094
|
DyteMessageListView = __decorate([
|
|
2095
2095
|
ProxyCmp({
|
|
2096
2096
|
inputs: ['estimateItemSize', 'iconPack', 'loadMore', 'messages', 'renderer', 'visibleItemsCount']
|
|
2097
2097
|
})
|
|
2098
2098
|
], DyteMessageListView);
|
|
2099
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2099
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMessageListView, decorators: [{
|
|
2100
2100
|
type: Component,
|
|
2101
2101
|
args: [{
|
|
2102
2102
|
selector: 'dyte-message-list-view',
|
|
@@ -2115,15 +2115,15 @@ let DyteMessageView = class DyteMessageView {
|
|
|
2115
2115
|
this.el = r.nativeElement;
|
|
2116
2116
|
proxyOutputs(this, this.el, ['action']);
|
|
2117
2117
|
}
|
|
2118
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2119
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2118
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMessageView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2119
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteMessageView, isStandalone: true, selector: "dyte-message-view", inputs: { actions: "actions", authorName: "authorName", avatarUrl: "avatarUrl", hideAuthorName: "hideAuthorName", hideAvatar: "hideAvatar", hideMetadata: "hideMetadata", iconPack: "iconPack", time: "time", variant: "variant", viewType: "viewType" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2120
2120
|
};
|
|
2121
2121
|
DyteMessageView = __decorate([
|
|
2122
2122
|
ProxyCmp({
|
|
2123
2123
|
inputs: ['actions', 'authorName', 'avatarUrl', 'hideAuthorName', 'hideAvatar', 'hideMetadata', 'iconPack', 'time', 'variant', 'viewType']
|
|
2124
2124
|
})
|
|
2125
2125
|
], DyteMessageView);
|
|
2126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMessageView, decorators: [{
|
|
2127
2127
|
type: Component,
|
|
2128
2128
|
args: [{
|
|
2129
2129
|
selector: 'dyte-message-view',
|
|
@@ -2142,15 +2142,15 @@ let DyteMicToggle = class DyteMicToggle {
|
|
|
2142
2142
|
this.el = r.nativeElement;
|
|
2143
2143
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2144
2144
|
}
|
|
2145
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2146
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2145
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMicToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2146
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteMicToggle, isStandalone: true, selector: "dyte-mic-toggle", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2147
2147
|
};
|
|
2148
2148
|
DyteMicToggle = __decorate([
|
|
2149
2149
|
ProxyCmp({
|
|
2150
2150
|
inputs: ['iconPack', 'meeting', 'size', 't', 'variant']
|
|
2151
2151
|
})
|
|
2152
2152
|
], DyteMicToggle);
|
|
2153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMicToggle, decorators: [{
|
|
2154
2154
|
type: Component,
|
|
2155
2155
|
args: [{
|
|
2156
2156
|
selector: 'dyte-mic-toggle',
|
|
@@ -2168,15 +2168,15 @@ let DyteMicrophoneSelector = class DyteMicrophoneSelector {
|
|
|
2168
2168
|
c.detach();
|
|
2169
2169
|
this.el = r.nativeElement;
|
|
2170
2170
|
}
|
|
2171
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2172
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2171
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMicrophoneSelector, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2172
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteMicrophoneSelector, isStandalone: true, selector: "dyte-microphone-selector", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2173
2173
|
};
|
|
2174
2174
|
DyteMicrophoneSelector = __decorate([
|
|
2175
2175
|
ProxyCmp({
|
|
2176
2176
|
inputs: ['iconPack', 'meeting', 'size', 't', 'variant']
|
|
2177
2177
|
})
|
|
2178
2178
|
], DyteMicrophoneSelector);
|
|
2179
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2179
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMicrophoneSelector, decorators: [{
|
|
2180
2180
|
type: Component,
|
|
2181
2181
|
args: [{
|
|
2182
2182
|
selector: 'dyte-microphone-selector',
|
|
@@ -2194,15 +2194,15 @@ let DyteMixedGrid = class DyteMixedGrid {
|
|
|
2194
2194
|
c.detach();
|
|
2195
2195
|
this.el = r.nativeElement;
|
|
2196
2196
|
}
|
|
2197
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2198
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2197
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMixedGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2198
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteMixedGrid, isStandalone: true, selector: "dyte-mixed-grid", inputs: { 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2199
2199
|
};
|
|
2200
2200
|
DyteMixedGrid = __decorate([
|
|
2201
2201
|
ProxyCmp({
|
|
2202
2202
|
inputs: ['aspectRatio', 'config', 'gap', 'gridSize', 'iconPack', 'layout', 'meeting', 'participants', 'pinnedParticipants', 'plugins', 'screenShareParticipants', 'size', 'states', 't']
|
|
2203
2203
|
})
|
|
2204
2204
|
], DyteMixedGrid);
|
|
2205
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2205
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMixedGrid, decorators: [{
|
|
2206
2206
|
type: Component,
|
|
2207
2207
|
args: [{
|
|
2208
2208
|
selector: 'dyte-mixed-grid',
|
|
@@ -2221,15 +2221,15 @@ let DyteMoreToggle = class DyteMoreToggle {
|
|
|
2221
2221
|
this.el = r.nativeElement;
|
|
2222
2222
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2223
2223
|
}
|
|
2224
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2225
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2224
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMoreToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2225
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteMoreToggle, isStandalone: true, selector: "dyte-more-toggle", inputs: { iconPack: "iconPack", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2226
2226
|
};
|
|
2227
2227
|
DyteMoreToggle = __decorate([
|
|
2228
2228
|
ProxyCmp({
|
|
2229
2229
|
inputs: ['iconPack', 'size', 'states', 't']
|
|
2230
2230
|
})
|
|
2231
2231
|
], DyteMoreToggle);
|
|
2232
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2232
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMoreToggle, decorators: [{
|
|
2233
2233
|
type: Component,
|
|
2234
2234
|
args: [{
|
|
2235
2235
|
selector: 'dyte-more-toggle',
|
|
@@ -2248,15 +2248,15 @@ let DyteMuteAllButton = class DyteMuteAllButton {
|
|
|
2248
2248
|
this.el = r.nativeElement;
|
|
2249
2249
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2250
2250
|
}
|
|
2251
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2252
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2251
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMuteAllButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2252
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteMuteAllButton, isStandalone: true, selector: "dyte-mute-all-button", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2253
2253
|
};
|
|
2254
2254
|
DyteMuteAllButton = __decorate([
|
|
2255
2255
|
ProxyCmp({
|
|
2256
2256
|
inputs: ['iconPack', 'meeting', 'size', 't', 'variant']
|
|
2257
2257
|
})
|
|
2258
2258
|
], DyteMuteAllButton);
|
|
2259
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2259
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMuteAllButton, decorators: [{
|
|
2260
2260
|
type: Component,
|
|
2261
2261
|
args: [{
|
|
2262
2262
|
selector: 'dyte-mute-all-button',
|
|
@@ -2275,15 +2275,15 @@ let DyteMuteAllConfirmation = class DyteMuteAllConfirmation {
|
|
|
2275
2275
|
this.el = r.nativeElement;
|
|
2276
2276
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2277
2277
|
}
|
|
2278
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2279
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2278
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMuteAllConfirmation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2279
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteMuteAllConfirmation, isStandalone: true, selector: "dyte-mute-all-confirmation", inputs: { iconPack: "iconPack", meeting: "meeting", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2280
2280
|
};
|
|
2281
2281
|
DyteMuteAllConfirmation = __decorate([
|
|
2282
2282
|
ProxyCmp({
|
|
2283
2283
|
inputs: ['iconPack', 'meeting', 'states', 't']
|
|
2284
2284
|
})
|
|
2285
2285
|
], DyteMuteAllConfirmation);
|
|
2286
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2286
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMuteAllConfirmation, decorators: [{
|
|
2287
2287
|
type: Component,
|
|
2288
2288
|
args: [{
|
|
2289
2289
|
selector: 'dyte-mute-all-confirmation',
|
|
@@ -2301,15 +2301,15 @@ let DyteNameTag = class DyteNameTag {
|
|
|
2301
2301
|
c.detach();
|
|
2302
2302
|
this.el = r.nativeElement;
|
|
2303
2303
|
}
|
|
2304
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2305
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2304
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteNameTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2305
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteNameTag, isStandalone: true, selector: "dyte-name-tag", inputs: { iconPack: "iconPack", isScreenShare: "isScreenShare", meeting: "meeting", participant: "participant", size: "size", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2306
2306
|
};
|
|
2307
2307
|
DyteNameTag = __decorate([
|
|
2308
2308
|
ProxyCmp({
|
|
2309
2309
|
inputs: ['iconPack', 'isScreenShare', 'meeting', 'participant', 'size', 't', 'variant']
|
|
2310
2310
|
})
|
|
2311
2311
|
], DyteNameTag);
|
|
2312
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2312
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteNameTag, decorators: [{
|
|
2313
2313
|
type: Component,
|
|
2314
2314
|
args: [{
|
|
2315
2315
|
selector: 'dyte-name-tag',
|
|
@@ -2327,15 +2327,15 @@ let DyteNetworkIndicator = class DyteNetworkIndicator {
|
|
|
2327
2327
|
c.detach();
|
|
2328
2328
|
this.el = r.nativeElement;
|
|
2329
2329
|
}
|
|
2330
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2331
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2330
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteNetworkIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2331
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteNetworkIndicator, isStandalone: true, selector: "dyte-network-indicator", inputs: { iconPack: "iconPack", isScreenShare: "isScreenShare", meeting: "meeting", participant: "participant", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2332
2332
|
};
|
|
2333
2333
|
DyteNetworkIndicator = __decorate([
|
|
2334
2334
|
ProxyCmp({
|
|
2335
2335
|
inputs: ['iconPack', 'isScreenShare', 'meeting', 'participant', 't']
|
|
2336
2336
|
})
|
|
2337
2337
|
], DyteNetworkIndicator);
|
|
2338
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2338
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteNetworkIndicator, decorators: [{
|
|
2339
2339
|
type: Component,
|
|
2340
2340
|
args: [{
|
|
2341
2341
|
selector: 'dyte-network-indicator',
|
|
@@ -2354,15 +2354,15 @@ let DyteNotification = class DyteNotification {
|
|
|
2354
2354
|
this.el = r.nativeElement;
|
|
2355
2355
|
proxyOutputs(this, this.el, ['dyteNotificationDismiss']);
|
|
2356
2356
|
}
|
|
2357
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2358
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2357
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2358
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteNotification, isStandalone: true, selector: "dyte-notification", inputs: { iconPack: "iconPack", notification: "notification", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2359
2359
|
};
|
|
2360
2360
|
DyteNotification = __decorate([
|
|
2361
2361
|
ProxyCmp({
|
|
2362
2362
|
inputs: ['iconPack', 'notification', 'size', 't']
|
|
2363
2363
|
})
|
|
2364
2364
|
], DyteNotification);
|
|
2365
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2365
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteNotification, decorators: [{
|
|
2366
2366
|
type: Component,
|
|
2367
2367
|
args: [{
|
|
2368
2368
|
selector: 'dyte-notification',
|
|
@@ -2380,15 +2380,15 @@ let DyteNotifications = class DyteNotifications {
|
|
|
2380
2380
|
c.detach();
|
|
2381
2381
|
this.el = r.nativeElement;
|
|
2382
2382
|
}
|
|
2383
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2384
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2383
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteNotifications, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2384
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteNotifications, isStandalone: true, selector: "dyte-notifications", inputs: { config: "config", iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2385
2385
|
};
|
|
2386
2386
|
DyteNotifications = __decorate([
|
|
2387
2387
|
ProxyCmp({
|
|
2388
2388
|
inputs: ['config', 'iconPack', 'meeting', 'size', 'states', 't']
|
|
2389
2389
|
})
|
|
2390
2390
|
], DyteNotifications);
|
|
2391
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2391
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteNotifications, decorators: [{
|
|
2392
2392
|
type: Component,
|
|
2393
2393
|
args: [{
|
|
2394
2394
|
selector: 'dyte-notifications',
|
|
@@ -2407,15 +2407,15 @@ let DyteOverlayModal = class DyteOverlayModal {
|
|
|
2407
2407
|
this.el = r.nativeElement;
|
|
2408
2408
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2409
2409
|
}
|
|
2410
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2411
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2410
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteOverlayModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2411
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteOverlayModal, isStandalone: true, selector: "dyte-overlay-modal", inputs: { iconPack: "iconPack", meeting: "meeting", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2412
2412
|
};
|
|
2413
2413
|
DyteOverlayModal = __decorate([
|
|
2414
2414
|
ProxyCmp({
|
|
2415
2415
|
inputs: ['iconPack', 'meeting', 'states', 't']
|
|
2416
2416
|
})
|
|
2417
2417
|
], DyteOverlayModal);
|
|
2418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteOverlayModal, decorators: [{
|
|
2419
2419
|
type: Component,
|
|
2420
2420
|
args: [{
|
|
2421
2421
|
selector: 'dyte-overlay-modal',
|
|
@@ -2433,8 +2433,8 @@ let DytePaginatedList = class DytePaginatedList {
|
|
|
2433
2433
|
c.detach();
|
|
2434
2434
|
this.el = r.nativeElement;
|
|
2435
2435
|
}
|
|
2436
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2437
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2436
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DytePaginatedList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2437
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DytePaginatedList, isStandalone: true, selector: "dyte-paginated-list", inputs: { autoScroll: "autoScroll", createNodes: "createNodes", emptyListLabel: "emptyListLabel", fetchData: "fetchData", iconPack: "iconPack", pageSize: "pageSize", pagesAllowed: "pagesAllowed", selectedItemId: "selectedItemId", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2438
2438
|
};
|
|
2439
2439
|
DytePaginatedList = __decorate([
|
|
2440
2440
|
ProxyCmp({
|
|
@@ -2442,7 +2442,7 @@ DytePaginatedList = __decorate([
|
|
|
2442
2442
|
methods: ['onNewNode', 'onNodeDelete', 'onNodeUpdate']
|
|
2443
2443
|
})
|
|
2444
2444
|
], DytePaginatedList);
|
|
2445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DytePaginatedList, decorators: [{
|
|
2446
2446
|
type: Component,
|
|
2447
2447
|
args: [{
|
|
2448
2448
|
selector: 'dyte-paginated-list',
|
|
@@ -2461,15 +2461,15 @@ let DyteParticipant = class DyteParticipant {
|
|
|
2461
2461
|
this.el = r.nativeElement;
|
|
2462
2462
|
proxyOutputs(this, this.el, ['dyteSendNotification']);
|
|
2463
2463
|
}
|
|
2464
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2465
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2464
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipant, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2465
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteParticipant, isStandalone: true, selector: "dyte-participant", inputs: { config: "config", iconPack: "iconPack", meeting: "meeting", participant: "participant", t: "t", view: "view" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2466
2466
|
};
|
|
2467
2467
|
DyteParticipant = __decorate([
|
|
2468
2468
|
ProxyCmp({
|
|
2469
2469
|
inputs: ['config', 'iconPack', 'meeting', 'participant', 't', 'view']
|
|
2470
2470
|
})
|
|
2471
2471
|
], DyteParticipant);
|
|
2472
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipant, decorators: [{
|
|
2473
2473
|
type: Component,
|
|
2474
2474
|
args: [{
|
|
2475
2475
|
selector: 'dyte-participant',
|
|
@@ -2487,15 +2487,15 @@ let DyteParticipantCount = class DyteParticipantCount {
|
|
|
2487
2487
|
c.detach();
|
|
2488
2488
|
this.el = r.nativeElement;
|
|
2489
2489
|
}
|
|
2490
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2491
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2490
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipantCount, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2491
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteParticipantCount, isStandalone: true, selector: "dyte-participant-count", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2492
2492
|
};
|
|
2493
2493
|
DyteParticipantCount = __decorate([
|
|
2494
2494
|
ProxyCmp({
|
|
2495
2495
|
inputs: ['iconPack', 'meeting', 'size', 't']
|
|
2496
2496
|
})
|
|
2497
2497
|
], DyteParticipantCount);
|
|
2498
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2498
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipantCount, decorators: [{
|
|
2499
2499
|
type: Component,
|
|
2500
2500
|
args: [{
|
|
2501
2501
|
selector: 'dyte-participant-count',
|
|
@@ -2513,15 +2513,15 @@ let DyteParticipantSetup = class DyteParticipantSetup {
|
|
|
2513
2513
|
c.detach();
|
|
2514
2514
|
this.el = r.nativeElement;
|
|
2515
2515
|
}
|
|
2516
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2517
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2516
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipantSetup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2517
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteParticipantSetup, isStandalone: true, selector: "dyte-participant-setup", inputs: { config: "config", iconPack: "iconPack", isPreview: "isPreview", nameTagPosition: "nameTagPosition", participant: "participant", size: "size", states: "states", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2518
2518
|
};
|
|
2519
2519
|
DyteParticipantSetup = __decorate([
|
|
2520
2520
|
ProxyCmp({
|
|
2521
2521
|
inputs: ['config', 'iconPack', 'isPreview', 'nameTagPosition', 'participant', 'size', 'states', 't', 'variant']
|
|
2522
2522
|
})
|
|
2523
2523
|
], DyteParticipantSetup);
|
|
2524
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2524
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipantSetup, decorators: [{
|
|
2525
2525
|
type: Component,
|
|
2526
2526
|
args: [{
|
|
2527
2527
|
selector: 'dyte-participant-setup',
|
|
@@ -2540,15 +2540,15 @@ let DyteParticipantTile = class DyteParticipantTile {
|
|
|
2540
2540
|
this.el = r.nativeElement;
|
|
2541
2541
|
proxyOutputs(this, this.el, ['tileLoad', 'tileUnload']);
|
|
2542
2542
|
}
|
|
2543
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2544
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2543
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipantTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2544
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteParticipantTile, isStandalone: true, selector: "dyte-participant-tile", inputs: { config: "config", iconPack: "iconPack", isPreview: "isPreview", meeting: "meeting", nameTagPosition: "nameTagPosition", participant: "participant", size: "size", states: "states", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2545
2545
|
};
|
|
2546
2546
|
DyteParticipantTile = __decorate([
|
|
2547
2547
|
ProxyCmp({
|
|
2548
2548
|
inputs: ['config', 'iconPack', 'isPreview', 'meeting', 'nameTagPosition', 'participant', 'size', 'states', 't', 'variant']
|
|
2549
2549
|
})
|
|
2550
2550
|
], DyteParticipantTile);
|
|
2551
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2551
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipantTile, decorators: [{
|
|
2552
2552
|
type: Component,
|
|
2553
2553
|
args: [{
|
|
2554
2554
|
selector: 'dyte-participant-tile',
|
|
@@ -2567,15 +2567,15 @@ let DyteParticipants = class DyteParticipants {
|
|
|
2567
2567
|
this.el = r.nativeElement;
|
|
2568
2568
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2569
2569
|
}
|
|
2570
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2571
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2570
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipants, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2571
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteParticipants, isStandalone: true, selector: "dyte-participants", inputs: { config: "config", defaultParticipantsTabId: "defaultParticipantsTabId", iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2572
2572
|
};
|
|
2573
2573
|
DyteParticipants = __decorate([
|
|
2574
2574
|
ProxyCmp({
|
|
2575
2575
|
inputs: ['config', 'defaultParticipantsTabId', 'iconPack', 'meeting', 'size', 'states', 't']
|
|
2576
2576
|
})
|
|
2577
2577
|
], DyteParticipants);
|
|
2578
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2578
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipants, decorators: [{
|
|
2579
2579
|
type: Component,
|
|
2580
2580
|
args: [{
|
|
2581
2581
|
selector: 'dyte-participants',
|
|
@@ -2594,15 +2594,15 @@ let DyteParticipantsAudio = class DyteParticipantsAudio {
|
|
|
2594
2594
|
this.el = r.nativeElement;
|
|
2595
2595
|
proxyOutputs(this, this.el, ['dialogClose']);
|
|
2596
2596
|
}
|
|
2597
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2598
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2597
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipantsAudio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2598
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteParticipantsAudio, isStandalone: true, selector: "dyte-participants-audio", inputs: { iconPack: "iconPack", meeting: "meeting", preloadedAudioElem: "preloadedAudioElem", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2599
2599
|
};
|
|
2600
2600
|
DyteParticipantsAudio = __decorate([
|
|
2601
2601
|
ProxyCmp({
|
|
2602
2602
|
inputs: ['iconPack', 'meeting', 'preloadedAudioElem', 't']
|
|
2603
2603
|
})
|
|
2604
2604
|
], DyteParticipantsAudio);
|
|
2605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipantsAudio, decorators: [{
|
|
2606
2606
|
type: Component,
|
|
2607
2607
|
args: [{
|
|
2608
2608
|
selector: 'dyte-participants-audio',
|
|
@@ -2620,15 +2620,15 @@ let DyteParticipantsStageList = class DyteParticipantsStageList {
|
|
|
2620
2620
|
c.detach();
|
|
2621
2621
|
this.el = r.nativeElement;
|
|
2622
2622
|
}
|
|
2623
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2624
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2623
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipantsStageList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2624
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteParticipantsStageList, isStandalone: true, selector: "dyte-participants-stage-list", inputs: { config: "config", hideHeader: "hideHeader", iconPack: "iconPack", meeting: "meeting", search: "search", size: "size", t: "t", view: "view" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2625
2625
|
};
|
|
2626
2626
|
DyteParticipantsStageList = __decorate([
|
|
2627
2627
|
ProxyCmp({
|
|
2628
2628
|
inputs: ['config', 'hideHeader', 'iconPack', 'meeting', 'search', 'size', 't', 'view']
|
|
2629
2629
|
})
|
|
2630
2630
|
], DyteParticipantsStageList);
|
|
2631
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2631
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipantsStageList, decorators: [{
|
|
2632
2632
|
type: Component,
|
|
2633
2633
|
args: [{
|
|
2634
2634
|
selector: 'dyte-participants-stage-list',
|
|
@@ -2646,15 +2646,15 @@ let DyteParticipantsStageQueue = class DyteParticipantsStageQueue {
|
|
|
2646
2646
|
c.detach();
|
|
2647
2647
|
this.el = r.nativeElement;
|
|
2648
2648
|
}
|
|
2649
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2650
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2649
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipantsStageQueue, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2650
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteParticipantsStageQueue, isStandalone: true, selector: "dyte-participants-stage-queue", inputs: { config: "config", iconPack: "iconPack", meeting: "meeting", size: "size", t: "t", view: "view" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2651
2651
|
};
|
|
2652
2652
|
DyteParticipantsStageQueue = __decorate([
|
|
2653
2653
|
ProxyCmp({
|
|
2654
2654
|
inputs: ['config', 'iconPack', 'meeting', 'size', 't', 'view']
|
|
2655
2655
|
})
|
|
2656
2656
|
], DyteParticipantsStageQueue);
|
|
2657
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2657
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipantsStageQueue, decorators: [{
|
|
2658
2658
|
type: Component,
|
|
2659
2659
|
args: [{
|
|
2660
2660
|
selector: 'dyte-participants-stage-queue',
|
|
@@ -2673,15 +2673,15 @@ let DyteParticipantsToggle = class DyteParticipantsToggle {
|
|
|
2673
2673
|
this.el = r.nativeElement;
|
|
2674
2674
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2675
2675
|
}
|
|
2676
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2677
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2676
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipantsToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2677
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteParticipantsToggle, isStandalone: true, selector: "dyte-participants-toggle", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2678
2678
|
};
|
|
2679
2679
|
DyteParticipantsToggle = __decorate([
|
|
2680
2680
|
ProxyCmp({
|
|
2681
2681
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
2682
2682
|
})
|
|
2683
2683
|
], DyteParticipantsToggle);
|
|
2684
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2684
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipantsToggle, decorators: [{
|
|
2685
2685
|
type: Component,
|
|
2686
2686
|
args: [{
|
|
2687
2687
|
selector: 'dyte-participants-toggle',
|
|
@@ -2699,15 +2699,15 @@ let DyteParticipantsViewerList = class DyteParticipantsViewerList {
|
|
|
2699
2699
|
c.detach();
|
|
2700
2700
|
this.el = r.nativeElement;
|
|
2701
2701
|
}
|
|
2702
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2703
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2702
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipantsViewerList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2703
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteParticipantsViewerList, isStandalone: true, selector: "dyte-participants-viewer-list", inputs: { config: "config", hideHeader: "hideHeader", iconPack: "iconPack", meeting: "meeting", search: "search", size: "size", t: "t", view: "view" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2704
2704
|
};
|
|
2705
2705
|
DyteParticipantsViewerList = __decorate([
|
|
2706
2706
|
ProxyCmp({
|
|
2707
2707
|
inputs: ['config', 'hideHeader', 'iconPack', 'meeting', 'search', 'size', 't', 'view']
|
|
2708
2708
|
})
|
|
2709
2709
|
], DyteParticipantsViewerList);
|
|
2710
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2710
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipantsViewerList, decorators: [{
|
|
2711
2711
|
type: Component,
|
|
2712
2712
|
args: [{
|
|
2713
2713
|
selector: 'dyte-participants-viewer-list',
|
|
@@ -2725,15 +2725,15 @@ let DyteParticipantsWaitingList = class DyteParticipantsWaitingList {
|
|
|
2725
2725
|
c.detach();
|
|
2726
2726
|
this.el = r.nativeElement;
|
|
2727
2727
|
}
|
|
2728
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2729
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2728
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipantsWaitingList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2729
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteParticipantsWaitingList, isStandalone: true, selector: "dyte-participants-waiting-list", inputs: { config: "config", iconPack: "iconPack", meeting: "meeting", size: "size", t: "t", view: "view" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2730
2730
|
};
|
|
2731
2731
|
DyteParticipantsWaitingList = __decorate([
|
|
2732
2732
|
ProxyCmp({
|
|
2733
2733
|
inputs: ['config', 'iconPack', 'meeting', 'size', 't', 'view']
|
|
2734
2734
|
})
|
|
2735
2735
|
], DyteParticipantsWaitingList);
|
|
2736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteParticipantsWaitingList, decorators: [{
|
|
2737
2737
|
type: Component,
|
|
2738
2738
|
args: [{
|
|
2739
2739
|
selector: 'dyte-participants-waiting-list',
|
|
@@ -2752,15 +2752,15 @@ let DytePermissionsMessage = class DytePermissionsMessage {
|
|
|
2752
2752
|
this.el = r.nativeElement;
|
|
2753
2753
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2754
2754
|
}
|
|
2755
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2756
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2755
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DytePermissionsMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2756
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DytePermissionsMessage, isStandalone: true, selector: "dyte-permissions-message", inputs: { iconPack: "iconPack", meeting: "meeting", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2757
2757
|
};
|
|
2758
2758
|
DytePermissionsMessage = __decorate([
|
|
2759
2759
|
ProxyCmp({
|
|
2760
2760
|
inputs: ['iconPack', 'meeting', 'states', 't']
|
|
2761
2761
|
})
|
|
2762
2762
|
], DytePermissionsMessage);
|
|
2763
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2763
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DytePermissionsMessage, decorators: [{
|
|
2764
2764
|
type: Component,
|
|
2765
2765
|
args: [{
|
|
2766
2766
|
selector: 'dyte-permissions-message',
|
|
@@ -2779,15 +2779,15 @@ let DytePipToggle = class DytePipToggle {
|
|
|
2779
2779
|
this.el = r.nativeElement;
|
|
2780
2780
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2781
2781
|
}
|
|
2782
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2783
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2782
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DytePipToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2783
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DytePipToggle, isStandalone: true, selector: "dyte-pip-toggle", inputs: { config: "config", iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2784
2784
|
};
|
|
2785
2785
|
DytePipToggle = __decorate([
|
|
2786
2786
|
ProxyCmp({
|
|
2787
2787
|
inputs: ['config', 'iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
2788
2788
|
})
|
|
2789
2789
|
], DytePipToggle);
|
|
2790
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2790
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DytePipToggle, decorators: [{
|
|
2791
2791
|
type: Component,
|
|
2792
2792
|
args: [{
|
|
2793
2793
|
selector: 'dyte-pip-toggle',
|
|
@@ -2805,15 +2805,15 @@ let DytePluginMain = class DytePluginMain {
|
|
|
2805
2805
|
c.detach();
|
|
2806
2806
|
this.el = r.nativeElement;
|
|
2807
2807
|
}
|
|
2808
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2809
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2808
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DytePluginMain, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2809
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DytePluginMain, isStandalone: true, selector: "dyte-plugin-main", inputs: { iconPack: "iconPack", meeting: "meeting", plugin: "plugin", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2810
2810
|
};
|
|
2811
2811
|
DytePluginMain = __decorate([
|
|
2812
2812
|
ProxyCmp({
|
|
2813
2813
|
inputs: ['iconPack', 'meeting', 'plugin', 't']
|
|
2814
2814
|
})
|
|
2815
2815
|
], DytePluginMain);
|
|
2816
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2816
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DytePluginMain, decorators: [{
|
|
2817
2817
|
type: Component,
|
|
2818
2818
|
args: [{
|
|
2819
2819
|
selector: 'dyte-plugin-main',
|
|
@@ -2832,15 +2832,15 @@ let DytePlugins = class DytePlugins {
|
|
|
2832
2832
|
this.el = r.nativeElement;
|
|
2833
2833
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2834
2834
|
}
|
|
2835
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2836
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2835
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DytePlugins, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2836
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DytePlugins, isStandalone: true, selector: "dyte-plugins", inputs: { config: "config", iconPack: "iconPack", meeting: "meeting", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2837
2837
|
};
|
|
2838
2838
|
DytePlugins = __decorate([
|
|
2839
2839
|
ProxyCmp({
|
|
2840
2840
|
inputs: ['config', 'iconPack', 'meeting', 'size', 't']
|
|
2841
2841
|
})
|
|
2842
2842
|
], DytePlugins);
|
|
2843
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2843
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DytePlugins, decorators: [{
|
|
2844
2844
|
type: Component,
|
|
2845
2845
|
args: [{
|
|
2846
2846
|
selector: 'dyte-plugins',
|
|
@@ -2859,15 +2859,15 @@ let DytePluginsToggle = class DytePluginsToggle {
|
|
|
2859
2859
|
this.el = r.nativeElement;
|
|
2860
2860
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2861
2861
|
}
|
|
2862
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2863
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2862
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DytePluginsToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2863
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DytePluginsToggle, isStandalone: true, selector: "dyte-plugins-toggle", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2864
2864
|
};
|
|
2865
2865
|
DytePluginsToggle = __decorate([
|
|
2866
2866
|
ProxyCmp({
|
|
2867
2867
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
2868
2868
|
})
|
|
2869
2869
|
], DytePluginsToggle);
|
|
2870
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2870
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DytePluginsToggle, decorators: [{
|
|
2871
2871
|
type: Component,
|
|
2872
2872
|
args: [{
|
|
2873
2873
|
selector: 'dyte-plugins-toggle',
|
|
@@ -2886,15 +2886,15 @@ let DytePoll = class DytePoll {
|
|
|
2886
2886
|
this.el = r.nativeElement;
|
|
2887
2887
|
proxyOutputs(this, this.el, ['dyteVotePoll']);
|
|
2888
2888
|
}
|
|
2889
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2890
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2889
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DytePoll, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2890
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DytePoll, isStandalone: true, selector: "dyte-poll", inputs: { iconPack: "iconPack", permissions: "permissions", poll: "poll", self: "self", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2891
2891
|
};
|
|
2892
2892
|
DytePoll = __decorate([
|
|
2893
2893
|
ProxyCmp({
|
|
2894
2894
|
inputs: ['iconPack', 'permissions', 'poll', 'self', 't']
|
|
2895
2895
|
})
|
|
2896
2896
|
], DytePoll);
|
|
2897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DytePoll, decorators: [{
|
|
2898
2898
|
type: Component,
|
|
2899
2899
|
args: [{
|
|
2900
2900
|
selector: 'dyte-poll',
|
|
@@ -2913,15 +2913,15 @@ let DytePollForm = class DytePollForm {
|
|
|
2913
2913
|
this.el = r.nativeElement;
|
|
2914
2914
|
proxyOutputs(this, this.el, ['dyteCreatePoll']);
|
|
2915
2915
|
}
|
|
2916
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2917
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2916
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DytePollForm, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2917
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DytePollForm, isStandalone: true, selector: "dyte-poll-form", inputs: { iconPack: "iconPack", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2918
2918
|
};
|
|
2919
2919
|
DytePollForm = __decorate([
|
|
2920
2920
|
ProxyCmp({
|
|
2921
2921
|
inputs: ['iconPack', 't']
|
|
2922
2922
|
})
|
|
2923
2923
|
], DytePollForm);
|
|
2924
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2924
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DytePollForm, decorators: [{
|
|
2925
2925
|
type: Component,
|
|
2926
2926
|
args: [{
|
|
2927
2927
|
selector: 'dyte-poll-form',
|
|
@@ -2939,15 +2939,15 @@ let DytePolls = class DytePolls {
|
|
|
2939
2939
|
c.detach();
|
|
2940
2940
|
this.el = r.nativeElement;
|
|
2941
2941
|
}
|
|
2942
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2943
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2942
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DytePolls, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2943
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DytePolls, isStandalone: true, selector: "dyte-polls", inputs: { config: "config", iconPack: "iconPack", meeting: "meeting", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2944
2944
|
};
|
|
2945
2945
|
DytePolls = __decorate([
|
|
2946
2946
|
ProxyCmp({
|
|
2947
2947
|
inputs: ['config', 'iconPack', 'meeting', 'size', 't']
|
|
2948
2948
|
})
|
|
2949
2949
|
], DytePolls);
|
|
2950
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2950
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DytePolls, decorators: [{
|
|
2951
2951
|
type: Component,
|
|
2952
2952
|
args: [{
|
|
2953
2953
|
selector: 'dyte-polls',
|
|
@@ -2966,15 +2966,15 @@ let DytePollsToggle = class DytePollsToggle {
|
|
|
2966
2966
|
this.el = r.nativeElement;
|
|
2967
2967
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2968
2968
|
}
|
|
2969
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2970
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2969
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DytePollsToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2970
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DytePollsToggle, isStandalone: true, selector: "dyte-polls-toggle", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2971
2971
|
};
|
|
2972
2972
|
DytePollsToggle = __decorate([
|
|
2973
2973
|
ProxyCmp({
|
|
2974
2974
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
2975
2975
|
})
|
|
2976
2976
|
], DytePollsToggle);
|
|
2977
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
2977
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DytePollsToggle, decorators: [{
|
|
2978
2978
|
type: Component,
|
|
2979
2979
|
args: [{
|
|
2980
2980
|
selector: 'dyte-polls-toggle',
|
|
@@ -2992,15 +2992,15 @@ let DyteRecordingIndicator = class DyteRecordingIndicator {
|
|
|
2992
2992
|
c.detach();
|
|
2993
2993
|
this.el = r.nativeElement;
|
|
2994
2994
|
}
|
|
2995
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
2996
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
2995
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteRecordingIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2996
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteRecordingIndicator, isStandalone: true, selector: "dyte-recording-indicator", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2997
2997
|
};
|
|
2998
2998
|
DyteRecordingIndicator = __decorate([
|
|
2999
2999
|
ProxyCmp({
|
|
3000
3000
|
inputs: ['iconPack', 'meeting', 'size', 't']
|
|
3001
3001
|
})
|
|
3002
3002
|
], DyteRecordingIndicator);
|
|
3003
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3003
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteRecordingIndicator, decorators: [{
|
|
3004
3004
|
type: Component,
|
|
3005
3005
|
args: [{
|
|
3006
3006
|
selector: 'dyte-recording-indicator',
|
|
@@ -3019,15 +3019,15 @@ let DyteRecordingToggle = class DyteRecordingToggle {
|
|
|
3019
3019
|
this.el = r.nativeElement;
|
|
3020
3020
|
proxyOutputs(this, this.el, ['dyteAPIError']);
|
|
3021
3021
|
}
|
|
3022
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3023
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3022
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteRecordingToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3023
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteRecordingToggle, isStandalone: true, selector: "dyte-recording-toggle", inputs: { disabled: "disabled", iconPack: "iconPack", meeting: "meeting", size: "size", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3024
3024
|
};
|
|
3025
3025
|
DyteRecordingToggle = __decorate([
|
|
3026
3026
|
ProxyCmp({
|
|
3027
3027
|
inputs: ['disabled', 'iconPack', 'meeting', 'size', 't', 'variant']
|
|
3028
3028
|
})
|
|
3029
3029
|
], DyteRecordingToggle);
|
|
3030
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3030
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteRecordingToggle, decorators: [{
|
|
3031
3031
|
type: Component,
|
|
3032
3032
|
args: [{
|
|
3033
3033
|
selector: 'dyte-recording-toggle',
|
|
@@ -3046,15 +3046,15 @@ let DyteScreenShareToggle = class DyteScreenShareToggle {
|
|
|
3046
3046
|
this.el = r.nativeElement;
|
|
3047
3047
|
proxyOutputs(this, this.el, ['dyteStateUpdate', 'dyteAPIError']);
|
|
3048
3048
|
}
|
|
3049
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3050
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3049
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteScreenShareToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3050
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteScreenShareToggle, isStandalone: true, selector: "dyte-screen-share-toggle", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3051
3051
|
};
|
|
3052
3052
|
DyteScreenShareToggle = __decorate([
|
|
3053
3053
|
ProxyCmp({
|
|
3054
3054
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
3055
3055
|
})
|
|
3056
3056
|
], DyteScreenShareToggle);
|
|
3057
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3057
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteScreenShareToggle, decorators: [{
|
|
3058
3058
|
type: Component,
|
|
3059
3059
|
args: [{
|
|
3060
3060
|
selector: 'dyte-screen-share-toggle',
|
|
@@ -3073,15 +3073,15 @@ let DyteScreenshareView = class DyteScreenshareView {
|
|
|
3073
3073
|
this.el = r.nativeElement;
|
|
3074
3074
|
proxyOutputs(this, this.el, ['dyteStateUpdate', 'screensharePlay']);
|
|
3075
3075
|
}
|
|
3076
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3077
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3076
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteScreenshareView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3077
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteScreenshareView, isStandalone: true, selector: "dyte-screenshare-view", inputs: { hideFullScreenButton: "hideFullScreenButton", iconPack: "iconPack", meeting: "meeting", nameTagPosition: "nameTagPosition", participant: "participant", size: "size", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3078
3078
|
};
|
|
3079
3079
|
DyteScreenshareView = __decorate([
|
|
3080
3080
|
ProxyCmp({
|
|
3081
3081
|
inputs: ['hideFullScreenButton', 'iconPack', 'meeting', 'nameTagPosition', 'participant', 'size', 't', 'variant']
|
|
3082
3082
|
})
|
|
3083
3083
|
], DyteScreenshareView);
|
|
3084
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3084
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteScreenshareView, decorators: [{
|
|
3085
3085
|
type: Component,
|
|
3086
3086
|
args: [{
|
|
3087
3087
|
selector: 'dyte-screenshare-view',
|
|
@@ -3100,15 +3100,15 @@ let DyteSettings = class DyteSettings {
|
|
|
3100
3100
|
this.el = r.nativeElement;
|
|
3101
3101
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
3102
3102
|
}
|
|
3103
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3104
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3103
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSettings, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3104
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteSettings, isStandalone: true, selector: "dyte-settings", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3105
3105
|
};
|
|
3106
3106
|
DyteSettings = __decorate([
|
|
3107
3107
|
ProxyCmp({
|
|
3108
3108
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
3109
3109
|
})
|
|
3110
3110
|
], DyteSettings);
|
|
3111
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3111
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSettings, decorators: [{
|
|
3112
3112
|
type: Component,
|
|
3113
3113
|
args: [{
|
|
3114
3114
|
selector: 'dyte-settings',
|
|
@@ -3127,15 +3127,15 @@ let DyteSettingsAudio = class DyteSettingsAudio {
|
|
|
3127
3127
|
this.el = r.nativeElement;
|
|
3128
3128
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
3129
3129
|
}
|
|
3130
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3131
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3130
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSettingsAudio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3131
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteSettingsAudio, isStandalone: true, selector: "dyte-settings-audio", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3132
3132
|
};
|
|
3133
3133
|
DyteSettingsAudio = __decorate([
|
|
3134
3134
|
ProxyCmp({
|
|
3135
3135
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
3136
3136
|
})
|
|
3137
3137
|
], DyteSettingsAudio);
|
|
3138
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3138
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSettingsAudio, decorators: [{
|
|
3139
3139
|
type: Component,
|
|
3140
3140
|
args: [{
|
|
3141
3141
|
selector: 'dyte-settings-audio',
|
|
@@ -3154,15 +3154,15 @@ let DyteSettingsToggle = class DyteSettingsToggle {
|
|
|
3154
3154
|
this.el = r.nativeElement;
|
|
3155
3155
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
3156
3156
|
}
|
|
3157
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3158
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3157
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSettingsToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3158
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteSettingsToggle, isStandalone: true, selector: "dyte-settings-toggle", inputs: { iconPack: "iconPack", size: "size", states: "states", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3159
3159
|
};
|
|
3160
3160
|
DyteSettingsToggle = __decorate([
|
|
3161
3161
|
ProxyCmp({
|
|
3162
3162
|
inputs: ['iconPack', 'size', 'states', 't', 'variant']
|
|
3163
3163
|
})
|
|
3164
3164
|
], DyteSettingsToggle);
|
|
3165
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSettingsToggle, decorators: [{
|
|
3166
3166
|
type: Component,
|
|
3167
3167
|
args: [{
|
|
3168
3168
|
selector: 'dyte-settings-toggle',
|
|
@@ -3181,15 +3181,15 @@ let DyteSettingsVideo = class DyteSettingsVideo {
|
|
|
3181
3181
|
this.el = r.nativeElement;
|
|
3182
3182
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
3183
3183
|
}
|
|
3184
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3185
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3184
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSettingsVideo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3185
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteSettingsVideo, isStandalone: true, selector: "dyte-settings-video", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3186
3186
|
};
|
|
3187
3187
|
DyteSettingsVideo = __decorate([
|
|
3188
3188
|
ProxyCmp({
|
|
3189
3189
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
3190
3190
|
})
|
|
3191
3191
|
], DyteSettingsVideo);
|
|
3192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSettingsVideo, decorators: [{
|
|
3193
3193
|
type: Component,
|
|
3194
3194
|
args: [{
|
|
3195
3195
|
selector: 'dyte-settings-video',
|
|
@@ -3208,15 +3208,15 @@ let DyteSetupScreen = class DyteSetupScreen {
|
|
|
3208
3208
|
this.el = r.nativeElement;
|
|
3209
3209
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
3210
3210
|
}
|
|
3211
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3212
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3211
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSetupScreen, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3212
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteSetupScreen, isStandalone: true, selector: "dyte-setup-screen", inputs: { config: "config", iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3213
3213
|
};
|
|
3214
3214
|
DyteSetupScreen = __decorate([
|
|
3215
3215
|
ProxyCmp({
|
|
3216
3216
|
inputs: ['config', 'iconPack', 'meeting', 'size', 'states', 't']
|
|
3217
3217
|
})
|
|
3218
3218
|
], DyteSetupScreen);
|
|
3219
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3219
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSetupScreen, decorators: [{
|
|
3220
3220
|
type: Component,
|
|
3221
3221
|
args: [{
|
|
3222
3222
|
selector: 'dyte-setup-screen',
|
|
@@ -3235,15 +3235,15 @@ let DyteSidebar = class DyteSidebar {
|
|
|
3235
3235
|
this.el = r.nativeElement;
|
|
3236
3236
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
3237
3237
|
}
|
|
3238
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3239
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3238
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSidebar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3239
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteSidebar, isStandalone: true, selector: "dyte-sidebar", inputs: { config: "config", defaultSection: "defaultSection", enabledSections: "enabledSections", iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t", view: "view" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3240
3240
|
};
|
|
3241
3241
|
DyteSidebar = __decorate([
|
|
3242
3242
|
ProxyCmp({
|
|
3243
3243
|
inputs: ['config', 'defaultSection', 'enabledSections', 'iconPack', 'meeting', 'size', 'states', 't', 'view']
|
|
3244
3244
|
})
|
|
3245
3245
|
], DyteSidebar);
|
|
3246
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSidebar, decorators: [{
|
|
3247
3247
|
type: Component,
|
|
3248
3248
|
args: [{
|
|
3249
3249
|
selector: 'dyte-sidebar',
|
|
@@ -3262,15 +3262,15 @@ let DyteSidebarUi = class DyteSidebarUi {
|
|
|
3262
3262
|
this.el = r.nativeElement;
|
|
3263
3263
|
proxyOutputs(this, this.el, ['tabChange', 'sidebarClose']);
|
|
3264
3264
|
}
|
|
3265
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3266
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3265
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSidebarUi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3266
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteSidebarUi, isStandalone: true, selector: "dyte-sidebar-ui", inputs: { currentTab: "currentTab", hideCloseAction: "hideCloseAction", hideHeader: "hideHeader", iconPack: "iconPack", t: "t", tabs: "tabs", view: "view" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3267
3267
|
};
|
|
3268
3268
|
DyteSidebarUi = __decorate([
|
|
3269
3269
|
ProxyCmp({
|
|
3270
3270
|
inputs: ['currentTab', 'hideCloseAction', 'hideHeader', 'iconPack', 't', 'tabs', 'view']
|
|
3271
3271
|
})
|
|
3272
3272
|
], DyteSidebarUi);
|
|
3273
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSidebarUi, decorators: [{
|
|
3274
3274
|
type: Component,
|
|
3275
3275
|
args: [{
|
|
3276
3276
|
selector: 'dyte-sidebar-ui',
|
|
@@ -3288,15 +3288,15 @@ let DyteSimpleGrid = class DyteSimpleGrid {
|
|
|
3288
3288
|
c.detach();
|
|
3289
3289
|
this.el = r.nativeElement;
|
|
3290
3290
|
}
|
|
3291
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3292
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3291
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSimpleGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3292
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteSimpleGrid, isStandalone: true, selector: "dyte-simple-grid", inputs: { aspectRatio: "aspectRatio", config: "config", gap: "gap", iconPack: "iconPack", meeting: "meeting", participants: "participants", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3293
3293
|
};
|
|
3294
3294
|
DyteSimpleGrid = __decorate([
|
|
3295
3295
|
ProxyCmp({
|
|
3296
3296
|
inputs: ['aspectRatio', 'config', 'gap', 'iconPack', 'meeting', 'participants', 'size', 'states', 't']
|
|
3297
3297
|
})
|
|
3298
3298
|
], DyteSimpleGrid);
|
|
3299
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSimpleGrid, decorators: [{
|
|
3300
3300
|
type: Component,
|
|
3301
3301
|
args: [{
|
|
3302
3302
|
selector: 'dyte-simple-grid',
|
|
@@ -3314,15 +3314,15 @@ let DyteSpeakerSelector = class DyteSpeakerSelector {
|
|
|
3314
3314
|
c.detach();
|
|
3315
3315
|
this.el = r.nativeElement;
|
|
3316
3316
|
}
|
|
3317
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3318
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3317
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSpeakerSelector, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3318
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteSpeakerSelector, isStandalone: true, selector: "dyte-speaker-selector", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3319
3319
|
};
|
|
3320
3320
|
DyteSpeakerSelector = __decorate([
|
|
3321
3321
|
ProxyCmp({
|
|
3322
3322
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
3323
3323
|
})
|
|
3324
3324
|
], DyteSpeakerSelector);
|
|
3325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSpeakerSelector, decorators: [{
|
|
3326
3326
|
type: Component,
|
|
3327
3327
|
args: [{
|
|
3328
3328
|
selector: 'dyte-speaker-selector',
|
|
@@ -3340,15 +3340,15 @@ let DyteSpinner = class DyteSpinner {
|
|
|
3340
3340
|
c.detach();
|
|
3341
3341
|
this.el = r.nativeElement;
|
|
3342
3342
|
}
|
|
3343
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3344
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3343
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3344
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteSpinner, isStandalone: true, selector: "dyte-spinner", inputs: { iconPack: "iconPack", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3345
3345
|
};
|
|
3346
3346
|
DyteSpinner = __decorate([
|
|
3347
3347
|
ProxyCmp({
|
|
3348
3348
|
inputs: ['iconPack', 'size', 't']
|
|
3349
3349
|
})
|
|
3350
3350
|
], DyteSpinner);
|
|
3351
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3351
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSpinner, decorators: [{
|
|
3352
3352
|
type: Component,
|
|
3353
3353
|
args: [{
|
|
3354
3354
|
selector: 'dyte-spinner',
|
|
@@ -3366,15 +3366,15 @@ let DyteSpotlightGrid = class DyteSpotlightGrid {
|
|
|
3366
3366
|
c.detach();
|
|
3367
3367
|
this.el = r.nativeElement;
|
|
3368
3368
|
}
|
|
3369
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3370
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3369
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSpotlightGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3370
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteSpotlightGrid, isStandalone: true, selector: "dyte-spotlight-grid", inputs: { aspectRatio: "aspectRatio", config: "config", gap: "gap", gridSize: "gridSize", iconPack: "iconPack", layout: "layout", meeting: "meeting", participants: "participants", pinnedParticipants: "pinnedParticipants", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3371
3371
|
};
|
|
3372
3372
|
DyteSpotlightGrid = __decorate([
|
|
3373
3373
|
ProxyCmp({
|
|
3374
3374
|
inputs: ['aspectRatio', 'config', 'gap', 'gridSize', 'iconPack', 'layout', 'meeting', 'participants', 'pinnedParticipants', 'size', 'states', 't']
|
|
3375
3375
|
})
|
|
3376
3376
|
], DyteSpotlightGrid);
|
|
3377
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSpotlightGrid, decorators: [{
|
|
3378
3378
|
type: Component,
|
|
3379
3379
|
args: [{
|
|
3380
3380
|
selector: 'dyte-spotlight-grid',
|
|
@@ -3392,15 +3392,15 @@ let DyteSpotlightIndicator = class DyteSpotlightIndicator {
|
|
|
3392
3392
|
c.detach();
|
|
3393
3393
|
this.el = r.nativeElement;
|
|
3394
3394
|
}
|
|
3395
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3396
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3395
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSpotlightIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3396
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteSpotlightIndicator, isStandalone: true, selector: "dyte-spotlight-indicator", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3397
3397
|
};
|
|
3398
3398
|
DyteSpotlightIndicator = __decorate([
|
|
3399
3399
|
ProxyCmp({
|
|
3400
3400
|
inputs: ['iconPack', 'meeting', 'size', 't']
|
|
3401
3401
|
})
|
|
3402
3402
|
], DyteSpotlightIndicator);
|
|
3403
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3403
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSpotlightIndicator, decorators: [{
|
|
3404
3404
|
type: Component,
|
|
3405
3405
|
args: [{
|
|
3406
3406
|
selector: 'dyte-spotlight-indicator',
|
|
@@ -3419,15 +3419,15 @@ let DyteStage = class DyteStage {
|
|
|
3419
3419
|
this.el = r.nativeElement;
|
|
3420
3420
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
3421
3421
|
}
|
|
3422
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3423
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3422
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteStage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3423
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteStage, isStandalone: true, selector: "dyte-stage", inputs: { iconPack: "iconPack", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3424
3424
|
};
|
|
3425
3425
|
DyteStage = __decorate([
|
|
3426
3426
|
ProxyCmp({
|
|
3427
3427
|
inputs: ['iconPack', 't']
|
|
3428
3428
|
})
|
|
3429
3429
|
], DyteStage);
|
|
3430
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3430
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteStage, decorators: [{
|
|
3431
3431
|
type: Component,
|
|
3432
3432
|
args: [{
|
|
3433
3433
|
selector: 'dyte-stage',
|
|
@@ -3446,15 +3446,15 @@ let DyteStageToggle = class DyteStageToggle {
|
|
|
3446
3446
|
this.el = r.nativeElement;
|
|
3447
3447
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
3448
3448
|
}
|
|
3449
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3450
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3449
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteStageToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3450
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteStageToggle, isStandalone: true, selector: "dyte-stage-toggle", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3451
3451
|
};
|
|
3452
3452
|
DyteStageToggle = __decorate([
|
|
3453
3453
|
ProxyCmp({
|
|
3454
3454
|
inputs: ['iconPack', 'meeting', 'size', 't', 'variant']
|
|
3455
3455
|
})
|
|
3456
3456
|
], DyteStageToggle);
|
|
3457
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteStageToggle, decorators: [{
|
|
3458
3458
|
type: Component,
|
|
3459
3459
|
args: [{
|
|
3460
3460
|
selector: 'dyte-stage-toggle',
|
|
@@ -3473,15 +3473,15 @@ let DyteSwitch = class DyteSwitch {
|
|
|
3473
3473
|
this.el = r.nativeElement;
|
|
3474
3474
|
proxyOutputs(this, this.el, ['dyteChange']);
|
|
3475
3475
|
}
|
|
3476
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3477
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3476
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3477
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteSwitch, isStandalone: true, selector: "dyte-switch", inputs: { checked: "checked", disabled: "disabled", iconPack: "iconPack", readonly: "readonly", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3478
3478
|
};
|
|
3479
3479
|
DyteSwitch = __decorate([
|
|
3480
3480
|
ProxyCmp({
|
|
3481
3481
|
inputs: ['checked', 'disabled', 'iconPack', 'readonly', 't']
|
|
3482
3482
|
})
|
|
3483
3483
|
], DyteSwitch);
|
|
3484
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3484
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteSwitch, decorators: [{
|
|
3485
3485
|
type: Component,
|
|
3486
3486
|
args: [{
|
|
3487
3487
|
selector: 'dyte-switch',
|
|
@@ -3500,15 +3500,15 @@ let DyteTabBar = class DyteTabBar {
|
|
|
3500
3500
|
this.el = r.nativeElement;
|
|
3501
3501
|
proxyOutputs(this, this.el, ['tabChange']);
|
|
3502
3502
|
}
|
|
3503
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3504
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3503
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteTabBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3504
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteTabBar, isStandalone: true, selector: "dyte-tab-bar", inputs: { activeTab: "activeTab", config: "config", iconPack: "iconPack", layout: "layout", meeting: "meeting", size: "size", states: "states", t: "t", tabs: "tabs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3505
3505
|
};
|
|
3506
3506
|
DyteTabBar = __decorate([
|
|
3507
3507
|
ProxyCmp({
|
|
3508
3508
|
inputs: ['activeTab', 'config', 'iconPack', 'layout', 'meeting', 'size', 'states', 't', 'tabs']
|
|
3509
3509
|
})
|
|
3510
3510
|
], DyteTabBar);
|
|
3511
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3511
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteTabBar, decorators: [{
|
|
3512
3512
|
type: Component,
|
|
3513
3513
|
args: [{
|
|
3514
3514
|
selector: 'dyte-tab-bar',
|
|
@@ -3527,8 +3527,8 @@ let DyteTextComposerView = class DyteTextComposerView {
|
|
|
3527
3527
|
this.el = r.nativeElement;
|
|
3528
3528
|
proxyOutputs(this, this.el, ['textChange']);
|
|
3529
3529
|
}
|
|
3530
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3531
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3530
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteTextComposerView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3531
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteTextComposerView, isStandalone: true, selector: "dyte-text-composer-view", inputs: { disabled: "disabled", iconPack: "iconPack", keyDownHandler: "keyDownHandler", maxLength: "maxLength", placeholder: "placeholder", rateLimitBreached: "rateLimitBreached", t: "t", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3532
3532
|
};
|
|
3533
3533
|
DyteTextComposerView = __decorate([
|
|
3534
3534
|
ProxyCmp({
|
|
@@ -3536,7 +3536,7 @@ DyteTextComposerView = __decorate([
|
|
|
3536
3536
|
methods: ['setText']
|
|
3537
3537
|
})
|
|
3538
3538
|
], DyteTextComposerView);
|
|
3539
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3539
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteTextComposerView, decorators: [{
|
|
3540
3540
|
type: Component,
|
|
3541
3541
|
args: [{
|
|
3542
3542
|
selector: 'dyte-text-composer-view',
|
|
@@ -3555,15 +3555,15 @@ let DyteTextField = class DyteTextField {
|
|
|
3555
3555
|
this.el = r.nativeElement;
|
|
3556
3556
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
3557
3557
|
}
|
|
3558
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3559
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3558
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteTextField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3559
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteTextField, isStandalone: true, selector: "dyte-text-field", inputs: { disabled: "disabled", iconPack: "iconPack", placeholder: "placeholder", t: "t", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3560
3560
|
};
|
|
3561
3561
|
DyteTextField = __decorate([
|
|
3562
3562
|
ProxyCmp({
|
|
3563
3563
|
inputs: ['disabled', 'iconPack', 'placeholder', 't', 'type']
|
|
3564
3564
|
})
|
|
3565
3565
|
], DyteTextField);
|
|
3566
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3566
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteTextField, decorators: [{
|
|
3567
3567
|
type: Component,
|
|
3568
3568
|
args: [{
|
|
3569
3569
|
selector: 'dyte-text-field',
|
|
@@ -3581,15 +3581,15 @@ let DyteTextMessage = class DyteTextMessage {
|
|
|
3581
3581
|
c.detach();
|
|
3582
3582
|
this.el = r.nativeElement;
|
|
3583
3583
|
}
|
|
3584
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3585
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3584
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteTextMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3585
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteTextMessage, isStandalone: true, selector: "dyte-text-message", inputs: { iconPack: "iconPack", isContinued: "isContinued", message: "message", now: "now", showBubble: "showBubble", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3586
3586
|
};
|
|
3587
3587
|
DyteTextMessage = __decorate([
|
|
3588
3588
|
ProxyCmp({
|
|
3589
3589
|
inputs: ['iconPack', 'isContinued', 'message', 'now', 'showBubble', 't']
|
|
3590
3590
|
})
|
|
3591
3591
|
], DyteTextMessage);
|
|
3592
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3592
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteTextMessage, decorators: [{
|
|
3593
3593
|
type: Component,
|
|
3594
3594
|
args: [{
|
|
3595
3595
|
selector: 'dyte-text-message',
|
|
@@ -3607,15 +3607,15 @@ let DyteTextMessageView = class DyteTextMessageView {
|
|
|
3607
3607
|
c.detach();
|
|
3608
3608
|
this.el = r.nativeElement;
|
|
3609
3609
|
}
|
|
3610
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3611
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3610
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteTextMessageView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3611
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteTextMessageView, isStandalone: true, selector: "dyte-text-message-view", inputs: { isMarkdown: "isMarkdown", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3612
3612
|
};
|
|
3613
3613
|
DyteTextMessageView = __decorate([
|
|
3614
3614
|
ProxyCmp({
|
|
3615
3615
|
inputs: ['isMarkdown', 'text']
|
|
3616
3616
|
})
|
|
3617
3617
|
], DyteTextMessageView);
|
|
3618
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3618
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteTextMessageView, decorators: [{
|
|
3619
3619
|
type: Component,
|
|
3620
3620
|
args: [{
|
|
3621
3621
|
selector: 'dyte-text-message-view',
|
|
@@ -3634,15 +3634,15 @@ let DyteTooltip = class DyteTooltip {
|
|
|
3634
3634
|
this.el = r.nativeElement;
|
|
3635
3635
|
proxyOutputs(this, this.el, ['dyteOpenChange']);
|
|
3636
3636
|
}
|
|
3637
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3638
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3637
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3638
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteTooltip, isStandalone: true, selector: "dyte-tooltip", inputs: { delay: "delay", disabled: "disabled", iconPack: "iconPack", kind: "kind", label: "label", open: "open", placement: "placement", size: "size", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3639
3639
|
};
|
|
3640
3640
|
DyteTooltip = __decorate([
|
|
3641
3641
|
ProxyCmp({
|
|
3642
3642
|
inputs: ['delay', 'disabled', 'iconPack', 'kind', 'label', 'open', 'placement', 'size', 't', 'variant']
|
|
3643
3643
|
})
|
|
3644
3644
|
], DyteTooltip);
|
|
3645
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3645
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteTooltip, decorators: [{
|
|
3646
3646
|
type: Component,
|
|
3647
3647
|
args: [{
|
|
3648
3648
|
selector: 'dyte-tooltip',
|
|
@@ -3661,15 +3661,15 @@ let DyteTranscript = class DyteTranscript {
|
|
|
3661
3661
|
this.el = r.nativeElement;
|
|
3662
3662
|
proxyOutputs(this, this.el, ['dyteTranscriptDismiss']);
|
|
3663
3663
|
}
|
|
3664
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3665
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3664
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteTranscript, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3665
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteTranscript, isStandalone: true, selector: "dyte-transcript", inputs: { t: "t", transcript: "transcript" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3666
3666
|
};
|
|
3667
3667
|
DyteTranscript = __decorate([
|
|
3668
3668
|
ProxyCmp({
|
|
3669
3669
|
inputs: ['t', 'transcript']
|
|
3670
3670
|
})
|
|
3671
3671
|
], DyteTranscript);
|
|
3672
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3672
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteTranscript, decorators: [{
|
|
3673
3673
|
type: Component,
|
|
3674
3674
|
args: [{
|
|
3675
3675
|
selector: 'dyte-transcript',
|
|
@@ -3687,15 +3687,15 @@ let DyteTranscripts = class DyteTranscripts {
|
|
|
3687
3687
|
c.detach();
|
|
3688
3688
|
this.el = r.nativeElement;
|
|
3689
3689
|
}
|
|
3690
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3691
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3690
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteTranscripts, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3691
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteTranscripts, isStandalone: true, selector: "dyte-transcripts", inputs: { config: "config", meeting: "meeting", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3692
3692
|
};
|
|
3693
3693
|
DyteTranscripts = __decorate([
|
|
3694
3694
|
ProxyCmp({
|
|
3695
3695
|
inputs: ['config', 'meeting', 'states', 't']
|
|
3696
3696
|
})
|
|
3697
3697
|
], DyteTranscripts);
|
|
3698
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3698
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteTranscripts, decorators: [{
|
|
3699
3699
|
type: Component,
|
|
3700
3700
|
args: [{
|
|
3701
3701
|
selector: 'dyte-transcripts',
|
|
@@ -3713,15 +3713,15 @@ let DyteUiProvider = class DyteUiProvider {
|
|
|
3713
3713
|
c.detach();
|
|
3714
3714
|
this.el = r.nativeElement;
|
|
3715
3715
|
}
|
|
3716
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3717
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3716
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteUiProvider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3717
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteUiProvider, isStandalone: true, selector: "dyte-ui-provider", inputs: { applyDesignSystem: "applyDesignSystem", config: "config", iconPackUrl: "iconPackUrl", joinRoom: "joinRoom", loadConfigFromPreset: "loadConfigFromPreset", meeting: "meeting", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3718
3718
|
};
|
|
3719
3719
|
DyteUiProvider = __decorate([
|
|
3720
3720
|
ProxyCmp({
|
|
3721
3721
|
inputs: ['applyDesignSystem', 'config', 'iconPackUrl', 'joinRoom', 'loadConfigFromPreset', 'meeting', 'size', 't']
|
|
3722
3722
|
})
|
|
3723
3723
|
], DyteUiProvider);
|
|
3724
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3724
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteUiProvider, decorators: [{
|
|
3725
3725
|
type: Component,
|
|
3726
3726
|
args: [{
|
|
3727
3727
|
selector: 'dyte-ui-provider',
|
|
@@ -3739,15 +3739,15 @@ let DyteViewerCount = class DyteViewerCount {
|
|
|
3739
3739
|
c.detach();
|
|
3740
3740
|
this.el = r.nativeElement;
|
|
3741
3741
|
}
|
|
3742
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3743
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3742
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteViewerCount, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3743
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteViewerCount, isStandalone: true, selector: "dyte-viewer-count", inputs: { iconPack: "iconPack", meeting: "meeting", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3744
3744
|
};
|
|
3745
3745
|
DyteViewerCount = __decorate([
|
|
3746
3746
|
ProxyCmp({
|
|
3747
3747
|
inputs: ['iconPack', 'meeting', 't', 'variant']
|
|
3748
3748
|
})
|
|
3749
3749
|
], DyteViewerCount);
|
|
3750
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3750
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteViewerCount, decorators: [{
|
|
3751
3751
|
type: Component,
|
|
3752
3752
|
args: [{
|
|
3753
3753
|
selector: 'dyte-viewer-count',
|
|
@@ -3765,15 +3765,15 @@ let DyteVirtualizedParticipantList = class DyteVirtualizedParticipantList {
|
|
|
3765
3765
|
c.detach();
|
|
3766
3766
|
this.el = r.nativeElement;
|
|
3767
3767
|
}
|
|
3768
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3769
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3768
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteVirtualizedParticipantList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3769
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteVirtualizedParticipantList, isStandalone: true, selector: "dyte-virtualized-participant-list", inputs: { bufferedItemsCount: "bufferedItemsCount", emptyListElement: "emptyListElement", itemHeight: "itemHeight", items: "items", renderItem: "renderItem" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3770
3770
|
};
|
|
3771
3771
|
DyteVirtualizedParticipantList = __decorate([
|
|
3772
3772
|
ProxyCmp({
|
|
3773
3773
|
inputs: ['bufferedItemsCount', 'emptyListElement', 'itemHeight', 'items', 'renderItem']
|
|
3774
3774
|
})
|
|
3775
3775
|
], DyteVirtualizedParticipantList);
|
|
3776
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteVirtualizedParticipantList, decorators: [{
|
|
3777
3777
|
type: Component,
|
|
3778
3778
|
args: [{
|
|
3779
3779
|
selector: 'dyte-virtualized-participant-list',
|
|
@@ -3791,15 +3791,15 @@ let DyteWaitingScreen = class DyteWaitingScreen {
|
|
|
3791
3791
|
c.detach();
|
|
3792
3792
|
this.el = r.nativeElement;
|
|
3793
3793
|
}
|
|
3794
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3795
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1
|
|
3794
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteWaitingScreen, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3795
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteWaitingScreen, isStandalone: true, selector: "dyte-waiting-screen", inputs: { config: "config", iconPack: "iconPack", meeting: "meeting", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3796
3796
|
};
|
|
3797
3797
|
DyteWaitingScreen = __decorate([
|
|
3798
3798
|
ProxyCmp({
|
|
3799
3799
|
inputs: ['config', 'iconPack', 'meeting', 't']
|
|
3800
3800
|
})
|
|
3801
3801
|
], DyteWaitingScreen);
|
|
3802
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteWaitingScreen, decorators: [{
|
|
3803
3803
|
type: Component,
|
|
3804
3804
|
args: [{
|
|
3805
3805
|
selector: 'dyte-waiting-screen',
|
|
@@ -3955,9 +3955,9 @@ const DIRECTIVES = [
|
|
|
3955
3955
|
];
|
|
3956
3956
|
|
|
3957
3957
|
class DyteComponentsModule {
|
|
3958
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1
|
|
3959
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1
|
|
3960
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1
|
|
3958
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3959
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: DyteComponentsModule, imports: [DyteAi, DyteAiChat, DyteAiHome, DyteAiToggle, DyteAiTranscriptions, DyteAudioGrid, DyteAudioTile, DyteAudioVisualizer, DyteAvatar, DyteBreakoutRoomManager, DyteBreakoutRoomParticipants, DyteBreakoutRoomsManager, DyteBreakoutRoomsToggle, DyteBroadcastMessageModal, DyteButton, DyteCameraSelector, DyteCameraToggle, DyteCaptionToggle, DyteChannelCreator, DyteChannelDetails, DyteChannelHeader, DyteChannelSelectorUi, DyteChannelSelectorView, DyteChat, DyteChatComposerUi, DyteChatComposerView, DyteChatMessage, DyteChatMessagesUi, DyteChatMessagesUiPaginated, DyteChatSearchResults, DyteChatSelectorUi, DyteChatToggle, DyteClock, DyteConfirmationModal, DyteControlbar, DyteControlbarButton, DyteCounter, DyteDebugger, DyteDebuggerAudio, DyteDebuggerScreenshare, DyteDebuggerSystem, DyteDebuggerToggle, DyteDebuggerVideo, DyteDialog, DyteDialogManager, DyteDraftAttachmentView, DyteEmojiPicker, DyteEmojiPickerButton, DyteEndedScreen, DyteFileDropzone, DyteFileMessage, DyteFileMessageView, DyteFilePickerButton, DyteFullscreenToggle, DyteGrid, DyteGridPagination, DyteHeader, DyteIcon, DyteIdleScreen, DyteImageMessage, DyteImageMessageView, DyteImageViewer, DyteInformationTooltip, DyteJoinStage, DyteLeaveButton, DyteLeaveMeeting, DyteLivestreamIndicator, DyteLivestreamPlayer, DyteLivestreamToggle, DyteLogo, DyteMarkdownView, DyteMeeting, DyteMeetingTitle, DyteMenu, DyteMenuItem, DyteMenuList, DyteMessageListView, DyteMessageView, DyteMicToggle, DyteMicrophoneSelector, DyteMixedGrid, DyteMoreToggle, DyteMuteAllButton, DyteMuteAllConfirmation, DyteNameTag, DyteNetworkIndicator, DyteNotification, DyteNotifications, DyteOverlayModal, DytePaginatedList, DyteParticipant, DyteParticipantCount, DyteParticipantSetup, DyteParticipantTile, DyteParticipants, DyteParticipantsAudio, DyteParticipantsStageList, DyteParticipantsStageQueue, DyteParticipantsToggle, DyteParticipantsViewerList, DyteParticipantsWaitingList, DytePermissionsMessage, DytePipToggle, DytePluginMain, DytePlugins, DytePluginsToggle, DytePoll, DytePollForm, DytePolls, DytePollsToggle, DyteRecordingIndicator, DyteRecordingToggle, DyteScreenShareToggle, DyteScreenshareView, DyteSettings, DyteSettingsAudio, DyteSettingsToggle, DyteSettingsVideo, DyteSetupScreen, DyteSidebar, DyteSidebarUi, DyteSimpleGrid, DyteSpeakerSelector, DyteSpinner, DyteSpotlightGrid, DyteSpotlightIndicator, DyteStage, DyteStageToggle, DyteSwitch, DyteTabBar, DyteTextComposerView, DyteTextField, DyteTextMessage, DyteTextMessageView, DyteTooltip, DyteTranscript, DyteTranscripts, DyteUiProvider, DyteViewerCount, DyteVirtualizedParticipantList, DyteWaitingScreen], exports: [DyteAi, DyteAiChat, DyteAiHome, DyteAiToggle, DyteAiTranscriptions, DyteAudioGrid, DyteAudioTile, DyteAudioVisualizer, DyteAvatar, DyteBreakoutRoomManager, DyteBreakoutRoomParticipants, DyteBreakoutRoomsManager, DyteBreakoutRoomsToggle, DyteBroadcastMessageModal, DyteButton, DyteCameraSelector, DyteCameraToggle, DyteCaptionToggle, DyteChannelCreator, DyteChannelDetails, DyteChannelHeader, DyteChannelSelectorUi, DyteChannelSelectorView, DyteChat, DyteChatComposerUi, DyteChatComposerView, DyteChatMessage, DyteChatMessagesUi, DyteChatMessagesUiPaginated, DyteChatSearchResults, DyteChatSelectorUi, DyteChatToggle, DyteClock, DyteConfirmationModal, DyteControlbar, DyteControlbarButton, DyteCounter, DyteDebugger, DyteDebuggerAudio, DyteDebuggerScreenshare, DyteDebuggerSystem, DyteDebuggerToggle, DyteDebuggerVideo, DyteDialog, DyteDialogManager, DyteDraftAttachmentView, DyteEmojiPicker, DyteEmojiPickerButton, DyteEndedScreen, DyteFileDropzone, DyteFileMessage, DyteFileMessageView, DyteFilePickerButton, DyteFullscreenToggle, DyteGrid, DyteGridPagination, DyteHeader, DyteIcon, DyteIdleScreen, DyteImageMessage, DyteImageMessageView, DyteImageViewer, DyteInformationTooltip, DyteJoinStage, DyteLeaveButton, DyteLeaveMeeting, DyteLivestreamIndicator, DyteLivestreamPlayer, DyteLivestreamToggle, DyteLogo, DyteMarkdownView, DyteMeeting, DyteMeetingTitle, DyteMenu, DyteMenuItem, DyteMenuList, DyteMessageListView, DyteMessageView, DyteMicToggle, DyteMicrophoneSelector, DyteMixedGrid, DyteMoreToggle, DyteMuteAllButton, DyteMuteAllConfirmation, DyteNameTag, DyteNetworkIndicator, DyteNotification, DyteNotifications, DyteOverlayModal, DytePaginatedList, DyteParticipant, DyteParticipantCount, DyteParticipantSetup, DyteParticipantTile, DyteParticipants, DyteParticipantsAudio, DyteParticipantsStageList, DyteParticipantsStageQueue, DyteParticipantsToggle, DyteParticipantsViewerList, DyteParticipantsWaitingList, DytePermissionsMessage, DytePipToggle, DytePluginMain, DytePlugins, DytePluginsToggle, DytePoll, DytePollForm, DytePolls, DytePollsToggle, DyteRecordingIndicator, DyteRecordingToggle, DyteScreenShareToggle, DyteScreenshareView, DyteSettings, DyteSettingsAudio, DyteSettingsToggle, DyteSettingsVideo, DyteSetupScreen, DyteSidebar, DyteSidebarUi, DyteSimpleGrid, DyteSpeakerSelector, DyteSpinner, DyteSpotlightGrid, DyteSpotlightIndicator, DyteStage, DyteStageToggle, DyteSwitch, DyteTabBar, DyteTextComposerView, DyteTextField, DyteTextMessage, DyteTextMessageView, DyteTooltip, DyteTranscript, DyteTranscripts, DyteUiProvider, DyteViewerCount, DyteVirtualizedParticipantList, DyteWaitingScreen] });
|
|
3960
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteComponentsModule, providers: [
|
|
3961
3961
|
{
|
|
3962
3962
|
provide: APP_INITIALIZER,
|
|
3963
3963
|
useFactory: () => defineCustomElements,
|
|
@@ -3965,7 +3965,7 @@ class DyteComponentsModule {
|
|
|
3965
3965
|
},
|
|
3966
3966
|
] });
|
|
3967
3967
|
}
|
|
3968
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1
|
|
3968
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteComponentsModule, decorators: [{
|
|
3969
3969
|
type: NgModule,
|
|
3970
3970
|
args: [{
|
|
3971
3971
|
exports: [...DIRECTIVES],
|