@csmart/ngc-smart-victim 1.18.3 → 1.18.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ import { ActivatedRoute, Router } from '@angular/router';
|
|
3
3
|
import { MatTableDataSource } from '@angular/material/table';
|
4
4
|
import { MatSort } from '@angular/material/sort';
|
5
5
|
import { MatDialog } from '@angular/material/dialog';
|
6
|
-
import { SmartAccessControlConfig } from "@csmart/ngc-smart-core";
|
6
|
+
import { SelectedOffender, SmartAccessControlConfig } from "@csmart/ngc-smart-core";
|
7
7
|
import { NgcSmartVictimService } from './smart-victim.service';
|
8
8
|
import { VictimListFilter, Victim } from './smart-victim.model';
|
9
9
|
import { IntakeServicesComponent } from './intake.service';
|
@@ -45,6 +45,7 @@ export declare class NgcSmartVictimComponent implements OnInit, OnChanges, After
|
|
45
45
|
doSpin: boolean;
|
46
46
|
showListFlag: boolean;
|
47
47
|
msg: string;
|
48
|
+
selectedOffender: SelectedOffender;
|
48
49
|
isIntake: boolean;
|
49
50
|
updateAccessControlConfig: SmartAccessControlConfig;
|
50
51
|
createAccessControlConfig: SmartAccessControlConfig;
|