@dytesdk/angular-ui-kit 2.1.3-staging.1 → 2.1.3

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.
@@ -2398,11 +2398,11 @@ let DyteParticipantsAudio = class DyteParticipantsAudio {
2398
2398
  }
2399
2399
  };
2400
2400
  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 });
2401
- DyteParticipantsAudio.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteParticipantsAudio, selector: "dyte-participants-audio", inputs: { iconPack: "iconPack", meeting: "meeting", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2401
+ 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 });
2402
2402
  DyteParticipantsAudio = __decorate([
2403
2403
  ProxyCmp({
2404
2404
  defineCustomElementFn: undefined,
2405
- inputs: ['iconPack', 'meeting', 't']
2405
+ inputs: ['iconPack', 'meeting', 'preloadedAudioElem', 't']
2406
2406
  })
2407
2407
  ], DyteParticipantsAudio);
2408
2408
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteParticipantsAudio, decorators: [{
@@ -2411,7 +2411,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
2411
2411
  selector: 'dyte-participants-audio',
2412
2412
  changeDetection: ChangeDetectionStrategy.OnPush,
2413
2413
  template: '<ng-content></ng-content>',
2414
- inputs: ['iconPack', 'meeting', 't']
2414
+ inputs: ['iconPack', 'meeting', 'preloadedAudioElem', 't']
2415
2415
  }]
2416
2416
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2417
2417
  let DyteParticipantsStageList = class DyteParticipantsStageList {