@dataclouder/ngx-agent-cards 0.1.79 → 0.1.83

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/index.d.ts CHANGED
@@ -872,15 +872,19 @@ declare const VIDEO_PLAYER_SERVICE_TOKEN: InjectionToken<IVideoPlayerService>;
872
872
  declare const BACKGROUND_SERVICE_TOKEN: InjectionToken<IBackgroundService>;
873
873
 
874
874
  declare class VideoPlayerService implements OnDestroy {
875
+ private conversationFlowStateService;
875
876
  private player;
876
877
  private rewindInterval;
877
878
  isRewinding: boolean;
878
879
  private videoQueue;
879
880
  private defaultVideoUrl;
880
881
  private playAndRewindedSubscription;
882
+ private moodSubscription;
881
883
  private playAndRewindedSource;
882
884
  playAndRewinded$: rxjs.Observable<void>;
885
+ agentCard: _angular_core.WritableSignal<IAgentCard>;
883
886
  constructor();
887
+ setAgentCard(card: IAgentCard): void;
884
888
  initializePlayer(videoPlayer: ElementRef<HTMLVideoElement>): void;
885
889
  setVideoSource(videoUrl: string): void;
886
890
  startConversation(defaultVideo?: string): void;
@@ -1219,7 +1223,6 @@ declare class DcAgentCardDetailsComponent implements OnInit, AfterViewInit, OnDe
1219
1223
  videoPlayer: ElementRef<HTMLVideoElement> | undefined;
1220
1224
  agentCard: _angular_core.WritableSignal<IAgentCard>;
1221
1225
  showInfoLayer: _angular_core.WritableSignal<boolean>;
1222
- private moodSubscription;
1223
1226
  constructor();
1224
1227
  ngOnDestroy(): void;
1225
1228
  ngAfterViewInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dataclouder/ngx-agent-cards",
3
- "version": "0.1.79",
3
+ "version": "0.1.83",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",