@cbm-common/cbm-types 0.0.308 → 0.0.309

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.
@@ -6,12 +6,14 @@ import { Observable } from 'rxjs';
6
6
  import { CbmRecordDetailMetadataModel } from '../record-detail-metadata/types';
7
7
  import { CbmGeneralReportRepository } from '../../domain/repositories/general-report.domain.repository';
8
8
  import { CbmGeneralReportModel } from '../../domain/models/general-report.domain.model';
9
+ import { ActivatedRoute } from '@angular/router';
9
10
  export declare class CbmViewReportComponent {
11
+ private readonly route;
10
12
  private readonly destroyRef;
11
13
  private readonly uploadRepository;
12
14
  private readonly generalReportRepository;
13
15
  private readonly notificationService;
14
- constructor(destroyRef: DestroyRef, uploadRepository: CbmUploadDomainRepository, generalReportRepository: CbmGeneralReportRepository, notificationService: CbmNotificationService);
16
+ constructor(route: ActivatedRoute, destroyRef: DestroyRef, uploadRepository: CbmUploadDomainRepository, generalReportRepository: CbmGeneralReportRepository, notificationService: CbmNotificationService);
15
17
  reportId: import("@angular/core").InputSignal<string>;
16
18
  othersFn: import("@angular/core").InputSignal<((request: any) => CbmViewReportModel.ReportData.Others[]) | undefined>;
17
19
  collectionName: import("@angular/core").InputSignal<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.308",
3
+ "version": "0.0.309",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {