keevo-components 1.8.231 → 1.8.232

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.
@@ -1,7 +1,7 @@
1
- import { OnInit } from '@angular/core';
1
+ import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
3
3
  import * as i0 from "@angular/core";
4
- export declare class KvFileViewerComponent implements OnInit {
4
+ export declare class KvFileViewerComponent implements OnInit, OnChanges {
5
5
  private sanitizer;
6
6
  arquivo: string;
7
7
  type: string;
@@ -11,6 +11,7 @@ export declare class KvFileViewerComponent implements OnInit {
11
11
  sanitizedPdfSrc: SafeResourceUrl;
12
12
  constructor(sanitizer: DomSanitizer);
13
13
  ngOnInit(): void;
14
+ ngOnChanges(changes: SimpleChanges): void;
14
15
  getSanitizer(url: string): SafeResourceUrl;
15
16
  visualizarXml(): Promise<void>;
16
17
  static ɵfac: i0.ɵɵFactoryDeclaration<KvFileViewerComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.231",
3
+ "version": "1.8.232",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",