@dytesdk/angular-ui-kit 3.0.5 → 3.0.6
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/esm2020/dytesdk-angular-ui-kit.mjs +5 -0
- package/dist/esm2020/lib/components.module.mjs +31 -0
- package/dist/esm2020/lib/stencil-generated/angular-component-lib/utils.mjs +59 -0
- package/dist/esm2020/lib/stencil-generated/components.mjs +3538 -0
- package/dist/esm2020/lib/stencil-generated/index.mjs +142 -0
- package/dist/esm2020/public-api.mjs +8 -0
- package/dist/{fesm2022 → fesm2015}/dytesdk-angular-ui-kit.mjs +567 -844
- package/dist/fesm2015/dytesdk-angular-ui-kit.mjs.map +1 -0
- package/dist/fesm2020/dytesdk-angular-ui-kit.mjs +3635 -0
- package/dist/fesm2020/dytesdk-angular-ui-kit.mjs.map +1 -0
- package/dist/lib/components.module.d.ts +1 -1
- package/dist/lib/stencil-generated/components.d.ts +138 -138
- package/package.json +4 -3
- package/dist/fesm2022/dytesdk-angular-ui-kit.mjs.map +0 -1
- /package/dist/{index.d.ts → dytesdk-angular-ui-kit.d.ts} +0 -0
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
export * from '@dytesdk/ui-kit';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
|
-
import {
|
|
4
|
-
import { defineCustomElements } from '@dytesdk/ui-kit/loader';
|
|
3
|
+
import { Component, ChangeDetectionStrategy, APP_INITIALIZER, NgModule } from '@angular/core';
|
|
5
4
|
import { __decorate } from 'tslib';
|
|
6
5
|
import { fromEvent } from 'rxjs';
|
|
6
|
+
import { defineCustomElements } from '@dytesdk/ui-kit/loader';
|
|
7
7
|
|
|
8
8
|
/* eslint-disable */
|
|
9
|
-
/* tslint:disable */
|
|
10
9
|
const proxyInputs = (Cmp, inputs) => {
|
|
11
10
|
const Prototype = Cmp.prototype;
|
|
12
11
|
inputs.forEach((item) => {
|
|
@@ -64,23 +63,21 @@ function ProxyCmp(opts) {
|
|
|
64
63
|
}
|
|
65
64
|
|
|
66
65
|
let DyteAi = class DyteAi {
|
|
67
|
-
z;
|
|
68
|
-
el;
|
|
69
66
|
constructor(c, r, z) {
|
|
70
67
|
this.z = z;
|
|
71
68
|
c.detach();
|
|
72
69
|
this.el = r.nativeElement;
|
|
73
70
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
74
71
|
}
|
|
75
|
-
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 });
|
|
76
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteAi, isStandalone: true, selector: "dyte-ai", inputs: { config: "config", 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 });
|
|
77
72
|
};
|
|
73
|
+
DyteAi.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteAi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
74
|
+
DyteAi.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteAi, selector: "dyte-ai", inputs: { config: "config", 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 });
|
|
78
75
|
DyteAi = __decorate([
|
|
79
76
|
ProxyCmp({
|
|
80
77
|
inputs: ['config', 'iconPack', 'meeting', 'size', 'states', 't', 'view']
|
|
81
78
|
})
|
|
82
79
|
], DyteAi);
|
|
83
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
80
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteAi, decorators: [{
|
|
84
81
|
type: Component,
|
|
85
82
|
args: [{
|
|
86
83
|
selector: 'dyte-ai',
|
|
@@ -89,25 +86,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
89
86
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
90
87
|
inputs: ['config', 'iconPack', 'meeting', 'size', 'states', 't', 'view'],
|
|
91
88
|
}]
|
|
92
|
-
}], ctorParameters: ()
|
|
89
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
93
90
|
let DyteAiToggle = class DyteAiToggle {
|
|
94
|
-
z;
|
|
95
|
-
el;
|
|
96
91
|
constructor(c, r, z) {
|
|
97
92
|
this.z = z;
|
|
98
93
|
c.detach();
|
|
99
94
|
this.el = r.nativeElement;
|
|
100
95
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
101
96
|
}
|
|
102
|
-
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 });
|
|
103
|
-
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 });
|
|
104
97
|
};
|
|
98
|
+
DyteAiToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteAiToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
99
|
+
DyteAiToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteAiToggle, 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 });
|
|
105
100
|
DyteAiToggle = __decorate([
|
|
106
101
|
ProxyCmp({
|
|
107
102
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
108
103
|
})
|
|
109
104
|
], DyteAiToggle);
|
|
110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteAiToggle, decorators: [{
|
|
111
106
|
type: Component,
|
|
112
107
|
args: [{
|
|
113
108
|
selector: 'dyte-ai-toggle',
|
|
@@ -116,24 +111,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
116
111
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
117
112
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant'],
|
|
118
113
|
}]
|
|
119
|
-
}], ctorParameters: ()
|
|
114
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
120
115
|
let DyteAiTranscriptions = class DyteAiTranscriptions {
|
|
121
|
-
z;
|
|
122
|
-
el;
|
|
123
116
|
constructor(c, r, z) {
|
|
124
117
|
this.z = z;
|
|
125
118
|
c.detach();
|
|
126
119
|
this.el = r.nativeElement;
|
|
127
120
|
}
|
|
128
|
-
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 });
|
|
129
|
-
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 });
|
|
130
121
|
};
|
|
122
|
+
DyteAiTranscriptions.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteAiTranscriptions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
123
|
+
DyteAiTranscriptions.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteAiTranscriptions, selector: "dyte-ai-transcriptions", inputs: { initialTranscriptions: "initialTranscriptions", meeting: "meeting", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
131
124
|
DyteAiTranscriptions = __decorate([
|
|
132
125
|
ProxyCmp({
|
|
133
126
|
inputs: ['initialTranscriptions', 'meeting', 't']
|
|
134
127
|
})
|
|
135
128
|
], DyteAiTranscriptions);
|
|
136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteAiTranscriptions, decorators: [{
|
|
137
130
|
type: Component,
|
|
138
131
|
args: [{
|
|
139
132
|
selector: 'dyte-ai-transcriptions',
|
|
@@ -142,24 +135,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
142
135
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
143
136
|
inputs: ['initialTranscriptions', 'meeting', 't'],
|
|
144
137
|
}]
|
|
145
|
-
}], ctorParameters: ()
|
|
138
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
146
139
|
let DyteAudioGrid = class DyteAudioGrid {
|
|
147
|
-
z;
|
|
148
|
-
el;
|
|
149
140
|
constructor(c, r, z) {
|
|
150
141
|
this.z = z;
|
|
151
142
|
c.detach();
|
|
152
143
|
this.el = r.nativeElement;
|
|
153
144
|
}
|
|
154
|
-
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 });
|
|
155
|
-
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 });
|
|
156
145
|
};
|
|
146
|
+
DyteAudioGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteAudioGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
147
|
+
DyteAudioGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteAudioGrid, 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 });
|
|
157
148
|
DyteAudioGrid = __decorate([
|
|
158
149
|
ProxyCmp({
|
|
159
150
|
inputs: ['config', 'hideSelf', 'iconPack', 'meeting', 'size', 'states', 't']
|
|
160
151
|
})
|
|
161
152
|
], DyteAudioGrid);
|
|
162
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteAudioGrid, decorators: [{
|
|
163
154
|
type: Component,
|
|
164
155
|
args: [{
|
|
165
156
|
selector: 'dyte-audio-grid',
|
|
@@ -168,24 +159,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
168
159
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
169
160
|
inputs: ['config', 'hideSelf', 'iconPack', 'meeting', 'size', 'states', 't'],
|
|
170
161
|
}]
|
|
171
|
-
}], ctorParameters: ()
|
|
162
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
172
163
|
let DyteAudioTile = class DyteAudioTile {
|
|
173
|
-
z;
|
|
174
|
-
el;
|
|
175
164
|
constructor(c, r, z) {
|
|
176
165
|
this.z = z;
|
|
177
166
|
c.detach();
|
|
178
167
|
this.el = r.nativeElement;
|
|
179
168
|
}
|
|
180
|
-
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 });
|
|
181
|
-
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 });
|
|
182
169
|
};
|
|
170
|
+
DyteAudioTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteAudioTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
171
|
+
DyteAudioTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteAudioTile, 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 });
|
|
183
172
|
DyteAudioTile = __decorate([
|
|
184
173
|
ProxyCmp({
|
|
185
174
|
inputs: ['config', 'iconPack', 'meeting', 'participant', 'size', 'states', 't']
|
|
186
175
|
})
|
|
187
176
|
], DyteAudioTile);
|
|
188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
177
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteAudioTile, decorators: [{
|
|
189
178
|
type: Component,
|
|
190
179
|
args: [{
|
|
191
180
|
selector: 'dyte-audio-tile',
|
|
@@ -194,24 +183,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
194
183
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
195
184
|
inputs: ['config', 'iconPack', 'meeting', 'participant', 'size', 'states', 't'],
|
|
196
185
|
}]
|
|
197
|
-
}], ctorParameters: ()
|
|
186
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
198
187
|
let DyteAudioVisualizer = class DyteAudioVisualizer {
|
|
199
|
-
z;
|
|
200
|
-
el;
|
|
201
188
|
constructor(c, r, z) {
|
|
202
189
|
this.z = z;
|
|
203
190
|
c.detach();
|
|
204
191
|
this.el = r.nativeElement;
|
|
205
192
|
}
|
|
206
|
-
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 });
|
|
207
|
-
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 });
|
|
208
193
|
};
|
|
194
|
+
DyteAudioVisualizer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteAudioVisualizer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
195
|
+
DyteAudioVisualizer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteAudioVisualizer, 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 });
|
|
209
196
|
DyteAudioVisualizer = __decorate([
|
|
210
197
|
ProxyCmp({
|
|
211
198
|
inputs: ['hideMuted', 'iconPack', 'isScreenShare', 'participant', 'size', 't', 'variant']
|
|
212
199
|
})
|
|
213
200
|
], DyteAudioVisualizer);
|
|
214
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
201
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteAudioVisualizer, decorators: [{
|
|
215
202
|
type: Component,
|
|
216
203
|
args: [{
|
|
217
204
|
selector: 'dyte-audio-visualizer',
|
|
@@ -220,24 +207,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
220
207
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
221
208
|
inputs: ['hideMuted', 'iconPack', 'isScreenShare', 'participant', 'size', 't', 'variant'],
|
|
222
209
|
}]
|
|
223
|
-
}], ctorParameters: ()
|
|
210
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
224
211
|
let DyteAvatar = class DyteAvatar {
|
|
225
|
-
z;
|
|
226
|
-
el;
|
|
227
212
|
constructor(c, r, z) {
|
|
228
213
|
this.z = z;
|
|
229
214
|
c.detach();
|
|
230
215
|
this.el = r.nativeElement;
|
|
231
216
|
}
|
|
232
|
-
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 });
|
|
233
|
-
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 });
|
|
234
217
|
};
|
|
218
|
+
DyteAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
219
|
+
DyteAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteAvatar, 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 });
|
|
235
220
|
DyteAvatar = __decorate([
|
|
236
221
|
ProxyCmp({
|
|
237
222
|
inputs: ['iconPack', 'participant', 'size', 't', 'variant']
|
|
238
223
|
})
|
|
239
224
|
], DyteAvatar);
|
|
240
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
225
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteAvatar, decorators: [{
|
|
241
226
|
type: Component,
|
|
242
227
|
args: [{
|
|
243
228
|
selector: 'dyte-avatar',
|
|
@@ -246,25 +231,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
246
231
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
247
232
|
inputs: ['iconPack', 'participant', 'size', 't', 'variant'],
|
|
248
233
|
}]
|
|
249
|
-
}], ctorParameters: ()
|
|
234
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
250
235
|
let DyteBreakoutRoomManager = class DyteBreakoutRoomManager {
|
|
251
|
-
z;
|
|
252
|
-
el;
|
|
253
236
|
constructor(c, r, z) {
|
|
254
237
|
this.z = z;
|
|
255
238
|
c.detach();
|
|
256
239
|
this.el = r.nativeElement;
|
|
257
240
|
proxyOutputs(this, this.el, ['participantsAdd', 'participantDelete', 'roomJoin', 'delete', 'update']);
|
|
258
241
|
}
|
|
259
|
-
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 });
|
|
260
|
-
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 });
|
|
261
242
|
};
|
|
243
|
+
DyteBreakoutRoomManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteBreakoutRoomManager, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
244
|
+
DyteBreakoutRoomManager.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteBreakoutRoomManager, 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 });
|
|
262
245
|
DyteBreakoutRoomManager = __decorate([
|
|
263
246
|
ProxyCmp({
|
|
264
247
|
inputs: ['allowDelete', 'assigningParticipants', 'defaultExpanded', 'iconPack', 'isDragMode', 'meeting', 'mode', 'room', 'states', 't']
|
|
265
248
|
})
|
|
266
249
|
], DyteBreakoutRoomManager);
|
|
267
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteBreakoutRoomManager, decorators: [{
|
|
268
251
|
type: Component,
|
|
269
252
|
args: [{
|
|
270
253
|
selector: 'dyte-breakout-room-manager',
|
|
@@ -273,25 +256,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
273
256
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
274
257
|
inputs: ['allowDelete', 'assigningParticipants', 'defaultExpanded', 'iconPack', 'isDragMode', 'meeting', 'mode', 'room', 'states', 't'],
|
|
275
258
|
}]
|
|
276
|
-
}], ctorParameters: ()
|
|
259
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
277
260
|
let DyteBreakoutRoomParticipants = class DyteBreakoutRoomParticipants {
|
|
278
|
-
z;
|
|
279
|
-
el;
|
|
280
261
|
constructor(c, r, z) {
|
|
281
262
|
this.z = z;
|
|
282
263
|
c.detach();
|
|
283
264
|
this.el = r.nativeElement;
|
|
284
265
|
proxyOutputs(this, this.el, ['selectedParticipantsUpdate', 'allParticipantsToggleUpdate', 'participantsDragging']);
|
|
285
266
|
}
|
|
286
|
-
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 });
|
|
287
|
-
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 });
|
|
288
267
|
};
|
|
268
|
+
DyteBreakoutRoomParticipants.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteBreakoutRoomParticipants, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
269
|
+
DyteBreakoutRoomParticipants.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteBreakoutRoomParticipants, 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 });
|
|
289
270
|
DyteBreakoutRoomParticipants = __decorate([
|
|
290
271
|
ProxyCmp({
|
|
291
272
|
inputs: ['iconPack', 'meeting', 'participantIds', 'selectedParticipantIds', 't']
|
|
292
273
|
})
|
|
293
274
|
], DyteBreakoutRoomParticipants);
|
|
294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteBreakoutRoomParticipants, decorators: [{
|
|
295
276
|
type: Component,
|
|
296
277
|
args: [{
|
|
297
278
|
selector: 'dyte-breakout-room-participants',
|
|
@@ -300,25 +281,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
300
281
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
301
282
|
inputs: ['iconPack', 'meeting', 'participantIds', 'selectedParticipantIds', 't'],
|
|
302
283
|
}]
|
|
303
|
-
}], ctorParameters: ()
|
|
284
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
304
285
|
let DyteBreakoutRoomsManager = class DyteBreakoutRoomsManager {
|
|
305
|
-
z;
|
|
306
|
-
el;
|
|
307
286
|
constructor(c, r, z) {
|
|
308
287
|
this.z = z;
|
|
309
288
|
c.detach();
|
|
310
289
|
this.el = r.nativeElement;
|
|
311
290
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
312
291
|
}
|
|
313
|
-
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 });
|
|
314
|
-
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 });
|
|
315
292
|
};
|
|
293
|
+
DyteBreakoutRoomsManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteBreakoutRoomsManager, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
294
|
+
DyteBreakoutRoomsManager.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteBreakoutRoomsManager, 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 });
|
|
316
295
|
DyteBreakoutRoomsManager = __decorate([
|
|
317
296
|
ProxyCmp({
|
|
318
297
|
inputs: ['iconPack', 'meeting', 'states', 't']
|
|
319
298
|
})
|
|
320
299
|
], DyteBreakoutRoomsManager);
|
|
321
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
300
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteBreakoutRoomsManager, decorators: [{
|
|
322
301
|
type: Component,
|
|
323
302
|
args: [{
|
|
324
303
|
selector: 'dyte-breakout-rooms-manager',
|
|
@@ -327,25 +306,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
327
306
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
328
307
|
inputs: ['iconPack', 'meeting', 'states', 't'],
|
|
329
308
|
}]
|
|
330
|
-
}], ctorParameters: ()
|
|
309
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
331
310
|
let DyteBreakoutRoomsToggle = class DyteBreakoutRoomsToggle {
|
|
332
|
-
z;
|
|
333
|
-
el;
|
|
334
311
|
constructor(c, r, z) {
|
|
335
312
|
this.z = z;
|
|
336
313
|
c.detach();
|
|
337
314
|
this.el = r.nativeElement;
|
|
338
315
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
339
316
|
}
|
|
340
|
-
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 });
|
|
341
|
-
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 });
|
|
342
317
|
};
|
|
318
|
+
DyteBreakoutRoomsToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteBreakoutRoomsToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
319
|
+
DyteBreakoutRoomsToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteBreakoutRoomsToggle, 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 });
|
|
343
320
|
DyteBreakoutRoomsToggle = __decorate([
|
|
344
321
|
ProxyCmp({
|
|
345
322
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
346
323
|
})
|
|
347
324
|
], DyteBreakoutRoomsToggle);
|
|
348
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteBreakoutRoomsToggle, decorators: [{
|
|
349
326
|
type: Component,
|
|
350
327
|
args: [{
|
|
351
328
|
selector: 'dyte-breakout-rooms-toggle',
|
|
@@ -354,25 +331,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
354
331
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
355
332
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant'],
|
|
356
333
|
}]
|
|
357
|
-
}], ctorParameters: ()
|
|
334
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
358
335
|
let DyteBroadcastMessageModal = class DyteBroadcastMessageModal {
|
|
359
|
-
z;
|
|
360
|
-
el;
|
|
361
336
|
constructor(c, r, z) {
|
|
362
337
|
this.z = z;
|
|
363
338
|
c.detach();
|
|
364
339
|
this.el = r.nativeElement;
|
|
365
340
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
366
341
|
}
|
|
367
|
-
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 });
|
|
368
|
-
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 });
|
|
369
342
|
};
|
|
343
|
+
DyteBroadcastMessageModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteBroadcastMessageModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
344
|
+
DyteBroadcastMessageModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteBroadcastMessageModal, 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 });
|
|
370
345
|
DyteBroadcastMessageModal = __decorate([
|
|
371
346
|
ProxyCmp({
|
|
372
347
|
inputs: ['iconPack', 'meeting', 'states', 't']
|
|
373
348
|
})
|
|
374
349
|
], DyteBroadcastMessageModal);
|
|
375
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
350
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteBroadcastMessageModal, decorators: [{
|
|
376
351
|
type: Component,
|
|
377
352
|
args: [{
|
|
378
353
|
selector: 'dyte-broadcast-message-modal',
|
|
@@ -381,24 +356,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
381
356
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
382
357
|
inputs: ['iconPack', 'meeting', 'states', 't'],
|
|
383
358
|
}]
|
|
384
|
-
}], ctorParameters: ()
|
|
359
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
385
360
|
let DyteButton = class DyteButton {
|
|
386
|
-
z;
|
|
387
|
-
el;
|
|
388
361
|
constructor(c, r, z) {
|
|
389
362
|
this.z = z;
|
|
390
363
|
c.detach();
|
|
391
364
|
this.el = r.nativeElement;
|
|
392
365
|
}
|
|
393
|
-
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 });
|
|
394
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteButton, isStandalone: true, selector: "dyte-button", inputs: { disabled: "disabled", kind: "kind", reverse: "reverse", size: "size", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
395
366
|
};
|
|
367
|
+
DyteButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
368
|
+
DyteButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteButton, selector: "dyte-button", inputs: { disabled: "disabled", kind: "kind", reverse: "reverse", size: "size", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
396
369
|
DyteButton = __decorate([
|
|
397
370
|
ProxyCmp({
|
|
398
371
|
inputs: ['disabled', 'kind', 'reverse', 'size', 'type', 'variant']
|
|
399
372
|
})
|
|
400
373
|
], DyteButton);
|
|
401
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
374
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteButton, decorators: [{
|
|
402
375
|
type: Component,
|
|
403
376
|
args: [{
|
|
404
377
|
selector: 'dyte-button',
|
|
@@ -407,24 +380,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
407
380
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
408
381
|
inputs: ['disabled', 'kind', 'reverse', 'size', 'type', 'variant'],
|
|
409
382
|
}]
|
|
410
|
-
}], ctorParameters: ()
|
|
383
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
411
384
|
let DyteCameraSelector = class DyteCameraSelector {
|
|
412
|
-
z;
|
|
413
|
-
el;
|
|
414
385
|
constructor(c, r, z) {
|
|
415
386
|
this.z = z;
|
|
416
387
|
c.detach();
|
|
417
388
|
this.el = r.nativeElement;
|
|
418
389
|
}
|
|
419
|
-
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 });
|
|
420
|
-
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 });
|
|
421
390
|
};
|
|
391
|
+
DyteCameraSelector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteCameraSelector, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
392
|
+
DyteCameraSelector.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteCameraSelector, 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 });
|
|
422
393
|
DyteCameraSelector = __decorate([
|
|
423
394
|
ProxyCmp({
|
|
424
395
|
inputs: ['iconPack', 'meeting', 'size', 't', 'variant']
|
|
425
396
|
})
|
|
426
397
|
], DyteCameraSelector);
|
|
427
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
398
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteCameraSelector, decorators: [{
|
|
428
399
|
type: Component,
|
|
429
400
|
args: [{
|
|
430
401
|
selector: 'dyte-camera-selector',
|
|
@@ -433,25 +404,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
433
404
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
434
405
|
inputs: ['iconPack', 'meeting', 'size', 't', 'variant'],
|
|
435
406
|
}]
|
|
436
|
-
}], ctorParameters: ()
|
|
407
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
437
408
|
let DyteCameraToggle = class DyteCameraToggle {
|
|
438
|
-
z;
|
|
439
|
-
el;
|
|
440
409
|
constructor(c, r, z) {
|
|
441
410
|
this.z = z;
|
|
442
411
|
c.detach();
|
|
443
412
|
this.el = r.nativeElement;
|
|
444
413
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
445
414
|
}
|
|
446
|
-
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 });
|
|
447
|
-
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 });
|
|
448
415
|
};
|
|
416
|
+
DyteCameraToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteCameraToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
417
|
+
DyteCameraToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteCameraToggle, 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 });
|
|
449
418
|
DyteCameraToggle = __decorate([
|
|
450
419
|
ProxyCmp({
|
|
451
420
|
inputs: ['iconPack', 'meeting', 'size', 't', 'variant']
|
|
452
421
|
})
|
|
453
422
|
], DyteCameraToggle);
|
|
454
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
423
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteCameraToggle, decorators: [{
|
|
455
424
|
type: Component,
|
|
456
425
|
args: [{
|
|
457
426
|
selector: 'dyte-camera-toggle',
|
|
@@ -460,25 +429,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
460
429
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
461
430
|
inputs: ['iconPack', 'meeting', 'size', 't', 'variant'],
|
|
462
431
|
}]
|
|
463
|
-
}], ctorParameters: ()
|
|
432
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
464
433
|
let DyteCaptionToggle = class DyteCaptionToggle {
|
|
465
|
-
z;
|
|
466
|
-
el;
|
|
467
434
|
constructor(c, r, z) {
|
|
468
435
|
this.z = z;
|
|
469
436
|
c.detach();
|
|
470
437
|
this.el = r.nativeElement;
|
|
471
438
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
472
439
|
}
|
|
473
|
-
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 });
|
|
474
|
-
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 });
|
|
475
440
|
};
|
|
441
|
+
DyteCaptionToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteCaptionToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
442
|
+
DyteCaptionToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteCaptionToggle, 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 });
|
|
476
443
|
DyteCaptionToggle = __decorate([
|
|
477
444
|
ProxyCmp({
|
|
478
445
|
inputs: ['config', 'iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
479
446
|
})
|
|
480
447
|
], DyteCaptionToggle);
|
|
481
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
448
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteCaptionToggle, decorators: [{
|
|
482
449
|
type: Component,
|
|
483
450
|
args: [{
|
|
484
451
|
selector: 'dyte-caption-toggle',
|
|
@@ -487,25 +454,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
487
454
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
488
455
|
inputs: ['config', 'iconPack', 'meeting', 'size', 'states', 't', 'variant'],
|
|
489
456
|
}]
|
|
490
|
-
}], ctorParameters: ()
|
|
457
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
491
458
|
let DyteChannelCreator = class DyteChannelCreator {
|
|
492
|
-
z;
|
|
493
|
-
el;
|
|
494
459
|
constructor(c, r, z) {
|
|
495
460
|
this.z = z;
|
|
496
461
|
c.detach();
|
|
497
462
|
this.el = r.nativeElement;
|
|
498
463
|
proxyOutputs(this, this.el, ['dyteStateUpdate', 'switchChannel']);
|
|
499
464
|
}
|
|
500
|
-
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 });
|
|
501
|
-
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 });
|
|
502
465
|
};
|
|
466
|
+
DyteChannelCreator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChannelCreator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
467
|
+
DyteChannelCreator.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteChannelCreator, selector: "dyte-channel-creator", inputs: { iconPack: "iconPack", meeting: "meeting", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
503
468
|
DyteChannelCreator = __decorate([
|
|
504
469
|
ProxyCmp({
|
|
505
470
|
inputs: ['iconPack', 'meeting', 't']
|
|
506
471
|
})
|
|
507
472
|
], DyteChannelCreator);
|
|
508
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
473
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChannelCreator, decorators: [{
|
|
509
474
|
type: Component,
|
|
510
475
|
args: [{
|
|
511
476
|
selector: 'dyte-channel-creator',
|
|
@@ -514,24 +479,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
514
479
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
515
480
|
inputs: ['iconPack', 'meeting', 't'],
|
|
516
481
|
}]
|
|
517
|
-
}], ctorParameters: ()
|
|
482
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
518
483
|
let DyteChannelDetails = class DyteChannelDetails {
|
|
519
|
-
z;
|
|
520
|
-
el;
|
|
521
484
|
constructor(c, r, z) {
|
|
522
485
|
this.z = z;
|
|
523
486
|
c.detach();
|
|
524
487
|
this.el = r.nativeElement;
|
|
525
488
|
}
|
|
526
|
-
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 });
|
|
527
|
-
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 });
|
|
528
489
|
};
|
|
490
|
+
DyteChannelDetails.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChannelDetails, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
491
|
+
DyteChannelDetails.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteChannelDetails, 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 });
|
|
529
492
|
DyteChannelDetails = __decorate([
|
|
530
493
|
ProxyCmp({
|
|
531
494
|
inputs: ['channel', 'iconPack', 'members', 't']
|
|
532
495
|
})
|
|
533
496
|
], DyteChannelDetails);
|
|
534
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
497
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChannelDetails, decorators: [{
|
|
535
498
|
type: Component,
|
|
536
499
|
args: [{
|
|
537
500
|
selector: 'dyte-channel-details',
|
|
@@ -540,25 +503,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
540
503
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
541
504
|
inputs: ['channel', 'iconPack', 'members', 't'],
|
|
542
505
|
}]
|
|
543
|
-
}], ctorParameters: ()
|
|
506
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
544
507
|
let DyteChannelHeader = class DyteChannelHeader {
|
|
545
|
-
z;
|
|
546
|
-
el;
|
|
547
508
|
constructor(c, r, z) {
|
|
548
509
|
this.z = z;
|
|
549
510
|
c.detach();
|
|
550
511
|
this.el = r.nativeElement;
|
|
551
512
|
proxyOutputs(this, this.el, ['search', 'searchDismissed', 'back']);
|
|
552
513
|
}
|
|
553
|
-
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 });
|
|
554
|
-
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 });
|
|
555
514
|
};
|
|
515
|
+
DyteChannelHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChannelHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
516
|
+
DyteChannelHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteChannelHeader, 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 });
|
|
556
517
|
DyteChannelHeader = __decorate([
|
|
557
518
|
ProxyCmp({
|
|
558
519
|
inputs: ['channel', 'iconPack', 'meeting', 'showBackButton', 't']
|
|
559
520
|
})
|
|
560
521
|
], DyteChannelHeader);
|
|
561
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChannelHeader, decorators: [{
|
|
562
523
|
type: Component,
|
|
563
524
|
args: [{
|
|
564
525
|
selector: 'dyte-channel-header',
|
|
@@ -567,25 +528,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
567
528
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
568
529
|
inputs: ['channel', 'iconPack', 'meeting', 'showBackButton', 't'],
|
|
569
530
|
}]
|
|
570
|
-
}], ctorParameters: ()
|
|
531
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
571
532
|
let DyteChannelSelectorUi = class DyteChannelSelectorUi {
|
|
572
|
-
z;
|
|
573
|
-
el;
|
|
574
533
|
constructor(c, r, z) {
|
|
575
534
|
this.z = z;
|
|
576
535
|
c.detach();
|
|
577
536
|
this.el = r.nativeElement;
|
|
578
537
|
proxyOutputs(this, this.el, ['channelChanged']);
|
|
579
538
|
}
|
|
580
|
-
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 });
|
|
581
|
-
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 });
|
|
582
539
|
};
|
|
540
|
+
DyteChannelSelectorUi.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChannelSelectorUi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
541
|
+
DyteChannelSelectorUi.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteChannelSelectorUi, 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 });
|
|
583
542
|
DyteChannelSelectorUi = __decorate([
|
|
584
543
|
ProxyCmp({
|
|
585
544
|
inputs: ['channels', 'iconPack', 'selectedChannelId', 'showRecentMessage', 't']
|
|
586
545
|
})
|
|
587
546
|
], DyteChannelSelectorUi);
|
|
588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
547
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChannelSelectorUi, decorators: [{
|
|
589
548
|
type: Component,
|
|
590
549
|
args: [{
|
|
591
550
|
selector: 'dyte-channel-selector-ui',
|
|
@@ -594,25 +553,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
594
553
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
595
554
|
inputs: ['channels', 'iconPack', 'selectedChannelId', 'showRecentMessage', 't'],
|
|
596
555
|
}]
|
|
597
|
-
}], ctorParameters: ()
|
|
556
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
598
557
|
let DyteChannelSelectorView = class DyteChannelSelectorView {
|
|
599
|
-
z;
|
|
600
|
-
el;
|
|
601
558
|
constructor(c, r, z) {
|
|
602
559
|
this.z = z;
|
|
603
560
|
c.detach();
|
|
604
561
|
this.el = r.nativeElement;
|
|
605
562
|
proxyOutputs(this, this.el, ['channelChange']);
|
|
606
563
|
}
|
|
607
|
-
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 });
|
|
608
|
-
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 });
|
|
609
564
|
};
|
|
565
|
+
DyteChannelSelectorView.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChannelSelectorView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
566
|
+
DyteChannelSelectorView.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteChannelSelectorView, 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 });
|
|
610
567
|
DyteChannelSelectorView = __decorate([
|
|
611
568
|
ProxyCmp({
|
|
612
569
|
inputs: ['channels', 'disableSearch', 'hideAvatar', 'iconPack', 'selectedChannelId', 't', 'viewAs']
|
|
613
570
|
})
|
|
614
571
|
], DyteChannelSelectorView);
|
|
615
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChannelSelectorView, decorators: [{
|
|
616
573
|
type: Component,
|
|
617
574
|
args: [{
|
|
618
575
|
selector: 'dyte-channel-selector-view',
|
|
@@ -621,25 +578,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
621
578
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
622
579
|
inputs: ['channels', 'disableSearch', 'hideAvatar', 'iconPack', 'selectedChannelId', 't', 'viewAs'],
|
|
623
580
|
}]
|
|
624
|
-
}], ctorParameters: ()
|
|
581
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
625
582
|
let DyteChat = class DyteChat {
|
|
626
|
-
z;
|
|
627
|
-
el;
|
|
628
583
|
constructor(c, r, z) {
|
|
629
584
|
this.z = z;
|
|
630
585
|
c.detach();
|
|
631
586
|
this.el = r.nativeElement;
|
|
632
587
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
633
588
|
}
|
|
634
|
-
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 });
|
|
635
|
-
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 });
|
|
636
589
|
};
|
|
590
|
+
DyteChat.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChat, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
591
|
+
DyteChat.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteChat, 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 });
|
|
637
592
|
DyteChat = __decorate([
|
|
638
593
|
ProxyCmp({
|
|
639
594
|
inputs: ['config', 'disablePrivateChat', 'displayFilter', 'iconPack', 'meeting', 'privatePresetFilter', 'size', 't']
|
|
640
595
|
})
|
|
641
596
|
], DyteChat);
|
|
642
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
597
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChat, decorators: [{
|
|
643
598
|
type: Component,
|
|
644
599
|
args: [{
|
|
645
600
|
selector: 'dyte-chat',
|
|
@@ -648,25 +603,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
648
603
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
649
604
|
inputs: ['config', 'disablePrivateChat', 'displayFilter', 'iconPack', 'meeting', 'privatePresetFilter', 'size', 't'],
|
|
650
605
|
}]
|
|
651
|
-
}], ctorParameters: ()
|
|
606
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
652
607
|
let DyteChatComposerUi = class DyteChatComposerUi {
|
|
653
|
-
z;
|
|
654
|
-
el;
|
|
655
608
|
constructor(c, r, z) {
|
|
656
609
|
this.z = z;
|
|
657
610
|
c.detach();
|
|
658
611
|
this.el = r.nativeElement;
|
|
659
612
|
proxyOutputs(this, this.el, ['dyteNewMessage', 'dyteEditMessage', 'dyteEditCancelled']);
|
|
660
613
|
}
|
|
661
|
-
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 });
|
|
662
|
-
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 });
|
|
663
614
|
};
|
|
615
|
+
DyteChatComposerUi.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChatComposerUi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
616
|
+
DyteChatComposerUi.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteChatComposerUi, 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 });
|
|
664
617
|
DyteChatComposerUi = __decorate([
|
|
665
618
|
ProxyCmp({
|
|
666
619
|
inputs: ['canSendFiles', 'canSendTextMessage', 'channelId', 'disableEmojiPicker', 'iconPack', 'members', 'prefill', 'size', 't']
|
|
667
620
|
})
|
|
668
621
|
], DyteChatComposerUi);
|
|
669
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChatComposerUi, decorators: [{
|
|
670
623
|
type: Component,
|
|
671
624
|
args: [{
|
|
672
625
|
selector: 'dyte-chat-composer-ui',
|
|
@@ -675,25 +628,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
675
628
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
676
629
|
inputs: ['canSendFiles', 'canSendTextMessage', 'channelId', 'disableEmojiPicker', 'iconPack', 'members', 'prefill', 'size', 't'],
|
|
677
630
|
}]
|
|
678
|
-
}], ctorParameters: ()
|
|
631
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
679
632
|
let DyteChatComposerView = class DyteChatComposerView {
|
|
680
|
-
z;
|
|
681
|
-
el;
|
|
682
633
|
constructor(c, r, z) {
|
|
683
634
|
this.z = z;
|
|
684
635
|
c.detach();
|
|
685
636
|
this.el = r.nativeElement;
|
|
686
637
|
proxyOutputs(this, this.el, ['newMessage', 'editMessage', 'editCancel', 'quotedMessageDismiss']);
|
|
687
638
|
}
|
|
688
|
-
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 });
|
|
689
|
-
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 });
|
|
690
639
|
};
|
|
640
|
+
DyteChatComposerView.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChatComposerView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
641
|
+
DyteChatComposerView.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteChatComposerView, 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 });
|
|
691
642
|
DyteChatComposerView = __decorate([
|
|
692
643
|
ProxyCmp({
|
|
693
644
|
inputs: ['canSendFiles', 'canSendTextMessage', 'disableEmojiPicker', 'iconPack', 'inputTextPlaceholder', 'isEditing', 'maxLength', 'message', 'quotedMessage', 'rateLimits', 'storageKey', 't']
|
|
694
645
|
})
|
|
695
646
|
], DyteChatComposerView);
|
|
696
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
647
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChatComposerView, decorators: [{
|
|
697
648
|
type: Component,
|
|
698
649
|
args: [{
|
|
699
650
|
selector: 'dyte-chat-composer-view',
|
|
@@ -702,25 +653,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
702
653
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
703
654
|
inputs: ['canSendFiles', 'canSendTextMessage', 'disableEmojiPicker', 'iconPack', 'inputTextPlaceholder', 'isEditing', 'maxLength', 'message', 'quotedMessage', 'rateLimits', 'storageKey', 't'],
|
|
704
655
|
}]
|
|
705
|
-
}], ctorParameters: ()
|
|
656
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
706
657
|
let DyteChatMessage = class DyteChatMessage {
|
|
707
|
-
z;
|
|
708
|
-
el;
|
|
709
658
|
constructor(c, r, z) {
|
|
710
659
|
this.z = z;
|
|
711
660
|
c.detach();
|
|
712
661
|
this.el = r.nativeElement;
|
|
713
662
|
proxyOutputs(this, this.el, ['edit', 'reply', 'pin', 'delete']);
|
|
714
663
|
}
|
|
715
|
-
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 });
|
|
716
|
-
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 });
|
|
717
664
|
};
|
|
665
|
+
DyteChatMessage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChatMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
666
|
+
DyteChatMessage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteChatMessage, 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 });
|
|
718
667
|
DyteChatMessage = __decorate([
|
|
719
668
|
ProxyCmp({
|
|
720
669
|
inputs: ['alignRight', 'canDelete', 'canEdit', 'canPin', 'canReply', 'child', 'disableControls', 'hideAvatar', 'iconPack', 'isContinued', 'isSelf', 'isUnread', 'leftAlign', 'message', 'senderDisplayPicture', 'size', 't']
|
|
721
670
|
})
|
|
722
671
|
], DyteChatMessage);
|
|
723
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
672
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChatMessage, decorators: [{
|
|
724
673
|
type: Component,
|
|
725
674
|
args: [{
|
|
726
675
|
selector: 'dyte-chat-message',
|
|
@@ -729,25 +678,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
729
678
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
730
679
|
inputs: ['alignRight', 'canDelete', 'canEdit', 'canPin', 'canReply', 'child', 'disableControls', 'hideAvatar', 'iconPack', 'isContinued', 'isSelf', 'isUnread', 'leftAlign', 'message', 'senderDisplayPicture', 'size', 't'],
|
|
731
680
|
}]
|
|
732
|
-
}], ctorParameters: ()
|
|
681
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
733
682
|
let DyteChatMessagesUi = class DyteChatMessagesUi {
|
|
734
|
-
z;
|
|
735
|
-
el;
|
|
736
683
|
constructor(c, r, z) {
|
|
737
684
|
this.z = z;
|
|
738
685
|
c.detach();
|
|
739
686
|
this.el = r.nativeElement;
|
|
740
687
|
proxyOutputs(this, this.el, ['pinMessage', 'dyteStateUpdate']);
|
|
741
688
|
}
|
|
742
|
-
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 });
|
|
743
|
-
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 });
|
|
744
689
|
};
|
|
690
|
+
DyteChatMessagesUi.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChatMessagesUi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
691
|
+
DyteChatMessagesUi.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteChatMessagesUi, 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 });
|
|
745
692
|
DyteChatMessagesUi = __decorate([
|
|
746
693
|
ProxyCmp({
|
|
747
694
|
inputs: ['canPinMessages', 'iconPack', 'messages', 'selectedGroup', 'selfUserId', 'size', 't']
|
|
748
695
|
})
|
|
749
696
|
], DyteChatMessagesUi);
|
|
750
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
697
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChatMessagesUi, decorators: [{
|
|
751
698
|
type: Component,
|
|
752
699
|
args: [{
|
|
753
700
|
selector: 'dyte-chat-messages-ui',
|
|
@@ -756,25 +703,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
756
703
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
757
704
|
inputs: ['canPinMessages', 'iconPack', 'messages', 'selectedGroup', 'selfUserId', 'size', 't'],
|
|
758
705
|
}]
|
|
759
|
-
}], ctorParameters: ()
|
|
706
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
760
707
|
let DyteChatMessagesUiPaginated = class DyteChatMessagesUiPaginated {
|
|
761
|
-
z;
|
|
762
|
-
el;
|
|
763
708
|
constructor(c, r, z) {
|
|
764
709
|
this.z = z;
|
|
765
710
|
c.detach();
|
|
766
711
|
this.el = r.nativeElement;
|
|
767
712
|
proxyOutputs(this, this.el, ['editMessageInit', 'pinMessage', 'deleteMessage', 'dyteStateUpdate']);
|
|
768
713
|
}
|
|
769
|
-
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 });
|
|
770
|
-
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 });
|
|
771
714
|
};
|
|
715
|
+
DyteChatMessagesUiPaginated.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChatMessagesUiPaginated, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
716
|
+
DyteChatMessagesUiPaginated.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteChatMessagesUiPaginated, 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 });
|
|
772
717
|
DyteChatMessagesUiPaginated = __decorate([
|
|
773
718
|
ProxyCmp({
|
|
774
719
|
inputs: ['iconPack', 'leftAlign', 'meeting', 'selectedChannel', 'selectedChannelId', 'size', 't']
|
|
775
720
|
})
|
|
776
721
|
], DyteChatMessagesUiPaginated);
|
|
777
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChatMessagesUiPaginated, decorators: [{
|
|
778
723
|
type: Component,
|
|
779
724
|
args: [{
|
|
780
725
|
selector: 'dyte-chat-messages-ui-paginated',
|
|
@@ -783,24 +728,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
783
728
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
784
729
|
inputs: ['iconPack', 'leftAlign', 'meeting', 'selectedChannel', 'selectedChannelId', 'size', 't'],
|
|
785
730
|
}]
|
|
786
|
-
}], ctorParameters: ()
|
|
731
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
787
732
|
let DyteChatSearchResults = class DyteChatSearchResults {
|
|
788
|
-
z;
|
|
789
|
-
el;
|
|
790
733
|
constructor(c, r, z) {
|
|
791
734
|
this.z = z;
|
|
792
735
|
c.detach();
|
|
793
736
|
this.el = r.nativeElement;
|
|
794
737
|
}
|
|
795
|
-
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 });
|
|
796
|
-
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 });
|
|
797
738
|
};
|
|
739
|
+
DyteChatSearchResults.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChatSearchResults, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
740
|
+
DyteChatSearchResults.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteChatSearchResults, 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 });
|
|
798
741
|
DyteChatSearchResults = __decorate([
|
|
799
742
|
ProxyCmp({
|
|
800
743
|
inputs: ['channelId', 'iconPack', 'meeting', 'query', 't']
|
|
801
744
|
})
|
|
802
745
|
], DyteChatSearchResults);
|
|
803
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
746
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChatSearchResults, decorators: [{
|
|
804
747
|
type: Component,
|
|
805
748
|
args: [{
|
|
806
749
|
selector: 'dyte-chat-search-results',
|
|
@@ -809,25 +752,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
809
752
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
810
753
|
inputs: ['channelId', 'iconPack', 'meeting', 'query', 't'],
|
|
811
754
|
}]
|
|
812
|
-
}], ctorParameters: ()
|
|
755
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
813
756
|
let DyteChatSelectorUi = class DyteChatSelectorUi {
|
|
814
|
-
z;
|
|
815
|
-
el;
|
|
816
757
|
constructor(c, r, z) {
|
|
817
758
|
this.z = z;
|
|
818
759
|
c.detach();
|
|
819
760
|
this.el = r.nativeElement;
|
|
820
761
|
proxyOutputs(this, this.el, ['dyteChatGroupChanged']);
|
|
821
762
|
}
|
|
822
|
-
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 });
|
|
823
|
-
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 });
|
|
824
763
|
};
|
|
764
|
+
DyteChatSelectorUi.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChatSelectorUi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
765
|
+
DyteChatSelectorUi.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteChatSelectorUi, 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 });
|
|
825
766
|
DyteChatSelectorUi = __decorate([
|
|
826
767
|
ProxyCmp({
|
|
827
768
|
inputs: ['groups', 'iconPack', 'selectedGroupId', 'selfUserId', 't', 'unreadCounts']
|
|
828
769
|
})
|
|
829
770
|
], DyteChatSelectorUi);
|
|
830
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
771
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChatSelectorUi, decorators: [{
|
|
831
772
|
type: Component,
|
|
832
773
|
args: [{
|
|
833
774
|
selector: 'dyte-chat-selector-ui',
|
|
@@ -836,25 +777,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
836
777
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
837
778
|
inputs: ['groups', 'iconPack', 'selectedGroupId', 'selfUserId', 't', 'unreadCounts'],
|
|
838
779
|
}]
|
|
839
|
-
}], ctorParameters: ()
|
|
780
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
840
781
|
let DyteChatToggle = class DyteChatToggle {
|
|
841
|
-
z;
|
|
842
|
-
el;
|
|
843
782
|
constructor(c, r, z) {
|
|
844
783
|
this.z = z;
|
|
845
784
|
c.detach();
|
|
846
785
|
this.el = r.nativeElement;
|
|
847
786
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
848
787
|
}
|
|
849
|
-
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 });
|
|
850
|
-
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 });
|
|
851
788
|
};
|
|
789
|
+
DyteChatToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChatToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
790
|
+
DyteChatToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteChatToggle, 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 });
|
|
852
791
|
DyteChatToggle = __decorate([
|
|
853
792
|
ProxyCmp({
|
|
854
793
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
855
794
|
})
|
|
856
795
|
], DyteChatToggle);
|
|
857
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
796
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteChatToggle, decorators: [{
|
|
858
797
|
type: Component,
|
|
859
798
|
args: [{
|
|
860
799
|
selector: 'dyte-chat-toggle',
|
|
@@ -863,24 +802,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
863
802
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
864
803
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant'],
|
|
865
804
|
}]
|
|
866
|
-
}], ctorParameters: ()
|
|
805
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
867
806
|
let DyteClock = class DyteClock {
|
|
868
|
-
z;
|
|
869
|
-
el;
|
|
870
807
|
constructor(c, r, z) {
|
|
871
808
|
this.z = z;
|
|
872
809
|
c.detach();
|
|
873
810
|
this.el = r.nativeElement;
|
|
874
811
|
}
|
|
875
|
-
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 });
|
|
876
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteClock, isStandalone: true, selector: "dyte-clock", inputs: { iconPack: "iconPack", meeting: "meeting" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
877
812
|
};
|
|
813
|
+
DyteClock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteClock, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
814
|
+
DyteClock.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteClock, selector: "dyte-clock", inputs: { iconPack: "iconPack", meeting: "meeting" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
878
815
|
DyteClock = __decorate([
|
|
879
816
|
ProxyCmp({
|
|
880
817
|
inputs: ['iconPack', 'meeting']
|
|
881
818
|
})
|
|
882
819
|
], DyteClock);
|
|
883
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
820
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteClock, decorators: [{
|
|
884
821
|
type: Component,
|
|
885
822
|
args: [{
|
|
886
823
|
selector: 'dyte-clock',
|
|
@@ -889,25 +826,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
889
826
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
890
827
|
inputs: ['iconPack', 'meeting'],
|
|
891
828
|
}]
|
|
892
|
-
}], ctorParameters: ()
|
|
829
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
893
830
|
let DyteConfirmationModal = class DyteConfirmationModal {
|
|
894
|
-
z;
|
|
895
|
-
el;
|
|
896
831
|
constructor(c, r, z) {
|
|
897
832
|
this.z = z;
|
|
898
833
|
c.detach();
|
|
899
834
|
this.el = r.nativeElement;
|
|
900
835
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
901
836
|
}
|
|
902
|
-
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 });
|
|
903
|
-
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 });
|
|
904
837
|
};
|
|
838
|
+
DyteConfirmationModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteConfirmationModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
839
|
+
DyteConfirmationModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteConfirmationModal, 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 });
|
|
905
840
|
DyteConfirmationModal = __decorate([
|
|
906
841
|
ProxyCmp({
|
|
907
842
|
inputs: ['iconPack', 'meeting', 'states', 't']
|
|
908
843
|
})
|
|
909
844
|
], DyteConfirmationModal);
|
|
910
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
845
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteConfirmationModal, decorators: [{
|
|
911
846
|
type: Component,
|
|
912
847
|
args: [{
|
|
913
848
|
selector: 'dyte-confirmation-modal',
|
|
@@ -916,24 +851,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
916
851
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
917
852
|
inputs: ['iconPack', 'meeting', 'states', 't'],
|
|
918
853
|
}]
|
|
919
|
-
}], ctorParameters: ()
|
|
854
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
920
855
|
let DyteControlbar = class DyteControlbar {
|
|
921
|
-
z;
|
|
922
|
-
el;
|
|
923
856
|
constructor(c, r, z) {
|
|
924
857
|
this.z = z;
|
|
925
858
|
c.detach();
|
|
926
859
|
this.el = r.nativeElement;
|
|
927
860
|
}
|
|
928
|
-
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 });
|
|
929
|
-
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 });
|
|
930
861
|
};
|
|
862
|
+
DyteControlbar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteControlbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
863
|
+
DyteControlbar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteControlbar, 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 });
|
|
931
864
|
DyteControlbar = __decorate([
|
|
932
865
|
ProxyCmp({
|
|
933
866
|
inputs: ['config', 'disableRender', 'iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
934
867
|
})
|
|
935
868
|
], DyteControlbar);
|
|
936
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
869
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteControlbar, decorators: [{
|
|
937
870
|
type: Component,
|
|
938
871
|
args: [{
|
|
939
872
|
selector: 'dyte-controlbar',
|
|
@@ -942,24 +875,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
942
875
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
943
876
|
inputs: ['config', 'disableRender', 'iconPack', 'meeting', 'size', 'states', 't', 'variant'],
|
|
944
877
|
}]
|
|
945
|
-
}], ctorParameters: ()
|
|
878
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
946
879
|
let DyteControlbarButton = class DyteControlbarButton {
|
|
947
|
-
z;
|
|
948
|
-
el;
|
|
949
880
|
constructor(c, r, z) {
|
|
950
881
|
this.z = z;
|
|
951
882
|
c.detach();
|
|
952
883
|
this.el = r.nativeElement;
|
|
953
884
|
}
|
|
954
|
-
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 });
|
|
955
|
-
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", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
956
885
|
};
|
|
886
|
+
DyteControlbarButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteControlbarButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
887
|
+
DyteControlbarButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteControlbarButton, selector: "dyte-controlbar-button", inputs: { brandIcon: "brandIcon", disabled: "disabled", icon: "icon", iconPack: "iconPack", isLoading: "isLoading", label: "label", showWarning: "showWarning", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
957
888
|
DyteControlbarButton = __decorate([
|
|
958
889
|
ProxyCmp({
|
|
959
890
|
inputs: ['brandIcon', 'disabled', 'icon', 'iconPack', 'isLoading', 'label', 'showWarning', 'size', 'variant']
|
|
960
891
|
})
|
|
961
892
|
], DyteControlbarButton);
|
|
962
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
893
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteControlbarButton, decorators: [{
|
|
963
894
|
type: Component,
|
|
964
895
|
args: [{
|
|
965
896
|
selector: 'dyte-controlbar-button',
|
|
@@ -968,25 +899,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
968
899
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
969
900
|
inputs: ['brandIcon', 'disabled', 'icon', 'iconPack', 'isLoading', 'label', 'showWarning', 'size', 'variant'],
|
|
970
901
|
}]
|
|
971
|
-
}], ctorParameters: ()
|
|
902
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
972
903
|
let DyteCounter = class DyteCounter {
|
|
973
|
-
z;
|
|
974
|
-
el;
|
|
975
904
|
constructor(c, r, z) {
|
|
976
905
|
this.z = z;
|
|
977
906
|
c.detach();
|
|
978
907
|
this.el = r.nativeElement;
|
|
979
908
|
proxyOutputs(this, this.el, ['valueChange']);
|
|
980
909
|
}
|
|
981
|
-
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 });
|
|
982
|
-
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 });
|
|
983
910
|
};
|
|
911
|
+
DyteCounter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteCounter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
912
|
+
DyteCounter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteCounter, 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 });
|
|
984
913
|
DyteCounter = __decorate([
|
|
985
914
|
ProxyCmp({
|
|
986
915
|
inputs: ['iconPack', 'minValue', 'size', 't', 'value']
|
|
987
916
|
})
|
|
988
917
|
], DyteCounter);
|
|
989
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
918
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteCounter, decorators: [{
|
|
990
919
|
type: Component,
|
|
991
920
|
args: [{
|
|
992
921
|
selector: 'dyte-counter',
|
|
@@ -995,25 +924,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
995
924
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
996
925
|
inputs: ['iconPack', 'minValue', 'size', 't', 'value'],
|
|
997
926
|
}]
|
|
998
|
-
}], ctorParameters: ()
|
|
927
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
999
928
|
let DyteDebugger = class DyteDebugger {
|
|
1000
|
-
z;
|
|
1001
|
-
el;
|
|
1002
929
|
constructor(c, r, z) {
|
|
1003
930
|
this.z = z;
|
|
1004
931
|
c.detach();
|
|
1005
932
|
this.el = r.nativeElement;
|
|
1006
933
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
1007
934
|
}
|
|
1008
|
-
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 });
|
|
1009
|
-
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 });
|
|
1010
935
|
};
|
|
936
|
+
DyteDebugger.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebugger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
937
|
+
DyteDebugger.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteDebugger, 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 });
|
|
1011
938
|
DyteDebugger = __decorate([
|
|
1012
939
|
ProxyCmp({
|
|
1013
940
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
1014
941
|
})
|
|
1015
942
|
], DyteDebugger);
|
|
1016
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
943
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebugger, decorators: [{
|
|
1017
944
|
type: Component,
|
|
1018
945
|
args: [{
|
|
1019
946
|
selector: 'dyte-debugger',
|
|
@@ -1022,24 +949,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1022
949
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1023
950
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't'],
|
|
1024
951
|
}]
|
|
1025
|
-
}], ctorParameters: ()
|
|
952
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1026
953
|
let DyteDebuggerAudio = class DyteDebuggerAudio {
|
|
1027
|
-
z;
|
|
1028
|
-
el;
|
|
1029
954
|
constructor(c, r, z) {
|
|
1030
955
|
this.z = z;
|
|
1031
956
|
c.detach();
|
|
1032
957
|
this.el = r.nativeElement;
|
|
1033
958
|
}
|
|
1034
|
-
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 });
|
|
1035
|
-
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 });
|
|
1036
959
|
};
|
|
960
|
+
DyteDebuggerAudio.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebuggerAudio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
961
|
+
DyteDebuggerAudio.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteDebuggerAudio, 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 });
|
|
1037
962
|
DyteDebuggerAudio = __decorate([
|
|
1038
963
|
ProxyCmp({
|
|
1039
964
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
1040
965
|
})
|
|
1041
966
|
], DyteDebuggerAudio);
|
|
1042
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
967
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebuggerAudio, decorators: [{
|
|
1043
968
|
type: Component,
|
|
1044
969
|
args: [{
|
|
1045
970
|
selector: 'dyte-debugger-audio',
|
|
@@ -1048,24 +973,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1048
973
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1049
974
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't'],
|
|
1050
975
|
}]
|
|
1051
|
-
}], ctorParameters: ()
|
|
976
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1052
977
|
let DyteDebuggerScreenshare = class DyteDebuggerScreenshare {
|
|
1053
|
-
z;
|
|
1054
|
-
el;
|
|
1055
978
|
constructor(c, r, z) {
|
|
1056
979
|
this.z = z;
|
|
1057
980
|
c.detach();
|
|
1058
981
|
this.el = r.nativeElement;
|
|
1059
982
|
}
|
|
1060
|
-
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 });
|
|
1061
|
-
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 });
|
|
1062
983
|
};
|
|
984
|
+
DyteDebuggerScreenshare.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebuggerScreenshare, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
985
|
+
DyteDebuggerScreenshare.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteDebuggerScreenshare, 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 });
|
|
1063
986
|
DyteDebuggerScreenshare = __decorate([
|
|
1064
987
|
ProxyCmp({
|
|
1065
988
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
1066
989
|
})
|
|
1067
990
|
], DyteDebuggerScreenshare);
|
|
1068
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
991
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebuggerScreenshare, decorators: [{
|
|
1069
992
|
type: Component,
|
|
1070
993
|
args: [{
|
|
1071
994
|
selector: 'dyte-debugger-screenshare',
|
|
@@ -1074,24 +997,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1074
997
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1075
998
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't'],
|
|
1076
999
|
}]
|
|
1077
|
-
}], ctorParameters: ()
|
|
1000
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1078
1001
|
let DyteDebuggerSystem = class DyteDebuggerSystem {
|
|
1079
|
-
z;
|
|
1080
|
-
el;
|
|
1081
1002
|
constructor(c, r, z) {
|
|
1082
1003
|
this.z = z;
|
|
1083
1004
|
c.detach();
|
|
1084
1005
|
this.el = r.nativeElement;
|
|
1085
1006
|
}
|
|
1086
|
-
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 });
|
|
1087
|
-
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 });
|
|
1088
1007
|
};
|
|
1008
|
+
DyteDebuggerSystem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebuggerSystem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1009
|
+
DyteDebuggerSystem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteDebuggerSystem, 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 });
|
|
1089
1010
|
DyteDebuggerSystem = __decorate([
|
|
1090
1011
|
ProxyCmp({
|
|
1091
1012
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
1092
1013
|
})
|
|
1093
1014
|
], DyteDebuggerSystem);
|
|
1094
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1015
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebuggerSystem, decorators: [{
|
|
1095
1016
|
type: Component,
|
|
1096
1017
|
args: [{
|
|
1097
1018
|
selector: 'dyte-debugger-system',
|
|
@@ -1100,25 +1021,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1100
1021
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1101
1022
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't'],
|
|
1102
1023
|
}]
|
|
1103
|
-
}], ctorParameters: ()
|
|
1024
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1104
1025
|
let DyteDebuggerToggle = class DyteDebuggerToggle {
|
|
1105
|
-
z;
|
|
1106
|
-
el;
|
|
1107
1026
|
constructor(c, r, z) {
|
|
1108
1027
|
this.z = z;
|
|
1109
1028
|
c.detach();
|
|
1110
1029
|
this.el = r.nativeElement;
|
|
1111
1030
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
1112
1031
|
}
|
|
1113
|
-
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 });
|
|
1114
|
-
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 });
|
|
1115
1032
|
};
|
|
1033
|
+
DyteDebuggerToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebuggerToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1034
|
+
DyteDebuggerToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteDebuggerToggle, 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 });
|
|
1116
1035
|
DyteDebuggerToggle = __decorate([
|
|
1117
1036
|
ProxyCmp({
|
|
1118
1037
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
1119
1038
|
})
|
|
1120
1039
|
], DyteDebuggerToggle);
|
|
1121
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebuggerToggle, decorators: [{
|
|
1122
1041
|
type: Component,
|
|
1123
1042
|
args: [{
|
|
1124
1043
|
selector: 'dyte-debugger-toggle',
|
|
@@ -1127,24 +1046,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1127
1046
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1128
1047
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant'],
|
|
1129
1048
|
}]
|
|
1130
|
-
}], ctorParameters: ()
|
|
1049
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1131
1050
|
let DyteDebuggerVideo = class DyteDebuggerVideo {
|
|
1132
|
-
z;
|
|
1133
|
-
el;
|
|
1134
1051
|
constructor(c, r, z) {
|
|
1135
1052
|
this.z = z;
|
|
1136
1053
|
c.detach();
|
|
1137
1054
|
this.el = r.nativeElement;
|
|
1138
1055
|
}
|
|
1139
|
-
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 });
|
|
1140
|
-
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 });
|
|
1141
1056
|
};
|
|
1057
|
+
DyteDebuggerVideo.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebuggerVideo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1058
|
+
DyteDebuggerVideo.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteDebuggerVideo, 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 });
|
|
1142
1059
|
DyteDebuggerVideo = __decorate([
|
|
1143
1060
|
ProxyCmp({
|
|
1144
1061
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
1145
1062
|
})
|
|
1146
1063
|
], DyteDebuggerVideo);
|
|
1147
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1064
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebuggerVideo, decorators: [{
|
|
1148
1065
|
type: Component,
|
|
1149
1066
|
args: [{
|
|
1150
1067
|
selector: 'dyte-debugger-video',
|
|
@@ -1153,25 +1070,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1153
1070
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1154
1071
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't'],
|
|
1155
1072
|
}]
|
|
1156
|
-
}], ctorParameters: ()
|
|
1073
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1157
1074
|
let DyteDialog = class DyteDialog {
|
|
1158
|
-
z;
|
|
1159
|
-
el;
|
|
1160
1075
|
constructor(c, r, z) {
|
|
1161
1076
|
this.z = z;
|
|
1162
1077
|
c.detach();
|
|
1163
1078
|
this.el = r.nativeElement;
|
|
1164
1079
|
proxyOutputs(this, this.el, ['dyteDialogClose']);
|
|
1165
1080
|
}
|
|
1166
|
-
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 });
|
|
1167
|
-
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 });
|
|
1168
1081
|
};
|
|
1082
|
+
DyteDialog.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1083
|
+
DyteDialog.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteDialog, 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 });
|
|
1169
1084
|
DyteDialog = __decorate([
|
|
1170
1085
|
ProxyCmp({
|
|
1171
1086
|
inputs: ['config', 'disableEscapeKey', 'hideCloseButton', 'iconPack', 'meeting', 'open', 'size', 'states', 't']
|
|
1172
1087
|
})
|
|
1173
1088
|
], DyteDialog);
|
|
1174
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1089
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDialog, decorators: [{
|
|
1175
1090
|
type: Component,
|
|
1176
1091
|
args: [{
|
|
1177
1092
|
selector: 'dyte-dialog',
|
|
@@ -1180,25 +1095,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1180
1095
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1181
1096
|
inputs: ['config', 'disableEscapeKey', 'hideCloseButton', 'iconPack', 'meeting', 'open', 'size', 'states', 't'],
|
|
1182
1097
|
}]
|
|
1183
|
-
}], ctorParameters: ()
|
|
1098
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1184
1099
|
let DyteDialogManager = class DyteDialogManager {
|
|
1185
|
-
z;
|
|
1186
|
-
el;
|
|
1187
1100
|
constructor(c, r, z) {
|
|
1188
1101
|
this.z = z;
|
|
1189
1102
|
c.detach();
|
|
1190
1103
|
this.el = r.nativeElement;
|
|
1191
1104
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
1192
1105
|
}
|
|
1193
|
-
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 });
|
|
1194
|
-
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 });
|
|
1195
1106
|
};
|
|
1107
|
+
DyteDialogManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDialogManager, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1108
|
+
DyteDialogManager.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteDialogManager, 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 });
|
|
1196
1109
|
DyteDialogManager = __decorate([
|
|
1197
1110
|
ProxyCmp({
|
|
1198
1111
|
inputs: ['config', 'iconPack', 'meeting', 'size', 'states', 't']
|
|
1199
1112
|
})
|
|
1200
1113
|
], DyteDialogManager);
|
|
1201
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDialogManager, decorators: [{
|
|
1202
1115
|
type: Component,
|
|
1203
1116
|
args: [{
|
|
1204
1117
|
selector: 'dyte-dialog-manager',
|
|
@@ -1207,25 +1120,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1207
1120
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1208
1121
|
inputs: ['config', 'iconPack', 'meeting', 'size', 'states', 't'],
|
|
1209
1122
|
}]
|
|
1210
|
-
}], ctorParameters: ()
|
|
1123
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1211
1124
|
let DyteDraftAttachmentView = class DyteDraftAttachmentView {
|
|
1212
|
-
z;
|
|
1213
|
-
el;
|
|
1214
1125
|
constructor(c, r, z) {
|
|
1215
1126
|
this.z = z;
|
|
1216
1127
|
c.detach();
|
|
1217
1128
|
this.el = r.nativeElement;
|
|
1218
1129
|
proxyOutputs(this, this.el, ['deleteAttachment']);
|
|
1219
1130
|
}
|
|
1220
|
-
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 });
|
|
1221
|
-
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 });
|
|
1222
1131
|
};
|
|
1132
|
+
DyteDraftAttachmentView.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDraftAttachmentView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1133
|
+
DyteDraftAttachmentView.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteDraftAttachmentView, 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 });
|
|
1223
1134
|
DyteDraftAttachmentView = __decorate([
|
|
1224
1135
|
ProxyCmp({
|
|
1225
1136
|
inputs: ['attachment', 'iconPack', 't']
|
|
1226
1137
|
})
|
|
1227
1138
|
], DyteDraftAttachmentView);
|
|
1228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1139
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDraftAttachmentView, decorators: [{
|
|
1229
1140
|
type: Component,
|
|
1230
1141
|
args: [{
|
|
1231
1142
|
selector: 'dyte-draft-attachment-view',
|
|
@@ -1234,51 +1145,47 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1234
1145
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1235
1146
|
inputs: ['attachment', 'iconPack', 't'],
|
|
1236
1147
|
}]
|
|
1237
|
-
}], ctorParameters: ()
|
|
1148
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1238
1149
|
let DyteEmojiPicker = class DyteEmojiPicker {
|
|
1239
|
-
z;
|
|
1240
|
-
el;
|
|
1241
1150
|
constructor(c, r, z) {
|
|
1242
1151
|
this.z = z;
|
|
1243
1152
|
c.detach();
|
|
1244
1153
|
this.el = r.nativeElement;
|
|
1245
1154
|
proxyOutputs(this, this.el, ['pickerClose', 'dyteEmojiClicked']);
|
|
1246
1155
|
}
|
|
1247
|
-
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 });
|
|
1248
|
-
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 });
|
|
1249
1156
|
};
|
|
1157
|
+
DyteEmojiPicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteEmojiPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1158
|
+
DyteEmojiPicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteEmojiPicker, selector: "dyte-emoji-picker", inputs: { focusWhenOpened: "focusWhenOpened", iconPack: "iconPack", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1250
1159
|
DyteEmojiPicker = __decorate([
|
|
1251
1160
|
ProxyCmp({
|
|
1252
|
-
inputs: ['iconPack', 't']
|
|
1161
|
+
inputs: ['focusWhenOpened', 'iconPack', 't']
|
|
1253
1162
|
})
|
|
1254
1163
|
], DyteEmojiPicker);
|
|
1255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteEmojiPicker, decorators: [{
|
|
1256
1165
|
type: Component,
|
|
1257
1166
|
args: [{
|
|
1258
1167
|
selector: 'dyte-emoji-picker',
|
|
1259
1168
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1260
1169
|
template: '<ng-content></ng-content>',
|
|
1261
1170
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1262
|
-
inputs: ['iconPack', 't'],
|
|
1171
|
+
inputs: ['focusWhenOpened', 'iconPack', 't'],
|
|
1263
1172
|
}]
|
|
1264
|
-
}], ctorParameters: ()
|
|
1173
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1265
1174
|
let DyteEmojiPickerButton = class DyteEmojiPickerButton {
|
|
1266
|
-
z;
|
|
1267
|
-
el;
|
|
1268
1175
|
constructor(c, r, z) {
|
|
1269
1176
|
this.z = z;
|
|
1270
1177
|
c.detach();
|
|
1271
1178
|
this.el = r.nativeElement;
|
|
1272
1179
|
}
|
|
1273
|
-
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 });
|
|
1274
|
-
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 });
|
|
1275
1180
|
};
|
|
1181
|
+
DyteEmojiPickerButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteEmojiPickerButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1182
|
+
DyteEmojiPickerButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteEmojiPickerButton, 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 });
|
|
1276
1183
|
DyteEmojiPickerButton = __decorate([
|
|
1277
1184
|
ProxyCmp({
|
|
1278
1185
|
inputs: ['iconPack', 'isActive', 't']
|
|
1279
1186
|
})
|
|
1280
1187
|
], DyteEmojiPickerButton);
|
|
1281
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteEmojiPickerButton, decorators: [{
|
|
1282
1189
|
type: Component,
|
|
1283
1190
|
args: [{
|
|
1284
1191
|
selector: 'dyte-emoji-picker-button',
|
|
@@ -1287,24 +1194,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1287
1194
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1288
1195
|
inputs: ['iconPack', 'isActive', 't'],
|
|
1289
1196
|
}]
|
|
1290
|
-
}], ctorParameters: ()
|
|
1197
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1291
1198
|
let DyteEndedScreen = class DyteEndedScreen {
|
|
1292
|
-
z;
|
|
1293
|
-
el;
|
|
1294
1199
|
constructor(c, r, z) {
|
|
1295
1200
|
this.z = z;
|
|
1296
1201
|
c.detach();
|
|
1297
1202
|
this.el = r.nativeElement;
|
|
1298
1203
|
}
|
|
1299
|
-
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 });
|
|
1300
|
-
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 });
|
|
1301
1204
|
};
|
|
1205
|
+
DyteEndedScreen.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteEndedScreen, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1206
|
+
DyteEndedScreen.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteEndedScreen, 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 });
|
|
1302
1207
|
DyteEndedScreen = __decorate([
|
|
1303
1208
|
ProxyCmp({
|
|
1304
1209
|
inputs: ['config', 'iconPack', 'meeting', 'size', 'states', 't']
|
|
1305
1210
|
})
|
|
1306
1211
|
], DyteEndedScreen);
|
|
1307
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1212
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteEndedScreen, decorators: [{
|
|
1308
1213
|
type: Component,
|
|
1309
1214
|
args: [{
|
|
1310
1215
|
selector: 'dyte-ended-screen',
|
|
@@ -1313,25 +1218,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1313
1218
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1314
1219
|
inputs: ['config', 'iconPack', 'meeting', 'size', 'states', 't'],
|
|
1315
1220
|
}]
|
|
1316
|
-
}], ctorParameters: ()
|
|
1221
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1317
1222
|
let DyteFileDropzone = class DyteFileDropzone {
|
|
1318
|
-
z;
|
|
1319
|
-
el;
|
|
1320
1223
|
constructor(c, r, z) {
|
|
1321
1224
|
this.z = z;
|
|
1322
1225
|
c.detach();
|
|
1323
1226
|
this.el = r.nativeElement;
|
|
1324
1227
|
proxyOutputs(this, this.el, ['dropCallback']);
|
|
1325
1228
|
}
|
|
1326
|
-
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 });
|
|
1327
|
-
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 });
|
|
1328
1229
|
};
|
|
1230
|
+
DyteFileDropzone.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteFileDropzone, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1231
|
+
DyteFileDropzone.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteFileDropzone, selector: "dyte-file-dropzone", inputs: { hostEl: "hostEl", iconPack: "iconPack", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1329
1232
|
DyteFileDropzone = __decorate([
|
|
1330
1233
|
ProxyCmp({
|
|
1331
1234
|
inputs: ['hostEl', 'iconPack', 't']
|
|
1332
1235
|
})
|
|
1333
1236
|
], DyteFileDropzone);
|
|
1334
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1237
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteFileDropzone, decorators: [{
|
|
1335
1238
|
type: Component,
|
|
1336
1239
|
args: [{
|
|
1337
1240
|
selector: 'dyte-file-dropzone',
|
|
@@ -1340,24 +1243,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1340
1243
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1341
1244
|
inputs: ['hostEl', 'iconPack', 't'],
|
|
1342
1245
|
}]
|
|
1343
|
-
}], ctorParameters: ()
|
|
1246
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1344
1247
|
let DyteFileMessage = class DyteFileMessage {
|
|
1345
|
-
z;
|
|
1346
|
-
el;
|
|
1347
1248
|
constructor(c, r, z) {
|
|
1348
1249
|
this.z = z;
|
|
1349
1250
|
c.detach();
|
|
1350
1251
|
this.el = r.nativeElement;
|
|
1351
1252
|
}
|
|
1352
|
-
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 });
|
|
1353
|
-
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 });
|
|
1354
1253
|
};
|
|
1254
|
+
DyteFileMessage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteFileMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1255
|
+
DyteFileMessage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteFileMessage, 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 });
|
|
1355
1256
|
DyteFileMessage = __decorate([
|
|
1356
1257
|
ProxyCmp({
|
|
1357
1258
|
inputs: ['iconPack', 'isContinued', 'message', 'now', 'showBubble', 't']
|
|
1358
1259
|
})
|
|
1359
1260
|
], DyteFileMessage);
|
|
1360
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteFileMessage, decorators: [{
|
|
1361
1262
|
type: Component,
|
|
1362
1263
|
args: [{
|
|
1363
1264
|
selector: 'dyte-file-message',
|
|
@@ -1366,24 +1267,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1366
1267
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1367
1268
|
inputs: ['iconPack', 'isContinued', 'message', 'now', 'showBubble', 't'],
|
|
1368
1269
|
}]
|
|
1369
|
-
}], ctorParameters: ()
|
|
1270
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1370
1271
|
let DyteFileMessageView = class DyteFileMessageView {
|
|
1371
|
-
z;
|
|
1372
|
-
el;
|
|
1373
1272
|
constructor(c, r, z) {
|
|
1374
1273
|
this.z = z;
|
|
1375
1274
|
c.detach();
|
|
1376
1275
|
this.el = r.nativeElement;
|
|
1377
1276
|
}
|
|
1378
|
-
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 });
|
|
1379
|
-
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", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1380
1277
|
};
|
|
1278
|
+
DyteFileMessageView.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteFileMessageView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1279
|
+
DyteFileMessageView.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteFileMessageView, selector: "dyte-file-message-view", inputs: { iconPack: "iconPack", name: "name", size: "size", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1381
1280
|
DyteFileMessageView = __decorate([
|
|
1382
1281
|
ProxyCmp({
|
|
1383
1282
|
inputs: ['iconPack', 'name', 'size', 'url']
|
|
1384
1283
|
})
|
|
1385
1284
|
], DyteFileMessageView);
|
|
1386
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteFileMessageView, decorators: [{
|
|
1387
1286
|
type: Component,
|
|
1388
1287
|
args: [{
|
|
1389
1288
|
selector: 'dyte-file-message-view',
|
|
@@ -1392,25 +1291,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1392
1291
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1393
1292
|
inputs: ['iconPack', 'name', 'size', 'url'],
|
|
1394
1293
|
}]
|
|
1395
|
-
}], ctorParameters: ()
|
|
1294
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1396
1295
|
let DyteFilePickerButton = class DyteFilePickerButton {
|
|
1397
|
-
z;
|
|
1398
|
-
el;
|
|
1399
1296
|
constructor(c, r, z) {
|
|
1400
1297
|
this.z = z;
|
|
1401
1298
|
c.detach();
|
|
1402
1299
|
this.el = r.nativeElement;
|
|
1403
1300
|
proxyOutputs(this, this.el, ['fileChange']);
|
|
1404
1301
|
}
|
|
1405
|
-
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 });
|
|
1406
|
-
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 });
|
|
1407
1302
|
};
|
|
1303
|
+
DyteFilePickerButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteFilePickerButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1304
|
+
DyteFilePickerButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteFilePickerButton, 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 });
|
|
1408
1305
|
DyteFilePickerButton = __decorate([
|
|
1409
1306
|
ProxyCmp({
|
|
1410
1307
|
inputs: ['filter', 'icon', 'iconPack', 'label', 't']
|
|
1411
1308
|
})
|
|
1412
1309
|
], DyteFilePickerButton);
|
|
1413
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteFilePickerButton, decorators: [{
|
|
1414
1311
|
type: Component,
|
|
1415
1312
|
args: [{
|
|
1416
1313
|
selector: 'dyte-file-picker-button',
|
|
@@ -1419,25 +1316,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1419
1316
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1420
1317
|
inputs: ['filter', 'icon', 'iconPack', 'label', 't'],
|
|
1421
1318
|
}]
|
|
1422
|
-
}], ctorParameters: ()
|
|
1319
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1423
1320
|
let DyteFullscreenToggle = class DyteFullscreenToggle {
|
|
1424
|
-
z;
|
|
1425
|
-
el;
|
|
1426
1321
|
constructor(c, r, z) {
|
|
1427
1322
|
this.z = z;
|
|
1428
1323
|
c.detach();
|
|
1429
1324
|
this.el = r.nativeElement;
|
|
1430
1325
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
1431
1326
|
}
|
|
1432
|
-
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 });
|
|
1433
|
-
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 });
|
|
1434
1327
|
};
|
|
1328
|
+
DyteFullscreenToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteFullscreenToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1329
|
+
DyteFullscreenToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteFullscreenToggle, 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 });
|
|
1435
1330
|
DyteFullscreenToggle = __decorate([
|
|
1436
1331
|
ProxyCmp({
|
|
1437
1332
|
inputs: ['iconPack', 'size', 'states', 't', 'targetElement', 'variant']
|
|
1438
1333
|
})
|
|
1439
1334
|
], DyteFullscreenToggle);
|
|
1440
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteFullscreenToggle, decorators: [{
|
|
1441
1336
|
type: Component,
|
|
1442
1337
|
args: [{
|
|
1443
1338
|
selector: 'dyte-fullscreen-toggle',
|
|
@@ -1446,25 +1341,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1446
1341
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1447
1342
|
inputs: ['iconPack', 'size', 'states', 't', 'targetElement', 'variant'],
|
|
1448
1343
|
}]
|
|
1449
|
-
}], ctorParameters: ()
|
|
1344
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1450
1345
|
let DyteGrid = class DyteGrid {
|
|
1451
|
-
z;
|
|
1452
|
-
el;
|
|
1453
1346
|
constructor(c, r, z) {
|
|
1454
1347
|
this.z = z;
|
|
1455
1348
|
c.detach();
|
|
1456
1349
|
this.el = r.nativeElement;
|
|
1457
1350
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
1458
1351
|
}
|
|
1459
|
-
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 });
|
|
1460
|
-
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 });
|
|
1461
1352
|
};
|
|
1353
|
+
DyteGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1354
|
+
DyteGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteGrid, 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 });
|
|
1462
1355
|
DyteGrid = __decorate([
|
|
1463
1356
|
ProxyCmp({
|
|
1464
1357
|
inputs: ['aspectRatio', 'config', 'gap', 'gridSize', 'iconPack', 'layout', 'meeting', 'overrides', 'size', 'states', 't']
|
|
1465
1358
|
})
|
|
1466
1359
|
], DyteGrid);
|
|
1467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1360
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteGrid, decorators: [{
|
|
1468
1361
|
type: Component,
|
|
1469
1362
|
args: [{
|
|
1470
1363
|
selector: 'dyte-grid',
|
|
@@ -1473,24 +1366,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1473
1366
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1474
1367
|
inputs: ['aspectRatio', 'config', 'gap', 'gridSize', 'iconPack', 'layout', 'meeting', 'overrides', 'size', 'states', 't'],
|
|
1475
1368
|
}]
|
|
1476
|
-
}], ctorParameters: ()
|
|
1369
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1477
1370
|
let DyteGridPagination = class DyteGridPagination {
|
|
1478
|
-
z;
|
|
1479
|
-
el;
|
|
1480
1371
|
constructor(c, r, z) {
|
|
1481
1372
|
this.z = z;
|
|
1482
1373
|
c.detach();
|
|
1483
1374
|
this.el = r.nativeElement;
|
|
1484
1375
|
}
|
|
1485
|
-
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 });
|
|
1486
|
-
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 });
|
|
1487
1376
|
};
|
|
1377
|
+
DyteGridPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteGridPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1378
|
+
DyteGridPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteGridPagination, 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 });
|
|
1488
1379
|
DyteGridPagination = __decorate([
|
|
1489
1380
|
ProxyCmp({
|
|
1490
1381
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
1491
1382
|
})
|
|
1492
1383
|
], DyteGridPagination);
|
|
1493
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1384
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteGridPagination, decorators: [{
|
|
1494
1385
|
type: Component,
|
|
1495
1386
|
args: [{
|
|
1496
1387
|
selector: 'dyte-grid-pagination',
|
|
@@ -1499,24 +1390,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1499
1390
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1500
1391
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant'],
|
|
1501
1392
|
}]
|
|
1502
|
-
}], ctorParameters: ()
|
|
1393
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1503
1394
|
let DyteHeader = class DyteHeader {
|
|
1504
|
-
z;
|
|
1505
|
-
el;
|
|
1506
1395
|
constructor(c, r, z) {
|
|
1507
1396
|
this.z = z;
|
|
1508
1397
|
c.detach();
|
|
1509
1398
|
this.el = r.nativeElement;
|
|
1510
1399
|
}
|
|
1511
|
-
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 });
|
|
1512
|
-
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 });
|
|
1513
1400
|
};
|
|
1401
|
+
DyteHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1402
|
+
DyteHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteHeader, 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 });
|
|
1514
1403
|
DyteHeader = __decorate([
|
|
1515
1404
|
ProxyCmp({
|
|
1516
1405
|
inputs: ['config', 'disableRender', 'iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
1517
1406
|
})
|
|
1518
1407
|
], DyteHeader);
|
|
1519
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1408
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteHeader, decorators: [{
|
|
1520
1409
|
type: Component,
|
|
1521
1410
|
args: [{
|
|
1522
1411
|
selector: 'dyte-header',
|
|
@@ -1525,24 +1414,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1525
1414
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1526
1415
|
inputs: ['config', 'disableRender', 'iconPack', 'meeting', 'size', 'states', 't', 'variant'],
|
|
1527
1416
|
}]
|
|
1528
|
-
}], ctorParameters: ()
|
|
1417
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1529
1418
|
let DyteIcon = class DyteIcon {
|
|
1530
|
-
z;
|
|
1531
|
-
el;
|
|
1532
1419
|
constructor(c, r, z) {
|
|
1533
1420
|
this.z = z;
|
|
1534
1421
|
c.detach();
|
|
1535
1422
|
this.el = r.nativeElement;
|
|
1536
1423
|
}
|
|
1537
|
-
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 });
|
|
1538
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteIcon, isStandalone: true, selector: "dyte-icon", inputs: { icon: "icon", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1539
1424
|
};
|
|
1425
|
+
DyteIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1426
|
+
DyteIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteIcon, selector: "dyte-icon", inputs: { icon: "icon", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1540
1427
|
DyteIcon = __decorate([
|
|
1541
1428
|
ProxyCmp({
|
|
1542
1429
|
inputs: ['icon', 'size', 'variant']
|
|
1543
1430
|
})
|
|
1544
1431
|
], DyteIcon);
|
|
1545
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1432
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteIcon, decorators: [{
|
|
1546
1433
|
type: Component,
|
|
1547
1434
|
args: [{
|
|
1548
1435
|
selector: 'dyte-icon',
|
|
@@ -1551,24 +1438,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1551
1438
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1552
1439
|
inputs: ['icon', 'size', 'variant'],
|
|
1553
1440
|
}]
|
|
1554
|
-
}], ctorParameters: ()
|
|
1441
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1555
1442
|
let DyteIdleScreen = class DyteIdleScreen {
|
|
1556
|
-
z;
|
|
1557
|
-
el;
|
|
1558
1443
|
constructor(c, r, z) {
|
|
1559
1444
|
this.z = z;
|
|
1560
1445
|
c.detach();
|
|
1561
1446
|
this.el = r.nativeElement;
|
|
1562
1447
|
}
|
|
1563
|
-
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 });
|
|
1564
|
-
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 });
|
|
1565
1448
|
};
|
|
1449
|
+
DyteIdleScreen.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteIdleScreen, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1450
|
+
DyteIdleScreen.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteIdleScreen, 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 });
|
|
1566
1451
|
DyteIdleScreen = __decorate([
|
|
1567
1452
|
ProxyCmp({
|
|
1568
1453
|
inputs: ['config', 'iconPack', 'meeting', 't']
|
|
1569
1454
|
})
|
|
1570
1455
|
], DyteIdleScreen);
|
|
1571
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1456
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteIdleScreen, decorators: [{
|
|
1572
1457
|
type: Component,
|
|
1573
1458
|
args: [{
|
|
1574
1459
|
selector: 'dyte-idle-screen',
|
|
@@ -1577,25 +1462,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1577
1462
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1578
1463
|
inputs: ['config', 'iconPack', 'meeting', 't'],
|
|
1579
1464
|
}]
|
|
1580
|
-
}], ctorParameters: ()
|
|
1465
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1581
1466
|
let DyteImageMessage = class DyteImageMessage {
|
|
1582
|
-
z;
|
|
1583
|
-
el;
|
|
1584
1467
|
constructor(c, r, z) {
|
|
1585
1468
|
this.z = z;
|
|
1586
1469
|
c.detach();
|
|
1587
1470
|
this.el = r.nativeElement;
|
|
1588
1471
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
1589
1472
|
}
|
|
1590
|
-
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 });
|
|
1591
|
-
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 });
|
|
1592
1473
|
};
|
|
1474
|
+
DyteImageMessage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteImageMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1475
|
+
DyteImageMessage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteImageMessage, 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 });
|
|
1593
1476
|
DyteImageMessage = __decorate([
|
|
1594
1477
|
ProxyCmp({
|
|
1595
1478
|
inputs: ['iconPack', 'isContinued', 'message', 'now', 'showBubble', 't']
|
|
1596
1479
|
})
|
|
1597
1480
|
], DyteImageMessage);
|
|
1598
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1481
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteImageMessage, decorators: [{
|
|
1599
1482
|
type: Component,
|
|
1600
1483
|
args: [{
|
|
1601
1484
|
selector: 'dyte-image-message',
|
|
@@ -1604,25 +1487,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1604
1487
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1605
1488
|
inputs: ['iconPack', 'isContinued', 'message', 'now', 'showBubble', 't'],
|
|
1606
1489
|
}]
|
|
1607
|
-
}], ctorParameters: ()
|
|
1490
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1608
1491
|
let DyteImageMessageView = class DyteImageMessageView {
|
|
1609
|
-
z;
|
|
1610
|
-
el;
|
|
1611
1492
|
constructor(c, r, z) {
|
|
1612
1493
|
this.z = z;
|
|
1613
1494
|
c.detach();
|
|
1614
1495
|
this.el = r.nativeElement;
|
|
1615
1496
|
proxyOutputs(this, this.el, ['preview']);
|
|
1616
1497
|
}
|
|
1617
|
-
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 });
|
|
1618
|
-
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 });
|
|
1619
1498
|
};
|
|
1499
|
+
DyteImageMessageView.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteImageMessageView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1500
|
+
DyteImageMessageView.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteImageMessageView, 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 });
|
|
1620
1501
|
DyteImageMessageView = __decorate([
|
|
1621
1502
|
ProxyCmp({
|
|
1622
1503
|
inputs: ['iconPack', 't', 'url']
|
|
1623
1504
|
})
|
|
1624
1505
|
], DyteImageMessageView);
|
|
1625
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1506
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteImageMessageView, decorators: [{
|
|
1626
1507
|
type: Component,
|
|
1627
1508
|
args: [{
|
|
1628
1509
|
selector: 'dyte-image-message-view',
|
|
@@ -1631,25 +1512,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1631
1512
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1632
1513
|
inputs: ['iconPack', 't', 'url'],
|
|
1633
1514
|
}]
|
|
1634
|
-
}], ctorParameters: ()
|
|
1515
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1635
1516
|
let DyteImageViewer = class DyteImageViewer {
|
|
1636
|
-
z;
|
|
1637
|
-
el;
|
|
1638
1517
|
constructor(c, r, z) {
|
|
1639
1518
|
this.z = z;
|
|
1640
1519
|
c.detach();
|
|
1641
1520
|
this.el = r.nativeElement;
|
|
1642
1521
|
proxyOutputs(this, this.el, ['close']);
|
|
1643
1522
|
}
|
|
1644
|
-
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 });
|
|
1645
|
-
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 });
|
|
1646
1523
|
};
|
|
1524
|
+
DyteImageViewer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteImageViewer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1525
|
+
DyteImageViewer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteImageViewer, 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 });
|
|
1647
1526
|
DyteImageViewer = __decorate([
|
|
1648
1527
|
ProxyCmp({
|
|
1649
1528
|
inputs: ['iconPack', 'image', 'size', 't']
|
|
1650
1529
|
})
|
|
1651
1530
|
], DyteImageViewer);
|
|
1652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1531
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteImageViewer, decorators: [{
|
|
1653
1532
|
type: Component,
|
|
1654
1533
|
args: [{
|
|
1655
1534
|
selector: 'dyte-image-viewer',
|
|
@@ -1658,24 +1537,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1658
1537
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1659
1538
|
inputs: ['iconPack', 'image', 'size', 't'],
|
|
1660
1539
|
}]
|
|
1661
|
-
}], ctorParameters: ()
|
|
1540
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1662
1541
|
let DyteInformationTooltip = class DyteInformationTooltip {
|
|
1663
|
-
z;
|
|
1664
|
-
el;
|
|
1665
1542
|
constructor(c, r, z) {
|
|
1666
1543
|
this.z = z;
|
|
1667
1544
|
c.detach();
|
|
1668
1545
|
this.el = r.nativeElement;
|
|
1669
1546
|
}
|
|
1670
|
-
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 });
|
|
1671
|
-
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 });
|
|
1672
1547
|
};
|
|
1548
|
+
DyteInformationTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteInformationTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1549
|
+
DyteInformationTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteInformationTooltip, selector: "dyte-information-tooltip", inputs: { iconPack: "iconPack" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1673
1550
|
DyteInformationTooltip = __decorate([
|
|
1674
1551
|
ProxyCmp({
|
|
1675
1552
|
inputs: ['iconPack']
|
|
1676
1553
|
})
|
|
1677
1554
|
], DyteInformationTooltip);
|
|
1678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1555
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteInformationTooltip, decorators: [{
|
|
1679
1556
|
type: Component,
|
|
1680
1557
|
args: [{
|
|
1681
1558
|
selector: 'dyte-information-tooltip',
|
|
@@ -1684,25 +1561,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1684
1561
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1685
1562
|
inputs: ['iconPack'],
|
|
1686
1563
|
}]
|
|
1687
|
-
}], ctorParameters: ()
|
|
1564
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1688
1565
|
let DyteJoinStage = class DyteJoinStage {
|
|
1689
|
-
z;
|
|
1690
|
-
el;
|
|
1691
1566
|
constructor(c, r, z) {
|
|
1692
1567
|
this.z = z;
|
|
1693
1568
|
c.detach();
|
|
1694
1569
|
this.el = r.nativeElement;
|
|
1695
1570
|
proxyOutputs(this, this.el, ['dyteStateUpdate', 'dyteJoinStage', 'dyteLeaveStage']);
|
|
1696
1571
|
}
|
|
1697
|
-
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 });
|
|
1698
|
-
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 });
|
|
1699
1572
|
};
|
|
1573
|
+
DyteJoinStage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteJoinStage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1574
|
+
DyteJoinStage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteJoinStage, 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 });
|
|
1700
1575
|
DyteJoinStage = __decorate([
|
|
1701
1576
|
ProxyCmp({
|
|
1702
1577
|
inputs: ['config', 'dataConfig', 'iconPack', 'meeting', 'size', 'states', 't']
|
|
1703
1578
|
})
|
|
1704
1579
|
], DyteJoinStage);
|
|
1705
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1580
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteJoinStage, decorators: [{
|
|
1706
1581
|
type: Component,
|
|
1707
1582
|
args: [{
|
|
1708
1583
|
selector: 'dyte-join-stage',
|
|
@@ -1711,25 +1586,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1711
1586
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1712
1587
|
inputs: ['config', 'dataConfig', 'iconPack', 'meeting', 'size', 'states', 't'],
|
|
1713
1588
|
}]
|
|
1714
|
-
}], ctorParameters: ()
|
|
1589
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1715
1590
|
let DyteLeaveButton = class DyteLeaveButton {
|
|
1716
|
-
z;
|
|
1717
|
-
el;
|
|
1718
1591
|
constructor(c, r, z) {
|
|
1719
1592
|
this.z = z;
|
|
1720
1593
|
c.detach();
|
|
1721
1594
|
this.el = r.nativeElement;
|
|
1722
1595
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
1723
1596
|
}
|
|
1724
|
-
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 });
|
|
1725
|
-
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 });
|
|
1726
1597
|
};
|
|
1598
|
+
DyteLeaveButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteLeaveButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1599
|
+
DyteLeaveButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteLeaveButton, 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 });
|
|
1727
1600
|
DyteLeaveButton = __decorate([
|
|
1728
1601
|
ProxyCmp({
|
|
1729
1602
|
inputs: ['iconPack', 'size', 't', 'variant']
|
|
1730
1603
|
})
|
|
1731
1604
|
], DyteLeaveButton);
|
|
1732
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteLeaveButton, decorators: [{
|
|
1733
1606
|
type: Component,
|
|
1734
1607
|
args: [{
|
|
1735
1608
|
selector: 'dyte-leave-button',
|
|
@@ -1738,25 +1611,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1738
1611
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1739
1612
|
inputs: ['iconPack', 'size', 't', 'variant'],
|
|
1740
1613
|
}]
|
|
1741
|
-
}], ctorParameters: ()
|
|
1614
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1742
1615
|
let DyteLeaveMeeting = class DyteLeaveMeeting {
|
|
1743
|
-
z;
|
|
1744
|
-
el;
|
|
1745
1616
|
constructor(c, r, z) {
|
|
1746
1617
|
this.z = z;
|
|
1747
1618
|
c.detach();
|
|
1748
1619
|
this.el = r.nativeElement;
|
|
1749
1620
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
1750
1621
|
}
|
|
1751
|
-
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 });
|
|
1752
|
-
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 });
|
|
1753
1622
|
};
|
|
1623
|
+
DyteLeaveMeeting.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteLeaveMeeting, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1624
|
+
DyteLeaveMeeting.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteLeaveMeeting, 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 });
|
|
1754
1625
|
DyteLeaveMeeting = __decorate([
|
|
1755
1626
|
ProxyCmp({
|
|
1756
1627
|
inputs: ['iconPack', 'meeting', 'states', 't']
|
|
1757
1628
|
})
|
|
1758
1629
|
], DyteLeaveMeeting);
|
|
1759
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1630
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteLeaveMeeting, decorators: [{
|
|
1760
1631
|
type: Component,
|
|
1761
1632
|
args: [{
|
|
1762
1633
|
selector: 'dyte-leave-meeting',
|
|
@@ -1765,24 +1636,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1765
1636
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1766
1637
|
inputs: ['iconPack', 'meeting', 'states', 't'],
|
|
1767
1638
|
}]
|
|
1768
|
-
}], ctorParameters: ()
|
|
1639
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1769
1640
|
let DyteLivestreamIndicator = class DyteLivestreamIndicator {
|
|
1770
|
-
z;
|
|
1771
|
-
el;
|
|
1772
1641
|
constructor(c, r, z) {
|
|
1773
1642
|
this.z = z;
|
|
1774
1643
|
c.detach();
|
|
1775
1644
|
this.el = r.nativeElement;
|
|
1776
1645
|
}
|
|
1777
|
-
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 });
|
|
1778
|
-
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 });
|
|
1779
1646
|
};
|
|
1647
|
+
DyteLivestreamIndicator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteLivestreamIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1648
|
+
DyteLivestreamIndicator.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteLivestreamIndicator, 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 });
|
|
1780
1649
|
DyteLivestreamIndicator = __decorate([
|
|
1781
1650
|
ProxyCmp({
|
|
1782
1651
|
inputs: ['iconPack', 'meeting', 'size', 't']
|
|
1783
1652
|
})
|
|
1784
1653
|
], DyteLivestreamIndicator);
|
|
1785
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1654
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteLivestreamIndicator, decorators: [{
|
|
1786
1655
|
type: Component,
|
|
1787
1656
|
args: [{
|
|
1788
1657
|
selector: 'dyte-livestream-indicator',
|
|
@@ -1791,25 +1660,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1791
1660
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1792
1661
|
inputs: ['iconPack', 'meeting', 'size', 't'],
|
|
1793
1662
|
}]
|
|
1794
|
-
}], ctorParameters: ()
|
|
1663
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1795
1664
|
let DyteLivestreamPlayer = class DyteLivestreamPlayer {
|
|
1796
|
-
z;
|
|
1797
|
-
el;
|
|
1798
1665
|
constructor(c, r, z) {
|
|
1799
1666
|
this.z = z;
|
|
1800
1667
|
c.detach();
|
|
1801
1668
|
this.el = r.nativeElement;
|
|
1802
1669
|
proxyOutputs(this, this.el, ['dyteAPIError']);
|
|
1803
1670
|
}
|
|
1804
|
-
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 });
|
|
1805
|
-
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 });
|
|
1806
1671
|
};
|
|
1672
|
+
DyteLivestreamPlayer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteLivestreamPlayer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1673
|
+
DyteLivestreamPlayer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteLivestreamPlayer, 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 });
|
|
1807
1674
|
DyteLivestreamPlayer = __decorate([
|
|
1808
1675
|
ProxyCmp({
|
|
1809
1676
|
inputs: ['iconPack', 'meeting', 'size', 't']
|
|
1810
1677
|
})
|
|
1811
1678
|
], DyteLivestreamPlayer);
|
|
1812
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1679
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteLivestreamPlayer, decorators: [{
|
|
1813
1680
|
type: Component,
|
|
1814
1681
|
args: [{
|
|
1815
1682
|
selector: 'dyte-livestream-player',
|
|
@@ -1818,25 +1685,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1818
1685
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1819
1686
|
inputs: ['iconPack', 'meeting', 'size', 't'],
|
|
1820
1687
|
}]
|
|
1821
|
-
}], ctorParameters: ()
|
|
1688
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1822
1689
|
let DyteLivestreamToggle = class DyteLivestreamToggle {
|
|
1823
|
-
z;
|
|
1824
|
-
el;
|
|
1825
1690
|
constructor(c, r, z) {
|
|
1826
1691
|
this.z = z;
|
|
1827
1692
|
c.detach();
|
|
1828
1693
|
this.el = r.nativeElement;
|
|
1829
1694
|
proxyOutputs(this, this.el, ['dyteStateUpdate', 'dyteAPIError']);
|
|
1830
1695
|
}
|
|
1831
|
-
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 });
|
|
1832
|
-
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 });
|
|
1833
1696
|
};
|
|
1697
|
+
DyteLivestreamToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteLivestreamToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1698
|
+
DyteLivestreamToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteLivestreamToggle, 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 });
|
|
1834
1699
|
DyteLivestreamToggle = __decorate([
|
|
1835
1700
|
ProxyCmp({
|
|
1836
1701
|
inputs: ['iconPack', 'meeting', 'size', 't', 'variant']
|
|
1837
1702
|
})
|
|
1838
1703
|
], DyteLivestreamToggle);
|
|
1839
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1704
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteLivestreamToggle, decorators: [{
|
|
1840
1705
|
type: Component,
|
|
1841
1706
|
args: [{
|
|
1842
1707
|
selector: 'dyte-livestream-toggle',
|
|
@@ -1845,24 +1710,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1845
1710
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1846
1711
|
inputs: ['iconPack', 'meeting', 'size', 't', 'variant'],
|
|
1847
1712
|
}]
|
|
1848
|
-
}], ctorParameters: ()
|
|
1713
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1849
1714
|
let DyteLogo = class DyteLogo {
|
|
1850
|
-
z;
|
|
1851
|
-
el;
|
|
1852
1715
|
constructor(c, r, z) {
|
|
1853
1716
|
this.z = z;
|
|
1854
1717
|
c.detach();
|
|
1855
1718
|
this.el = r.nativeElement;
|
|
1856
1719
|
}
|
|
1857
|
-
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 });
|
|
1858
|
-
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 });
|
|
1859
1720
|
};
|
|
1721
|
+
DyteLogo.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1722
|
+
DyteLogo.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteLogo, 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 });
|
|
1860
1723
|
DyteLogo = __decorate([
|
|
1861
1724
|
ProxyCmp({
|
|
1862
1725
|
inputs: ['config', 'logoUrl', 'meeting', 't']
|
|
1863
1726
|
})
|
|
1864
1727
|
], DyteLogo);
|
|
1865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1728
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteLogo, decorators: [{
|
|
1866
1729
|
type: Component,
|
|
1867
1730
|
args: [{
|
|
1868
1731
|
selector: 'dyte-logo',
|
|
@@ -1871,24 +1734,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1871
1734
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1872
1735
|
inputs: ['config', 'logoUrl', 'meeting', 't'],
|
|
1873
1736
|
}]
|
|
1874
|
-
}], ctorParameters: ()
|
|
1737
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1875
1738
|
let DyteMarkdownView = class DyteMarkdownView {
|
|
1876
|
-
z;
|
|
1877
|
-
el;
|
|
1878
1739
|
constructor(c, r, z) {
|
|
1879
1740
|
this.z = z;
|
|
1880
1741
|
c.detach();
|
|
1881
1742
|
this.el = r.nativeElement;
|
|
1882
1743
|
}
|
|
1883
|
-
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 });
|
|
1884
|
-
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 });
|
|
1885
1744
|
};
|
|
1745
|
+
DyteMarkdownView.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMarkdownView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1746
|
+
DyteMarkdownView.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteMarkdownView, selector: "dyte-markdown-view", inputs: { maxLength: "maxLength", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1886
1747
|
DyteMarkdownView = __decorate([
|
|
1887
1748
|
ProxyCmp({
|
|
1888
1749
|
inputs: ['maxLength', 'text']
|
|
1889
1750
|
})
|
|
1890
1751
|
], DyteMarkdownView);
|
|
1891
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMarkdownView, decorators: [{
|
|
1892
1753
|
type: Component,
|
|
1893
1754
|
args: [{
|
|
1894
1755
|
selector: 'dyte-markdown-view',
|
|
@@ -1897,25 +1758,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1897
1758
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1898
1759
|
inputs: ['maxLength', 'text'],
|
|
1899
1760
|
}]
|
|
1900
|
-
}], ctorParameters: ()
|
|
1761
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1901
1762
|
let DyteMeeting = class DyteMeeting {
|
|
1902
|
-
z;
|
|
1903
|
-
el;
|
|
1904
1763
|
constructor(c, r, z) {
|
|
1905
1764
|
this.z = z;
|
|
1906
1765
|
c.detach();
|
|
1907
1766
|
this.el = r.nativeElement;
|
|
1908
1767
|
proxyOutputs(this, this.el, ['dyteStatesUpdate']);
|
|
1909
1768
|
}
|
|
1910
|
-
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 });
|
|
1911
|
-
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", iconPack: "iconPack", 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 });
|
|
1912
1769
|
};
|
|
1770
|
+
DyteMeeting.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMeeting, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1771
|
+
DyteMeeting.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteMeeting, selector: "dyte-meeting", inputs: { applyDesignSystem: "applyDesignSystem", config: "config", gridLayout: "gridLayout", iconPack: "iconPack", 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 });
|
|
1913
1772
|
DyteMeeting = __decorate([
|
|
1914
1773
|
ProxyCmp({
|
|
1915
1774
|
inputs: ['applyDesignSystem', 'config', 'gridLayout', 'iconPack', 'leaveOnUnmount', 'loadConfigFromPreset', 'meeting', 'mode', 'showSetupScreen', 'size', 't']
|
|
1916
1775
|
})
|
|
1917
1776
|
], DyteMeeting);
|
|
1918
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1777
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMeeting, decorators: [{
|
|
1919
1778
|
type: Component,
|
|
1920
1779
|
args: [{
|
|
1921
1780
|
selector: 'dyte-meeting',
|
|
@@ -1924,24 +1783,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1924
1783
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1925
1784
|
inputs: ['applyDesignSystem', 'config', 'gridLayout', 'iconPack', 'leaveOnUnmount', 'loadConfigFromPreset', 'meeting', 'mode', 'showSetupScreen', 'size', 't'],
|
|
1926
1785
|
}]
|
|
1927
|
-
}], ctorParameters: ()
|
|
1786
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1928
1787
|
let DyteMeetingTitle = class DyteMeetingTitle {
|
|
1929
|
-
z;
|
|
1930
|
-
el;
|
|
1931
1788
|
constructor(c, r, z) {
|
|
1932
1789
|
this.z = z;
|
|
1933
1790
|
c.detach();
|
|
1934
1791
|
this.el = r.nativeElement;
|
|
1935
1792
|
}
|
|
1936
|
-
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 });
|
|
1937
|
-
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 });
|
|
1938
1793
|
};
|
|
1794
|
+
DyteMeetingTitle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMeetingTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1795
|
+
DyteMeetingTitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteMeetingTitle, selector: "dyte-meeting-title", inputs: { iconPack: "iconPack", meeting: "meeting", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1939
1796
|
DyteMeetingTitle = __decorate([
|
|
1940
1797
|
ProxyCmp({
|
|
1941
1798
|
inputs: ['iconPack', 'meeting', 't']
|
|
1942
1799
|
})
|
|
1943
1800
|
], DyteMeetingTitle);
|
|
1944
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1801
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMeetingTitle, decorators: [{
|
|
1945
1802
|
type: Component,
|
|
1946
1803
|
args: [{
|
|
1947
1804
|
selector: 'dyte-meeting-title',
|
|
@@ -1950,24 +1807,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1950
1807
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1951
1808
|
inputs: ['iconPack', 'meeting', 't'],
|
|
1952
1809
|
}]
|
|
1953
|
-
}], ctorParameters: ()
|
|
1810
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1954
1811
|
let DyteMenu = class DyteMenu {
|
|
1955
|
-
z;
|
|
1956
|
-
el;
|
|
1957
1812
|
constructor(c, r, z) {
|
|
1958
1813
|
this.z = z;
|
|
1959
1814
|
c.detach();
|
|
1960
1815
|
this.el = r.nativeElement;
|
|
1961
1816
|
}
|
|
1962
|
-
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 });
|
|
1963
|
-
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 });
|
|
1964
1817
|
};
|
|
1818
|
+
DyteMenu.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1819
|
+
DyteMenu.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteMenu, 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 });
|
|
1965
1820
|
DyteMenu = __decorate([
|
|
1966
1821
|
ProxyCmp({
|
|
1967
1822
|
inputs: ['iconPack', 'offset', 'placement', 'size', 't']
|
|
1968
1823
|
})
|
|
1969
1824
|
], DyteMenu);
|
|
1970
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1825
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMenu, decorators: [{
|
|
1971
1826
|
type: Component,
|
|
1972
1827
|
args: [{
|
|
1973
1828
|
selector: 'dyte-menu',
|
|
@@ -1976,24 +1831,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1976
1831
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1977
1832
|
inputs: ['iconPack', 'offset', 'placement', 'size', 't'],
|
|
1978
1833
|
}]
|
|
1979
|
-
}], ctorParameters: ()
|
|
1834
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1980
1835
|
let DyteMenuItem = class DyteMenuItem {
|
|
1981
|
-
z;
|
|
1982
|
-
el;
|
|
1983
1836
|
constructor(c, r, z) {
|
|
1984
1837
|
this.z = z;
|
|
1985
1838
|
c.detach();
|
|
1986
1839
|
this.el = r.nativeElement;
|
|
1987
1840
|
}
|
|
1988
|
-
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 });
|
|
1989
|
-
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 });
|
|
1990
1841
|
};
|
|
1842
|
+
DyteMenuItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1843
|
+
DyteMenuItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteMenuItem, selector: "dyte-menu-item", inputs: { iconPack: "iconPack", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1991
1844
|
DyteMenuItem = __decorate([
|
|
1992
1845
|
ProxyCmp({
|
|
1993
1846
|
inputs: ['iconPack', 'size', 't']
|
|
1994
1847
|
})
|
|
1995
1848
|
], DyteMenuItem);
|
|
1996
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMenuItem, decorators: [{
|
|
1997
1850
|
type: Component,
|
|
1998
1851
|
args: [{
|
|
1999
1852
|
selector: 'dyte-menu-item',
|
|
@@ -2002,24 +1855,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2002
1855
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2003
1856
|
inputs: ['iconPack', 'size', 't'],
|
|
2004
1857
|
}]
|
|
2005
|
-
}], ctorParameters: ()
|
|
1858
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2006
1859
|
let DyteMenuList = class DyteMenuList {
|
|
2007
|
-
z;
|
|
2008
|
-
el;
|
|
2009
1860
|
constructor(c, r, z) {
|
|
2010
1861
|
this.z = z;
|
|
2011
1862
|
c.detach();
|
|
2012
1863
|
this.el = r.nativeElement;
|
|
2013
1864
|
}
|
|
2014
|
-
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 });
|
|
2015
|
-
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 });
|
|
2016
1865
|
};
|
|
1866
|
+
DyteMenuList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMenuList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1867
|
+
DyteMenuList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteMenuList, selector: "dyte-menu-list", inputs: { iconPack: "iconPack", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2017
1868
|
DyteMenuList = __decorate([
|
|
2018
1869
|
ProxyCmp({
|
|
2019
1870
|
inputs: ['iconPack', 't']
|
|
2020
1871
|
})
|
|
2021
1872
|
], DyteMenuList);
|
|
2022
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1873
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMenuList, decorators: [{
|
|
2023
1874
|
type: Component,
|
|
2024
1875
|
args: [{
|
|
2025
1876
|
selector: 'dyte-menu-list',
|
|
@@ -2028,24 +1879,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2028
1879
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2029
1880
|
inputs: ['iconPack', 't'],
|
|
2030
1881
|
}]
|
|
2031
|
-
}], ctorParameters: ()
|
|
1882
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2032
1883
|
let DyteMessageListView = class DyteMessageListView {
|
|
2033
|
-
z;
|
|
2034
|
-
el;
|
|
2035
1884
|
constructor(c, r, z) {
|
|
2036
1885
|
this.z = z;
|
|
2037
1886
|
c.detach();
|
|
2038
1887
|
this.el = r.nativeElement;
|
|
2039
1888
|
}
|
|
2040
|
-
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 });
|
|
2041
|
-
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 });
|
|
2042
1889
|
};
|
|
1890
|
+
DyteMessageListView.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMessageListView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1891
|
+
DyteMessageListView.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteMessageListView, 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 });
|
|
2043
1892
|
DyteMessageListView = __decorate([
|
|
2044
1893
|
ProxyCmp({
|
|
2045
1894
|
inputs: ['estimateItemSize', 'iconPack', 'loadMore', 'messages', 'renderer', 'visibleItemsCount']
|
|
2046
1895
|
})
|
|
2047
1896
|
], DyteMessageListView);
|
|
2048
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMessageListView, decorators: [{
|
|
2049
1898
|
type: Component,
|
|
2050
1899
|
args: [{
|
|
2051
1900
|
selector: 'dyte-message-list-view',
|
|
@@ -2054,25 +1903,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2054
1903
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2055
1904
|
inputs: ['estimateItemSize', 'iconPack', 'loadMore', 'messages', 'renderer', 'visibleItemsCount'],
|
|
2056
1905
|
}]
|
|
2057
|
-
}], ctorParameters: ()
|
|
1906
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2058
1907
|
let DyteMessageView = class DyteMessageView {
|
|
2059
|
-
z;
|
|
2060
|
-
el;
|
|
2061
1908
|
constructor(c, r, z) {
|
|
2062
1909
|
this.z = z;
|
|
2063
1910
|
c.detach();
|
|
2064
1911
|
this.el = r.nativeElement;
|
|
2065
1912
|
proxyOutputs(this, this.el, ['action']);
|
|
2066
1913
|
}
|
|
2067
|
-
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 });
|
|
2068
|
-
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 });
|
|
2069
1914
|
};
|
|
1915
|
+
DyteMessageView.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMessageView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1916
|
+
DyteMessageView.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteMessageView, 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 });
|
|
2070
1917
|
DyteMessageView = __decorate([
|
|
2071
1918
|
ProxyCmp({
|
|
2072
1919
|
inputs: ['actions', 'authorName', 'avatarUrl', 'hideAuthorName', 'hideAvatar', 'hideMetadata', 'iconPack', 'time', 'variant', 'viewType']
|
|
2073
1920
|
})
|
|
2074
1921
|
], DyteMessageView);
|
|
2075
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1922
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMessageView, decorators: [{
|
|
2076
1923
|
type: Component,
|
|
2077
1924
|
args: [{
|
|
2078
1925
|
selector: 'dyte-message-view',
|
|
@@ -2081,25 +1928,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2081
1928
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2082
1929
|
inputs: ['actions', 'authorName', 'avatarUrl', 'hideAuthorName', 'hideAvatar', 'hideMetadata', 'iconPack', 'time', 'variant', 'viewType'],
|
|
2083
1930
|
}]
|
|
2084
|
-
}], ctorParameters: ()
|
|
1931
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2085
1932
|
let DyteMicToggle = class DyteMicToggle {
|
|
2086
|
-
z;
|
|
2087
|
-
el;
|
|
2088
1933
|
constructor(c, r, z) {
|
|
2089
1934
|
this.z = z;
|
|
2090
1935
|
c.detach();
|
|
2091
1936
|
this.el = r.nativeElement;
|
|
2092
1937
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2093
1938
|
}
|
|
2094
|
-
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 });
|
|
2095
|
-
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 });
|
|
2096
1939
|
};
|
|
1940
|
+
DyteMicToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMicToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1941
|
+
DyteMicToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteMicToggle, 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 });
|
|
2097
1942
|
DyteMicToggle = __decorate([
|
|
2098
1943
|
ProxyCmp({
|
|
2099
1944
|
inputs: ['iconPack', 'meeting', 'size', 't', 'variant']
|
|
2100
1945
|
})
|
|
2101
1946
|
], DyteMicToggle);
|
|
2102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1947
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMicToggle, decorators: [{
|
|
2103
1948
|
type: Component,
|
|
2104
1949
|
args: [{
|
|
2105
1950
|
selector: 'dyte-mic-toggle',
|
|
@@ -2108,24 +1953,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2108
1953
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2109
1954
|
inputs: ['iconPack', 'meeting', 'size', 't', 'variant'],
|
|
2110
1955
|
}]
|
|
2111
|
-
}], ctorParameters: ()
|
|
1956
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2112
1957
|
let DyteMicrophoneSelector = class DyteMicrophoneSelector {
|
|
2113
|
-
z;
|
|
2114
|
-
el;
|
|
2115
1958
|
constructor(c, r, z) {
|
|
2116
1959
|
this.z = z;
|
|
2117
1960
|
c.detach();
|
|
2118
1961
|
this.el = r.nativeElement;
|
|
2119
1962
|
}
|
|
2120
|
-
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 });
|
|
2121
|
-
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 });
|
|
2122
1963
|
};
|
|
1964
|
+
DyteMicrophoneSelector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMicrophoneSelector, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1965
|
+
DyteMicrophoneSelector.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteMicrophoneSelector, 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 });
|
|
2123
1966
|
DyteMicrophoneSelector = __decorate([
|
|
2124
1967
|
ProxyCmp({
|
|
2125
1968
|
inputs: ['iconPack', 'meeting', 'size', 't', 'variant']
|
|
2126
1969
|
})
|
|
2127
1970
|
], DyteMicrophoneSelector);
|
|
2128
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1971
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMicrophoneSelector, decorators: [{
|
|
2129
1972
|
type: Component,
|
|
2130
1973
|
args: [{
|
|
2131
1974
|
selector: 'dyte-microphone-selector',
|
|
@@ -2134,24 +1977,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2134
1977
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2135
1978
|
inputs: ['iconPack', 'meeting', 'size', 't', 'variant'],
|
|
2136
1979
|
}]
|
|
2137
|
-
}], ctorParameters: ()
|
|
1980
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2138
1981
|
let DyteMixedGrid = class DyteMixedGrid {
|
|
2139
|
-
z;
|
|
2140
|
-
el;
|
|
2141
1982
|
constructor(c, r, z) {
|
|
2142
1983
|
this.z = z;
|
|
2143
1984
|
c.detach();
|
|
2144
1985
|
this.el = r.nativeElement;
|
|
2145
1986
|
}
|
|
2146
|
-
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 });
|
|
2147
|
-
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 });
|
|
2148
1987
|
};
|
|
1988
|
+
DyteMixedGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMixedGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1989
|
+
DyteMixedGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteMixedGrid, 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 });
|
|
2149
1990
|
DyteMixedGrid = __decorate([
|
|
2150
1991
|
ProxyCmp({
|
|
2151
1992
|
inputs: ['aspectRatio', 'config', 'gap', 'gridSize', 'iconPack', 'layout', 'meeting', 'participants', 'pinnedParticipants', 'plugins', 'screenShareParticipants', 'size', 'states', 't']
|
|
2152
1993
|
})
|
|
2153
1994
|
], DyteMixedGrid);
|
|
2154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1995
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMixedGrid, decorators: [{
|
|
2155
1996
|
type: Component,
|
|
2156
1997
|
args: [{
|
|
2157
1998
|
selector: 'dyte-mixed-grid',
|
|
@@ -2160,25 +2001,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2160
2001
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2161
2002
|
inputs: ['aspectRatio', 'config', 'gap', 'gridSize', 'iconPack', 'layout', 'meeting', 'participants', 'pinnedParticipants', 'plugins', 'screenShareParticipants', 'size', 'states', 't'],
|
|
2162
2003
|
}]
|
|
2163
|
-
}], ctorParameters: ()
|
|
2004
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2164
2005
|
let DyteMoreToggle = class DyteMoreToggle {
|
|
2165
|
-
z;
|
|
2166
|
-
el;
|
|
2167
2006
|
constructor(c, r, z) {
|
|
2168
2007
|
this.z = z;
|
|
2169
2008
|
c.detach();
|
|
2170
2009
|
this.el = r.nativeElement;
|
|
2171
2010
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2172
2011
|
}
|
|
2173
|
-
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 });
|
|
2174
|
-
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 });
|
|
2175
2012
|
};
|
|
2013
|
+
DyteMoreToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMoreToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2014
|
+
DyteMoreToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteMoreToggle, 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 });
|
|
2176
2015
|
DyteMoreToggle = __decorate([
|
|
2177
2016
|
ProxyCmp({
|
|
2178
2017
|
inputs: ['iconPack', 'size', 'states', 't']
|
|
2179
2018
|
})
|
|
2180
2019
|
], DyteMoreToggle);
|
|
2181
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2020
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMoreToggle, decorators: [{
|
|
2182
2021
|
type: Component,
|
|
2183
2022
|
args: [{
|
|
2184
2023
|
selector: 'dyte-more-toggle',
|
|
@@ -2187,25 +2026,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2187
2026
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2188
2027
|
inputs: ['iconPack', 'size', 'states', 't'],
|
|
2189
2028
|
}]
|
|
2190
|
-
}], ctorParameters: ()
|
|
2029
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2191
2030
|
let DyteMuteAllButton = class DyteMuteAllButton {
|
|
2192
|
-
z;
|
|
2193
|
-
el;
|
|
2194
2031
|
constructor(c, r, z) {
|
|
2195
2032
|
this.z = z;
|
|
2196
2033
|
c.detach();
|
|
2197
2034
|
this.el = r.nativeElement;
|
|
2198
2035
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2199
2036
|
}
|
|
2200
|
-
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 });
|
|
2201
|
-
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 });
|
|
2202
2037
|
};
|
|
2038
|
+
DyteMuteAllButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMuteAllButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2039
|
+
DyteMuteAllButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteMuteAllButton, 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 });
|
|
2203
2040
|
DyteMuteAllButton = __decorate([
|
|
2204
2041
|
ProxyCmp({
|
|
2205
2042
|
inputs: ['iconPack', 'meeting', 'size', 't', 'variant']
|
|
2206
2043
|
})
|
|
2207
2044
|
], DyteMuteAllButton);
|
|
2208
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2045
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMuteAllButton, decorators: [{
|
|
2209
2046
|
type: Component,
|
|
2210
2047
|
args: [{
|
|
2211
2048
|
selector: 'dyte-mute-all-button',
|
|
@@ -2214,25 +2051,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2214
2051
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2215
2052
|
inputs: ['iconPack', 'meeting', 'size', 't', 'variant'],
|
|
2216
2053
|
}]
|
|
2217
|
-
}], ctorParameters: ()
|
|
2054
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2218
2055
|
let DyteMuteAllConfirmation = class DyteMuteAllConfirmation {
|
|
2219
|
-
z;
|
|
2220
|
-
el;
|
|
2221
2056
|
constructor(c, r, z) {
|
|
2222
2057
|
this.z = z;
|
|
2223
2058
|
c.detach();
|
|
2224
2059
|
this.el = r.nativeElement;
|
|
2225
2060
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2226
2061
|
}
|
|
2227
|
-
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 });
|
|
2228
|
-
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 });
|
|
2229
2062
|
};
|
|
2063
|
+
DyteMuteAllConfirmation.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMuteAllConfirmation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2064
|
+
DyteMuteAllConfirmation.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteMuteAllConfirmation, 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 });
|
|
2230
2065
|
DyteMuteAllConfirmation = __decorate([
|
|
2231
2066
|
ProxyCmp({
|
|
2232
2067
|
inputs: ['iconPack', 'meeting', 'states', 't']
|
|
2233
2068
|
})
|
|
2234
2069
|
], DyteMuteAllConfirmation);
|
|
2235
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2070
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMuteAllConfirmation, decorators: [{
|
|
2236
2071
|
type: Component,
|
|
2237
2072
|
args: [{
|
|
2238
2073
|
selector: 'dyte-mute-all-confirmation',
|
|
@@ -2241,24 +2076,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2241
2076
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2242
2077
|
inputs: ['iconPack', 'meeting', 'states', 't'],
|
|
2243
2078
|
}]
|
|
2244
|
-
}], ctorParameters: ()
|
|
2079
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2245
2080
|
let DyteNameTag = class DyteNameTag {
|
|
2246
|
-
z;
|
|
2247
|
-
el;
|
|
2248
2081
|
constructor(c, r, z) {
|
|
2249
2082
|
this.z = z;
|
|
2250
2083
|
c.detach();
|
|
2251
2084
|
this.el = r.nativeElement;
|
|
2252
2085
|
}
|
|
2253
|
-
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 });
|
|
2254
|
-
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 });
|
|
2255
2086
|
};
|
|
2087
|
+
DyteNameTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteNameTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2088
|
+
DyteNameTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteNameTag, 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 });
|
|
2256
2089
|
DyteNameTag = __decorate([
|
|
2257
2090
|
ProxyCmp({
|
|
2258
2091
|
inputs: ['iconPack', 'isScreenShare', 'meeting', 'participant', 'size', 't', 'variant']
|
|
2259
2092
|
})
|
|
2260
2093
|
], DyteNameTag);
|
|
2261
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteNameTag, decorators: [{
|
|
2262
2095
|
type: Component,
|
|
2263
2096
|
args: [{
|
|
2264
2097
|
selector: 'dyte-name-tag',
|
|
@@ -2267,24 +2100,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2267
2100
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2268
2101
|
inputs: ['iconPack', 'isScreenShare', 'meeting', 'participant', 'size', 't', 'variant'],
|
|
2269
2102
|
}]
|
|
2270
|
-
}], ctorParameters: ()
|
|
2103
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2271
2104
|
let DyteNetworkIndicator = class DyteNetworkIndicator {
|
|
2272
|
-
z;
|
|
2273
|
-
el;
|
|
2274
2105
|
constructor(c, r, z) {
|
|
2275
2106
|
this.z = z;
|
|
2276
2107
|
c.detach();
|
|
2277
2108
|
this.el = r.nativeElement;
|
|
2278
2109
|
}
|
|
2279
|
-
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 });
|
|
2280
|
-
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 });
|
|
2281
2110
|
};
|
|
2111
|
+
DyteNetworkIndicator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteNetworkIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2112
|
+
DyteNetworkIndicator.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteNetworkIndicator, 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 });
|
|
2282
2113
|
DyteNetworkIndicator = __decorate([
|
|
2283
2114
|
ProxyCmp({
|
|
2284
2115
|
inputs: ['iconPack', 'isScreenShare', 'meeting', 'participant', 't']
|
|
2285
2116
|
})
|
|
2286
2117
|
], DyteNetworkIndicator);
|
|
2287
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteNetworkIndicator, decorators: [{
|
|
2288
2119
|
type: Component,
|
|
2289
2120
|
args: [{
|
|
2290
2121
|
selector: 'dyte-network-indicator',
|
|
@@ -2293,25 +2124,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2293
2124
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2294
2125
|
inputs: ['iconPack', 'isScreenShare', 'meeting', 'participant', 't'],
|
|
2295
2126
|
}]
|
|
2296
|
-
}], ctorParameters: ()
|
|
2127
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2297
2128
|
let DyteNotification = class DyteNotification {
|
|
2298
|
-
z;
|
|
2299
|
-
el;
|
|
2300
2129
|
constructor(c, r, z) {
|
|
2301
2130
|
this.z = z;
|
|
2302
2131
|
c.detach();
|
|
2303
2132
|
this.el = r.nativeElement;
|
|
2304
2133
|
proxyOutputs(this, this.el, ['dyteNotificationDismiss']);
|
|
2305
2134
|
}
|
|
2306
|
-
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 });
|
|
2307
|
-
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 });
|
|
2308
2135
|
};
|
|
2136
|
+
DyteNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2137
|
+
DyteNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteNotification, 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 });
|
|
2309
2138
|
DyteNotification = __decorate([
|
|
2310
2139
|
ProxyCmp({
|
|
2311
2140
|
inputs: ['iconPack', 'notification', 'size', 't']
|
|
2312
2141
|
})
|
|
2313
2142
|
], DyteNotification);
|
|
2314
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteNotification, decorators: [{
|
|
2315
2144
|
type: Component,
|
|
2316
2145
|
args: [{
|
|
2317
2146
|
selector: 'dyte-notification',
|
|
@@ -2320,24 +2149,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2320
2149
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2321
2150
|
inputs: ['iconPack', 'notification', 'size', 't'],
|
|
2322
2151
|
}]
|
|
2323
|
-
}], ctorParameters: ()
|
|
2152
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2324
2153
|
let DyteNotifications = class DyteNotifications {
|
|
2325
|
-
z;
|
|
2326
|
-
el;
|
|
2327
2154
|
constructor(c, r, z) {
|
|
2328
2155
|
this.z = z;
|
|
2329
2156
|
c.detach();
|
|
2330
2157
|
this.el = r.nativeElement;
|
|
2331
2158
|
}
|
|
2332
|
-
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 });
|
|
2333
|
-
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 });
|
|
2334
2159
|
};
|
|
2160
|
+
DyteNotifications.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteNotifications, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2161
|
+
DyteNotifications.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteNotifications, 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 });
|
|
2335
2162
|
DyteNotifications = __decorate([
|
|
2336
2163
|
ProxyCmp({
|
|
2337
2164
|
inputs: ['config', 'iconPack', 'meeting', 'size', 'states', 't']
|
|
2338
2165
|
})
|
|
2339
2166
|
], DyteNotifications);
|
|
2340
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2167
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteNotifications, decorators: [{
|
|
2341
2168
|
type: Component,
|
|
2342
2169
|
args: [{
|
|
2343
2170
|
selector: 'dyte-notifications',
|
|
@@ -2346,25 +2173,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2346
2173
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2347
2174
|
inputs: ['config', 'iconPack', 'meeting', 'size', 'states', 't'],
|
|
2348
2175
|
}]
|
|
2349
|
-
}], ctorParameters: ()
|
|
2176
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2350
2177
|
let DyteOverlayModal = class DyteOverlayModal {
|
|
2351
|
-
z;
|
|
2352
|
-
el;
|
|
2353
2178
|
constructor(c, r, z) {
|
|
2354
2179
|
this.z = z;
|
|
2355
2180
|
c.detach();
|
|
2356
2181
|
this.el = r.nativeElement;
|
|
2357
2182
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2358
2183
|
}
|
|
2359
|
-
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 });
|
|
2360
|
-
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 });
|
|
2361
2184
|
};
|
|
2185
|
+
DyteOverlayModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteOverlayModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2186
|
+
DyteOverlayModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteOverlayModal, 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 });
|
|
2362
2187
|
DyteOverlayModal = __decorate([
|
|
2363
2188
|
ProxyCmp({
|
|
2364
2189
|
inputs: ['iconPack', 'meeting', 'states', 't']
|
|
2365
2190
|
})
|
|
2366
2191
|
], DyteOverlayModal);
|
|
2367
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteOverlayModal, decorators: [{
|
|
2368
2193
|
type: Component,
|
|
2369
2194
|
args: [{
|
|
2370
2195
|
selector: 'dyte-overlay-modal',
|
|
@@ -2373,25 +2198,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2373
2198
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2374
2199
|
inputs: ['iconPack', 'meeting', 'states', 't'],
|
|
2375
2200
|
}]
|
|
2376
|
-
}], ctorParameters: ()
|
|
2201
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2377
2202
|
let DytePaginatedList = class DytePaginatedList {
|
|
2378
|
-
z;
|
|
2379
|
-
el;
|
|
2380
2203
|
constructor(c, r, z) {
|
|
2381
2204
|
this.z = z;
|
|
2382
2205
|
c.detach();
|
|
2383
2206
|
this.el = r.nativeElement;
|
|
2384
2207
|
}
|
|
2385
|
-
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 });
|
|
2386
|
-
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 });
|
|
2387
2208
|
};
|
|
2209
|
+
DytePaginatedList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DytePaginatedList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2210
|
+
DytePaginatedList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DytePaginatedList, 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 });
|
|
2388
2211
|
DytePaginatedList = __decorate([
|
|
2389
2212
|
ProxyCmp({
|
|
2390
2213
|
inputs: ['autoScroll', 'createNodes', 'emptyListLabel', 'fetchData', 'iconPack', 'pageSize', 'pagesAllowed', 'selectedItemId', 't'],
|
|
2391
2214
|
methods: ['onNewNode', 'onNodeDelete', 'onNodeUpdate']
|
|
2392
2215
|
})
|
|
2393
2216
|
], DytePaginatedList);
|
|
2394
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DytePaginatedList, decorators: [{
|
|
2395
2218
|
type: Component,
|
|
2396
2219
|
args: [{
|
|
2397
2220
|
selector: 'dyte-paginated-list',
|
|
@@ -2400,25 +2223,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2400
2223
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2401
2224
|
inputs: ['autoScroll', 'createNodes', 'emptyListLabel', 'fetchData', 'iconPack', 'pageSize', 'pagesAllowed', 'selectedItemId', 't'],
|
|
2402
2225
|
}]
|
|
2403
|
-
}], ctorParameters: ()
|
|
2226
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2404
2227
|
let DyteParticipant = class DyteParticipant {
|
|
2405
|
-
z;
|
|
2406
|
-
el;
|
|
2407
2228
|
constructor(c, r, z) {
|
|
2408
2229
|
this.z = z;
|
|
2409
2230
|
c.detach();
|
|
2410
2231
|
this.el = r.nativeElement;
|
|
2411
2232
|
proxyOutputs(this, this.el, ['dyteSendNotification']);
|
|
2412
2233
|
}
|
|
2413
|
-
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 });
|
|
2414
|
-
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", states: "states", t: "t", view: "view" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2415
2234
|
};
|
|
2235
|
+
DyteParticipant.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipant, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2236
|
+
DyteParticipant.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteParticipant, selector: "dyte-participant", inputs: { config: "config", iconPack: "iconPack", meeting: "meeting", participant: "participant", states: "states", t: "t", view: "view" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2416
2237
|
DyteParticipant = __decorate([
|
|
2417
2238
|
ProxyCmp({
|
|
2418
2239
|
inputs: ['config', 'iconPack', 'meeting', 'participant', 'states', 't', 'view']
|
|
2419
2240
|
})
|
|
2420
2241
|
], DyteParticipant);
|
|
2421
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2242
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipant, decorators: [{
|
|
2422
2243
|
type: Component,
|
|
2423
2244
|
args: [{
|
|
2424
2245
|
selector: 'dyte-participant',
|
|
@@ -2427,24 +2248,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2427
2248
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2428
2249
|
inputs: ['config', 'iconPack', 'meeting', 'participant', 'states', 't', 'view'],
|
|
2429
2250
|
}]
|
|
2430
|
-
}], ctorParameters: ()
|
|
2251
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2431
2252
|
let DyteParticipantCount = class DyteParticipantCount {
|
|
2432
|
-
z;
|
|
2433
|
-
el;
|
|
2434
2253
|
constructor(c, r, z) {
|
|
2435
2254
|
this.z = z;
|
|
2436
2255
|
c.detach();
|
|
2437
2256
|
this.el = r.nativeElement;
|
|
2438
2257
|
}
|
|
2439
|
-
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 });
|
|
2440
|
-
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 });
|
|
2441
2258
|
};
|
|
2259
|
+
DyteParticipantCount.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipantCount, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2260
|
+
DyteParticipantCount.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteParticipantCount, 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 });
|
|
2442
2261
|
DyteParticipantCount = __decorate([
|
|
2443
2262
|
ProxyCmp({
|
|
2444
2263
|
inputs: ['iconPack', 'meeting', 'size', 't']
|
|
2445
2264
|
})
|
|
2446
2265
|
], DyteParticipantCount);
|
|
2447
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipantCount, decorators: [{
|
|
2448
2267
|
type: Component,
|
|
2449
2268
|
args: [{
|
|
2450
2269
|
selector: 'dyte-participant-count',
|
|
@@ -2453,24 +2272,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2453
2272
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2454
2273
|
inputs: ['iconPack', 'meeting', 'size', 't'],
|
|
2455
2274
|
}]
|
|
2456
|
-
}], ctorParameters: ()
|
|
2275
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2457
2276
|
let DyteParticipantSetup = class DyteParticipantSetup {
|
|
2458
|
-
z;
|
|
2459
|
-
el;
|
|
2460
2277
|
constructor(c, r, z) {
|
|
2461
2278
|
this.z = z;
|
|
2462
2279
|
c.detach();
|
|
2463
2280
|
this.el = r.nativeElement;
|
|
2464
2281
|
}
|
|
2465
|
-
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 });
|
|
2466
|
-
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 });
|
|
2467
2282
|
};
|
|
2283
|
+
DyteParticipantSetup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipantSetup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2284
|
+
DyteParticipantSetup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteParticipantSetup, 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 });
|
|
2468
2285
|
DyteParticipantSetup = __decorate([
|
|
2469
2286
|
ProxyCmp({
|
|
2470
2287
|
inputs: ['config', 'iconPack', 'isPreview', 'nameTagPosition', 'participant', 'size', 'states', 't', 'variant']
|
|
2471
2288
|
})
|
|
2472
2289
|
], DyteParticipantSetup);
|
|
2473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2290
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipantSetup, decorators: [{
|
|
2474
2291
|
type: Component,
|
|
2475
2292
|
args: [{
|
|
2476
2293
|
selector: 'dyte-participant-setup',
|
|
@@ -2479,25 +2296,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2479
2296
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2480
2297
|
inputs: ['config', 'iconPack', 'isPreview', 'nameTagPosition', 'participant', 'size', 'states', 't', 'variant'],
|
|
2481
2298
|
}]
|
|
2482
|
-
}], ctorParameters: ()
|
|
2299
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2483
2300
|
let DyteParticipantTile = class DyteParticipantTile {
|
|
2484
|
-
z;
|
|
2485
|
-
el;
|
|
2486
2301
|
constructor(c, r, z) {
|
|
2487
2302
|
this.z = z;
|
|
2488
2303
|
c.detach();
|
|
2489
2304
|
this.el = r.nativeElement;
|
|
2490
2305
|
proxyOutputs(this, this.el, ['tileLoad', 'tileUnload']);
|
|
2491
2306
|
}
|
|
2492
|
-
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 });
|
|
2493
|
-
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 });
|
|
2494
2307
|
};
|
|
2308
|
+
DyteParticipantTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipantTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2309
|
+
DyteParticipantTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteParticipantTile, 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 });
|
|
2495
2310
|
DyteParticipantTile = __decorate([
|
|
2496
2311
|
ProxyCmp({
|
|
2497
2312
|
inputs: ['config', 'iconPack', 'isPreview', 'meeting', 'nameTagPosition', 'participant', 'size', 'states', 't', 'variant']
|
|
2498
2313
|
})
|
|
2499
2314
|
], DyteParticipantTile);
|
|
2500
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipantTile, decorators: [{
|
|
2501
2316
|
type: Component,
|
|
2502
2317
|
args: [{
|
|
2503
2318
|
selector: 'dyte-participant-tile',
|
|
@@ -2506,25 +2321,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2506
2321
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2507
2322
|
inputs: ['config', 'iconPack', 'isPreview', 'meeting', 'nameTagPosition', 'participant', 'size', 'states', 't', 'variant'],
|
|
2508
2323
|
}]
|
|
2509
|
-
}], ctorParameters: ()
|
|
2324
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2510
2325
|
let DyteParticipants = class DyteParticipants {
|
|
2511
|
-
z;
|
|
2512
|
-
el;
|
|
2513
2326
|
constructor(c, r, z) {
|
|
2514
2327
|
this.z = z;
|
|
2515
2328
|
c.detach();
|
|
2516
2329
|
this.el = r.nativeElement;
|
|
2517
2330
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2518
2331
|
}
|
|
2519
|
-
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 });
|
|
2520
|
-
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 });
|
|
2521
2332
|
};
|
|
2333
|
+
DyteParticipants.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipants, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2334
|
+
DyteParticipants.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteParticipants, 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 });
|
|
2522
2335
|
DyteParticipants = __decorate([
|
|
2523
2336
|
ProxyCmp({
|
|
2524
2337
|
inputs: ['config', 'defaultParticipantsTabId', 'iconPack', 'meeting', 'size', 'states', 't']
|
|
2525
2338
|
})
|
|
2526
2339
|
], DyteParticipants);
|
|
2527
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2340
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipants, decorators: [{
|
|
2528
2341
|
type: Component,
|
|
2529
2342
|
args: [{
|
|
2530
2343
|
selector: 'dyte-participants',
|
|
@@ -2533,25 +2346,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2533
2346
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2534
2347
|
inputs: ['config', 'defaultParticipantsTabId', 'iconPack', 'meeting', 'size', 'states', 't'],
|
|
2535
2348
|
}]
|
|
2536
|
-
}], ctorParameters: ()
|
|
2349
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2537
2350
|
let DyteParticipantsAudio = class DyteParticipantsAudio {
|
|
2538
|
-
z;
|
|
2539
|
-
el;
|
|
2540
2351
|
constructor(c, r, z) {
|
|
2541
2352
|
this.z = z;
|
|
2542
2353
|
c.detach();
|
|
2543
2354
|
this.el = r.nativeElement;
|
|
2544
2355
|
proxyOutputs(this, this.el, ['dialogClose']);
|
|
2545
2356
|
}
|
|
2546
|
-
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 });
|
|
2547
|
-
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 });
|
|
2548
2357
|
};
|
|
2358
|
+
DyteParticipantsAudio.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipantsAudio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2359
|
+
DyteParticipantsAudio.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteParticipantsAudio, 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 });
|
|
2549
2360
|
DyteParticipantsAudio = __decorate([
|
|
2550
2361
|
ProxyCmp({
|
|
2551
2362
|
inputs: ['iconPack', 'meeting', 'preloadedAudioElem', 't']
|
|
2552
2363
|
})
|
|
2553
2364
|
], DyteParticipantsAudio);
|
|
2554
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2365
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipantsAudio, decorators: [{
|
|
2555
2366
|
type: Component,
|
|
2556
2367
|
args: [{
|
|
2557
2368
|
selector: 'dyte-participants-audio',
|
|
@@ -2560,24 +2371,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2560
2371
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2561
2372
|
inputs: ['iconPack', 'meeting', 'preloadedAudioElem', 't'],
|
|
2562
2373
|
}]
|
|
2563
|
-
}], ctorParameters: ()
|
|
2374
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2564
2375
|
let DyteParticipantsStageList = class DyteParticipantsStageList {
|
|
2565
|
-
z;
|
|
2566
|
-
el;
|
|
2567
2376
|
constructor(c, r, z) {
|
|
2568
2377
|
this.z = z;
|
|
2569
2378
|
c.detach();
|
|
2570
2379
|
this.el = r.nativeElement;
|
|
2571
2380
|
}
|
|
2572
|
-
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 });
|
|
2573
|
-
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", states: "states", t: "t", view: "view" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2574
2381
|
};
|
|
2382
|
+
DyteParticipantsStageList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipantsStageList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2383
|
+
DyteParticipantsStageList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteParticipantsStageList, selector: "dyte-participants-stage-list", inputs: { config: "config", hideHeader: "hideHeader", iconPack: "iconPack", meeting: "meeting", search: "search", size: "size", states: "states", t: "t", view: "view" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2575
2384
|
DyteParticipantsStageList = __decorate([
|
|
2576
2385
|
ProxyCmp({
|
|
2577
2386
|
inputs: ['config', 'hideHeader', 'iconPack', 'meeting', 'search', 'size', 'states', 't', 'view']
|
|
2578
2387
|
})
|
|
2579
2388
|
], DyteParticipantsStageList);
|
|
2580
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2389
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipantsStageList, decorators: [{
|
|
2581
2390
|
type: Component,
|
|
2582
2391
|
args: [{
|
|
2583
2392
|
selector: 'dyte-participants-stage-list',
|
|
@@ -2586,24 +2395,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2586
2395
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2587
2396
|
inputs: ['config', 'hideHeader', 'iconPack', 'meeting', 'search', 'size', 'states', 't', 'view'],
|
|
2588
2397
|
}]
|
|
2589
|
-
}], ctorParameters: ()
|
|
2398
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2590
2399
|
let DyteParticipantsStageQueue = class DyteParticipantsStageQueue {
|
|
2591
|
-
z;
|
|
2592
|
-
el;
|
|
2593
2400
|
constructor(c, r, z) {
|
|
2594
2401
|
this.z = z;
|
|
2595
2402
|
c.detach();
|
|
2596
2403
|
this.el = r.nativeElement;
|
|
2597
2404
|
}
|
|
2598
|
-
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 });
|
|
2599
|
-
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 });
|
|
2600
2405
|
};
|
|
2406
|
+
DyteParticipantsStageQueue.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipantsStageQueue, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2407
|
+
DyteParticipantsStageQueue.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteParticipantsStageQueue, 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 });
|
|
2601
2408
|
DyteParticipantsStageQueue = __decorate([
|
|
2602
2409
|
ProxyCmp({
|
|
2603
2410
|
inputs: ['config', 'iconPack', 'meeting', 'size', 't', 'view']
|
|
2604
2411
|
})
|
|
2605
2412
|
], DyteParticipantsStageQueue);
|
|
2606
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2413
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipantsStageQueue, decorators: [{
|
|
2607
2414
|
type: Component,
|
|
2608
2415
|
args: [{
|
|
2609
2416
|
selector: 'dyte-participants-stage-queue',
|
|
@@ -2612,25 +2419,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2612
2419
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2613
2420
|
inputs: ['config', 'iconPack', 'meeting', 'size', 't', 'view'],
|
|
2614
2421
|
}]
|
|
2615
|
-
}], ctorParameters: ()
|
|
2422
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2616
2423
|
let DyteParticipantsToggle = class DyteParticipantsToggle {
|
|
2617
|
-
z;
|
|
2618
|
-
el;
|
|
2619
2424
|
constructor(c, r, z) {
|
|
2620
2425
|
this.z = z;
|
|
2621
2426
|
c.detach();
|
|
2622
2427
|
this.el = r.nativeElement;
|
|
2623
2428
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2624
2429
|
}
|
|
2625
|
-
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 });
|
|
2626
|
-
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 });
|
|
2627
2430
|
};
|
|
2431
|
+
DyteParticipantsToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipantsToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2432
|
+
DyteParticipantsToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteParticipantsToggle, 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 });
|
|
2628
2433
|
DyteParticipantsToggle = __decorate([
|
|
2629
2434
|
ProxyCmp({
|
|
2630
2435
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
2631
2436
|
})
|
|
2632
2437
|
], DyteParticipantsToggle);
|
|
2633
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipantsToggle, decorators: [{
|
|
2634
2439
|
type: Component,
|
|
2635
2440
|
args: [{
|
|
2636
2441
|
selector: 'dyte-participants-toggle',
|
|
@@ -2639,24 +2444,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2639
2444
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2640
2445
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant'],
|
|
2641
2446
|
}]
|
|
2642
|
-
}], ctorParameters: ()
|
|
2447
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2643
2448
|
let DyteParticipantsViewerList = class DyteParticipantsViewerList {
|
|
2644
|
-
z;
|
|
2645
|
-
el;
|
|
2646
2449
|
constructor(c, r, z) {
|
|
2647
2450
|
this.z = z;
|
|
2648
2451
|
c.detach();
|
|
2649
2452
|
this.el = r.nativeElement;
|
|
2650
2453
|
}
|
|
2651
|
-
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 });
|
|
2652
|
-
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 });
|
|
2653
2454
|
};
|
|
2455
|
+
DyteParticipantsViewerList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipantsViewerList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2456
|
+
DyteParticipantsViewerList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteParticipantsViewerList, 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 });
|
|
2654
2457
|
DyteParticipantsViewerList = __decorate([
|
|
2655
2458
|
ProxyCmp({
|
|
2656
2459
|
inputs: ['config', 'hideHeader', 'iconPack', 'meeting', 'search', 'size', 't', 'view']
|
|
2657
2460
|
})
|
|
2658
2461
|
], DyteParticipantsViewerList);
|
|
2659
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2462
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipantsViewerList, decorators: [{
|
|
2660
2463
|
type: Component,
|
|
2661
2464
|
args: [{
|
|
2662
2465
|
selector: 'dyte-participants-viewer-list',
|
|
@@ -2665,24 +2468,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2665
2468
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2666
2469
|
inputs: ['config', 'hideHeader', 'iconPack', 'meeting', 'search', 'size', 't', 'view'],
|
|
2667
2470
|
}]
|
|
2668
|
-
}], ctorParameters: ()
|
|
2471
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2669
2472
|
let DyteParticipantsWaitingList = class DyteParticipantsWaitingList {
|
|
2670
|
-
z;
|
|
2671
|
-
el;
|
|
2672
2473
|
constructor(c, r, z) {
|
|
2673
2474
|
this.z = z;
|
|
2674
2475
|
c.detach();
|
|
2675
2476
|
this.el = r.nativeElement;
|
|
2676
2477
|
}
|
|
2677
|
-
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 });
|
|
2678
|
-
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 });
|
|
2679
2478
|
};
|
|
2479
|
+
DyteParticipantsWaitingList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipantsWaitingList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2480
|
+
DyteParticipantsWaitingList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteParticipantsWaitingList, 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 });
|
|
2680
2481
|
DyteParticipantsWaitingList = __decorate([
|
|
2681
2482
|
ProxyCmp({
|
|
2682
2483
|
inputs: ['config', 'iconPack', 'meeting', 'size', 't', 'view']
|
|
2683
2484
|
})
|
|
2684
2485
|
], DyteParticipantsWaitingList);
|
|
2685
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2486
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipantsWaitingList, decorators: [{
|
|
2686
2487
|
type: Component,
|
|
2687
2488
|
args: [{
|
|
2688
2489
|
selector: 'dyte-participants-waiting-list',
|
|
@@ -2691,25 +2492,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2691
2492
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2692
2493
|
inputs: ['config', 'iconPack', 'meeting', 'size', 't', 'view'],
|
|
2693
2494
|
}]
|
|
2694
|
-
}], ctorParameters: ()
|
|
2495
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2695
2496
|
let DytePermissionsMessage = class DytePermissionsMessage {
|
|
2696
|
-
z;
|
|
2697
|
-
el;
|
|
2698
2497
|
constructor(c, r, z) {
|
|
2699
2498
|
this.z = z;
|
|
2700
2499
|
c.detach();
|
|
2701
2500
|
this.el = r.nativeElement;
|
|
2702
2501
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2703
2502
|
}
|
|
2704
|
-
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 });
|
|
2705
|
-
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 });
|
|
2706
2503
|
};
|
|
2504
|
+
DytePermissionsMessage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DytePermissionsMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2505
|
+
DytePermissionsMessage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DytePermissionsMessage, 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 });
|
|
2707
2506
|
DytePermissionsMessage = __decorate([
|
|
2708
2507
|
ProxyCmp({
|
|
2709
2508
|
inputs: ['iconPack', 'meeting', 'states', 't']
|
|
2710
2509
|
})
|
|
2711
2510
|
], DytePermissionsMessage);
|
|
2712
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2511
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DytePermissionsMessage, decorators: [{
|
|
2713
2512
|
type: Component,
|
|
2714
2513
|
args: [{
|
|
2715
2514
|
selector: 'dyte-permissions-message',
|
|
@@ -2718,25 +2517,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2718
2517
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2719
2518
|
inputs: ['iconPack', 'meeting', 'states', 't'],
|
|
2720
2519
|
}]
|
|
2721
|
-
}], ctorParameters: ()
|
|
2520
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2722
2521
|
let DytePipToggle = class DytePipToggle {
|
|
2723
|
-
z;
|
|
2724
|
-
el;
|
|
2725
2522
|
constructor(c, r, z) {
|
|
2726
2523
|
this.z = z;
|
|
2727
2524
|
c.detach();
|
|
2728
2525
|
this.el = r.nativeElement;
|
|
2729
2526
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2730
2527
|
}
|
|
2731
|
-
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 });
|
|
2732
|
-
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 });
|
|
2733
2528
|
};
|
|
2529
|
+
DytePipToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DytePipToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2530
|
+
DytePipToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DytePipToggle, 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 });
|
|
2734
2531
|
DytePipToggle = __decorate([
|
|
2735
2532
|
ProxyCmp({
|
|
2736
2533
|
inputs: ['config', 'iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
2737
2534
|
})
|
|
2738
2535
|
], DytePipToggle);
|
|
2739
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2536
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DytePipToggle, decorators: [{
|
|
2740
2537
|
type: Component,
|
|
2741
2538
|
args: [{
|
|
2742
2539
|
selector: 'dyte-pip-toggle',
|
|
@@ -2745,24 +2542,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2745
2542
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2746
2543
|
inputs: ['config', 'iconPack', 'meeting', 'size', 'states', 't', 'variant'],
|
|
2747
2544
|
}]
|
|
2748
|
-
}], ctorParameters: ()
|
|
2545
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2749
2546
|
let DytePluginMain = class DytePluginMain {
|
|
2750
|
-
z;
|
|
2751
|
-
el;
|
|
2752
2547
|
constructor(c, r, z) {
|
|
2753
2548
|
this.z = z;
|
|
2754
2549
|
c.detach();
|
|
2755
2550
|
this.el = r.nativeElement;
|
|
2756
2551
|
}
|
|
2757
|
-
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 });
|
|
2758
|
-
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 });
|
|
2759
2552
|
};
|
|
2553
|
+
DytePluginMain.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DytePluginMain, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2554
|
+
DytePluginMain.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DytePluginMain, 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 });
|
|
2760
2555
|
DytePluginMain = __decorate([
|
|
2761
2556
|
ProxyCmp({
|
|
2762
2557
|
inputs: ['iconPack', 'meeting', 'plugin', 't']
|
|
2763
2558
|
})
|
|
2764
2559
|
], DytePluginMain);
|
|
2765
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2560
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DytePluginMain, decorators: [{
|
|
2766
2561
|
type: Component,
|
|
2767
2562
|
args: [{
|
|
2768
2563
|
selector: 'dyte-plugin-main',
|
|
@@ -2771,25 +2566,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2771
2566
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2772
2567
|
inputs: ['iconPack', 'meeting', 'plugin', 't'],
|
|
2773
2568
|
}]
|
|
2774
|
-
}], ctorParameters: ()
|
|
2569
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2775
2570
|
let DytePlugins = class DytePlugins {
|
|
2776
|
-
z;
|
|
2777
|
-
el;
|
|
2778
2571
|
constructor(c, r, z) {
|
|
2779
2572
|
this.z = z;
|
|
2780
2573
|
c.detach();
|
|
2781
2574
|
this.el = r.nativeElement;
|
|
2782
2575
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2783
2576
|
}
|
|
2784
|
-
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 });
|
|
2785
|
-
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 });
|
|
2786
2577
|
};
|
|
2578
|
+
DytePlugins.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DytePlugins, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2579
|
+
DytePlugins.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DytePlugins, 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 });
|
|
2787
2580
|
DytePlugins = __decorate([
|
|
2788
2581
|
ProxyCmp({
|
|
2789
2582
|
inputs: ['config', 'iconPack', 'meeting', 'size', 't']
|
|
2790
2583
|
})
|
|
2791
2584
|
], DytePlugins);
|
|
2792
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2585
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DytePlugins, decorators: [{
|
|
2793
2586
|
type: Component,
|
|
2794
2587
|
args: [{
|
|
2795
2588
|
selector: 'dyte-plugins',
|
|
@@ -2798,25 +2591,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2798
2591
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2799
2592
|
inputs: ['config', 'iconPack', 'meeting', 'size', 't'],
|
|
2800
2593
|
}]
|
|
2801
|
-
}], ctorParameters: ()
|
|
2594
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2802
2595
|
let DytePluginsToggle = class DytePluginsToggle {
|
|
2803
|
-
z;
|
|
2804
|
-
el;
|
|
2805
2596
|
constructor(c, r, z) {
|
|
2806
2597
|
this.z = z;
|
|
2807
2598
|
c.detach();
|
|
2808
2599
|
this.el = r.nativeElement;
|
|
2809
2600
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2810
2601
|
}
|
|
2811
|
-
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 });
|
|
2812
|
-
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 });
|
|
2813
2602
|
};
|
|
2603
|
+
DytePluginsToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DytePluginsToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2604
|
+
DytePluginsToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DytePluginsToggle, 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 });
|
|
2814
2605
|
DytePluginsToggle = __decorate([
|
|
2815
2606
|
ProxyCmp({
|
|
2816
2607
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
2817
2608
|
})
|
|
2818
2609
|
], DytePluginsToggle);
|
|
2819
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2610
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DytePluginsToggle, decorators: [{
|
|
2820
2611
|
type: Component,
|
|
2821
2612
|
args: [{
|
|
2822
2613
|
selector: 'dyte-plugins-toggle',
|
|
@@ -2825,25 +2616,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2825
2616
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2826
2617
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant'],
|
|
2827
2618
|
}]
|
|
2828
|
-
}], ctorParameters: ()
|
|
2619
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2829
2620
|
let DytePoll = class DytePoll {
|
|
2830
|
-
z;
|
|
2831
|
-
el;
|
|
2832
2621
|
constructor(c, r, z) {
|
|
2833
2622
|
this.z = z;
|
|
2834
2623
|
c.detach();
|
|
2835
2624
|
this.el = r.nativeElement;
|
|
2836
2625
|
proxyOutputs(this, this.el, ['dyteVotePoll']);
|
|
2837
2626
|
}
|
|
2838
|
-
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 });
|
|
2839
|
-
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 });
|
|
2840
2627
|
};
|
|
2628
|
+
DytePoll.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DytePoll, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2629
|
+
DytePoll.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DytePoll, 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 });
|
|
2841
2630
|
DytePoll = __decorate([
|
|
2842
2631
|
ProxyCmp({
|
|
2843
2632
|
inputs: ['iconPack', 'permissions', 'poll', 'self', 't']
|
|
2844
2633
|
})
|
|
2845
2634
|
], DytePoll);
|
|
2846
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DytePoll, decorators: [{
|
|
2847
2636
|
type: Component,
|
|
2848
2637
|
args: [{
|
|
2849
2638
|
selector: 'dyte-poll',
|
|
@@ -2852,25 +2641,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2852
2641
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2853
2642
|
inputs: ['iconPack', 'permissions', 'poll', 'self', 't'],
|
|
2854
2643
|
}]
|
|
2855
|
-
}], ctorParameters: ()
|
|
2644
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2856
2645
|
let DytePollForm = class DytePollForm {
|
|
2857
|
-
z;
|
|
2858
|
-
el;
|
|
2859
2646
|
constructor(c, r, z) {
|
|
2860
2647
|
this.z = z;
|
|
2861
2648
|
c.detach();
|
|
2862
2649
|
this.el = r.nativeElement;
|
|
2863
2650
|
proxyOutputs(this, this.el, ['dyteCreatePoll']);
|
|
2864
2651
|
}
|
|
2865
|
-
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 });
|
|
2866
|
-
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 });
|
|
2867
2652
|
};
|
|
2653
|
+
DytePollForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DytePollForm, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2654
|
+
DytePollForm.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DytePollForm, selector: "dyte-poll-form", inputs: { iconPack: "iconPack", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2868
2655
|
DytePollForm = __decorate([
|
|
2869
2656
|
ProxyCmp({
|
|
2870
2657
|
inputs: ['iconPack', 't']
|
|
2871
2658
|
})
|
|
2872
2659
|
], DytePollForm);
|
|
2873
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2660
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DytePollForm, decorators: [{
|
|
2874
2661
|
type: Component,
|
|
2875
2662
|
args: [{
|
|
2876
2663
|
selector: 'dyte-poll-form',
|
|
@@ -2879,24 +2666,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2879
2666
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2880
2667
|
inputs: ['iconPack', 't'],
|
|
2881
2668
|
}]
|
|
2882
|
-
}], ctorParameters: ()
|
|
2669
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2883
2670
|
let DytePolls = class DytePolls {
|
|
2884
|
-
z;
|
|
2885
|
-
el;
|
|
2886
2671
|
constructor(c, r, z) {
|
|
2887
2672
|
this.z = z;
|
|
2888
2673
|
c.detach();
|
|
2889
2674
|
this.el = r.nativeElement;
|
|
2890
2675
|
}
|
|
2891
|
-
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 });
|
|
2892
|
-
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 });
|
|
2893
2676
|
};
|
|
2677
|
+
DytePolls.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DytePolls, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2678
|
+
DytePolls.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DytePolls, 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 });
|
|
2894
2679
|
DytePolls = __decorate([
|
|
2895
2680
|
ProxyCmp({
|
|
2896
2681
|
inputs: ['config', 'iconPack', 'meeting', 'size', 't']
|
|
2897
2682
|
})
|
|
2898
2683
|
], DytePolls);
|
|
2899
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2684
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DytePolls, decorators: [{
|
|
2900
2685
|
type: Component,
|
|
2901
2686
|
args: [{
|
|
2902
2687
|
selector: 'dyte-polls',
|
|
@@ -2905,25 +2690,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2905
2690
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2906
2691
|
inputs: ['config', 'iconPack', 'meeting', 'size', 't'],
|
|
2907
2692
|
}]
|
|
2908
|
-
}], ctorParameters: ()
|
|
2693
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2909
2694
|
let DytePollsToggle = class DytePollsToggle {
|
|
2910
|
-
z;
|
|
2911
|
-
el;
|
|
2912
2695
|
constructor(c, r, z) {
|
|
2913
2696
|
this.z = z;
|
|
2914
2697
|
c.detach();
|
|
2915
2698
|
this.el = r.nativeElement;
|
|
2916
2699
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
2917
2700
|
}
|
|
2918
|
-
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 });
|
|
2919
|
-
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 });
|
|
2920
2701
|
};
|
|
2702
|
+
DytePollsToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DytePollsToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2703
|
+
DytePollsToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DytePollsToggle, 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 });
|
|
2921
2704
|
DytePollsToggle = __decorate([
|
|
2922
2705
|
ProxyCmp({
|
|
2923
2706
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
2924
2707
|
})
|
|
2925
2708
|
], DytePollsToggle);
|
|
2926
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2709
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DytePollsToggle, decorators: [{
|
|
2927
2710
|
type: Component,
|
|
2928
2711
|
args: [{
|
|
2929
2712
|
selector: 'dyte-polls-toggle',
|
|
@@ -2932,24 +2715,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2932
2715
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2933
2716
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant'],
|
|
2934
2717
|
}]
|
|
2935
|
-
}], ctorParameters: ()
|
|
2718
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2936
2719
|
let DyteRecordingIndicator = class DyteRecordingIndicator {
|
|
2937
|
-
z;
|
|
2938
|
-
el;
|
|
2939
2720
|
constructor(c, r, z) {
|
|
2940
2721
|
this.z = z;
|
|
2941
2722
|
c.detach();
|
|
2942
2723
|
this.el = r.nativeElement;
|
|
2943
2724
|
}
|
|
2944
|
-
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 });
|
|
2945
|
-
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 });
|
|
2946
2725
|
};
|
|
2726
|
+
DyteRecordingIndicator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteRecordingIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2727
|
+
DyteRecordingIndicator.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteRecordingIndicator, 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 });
|
|
2947
2728
|
DyteRecordingIndicator = __decorate([
|
|
2948
2729
|
ProxyCmp({
|
|
2949
2730
|
inputs: ['iconPack', 'meeting', 'size', 't']
|
|
2950
2731
|
})
|
|
2951
2732
|
], DyteRecordingIndicator);
|
|
2952
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2733
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteRecordingIndicator, decorators: [{
|
|
2953
2734
|
type: Component,
|
|
2954
2735
|
args: [{
|
|
2955
2736
|
selector: 'dyte-recording-indicator',
|
|
@@ -2958,25 +2739,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2958
2739
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2959
2740
|
inputs: ['iconPack', 'meeting', 'size', 't'],
|
|
2960
2741
|
}]
|
|
2961
|
-
}], ctorParameters: ()
|
|
2742
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2962
2743
|
let DyteRecordingToggle = class DyteRecordingToggle {
|
|
2963
|
-
z;
|
|
2964
|
-
el;
|
|
2965
2744
|
constructor(c, r, z) {
|
|
2966
2745
|
this.z = z;
|
|
2967
2746
|
c.detach();
|
|
2968
2747
|
this.el = r.nativeElement;
|
|
2969
2748
|
proxyOutputs(this, this.el, ['dyteAPIError']);
|
|
2970
2749
|
}
|
|
2971
|
-
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 });
|
|
2972
|
-
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 });
|
|
2973
2750
|
};
|
|
2751
|
+
DyteRecordingToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteRecordingToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2752
|
+
DyteRecordingToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteRecordingToggle, 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 });
|
|
2974
2753
|
DyteRecordingToggle = __decorate([
|
|
2975
2754
|
ProxyCmp({
|
|
2976
2755
|
inputs: ['disabled', 'iconPack', 'meeting', 'size', 't', 'variant']
|
|
2977
2756
|
})
|
|
2978
2757
|
], DyteRecordingToggle);
|
|
2979
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2758
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteRecordingToggle, decorators: [{
|
|
2980
2759
|
type: Component,
|
|
2981
2760
|
args: [{
|
|
2982
2761
|
selector: 'dyte-recording-toggle',
|
|
@@ -2985,25 +2764,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2985
2764
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2986
2765
|
inputs: ['disabled', 'iconPack', 'meeting', 'size', 't', 'variant'],
|
|
2987
2766
|
}]
|
|
2988
|
-
}], ctorParameters: ()
|
|
2767
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2989
2768
|
let DyteScreenShareToggle = class DyteScreenShareToggle {
|
|
2990
|
-
z;
|
|
2991
|
-
el;
|
|
2992
2769
|
constructor(c, r, z) {
|
|
2993
2770
|
this.z = z;
|
|
2994
2771
|
c.detach();
|
|
2995
2772
|
this.el = r.nativeElement;
|
|
2996
2773
|
proxyOutputs(this, this.el, ['dyteStateUpdate', 'dyteAPIError']);
|
|
2997
2774
|
}
|
|
2998
|
-
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 });
|
|
2999
|
-
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 });
|
|
3000
2775
|
};
|
|
2776
|
+
DyteScreenShareToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteScreenShareToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2777
|
+
DyteScreenShareToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteScreenShareToggle, 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 });
|
|
3001
2778
|
DyteScreenShareToggle = __decorate([
|
|
3002
2779
|
ProxyCmp({
|
|
3003
2780
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
3004
2781
|
})
|
|
3005
2782
|
], DyteScreenShareToggle);
|
|
3006
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2783
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteScreenShareToggle, decorators: [{
|
|
3007
2784
|
type: Component,
|
|
3008
2785
|
args: [{
|
|
3009
2786
|
selector: 'dyte-screen-share-toggle',
|
|
@@ -3012,25 +2789,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3012
2789
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3013
2790
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant'],
|
|
3014
2791
|
}]
|
|
3015
|
-
}], ctorParameters: ()
|
|
2792
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3016
2793
|
let DyteScreenshareView = class DyteScreenshareView {
|
|
3017
|
-
z;
|
|
3018
|
-
el;
|
|
3019
2794
|
constructor(c, r, z) {
|
|
3020
2795
|
this.z = z;
|
|
3021
2796
|
c.detach();
|
|
3022
2797
|
this.el = r.nativeElement;
|
|
3023
2798
|
proxyOutputs(this, this.el, ['dyteStateUpdate', 'screensharePlay']);
|
|
3024
2799
|
}
|
|
3025
|
-
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 });
|
|
3026
|
-
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 });
|
|
3027
2800
|
};
|
|
2801
|
+
DyteScreenshareView.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteScreenshareView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2802
|
+
DyteScreenshareView.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteScreenshareView, 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 });
|
|
3028
2803
|
DyteScreenshareView = __decorate([
|
|
3029
2804
|
ProxyCmp({
|
|
3030
2805
|
inputs: ['hideFullScreenButton', 'iconPack', 'meeting', 'nameTagPosition', 'participant', 'size', 't', 'variant']
|
|
3031
2806
|
})
|
|
3032
2807
|
], DyteScreenshareView);
|
|
3033
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2808
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteScreenshareView, decorators: [{
|
|
3034
2809
|
type: Component,
|
|
3035
2810
|
args: [{
|
|
3036
2811
|
selector: 'dyte-screenshare-view',
|
|
@@ -3039,25 +2814,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3039
2814
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3040
2815
|
inputs: ['hideFullScreenButton', 'iconPack', 'meeting', 'nameTagPosition', 'participant', 'size', 't', 'variant'],
|
|
3041
2816
|
}]
|
|
3042
|
-
}], ctorParameters: ()
|
|
2817
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3043
2818
|
let DyteSettings = class DyteSettings {
|
|
3044
|
-
z;
|
|
3045
|
-
el;
|
|
3046
2819
|
constructor(c, r, z) {
|
|
3047
2820
|
this.z = z;
|
|
3048
2821
|
c.detach();
|
|
3049
2822
|
this.el = r.nativeElement;
|
|
3050
2823
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
3051
2824
|
}
|
|
3052
|
-
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 });
|
|
3053
|
-
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 });
|
|
3054
2825
|
};
|
|
2826
|
+
DyteSettings.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSettings, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2827
|
+
DyteSettings.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteSettings, 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 });
|
|
3055
2828
|
DyteSettings = __decorate([
|
|
3056
2829
|
ProxyCmp({
|
|
3057
2830
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
3058
2831
|
})
|
|
3059
2832
|
], DyteSettings);
|
|
3060
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2833
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSettings, decorators: [{
|
|
3061
2834
|
type: Component,
|
|
3062
2835
|
args: [{
|
|
3063
2836
|
selector: 'dyte-settings',
|
|
@@ -3066,25 +2839,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3066
2839
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3067
2840
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't'],
|
|
3068
2841
|
}]
|
|
3069
|
-
}], ctorParameters: ()
|
|
2842
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3070
2843
|
let DyteSettingsAudio = class DyteSettingsAudio {
|
|
3071
|
-
z;
|
|
3072
|
-
el;
|
|
3073
2844
|
constructor(c, r, z) {
|
|
3074
2845
|
this.z = z;
|
|
3075
2846
|
c.detach();
|
|
3076
2847
|
this.el = r.nativeElement;
|
|
3077
2848
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
3078
2849
|
}
|
|
3079
|
-
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 });
|
|
3080
|
-
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 });
|
|
3081
2850
|
};
|
|
2851
|
+
DyteSettingsAudio.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSettingsAudio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2852
|
+
DyteSettingsAudio.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteSettingsAudio, 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 });
|
|
3082
2853
|
DyteSettingsAudio = __decorate([
|
|
3083
2854
|
ProxyCmp({
|
|
3084
2855
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
3085
2856
|
})
|
|
3086
2857
|
], DyteSettingsAudio);
|
|
3087
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2858
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSettingsAudio, decorators: [{
|
|
3088
2859
|
type: Component,
|
|
3089
2860
|
args: [{
|
|
3090
2861
|
selector: 'dyte-settings-audio',
|
|
@@ -3093,25 +2864,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3093
2864
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3094
2865
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't'],
|
|
3095
2866
|
}]
|
|
3096
|
-
}], ctorParameters: ()
|
|
2867
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3097
2868
|
let DyteSettingsToggle = class DyteSettingsToggle {
|
|
3098
|
-
z;
|
|
3099
|
-
el;
|
|
3100
2869
|
constructor(c, r, z) {
|
|
3101
2870
|
this.z = z;
|
|
3102
2871
|
c.detach();
|
|
3103
2872
|
this.el = r.nativeElement;
|
|
3104
2873
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
3105
2874
|
}
|
|
3106
|
-
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 });
|
|
3107
|
-
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 });
|
|
3108
2875
|
};
|
|
2876
|
+
DyteSettingsToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSettingsToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2877
|
+
DyteSettingsToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteSettingsToggle, 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 });
|
|
3109
2878
|
DyteSettingsToggle = __decorate([
|
|
3110
2879
|
ProxyCmp({
|
|
3111
2880
|
inputs: ['iconPack', 'size', 'states', 't', 'variant']
|
|
3112
2881
|
})
|
|
3113
2882
|
], DyteSettingsToggle);
|
|
3114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2883
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSettingsToggle, decorators: [{
|
|
3115
2884
|
type: Component,
|
|
3116
2885
|
args: [{
|
|
3117
2886
|
selector: 'dyte-settings-toggle',
|
|
@@ -3120,25 +2889,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3120
2889
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3121
2890
|
inputs: ['iconPack', 'size', 'states', 't', 'variant'],
|
|
3122
2891
|
}]
|
|
3123
|
-
}], ctorParameters: ()
|
|
2892
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3124
2893
|
let DyteSettingsVideo = class DyteSettingsVideo {
|
|
3125
|
-
z;
|
|
3126
|
-
el;
|
|
3127
2894
|
constructor(c, r, z) {
|
|
3128
2895
|
this.z = z;
|
|
3129
2896
|
c.detach();
|
|
3130
2897
|
this.el = r.nativeElement;
|
|
3131
2898
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
3132
2899
|
}
|
|
3133
|
-
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 });
|
|
3134
|
-
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 });
|
|
3135
2900
|
};
|
|
2901
|
+
DyteSettingsVideo.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSettingsVideo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2902
|
+
DyteSettingsVideo.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteSettingsVideo, 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 });
|
|
3136
2903
|
DyteSettingsVideo = __decorate([
|
|
3137
2904
|
ProxyCmp({
|
|
3138
2905
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
3139
2906
|
})
|
|
3140
2907
|
], DyteSettingsVideo);
|
|
3141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2908
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSettingsVideo, decorators: [{
|
|
3142
2909
|
type: Component,
|
|
3143
2910
|
args: [{
|
|
3144
2911
|
selector: 'dyte-settings-video',
|
|
@@ -3147,25 +2914,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3147
2914
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3148
2915
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't'],
|
|
3149
2916
|
}]
|
|
3150
|
-
}], ctorParameters: ()
|
|
2917
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3151
2918
|
let DyteSetupScreen = class DyteSetupScreen {
|
|
3152
|
-
z;
|
|
3153
|
-
el;
|
|
3154
2919
|
constructor(c, r, z) {
|
|
3155
2920
|
this.z = z;
|
|
3156
2921
|
c.detach();
|
|
3157
2922
|
this.el = r.nativeElement;
|
|
3158
2923
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
3159
2924
|
}
|
|
3160
|
-
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 });
|
|
3161
|
-
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 });
|
|
3162
2925
|
};
|
|
2926
|
+
DyteSetupScreen.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSetupScreen, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2927
|
+
DyteSetupScreen.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteSetupScreen, 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 });
|
|
3163
2928
|
DyteSetupScreen = __decorate([
|
|
3164
2929
|
ProxyCmp({
|
|
3165
2930
|
inputs: ['config', 'iconPack', 'meeting', 'size', 'states', 't']
|
|
3166
2931
|
})
|
|
3167
2932
|
], DyteSetupScreen);
|
|
3168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2933
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSetupScreen, decorators: [{
|
|
3169
2934
|
type: Component,
|
|
3170
2935
|
args: [{
|
|
3171
2936
|
selector: 'dyte-setup-screen',
|
|
@@ -3174,25 +2939,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3174
2939
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3175
2940
|
inputs: ['config', 'iconPack', 'meeting', 'size', 'states', 't'],
|
|
3176
2941
|
}]
|
|
3177
|
-
}], ctorParameters: ()
|
|
2942
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3178
2943
|
let DyteSidebar = class DyteSidebar {
|
|
3179
|
-
z;
|
|
3180
|
-
el;
|
|
3181
2944
|
constructor(c, r, z) {
|
|
3182
2945
|
this.z = z;
|
|
3183
2946
|
c.detach();
|
|
3184
2947
|
this.el = r.nativeElement;
|
|
3185
2948
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
3186
2949
|
}
|
|
3187
|
-
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 });
|
|
3188
|
-
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 });
|
|
3189
2950
|
};
|
|
2951
|
+
DyteSidebar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSidebar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2952
|
+
DyteSidebar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteSidebar, 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 });
|
|
3190
2953
|
DyteSidebar = __decorate([
|
|
3191
2954
|
ProxyCmp({
|
|
3192
2955
|
inputs: ['config', 'defaultSection', 'enabledSections', 'iconPack', 'meeting', 'size', 'states', 't', 'view']
|
|
3193
2956
|
})
|
|
3194
2957
|
], DyteSidebar);
|
|
3195
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2958
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSidebar, decorators: [{
|
|
3196
2959
|
type: Component,
|
|
3197
2960
|
args: [{
|
|
3198
2961
|
selector: 'dyte-sidebar',
|
|
@@ -3201,25 +2964,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3201
2964
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3202
2965
|
inputs: ['config', 'defaultSection', 'enabledSections', 'iconPack', 'meeting', 'size', 'states', 't', 'view'],
|
|
3203
2966
|
}]
|
|
3204
|
-
}], ctorParameters: ()
|
|
2967
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3205
2968
|
let DyteSidebarUi = class DyteSidebarUi {
|
|
3206
|
-
z;
|
|
3207
|
-
el;
|
|
3208
2969
|
constructor(c, r, z) {
|
|
3209
2970
|
this.z = z;
|
|
3210
2971
|
c.detach();
|
|
3211
2972
|
this.el = r.nativeElement;
|
|
3212
2973
|
proxyOutputs(this, this.el, ['tabChange', 'sidebarClose']);
|
|
3213
2974
|
}
|
|
3214
|
-
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 });
|
|
3215
|
-
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 });
|
|
3216
2975
|
};
|
|
2976
|
+
DyteSidebarUi.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSidebarUi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2977
|
+
DyteSidebarUi.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteSidebarUi, 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 });
|
|
3217
2978
|
DyteSidebarUi = __decorate([
|
|
3218
2979
|
ProxyCmp({
|
|
3219
2980
|
inputs: ['currentTab', 'hideCloseAction', 'hideHeader', 'iconPack', 't', 'tabs', 'view']
|
|
3220
2981
|
})
|
|
3221
2982
|
], DyteSidebarUi);
|
|
3222
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2983
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSidebarUi, decorators: [{
|
|
3223
2984
|
type: Component,
|
|
3224
2985
|
args: [{
|
|
3225
2986
|
selector: 'dyte-sidebar-ui',
|
|
@@ -3228,24 +2989,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3228
2989
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3229
2990
|
inputs: ['currentTab', 'hideCloseAction', 'hideHeader', 'iconPack', 't', 'tabs', 'view'],
|
|
3230
2991
|
}]
|
|
3231
|
-
}], ctorParameters: ()
|
|
2992
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3232
2993
|
let DyteSimpleGrid = class DyteSimpleGrid {
|
|
3233
|
-
z;
|
|
3234
|
-
el;
|
|
3235
2994
|
constructor(c, r, z) {
|
|
3236
2995
|
this.z = z;
|
|
3237
2996
|
c.detach();
|
|
3238
2997
|
this.el = r.nativeElement;
|
|
3239
2998
|
}
|
|
3240
|
-
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 });
|
|
3241
|
-
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 });
|
|
3242
2999
|
};
|
|
3000
|
+
DyteSimpleGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSimpleGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3001
|
+
DyteSimpleGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteSimpleGrid, 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 });
|
|
3243
3002
|
DyteSimpleGrid = __decorate([
|
|
3244
3003
|
ProxyCmp({
|
|
3245
3004
|
inputs: ['aspectRatio', 'config', 'gap', 'iconPack', 'meeting', 'participants', 'size', 'states', 't']
|
|
3246
3005
|
})
|
|
3247
3006
|
], DyteSimpleGrid);
|
|
3248
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3007
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSimpleGrid, decorators: [{
|
|
3249
3008
|
type: Component,
|
|
3250
3009
|
args: [{
|
|
3251
3010
|
selector: 'dyte-simple-grid',
|
|
@@ -3254,24 +3013,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3254
3013
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3255
3014
|
inputs: ['aspectRatio', 'config', 'gap', 'iconPack', 'meeting', 'participants', 'size', 'states', 't'],
|
|
3256
3015
|
}]
|
|
3257
|
-
}], ctorParameters: ()
|
|
3016
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3258
3017
|
let DyteSpeakerSelector = class DyteSpeakerSelector {
|
|
3259
|
-
z;
|
|
3260
|
-
el;
|
|
3261
3018
|
constructor(c, r, z) {
|
|
3262
3019
|
this.z = z;
|
|
3263
3020
|
c.detach();
|
|
3264
3021
|
this.el = r.nativeElement;
|
|
3265
3022
|
}
|
|
3266
|
-
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 });
|
|
3267
|
-
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 });
|
|
3268
3023
|
};
|
|
3024
|
+
DyteSpeakerSelector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSpeakerSelector, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3025
|
+
DyteSpeakerSelector.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteSpeakerSelector, 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 });
|
|
3269
3026
|
DyteSpeakerSelector = __decorate([
|
|
3270
3027
|
ProxyCmp({
|
|
3271
3028
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
3272
3029
|
})
|
|
3273
3030
|
], DyteSpeakerSelector);
|
|
3274
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3031
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSpeakerSelector, decorators: [{
|
|
3275
3032
|
type: Component,
|
|
3276
3033
|
args: [{
|
|
3277
3034
|
selector: 'dyte-speaker-selector',
|
|
@@ -3280,24 +3037,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3280
3037
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3281
3038
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant'],
|
|
3282
3039
|
}]
|
|
3283
|
-
}], ctorParameters: ()
|
|
3040
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3284
3041
|
let DyteSpinner = class DyteSpinner {
|
|
3285
|
-
z;
|
|
3286
|
-
el;
|
|
3287
3042
|
constructor(c, r, z) {
|
|
3288
3043
|
this.z = z;
|
|
3289
3044
|
c.detach();
|
|
3290
3045
|
this.el = r.nativeElement;
|
|
3291
3046
|
}
|
|
3292
|
-
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 });
|
|
3293
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteSpinner, isStandalone: true, selector: "dyte-spinner", inputs: { iconPack: "iconPack", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3294
3047
|
};
|
|
3048
|
+
DyteSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3049
|
+
DyteSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteSpinner, selector: "dyte-spinner", inputs: { iconPack: "iconPack", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3295
3050
|
DyteSpinner = __decorate([
|
|
3296
3051
|
ProxyCmp({
|
|
3297
3052
|
inputs: ['iconPack', 'size']
|
|
3298
3053
|
})
|
|
3299
3054
|
], DyteSpinner);
|
|
3300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3055
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSpinner, decorators: [{
|
|
3301
3056
|
type: Component,
|
|
3302
3057
|
args: [{
|
|
3303
3058
|
selector: 'dyte-spinner',
|
|
@@ -3306,24 +3061,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3306
3061
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3307
3062
|
inputs: ['iconPack', 'size'],
|
|
3308
3063
|
}]
|
|
3309
|
-
}], ctorParameters: ()
|
|
3064
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3310
3065
|
let DyteSpotlightGrid = class DyteSpotlightGrid {
|
|
3311
|
-
z;
|
|
3312
|
-
el;
|
|
3313
3066
|
constructor(c, r, z) {
|
|
3314
3067
|
this.z = z;
|
|
3315
3068
|
c.detach();
|
|
3316
3069
|
this.el = r.nativeElement;
|
|
3317
3070
|
}
|
|
3318
|
-
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 });
|
|
3319
|
-
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 });
|
|
3320
3071
|
};
|
|
3072
|
+
DyteSpotlightGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSpotlightGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3073
|
+
DyteSpotlightGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteSpotlightGrid, 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 });
|
|
3321
3074
|
DyteSpotlightGrid = __decorate([
|
|
3322
3075
|
ProxyCmp({
|
|
3323
3076
|
inputs: ['aspectRatio', 'config', 'gap', 'gridSize', 'iconPack', 'layout', 'meeting', 'participants', 'pinnedParticipants', 'size', 'states', 't']
|
|
3324
3077
|
})
|
|
3325
3078
|
], DyteSpotlightGrid);
|
|
3326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3079
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSpotlightGrid, decorators: [{
|
|
3327
3080
|
type: Component,
|
|
3328
3081
|
args: [{
|
|
3329
3082
|
selector: 'dyte-spotlight-grid',
|
|
@@ -3332,24 +3085,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3332
3085
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3333
3086
|
inputs: ['aspectRatio', 'config', 'gap', 'gridSize', 'iconPack', 'layout', 'meeting', 'participants', 'pinnedParticipants', 'size', 'states', 't'],
|
|
3334
3087
|
}]
|
|
3335
|
-
}], ctorParameters: ()
|
|
3088
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3336
3089
|
let DyteSpotlightIndicator = class DyteSpotlightIndicator {
|
|
3337
|
-
z;
|
|
3338
|
-
el;
|
|
3339
3090
|
constructor(c, r, z) {
|
|
3340
3091
|
this.z = z;
|
|
3341
3092
|
c.detach();
|
|
3342
3093
|
this.el = r.nativeElement;
|
|
3343
3094
|
}
|
|
3344
|
-
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 });
|
|
3345
|
-
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 });
|
|
3346
3095
|
};
|
|
3096
|
+
DyteSpotlightIndicator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSpotlightIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3097
|
+
DyteSpotlightIndicator.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteSpotlightIndicator, 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 });
|
|
3347
3098
|
DyteSpotlightIndicator = __decorate([
|
|
3348
3099
|
ProxyCmp({
|
|
3349
3100
|
inputs: ['iconPack', 'meeting', 'size', 't']
|
|
3350
3101
|
})
|
|
3351
3102
|
], DyteSpotlightIndicator);
|
|
3352
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSpotlightIndicator, decorators: [{
|
|
3353
3104
|
type: Component,
|
|
3354
3105
|
args: [{
|
|
3355
3106
|
selector: 'dyte-spotlight-indicator',
|
|
@@ -3358,25 +3109,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3358
3109
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3359
3110
|
inputs: ['iconPack', 'meeting', 'size', 't'],
|
|
3360
3111
|
}]
|
|
3361
|
-
}], ctorParameters: ()
|
|
3112
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3362
3113
|
let DyteStage = class DyteStage {
|
|
3363
|
-
z;
|
|
3364
|
-
el;
|
|
3365
3114
|
constructor(c, r, z) {
|
|
3366
3115
|
this.z = z;
|
|
3367
3116
|
c.detach();
|
|
3368
3117
|
this.el = r.nativeElement;
|
|
3369
3118
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
3370
3119
|
}
|
|
3371
|
-
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 });
|
|
3372
|
-
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 });
|
|
3373
3120
|
};
|
|
3121
|
+
DyteStage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteStage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3122
|
+
DyteStage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteStage, selector: "dyte-stage", inputs: { iconPack: "iconPack", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3374
3123
|
DyteStage = __decorate([
|
|
3375
3124
|
ProxyCmp({
|
|
3376
3125
|
inputs: ['iconPack', 't']
|
|
3377
3126
|
})
|
|
3378
3127
|
], DyteStage);
|
|
3379
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteStage, decorators: [{
|
|
3380
3129
|
type: Component,
|
|
3381
3130
|
args: [{
|
|
3382
3131
|
selector: 'dyte-stage',
|
|
@@ -3385,25 +3134,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3385
3134
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3386
3135
|
inputs: ['iconPack', 't'],
|
|
3387
3136
|
}]
|
|
3388
|
-
}], ctorParameters: ()
|
|
3137
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3389
3138
|
let DyteStageToggle = class DyteStageToggle {
|
|
3390
|
-
z;
|
|
3391
|
-
el;
|
|
3392
3139
|
constructor(c, r, z) {
|
|
3393
3140
|
this.z = z;
|
|
3394
3141
|
c.detach();
|
|
3395
3142
|
this.el = r.nativeElement;
|
|
3396
3143
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
3397
3144
|
}
|
|
3398
|
-
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 });
|
|
3399
|
-
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", states: "states", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3400
3145
|
};
|
|
3146
|
+
DyteStageToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteStageToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3147
|
+
DyteStageToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteStageToggle, selector: "dyte-stage-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 });
|
|
3401
3148
|
DyteStageToggle = __decorate([
|
|
3402
3149
|
ProxyCmp({
|
|
3403
3150
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
3404
3151
|
})
|
|
3405
3152
|
], DyteStageToggle);
|
|
3406
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteStageToggle, decorators: [{
|
|
3407
3154
|
type: Component,
|
|
3408
3155
|
args: [{
|
|
3409
3156
|
selector: 'dyte-stage-toggle',
|
|
@@ -3412,25 +3159,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3412
3159
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3413
3160
|
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant'],
|
|
3414
3161
|
}]
|
|
3415
|
-
}], ctorParameters: ()
|
|
3162
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3416
3163
|
let DyteSwitch = class DyteSwitch {
|
|
3417
|
-
z;
|
|
3418
|
-
el;
|
|
3419
3164
|
constructor(c, r, z) {
|
|
3420
3165
|
this.z = z;
|
|
3421
3166
|
c.detach();
|
|
3422
3167
|
this.el = r.nativeElement;
|
|
3423
3168
|
proxyOutputs(this, this.el, ['dyteChange']);
|
|
3424
3169
|
}
|
|
3425
|
-
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 });
|
|
3426
|
-
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 });
|
|
3427
3170
|
};
|
|
3171
|
+
DyteSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3172
|
+
DyteSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteSwitch, 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 });
|
|
3428
3173
|
DyteSwitch = __decorate([
|
|
3429
3174
|
ProxyCmp({
|
|
3430
3175
|
inputs: ['checked', 'disabled', 'iconPack', 'readonly', 't']
|
|
3431
3176
|
})
|
|
3432
3177
|
], DyteSwitch);
|
|
3433
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3178
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSwitch, decorators: [{
|
|
3434
3179
|
type: Component,
|
|
3435
3180
|
args: [{
|
|
3436
3181
|
selector: 'dyte-switch',
|
|
@@ -3439,25 +3184,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3439
3184
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3440
3185
|
inputs: ['checked', 'disabled', 'iconPack', 'readonly', 't'],
|
|
3441
3186
|
}]
|
|
3442
|
-
}], ctorParameters: ()
|
|
3187
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3443
3188
|
let DyteTabBar = class DyteTabBar {
|
|
3444
|
-
z;
|
|
3445
|
-
el;
|
|
3446
3189
|
constructor(c, r, z) {
|
|
3447
3190
|
this.z = z;
|
|
3448
3191
|
c.detach();
|
|
3449
3192
|
this.el = r.nativeElement;
|
|
3450
3193
|
proxyOutputs(this, this.el, ['tabChange']);
|
|
3451
3194
|
}
|
|
3452
|
-
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 });
|
|
3453
|
-
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 });
|
|
3454
3195
|
};
|
|
3196
|
+
DyteTabBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteTabBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3197
|
+
DyteTabBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteTabBar, 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 });
|
|
3455
3198
|
DyteTabBar = __decorate([
|
|
3456
3199
|
ProxyCmp({
|
|
3457
3200
|
inputs: ['activeTab', 'config', 'iconPack', 'layout', 'meeting', 'size', 'states', 't', 'tabs']
|
|
3458
3201
|
})
|
|
3459
3202
|
], DyteTabBar);
|
|
3460
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteTabBar, decorators: [{
|
|
3461
3204
|
type: Component,
|
|
3462
3205
|
args: [{
|
|
3463
3206
|
selector: 'dyte-tab-bar',
|
|
@@ -3466,26 +3209,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3466
3209
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3467
3210
|
inputs: ['activeTab', 'config', 'iconPack', 'layout', 'meeting', 'size', 'states', 't', 'tabs'],
|
|
3468
3211
|
}]
|
|
3469
|
-
}], ctorParameters: ()
|
|
3212
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3470
3213
|
let DyteTextComposerView = class DyteTextComposerView {
|
|
3471
|
-
z;
|
|
3472
|
-
el;
|
|
3473
3214
|
constructor(c, r, z) {
|
|
3474
3215
|
this.z = z;
|
|
3475
3216
|
c.detach();
|
|
3476
3217
|
this.el = r.nativeElement;
|
|
3477
3218
|
proxyOutputs(this, this.el, ['textChange']);
|
|
3478
3219
|
}
|
|
3479
|
-
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 });
|
|
3480
|
-
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 });
|
|
3481
3220
|
};
|
|
3221
|
+
DyteTextComposerView.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteTextComposerView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3222
|
+
DyteTextComposerView.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteTextComposerView, 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 });
|
|
3482
3223
|
DyteTextComposerView = __decorate([
|
|
3483
3224
|
ProxyCmp({
|
|
3484
3225
|
inputs: ['disabled', 'iconPack', 'keyDownHandler', 'maxLength', 'placeholder', 'rateLimitBreached', 't', 'value'],
|
|
3485
3226
|
methods: ['setText']
|
|
3486
3227
|
})
|
|
3487
3228
|
], DyteTextComposerView);
|
|
3488
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteTextComposerView, decorators: [{
|
|
3489
3230
|
type: Component,
|
|
3490
3231
|
args: [{
|
|
3491
3232
|
selector: 'dyte-text-composer-view',
|
|
@@ -3494,24 +3235,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3494
3235
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3495
3236
|
inputs: ['disabled', 'iconPack', 'keyDownHandler', 'maxLength', 'placeholder', 'rateLimitBreached', 't', 'value'],
|
|
3496
3237
|
}]
|
|
3497
|
-
}], ctorParameters: ()
|
|
3238
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3498
3239
|
let DyteTextMessage = class DyteTextMessage {
|
|
3499
|
-
z;
|
|
3500
|
-
el;
|
|
3501
3240
|
constructor(c, r, z) {
|
|
3502
3241
|
this.z = z;
|
|
3503
3242
|
c.detach();
|
|
3504
3243
|
this.el = r.nativeElement;
|
|
3505
3244
|
}
|
|
3506
|
-
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 });
|
|
3507
|
-
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 });
|
|
3508
3245
|
};
|
|
3246
|
+
DyteTextMessage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteTextMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3247
|
+
DyteTextMessage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteTextMessage, 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 });
|
|
3509
3248
|
DyteTextMessage = __decorate([
|
|
3510
3249
|
ProxyCmp({
|
|
3511
3250
|
inputs: ['iconPack', 'isContinued', 'message', 'now', 'showBubble', 't']
|
|
3512
3251
|
})
|
|
3513
3252
|
], DyteTextMessage);
|
|
3514
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3253
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteTextMessage, decorators: [{
|
|
3515
3254
|
type: Component,
|
|
3516
3255
|
args: [{
|
|
3517
3256
|
selector: 'dyte-text-message',
|
|
@@ -3520,24 +3259,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3520
3259
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3521
3260
|
inputs: ['iconPack', 'isContinued', 'message', 'now', 'showBubble', 't'],
|
|
3522
3261
|
}]
|
|
3523
|
-
}], ctorParameters: ()
|
|
3262
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3524
3263
|
let DyteTextMessageView = class DyteTextMessageView {
|
|
3525
|
-
z;
|
|
3526
|
-
el;
|
|
3527
3264
|
constructor(c, r, z) {
|
|
3528
3265
|
this.z = z;
|
|
3529
3266
|
c.detach();
|
|
3530
3267
|
this.el = r.nativeElement;
|
|
3531
3268
|
}
|
|
3532
|
-
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 });
|
|
3533
|
-
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 });
|
|
3534
3269
|
};
|
|
3270
|
+
DyteTextMessageView.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteTextMessageView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3271
|
+
DyteTextMessageView.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteTextMessageView, selector: "dyte-text-message-view", inputs: { isMarkdown: "isMarkdown", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3535
3272
|
DyteTextMessageView = __decorate([
|
|
3536
3273
|
ProxyCmp({
|
|
3537
3274
|
inputs: ['isMarkdown', 'text']
|
|
3538
3275
|
})
|
|
3539
3276
|
], DyteTextMessageView);
|
|
3540
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteTextMessageView, decorators: [{
|
|
3541
3278
|
type: Component,
|
|
3542
3279
|
args: [{
|
|
3543
3280
|
selector: 'dyte-text-message-view',
|
|
@@ -3546,25 +3283,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3546
3283
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3547
3284
|
inputs: ['isMarkdown', 'text'],
|
|
3548
3285
|
}]
|
|
3549
|
-
}], ctorParameters: ()
|
|
3286
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3550
3287
|
let DyteTooltip = class DyteTooltip {
|
|
3551
|
-
z;
|
|
3552
|
-
el;
|
|
3553
3288
|
constructor(c, r, z) {
|
|
3554
3289
|
this.z = z;
|
|
3555
3290
|
c.detach();
|
|
3556
3291
|
this.el = r.nativeElement;
|
|
3557
3292
|
proxyOutputs(this, this.el, ['dyteOpenChange']);
|
|
3558
3293
|
}
|
|
3559
|
-
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 });
|
|
3560
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteTooltip, isStandalone: true, selector: "dyte-tooltip", inputs: { delay: "delay", disabled: "disabled", kind: "kind", label: "label", open: "open", placement: "placement", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3561
3294
|
};
|
|
3295
|
+
DyteTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3296
|
+
DyteTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteTooltip, selector: "dyte-tooltip", inputs: { delay: "delay", disabled: "disabled", kind: "kind", label: "label", open: "open", placement: "placement", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3562
3297
|
DyteTooltip = __decorate([
|
|
3563
3298
|
ProxyCmp({
|
|
3564
3299
|
inputs: ['delay', 'disabled', 'kind', 'label', 'open', 'placement', 'size', 'variant']
|
|
3565
3300
|
})
|
|
3566
3301
|
], DyteTooltip);
|
|
3567
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteTooltip, decorators: [{
|
|
3568
3303
|
type: Component,
|
|
3569
3304
|
args: [{
|
|
3570
3305
|
selector: 'dyte-tooltip',
|
|
@@ -3573,25 +3308,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3573
3308
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3574
3309
|
inputs: ['delay', 'disabled', 'kind', 'label', 'open', 'placement', 'size', 'variant'],
|
|
3575
3310
|
}]
|
|
3576
|
-
}], ctorParameters: ()
|
|
3311
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3577
3312
|
let DyteTranscript = class DyteTranscript {
|
|
3578
|
-
z;
|
|
3579
|
-
el;
|
|
3580
3313
|
constructor(c, r, z) {
|
|
3581
3314
|
this.z = z;
|
|
3582
3315
|
c.detach();
|
|
3583
3316
|
this.el = r.nativeElement;
|
|
3584
3317
|
proxyOutputs(this, this.el, ['dyteTranscriptDismiss']);
|
|
3585
3318
|
}
|
|
3586
|
-
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 });
|
|
3587
|
-
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 });
|
|
3588
3319
|
};
|
|
3320
|
+
DyteTranscript.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteTranscript, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3321
|
+
DyteTranscript.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteTranscript, selector: "dyte-transcript", inputs: { t: "t", transcript: "transcript" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3589
3322
|
DyteTranscript = __decorate([
|
|
3590
3323
|
ProxyCmp({
|
|
3591
3324
|
inputs: ['t', 'transcript']
|
|
3592
3325
|
})
|
|
3593
3326
|
], DyteTranscript);
|
|
3594
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteTranscript, decorators: [{
|
|
3595
3328
|
type: Component,
|
|
3596
3329
|
args: [{
|
|
3597
3330
|
selector: 'dyte-transcript',
|
|
@@ -3600,24 +3333,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3600
3333
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3601
3334
|
inputs: ['t', 'transcript'],
|
|
3602
3335
|
}]
|
|
3603
|
-
}], ctorParameters: ()
|
|
3336
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3604
3337
|
let DyteTranscripts = class DyteTranscripts {
|
|
3605
|
-
z;
|
|
3606
|
-
el;
|
|
3607
3338
|
constructor(c, r, z) {
|
|
3608
3339
|
this.z = z;
|
|
3609
3340
|
c.detach();
|
|
3610
3341
|
this.el = r.nativeElement;
|
|
3611
3342
|
}
|
|
3612
|
-
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 });
|
|
3613
|
-
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 });
|
|
3614
3343
|
};
|
|
3344
|
+
DyteTranscripts.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteTranscripts, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3345
|
+
DyteTranscripts.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteTranscripts, 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 });
|
|
3615
3346
|
DyteTranscripts = __decorate([
|
|
3616
3347
|
ProxyCmp({
|
|
3617
3348
|
inputs: ['config', 'meeting', 'states', 't']
|
|
3618
3349
|
})
|
|
3619
3350
|
], DyteTranscripts);
|
|
3620
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3351
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteTranscripts, decorators: [{
|
|
3621
3352
|
type: Component,
|
|
3622
3353
|
args: [{
|
|
3623
3354
|
selector: 'dyte-transcripts',
|
|
@@ -3626,25 +3357,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3626
3357
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3627
3358
|
inputs: ['config', 'meeting', 'states', 't'],
|
|
3628
3359
|
}]
|
|
3629
|
-
}], ctorParameters: ()
|
|
3360
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3630
3361
|
let DyteUiProvider = class DyteUiProvider {
|
|
3631
|
-
z;
|
|
3632
|
-
el;
|
|
3633
3362
|
constructor(c, r, z) {
|
|
3634
3363
|
this.z = z;
|
|
3635
3364
|
c.detach();
|
|
3636
3365
|
this.el = r.nativeElement;
|
|
3637
3366
|
proxyOutputs(this, this.el, ['dyteStatesUpdate']);
|
|
3638
3367
|
}
|
|
3639
|
-
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 });
|
|
3640
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteUiProvider, isStandalone: true, selector: "dyte-ui-provider", inputs: { config: "config", iconPack: "iconPack", meeting: "meeting", noRenderUntilMeeting: "noRenderUntilMeeting", showSetupScreen: "showSetupScreen", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3641
3368
|
};
|
|
3369
|
+
DyteUiProvider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteUiProvider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3370
|
+
DyteUiProvider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteUiProvider, selector: "dyte-ui-provider", inputs: { config: "config", iconPack: "iconPack", meeting: "meeting", noRenderUntilMeeting: "noRenderUntilMeeting", showSetupScreen: "showSetupScreen", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3642
3371
|
DyteUiProvider = __decorate([
|
|
3643
3372
|
ProxyCmp({
|
|
3644
3373
|
inputs: ['config', 'iconPack', 'meeting', 'noRenderUntilMeeting', 'showSetupScreen', 'size', 't']
|
|
3645
3374
|
})
|
|
3646
3375
|
], DyteUiProvider);
|
|
3647
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3376
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteUiProvider, decorators: [{
|
|
3648
3377
|
type: Component,
|
|
3649
3378
|
args: [{
|
|
3650
3379
|
selector: 'dyte-ui-provider',
|
|
@@ -3653,24 +3382,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3653
3382
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3654
3383
|
inputs: ['config', 'iconPack', 'meeting', 'noRenderUntilMeeting', 'showSetupScreen', 'size', 't'],
|
|
3655
3384
|
}]
|
|
3656
|
-
}], ctorParameters: ()
|
|
3385
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3657
3386
|
let DyteViewerCount = class DyteViewerCount {
|
|
3658
|
-
z;
|
|
3659
|
-
el;
|
|
3660
3387
|
constructor(c, r, z) {
|
|
3661
3388
|
this.z = z;
|
|
3662
3389
|
c.detach();
|
|
3663
3390
|
this.el = r.nativeElement;
|
|
3664
3391
|
}
|
|
3665
|
-
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 });
|
|
3666
|
-
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 });
|
|
3667
3392
|
};
|
|
3393
|
+
DyteViewerCount.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteViewerCount, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3394
|
+
DyteViewerCount.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteViewerCount, 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 });
|
|
3668
3395
|
DyteViewerCount = __decorate([
|
|
3669
3396
|
ProxyCmp({
|
|
3670
3397
|
inputs: ['iconPack', 'meeting', 't', 'variant']
|
|
3671
3398
|
})
|
|
3672
3399
|
], DyteViewerCount);
|
|
3673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteViewerCount, decorators: [{
|
|
3674
3401
|
type: Component,
|
|
3675
3402
|
args: [{
|
|
3676
3403
|
selector: 'dyte-viewer-count',
|
|
@@ -3679,24 +3406,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3679
3406
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3680
3407
|
inputs: ['iconPack', 'meeting', 't', 'variant'],
|
|
3681
3408
|
}]
|
|
3682
|
-
}], ctorParameters: ()
|
|
3409
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3683
3410
|
let DyteVirtualizedParticipantList = class DyteVirtualizedParticipantList {
|
|
3684
|
-
z;
|
|
3685
|
-
el;
|
|
3686
3411
|
constructor(c, r, z) {
|
|
3687
3412
|
this.z = z;
|
|
3688
3413
|
c.detach();
|
|
3689
3414
|
this.el = r.nativeElement;
|
|
3690
3415
|
}
|
|
3691
|
-
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 });
|
|
3692
|
-
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 });
|
|
3693
3416
|
};
|
|
3417
|
+
DyteVirtualizedParticipantList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteVirtualizedParticipantList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3418
|
+
DyteVirtualizedParticipantList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteVirtualizedParticipantList, 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 });
|
|
3694
3419
|
DyteVirtualizedParticipantList = __decorate([
|
|
3695
3420
|
ProxyCmp({
|
|
3696
3421
|
inputs: ['bufferedItemsCount', 'emptyListElement', 'itemHeight', 'items', 'renderItem']
|
|
3697
3422
|
})
|
|
3698
3423
|
], DyteVirtualizedParticipantList);
|
|
3699
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3424
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteVirtualizedParticipantList, decorators: [{
|
|
3700
3425
|
type: Component,
|
|
3701
3426
|
args: [{
|
|
3702
3427
|
selector: 'dyte-virtualized-participant-list',
|
|
@@ -3705,24 +3430,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3705
3430
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3706
3431
|
inputs: ['bufferedItemsCount', 'emptyListElement', 'itemHeight', 'items', 'renderItem'],
|
|
3707
3432
|
}]
|
|
3708
|
-
}], ctorParameters: ()
|
|
3433
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3709
3434
|
let DyteWaitingScreen = class DyteWaitingScreen {
|
|
3710
|
-
z;
|
|
3711
|
-
el;
|
|
3712
3435
|
constructor(c, r, z) {
|
|
3713
3436
|
this.z = z;
|
|
3714
3437
|
c.detach();
|
|
3715
3438
|
this.el = r.nativeElement;
|
|
3716
3439
|
}
|
|
3717
|
-
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 });
|
|
3718
|
-
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 });
|
|
3719
3440
|
};
|
|
3441
|
+
DyteWaitingScreen.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteWaitingScreen, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3442
|
+
DyteWaitingScreen.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteWaitingScreen, 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 });
|
|
3720
3443
|
DyteWaitingScreen = __decorate([
|
|
3721
3444
|
ProxyCmp({
|
|
3722
3445
|
inputs: ['config', 'iconPack', 'meeting', 't']
|
|
3723
3446
|
})
|
|
3724
3447
|
], DyteWaitingScreen);
|
|
3725
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3448
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteWaitingScreen, decorators: [{
|
|
3726
3449
|
type: Component,
|
|
3727
3450
|
args: [{
|
|
3728
3451
|
selector: 'dyte-waiting-screen',
|
|
@@ -3731,7 +3454,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3731
3454
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3732
3455
|
inputs: ['config', 'iconPack', 'meeting', 't'],
|
|
3733
3456
|
}]
|
|
3734
|
-
}], ctorParameters: ()
|
|
3457
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3735
3458
|
|
|
3736
3459
|
const DIRECTIVES = [
|
|
3737
3460
|
DyteAi,
|
|
@@ -3875,21 +3598,21 @@ const DIRECTIVES = [
|
|
|
3875
3598
|
];
|
|
3876
3599
|
|
|
3877
3600
|
class DyteComponentsModule {
|
|
3878
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3879
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.1", ngImport: i0, type: DyteComponentsModule, imports: [DyteAi, 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, DyteTextMessage, DyteTextMessageView, DyteTooltip, DyteTranscript, DyteTranscripts, DyteUiProvider, DyteViewerCount, DyteVirtualizedParticipantList, DyteWaitingScreen], exports: [DyteAi, 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, DyteTextMessage, DyteTextMessageView, DyteTooltip, DyteTranscript, DyteTranscripts, DyteUiProvider, DyteViewerCount, DyteVirtualizedParticipantList, DyteWaitingScreen] });
|
|
3880
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteComponentsModule, providers: [
|
|
3881
|
-
{
|
|
3882
|
-
provide: APP_INITIALIZER,
|
|
3883
|
-
useFactory: () => defineCustomElements,
|
|
3884
|
-
multi: true,
|
|
3885
|
-
},
|
|
3886
|
-
] });
|
|
3887
3601
|
}
|
|
3888
|
-
i0.ɵɵ
|
|
3602
|
+
DyteComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3603
|
+
DyteComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteComponentsModule, declarations: [DyteAi, 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, DyteTextMessage, DyteTextMessageView, DyteTooltip, DyteTranscript, DyteTranscripts, DyteUiProvider, DyteViewerCount, DyteVirtualizedParticipantList, DyteWaitingScreen], exports: [DyteAi, 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, DyteTextMessage, DyteTextMessageView, DyteTooltip, DyteTranscript, DyteTranscripts, DyteUiProvider, DyteViewerCount, DyteVirtualizedParticipantList, DyteWaitingScreen] });
|
|
3604
|
+
DyteComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteComponentsModule, providers: [
|
|
3605
|
+
{
|
|
3606
|
+
provide: APP_INITIALIZER,
|
|
3607
|
+
useFactory: () => defineCustomElements,
|
|
3608
|
+
multi: true,
|
|
3609
|
+
},
|
|
3610
|
+
] });
|
|
3611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteComponentsModule, decorators: [{
|
|
3889
3612
|
type: NgModule,
|
|
3890
3613
|
args: [{
|
|
3614
|
+
declarations: [...DIRECTIVES],
|
|
3891
3615
|
exports: [...DIRECTIVES],
|
|
3892
|
-
imports: [...DIRECTIVES],
|
|
3893
3616
|
providers: [
|
|
3894
3617
|
{
|
|
3895
3618
|
provide: APP_INITIALIZER,
|