barsa-novin-ray-core 2.3.96 → 2.3.97

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
@@ -2907,18 +2907,18 @@ interface UserNotificationSetting extends MetaobjectDataModel {
2907
2907
  }
2908
2908
 
2909
2909
  declare class ServiceWorkerNotificationService {
2910
+ hasRegistration: boolean;
2910
2911
  private _logService;
2911
2912
  private _swPush;
2912
2913
  private _portalService;
2913
2914
  private _notificationPermissionAllowed;
2914
- private _hasRegistration;
2915
2915
  constructor();
2916
2916
  get isEnabled(): boolean;
2917
2917
  closeNotifications(tags: string[]): Promise<void>;
2918
2918
  showNotification(payload: ExNotificationPayload): Promise<void>;
2919
- private init;
2920
- private requestPermission;
2921
- private registerServiceWorker;
2919
+ private handlePermission;
2920
+ private permissionQuery;
2921
+ private permissionError;
2922
2922
  private getSw;
2923
2923
  private _isSupported;
2924
2924
  private _isActionsSupported;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-novin-ray-core",
3
- "version": "2.3.96",
3
+ "version": "2.3.97",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"