barsa-novin-ray-core 2.3.101 → 2.3.102
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
|
@@ -2430,6 +2430,8 @@ declare class FormPanelService extends BaseComponent {
|
|
|
2430
2430
|
private _headerDescriptionSource;
|
|
2431
2431
|
private _hideFooter$;
|
|
2432
2432
|
private _canSend$;
|
|
2433
|
+
private _router;
|
|
2434
|
+
private _activatedRoute;
|
|
2433
2435
|
constructor();
|
|
2434
2436
|
get infobars$(): Observable<Array<InfoBarType>>;
|
|
2435
2437
|
get hideFooter$(): Observable<boolean>;
|
|
@@ -2951,7 +2953,6 @@ declare class ServiceWorkerCommuncationService {
|
|
|
2951
2953
|
private _toastService;
|
|
2952
2954
|
private _localStorage;
|
|
2953
2955
|
private _portalService;
|
|
2954
|
-
private _pushCheckService;
|
|
2955
2956
|
get token2(): string;
|
|
2956
2957
|
private _pushNotificatioService;
|
|
2957
2958
|
private _serviceWorker;
|