tent-lib 0.0.459 → 0.0.460

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,8 +1,8 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
1
+ import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
2
  import { MatDialog } from '@angular/material/dialog';
3
3
  import { DomSanitizer, SafeStyle } from '@angular/platform-browser';
4
4
  import * as i0 from "@angular/core";
5
- export declare class GalleryPhotosComponent implements OnInit {
5
+ export declare class GalleryPhotosComponent implements OnChanges {
6
6
  private readonly sanitizer;
7
7
  private readonly dialog;
8
8
  items: GalleryPhotosItem[];
@@ -10,7 +10,7 @@ export declare class GalleryPhotosComponent implements OnInit {
10
10
  itemsOrdered: GalleryPhotosItem[][];
11
11
  constructor(sanitizer: DomSanitizer, dialog: MatDialog);
12
12
  openModal(): void;
13
- ngOnInit(): void;
13
+ ngOnChanges(changes: SimpleChanges): void;
14
14
  splitArray(): void;
15
15
  getImageUrl(image: string): SafeStyle;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<GalleryPhotosComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tent-lib",
3
- "version": "0.0.459",
3
+ "version": "0.0.460",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.0.0",
6
6
  "@angular/core": "^17.0.0",