@dytesdk/angular-ui-kit 1.70.1-staging.2 → 1.70.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 +231 -1
- package/dist/esm2020/lib/stencil-generated/index.mjs +11 -2
- package/dist/fesm2015/dytesdk-angular-ui-kit.mjs +233 -3
- package/dist/fesm2015/dytesdk-angular-ui-kit.mjs.map +1 -1
- package/dist/fesm2020/dytesdk-angular-ui-kit.mjs +233 -3
- 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 +103 -0
- package/dist/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +4 -3
|
@@ -943,6 +943,203 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
943
943
|
inputs: ['iconPack', 'minValue', 'size', 't', 'value']
|
|
944
944
|
}]
|
|
945
945
|
}], 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 }]; } });
|
|
946
1143
|
let DyteDialog = class DyteDialog {
|
|
947
1144
|
constructor(c, r, z) {
|
|
948
1145
|
this.z = z;
|
|
@@ -3278,6 +3475,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3278
3475
|
inputs: ['config', 'iconPack', 'meeting', 't']
|
|
3279
3476
|
}]
|
|
3280
3477
|
}], 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 }]; } });
|
|
3281
3502
|
|
|
3282
3503
|
const DIRECTIVES = [
|
|
3283
3504
|
DyteAi,
|
|
@@ -3316,6 +3537,14 @@ const DIRECTIVES = [
|
|
|
3316
3537
|
DyteControlbar,
|
|
3317
3538
|
DyteControlbarButton,
|
|
3318
3539
|
DyteCounter,
|
|
3540
|
+
DyteDebugger,
|
|
3541
|
+
DyteDebuggerAudio,
|
|
3542
|
+
DyteDebuggerIssuesUi,
|
|
3543
|
+
DyteDebuggerNetwork,
|
|
3544
|
+
DyteDebuggerPermissionsUi,
|
|
3545
|
+
DyteDebuggerScreenshare,
|
|
3546
|
+
DyteDebuggerToggle,
|
|
3547
|
+
DyteDebuggerVideo,
|
|
3319
3548
|
DyteDialog,
|
|
3320
3549
|
DyteDialogManager,
|
|
3321
3550
|
DyteDraftAttachmentView,
|
|
@@ -3410,14 +3639,15 @@ const DIRECTIVES = [
|
|
|
3410
3639
|
DyteTranscripts,
|
|
3411
3640
|
DyteUiProvider,
|
|
3412
3641
|
DyteViewerCount,
|
|
3413
|
-
DyteWaitingScreen
|
|
3642
|
+
DyteWaitingScreen,
|
|
3643
|
+
DyteWebinarStageToggle
|
|
3414
3644
|
];
|
|
3415
3645
|
|
|
3416
3646
|
defineCustomElements(window);
|
|
3417
3647
|
class DyteComponentsModule {
|
|
3418
3648
|
}
|
|
3419
3649
|
DyteComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3420
|
-
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, 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, 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, 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, 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, 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, DyteSpinner, DyteSpotlightGrid, DyteSpotlightIndicator, DyteStage, DyteStageToggle, DyteSwitch, DyteTabBar, DyteTextComposerView, DyteTextField, DyteTextMessage, DyteTextMessageView, DyteTooltip, DyteTranscript, DyteTranscripts, DyteUiProvider, DyteViewerCount, DyteWaitingScreen] });
|
|
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, DyteDebugger, DyteDebuggerAudio, DyteDebuggerIssuesUi, DyteDebuggerNetwork, DyteDebuggerPermissionsUi, DyteDebuggerScreenshare, 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, 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, DyteSpinner, DyteSpotlightGrid, DyteSpotlightIndicator, DyteStage, DyteStageToggle, DyteSwitch, DyteTabBar, DyteTextComposerView, DyteTextField, DyteTextMessage, DyteTextMessageView, DyteTooltip, DyteTranscript, DyteTranscripts, DyteUiProvider, DyteViewerCount, DyteWaitingScreen, DyteWebinarStageToggle], exports: [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, DyteDebugger, DyteDebuggerAudio, DyteDebuggerIssuesUi, DyteDebuggerNetwork, DyteDebuggerPermissionsUi, DyteDebuggerScreenshare, 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, 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, DyteSpinner, DyteSpotlightGrid, DyteSpotlightIndicator, DyteStage, DyteStageToggle, DyteSwitch, DyteTabBar, DyteTextComposerView, DyteTextField, DyteTextMessage, DyteTextMessageView, DyteTooltip, DyteTranscript, DyteTranscripts, DyteUiProvider, DyteViewerCount, DyteWaitingScreen, DyteWebinarStageToggle] });
|
|
3421
3651
|
DyteComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteComponentsModule, imports: [[]] });
|
|
3422
3652
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteComponentsModule, decorators: [{
|
|
3423
3653
|
type: NgModule,
|
|
@@ -3436,5 +3666,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3436
3666
|
* Generated bundle index. Do not edit.
|
|
3437
3667
|
*/
|
|
3438
3668
|
|
|
3439
|
-
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, 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, 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, DyteSpinner, DyteSpotlightGrid, DyteSpotlightIndicator, DyteStage, DyteStageToggle, DyteSwitch, DyteTabBar, DyteTextComposerView, DyteTextField, DyteTextMessage, DyteTextMessageView, DyteTooltip, DyteTranscript, DyteTranscripts, DyteUiProvider, DyteViewerCount, DyteWaitingScreen };
|
|
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, DyteDebugger, DyteDebuggerAudio, DyteDebuggerIssuesUi, DyteDebuggerNetwork, DyteDebuggerPermissionsUi, DyteDebuggerScreenshare, 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, 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, DyteSpinner, DyteSpotlightGrid, DyteSpotlightIndicator, DyteStage, DyteStageToggle, DyteSwitch, DyteTabBar, DyteTextComposerView, DyteTextField, DyteTextMessage, DyteTextMessageView, DyteTooltip, DyteTranscript, DyteTranscripts, DyteUiProvider, DyteViewerCount, DyteWaitingScreen, DyteWebinarStageToggle };
|
|
3440
3670
|
//# sourceMappingURL=dytesdk-angular-ui-kit.mjs.map
|