@haloduck/ui 2.0.30 → 2.0.32

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/index.d.ts CHANGED
@@ -718,7 +718,6 @@ declare class AutoLoadDirective implements OnInit, OnDestroy {
718
718
  private readonly ngZone;
719
719
  private observer?;
720
720
  private isLoading;
721
- private hasTriggeredOnce;
722
721
  autoLoadEnabled: boolean;
723
722
  autoLoadThreshold: number;
724
723
  autoLoadRootMargin: string;
@@ -778,13 +777,14 @@ interface Notification {
778
777
  id: string;
779
778
  type: NotificationType;
780
779
  message: string;
781
- timeOut?: number;
780
+ timeout?: number;
781
+ timeoutRef?: number;
782
782
  }
783
783
  declare class NotificationService {
784
784
  private listNotification$;
785
785
  private listNotification;
786
- showNotification(title: string, body: string, payload?: any, timeout?: number): void;
787
- _showNotification(type: NotificationType, message: string, timeOut?: number): string;
786
+ showNotification(title: string, body: string, timeout?: number, payload?: any): void;
787
+ _showNotification(type: NotificationType, message: string, timeout?: number): string;
788
788
  getListNotification(): Observable<Notification[]>;
789
789
  removeNotificationById(id: string): void;
790
790
  constructor();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haloduck/ui",
3
- "version": "2.0.30",
3
+ "version": "2.0.32",
4
4
  "description": "HaloDuck UI Library - Angular",
5
5
  "keywords": [
6
6
  "angular",