@dytesdk/angular-ui-kit 1.70.1 → 1.70.3-staging.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm2020/lib/components.module.mjs +1 -1
- package/dist/esm2020/lib/stencil-generated/components.mjs +79 -234
- package/dist/esm2020/lib/stencil-generated/index.mjs +5 -11
- package/dist/fesm2015/dytesdk-angular-ui-kit.mjs +81 -236
- package/dist/fesm2015/dytesdk-angular-ui-kit.mjs.map +1 -1
- package/dist/fesm2020/dytesdk-angular-ui-kit.mjs +81 -236
- package/dist/fesm2020/dytesdk-angular-ui-kit.mjs.map +1 -1
- package/dist/lib/components.module.d.ts +1 -1
- package/dist/lib/stencil-generated/components.d.ts +28 -104
- package/dist/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +3 -4
|
@@ -234,11 +234,11 @@ let DyteAudioVisualizer = class DyteAudioVisualizer {
|
|
|
234
234
|
}
|
|
235
235
|
};
|
|
236
236
|
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 });
|
|
237
|
-
DyteAudioVisualizer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteAudioVisualizer, selector: "dyte-audio-visualizer", inputs: { 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 });
|
|
237
|
+
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 });
|
|
238
238
|
DyteAudioVisualizer = __decorate([
|
|
239
239
|
ProxyCmp({
|
|
240
240
|
defineCustomElementFn: undefined,
|
|
241
|
-
inputs: ['iconPack', 'isScreenShare', 'participant', 'size', 't', 'variant']
|
|
241
|
+
inputs: ['hideMuted', 'iconPack', 'isScreenShare', 'participant', 'size', 't', 'variant']
|
|
242
242
|
})
|
|
243
243
|
], DyteAudioVisualizer);
|
|
244
244
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteAudioVisualizer, decorators: [{
|
|
@@ -247,7 +247,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
247
247
|
selector: 'dyte-audio-visualizer',
|
|
248
248
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
249
249
|
template: '<ng-content></ng-content>',
|
|
250
|
-
inputs: ['iconPack', 'isScreenShare', 'participant', 'size', 't', 'variant']
|
|
250
|
+
inputs: ['hideMuted', 'iconPack', 'isScreenShare', 'participant', 'size', 't', 'variant']
|
|
251
251
|
}]
|
|
252
252
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
253
253
|
let DyteAvatar = class DyteAvatar {
|
|
@@ -423,6 +423,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
423
423
|
inputs: ['disabled', 'iconPack', 'kind', 'reverse', 'size', 't', 'type', 'variant']
|
|
424
424
|
}]
|
|
425
425
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
426
|
+
let DyteCameraSelector = class DyteCameraSelector {
|
|
427
|
+
constructor(c, r, z) {
|
|
428
|
+
this.z = z;
|
|
429
|
+
c.detach();
|
|
430
|
+
this.el = r.nativeElement;
|
|
431
|
+
}
|
|
432
|
+
};
|
|
433
|
+
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 });
|
|
434
|
+
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 });
|
|
435
|
+
DyteCameraSelector = __decorate([
|
|
436
|
+
ProxyCmp({
|
|
437
|
+
defineCustomElementFn: undefined,
|
|
438
|
+
inputs: ['iconPack', 'meeting', 'size', 't', 'variant']
|
|
439
|
+
})
|
|
440
|
+
], DyteCameraSelector);
|
|
441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteCameraSelector, decorators: [{
|
|
442
|
+
type: Component,
|
|
443
|
+
args: [{
|
|
444
|
+
selector: 'dyte-camera-selector',
|
|
445
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
446
|
+
template: '<ng-content></ng-content>',
|
|
447
|
+
inputs: ['iconPack', 'meeting', 'size', 't', 'variant']
|
|
448
|
+
}]
|
|
449
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
426
450
|
let DyteCameraToggle = class DyteCameraToggle {
|
|
427
451
|
constructor(c, r, z) {
|
|
428
452
|
this.z = z;
|
|
@@ -943,203 +967,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
943
967
|
inputs: ['iconPack', 'minValue', 'size', 't', 'value']
|
|
944
968
|
}]
|
|
945
969
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
946
|
-
let DyteDebugger = class DyteDebugger {
|
|
947
|
-
constructor(c, r, z) {
|
|
948
|
-
this.z = z;
|
|
949
|
-
c.detach();
|
|
950
|
-
this.el = r.nativeElement;
|
|
951
|
-
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
952
|
-
}
|
|
953
|
-
};
|
|
954
|
-
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 });
|
|
955
|
-
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 });
|
|
956
|
-
DyteDebugger = __decorate([
|
|
957
|
-
ProxyCmp({
|
|
958
|
-
defineCustomElementFn: undefined,
|
|
959
|
-
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
960
|
-
})
|
|
961
|
-
], DyteDebugger);
|
|
962
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebugger, decorators: [{
|
|
963
|
-
type: Component,
|
|
964
|
-
args: [{
|
|
965
|
-
selector: 'dyte-debugger',
|
|
966
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
967
|
-
template: '<ng-content></ng-content>',
|
|
968
|
-
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
969
|
-
}]
|
|
970
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
971
|
-
let DyteDebuggerAudio = class DyteDebuggerAudio {
|
|
972
|
-
constructor(c, r, z) {
|
|
973
|
-
this.z = z;
|
|
974
|
-
c.detach();
|
|
975
|
-
this.el = r.nativeElement;
|
|
976
|
-
proxyOutputs(this, this.el, ['testProgress']);
|
|
977
|
-
}
|
|
978
|
-
};
|
|
979
|
-
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 });
|
|
980
|
-
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 });
|
|
981
|
-
DyteDebuggerAudio = __decorate([
|
|
982
|
-
ProxyCmp({
|
|
983
|
-
defineCustomElementFn: undefined,
|
|
984
|
-
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
985
|
-
})
|
|
986
|
-
], DyteDebuggerAudio);
|
|
987
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebuggerAudio, decorators: [{
|
|
988
|
-
type: Component,
|
|
989
|
-
args: [{
|
|
990
|
-
selector: 'dyte-debugger-audio',
|
|
991
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
992
|
-
template: '<ng-content></ng-content>',
|
|
993
|
-
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
994
|
-
}]
|
|
995
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
996
|
-
let DyteDebuggerIssuesUi = class DyteDebuggerIssuesUi {
|
|
997
|
-
constructor(c, r, z) {
|
|
998
|
-
this.z = z;
|
|
999
|
-
c.detach();
|
|
1000
|
-
this.el = r.nativeElement;
|
|
1001
|
-
}
|
|
1002
|
-
};
|
|
1003
|
-
DyteDebuggerIssuesUi.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebuggerIssuesUi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1004
|
-
DyteDebuggerIssuesUi.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteDebuggerIssuesUi, selector: "dyte-debugger-issues-ui", inputs: { iconPack: "iconPack", mediaType: "mediaType", meeting: "meeting", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1005
|
-
DyteDebuggerIssuesUi = __decorate([
|
|
1006
|
-
ProxyCmp({
|
|
1007
|
-
defineCustomElementFn: undefined,
|
|
1008
|
-
inputs: ['iconPack', 'mediaType', 'meeting', 'size', 'states', 't']
|
|
1009
|
-
})
|
|
1010
|
-
], DyteDebuggerIssuesUi);
|
|
1011
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebuggerIssuesUi, decorators: [{
|
|
1012
|
-
type: Component,
|
|
1013
|
-
args: [{
|
|
1014
|
-
selector: 'dyte-debugger-issues-ui',
|
|
1015
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1016
|
-
template: '<ng-content></ng-content>',
|
|
1017
|
-
inputs: ['iconPack', 'mediaType', 'meeting', 'size', 'states', 't']
|
|
1018
|
-
}]
|
|
1019
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1020
|
-
let DyteDebuggerNetwork = class DyteDebuggerNetwork {
|
|
1021
|
-
constructor(c, r, z) {
|
|
1022
|
-
this.z = z;
|
|
1023
|
-
c.detach();
|
|
1024
|
-
this.el = r.nativeElement;
|
|
1025
|
-
}
|
|
1026
|
-
};
|
|
1027
|
-
DyteDebuggerNetwork.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebuggerNetwork, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1028
|
-
DyteDebuggerNetwork.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteDebuggerNetwork, selector: "dyte-debugger-network", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1029
|
-
DyteDebuggerNetwork = __decorate([
|
|
1030
|
-
ProxyCmp({
|
|
1031
|
-
defineCustomElementFn: undefined,
|
|
1032
|
-
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
1033
|
-
})
|
|
1034
|
-
], DyteDebuggerNetwork);
|
|
1035
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebuggerNetwork, decorators: [{
|
|
1036
|
-
type: Component,
|
|
1037
|
-
args: [{
|
|
1038
|
-
selector: 'dyte-debugger-network',
|
|
1039
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1040
|
-
template: '<ng-content></ng-content>',
|
|
1041
|
-
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
1042
|
-
}]
|
|
1043
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1044
|
-
let DyteDebuggerPermissionsUi = class DyteDebuggerPermissionsUi {
|
|
1045
|
-
constructor(c, r, z) {
|
|
1046
|
-
this.z = z;
|
|
1047
|
-
c.detach();
|
|
1048
|
-
this.el = r.nativeElement;
|
|
1049
|
-
}
|
|
1050
|
-
};
|
|
1051
|
-
DyteDebuggerPermissionsUi.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebuggerPermissionsUi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1052
|
-
DyteDebuggerPermissionsUi.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteDebuggerPermissionsUi, selector: "dyte-debugger-permissions-ui", inputs: { iconPack: "iconPack", mediaType: "mediaType", meeting: "meeting", size: "size", states: "states", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1053
|
-
DyteDebuggerPermissionsUi = __decorate([
|
|
1054
|
-
ProxyCmp({
|
|
1055
|
-
defineCustomElementFn: undefined,
|
|
1056
|
-
inputs: ['iconPack', 'mediaType', 'meeting', 'size', 'states', 't']
|
|
1057
|
-
})
|
|
1058
|
-
], DyteDebuggerPermissionsUi);
|
|
1059
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebuggerPermissionsUi, decorators: [{
|
|
1060
|
-
type: Component,
|
|
1061
|
-
args: [{
|
|
1062
|
-
selector: 'dyte-debugger-permissions-ui',
|
|
1063
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1064
|
-
template: '<ng-content></ng-content>',
|
|
1065
|
-
inputs: ['iconPack', 'mediaType', 'meeting', 'size', 'states', 't']
|
|
1066
|
-
}]
|
|
1067
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1068
|
-
let DyteDebuggerScreenshare = class DyteDebuggerScreenshare {
|
|
1069
|
-
constructor(c, r, z) {
|
|
1070
|
-
this.z = z;
|
|
1071
|
-
c.detach();
|
|
1072
|
-
this.el = r.nativeElement;
|
|
1073
|
-
proxyOutputs(this, this.el, ['testProgress']);
|
|
1074
|
-
}
|
|
1075
|
-
};
|
|
1076
|
-
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 });
|
|
1077
|
-
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 });
|
|
1078
|
-
DyteDebuggerScreenshare = __decorate([
|
|
1079
|
-
ProxyCmp({
|
|
1080
|
-
defineCustomElementFn: undefined,
|
|
1081
|
-
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
1082
|
-
})
|
|
1083
|
-
], DyteDebuggerScreenshare);
|
|
1084
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebuggerScreenshare, decorators: [{
|
|
1085
|
-
type: Component,
|
|
1086
|
-
args: [{
|
|
1087
|
-
selector: 'dyte-debugger-screenshare',
|
|
1088
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1089
|
-
template: '<ng-content></ng-content>',
|
|
1090
|
-
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
1091
|
-
}]
|
|
1092
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1093
|
-
let DyteDebuggerToggle = class DyteDebuggerToggle {
|
|
1094
|
-
constructor(c, r, z) {
|
|
1095
|
-
this.z = z;
|
|
1096
|
-
c.detach();
|
|
1097
|
-
this.el = r.nativeElement;
|
|
1098
|
-
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
1099
|
-
}
|
|
1100
|
-
};
|
|
1101
|
-
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 });
|
|
1102
|
-
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 });
|
|
1103
|
-
DyteDebuggerToggle = __decorate([
|
|
1104
|
-
ProxyCmp({
|
|
1105
|
-
defineCustomElementFn: undefined,
|
|
1106
|
-
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
1107
|
-
})
|
|
1108
|
-
], DyteDebuggerToggle);
|
|
1109
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebuggerToggle, decorators: [{
|
|
1110
|
-
type: Component,
|
|
1111
|
-
args: [{
|
|
1112
|
-
selector: 'dyte-debugger-toggle',
|
|
1113
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1114
|
-
template: '<ng-content></ng-content>',
|
|
1115
|
-
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
1116
|
-
}]
|
|
1117
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1118
|
-
let DyteDebuggerVideo = class DyteDebuggerVideo {
|
|
1119
|
-
constructor(c, r, z) {
|
|
1120
|
-
this.z = z;
|
|
1121
|
-
c.detach();
|
|
1122
|
-
this.el = r.nativeElement;
|
|
1123
|
-
proxyOutputs(this, this.el, ['testProgress']);
|
|
1124
|
-
}
|
|
1125
|
-
};
|
|
1126
|
-
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 });
|
|
1127
|
-
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 });
|
|
1128
|
-
DyteDebuggerVideo = __decorate([
|
|
1129
|
-
ProxyCmp({
|
|
1130
|
-
defineCustomElementFn: undefined,
|
|
1131
|
-
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
1132
|
-
})
|
|
1133
|
-
], DyteDebuggerVideo);
|
|
1134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteDebuggerVideo, decorators: [{
|
|
1135
|
-
type: Component,
|
|
1136
|
-
args: [{
|
|
1137
|
-
selector: 'dyte-debugger-video',
|
|
1138
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1139
|
-
template: '<ng-content></ng-content>',
|
|
1140
|
-
inputs: ['iconPack', 'meeting', 'size', 'states', 't']
|
|
1141
|
-
}]
|
|
1142
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1143
970
|
let DyteDialog = class DyteDialog {
|
|
1144
971
|
constructor(c, r, z) {
|
|
1145
972
|
this.z = z;
|
|
@@ -2023,6 +1850,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2023
1850
|
inputs: ['iconPack', 'meeting', 'size', 't', 'variant']
|
|
2024
1851
|
}]
|
|
2025
1852
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1853
|
+
let DyteMicrophoneSelector = class DyteMicrophoneSelector {
|
|
1854
|
+
constructor(c, r, z) {
|
|
1855
|
+
this.z = z;
|
|
1856
|
+
c.detach();
|
|
1857
|
+
this.el = r.nativeElement;
|
|
1858
|
+
}
|
|
1859
|
+
};
|
|
1860
|
+
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 });
|
|
1861
|
+
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 });
|
|
1862
|
+
DyteMicrophoneSelector = __decorate([
|
|
1863
|
+
ProxyCmp({
|
|
1864
|
+
defineCustomElementFn: undefined,
|
|
1865
|
+
inputs: ['iconPack', 'meeting', 'size', 't', 'variant']
|
|
1866
|
+
})
|
|
1867
|
+
], DyteMicrophoneSelector);
|
|
1868
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteMicrophoneSelector, decorators: [{
|
|
1869
|
+
type: Component,
|
|
1870
|
+
args: [{
|
|
1871
|
+
selector: 'dyte-microphone-selector',
|
|
1872
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1873
|
+
template: '<ng-content></ng-content>',
|
|
1874
|
+
inputs: ['iconPack', 'meeting', 'size', 't', 'variant']
|
|
1875
|
+
}]
|
|
1876
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2026
1877
|
let DyteMixedGrid = class DyteMixedGrid {
|
|
2027
1878
|
constructor(c, r, z) {
|
|
2028
1879
|
this.z = z;
|
|
@@ -3058,6 +2909,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3058
2909
|
inputs: ['aspectRatio', 'config', 'gap', 'iconPack', 'meeting', 'participants', 'size', 'states', 't']
|
|
3059
2910
|
}]
|
|
3060
2911
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2912
|
+
let DyteSpeakerSelector = class DyteSpeakerSelector {
|
|
2913
|
+
constructor(c, r, z) {
|
|
2914
|
+
this.z = z;
|
|
2915
|
+
c.detach();
|
|
2916
|
+
this.el = r.nativeElement;
|
|
2917
|
+
}
|
|
2918
|
+
};
|
|
2919
|
+
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 });
|
|
2920
|
+
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 });
|
|
2921
|
+
DyteSpeakerSelector = __decorate([
|
|
2922
|
+
ProxyCmp({
|
|
2923
|
+
defineCustomElementFn: undefined,
|
|
2924
|
+
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
2925
|
+
})
|
|
2926
|
+
], DyteSpeakerSelector);
|
|
2927
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteSpeakerSelector, decorators: [{
|
|
2928
|
+
type: Component,
|
|
2929
|
+
args: [{
|
|
2930
|
+
selector: 'dyte-speaker-selector',
|
|
2931
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2932
|
+
template: '<ng-content></ng-content>',
|
|
2933
|
+
inputs: ['iconPack', 'meeting', 'size', 'states', 't', 'variant']
|
|
2934
|
+
}]
|
|
2935
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3061
2936
|
let DyteSpinner = class DyteSpinner {
|
|
3062
2937
|
constructor(c, r, z) {
|
|
3063
2938
|
this.z = z;
|
|
@@ -3475,30 +3350,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3475
3350
|
inputs: ['config', 'iconPack', 'meeting', 't']
|
|
3476
3351
|
}]
|
|
3477
3352
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3478
|
-
let DyteWebinarStageToggle = class DyteWebinarStageToggle {
|
|
3479
|
-
constructor(c, r, z) {
|
|
3480
|
-
this.z = z;
|
|
3481
|
-
c.detach();
|
|
3482
|
-
this.el = r.nativeElement;
|
|
3483
|
-
}
|
|
3484
|
-
};
|
|
3485
|
-
DyteWebinarStageToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteWebinarStageToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3486
|
-
DyteWebinarStageToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteWebinarStageToggle, selector: "dyte-webinar-stage-toggle", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3487
|
-
DyteWebinarStageToggle = __decorate([
|
|
3488
|
-
ProxyCmp({
|
|
3489
|
-
defineCustomElementFn: undefined,
|
|
3490
|
-
inputs: ['iconPack', 'meeting', 'size', 't', 'variant']
|
|
3491
|
-
})
|
|
3492
|
-
], DyteWebinarStageToggle);
|
|
3493
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteWebinarStageToggle, decorators: [{
|
|
3494
|
-
type: Component,
|
|
3495
|
-
args: [{
|
|
3496
|
-
selector: 'dyte-webinar-stage-toggle',
|
|
3497
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3498
|
-
template: '<ng-content></ng-content>',
|
|
3499
|
-
inputs: ['iconPack', 'meeting', 'size', 't', 'variant']
|
|
3500
|
-
}]
|
|
3501
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3502
3353
|
|
|
3503
3354
|
const DIRECTIVES = [
|
|
3504
3355
|
DyteAi,
|
|
@@ -3516,6 +3367,7 @@ const DIRECTIVES = [
|
|
|
3516
3367
|
DyteBreakoutRoomsToggle,
|
|
3517
3368
|
DyteBroadcastMessageModal,
|
|
3518
3369
|
DyteButton,
|
|
3370
|
+
DyteCameraSelector,
|
|
3519
3371
|
DyteCameraToggle,
|
|
3520
3372
|
DyteCaptionToggle,
|
|
3521
3373
|
DyteChannelCreator,
|
|
@@ -3537,14 +3389,6 @@ const DIRECTIVES = [
|
|
|
3537
3389
|
DyteControlbar,
|
|
3538
3390
|
DyteControlbarButton,
|
|
3539
3391
|
DyteCounter,
|
|
3540
|
-
DyteDebugger,
|
|
3541
|
-
DyteDebuggerAudio,
|
|
3542
|
-
DyteDebuggerIssuesUi,
|
|
3543
|
-
DyteDebuggerNetwork,
|
|
3544
|
-
DyteDebuggerPermissionsUi,
|
|
3545
|
-
DyteDebuggerScreenshare,
|
|
3546
|
-
DyteDebuggerToggle,
|
|
3547
|
-
DyteDebuggerVideo,
|
|
3548
3392
|
DyteDialog,
|
|
3549
3393
|
DyteDialogManager,
|
|
3550
3394
|
DyteDraftAttachmentView,
|
|
@@ -3581,6 +3425,7 @@ const DIRECTIVES = [
|
|
|
3581
3425
|
DyteMessageListView,
|
|
3582
3426
|
DyteMessageView,
|
|
3583
3427
|
DyteMicToggle,
|
|
3428
|
+
DyteMicrophoneSelector,
|
|
3584
3429
|
DyteMixedGrid,
|
|
3585
3430
|
DyteMoreToggle,
|
|
3586
3431
|
DyteMuteAllButton,
|
|
@@ -3623,6 +3468,7 @@ const DIRECTIVES = [
|
|
|
3623
3468
|
DyteSidebar,
|
|
3624
3469
|
DyteSidebarUi,
|
|
3625
3470
|
DyteSimpleGrid,
|
|
3471
|
+
DyteSpeakerSelector,
|
|
3626
3472
|
DyteSpinner,
|
|
3627
3473
|
DyteSpotlightGrid,
|
|
3628
3474
|
DyteSpotlightIndicator,
|
|
@@ -3639,15 +3485,14 @@ const DIRECTIVES = [
|
|
|
3639
3485
|
DyteTranscripts,
|
|
3640
3486
|
DyteUiProvider,
|
|
3641
3487
|
DyteViewerCount,
|
|
3642
|
-
DyteWaitingScreen
|
|
3643
|
-
DyteWebinarStageToggle
|
|
3488
|
+
DyteWaitingScreen
|
|
3644
3489
|
];
|
|
3645
3490
|
|
|
3646
3491
|
defineCustomElements(window);
|
|
3647
3492
|
class DyteComponentsModule {
|
|
3648
3493
|
}
|
|
3649
3494
|
DyteComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3650
|
-
DyteComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteComponentsModule, declarations: [DyteAi, DyteAiChat, DyteAiHome, DyteAiToggle, DyteAiTranscriptions, DyteAudioGrid, DyteAudioTile, DyteAudioVisualizer, DyteAvatar, DyteBreakoutRoomManager, DyteBreakoutRoomParticipants, DyteBreakoutRoomsManager, DyteBreakoutRoomsToggle, DyteBroadcastMessageModal, DyteButton, DyteCameraToggle, DyteCaptionToggle, DyteChannelCreator, DyteChannelDetails, DyteChannelHeader, DyteChannelSelectorUi, DyteChannelSelectorView, DyteChat, DyteChatComposerUi, DyteChatComposerView, DyteChatMessage, DyteChatMessagesUi, DyteChatMessagesUiPaginated, DyteChatSearchResults, DyteChatSelectorUi, DyteChatToggle, DyteClock, DyteConfirmationModal, DyteControlbar, DyteControlbarButton, DyteCounter,
|
|
3495
|
+
DyteComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteComponentsModule, declarations: [DyteAi, DyteAiChat, DyteAiHome, DyteAiToggle, DyteAiTranscriptions, DyteAudioGrid, DyteAudioTile, DyteAudioVisualizer, DyteAvatar, DyteBreakoutRoomManager, DyteBreakoutRoomParticipants, DyteBreakoutRoomsManager, DyteBreakoutRoomsToggle, DyteBroadcastMessageModal, DyteButton, DyteCameraSelector, DyteCameraToggle, DyteCaptionToggle, DyteChannelCreator, DyteChannelDetails, DyteChannelHeader, DyteChannelSelectorUi, DyteChannelSelectorView, DyteChat, DyteChatComposerUi, DyteChatComposerView, DyteChatMessage, DyteChatMessagesUi, DyteChatMessagesUiPaginated, DyteChatSearchResults, DyteChatSelectorUi, DyteChatToggle, DyteClock, DyteConfirmationModal, DyteControlbar, DyteControlbarButton, DyteCounter, DyteDialog, DyteDialogManager, DyteDraftAttachmentView, DyteEmojiPicker, DyteEmojiPickerButton, DyteEndedScreen, DyteFileDropzone, DyteFileMessage, DyteFileMessageView, DyteFilePickerButton, DyteFullscreenToggle, DyteGrid, DyteGridPagination, DyteHeader, DyteIcon, DyteIdleScreen, DyteImageMessage, DyteImageMessageView, DyteImageViewer, DyteInformationTooltip, DyteJoinStage, DyteLeaveButton, DyteLeaveMeeting, DyteLivestreamIndicator, DyteLivestreamPlayer, DyteLivestreamToggle, DyteLogo, DyteMarkdownView, DyteMeeting, DyteMeetingTitle, DyteMenu, DyteMenuItem, DyteMenuList, DyteMessageListView, DyteMessageView, DyteMicToggle, DyteMicrophoneSelector, DyteMixedGrid, DyteMoreToggle, DyteMuteAllButton, DyteMuteAllConfirmation, DyteNameTag, DyteNetworkIndicator, DyteNotification, DyteNotifications, DyteOverlayModal, DytePaginatedList, DyteParticipant, DyteParticipantCount, DyteParticipantSetup, DyteParticipantTile, DyteParticipants, DyteParticipantsAudio, DyteParticipantsStageList, DyteParticipantsStageQueue, DyteParticipantsToggle, DyteParticipantsViewerList, DyteParticipantsWaitingList, DytePermissionsMessage, DytePipToggle, DytePluginMain, DytePlugins, DytePluginsToggle, DytePoll, DytePollForm, DytePolls, DytePollsToggle, DyteRecordingIndicator, DyteRecordingToggle, DyteScreenShareToggle, DyteScreenshareView, DyteSettings, DyteSettingsAudio, DyteSettingsToggle, DyteSettingsVideo, DyteSetupScreen, DyteSidebar, DyteSidebarUi, DyteSimpleGrid, DyteSpeakerSelector, DyteSpinner, DyteSpotlightGrid, DyteSpotlightIndicator, DyteStage, DyteStageToggle, DyteSwitch, DyteTabBar, DyteTextComposerView, DyteTextField, DyteTextMessage, DyteTextMessageView, DyteTooltip, DyteTranscript, DyteTranscripts, DyteUiProvider, DyteViewerCount, DyteWaitingScreen], exports: [DyteAi, DyteAiChat, DyteAiHome, DyteAiToggle, DyteAiTranscriptions, DyteAudioGrid, DyteAudioTile, DyteAudioVisualizer, DyteAvatar, DyteBreakoutRoomManager, DyteBreakoutRoomParticipants, DyteBreakoutRoomsManager, DyteBreakoutRoomsToggle, DyteBroadcastMessageModal, DyteButton, DyteCameraSelector, DyteCameraToggle, DyteCaptionToggle, DyteChannelCreator, DyteChannelDetails, DyteChannelHeader, DyteChannelSelectorUi, DyteChannelSelectorView, DyteChat, DyteChatComposerUi, DyteChatComposerView, DyteChatMessage, DyteChatMessagesUi, DyteChatMessagesUiPaginated, DyteChatSearchResults, DyteChatSelectorUi, DyteChatToggle, DyteClock, DyteConfirmationModal, DyteControlbar, DyteControlbarButton, DyteCounter, DyteDialog, DyteDialogManager, DyteDraftAttachmentView, DyteEmojiPicker, DyteEmojiPickerButton, DyteEndedScreen, DyteFileDropzone, DyteFileMessage, DyteFileMessageView, DyteFilePickerButton, DyteFullscreenToggle, DyteGrid, DyteGridPagination, DyteHeader, DyteIcon, DyteIdleScreen, DyteImageMessage, DyteImageMessageView, DyteImageViewer, DyteInformationTooltip, DyteJoinStage, DyteLeaveButton, DyteLeaveMeeting, DyteLivestreamIndicator, DyteLivestreamPlayer, DyteLivestreamToggle, DyteLogo, DyteMarkdownView, DyteMeeting, DyteMeetingTitle, DyteMenu, DyteMenuItem, DyteMenuList, DyteMessageListView, DyteMessageView, DyteMicToggle, DyteMicrophoneSelector, DyteMixedGrid, DyteMoreToggle, DyteMuteAllButton, DyteMuteAllConfirmation, DyteNameTag, DyteNetworkIndicator, DyteNotification, DyteNotifications, DyteOverlayModal, DytePaginatedList, DyteParticipant, DyteParticipantCount, DyteParticipantSetup, DyteParticipantTile, DyteParticipants, DyteParticipantsAudio, DyteParticipantsStageList, DyteParticipantsStageQueue, DyteParticipantsToggle, DyteParticipantsViewerList, DyteParticipantsWaitingList, DytePermissionsMessage, DytePipToggle, DytePluginMain, DytePlugins, DytePluginsToggle, DytePoll, DytePollForm, DytePolls, DytePollsToggle, DyteRecordingIndicator, DyteRecordingToggle, DyteScreenShareToggle, DyteScreenshareView, DyteSettings, DyteSettingsAudio, DyteSettingsToggle, DyteSettingsVideo, DyteSetupScreen, DyteSidebar, DyteSidebarUi, DyteSimpleGrid, DyteSpeakerSelector, DyteSpinner, DyteSpotlightGrid, DyteSpotlightIndicator, DyteStage, DyteStageToggle, DyteSwitch, DyteTabBar, DyteTextComposerView, DyteTextField, DyteTextMessage, DyteTextMessageView, DyteTooltip, DyteTranscript, DyteTranscripts, DyteUiProvider, DyteViewerCount, DyteWaitingScreen] });
|
|
3651
3496
|
DyteComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteComponentsModule, imports: [[]] });
|
|
3652
3497
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteComponentsModule, decorators: [{
|
|
3653
3498
|
type: NgModule,
|
|
@@ -3666,5 +3511,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3666
3511
|
* Generated bundle index. Do not edit.
|
|
3667
3512
|
*/
|
|
3668
3513
|
|
|
3669
|
-
export { DIRECTIVES, DyteAi, DyteAiChat, DyteAiHome, DyteAiToggle, DyteAiTranscriptions, DyteAudioGrid, DyteAudioTile, DyteAudioVisualizer, DyteAvatar, DyteBreakoutRoomManager, DyteBreakoutRoomParticipants, DyteBreakoutRoomsManager, DyteBreakoutRoomsToggle, DyteBroadcastMessageModal, DyteButton, DyteCameraToggle, DyteCaptionToggle, DyteChannelCreator, DyteChannelDetails, DyteChannelHeader, DyteChannelSelectorUi, DyteChannelSelectorView, DyteChat, DyteChatComposerUi, DyteChatComposerView, DyteChatMessage, DyteChatMessagesUi, DyteChatMessagesUiPaginated, DyteChatSearchResults, DyteChatSelectorUi, DyteChatToggle, DyteClock, DyteComponentsModule, DyteConfirmationModal, DyteControlbar, DyteControlbarButton, DyteCounter,
|
|
3514
|
+
export { DIRECTIVES, DyteAi, DyteAiChat, DyteAiHome, DyteAiToggle, DyteAiTranscriptions, DyteAudioGrid, DyteAudioTile, DyteAudioVisualizer, DyteAvatar, DyteBreakoutRoomManager, DyteBreakoutRoomParticipants, DyteBreakoutRoomsManager, DyteBreakoutRoomsToggle, DyteBroadcastMessageModal, DyteButton, DyteCameraSelector, DyteCameraToggle, DyteCaptionToggle, DyteChannelCreator, DyteChannelDetails, DyteChannelHeader, DyteChannelSelectorUi, DyteChannelSelectorView, DyteChat, DyteChatComposerUi, DyteChatComposerView, DyteChatMessage, DyteChatMessagesUi, DyteChatMessagesUiPaginated, DyteChatSearchResults, DyteChatSelectorUi, DyteChatToggle, DyteClock, DyteComponentsModule, DyteConfirmationModal, DyteControlbar, DyteControlbarButton, DyteCounter, DyteDialog, DyteDialogManager, DyteDraftAttachmentView, DyteEmojiPicker, DyteEmojiPickerButton, DyteEndedScreen, DyteFileDropzone, DyteFileMessage, DyteFileMessageView, DyteFilePickerButton, DyteFullscreenToggle, DyteGrid, DyteGridPagination, DyteHeader, DyteIcon, DyteIdleScreen, DyteImageMessage, DyteImageMessageView, DyteImageViewer, DyteInformationTooltip, DyteJoinStage, DyteLeaveButton, DyteLeaveMeeting, DyteLivestreamIndicator, DyteLivestreamPlayer, DyteLivestreamToggle, DyteLogo, DyteMarkdownView, DyteMeeting, DyteMeetingTitle, DyteMenu, DyteMenuItem, DyteMenuList, DyteMessageListView, DyteMessageView, DyteMicToggle, DyteMicrophoneSelector, DyteMixedGrid, DyteMoreToggle, DyteMuteAllButton, DyteMuteAllConfirmation, DyteNameTag, DyteNetworkIndicator, DyteNotification, DyteNotifications, DyteOverlayModal, DytePaginatedList, DyteParticipant, DyteParticipantCount, DyteParticipantSetup, DyteParticipantTile, DyteParticipants, DyteParticipantsAudio, DyteParticipantsStageList, DyteParticipantsStageQueue, DyteParticipantsToggle, DyteParticipantsViewerList, DyteParticipantsWaitingList, DytePermissionsMessage, DytePipToggle, DytePluginMain, DytePlugins, DytePluginsToggle, DytePoll, DytePollForm, DytePolls, DytePollsToggle, DyteRecordingIndicator, DyteRecordingToggle, DyteScreenShareToggle, DyteScreenshareView, DyteSettings, DyteSettingsAudio, DyteSettingsToggle, DyteSettingsVideo, DyteSetupScreen, DyteSidebar, DyteSidebarUi, DyteSimpleGrid, DyteSpeakerSelector, DyteSpinner, DyteSpotlightGrid, DyteSpotlightIndicator, DyteStage, DyteStageToggle, DyteSwitch, DyteTabBar, DyteTextComposerView, DyteTextField, DyteTextMessage, DyteTextMessageView, DyteTooltip, DyteTranscript, DyteTranscripts, DyteUiProvider, DyteViewerCount, DyteWaitingScreen };
|
|
3670
3515
|
//# sourceMappingURL=dytesdk-angular-ui-kit.mjs.map
|