simpo-component-library 3.6.711 → 3.6.712
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/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +11 -208
- package/esm2022/lib/ecommerce/sections/categories-with-image-background-columns/categories-with-image-background-columns.component.mjs +36 -0
- package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +17 -16
- package/esm2022/lib/ecommerce/sections/featured-category/featured-category.modal.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +12 -7
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/order-details/order-details.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +22 -19
- package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/refer-earn/refer-earn.component.mjs +4 -13
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +3 -10
- package/esm2022/lib/elements/schedule-video-call/schedule-video-call.component.mjs +12 -3
- package/esm2022/lib/sections/footer/footer.component.mjs +7 -8
- package/esm2022/lib/sections/product-info-section/product-info-section.component.mjs +3 -3
- package/esm2022/lib/services/rest.service.mjs +1 -8
- package/fesm2022/simpo-component-library.mjs +233 -437
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/components/input-fields/input-fields.component.d.ts +1 -1
- package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +1 -1
- package/lib/ecommerce/sections/cart/cart.component.d.ts +0 -28
- package/lib/ecommerce/sections/{categories-with-image-backgound-columns/categories-with-image-backgound-columns.component.d.ts → categories-with-image-background-columns/categories-with-image-background-columns.component.d.ts} +3 -3
- package/lib/ecommerce/sections/featured-category/featured-category.component.d.ts +2 -2
- package/lib/ecommerce/sections/featured-category/featured-collection.component.d.ts +1 -1
- package/lib/ecommerce/sections/new-collection/new-collection.component.d.ts +1 -1
- package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +2 -4
- package/lib/ecommerce/sections/refer-earn/refer-earn.component.d.ts +2 -6
- package/lib/ecommerce/sections/schemes/schemes.component.d.ts +1 -1
- package/lib/ecommerce/sections/user-profile/user-profile.component.d.ts +0 -1
- package/lib/sections/banner-carousel/banner-carousel.component.d.ts +1 -1
- package/lib/sections/footer/footer.component.d.ts +1 -0
- package/lib/sections/image-grid-hotspot/image-grid-hotspot.component.d.ts +1 -1
- package/lib/sections/image-grid-section/image-grid-section.component.d.ts +1 -1
- package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
- package/lib/services/rest.service.d.ts +0 -2
- package/package.json +1 -1
- package/simpo-component-library-3.6.712.tgz +0 -0
- package/src/lib/styles/global-styles.css +22 -0
- package/esm2022/lib/ecommerce/sections/categories-with-image-backgound-columns/categories-with-image-backgound-columns.component.mjs +0 -36
- package/simpo-component-library-3.6.711.tgz +0 -0
|
@@ -13,7 +13,7 @@ export declare class InputFieldsComponent implements OnChanges {
|
|
|
13
13
|
constructor(elementRef: ElementRef);
|
|
14
14
|
ngOnChanges(changes: SimpleChanges): void;
|
|
15
15
|
handleMoneyInput(event: any): void;
|
|
16
|
-
get getTextColor(): "#
|
|
16
|
+
get getTextColor(): "#000" | "#FFF";
|
|
17
17
|
interpolateColor(color1: string, color2: string, factor: number): string;
|
|
18
18
|
padZero(str: string, length: number): string;
|
|
19
19
|
generateColorBasedOnNumber(number: number): string;
|
package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts
CHANGED
|
@@ -82,7 +82,7 @@ export declare class AuthenticationRequiredComponent extends BaseSection {
|
|
|
82
82
|
validateNumber(event: KeyboardEvent): void;
|
|
83
83
|
validateOTP(event: KeyboardEvent): void;
|
|
84
84
|
checkStrength(): void;
|
|
85
|
-
getStrengthColor(index: number): "
|
|
85
|
+
getStrengthColor(index: number): "tomato" | "#d3d3d3ba" | "orange" | "yellow" | "lightgreen";
|
|
86
86
|
emailDebounceTimer: any;
|
|
87
87
|
onEmailChange(): void;
|
|
88
88
|
emailCheck: boolean;
|
|
@@ -88,7 +88,6 @@ export declare class CartComponent extends BaseSection implements OnInit, OnDest
|
|
|
88
88
|
private moveItemToWishlist;
|
|
89
89
|
private removeItemFromCart;
|
|
90
90
|
addToCart(item: OrderedItems, quantity: number): void;
|
|
91
|
-
cartId: any;
|
|
92
91
|
proceedToPayment(): Promise<void>;
|
|
93
92
|
addressSelected(index: number): void;
|
|
94
93
|
isItemOutOfStock(product: OrderedItems): boolean;
|
|
@@ -97,20 +96,6 @@ export declare class CartComponent extends BaseSection implements OnInit, OnDest
|
|
|
97
96
|
closeWindow(): void;
|
|
98
97
|
couponDialogRef: MatDialogRef<unknown> | null;
|
|
99
98
|
openDialog(container: any): void;
|
|
100
|
-
listRedemptionCoupons: any;
|
|
101
|
-
appliedVoucher: any;
|
|
102
|
-
redemptionType: "COUPONS" | "VOUCHERS";
|
|
103
|
-
redemptionCouponType: "REWARDS" | "DISCOUNTS";
|
|
104
|
-
selectedVoucherId: any;
|
|
105
|
-
selectedVoucherAmount: any;
|
|
106
|
-
selectedVoucherCode: any;
|
|
107
|
-
listRedemptionVouchers: any;
|
|
108
|
-
selectedVoucherPercentage: any;
|
|
109
|
-
percentageReduced: any;
|
|
110
|
-
couponValueType: string;
|
|
111
|
-
addRedemptionCoupon(container: any): void;
|
|
112
|
-
applyRedemptionCoupon(voucher: any): void;
|
|
113
|
-
removeRedemptionCoupon(event?: Event): void;
|
|
114
99
|
searchIfApplicable(): void;
|
|
115
100
|
closeDialogRef(): void;
|
|
116
101
|
applyCoupon(coupon: Coupon): void;
|
|
@@ -139,19 +124,6 @@ export declare class CartComponent extends BaseSection implements OnInit, OnDest
|
|
|
139
124
|
getGradientDirection(direction: string | undefined): string;
|
|
140
125
|
increaseQty(item: any): void;
|
|
141
126
|
decreaseQty(item: any): void;
|
|
142
|
-
referEarnExist: boolean;
|
|
143
|
-
isPointsRedeeming: boolean;
|
|
144
|
-
redemptionPoints: any;
|
|
145
|
-
checkAppInstalled(): void;
|
|
146
|
-
totalSavingAmt: number;
|
|
147
|
-
totalSavingPoints: number;
|
|
148
|
-
pointsConverted: number;
|
|
149
|
-
usedPoints: any;
|
|
150
|
-
getRedeemPoints(): void;
|
|
151
|
-
onPointsRedeemingChange(event: Event): void;
|
|
152
|
-
get getRemainingPoints(): number;
|
|
153
|
-
get getRemainingRupees(): any;
|
|
154
|
-
paymentWithCompletePoints(): void;
|
|
155
127
|
static ɵfac: i0.ɵɵFactoryDeclaration<CartComponent, [null, null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }]>;
|
|
156
128
|
static ɵcmp: i0.ɵɵComponentDeclaration<CartComponent, "simpo-cart", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
|
157
129
|
}
|
|
@@ -2,7 +2,7 @@ import { Category } from '../../styles/category.modal';
|
|
|
2
2
|
import { FeaturedCategoryContentModal, FeaturedCategoryStylesModel } from '../featured-category/featured-category.modal';
|
|
3
3
|
import { Router } from '@angular/router';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class
|
|
5
|
+
export declare class CategoriesWithImageBackgroundColumnsComponent {
|
|
6
6
|
private readonly router;
|
|
7
7
|
responseData?: Category[];
|
|
8
8
|
styles?: FeaturedCategoryStylesModel;
|
|
@@ -12,6 +12,6 @@ export declare class CategoriesWithImageBackgoundColumnsComponent {
|
|
|
12
12
|
hover: boolean;
|
|
13
13
|
hoveredIndex: number | null;
|
|
14
14
|
redirectToListPage(category: any): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CategoriesWithImageBackgroundColumnsComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CategoriesWithImageBackgroundColumnsComponent, "simpo-categories-with-image-background-columns", never, { "responseData": { "alias": "responseData"; "required": false; }; "styles": { "alias": "styles"; "required": false; }; "content": { "alias": "content"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -24,7 +24,7 @@ export declare class FeaturedCategoryComponent extends BaseSection {
|
|
|
24
24
|
content?: FeaturedCategoryContentModal;
|
|
25
25
|
styles?: FeaturedCategoryStylesModel;
|
|
26
26
|
constructor(platformId: Object, router: Router, restService: RestService, _eventService: EventsService);
|
|
27
|
-
ngOnInit():
|
|
27
|
+
ngOnInit(): void;
|
|
28
28
|
allCategories: any[];
|
|
29
29
|
getAllCategories(): void;
|
|
30
30
|
allCategoriesSelected(): void;
|
|
@@ -36,7 +36,7 @@ export declare class FeaturedCategoryComponent extends BaseSection {
|
|
|
36
36
|
get getDirection(): "ROW" | "COLUMN" | undefined;
|
|
37
37
|
get stylesLayout(): LayOutModel;
|
|
38
38
|
get isMobile(): boolean;
|
|
39
|
-
getJustifyContent(): import("simpo-component-library").ALIGN | "
|
|
39
|
+
getJustifyContent(): "" | import("simpo-component-library").ALIGN | "flex-start";
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeaturedCategoryComponent, never>;
|
|
41
41
|
static ɵcmp: i0.ɵɵComponentDeclaration<FeaturedCategoryComponent, "simpo-featured-category", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
|
42
42
|
}
|
|
@@ -32,7 +32,7 @@ export declare class FeaturedCollectionComponent extends BaseSection {
|
|
|
32
32
|
get getDirection(): "ROW" | "COLUMN" | undefined;
|
|
33
33
|
get isMobile(): boolean;
|
|
34
34
|
editSection(): void;
|
|
35
|
-
getJustifyContent(): import("simpo-component-library").ALIGN | "
|
|
35
|
+
getJustifyContent(): "" | import("simpo-component-library").ALIGN | "flex-start";
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeaturedCollectionComponent, never>;
|
|
37
37
|
static ɵcmp: i0.ɵɵComponentDeclaration<FeaturedCollectionComponent, "simpo-featured-collection", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
|
38
38
|
}
|
|
@@ -33,7 +33,7 @@ export declare class NewCollectionComponent extends BaseSection {
|
|
|
33
33
|
get isMobile(): boolean;
|
|
34
34
|
editSection(): void;
|
|
35
35
|
getColor(color: any): "#000000" | "#ffffff";
|
|
36
|
-
getJustifyContent(): import("simpo-component-library").ALIGN | "
|
|
36
|
+
getJustifyContent(): "" | import("simpo-component-library").ALIGN | "flex-start";
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<NewCollectionComponent, never>;
|
|
38
38
|
static ɵcmp: i0.ɵɵComponentDeclaration<NewCollectionComponent, "simpo-new-collection", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
|
39
39
|
}
|
|
@@ -14,7 +14,6 @@ import { Meta, Title } from '@angular/platform-browser';
|
|
|
14
14
|
import { MatDialog } from '@angular/material/dialog';
|
|
15
15
|
import { MatBottomSheet } from '@angular/material/bottom-sheet';
|
|
16
16
|
import { CustomerReviewComponent } from '../../sections/customer-review/customer-review.component';
|
|
17
|
-
import { AnalyticsService } from '../../../services/analytics.service';
|
|
18
17
|
import * as i0 from "@angular/core";
|
|
19
18
|
export declare class ProductDescComponent extends BaseSection {
|
|
20
19
|
private platformId;
|
|
@@ -30,7 +29,6 @@ export declare class ProductDescComponent extends BaseSection {
|
|
|
30
29
|
private readonly bottomSheet;
|
|
31
30
|
private renderer;
|
|
32
31
|
private matDialog;
|
|
33
|
-
private analyticsService;
|
|
34
32
|
reviewComponent: CustomerReviewComponent;
|
|
35
33
|
aboveHeight: ElementRef<HTMLDivElement>;
|
|
36
34
|
container: ElementRef<HTMLDivElement>;
|
|
@@ -54,7 +52,7 @@ export declare class ProductDescComponent extends BaseSection {
|
|
|
54
52
|
showReview: boolean;
|
|
55
53
|
selectedReview: any;
|
|
56
54
|
currentImageIndex: number;
|
|
57
|
-
constructor(platformId: Object, _eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, restService: RestService, cartService: CartService, storageService: StorageServiceService, messageService: MessageService, metaTagService: Meta, titleService: Title, bottomSheet: MatBottomSheet, renderer: Renderer2, matDialog: MatDialog
|
|
55
|
+
constructor(platformId: Object, _eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, restService: RestService, cartService: CartService, storageService: StorageServiceService, messageService: MessageService, metaTagService: Meta, titleService: Title, bottomSheet: MatBottomSheet, renderer: Renderer2, matDialog: MatDialog);
|
|
58
56
|
buttonId?: string;
|
|
59
57
|
button?: ButtonModel;
|
|
60
58
|
styles?: ProductDescStylesModal;
|
|
@@ -121,7 +119,7 @@ export declare class ProductDescComponent extends BaseSection {
|
|
|
121
119
|
getTextColor(color: any): "#000000" | "#ffffff";
|
|
122
120
|
languages: string[];
|
|
123
121
|
selectedLang: string;
|
|
124
|
-
getClass(map: any): "col-
|
|
122
|
+
getClass(map: any): "col-6" | "col-4" | "col-3" | "width-max";
|
|
125
123
|
onFindInStore(id: string): void;
|
|
126
124
|
onBookAppointment(): void;
|
|
127
125
|
isDetails: boolean;
|
|
@@ -3,15 +3,11 @@ import { LayOutModel } from '../../../styles/style.model';
|
|
|
3
3
|
import { ProductDescStylesModal } from './refer-earn.modal';
|
|
4
4
|
import { StorageServiceService } from '../../../services/storage.service';
|
|
5
5
|
import { Router } from '@angular/router';
|
|
6
|
-
import BaseSection from '../../../sections/BaseSection';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ReferEarnComponent
|
|
7
|
+
export declare class ReferEarnComponent implements OnInit {
|
|
9
8
|
private readonly storageService;
|
|
10
9
|
private readonly router;
|
|
11
10
|
data?: any;
|
|
12
|
-
edit?: boolean;
|
|
13
|
-
delete?: boolean;
|
|
14
|
-
index?: number;
|
|
15
11
|
styles?: ProductDescStylesModal;
|
|
16
12
|
userDetail: any;
|
|
17
13
|
constructor(storageService: StorageServiceService, router: Router);
|
|
@@ -25,5 +21,5 @@ export declare class ReferEarnComponent extends BaseSection implements OnInit {
|
|
|
25
21
|
get getName(): any;
|
|
26
22
|
get getWebUrl(): string;
|
|
27
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReferEarnComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ReferEarnComponent, "simpo-refer-earn", never, { "data": { "alias": "data"; "required": false; };
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReferEarnComponent, "simpo-refer-earn", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
29
25
|
}
|
|
@@ -21,7 +21,7 @@ export declare class SchemesComponent extends BaseSection {
|
|
|
21
21
|
get stylesLayout(): LayOutModel;
|
|
22
22
|
get spacingLayout(): SpacingModel;
|
|
23
23
|
getParentClass(): "" | "overflow-scroll flex-nowrap";
|
|
24
|
-
getClass(index: number): "col-
|
|
24
|
+
getClass(index: number): "col-6" | "col-12" | "col-6 mb-2" | "col-12 mb-2";
|
|
25
25
|
showSchemeDetails(scheme: any): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<SchemesComponent, never>;
|
|
27
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<SchemesComponent, "simpo-schemes", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -52,7 +52,6 @@ export declare class UserProfileComponent extends BaseSection implements OnInit
|
|
|
52
52
|
getMyReferralsUrl: SafeResourceUrl;
|
|
53
53
|
getRewardsUrl: SafeResourceUrl;
|
|
54
54
|
ngOnInit(): void;
|
|
55
|
-
getTotalAmtPaid(order: any): any;
|
|
56
55
|
checkPassbookApp(): void;
|
|
57
56
|
closeDialog(): void;
|
|
58
57
|
storeCharges: any;
|
|
@@ -25,7 +25,7 @@ export declare class BannerCarouselComponent extends BaseSection implements OnIn
|
|
|
25
25
|
get stylesLayout(): LayOutModel;
|
|
26
26
|
get getBlurValue(): "NONE" | "LIGHT" | "MODERATE" | "STRONG" | "VERY_STRONG" | undefined;
|
|
27
27
|
get getBackgroundColor(): BackgroundModel;
|
|
28
|
-
get getBackgroundOpacity(): "
|
|
28
|
+
get getBackgroundOpacity(): "0" | "1" | "0.7" | "0.5" | "0.6" | "0.8";
|
|
29
29
|
opacityValue(value: OverlayValue): "1" | "0.7" | "0.5" | "0.6" | "0.8";
|
|
30
30
|
editSection(): void;
|
|
31
31
|
getScreenSize(): number;
|
|
@@ -39,6 +39,7 @@ export declare class FooterComponent extends BaseSection {
|
|
|
39
39
|
popularSearchedCategories: any[];
|
|
40
40
|
getPopularSearches(): void;
|
|
41
41
|
redirectToCollection(collectionName: string, categoryName: string): void;
|
|
42
|
+
redirectToCategory(categoryName: string): void;
|
|
42
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
|
|
43
44
|
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "simpo-footer", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
|
44
45
|
}
|
|
@@ -23,7 +23,7 @@ export declare class ImageGridHotspotComponent extends BaseSection {
|
|
|
23
23
|
get headingSpace(): SPACING;
|
|
24
24
|
editSection(): void;
|
|
25
25
|
getLength(): number;
|
|
26
|
-
getJustifyContent(): import("simpo-component-library").ALIGN | "
|
|
26
|
+
getJustifyContent(): "" | import("simpo-component-library").ALIGN | "flex-start";
|
|
27
27
|
private get scrollStep();
|
|
28
28
|
scrollRight(): void;
|
|
29
29
|
isOverflowing: boolean;
|
|
@@ -23,7 +23,7 @@ export declare class ImageGridSectionComponent extends BaseSection {
|
|
|
23
23
|
get headingSpace(): SPACING;
|
|
24
24
|
editSection(): void;
|
|
25
25
|
getLength(): number;
|
|
26
|
-
getJustifyContent(): import("simpo-component-library").ALIGN | "
|
|
26
|
+
getJustifyContent(): "" | import("simpo-component-library").ALIGN | "flex-start";
|
|
27
27
|
private get scrollStep();
|
|
28
28
|
scrollRight(): void;
|
|
29
29
|
isOverflowing: boolean;
|
|
@@ -23,7 +23,7 @@ export declare class PricingSectionComponent extends BaseSection {
|
|
|
23
23
|
getButtonId(): string;
|
|
24
24
|
editSection(): void;
|
|
25
25
|
redirectTo(data: any): void;
|
|
26
|
-
getClass(): "col-
|
|
26
|
+
getClass(): "col-6" | "col-4" | "col-3" | "col-12";
|
|
27
27
|
getAlignment(): "justify-content-start" | "justify-content-center" | "justify-content-end";
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<PricingSectionComponent, never>;
|
|
29
29
|
static ɵcmp: i0.ɵɵComponentDeclaration<PricingSectionComponent, "simpo-pricing-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -130,8 +130,6 @@ export declare class RestService implements OnDestroy {
|
|
|
130
130
|
requestRedeemption(passbookId: any): Observable<Object>;
|
|
131
131
|
PassbookAppStatus(bId: any): Observable<Object>;
|
|
132
132
|
checkAppInstalled(bId: any, appName: string): Observable<Object>;
|
|
133
|
-
getRedeemPoints(bId: any, userId: any, evetType: string, orderValue: any, rewardPoints: boolean): Observable<Object>;
|
|
134
|
-
paymentWithCompletePoints(cartId: any, data: any): Observable<Object>;
|
|
135
133
|
getAllPassbookDues(bId: any, userId: any): Observable<Object>;
|
|
136
134
|
getToken(): string;
|
|
137
135
|
getAllTransactions(payload: any): Observable<Object>;
|
package/package.json
CHANGED
|
Binary file
|
|
@@ -243,6 +243,28 @@
|
|
|
243
243
|
}
|
|
244
244
|
}
|
|
245
245
|
|
|
246
|
+
@media screen and (max-width:475px) {
|
|
247
|
+
.video-call-dialog {
|
|
248
|
+
width: 100% !important;
|
|
249
|
+
height: 100% !important;
|
|
250
|
+
|
|
251
|
+
.mat-mdc-dialog-surface {
|
|
252
|
+
border-radius: 0px !important;
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.swal2-popup {
|
|
258
|
+
position: relative;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.swal2-close {
|
|
262
|
+
position: absolute !important;
|
|
263
|
+
top: 10px !important;
|
|
264
|
+
right: 10px !important;
|
|
265
|
+
width: 15px !important;
|
|
266
|
+
}
|
|
267
|
+
|
|
246
268
|
.scroll-container-store {
|
|
247
269
|
.cdk-virtual-scroll-content-wrapper {
|
|
248
270
|
position: unset !important;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { CornerDirective } from '../../../directive/corner-directive';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@angular/router";
|
|
6
|
-
import * as i2 from "@angular/common";
|
|
7
|
-
export class CategoriesWithImageBackgoundColumnsComponent {
|
|
8
|
-
constructor(router) {
|
|
9
|
-
this.router = router;
|
|
10
|
-
this.hover = false;
|
|
11
|
-
this.hoveredIndex = null;
|
|
12
|
-
}
|
|
13
|
-
ngOnInit() {
|
|
14
|
-
// console.log(this.responseData);
|
|
15
|
-
}
|
|
16
|
-
redirectToListPage(category) {
|
|
17
|
-
category = category.categoryName?.replaceAll(" ", "_");
|
|
18
|
-
this.router.navigate(['/list'], { queryParams: { category: category, pageNo: 1 } });
|
|
19
|
-
}
|
|
20
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CategoriesWithImageBackgoundColumnsComponent, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
21
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: CategoriesWithImageBackgoundColumnsComponent, isStandalone: true, selector: "simpo-categories-with-image-backgound-columns", inputs: { responseData: "responseData", styles: "styles", content: "content" }, ngImport: i0, template: "<div class=\"grid pb-3 mt-3\">\r\n\r\n <!-- Card 1: Winter Luxe -->\r\n <ng-container *ngFor=\"let category of responseData; let i = index\">\r\n <div class=\"card card--1 border-0\" [simpoCorner]=\"styles?.corners\" (click)=\"redirectToListPage(category)\"\r\n (mouseenter)=\"hoveredIndex = i\" (mouseleave)=\"hoveredIndex = null\">\r\n\r\n <img class=\"card__img\"\r\n [src]=\"category.imgUrl[0] ?category.imgUrl[0] : 'https://d2z9497xp8xb12.cloudfront.net/prod-images/856980c17752829234967351_- No Photos.jpg'\"\r\n [alt]=\"category.categoryName\" />\r\n <div class=\"card__overlay\"></div>\r\n <div class=\"card__content\">\r\n <span class=\"card__label\"\r\n *ngIf=\"hoveredIndex !== i && content?.display?.showHeading\">{{category.categoryName}}</span>\r\n <div class=\"card__detail w-100 d-flex justify-content-start flex-column\" *ngIf=\"hoveredIndex === i\">\r\n <div class=\"card__title w-100 d-flex justify-content-start\">{{category.categoryName.length > 23 ?\r\n category.categoryName.slice(0, 23) + '...' : category.categoryName }}</div>\r\n <div class=\"card__desc w-100 d-flex justify-content-start\">{{category.description.length > 60 ?\r\n category.description.slice(0, 60) + '...' : category.description}}</div>\r\n <a href=\"#\" class=\"card__cta\">Shop Now <span class=\"arrow\">\u2192</span></a>\r\n </div>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <!-- <div class=\"card card--2\">\r\n <img class=\"card__img\" src=\"https://images.unsplash.com/photo-1529139574466-a303027c1d8b?w=700&q=80\"\r\n alt=\"Bold Statements\" />\r\n <div class=\"card__overlay\"></div>\r\n <div class=\"card__content\">\r\n <span class=\"card__label\">Bold Statements</span>\r\n <div class=\"card__detail\">\r\n <div class=\"card__title\">Bold Statements</div>\r\n <div class=\"card__desc\">Eye-catching pieces that demand attention</div>\r\n <a href=\"#\" class=\"card__cta\">Shop Now <span class=\"arrow\">\u2192</span></a>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"card card--3\">\r\n <img class=\"card__img\" src=\"https://images.unsplash.com/photo-1508214751196-bcfd4ca60f91?w=600&q=80\"\r\n alt=\"Alpine Layers\" />\r\n <div class=\"card__overlay\"></div>\r\n <div class=\"card__content\">\r\n <span class=\"card__label\">Alpine Layers</span>\r\n <div class=\"card__detail\">\r\n <div class=\"card__title\">Alpine Layers</div>\r\n <div class=\"card__desc\">Cozy textures for mountain escapes</div>\r\n <a href=\"#\" class=\"card__cta\">Shop Now <span class=\"arrow\">\u2192</span></a>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"card card--4\">\r\n <img class=\"card__img\" src=\"https://images.unsplash.com/photo-1515886657613-9f3515b0c78f?w=600&q=80\"\r\n alt=\"Resort Looks\" />\r\n <div class=\"card__overlay\"></div>\r\n <div class=\"card__content\">\r\n <span class=\"card__label\">Resort Looks</span>\r\n <div class=\"card__detail\">\r\n <div class=\"card__title\">Resort Looks</div>\r\n <div class=\"card__desc\">Effortless style under the sun</div>\r\n <a href=\"#\" class=\"card__cta\">Shop Now <span class=\"arrow\">\u2192</span></a>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"card card--5\">\r\n <img class=\"card__img\" src=\"https://images.unsplash.com/photo-1519085360753-af0119f7cbe7?w=600&q=80\"\r\n alt=\"Everyday Cool\" />\r\n <div class=\"card__overlay\"></div>\r\n <div class=\"card__content\">\r\n <span class=\"card__label\">Everyday Cool</span>\r\n <div class=\"card__detail\">\r\n <div class=\"card__title\">Everyday Cool</div>\r\n <div class=\"card__desc\">Street-ready looks for daily life</div>\r\n <a href=\"#\" class=\"card__cta\">Shop Now <span class=\"arrow\">\u2192</span></a>\r\n </div>\r\n </div>\r\n </div> -->\r\n\r\n</div>", styles: ["*{font-family:var(--website-font-family)}mat-icon{font-family:Material Icons!important}.grid{display:flex;gap:12px;align-items:stretch;max-width:1400px;width:100%;overflow-x:scroll}.card{position:relative;overflow:hidden;cursor:pointer;flex-shrink:0;width:180px;height:530px;transition:width .55s cubic-bezier(.4,0,.2,1),flex .55s cubic-bezier(.4,0,.2,1)}.card:hover{width:420px}.card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .65s cubic-bezier(.4,0,.2,1)}.card:hover .card__img{transform:scale(1.05)}.card__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000 30%,#000000b8);transition:background .4s ease}.card:hover .card__overlay{background:linear-gradient(to bottom,#00000014,#000000c7)}.card__content{position:absolute;bottom:0;left:0;right:0;padding:28px 22px;display:flex;flex-direction:column;gap:8px}.card__label{font-size:17px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;white-space:nowrap;writing-mode:vertical-rl;transform:rotate(180deg);align-self:flex-start;transition:opacity .35s ease,transform .45s cubic-bezier(.4,0,.2,1)}.card:hover .card__label{opacity:0;transform:rotate(180deg) translateY(10px)}.card__detail{opacity:0;transform:translateY(18px);transition:opacity .4s ease .15s,transform .45s cubic-bezier(.4,0,.2,1) .15s;pointer-events:none}.card:hover .card__detail{opacity:1;transform:translateY(0);pointer-events:auto}.card__title{font-size:26px;font-weight:700;color:#fff;line-height:1.2;white-space:nowrap}.card__desc{font-size:13.5px;font-weight:300;color:#ffffffc7;line-height:1.5;margin-top:4px;white-space:nowrap}.card__cta{display:inline-flex;align-items:center;gap:8px;margin-top:14px;font-size:13px;font-weight:500;letter-spacing:.04em;color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:2px;width:fit-content;transition:gap .25s ease,border-color .25s ease}.card__cta:hover{gap:14px;border-color:#fff}.card__cta .arrow{font-size:16px;transition:transform .25s ease}.card__cta:hover .arrow{transform:translate(4px)}.card--1 .card__img{filter:brightness(.95)}.card--2{width:320px}.card--2:hover{width:480px}.card--3 .card__img{filter:brightness(1.02)}@media (max-width: 900px){.grid{gap:8px}.card{width:140px;height:440px}.card:hover{width:320px}.card--2{width:240px}.card--2:hover{width:360px}.card__title{font-size:20px}}@media (max-width: 600px){.grid{flex-wrap:nowrap;overflow-x:auto;gap:8px}.card{width:110px;height:360px;flex-shrink:0}.card:hover{width:240px}.card--2{width:180px}.card--2:hover{width:280px}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: CornerDirective, selector: "[simpoCorner]", inputs: ["simpoCorner"] }] }); }
|
|
22
|
-
}
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CategoriesWithImageBackgoundColumnsComponent, decorators: [{
|
|
24
|
-
type: Component,
|
|
25
|
-
args: [{ selector: 'simpo-categories-with-image-backgound-columns', standalone: true, imports: [
|
|
26
|
-
CommonModule,
|
|
27
|
-
CornerDirective
|
|
28
|
-
], template: "<div class=\"grid pb-3 mt-3\">\r\n\r\n <!-- Card 1: Winter Luxe -->\r\n <ng-container *ngFor=\"let category of responseData; let i = index\">\r\n <div class=\"card card--1 border-0\" [simpoCorner]=\"styles?.corners\" (click)=\"redirectToListPage(category)\"\r\n (mouseenter)=\"hoveredIndex = i\" (mouseleave)=\"hoveredIndex = null\">\r\n\r\n <img class=\"card__img\"\r\n [src]=\"category.imgUrl[0] ?category.imgUrl[0] : 'https://d2z9497xp8xb12.cloudfront.net/prod-images/856980c17752829234967351_- No Photos.jpg'\"\r\n [alt]=\"category.categoryName\" />\r\n <div class=\"card__overlay\"></div>\r\n <div class=\"card__content\">\r\n <span class=\"card__label\"\r\n *ngIf=\"hoveredIndex !== i && content?.display?.showHeading\">{{category.categoryName}}</span>\r\n <div class=\"card__detail w-100 d-flex justify-content-start flex-column\" *ngIf=\"hoveredIndex === i\">\r\n <div class=\"card__title w-100 d-flex justify-content-start\">{{category.categoryName.length > 23 ?\r\n category.categoryName.slice(0, 23) + '...' : category.categoryName }}</div>\r\n <div class=\"card__desc w-100 d-flex justify-content-start\">{{category.description.length > 60 ?\r\n category.description.slice(0, 60) + '...' : category.description}}</div>\r\n <a href=\"#\" class=\"card__cta\">Shop Now <span class=\"arrow\">\u2192</span></a>\r\n </div>\r\n </div>\r\n </div>\r\n </ng-container>\r\n\r\n <!-- <div class=\"card card--2\">\r\n <img class=\"card__img\" src=\"https://images.unsplash.com/photo-1529139574466-a303027c1d8b?w=700&q=80\"\r\n alt=\"Bold Statements\" />\r\n <div class=\"card__overlay\"></div>\r\n <div class=\"card__content\">\r\n <span class=\"card__label\">Bold Statements</span>\r\n <div class=\"card__detail\">\r\n <div class=\"card__title\">Bold Statements</div>\r\n <div class=\"card__desc\">Eye-catching pieces that demand attention</div>\r\n <a href=\"#\" class=\"card__cta\">Shop Now <span class=\"arrow\">\u2192</span></a>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"card card--3\">\r\n <img class=\"card__img\" src=\"https://images.unsplash.com/photo-1508214751196-bcfd4ca60f91?w=600&q=80\"\r\n alt=\"Alpine Layers\" />\r\n <div class=\"card__overlay\"></div>\r\n <div class=\"card__content\">\r\n <span class=\"card__label\">Alpine Layers</span>\r\n <div class=\"card__detail\">\r\n <div class=\"card__title\">Alpine Layers</div>\r\n <div class=\"card__desc\">Cozy textures for mountain escapes</div>\r\n <a href=\"#\" class=\"card__cta\">Shop Now <span class=\"arrow\">\u2192</span></a>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"card card--4\">\r\n <img class=\"card__img\" src=\"https://images.unsplash.com/photo-1515886657613-9f3515b0c78f?w=600&q=80\"\r\n alt=\"Resort Looks\" />\r\n <div class=\"card__overlay\"></div>\r\n <div class=\"card__content\">\r\n <span class=\"card__label\">Resort Looks</span>\r\n <div class=\"card__detail\">\r\n <div class=\"card__title\">Resort Looks</div>\r\n <div class=\"card__desc\">Effortless style under the sun</div>\r\n <a href=\"#\" class=\"card__cta\">Shop Now <span class=\"arrow\">\u2192</span></a>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"card card--5\">\r\n <img class=\"card__img\" src=\"https://images.unsplash.com/photo-1519085360753-af0119f7cbe7?w=600&q=80\"\r\n alt=\"Everyday Cool\" />\r\n <div class=\"card__overlay\"></div>\r\n <div class=\"card__content\">\r\n <span class=\"card__label\">Everyday Cool</span>\r\n <div class=\"card__detail\">\r\n <div class=\"card__title\">Everyday Cool</div>\r\n <div class=\"card__desc\">Street-ready looks for daily life</div>\r\n <a href=\"#\" class=\"card__cta\">Shop Now <span class=\"arrow\">\u2192</span></a>\r\n </div>\r\n </div>\r\n </div> -->\r\n\r\n</div>", styles: ["*{font-family:var(--website-font-family)}mat-icon{font-family:Material Icons!important}.grid{display:flex;gap:12px;align-items:stretch;max-width:1400px;width:100%;overflow-x:scroll}.card{position:relative;overflow:hidden;cursor:pointer;flex-shrink:0;width:180px;height:530px;transition:width .55s cubic-bezier(.4,0,.2,1),flex .55s cubic-bezier(.4,0,.2,1)}.card:hover{width:420px}.card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .65s cubic-bezier(.4,0,.2,1)}.card:hover .card__img{transform:scale(1.05)}.card__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000 30%,#000000b8);transition:background .4s ease}.card:hover .card__overlay{background:linear-gradient(to bottom,#00000014,#000000c7)}.card__content{position:absolute;bottom:0;left:0;right:0;padding:28px 22px;display:flex;flex-direction:column;gap:8px}.card__label{font-size:17px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;white-space:nowrap;writing-mode:vertical-rl;transform:rotate(180deg);align-self:flex-start;transition:opacity .35s ease,transform .45s cubic-bezier(.4,0,.2,1)}.card:hover .card__label{opacity:0;transform:rotate(180deg) translateY(10px)}.card__detail{opacity:0;transform:translateY(18px);transition:opacity .4s ease .15s,transform .45s cubic-bezier(.4,0,.2,1) .15s;pointer-events:none}.card:hover .card__detail{opacity:1;transform:translateY(0);pointer-events:auto}.card__title{font-size:26px;font-weight:700;color:#fff;line-height:1.2;white-space:nowrap}.card__desc{font-size:13.5px;font-weight:300;color:#ffffffc7;line-height:1.5;margin-top:4px;white-space:nowrap}.card__cta{display:inline-flex;align-items:center;gap:8px;margin-top:14px;font-size:13px;font-weight:500;letter-spacing:.04em;color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:2px;width:fit-content;transition:gap .25s ease,border-color .25s ease}.card__cta:hover{gap:14px;border-color:#fff}.card__cta .arrow{font-size:16px;transition:transform .25s ease}.card__cta:hover .arrow{transform:translate(4px)}.card--1 .card__img{filter:brightness(.95)}.card--2{width:320px}.card--2:hover{width:480px}.card--3 .card__img{filter:brightness(1.02)}@media (max-width: 900px){.grid{gap:8px}.card{width:140px;height:440px}.card:hover{width:320px}.card--2{width:240px}.card--2:hover{width:360px}.card__title{font-size:20px}}@media (max-width: 600px){.grid{flex-wrap:nowrap;overflow-x:auto;gap:8px}.card{width:110px;height:360px;flex-shrink:0}.card:hover{width:240px}.card--2{width:180px}.card--2:hover{width:280px}}\n"] }]
|
|
29
|
-
}], ctorParameters: () => [{ type: i1.Router }], propDecorators: { responseData: [{
|
|
30
|
-
type: Input
|
|
31
|
-
}], styles: [{
|
|
32
|
-
type: Input
|
|
33
|
-
}], content: [{
|
|
34
|
-
type: Input
|
|
35
|
-
}] } });
|
|
36
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2F0ZWdvcmllcy13aXRoLWltYWdlLWJhY2tnb3VuZC1jb2x1bW5zLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NpbXBvLXVpL3NyYy9saWIvZWNvbW1lcmNlL3NlY3Rpb25zL2NhdGVnb3JpZXMtd2l0aC1pbWFnZS1iYWNrZ291bmQtY29sdW1ucy9jYXRlZ29yaWVzLXdpdGgtaW1hZ2UtYmFja2dvdW5kLWNvbHVtbnMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc2ltcG8tdWkvc3JjL2xpYi9lY29tbWVyY2Uvc2VjdGlvbnMvY2F0ZWdvcmllcy13aXRoLWltYWdlLWJhY2tnb3VuZC1jb2x1bW5zL2NhdGVnb3JpZXMtd2l0aC1pbWFnZS1iYWNrZ291bmQtY29sdW1ucy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVqRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFFL0MsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFDQUFxQyxDQUFDOzs7O0FBWXRFLE1BQU0sT0FBTyw0Q0FBNEM7SUFJdkQsWUFDbUIsTUFBYztRQUFkLFdBQU0sR0FBTixNQUFNLENBQVE7UUFNakMsVUFBSyxHQUFZLEtBQUssQ0FBQztRQUN2QixpQkFBWSxHQUFrQixJQUFJLENBQUM7SUFMbkMsQ0FBQztJQUNELFFBQVE7UUFDTixrQ0FBa0M7SUFDcEMsQ0FBQztJQUdELGtCQUFrQixDQUFDLFFBQWE7UUFDOUIsUUFBUSxHQUFHLFFBQVEsQ0FBQyxZQUFZLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxHQUFHLENBQUMsQ0FBQztRQUN2RCxJQUFJLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxFQUFFLEVBQUUsV0FBVyxFQUFFLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRSxNQUFNLEVBQUUsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDO0lBQ3RGLENBQUM7K0dBaEJVLDRDQUE0QzttR0FBNUMsNENBQTRDLHlMQ2hCekQsMjNJQWlGTSx3bkZEdkVGLFlBQVksZ1FBQ1osZUFBZTs7NEZBS04sNENBQTRDO2tCQVZ4RCxTQUFTOytCQUNFLCtDQUErQyxjQUM3QyxJQUFJLFdBQ1A7d0JBQ1AsWUFBWTt3QkFDWixlQUFlO3FCQUNoQjsyRUFLUSxZQUFZO3NCQUFwQixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENhdGVnb3J5IH0gZnJvbSAnLi4vLi4vc3R5bGVzL2NhdGVnb3J5Lm1vZGFsJztcclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgRmVhdHVyZWRDYXRlZ29yeUNvbnRlbnRNb2RhbCwgRmVhdHVyZWRDYXRlZ29yeVN0eWxlc01vZGVsIH0gZnJvbSAnLi4vZmVhdHVyZWQtY2F0ZWdvcnkvZmVhdHVyZWQtY2F0ZWdvcnkubW9kYWwnO1xyXG5pbXBvcnQgeyBDb3JuZXJEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi8uLi9kaXJlY3RpdmUvY29ybmVyLWRpcmVjdGl2ZSc7XHJcbmltcG9ydCB7IFJvdXRlciB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnc2ltcG8tY2F0ZWdvcmllcy13aXRoLWltYWdlLWJhY2tnb3VuZC1jb2x1bW5zJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtcclxuICAgIENvbW1vbk1vZHVsZSxcclxuICAgIENvcm5lckRpcmVjdGl2ZVxyXG4gIF0sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2NhdGVnb3JpZXMtd2l0aC1pbWFnZS1iYWNrZ291bmQtY29sdW1ucy5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2NhdGVnb3JpZXMtd2l0aC1pbWFnZS1iYWNrZ291bmQtY29sdW1ucy5jb21wb25lbnQuY3NzJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgQ2F0ZWdvcmllc1dpdGhJbWFnZUJhY2tnb3VuZENvbHVtbnNDb21wb25lbnQge1xyXG4gIEBJbnB1dCgpIHJlc3BvbnNlRGF0YT86IENhdGVnb3J5W107XHJcbiAgQElucHV0KCkgc3R5bGVzPzogRmVhdHVyZWRDYXRlZ29yeVN0eWxlc01vZGVsO1xyXG4gIEBJbnB1dCgpIGNvbnRlbnQ/OiBGZWF0dXJlZENhdGVnb3J5Q29udGVudE1vZGFsO1xyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHJpdmF0ZSByZWFkb25seSByb3V0ZXI6IFJvdXRlcixcclxuICApIHtcclxuICB9XHJcbiAgbmdPbkluaXQoKSB7XHJcbiAgICAvLyBjb25zb2xlLmxvZyh0aGlzLnJlc3BvbnNlRGF0YSk7XHJcbiAgfVxyXG4gIGhvdmVyOiBib29sZWFuID0gZmFsc2U7XHJcbiAgaG92ZXJlZEluZGV4OiBudW1iZXIgfCBudWxsID0gbnVsbDtcclxuICByZWRpcmVjdFRvTGlzdFBhZ2UoY2F0ZWdvcnk6IGFueSkge1xyXG4gICAgY2F0ZWdvcnkgPSBjYXRlZ29yeS5jYXRlZ29yeU5hbWU/LnJlcGxhY2VBbGwoXCIgXCIsIFwiX1wiKTtcclxuICAgIHRoaXMucm91dGVyLm5hdmlnYXRlKFsnL2xpc3QnXSwgeyBxdWVyeVBhcmFtczogeyBjYXRlZ29yeTogY2F0ZWdvcnksIHBhZ2VObzogMSB9IH0pO1xyXG4gIH1cclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwiZ3JpZCBwYi0zIG10LTNcIj5cclxuXHJcbiAgICA8IS0tIENhcmQgMTogV2ludGVyIEx1eGUgLS0+XHJcbiAgICA8bmctY29udGFpbmVyICpuZ0Zvcj1cImxldCBjYXRlZ29yeSBvZiByZXNwb25zZURhdGE7IGxldCBpID0gaW5kZXhcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY2FyZCBjYXJkLS0xIGJvcmRlci0wXCIgW3NpbXBvQ29ybmVyXT1cInN0eWxlcz8uY29ybmVyc1wiIChjbGljayk9XCJyZWRpcmVjdFRvTGlzdFBhZ2UoY2F0ZWdvcnkpXCJcclxuICAgICAgICAgICAgKG1vdXNlZW50ZXIpPVwiaG92ZXJlZEluZGV4ID0gaVwiIChtb3VzZWxlYXZlKT1cImhvdmVyZWRJbmRleCA9IG51bGxcIj5cclxuXHJcbiAgICAgICAgICAgIDxpbWcgY2xhc3M9XCJjYXJkX19pbWdcIlxyXG4gICAgICAgICAgICAgICAgW3NyY109XCJjYXRlZ29yeS5pbWdVcmxbMF0gP2NhdGVnb3J5LmltZ1VybFswXSA6ICdodHRwczovL2Qyejk0OTd4cDh4YjEyLmNsb3VkZnJvbnQubmV0L3Byb2QtaW1hZ2VzLzg1Njk4MGMxNzc1MjgyOTIzNDk2NzM1MV8tIE5vIFBob3Rvcy5qcGcnXCJcclxuICAgICAgICAgICAgICAgIFthbHRdPVwiY2F0ZWdvcnkuY2F0ZWdvcnlOYW1lXCIgLz5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNhcmRfX292ZXJsYXlcIj48L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNhcmRfX2NvbnRlbnRcIj5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY2FyZF9fbGFiZWxcIlxyXG4gICAgICAgICAgICAgICAgICAgICpuZ0lmPVwiaG92ZXJlZEluZGV4ICE9PSBpICYmIGNvbnRlbnQ/LmRpc3BsYXk/LnNob3dIZWFkaW5nXCI+e3tjYXRlZ29yeS5jYXRlZ29yeU5hbWV9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjYXJkX19kZXRhaWwgdy0xMDAgZC1mbGV4IGp1c3RpZnktY29udGVudC1zdGFydCBmbGV4LWNvbHVtblwiICpuZ0lmPVwiaG92ZXJlZEluZGV4ID09PSBpXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNhcmRfX3RpdGxlIHctMTAwIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtc3RhcnRcIj57e2NhdGVnb3J5LmNhdGVnb3J5TmFtZS5sZW5ndGggPiAyMyA/XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGNhdGVnb3J5LmNhdGVnb3J5TmFtZS5zbGljZSgwLCAyMykgKyAnLi4uJyA6IGNhdGVnb3J5LmNhdGVnb3J5TmFtZSB9fTwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjYXJkX19kZXNjIHctMTAwIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtc3RhcnRcIj57e2NhdGVnb3J5LmRlc2NyaXB0aW9uLmxlbmd0aCA+IDYwID9cclxuICAgICAgICAgICAgICAgICAgICAgICAgY2F0ZWdvcnkuZGVzY3JpcHRpb24uc2xpY2UoMCwgNjApICsgJy4uLicgOiBjYXRlZ29yeS5kZXNjcmlwdGlvbn19PC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIiNcIiBjbGFzcz1cImNhcmRfX2N0YVwiPlNob3AgTm93IDxzcGFuIGNsYXNzPVwiYXJyb3dcIj7ihpI8L3NwYW4+PC9hPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9uZy1jb250YWluZXI+XHJcblxyXG4gICAgPCEtLSA8ZGl2IGNsYXNzPVwiY2FyZCBjYXJkLS0yXCI+XHJcbiAgICAgICAgPGltZyBjbGFzcz1cImNhcmRfX2ltZ1wiIHNyYz1cImh0dHBzOi8vaW1hZ2VzLnVuc3BsYXNoLmNvbS9waG90by0xNTI5MTM5NTc0NDY2LWEzMDMwMjdjMWQ4Yj93PTcwMCZxPTgwXCJcclxuICAgICAgICAgICAgYWx0PVwiQm9sZCBTdGF0ZW1lbnRzXCIgLz5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY2FyZF9fb3ZlcmxheVwiPjwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjYXJkX19jb250ZW50XCI+XHJcbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY2FyZF9fbGFiZWxcIj5Cb2xkIFN0YXRlbWVudHM8L3NwYW4+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjYXJkX19kZXRhaWxcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjYXJkX190aXRsZVwiPkJvbGQgU3RhdGVtZW50czwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNhcmRfX2Rlc2NcIj5FeWUtY2F0Y2hpbmcgcGllY2VzIHRoYXQgZGVtYW5kIGF0dGVudGlvbjwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGEgaHJlZj1cIiNcIiBjbGFzcz1cImNhcmRfX2N0YVwiPlNob3AgTm93IDxzcGFuIGNsYXNzPVwiYXJyb3dcIj7ihpI8L3NwYW4+PC9hPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG5cclxuICAgIDxkaXYgY2xhc3M9XCJjYXJkIGNhcmQtLTNcIj5cclxuICAgICAgICA8aW1nIGNsYXNzPVwiY2FyZF9faW1nXCIgc3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE1MDgyMTQ3NTExOTYtYmNmZDRjYTYwZjkxP3c9NjAwJnE9ODBcIlxyXG4gICAgICAgICAgICBhbHQ9XCJBbHBpbmUgTGF5ZXJzXCIgLz5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY2FyZF9fb3ZlcmxheVwiPjwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjYXJkX19jb250ZW50XCI+XHJcbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY2FyZF9fbGFiZWxcIj5BbHBpbmUgTGF5ZXJzPC9zcGFuPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2FyZF9fZGV0YWlsXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2FyZF9fdGl0bGVcIj5BbHBpbmUgTGF5ZXJzPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2FyZF9fZGVzY1wiPkNvenkgdGV4dHVyZXMgZm9yIG1vdW50YWluIGVzY2FwZXM8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIjXCIgY2xhc3M9XCJjYXJkX19jdGFcIj5TaG9wIE5vdyA8c3BhbiBjbGFzcz1cImFycm93XCI+4oaSPC9zcGFuPjwvYT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuXHJcbiAgICA8ZGl2IGNsYXNzPVwiY2FyZCBjYXJkLS00XCI+XHJcbiAgICAgICAgPGltZyBjbGFzcz1cImNhcmRfX2ltZ1wiIHNyYz1cImh0dHBzOi8vaW1hZ2VzLnVuc3BsYXNoLmNvbS9waG90by0xNTE1ODg2NjU3NjEzLTlmMzUxNWIwYzc4Zj93PTYwMCZxPTgwXCJcclxuICAgICAgICAgICAgYWx0PVwiUmVzb3J0IExvb2tzXCIgLz5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY2FyZF9fb3ZlcmxheVwiPjwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjYXJkX19jb250ZW50XCI+XHJcbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY2FyZF9fbGFiZWxcIj5SZXNvcnQgTG9va3M8L3NwYW4+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjYXJkX19kZXRhaWxcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjYXJkX190aXRsZVwiPlJlc29ydCBMb29rczwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNhcmRfX2Rlc2NcIj5FZmZvcnRsZXNzIHN0eWxlIHVuZGVyIHRoZSBzdW48L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIjXCIgY2xhc3M9XCJjYXJkX19jdGFcIj5TaG9wIE5vdyA8c3BhbiBjbGFzcz1cImFycm93XCI+4oaSPC9zcGFuPjwvYT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuXHJcbiAgICA8ZGl2IGNsYXNzPVwiY2FyZCBjYXJkLS01XCI+XHJcbiAgICAgICAgPGltZyBjbGFzcz1cImNhcmRfX2ltZ1wiIHNyYz1cImh0dHBzOi8vaW1hZ2VzLnVuc3BsYXNoLmNvbS9waG90by0xNTE5MDg1MzYwNzUzLWFmMDExOWY3Y2JlNz93PTYwMCZxPTgwXCJcclxuICAgICAgICAgICAgYWx0PVwiRXZlcnlkYXkgQ29vbFwiIC8+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNhcmRfX292ZXJsYXlcIj48L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY2FyZF9fY29udGVudFwiPlxyXG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cImNhcmRfX2xhYmVsXCI+RXZlcnlkYXkgQ29vbDwvc3Bhbj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNhcmRfX2RldGFpbFwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNhcmRfX3RpdGxlXCI+RXZlcnlkYXkgQ29vbDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNhcmRfX2Rlc2NcIj5TdHJlZXQtcmVhZHkgbG9va3MgZm9yIGRhaWx5IGxpZmU8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIjXCIgY2xhc3M9XCJjYXJkX19jdGFcIj5TaG9wIE5vdyA8c3BhbiBjbGFzcz1cImFycm93XCI+4oaSPC9zcGFuPjwvYT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj4gLS0+XHJcblxyXG48L2Rpdj4iXX0=
|
|
Binary file
|