@dytesdk/angular-ui-kit 2.4.0-staging.9 → 2.4.0

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.
@@ -1,3 +1,4 @@
1
+ export * from '@dytesdk/ui-kit';
1
2
  import * as i0 from '@angular/core';
2
3
  import { ChangeDetectionStrategy, Component, APP_INITIALIZER, NgModule } from '@angular/core';
3
4
  import { defineCustomElements } from '@dytesdk/ui-kit/loader';
@@ -3636,11 +3637,11 @@ let DyteUiProvider = class DyteUiProvider {
3636
3637
  proxyOutputs(this, this.el, ['dyteStatesUpdate']);
3637
3638
  }
3638
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 });
3639
- 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 });
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 });
3640
3641
  };
3641
3642
  DyteUiProvider = __decorate([
3642
3643
  ProxyCmp({
3643
- inputs: ['iconPack', 'meeting', 'noRenderUntilMeeting', 't']
3644
+ inputs: ['config', 'iconPack', 'meeting', 'noRenderUntilMeeting', 'showSetupScreen', 'size', 't']
3644
3645
  })
3645
3646
  ], DyteUiProvider);
3646
3647
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: DyteUiProvider, decorators: [{
@@ -3650,7 +3651,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
3650
3651
  changeDetection: ChangeDetectionStrategy.OnPush,
3651
3652
  template: '<ng-content></ng-content>',
3652
3653
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3653
- inputs: ['iconPack', 'meeting', 'noRenderUntilMeeting', 't'],
3654
+ inputs: ['config', 'iconPack', 'meeting', 'noRenderUntilMeeting', 'showSetupScreen', 'size', 't'],
3654
3655
  }]
3655
3656
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
3656
3657
  let DyteViewerCount = class DyteViewerCount {