barsa-sap-ui 1.0.341 → 1.0.342
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/esm2020/lib/execute-push-notification-command/execute-push-notification-command.component.mjs +9 -19
- package/fesm2015/barsa-sap-ui.mjs +7 -16
- package/fesm2015/barsa-sap-ui.mjs.map +1 -1
- package/fesm2020/barsa-sap-ui.mjs +7 -16
- package/fesm2020/barsa-sap-ui.mjs.map +1 -1
- package/lib/execute-push-notification-command/execute-push-notification-command.component.d.ts +1 -4
- package/package.json +1 -1
package/lib/execute-push-notification-command/execute-push-notification-command.component.d.ts
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { ActivatedRoute } from '@angular/router';
|
|
3
2
|
import { LocalStorageService, BaseComponent, PortalService } from 'barsa-novin-ray-core';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class ExecutePushNotificationCommandComponent extends BaseComponent implements OnInit {
|
|
6
|
-
private _activatedRoute;
|
|
7
5
|
private _portalService;
|
|
8
6
|
private _localStorage;
|
|
9
|
-
constructor(
|
|
7
|
+
constructor(_portalService: PortalService, _localStorage: LocalStorageService);
|
|
10
8
|
ngOnInit(): void;
|
|
11
|
-
private _handle;
|
|
12
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExecutePushNotificationCommandComponent, never>;
|
|
13
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<ExecutePushNotificationCommandComponent, "bsu-execute-push-notification-command", never, {}, {}, never, never, false>;
|
|
14
11
|
}
|