barsa-novin-ray-core 2.2.12 → 2.2.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.
@@ -19,7 +19,6 @@ export declare class NotificationService {
19
19
  private _portalService;
20
20
  private _ngZone;
21
21
  private _notifications$;
22
- private _notificationCount$;
23
22
  private _notificationUnreadCount$;
24
23
  private _notificationLoading$;
25
24
  private _notifiationCountLoaded$;
@@ -28,27 +27,17 @@ export declare class NotificationService {
28
27
  userNotificationSettings: UserNotificationSetting;
29
28
  constructor(_popupService: NotificationPopupService, _logService: LogService, _lowerCase: LowerCasePipe, _bbbTranslate: BbbTranslatePipe, _domSanitizer: DomSanitizer, _serviceWorkerNotification: ServiceWorkerNotificationService, _portalService: PortalService, _ngZone: NgZone);
30
29
  get notificationCountLoaded$(): Observable<boolean>;
31
- get notificationCount$(): Observable<{
32
- unread: number;
33
- all: number;
34
- }>;
30
+ get notificationUnreadCount$(): Observable<number>;
35
31
  get notifications$(): Observable<MetaobjectDataModel[]>;
36
32
  get notificationLoading$(): Observable<boolean>;
37
- loadMore(): void;
38
- setNotificationViewed(tags: string[]): void;
39
33
  ShowNotificationRelatedMo(e: {
40
34
  tag: string;
41
35
  mo: MetaobjectDataModel;
42
36
  nama: string;
43
37
  }): void;
44
38
  handleTopic(eventTopic: any, content: any, ownerKey: any): void;
45
- private _findNotificationsMessage;
46
39
  addNotification(msg: string, title: string, type: string, image: string, mo: any, uiOptions: NotifyOptions, otherOptions: Record<string, any>): void;
47
- increaseNotifcationCount(unread: number, count: number): void;
48
40
  loadUnreadNotificationCount(): void;
49
- loadNotifications(pageIndex?: number): void;
50
- removeNotification(molist: MetaobjectDataModel[], closeNotification?: boolean): void;
51
- private _updateUnreadAndCount;
52
41
  get SupportNotifications(): boolean;
53
42
  showNotification(notificationItem: NotificationItem, mo: MetaobjectDataModel | null, uiOptions: NotifyOptions, otherOptions: Record<string, any>): void;
54
43
  private notificationLoading;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-novin-ray-core",
3
- "version": "2.2.12",
3
+ "version": "2.2.13",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^18.0.3",
6
6
  "@angular/common": "^18.0.3"