@rolatech/angular-course 20.0.2-beta.2 → 20.0.2-beta.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.
package/index.d.ts CHANGED
@@ -316,7 +316,7 @@ declare class CourseSectionLectureItemComponent implements OnInit {
316
316
  onCancel(lecture: CourseSectionLecture): void;
317
317
  onDelete(lecture: CourseSectionLecture): void;
318
318
  onEdit(lecture: CourseSectionLecture): void;
319
- onMediaEdit(lecture: CourseSectionLectureVideo): void;
319
+ onMediaEdit(lectureVideo: CourseSectionLectureVideo): void;
320
320
  onVideoThumbnailUpload(video: CourseSectionLectureVideo): void;
321
321
  onUpload(id: any, data: any): void;
322
322
  onDeleteMedia(data: any): void;
@@ -548,18 +548,18 @@ declare class CourseMediaOwnerRendererComponent {
548
548
  }
549
549
 
550
550
  declare class CourseSectionLectureVideoDialogComponent implements OnInit, AfterViewInit, OnDestroy {
551
- private dialogRef;
552
- data: any;
553
551
  lecture: CourseSectionLecture;
554
552
  thumbnailUpload: _angular_core.OutputEmitterRef<any>;
555
553
  courseService: CourseService;
556
554
  courseSectionService: CourseSectionService;
555
+ dialogRef: MatDialogRef<any, any>;
557
556
  snackBar: MatSnackBar;
558
557
  platformId: Object;
558
+ data: any;
559
559
  el: ElementRef<any>;
560
560
  mediaSrc: any;
561
561
  player: any;
562
- constructor(dialogRef: MatDialogRef<CourseSectionLectureVideoDialogComponent>, data: any);
562
+ constructor();
563
563
  ngAfterViewInit(): void;
564
564
  close(): void;
565
565
  initPlayer(url: string, thumbnail?: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolatech/angular-course",
3
- "version": "20.0.2-beta.2",
3
+ "version": "20.0.2-beta.3",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/core": "^20.0.0",
@@ -16,12 +16,12 @@
16
16
  "moment": "^2.30.1"
17
17
  },
18
18
  "dependencies": {
19
- "@rolatech/angular-common": "20.0.2-beta.2",
20
- "@rolatech/angular-components": "20.0.2-beta.2",
21
- "@rolatech/angular-services": "20.0.2-beta.2",
22
- "@rolatech/angular-auth": "20.0.2-beta.2",
23
- "@rolatech/angular-category": "20.0.2-beta.2",
24
- "@rolatech/angular-comment": "20.0.2-beta.2",
19
+ "@rolatech/angular-common": "20.0.2-beta.3",
20
+ "@rolatech/angular-components": "20.0.2-beta.3",
21
+ "@rolatech/angular-services": "20.0.2-beta.3",
22
+ "@rolatech/angular-auth": "20.0.2-beta.3",
23
+ "@rolatech/angular-category": "20.0.2-beta.3",
24
+ "@rolatech/angular-comment": "20.0.2-beta.3",
25
25
  "tslib": "^2.3.0"
26
26
  },
27
27
  "sideEffects": false,