You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import{TranslationChunksConfig}from'@spartacus/core';import{TranslationResources}from'@spartacus/core';// @public (undocumented)exportconstquickOrderTranslationChunksConfig: TranslationChunksConfig;// @public (undocumented)exportconstquickOrderTranslations: TranslationResources;// (No @packageDocumentation comment for this package)
⚠️ @spartacus/cart/quick-order/components
New entry point. Initial public api:
import{ActiveCartService}from'@spartacus/core';import{Cart}from'@spartacus/core';import{CartAddEntrySuccessEvent}from'@spartacus/core';import{ChangeDetectorRef}from'@angular/core';import{CmsComponentData}from'@spartacus/storefront';import{CmsQuickOrderComponent}from'@spartacus/cart/quick-order/core';import{EventService}from'@spartacus/core';import{FormBuilder}from'@angular/forms';import{FormControl}from'@angular/forms';import{FormGroup}from'@angular/forms';import{GlobalMessageService}from'@spartacus/core';import{GlobalMessageType}from'@spartacus/core';import*asi0from'@angular/core';import*asi1_2from'@angular/router';import*asi2from'@angular/common';import*asi3from'@angular/forms';import*asi4from'@spartacus/core';import*asi5from'@spartacus/storefront';import{ICON_TYPE}from'@spartacus/storefront';import{Observable}from'rxjs';import{OnDestroy}from'@angular/core';import{OnInit}from'@angular/core';import{OrderEntry}from'@spartacus/core';import{QuickOrderFacade}from'@spartacus/cart/quick-order/root';import{QuickOrderStatePersistenceService}from'@spartacus/cart/quick-order/core';import{Subscription}from'rxjs';// @public (undocumented)exportclassCartQuickOrderFormComponentimplementsOnInit,OnDestroy{constructor(activeCartService: ActiveCartService,eventService: EventService,formBuilder: FormBuilder,globalMessageService: GlobalMessageService);// (undocumented)protectedactiveCartService: ActiveCartService;// (undocumented)applyQuickOrder(): void;// (undocumented)protectedbuildForm(): void;// (undocumented)cart$: Observable<Cart>;// (undocumented)cartIsLoading$: Observable<boolean>;// (undocumented)protectedeventService: EventService;// (undocumented)protectedformBuilder: FormBuilder;// (undocumented)protectedglobalMessageService: GlobalMessageService;// (undocumented)min: number;// (undocumented)ngOnDestroy(): void;// (undocumented)ngOnInit(): void;// (undocumented)quickOrderForm: FormGroup;// (undocumented)protectedresetForm(): void;// (undocumented)protectedwatchAddEntryFailEvent(): void;// (undocumented)protectedwatchAddEntrySuccessEvent(): void;// (undocumented)protectedwatchQuantityChange(): void;// (undocumented)staticɵcmp: i0.ɵɵComponentDeclaration<CartQuickOrderFormComponent,"cx-cart-quick-order-form",never,{},{},never,never>;// (undocumented)staticɵfac: i0.ɵɵFactoryDeclaration<CartQuickOrderFormComponent,never>;}// @public (undocumented)exportclassCartQuickOrderFormModule{// (undocumented)staticɵfac: i0.ɵɵFactoryDeclaration<CartQuickOrderFormModule,never>;// (undocumented)staticɵinj: i0.ɵɵInjectorDeclaration<CartQuickOrderFormModule>;// Warning: (ae-forgotten-export) The symbol "i1" needs to be exported by the entry point public_api.d.ts//// (undocumented)staticɵmod: i0.ɵɵNgModuleDeclaration<CartQuickOrderFormModule,[typeofi1.CartQuickOrderFormComponent],[typeofi2.CommonModule,typeofi3.ReactiveFormsModule,typeofi4.I18nModule,typeofi5.FormErrorsModule],[typeofi1.CartQuickOrderFormComponent]>;}// @public (undocumented)exportclassQuickOrderComponentimplementsOnInit,OnDestroy{constructor(activeCartService: ActiveCartService,component: CmsComponentData<CmsQuickOrderComponent>,globalMessageService: GlobalMessageService,quickOrderService: QuickOrderFacade,quickOrderStatePersistenceService: QuickOrderStatePersistenceService);// (undocumented)protectedactiveCartService: ActiveCartService;// (undocumented)addToCart(): void;// (undocumented)cartId$: Observable<string>;// (undocumented)clear(): void;// (undocumented)clearErrors(): void;// (undocumented)protectedcomponent: CmsComponentData<CmsQuickOrderComponent>;// (undocumented)entries$: Observable<OrderEntry[]>;// (undocumented)geterrors$(): Observable<CartAddEntrySuccessEvent[]>;// (undocumented)protectedglobalMessageService: GlobalMessageService;// (undocumented)globalMessageType: typeofGlobalMessageType;// (undocumented)isCartStable$: Observable<boolean>;// (undocumented)ngOnDestroy(): void;// (undocumented)ngOnInit(): void;// (undocumented)quickOrderListLimit$: Observable<number|undefined>;// (undocumented)protectedquickOrderService: QuickOrderFacade;// (undocumented)protectedquickOrderStatePersistenceService: QuickOrderStatePersistenceService;// (undocumented)protectedsetErrors(errors: CartAddEntrySuccessEvent[]): void;// (undocumented)protectedshowAddedToCartSuccessMessage(): void;// (undocumented)staticɵcmp: i0.ɵɵComponentDeclaration<QuickOrderComponent,"cx-quick-order",never,{},{},never,never>;// (undocumented)staticɵfac: i0.ɵɵFactoryDeclaration<QuickOrderComponent,never>;}// @public (undocumented)exportclassQuickOrderComponentsModule{// (undocumented)staticɵfac: i0.ɵɵFactoryDeclaration<QuickOrderComponentsModule,never>;// (undocumented)staticɵinj: i0.ɵɵInjectorDeclaration<QuickOrderComponentsModule>;// Warning: (ae-forgotten-export) The symbol "i2" needs to be exported by the entry point public_api.d.ts// Warning: (ae-forgotten-export) The symbol "i3" needs to be exported by the entry point public_api.d.ts//// (undocumented)staticɵmod: i0.ɵɵNgModuleDeclaration<QuickOrderComponentsModule,never,[typeofi1_2.RouterModule,typeofi2_2.QuickOrderListModule,typeofi3_3.CartQuickOrderFormModule],never>;}// @public (undocumented)exportclassQuickOrderFormComponentimplementsOnInit,OnDestroy{constructor(globalMessageService: GlobalMessageService,quickOrderService: QuickOrderFacade);// (undocumented)protectedbuildForm(): void;// (undocumented)clear(event?: Event): void;// (undocumented)protected_disabled: boolean;// (undocumented)form: FormGroup;// (undocumented)protectedglobalMessageService: GlobalMessageService;// (undocumented)iconTypes: typeofICON_TYPE;// (undocumented)getisDisabled(): boolean;setisDisabled(value: boolean);// (undocumented)getisLoading(): boolean;setisLoading(value: boolean);// (undocumented)isSearching: boolean;// (undocumented)protected_loading: boolean;// (undocumented)ngOnDestroy(): void;// (undocumented)ngOnInit(): void;// (undocumented)protectedquickOrderService: QuickOrderFacade;// (undocumented)search(event?: Event): void;// (undocumented)protectedsearchProduct(productCode: string): Subscription;// (undocumented)protectedsubscription: Subscription;// (undocumented)protectedvalidateProductControl(isDisabled: boolean): void;// (undocumented)protectedwatchProductAdd(): Subscription;// (undocumented)staticɵcmp: i0.ɵɵComponentDeclaration<QuickOrderFormComponent,"cx-quick-order-form",never,{"isDisabled": "isDisabled";"isLoading": "isLoading";},{},never,never>;// (undocumented)staticɵfac: i0.ɵɵFactoryDeclaration<QuickOrderFormComponent,never>;}// @public (undocumented)exportclassQuickOrderItemComponentimplementsOnInit,OnDestroy{constructor(cd: ChangeDetectorRef,quickOrderService: QuickOrderFacade);// (undocumented)protectedcd: ChangeDetectorRef;// (undocumented)getentry(): OrderEntry;setentry(value: OrderEntry);// (undocumented)protected_entry: OrderEntry;// (undocumented)index: number;// (undocumented)loading: boolean;// (undocumented)ngOnDestroy(): void;// (undocumented)ngOnInit(): void;// (undocumented)quantityControl: FormControl;// (undocumented)protectedquickOrderService: QuickOrderFacade;// (undocumented)removeEntry(): void;// (undocumented)protectedwatchProductAdd(): Subscription;// (undocumented)staticɵcmp: i0.ɵɵComponentDeclaration<QuickOrderItemComponent,"cx-quick-order-item",never,{"entry": "entry";"index": "index";"loading": "loading";},{},never,never>;// (undocumented)staticɵfac: i0.ɵɵFactoryDeclaration<QuickOrderItemComponent,never>;}// @public (undocumented)exportclassQuickOrderListModule{// (undocumented)staticɵfac: i0.ɵɵFactoryDeclaration<QuickOrderListModule,never>;// (undocumented)staticɵinj: i0.ɵɵInjectorDeclaration<QuickOrderListModule>;// Warning: (ae-forgotten-export) The symbol "i1" needs to be exported by the entry point public_api.d.ts// Warning: (ae-forgotten-export) The symbol "i2" needs to be exported by the entry point public_api.d.ts// Warning: (ae-forgotten-export) The symbol "i3" needs to be exported by the entry point public_api.d.ts// Warning: (ae-forgotten-export) The symbol "i4" needs to be exported by the entry point public_api.d.ts//// (undocumented)staticɵmod: i0.ɵɵNgModuleDeclaration<QuickOrderListModule,[typeofi1_3.QuickOrderComponent,typeofi2_3.QuickOrderFormComponent,typeofi3_2.QuickOrderItemComponent,typeofi4_2.QuickOrderTableComponent],[typeofi2.CommonModule,typeofi3.ReactiveFormsModule,typeofi1_2.RouterModule,typeofi5.FormErrorsModule,typeofi4.I18nModule,typeofi5.IconModule,typeofi5.ItemCounterModule,typeofi5.MediaModule,typeofi4.UrlModule,typeofi5.ProgressButtonModule,typeofi5.MessageComponentModule],[typeofi1_3.QuickOrderComponent,typeofi2_3.QuickOrderFormComponent,typeofi3_2.QuickOrderItemComponent,typeofi4_2.QuickOrderTableComponent]>;}// @public (undocumented)exportclassQuickOrderTableComponent{// (undocumented)entries: OrderEntry[];// (undocumented)loading: boolean;// (undocumented)staticɵcmp: i0.ɵɵComponentDeclaration<QuickOrderTableComponent,"cx-quick-order-table",never,{"entries": "entries";"loading": "loading";},{},never,never>;// (undocumented)staticɵfac: i0.ɵɵFactoryDeclaration<QuickOrderTableComponent,never>;}// (No @packageDocumentation comment for this package)
import*asi0from'@angular/core';import*asi1from'@spartacus/cart/quick-order/core';import*asi2from'@spartacus/cart/quick-order/components';// @public (undocumented)exportclassQuickOrderModule{// (undocumented)staticɵfac: i0.ɵɵFactoryDeclaration<QuickOrderModule,never>;// (undocumented)staticɵinj: i0.ɵɵInjectorDeclaration<QuickOrderModule>;// (undocumented)staticɵmod: i0.ɵɵNgModuleDeclaration<QuickOrderModule,never,[typeofi1.QuickOrderCoreModule,typeofi2.QuickOrderComponentsModule],never>;}// (No @packageDocumentation comment for this package)
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #11817
Master ticket: #11817