buildingproduct-library 0.2.74 → 0.2.76
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/assets/images/newtab.svg +11 -0
- package/{buildingproduct-library-0.2.74.tgz → buildingproduct-library-0.2.76.tgz} +0 -0
- package/bundles/buildingproduct-library.umd.js +527 -411
- package/bundles/buildingproduct-library.umd.js.map +1 -1
- package/esm2015/lib/account-dropdown/account-dropdown.component.js +16 -16
- package/esm2015/lib/account-dropdown/account-dropdown.module.js +6 -2
- package/esm2015/lib/checkout/custom-checkout/custom-checkout.component.js +2 -2
- package/esm2015/lib/checkout/order-confirmation/order-confirmation.component.js +1 -1
- package/esm2015/lib/checkout/order-review/order-review.component.js +1 -1
- package/esm2015/lib/custom-cart/addto-saved-carts/addto-saved-carts.component.js +1 -1
- package/esm2015/lib/custom-mini-cart/custom-mini-cart.component.js +57 -13
- package/esm2015/lib/custom-mini-cart/custom-mini-cart.module.js +1 -1
- package/esm2015/lib/custom-navigation/custom-navigation.module.js +1 -11
- package/esm2015/lib/custom-order-details/custom-order-details.component.js +8 -6
- package/esm2015/lib/custom-order-details/order-detail-grid/order-detail-grid.component.js +2 -2
- package/esm2015/lib/custom-order-details/order-detail-list/order-detail-list.component.js +2 -2
- package/esm2015/lib/custom-order-history/custom-order-history.component.js +20 -19
- package/esm2015/lib/custom-saved-cart/custom-saved-cart-details/custom-save-cart-dtl/custom-save-cart-dtl.component.js +28 -17
- package/esm2015/lib/custom-saved-cart/custom-saved-cart-details/saved-cart-details-action/saved-cart-details-action.component.js +2 -2
- package/esm2015/lib/custom-saved-cart/custom-saved-cart-details/saved-cart-details-overview/saved-cart-details-overview.component.js +2 -2
- package/esm2015/lib/custom-saved-cart/custom-saved-cart-details/saved-cart-details.service.js +28 -10
- package/esm2015/lib/custom-saved-cart/custom-saved-cart.component.js +4 -4
- package/esm2015/lib/custom-saved-cart/custom-saved-cart.module.js +3 -3
- package/esm2015/lib/custom-search/custom-search.component.js +1 -1
- package/esm2015/lib/custom-user-account/custom-user-account.component.js +2 -2
- package/esm2015/lib/find-store/find-store.component.js +1 -1
- package/esm2015/lib/my-account/account-dashboard/account-dashboard.component.js +6 -7
- package/esm2015/lib/my-account/invoice-credit/invoice-credit.component.js +26 -25
- package/esm2015/lib/my-account/my-account.component.js +11 -1
- package/esm2015/lib/my-team/my-team.component.js +29 -10
- package/esm2015/lib/my-team/team-member.service.js +8 -36
- package/esm2015/lib/services/order.review.js +1 -1
- package/esm2015/lib/shared/active-saved-cart/active-saved-cart.component.js +6 -4
- package/esm2015/lib/shared/custom-cart-detail/custom-cart-grid/custom-cart-grid.component.js +48 -22
- package/esm2015/lib/shared/custom-cart-detail/custom-cart-list/custom-cart-list.component.js +66 -37
- package/esm2015/lib/shared/custom-cart-detail/custom-product-quantity-form/custom-product-quantity-form.component.js +2 -4
- package/esm2015/lib/shared/saved-cart-popup/saved-cart-popup.component.js +2 -2
- package/esm2015/lib/shared/shared-download-order/shared-download-order.component.js +9 -9
- package/fesm2015/buildingproduct-library.js +405 -288
- package/fesm2015/buildingproduct-library.js.map +1 -1
- package/lib/account-dropdown/account-dropdown.component.d.ts +2 -0
- package/lib/account-dropdown/account-dropdown.module.d.ts +2 -1
- package/lib/custom-mini-cart/custom-mini-cart.component.d.ts +13 -4
- package/lib/custom-order-history/custom-order-history.component.d.ts +1 -1
- package/lib/custom-saved-cart/custom-saved-cart-details/custom-save-cart-dtl/custom-save-cart-dtl.component.d.ts +1 -0
- package/lib/custom-saved-cart/custom-saved-cart-details/saved-cart-details.service.d.ts +5 -1
- package/lib/my-account/account-dashboard/account-dashboard.component.d.ts +1 -1
- package/lib/my-account/invoice-credit/invoice-credit.component.d.ts +2 -4
- package/lib/my-team/my-team.component.d.ts +6 -1
- package/lib/shared/custom-cart-detail/custom-cart-grid/custom-cart-grid.component.d.ts +9 -10
- package/lib/shared/custom-cart-detail/custom-cart-list/custom-cart-list.component.d.ts +9 -18
- package/lib/shared/custom-cart-detail/custom-product-quantity-form/custom-product-quantity-form.component.d.ts +1 -2
- package/lib/shared/shared-download-order/shared-download-order.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -13,10 +13,12 @@ export declare class AccountDropdownComponent implements OnInit {
|
|
|
13
13
|
showWaitCursor: BehaviorSubject<boolean>;
|
|
14
14
|
selecteduserData: any;
|
|
15
15
|
isAccountChanged: boolean;
|
|
16
|
+
showToast: boolean;
|
|
16
17
|
constructor(service: AccountDropdownService, fiUserAccountDetailsService: UserAccountDetailServiceService, findStoreService: FindStoreService);
|
|
17
18
|
ngOnInit(): void;
|
|
18
19
|
getAccountsData(): void;
|
|
19
20
|
getAccountName(data: any): void;
|
|
21
|
+
closeToast(): void;
|
|
20
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccountDropdownComponent, never>;
|
|
21
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<AccountDropdownComponent, "app-account-dropdown", never, {}, {}, never, never>;
|
|
22
24
|
}
|
|
@@ -3,8 +3,9 @@ import * as i1 from "./account-dropdown.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@spartacus/core";
|
|
5
5
|
import * as i4 from "../find-store/find-store.module";
|
|
6
|
+
import * as i5 from "@ng-bootstrap/ng-bootstrap";
|
|
6
7
|
export declare class AccountDropdownModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccountDropdownModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AccountDropdownModule, [typeof i1.AccountDropdownComponent], [typeof i2.CommonModule, typeof i3.UrlModule, typeof i4.FindStoreModule, typeof i3.ConfigModule], [typeof i1.AccountDropdownComponent]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AccountDropdownModule, [typeof i1.AccountDropdownComponent], [typeof i2.CommonModule, typeof i3.UrlModule, typeof i4.FindStoreModule, typeof i5.NgbToastModule, typeof i3.ConfigModule], [typeof i1.AccountDropdownComponent]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<AccountDropdownModule>;
|
|
10
11
|
}
|
|
@@ -3,7 +3,7 @@ import { Router } from '@angular/router';
|
|
|
3
3
|
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
|
4
4
|
import { ActiveCartService, Cart, CmsService, OrderEntry } from '@spartacus/core';
|
|
5
5
|
import { MiniCartComponent } from '@spartacus/storefront';
|
|
6
|
-
import { Observable } from 'rxjs';
|
|
6
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
7
7
|
import { AccountDropdownStateService } from '../services/account-dropdown-state.service';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class CustomMiniCartComponent extends MiniCartComponent implements OnInit, OnChanges {
|
|
@@ -26,6 +26,13 @@ export declare class CustomMiniCartComponent extends MiniCartComponent implement
|
|
|
26
26
|
items: any;
|
|
27
27
|
showSearch: boolean;
|
|
28
28
|
totalCartItems: any;
|
|
29
|
+
cartDetails: any;
|
|
30
|
+
isCardData: any;
|
|
31
|
+
imageModalSrc: any;
|
|
32
|
+
emptyCardData: any;
|
|
33
|
+
showWaitCursor: BehaviorSubject<boolean>;
|
|
34
|
+
env: any;
|
|
35
|
+
environment: any;
|
|
29
36
|
constructor(_eref: ElementRef, activeCartService: ActiveCartService, router: Router, modalService: NgbModal, cmsService: CmsService, accountDropDownStateService: AccountDropdownStateService, ref: ChangeDetectorRef);
|
|
30
37
|
ngOnInit(): void;
|
|
31
38
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -36,10 +43,12 @@ export declare class CustomMiniCartComponent extends MiniCartComponent implement
|
|
|
36
43
|
onClickOutside(event: any): void;
|
|
37
44
|
mouseoutFunction(): void;
|
|
38
45
|
openCart(): void;
|
|
39
|
-
navigateToAccount(): void;
|
|
40
|
-
searchtext(event: any): void;
|
|
41
46
|
onResize(event: any): void;
|
|
42
47
|
onPageRefresh(): void;
|
|
48
|
+
getImageDetails(cartDetails: any, thumbnail?: any): any;
|
|
49
|
+
viewImage(event: any, cartDetails: any): void;
|
|
50
|
+
getPdfLink(cartDetails: any): void;
|
|
51
|
+
hasImage(cartDetails: any): boolean;
|
|
43
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomMiniCartComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CustomMiniCartComponent, "app-custom-mini-cart", never, {}, {}, never, never>;
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomMiniCartComponent, "app-custom-mini-cart", never, { "cartDetails": "cartDetails"; "isCardData": "isCardData"; }, {}, never, never>;
|
|
45
54
|
}
|
|
@@ -54,7 +54,6 @@ export declare class CustomOrderHistoryComponent implements OnInit, AfterViewIni
|
|
|
54
54
|
deliveryAddressTooltipContent: any;
|
|
55
55
|
totalPriceTooltipContent: any;
|
|
56
56
|
statusTooltipContent: any;
|
|
57
|
-
isSearchBtnClicked: boolean;
|
|
58
57
|
selectedOrderNumber: string;
|
|
59
58
|
sesstionStorageCalled: boolean;
|
|
60
59
|
selectedDateFilterValue: any;
|
|
@@ -84,6 +83,7 @@ export declare class CustomOrderHistoryComponent implements OnInit, AfterViewIni
|
|
|
84
83
|
sortBy(e: any): void;
|
|
85
84
|
getSearchResults(): void;
|
|
86
85
|
onSearchChange(e: any): void;
|
|
86
|
+
search(): void;
|
|
87
87
|
loadMoreRecord(): void;
|
|
88
88
|
orderNumberClicked(orderNumber: any, newWindowFlag: boolean): void;
|
|
89
89
|
onRightClick(event: MouseEvent, item: any): void;
|
|
@@ -25,6 +25,7 @@ export declare class CustomSaveCartDtlComponent implements OnInit, OnChanges {
|
|
|
25
25
|
toggleGridOrListView(event: any): void;
|
|
26
26
|
expandAll(): void;
|
|
27
27
|
contractAll(): void;
|
|
28
|
+
updateCart(): void;
|
|
28
29
|
onResize(event: any): void;
|
|
29
30
|
onPageRefresh(): void;
|
|
30
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomSaveCartDtlComponent, never>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
1
2
|
import { SavedCartFacade } from '@spartacus/cart/saved-cart/root';
|
|
2
3
|
import { Cart, RoutingService } from '@spartacus/core';
|
|
3
4
|
import { Observable } from 'rxjs';
|
|
@@ -5,11 +6,14 @@ import * as i0 from "@angular/core";
|
|
|
5
6
|
export declare class SavedCartDetailsService {
|
|
6
7
|
protected routingService: RoutingService;
|
|
7
8
|
protected savedCartService: SavedCartFacade;
|
|
9
|
+
private http;
|
|
8
10
|
protected savedCartId$: Observable<any>;
|
|
9
11
|
protected savedCart$: Observable<Cart | undefined>;
|
|
10
|
-
constructor(routingService: RoutingService, savedCartService: SavedCartFacade);
|
|
12
|
+
constructor(routingService: RoutingService, savedCartService: SavedCartFacade, http: HttpClient);
|
|
11
13
|
getSavedCartId(): Observable<string>;
|
|
12
14
|
getCartDetails(): Observable<Cart | undefined>;
|
|
15
|
+
deleteSaveCartEntry(cartId: any, entryNumber: any): Observable<any>;
|
|
16
|
+
deleteSavdCart(cartId: number): Observable<any>;
|
|
13
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<SavedCartDetailsService, never>;
|
|
14
18
|
static ɵprov: i0.ɵɵInjectableDeclaration<SavedCartDetailsService>;
|
|
15
19
|
}
|
|
@@ -12,7 +12,7 @@ export declare class AccountDashboardComponent implements OnInit {
|
|
|
12
12
|
emptyDashboardInvoicesComponent: any;
|
|
13
13
|
emptyDashboardOrdersComponent: any;
|
|
14
14
|
showWaitCursor: BehaviorSubject<boolean>;
|
|
15
|
-
|
|
15
|
+
showOrderCursor: BehaviorSubject<boolean>;
|
|
16
16
|
currentPage: number;
|
|
17
17
|
invoiceCreditList: any;
|
|
18
18
|
dataAvailale?: string;
|
|
@@ -2,13 +2,11 @@ import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
3
|
import { CmsService } from '@spartacus/core';
|
|
4
4
|
import { MyAccountService } from '../../services/my-account.service';
|
|
5
|
-
import { HttpClient } from '@angular/common/http';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
export declare class InvoiceCreditComponent implements OnInit, OnDestroy {
|
|
8
7
|
private myAccountService;
|
|
9
8
|
cmsService: CmsService;
|
|
10
9
|
cd: ChangeDetectorRef;
|
|
11
|
-
private http;
|
|
12
10
|
listview: boolean;
|
|
13
11
|
isDesktop: boolean;
|
|
14
12
|
isMobile: boolean;
|
|
@@ -34,8 +32,7 @@ export declare class InvoiceCreditComponent implements OnInit, OnDestroy {
|
|
|
34
32
|
selectedDateRange: any;
|
|
35
33
|
selectedDateKey: string;
|
|
36
34
|
noInvoiceCrditData: any;
|
|
37
|
-
|
|
38
|
-
constructor(myAccountService: MyAccountService, cmsService: CmsService, cd: ChangeDetectorRef, http: HttpClient);
|
|
35
|
+
constructor(myAccountService: MyAccountService, cmsService: CmsService, cd: ChangeDetectorRef);
|
|
39
36
|
ngOnInit(): void;
|
|
40
37
|
getInvoiceCreditData(): void;
|
|
41
38
|
getStatus(): void;
|
|
@@ -52,6 +49,7 @@ export declare class InvoiceCreditComponent implements OnInit, OnDestroy {
|
|
|
52
49
|
onSubmit(): void;
|
|
53
50
|
sortBy(e: any): void;
|
|
54
51
|
toggleGridOrListView(event: any): void;
|
|
52
|
+
search(): void;
|
|
55
53
|
loadMoreRecord(): void;
|
|
56
54
|
onScroll(): void;
|
|
57
55
|
onResize(event: any): void;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
3
|
import { CmsService } from '@spartacus/core';
|
|
4
|
+
import { UserAccountService } from '@spartacus/user/account/core';
|
|
4
5
|
import { BehaviorSubject } from 'rxjs';
|
|
5
6
|
import { TeamMemberService } from './team-member.service';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
@@ -9,6 +10,7 @@ export declare class MyTeamComponent implements OnInit {
|
|
|
9
10
|
private teamMemberService;
|
|
10
11
|
cd: ChangeDetectorRef;
|
|
11
12
|
cmsService: CmsService;
|
|
13
|
+
userService: UserAccountService;
|
|
12
14
|
registerForm: FormGroup;
|
|
13
15
|
submitted: boolean;
|
|
14
16
|
sortbyOptions: {
|
|
@@ -59,9 +61,12 @@ export declare class MyTeamComponent implements OnInit {
|
|
|
59
61
|
totalLength: any;
|
|
60
62
|
childrenLength: any;
|
|
61
63
|
accountLength: any;
|
|
64
|
+
currentUserEmail: any;
|
|
65
|
+
currentUserRole: any;
|
|
66
|
+
showActiveDeactiveModal: boolean;
|
|
62
67
|
closeConfirmModal: any;
|
|
63
68
|
closeInviteModal: any;
|
|
64
|
-
constructor(formBuilder: FormBuilder, teamMemberService: TeamMemberService, cd: ChangeDetectorRef, cmsService: CmsService);
|
|
69
|
+
constructor(formBuilder: FormBuilder, teamMemberService: TeamMemberService, cd: ChangeDetectorRef, cmsService: CmsService, userService: UserAccountService);
|
|
65
70
|
ngOnInit(): void;
|
|
66
71
|
initializeInviteForm(): void;
|
|
67
72
|
getTeamList(): void;
|
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, OnInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import { ActiveCartService } from '@spartacus/core';
|
|
3
|
+
import { ActiveCartService, CmsService } from '@spartacus/core';
|
|
4
4
|
import { CartService } from '../../../services/cart.service';
|
|
5
5
|
import { FormBuilder, FormArray } from '@angular/forms';
|
|
6
|
+
import { SavedCartDetailsService } from '../../../custom-saved-cart/custom-saved-cart-details/saved-cart-details.service';
|
|
7
|
+
import { ActivatedRoute } from '@angular/router';
|
|
6
8
|
import * as i0 from "@angular/core";
|
|
7
9
|
export declare class CustomCartGridComponent implements OnInit, OnChanges {
|
|
8
10
|
private cartService;
|
|
9
11
|
private cdr;
|
|
10
12
|
private formBuilder;
|
|
11
13
|
private activeCartService;
|
|
14
|
+
private cmsService;
|
|
15
|
+
private savedCartService;
|
|
16
|
+
private route;
|
|
12
17
|
isFinishedPoduct: boolean;
|
|
13
18
|
additinalselectedColour: any;
|
|
14
19
|
modalSelectedColour: any;
|
|
15
|
-
isShow: boolean;
|
|
16
20
|
showDetails: any;
|
|
17
|
-
disableAddMore: boolean;
|
|
18
|
-
errorIndex: any;
|
|
19
|
-
rowIndex: number;
|
|
20
21
|
cartId: any;
|
|
21
22
|
showWaitCursor: BehaviorSubject<boolean>;
|
|
22
23
|
additionalPara: any;
|
|
@@ -30,17 +31,15 @@ export declare class CustomCartGridComponent implements OnInit, OnChanges {
|
|
|
30
31
|
selectedIndex: any;
|
|
31
32
|
arrowUpDown: any;
|
|
32
33
|
defaultConfigInfo: any;
|
|
33
|
-
productCode: any;
|
|
34
|
-
productDetails: any;
|
|
35
|
-
accessoriesPrice: any;
|
|
36
|
-
finishedVariantDetails: any;
|
|
37
34
|
productForm: any;
|
|
38
35
|
addToCartError: any;
|
|
39
36
|
errorMessage: string;
|
|
40
37
|
showToast: boolean;
|
|
38
|
+
cartPageData: boolean;
|
|
39
|
+
saveCardOrderId: any;
|
|
41
40
|
env: any;
|
|
42
41
|
environment: any;
|
|
43
|
-
constructor(cartService: CartService, cdr: ChangeDetectorRef, formBuilder: FormBuilder, activeCartService: ActiveCartService);
|
|
42
|
+
constructor(cartService: CartService, cdr: ChangeDetectorRef, formBuilder: FormBuilder, activeCartService: ActiveCartService, cmsService: CmsService, savedCartService: SavedCartDetailsService, route: ActivatedRoute);
|
|
44
43
|
ngOnInit(): void;
|
|
45
44
|
get cartForm(): FormArray;
|
|
46
45
|
hasCartDetails(): boolean;
|
|
@@ -1,32 +1,26 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from "@angular/core";
|
|
2
2
|
import { BehaviorSubject } from "rxjs";
|
|
3
|
-
import { ActiveCartService } from "@spartacus/core";
|
|
3
|
+
import { ActiveCartService, CmsService } from "@spartacus/core";
|
|
4
4
|
import { FormArray, FormBuilder } from "@angular/forms";
|
|
5
5
|
import { CartService } from "../../../services/cart.service";
|
|
6
|
+
import { SavedCartDetailsService } from "../../../custom-saved-cart/custom-saved-cart-details/saved-cart-details.service";
|
|
7
|
+
import { ActivatedRoute } from "@angular/router";
|
|
6
8
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class MultipleImage {
|
|
8
|
-
showImage: string[];
|
|
9
|
-
storeImage: string[];
|
|
10
|
-
}
|
|
11
9
|
export declare class CustomCartListComponent implements OnInit, OnChanges {
|
|
12
10
|
private cartService;
|
|
13
11
|
private formBuilder;
|
|
14
12
|
private cdr;
|
|
15
13
|
private activeCartService;
|
|
14
|
+
private cmsService;
|
|
15
|
+
private savedCartService;
|
|
16
|
+
private route;
|
|
16
17
|
cartDetails: any;
|
|
17
18
|
isCardData: any;
|
|
18
19
|
updateCartEntry: EventEmitter<any>;
|
|
19
20
|
additionalPara: any;
|
|
20
21
|
closeInviteModal: any;
|
|
21
|
-
additionalColours: any;
|
|
22
|
-
availableColours: any;
|
|
23
|
-
isFinishedProduct: boolean;
|
|
24
22
|
additinalselectedColour: any;
|
|
25
23
|
modalSelectedColour: any;
|
|
26
|
-
isShow: boolean;
|
|
27
|
-
disableAddMore: boolean;
|
|
28
|
-
errorIndex: any;
|
|
29
|
-
rowIndex: number;
|
|
30
24
|
selectedColour: any;
|
|
31
25
|
cartId: any;
|
|
32
26
|
showDetails: any;
|
|
@@ -34,19 +28,16 @@ export declare class CustomCartListComponent implements OnInit, OnChanges {
|
|
|
34
28
|
errorMessage: string;
|
|
35
29
|
selectedIndex: any;
|
|
36
30
|
defaultConfigInfo: any;
|
|
37
|
-
productCode: any;
|
|
38
|
-
productDetails: any;
|
|
39
|
-
accessoriesPrice: any;
|
|
40
|
-
finishedVariantDetails: any;
|
|
41
31
|
isModalSelectedColor: any;
|
|
42
32
|
productForm: any;
|
|
43
33
|
addToCartError: any;
|
|
44
34
|
imageModalSrc: any;
|
|
45
35
|
showToast: boolean;
|
|
46
|
-
|
|
36
|
+
cartPageData: boolean;
|
|
37
|
+
saveCardOrderId: any;
|
|
47
38
|
env: any;
|
|
48
39
|
environment: any;
|
|
49
|
-
constructor(cartService: CartService, formBuilder: FormBuilder, cdr: ChangeDetectorRef, activeCartService: ActiveCartService);
|
|
40
|
+
constructor(cartService: CartService, formBuilder: FormBuilder, cdr: ChangeDetectorRef, activeCartService: ActiveCartService, cmsService: CmsService, savedCartService: SavedCartDetailsService, route: ActivatedRoute);
|
|
50
41
|
ngOnInit(): void;
|
|
51
42
|
get cartForm(): FormArray;
|
|
52
43
|
hasCartDetails(): boolean;
|
|
@@ -25,7 +25,6 @@ export declare class CustomProductQuantityFormComponent implements OnInit, OnCha
|
|
|
25
25
|
accessoriesPrice: number;
|
|
26
26
|
selectedColour: any;
|
|
27
27
|
cuttingValidation: any;
|
|
28
|
-
finishedVariantDetails: any;
|
|
29
28
|
finishedAvailableColours: any;
|
|
30
29
|
isFinishedProduct: boolean;
|
|
31
30
|
isFlashingProduct: boolean;
|
|
@@ -89,5 +88,5 @@ export declare class CustomProductQuantityFormComponent implements OnInit, OnCha
|
|
|
89
88
|
pad3Digits(value: any): any;
|
|
90
89
|
updateLenthValue(element: any): void;
|
|
91
90
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomProductQuantityFormComponent, never>;
|
|
92
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CustomProductQuantityFormComponent, "app-custom-product-quantity-form", never, { "hasBundle": "hasBundle"; "productCode": "productCode"; "productDetails": "productDetails"; "unitType": "unitType"; "accessoriesPrice": "accessoriesPrice"; "selectedColour": "selectedColour"; "cuttingValidation": "cuttingValidation"; "
|
|
91
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomProductQuantityFormComponent, "app-custom-product-quantity-form", never, { "hasBundle": "hasBundle"; "productCode": "productCode"; "productDetails": "productDetails"; "unitType": "unitType"; "accessoriesPrice": "accessoriesPrice"; "selectedColour": "selectedColour"; "cuttingValidation": "cuttingValidation"; "finishedAvailableColours": "finishedAvailableColours"; "isFinishedProduct": "isFinishedProduct"; "isFlashingProduct": "isFlashingProduct"; "listView": "listView"; }, { "updateCartEntires": "updateCartEntires"; }, never, never>;
|
|
93
92
|
}
|
|
@@ -12,7 +12,6 @@ export declare class SharedDownloadOrderComponent implements OnInit, OnDestroy {
|
|
|
12
12
|
showWaitCursor: BehaviorSubject<boolean>;
|
|
13
13
|
orderDetailsView: any;
|
|
14
14
|
cartDetailsView: any;
|
|
15
|
-
isOrder: any;
|
|
16
15
|
orderDetails: any;
|
|
17
16
|
cartDetails: any;
|
|
18
17
|
totalPrice: any;
|
|
@@ -25,6 +24,7 @@ export declare class SharedDownloadOrderComponent implements OnInit, OnDestroy {
|
|
|
25
24
|
page: number;
|
|
26
25
|
orderId: any;
|
|
27
26
|
downLoadPdf: any;
|
|
27
|
+
isOrder: any;
|
|
28
28
|
constructor(cmsService: CmsService, cd: ChangeDetectorRef, orderFacade: OrderFacade, cartService: CartService);
|
|
29
29
|
ngOnInit(): void;
|
|
30
30
|
ngOnDestroy(): void;
|