UNPKG

@spartacus/storefront

Version:

Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.

22 lines (21 loc) 1.2 kB
import { ElementRef, OnDestroy, ViewContainerRef } from '@angular/core'; import { ReplenishmentOrder, UserReplenishmentOrderService } from '@spartacus/core'; import { Observable } from 'rxjs'; import { LaunchDialogService } from '../../../../../layout/launch-dialog/services/launch-dialog.service'; import * as i0 from "@angular/core"; /** * @deprecated since 4.2 - use order lib instead */ export declare class ReplenishmentOrderCancellationComponent implements OnDestroy { protected userReplenishmentOrderService: UserReplenishmentOrderService; protected vcr: ViewContainerRef; protected launchDialogService: LaunchDialogService; element: ElementRef; private subscription; replenishmentOrder$: Observable<ReplenishmentOrder>; constructor(userReplenishmentOrderService: UserReplenishmentOrderService, vcr: ViewContainerRef, launchDialogService: LaunchDialogService); openDialog(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ReplenishmentOrderCancellationComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ReplenishmentOrderCancellationComponent, "cx-replenishment-order-cancellation", never, {}, {}, never, never>; }