@rolatech/angular-components 20.1.11 → 20.1.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolatech/angular-components",
3
- "version": "20.1.11",
3
+ "version": "20.1.13",
4
4
  "private": false,
5
5
  "description": "rolatech angular components",
6
6
  "repository": {
@@ -31,8 +31,8 @@
31
31
  "lodash": "^4.17.21"
32
32
  },
33
33
  "dependencies": {
34
- "@rolatech/angular-common": "20.1.11",
35
- "@rolatech/angular-services": "20.1.11",
34
+ "@rolatech/angular-common": "20.1.13",
35
+ "@rolatech/angular-services": "20.1.13",
36
36
  "tslib": "^2.3.0"
37
37
  },
38
38
  "exports": {
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Renderer2, ElementRef, OnInit, AfterContentInit, AfterContentChecked, DoCheck, InjectionToken, EnvironmentProviders, AfterViewInit, OnDestroy, ChangeDetectorRef, AfterViewChecked, OnChanges, SimpleChanges } from '@angular/core';
2
+ import { Renderer2, ElementRef, OnInit, AfterContentInit, AfterContentChecked, DoCheck, DestroyRef, InjectionToken, EnvironmentProviders, AfterViewInit, OnDestroy, ChangeDetectorRef, AfterViewChecked, OnChanges, SimpleChanges } from '@angular/core';
3
3
  import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
4
4
  import { FormGroup, FormBuilder } from '@angular/forms';
5
5
  import * as i18 from '@angular/material/dialog';
@@ -141,11 +141,10 @@ declare class RichGridMediaComponent {
141
141
  }
142
142
 
143
143
  declare class RejectDialogComponent implements OnInit {
144
- private formBuilder;
145
- dialogRef: MatDialogRef<RejectDialogComponent>;
146
- data: any;
147
144
  rejectForm: FormGroup;
148
- constructor(formBuilder: FormBuilder, dialogRef: MatDialogRef<RejectDialogComponent>, data: any);
145
+ formBuilder: FormBuilder;
146
+ dialogRef: MatDialogRef<any, any>;
147
+ data: any;
149
148
  onNoClick(): void;
150
149
  ngOnInit(): void;
151
150
  static ɵfac: i0.ɵɵFactoryDeclaration<RejectDialogComponent, never>;
@@ -596,6 +595,7 @@ declare class BaseComponent {
596
595
  titleService: TitleService;
597
596
  navigation: NavigationService;
598
597
  isBrowser: boolean;
598
+ destroyRef: DestroyRef;
599
599
  }
600
600
 
601
601
  declare class MaterialModule {