@csmart/ngc-smart-victim 1.14.15 → 1.14.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,7 @@ import { MatTableDataSource } from '@angular/material/table';
10
10
  import { AddressValidators, SmartAddressComponent } from '@csmart/ngc-smart-address';
11
11
  import { MatDialog } from '@angular/material/dialog';
12
12
  import { MatSnackBar } from '@angular/material/snack-bar';
13
+ import { ChangeDetectorRef } from '@angular/core';
13
14
  import * as i0 from "@angular/core";
14
15
  export interface BooleanFn {
15
16
  (): boolean;
@@ -28,6 +29,7 @@ export declare class SmartVictimDetailComponent implements OnInit, OnChanges {
28
29
  snackBar: MatSnackBar;
29
30
  private commonDialogService;
30
31
  private victimService;
32
+ private changeDetectorRefs;
31
33
  victimDetail: Victim;
32
34
  staffId: number;
33
35
  offenderId: number;
@@ -86,7 +88,7 @@ export declare class SmartVictimDetailComponent implements OnInit, OnChanges {
86
88
  advocateNoPhoneChkFlag: boolean;
87
89
  addressValidators: AddressValidators;
88
90
  homePhoneControl: UntypedFormControl;
89
- constructor(location: Location, formBuilder: UntypedFormBuilder, dialog: MatDialog, route: ActivatedRoute, router: Router, snackBar: MatSnackBar, commonDialogService: CommonDialogService, victimService: NgcSmartVictimService);
91
+ constructor(location: Location, formBuilder: UntypedFormBuilder, dialog: MatDialog, route: ActivatedRoute, router: Router, snackBar: MatSnackBar, commonDialogService: CommonDialogService, victimService: NgcSmartVictimService, changeDetectorRefs: ChangeDetectorRef);
90
92
  private initForm;
91
93
  private _getVictim;
92
94
  ngOnChanges(): void;
@@ -39,11 +39,12 @@ import * as i37 from "@angular/cdk/table";
39
39
  import * as i38 from "@angular/cdk/layout";
40
40
  import * as i39 from "@csmart/ngc-smart-core";
41
41
  import * as i40 from "@csmart/ngc-smart-address";
42
- import * as i41 from "./common-dialog/common-dialog.module";
43
- import * as i42 from "./victim-routing.module";
44
- import * as i43 from "apollo-angular";
42
+ import * as i41 from "@csmart/smart-ui";
43
+ import * as i42 from "./common-dialog/common-dialog.module";
44
+ import * as i43 from "./victim-routing.module";
45
+ import * as i44 from "apollo-angular";
45
46
  export declare class NgcSmartVictimModule {
46
47
  static ɵfac: i0.ɵɵFactoryDeclaration<NgcSmartVictimModule, never>;
47
- static ɵmod: i0.ɵɵNgModuleDeclaration<NgcSmartVictimModule, [typeof i1.NgcSmartVictimComponent, typeof i2.SmartVictimDetailComponent, typeof i3.SmartVictimDeleteConfirmComponent, typeof i4.PhoneMaskDirective, typeof i5.CaseNoteComponent, typeof i6.ContactComponent, typeof i7.VictimSafetyPlanComponent, typeof i8.VictimSafetyPlanDetailComponent, typeof i9.VictimSearchFormComponent, typeof i10.SeriveProviderComponent], [typeof i11.CommonModule, typeof i12.ReactiveFormsModule, typeof i13.MatButtonModule, typeof i14.MatCheckboxModule, typeof i15.MatRadioModule, typeof i16.MatSliderModule, typeof i17.MatCardModule, typeof i18.MatSlideToggleModule, typeof i19.MatListModule, typeof i20.MatIconModule, typeof i21.MatButtonToggleModule, typeof i22.MatToolbarModule, typeof i23.MatTabsModule, typeof i24.MatExpansionModule, typeof i25.MatMenuModule, typeof i26.MatInputModule, typeof i27.MatProgressBarModule, typeof i28.MatDatepickerModule, typeof i29.MatNativeDateModule, typeof i30.MatPaginatorModule, typeof i31.MatDialogModule, typeof i32.MatSidenavModule, typeof i33.MatSelectModule, typeof i34.MatTableModule, typeof i35.MatSortModule, typeof i36.MatGridListModule, typeof i37.CdkTableModule, typeof i38.LayoutModule, typeof i39.NgcSmartCoreModule, typeof i40.SmartAddressModule, typeof i41.CommonDialogModule, typeof i12.FormsModule, typeof i42.VictimRoutingModule, typeof i43.ApolloModule], [typeof i1.NgcSmartVictimComponent, typeof i2.SmartVictimDetailComponent, typeof i3.SmartVictimDeleteConfirmComponent, typeof i4.PhoneMaskDirective, typeof i43.ApolloModule]>;
48
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgcSmartVictimModule, [typeof i1.NgcSmartVictimComponent, typeof i2.SmartVictimDetailComponent, typeof i3.SmartVictimDeleteConfirmComponent, typeof i4.PhoneMaskDirective, typeof i5.CaseNoteComponent, typeof i6.ContactComponent, typeof i7.VictimSafetyPlanComponent, typeof i8.VictimSafetyPlanDetailComponent, typeof i9.VictimSearchFormComponent, typeof i10.SeriveProviderComponent], [typeof i11.CommonModule, typeof i12.ReactiveFormsModule, typeof i13.MatButtonModule, typeof i14.MatCheckboxModule, typeof i15.MatRadioModule, typeof i16.MatSliderModule, typeof i17.MatCardModule, typeof i18.MatSlideToggleModule, typeof i19.MatListModule, typeof i20.MatIconModule, typeof i21.MatButtonToggleModule, typeof i22.MatToolbarModule, typeof i23.MatTabsModule, typeof i24.MatExpansionModule, typeof i25.MatMenuModule, typeof i26.MatInputModule, typeof i27.MatProgressBarModule, typeof i28.MatDatepickerModule, typeof i29.MatNativeDateModule, typeof i30.MatPaginatorModule, typeof i31.MatDialogModule, typeof i32.MatSidenavModule, typeof i33.MatSelectModule, typeof i34.MatTableModule, typeof i35.MatSortModule, typeof i36.MatGridListModule, typeof i37.CdkTableModule, typeof i38.LayoutModule, typeof i39.NgcSmartCoreModule, typeof i40.SmartAddressModule, typeof i41.SmartUiModule, typeof i42.CommonDialogModule, typeof i12.FormsModule, typeof i43.VictimRoutingModule, typeof i44.ApolloModule], [typeof i1.NgcSmartVictimComponent, typeof i2.SmartVictimDetailComponent, typeof i3.SmartVictimDeleteConfirmComponent, typeof i4.PhoneMaskDirective, typeof i44.ApolloModule]>;
48
49
  static ɵinj: i0.ɵɵInjectorDeclaration<NgcSmartVictimModule>;
49
50
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@csmart/ngc-smart-victim",
3
- "version": "1.14.15",
3
+ "version": "1.14.16",
4
4
  "peerDependencies": {},
5
5
  "module": "fesm2015/csmart-ngc-smart-victim.mjs",
6
6
  "es2020": "fesm2020/csmart-ngc-smart-victim.mjs",