@dataclouder/ngx-lessons 0.1.8 → 0.1.9

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
@@ -371,6 +371,7 @@ declare class DcLessonCardComponent implements OnInit {
371
371
  }
372
372
 
373
373
  declare class DCLessonListComponent extends EntityBaseListComponent<ILesson> implements OnDestroy, AfterViewInit {
374
+ userService: UserService;
374
375
  customCardComponent?: Type<DcLessonCardComponent>;
375
376
  customFilters: ICustomFilter[];
376
377
  protected entityCommunicationService: DefaultLessonsService;
@@ -504,7 +505,7 @@ declare class LessonRendererService {
504
505
 
505
506
  declare class LessonConversationService {
506
507
  lessonsService: DefaultLessonsService;
507
- private readonly userService;
508
+ userService: UserService;
508
509
  conversationSettings: i0.WritableSignal<IConversationSettings>;
509
510
  conversationFlow: i0.WritableSignal<IConversationFlow>;
510
511
  evalAgentTask: i0.WritableSignal<SimpleAgentTask>;
@@ -696,7 +697,7 @@ declare class CourseFormComponent extends EntityBaseFormComponent<ICourse> {
696
697
  declare class CourseListComponent extends PaginationBase implements OnInit {
697
698
  private toastService;
698
699
  private courseService;
699
- private userService;
700
+ userService: UserService;
700
701
  private cdr;
701
702
  viewType: 'table' | 'card';
702
703
  readonly onlyView: i0.InputSignal<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dataclouder/ngx-lessons",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",