@dytesdk/angular-ui-kit 2.3.6 → 2.4.0-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.
|
@@ -1959,11 +1959,11 @@ let DyteMeeting = class DyteMeeting {
|
|
|
1959
1959
|
proxyOutputs(this, this.el, ['dyteStateUpdate']);
|
|
1960
1960
|
}
|
|
1961
1961
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMeeting, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1962
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteMeeting, isStandalone: true, selector: "dyte-meeting", inputs: { applyDesignSystem: "applyDesignSystem", config: "config", gridLayout: "gridLayout",
|
|
1962
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteMeeting, isStandalone: true, selector: "dyte-meeting", inputs: { applyDesignSystem: "applyDesignSystem", config: "config", gridLayout: "gridLayout", 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 });
|
|
1963
1963
|
};
|
|
1964
1964
|
DyteMeeting = __decorate([
|
|
1965
1965
|
ProxyCmp({
|
|
1966
|
-
inputs: ['applyDesignSystem', 'config', 'gridLayout', '
|
|
1966
|
+
inputs: ['applyDesignSystem', 'config', 'gridLayout', 'iconPack', 'leaveOnUnmount', 'loadConfigFromPreset', 'meeting', 'mode', 'showSetupScreen', 'size', 't']
|
|
1967
1967
|
})
|
|
1968
1968
|
], DyteMeeting);
|
|
1969
1969
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteMeeting, decorators: [{
|
|
@@ -1973,7 +1973,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
1973
1973
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1974
1974
|
template: '<ng-content></ng-content>',
|
|
1975
1975
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1976
|
-
inputs: ['applyDesignSystem', 'config', 'gridLayout', '
|
|
1976
|
+
inputs: ['applyDesignSystem', 'config', 'gridLayout', 'iconPack', 'leaveOnUnmount', 'loadConfigFromPreset', 'meeting', 'mode', 'showSetupScreen', 'size', 't'],
|
|
1977
1977
|
}]
|
|
1978
1978
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1979
1979
|
let DyteMeetingTitle = class DyteMeetingTitle {
|
|
@@ -3714,11 +3714,11 @@ let DyteUiProvider = class DyteUiProvider {
|
|
|
3714
3714
|
this.el = r.nativeElement;
|
|
3715
3715
|
}
|
|
3716
3716
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteUiProvider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3717
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteUiProvider, isStandalone: true, selector: "dyte-ui-provider", inputs: {
|
|
3717
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: DyteUiProvider, isStandalone: true, selector: "dyte-ui-provider", inputs: { iconPack: "iconPack", meeting: "meeting", noRenderUntilMeeting: "noRenderUntilMeeting", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3718
3718
|
};
|
|
3719
3719
|
DyteUiProvider = __decorate([
|
|
3720
3720
|
ProxyCmp({
|
|
3721
|
-
inputs: ['
|
|
3721
|
+
inputs: ['iconPack', 'meeting', 'noRenderUntilMeeting', 't']
|
|
3722
3722
|
})
|
|
3723
3723
|
], DyteUiProvider);
|
|
3724
3724
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteUiProvider, decorators: [{
|
|
@@ -3728,7 +3728,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
3728
3728
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3729
3729
|
template: '<ng-content></ng-content>',
|
|
3730
3730
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3731
|
-
inputs: ['
|
|
3731
|
+
inputs: ['iconPack', 'meeting', 'noRenderUntilMeeting', 't'],
|
|
3732
3732
|
}]
|
|
3733
3733
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
3734
3734
|
let DyteViewerCount = class DyteViewerCount {
|