simpo-component-library 3.6.262 → 3.6.264
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/passbook-transactions/passbook-transactions.component.mjs +11 -0
- package/esm2022/lib/ecommerce/sections/returns-calculator/returns-calculator.component.mjs +7 -5
- package/esm2022/lib/ecommerce/sections/scheme-details/scheme-details.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +95 -7
- package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.component.mjs +2 -2
- package/esm2022/lib/services/rest.service.mjs +20 -10
- package/fesm2022/simpo-component-library.mjs +468 -360
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/passbook-transactions/passbook-transactions.component.d.ts +5 -0
- package/lib/ecommerce/sections/user-profile/user-profile.component.d.ts +9 -1
- package/lib/sections/banner-carousel/banner-carousel.component.d.ts +2 -2
- package/lib/sections/carousel-banner/carousel-banner.component.d.ts +1 -1
- package/lib/sections/image-section/image-section.component.d.ts +2 -2
- package/lib/sections/logo-showcase/logo-showcase.component.d.ts +1 -1
- package/lib/sections/new-testimonials/new-testimonials.component.d.ts +1 -1
- package/lib/services/rest.service.d.ts +5 -3
- package/package.json +1 -1
- package/simpo-component-library-3.6.264.tgz +0 -0
- package/simpo-component-library-3.6.262.tgz +0 -0
@@ -0,0 +1,5 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
export declare class PassbookTransactionsComponent {
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PassbookTransactionsComponent, never>;
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PassbookTransactionsComponent, "simpo-passbook-transactions", never, {}, {}, never, never, true, never>;
|
5
|
+
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { OnInit } from '@angular/core';
|
1
|
+
import { OnInit, TemplateRef } from '@angular/core';
|
2
2
|
import BaseSection from '../../../sections/BaseSection';
|
3
3
|
import { EventsService } from '.././../../services/events.service';
|
4
4
|
import { ProfileContentModal, ProfileStylesModal, Tabs, UserProfileModal } from './user-profile.modal';
|
@@ -26,6 +26,7 @@ export declare class UserProfileComponent extends BaseSection implements OnInit
|
|
26
26
|
private readonly messageService;
|
27
27
|
private route;
|
28
28
|
constructor(router: Router, _eventService: EventsService, restService: RestService, storageService: StorageServiceService, cartService: CartService, matDialog: MatDialog, matBottomSheet: MatBottomSheet, cookieService: CookieService, messageService: MessageService, route: ActivatedRoute);
|
29
|
+
showChargesTemplate: TemplateRef<HTMLDivElement>;
|
29
30
|
data?: UserProfileModal;
|
30
31
|
index?: number;
|
31
32
|
edit?: boolean;
|
@@ -47,6 +48,13 @@ export declare class UserProfileComponent extends BaseSection implements OnInit
|
|
47
48
|
storeId: any;
|
48
49
|
ngOnInit(): void;
|
49
50
|
checkPassbookApp(): void;
|
51
|
+
closeDialog(): void;
|
52
|
+
storeCharges: any;
|
53
|
+
payDue(payment: any): void;
|
54
|
+
continuePayment(payload: any): void;
|
55
|
+
openCashfreeSdk(sessionId: string): void;
|
56
|
+
overAllDues: any[];
|
57
|
+
getAllPassbookDues(): void;
|
50
58
|
getAllStores(): void;
|
51
59
|
ecomConfigs: any;
|
52
60
|
getEcommerceConfigs(): void;
|
@@ -25,8 +25,8 @@ 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(): "0" | "0.
|
29
|
-
opacityValue(value: OverlayValue): "0" | "0.
|
28
|
+
get getBackgroundOpacity(): "0" | "0.2" | "0.3" | "0.5" | "0.7";
|
29
|
+
opacityValue(value: OverlayValue): "0" | "0.2" | "0.3" | "0.5" | "0.7";
|
30
30
|
editSection(): void;
|
31
31
|
getScreenSize(): number;
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<BannerCarouselComponent, never>;
|
@@ -25,7 +25,7 @@ export declare class CarouselBannerComponent extends BaseSection implements OnIn
|
|
25
25
|
get canMergeNavbar(): boolean | undefined;
|
26
26
|
get isBorderlessImage(): boolean | undefined;
|
27
27
|
get getPositionLayout(): PositionLayoutModal;
|
28
|
-
opacityValue(value: OverlayValue): "0" | "0.
|
28
|
+
opacityValue(value: OverlayValue): "0" | "0.2" | "0.3" | "0.5" | "0.7";
|
29
29
|
editSection(): void;
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselBannerComponent, never>;
|
31
31
|
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselBannerComponent, "simpo-carousel-banner", never, { "data": { "alias": "data"; "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>;
|
@@ -20,9 +20,9 @@ export declare class ImageSectionComponent extends BaseSection {
|
|
20
20
|
constructor(_eventService: EventsService);
|
21
21
|
ngOnInit(): void;
|
22
22
|
get canMergeNavbar(): boolean | undefined;
|
23
|
-
get getBackgroundOpacity(): "
|
23
|
+
get getBackgroundOpacity(): "0.2" | "0.3" | "0.5" | "0.7" | "1";
|
24
24
|
get stylesLayout(): LayOutModel;
|
25
|
-
opacityValue(value: OverlayValue): "
|
25
|
+
opacityValue(value: OverlayValue): "0.2" | "0.3" | "0.5" | "0.7" | "1";
|
26
26
|
editSection(): void;
|
27
27
|
redirectTo(): void;
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageSectionComponent, never>;
|
@@ -24,7 +24,7 @@ export declare class LogoShowcaseComponent extends BaseSection implements OnInit
|
|
24
24
|
ngOnInit(): void;
|
25
25
|
get stylesLayout(): LayOutModel;
|
26
26
|
get animationDuration(): logoSpeed;
|
27
|
-
get animationDirection():
|
27
|
+
get animationDirection(): "reverse" | "normal" | logoDirection.Left;
|
28
28
|
get isMobile(): boolean;
|
29
29
|
get getPositionLayout(): PositionLayoutModal;
|
30
30
|
screenWidth: number;
|
@@ -21,7 +21,7 @@ export declare class NewTestimonialsComponent extends BaseSection {
|
|
21
21
|
idx: number;
|
22
22
|
getImageData(): import("../../styles/style.model").Image | undefined;
|
23
23
|
getImageUrl(): string | undefined;
|
24
|
-
getImageType(): "
|
24
|
+
getImageType(): "Video" | "Image";
|
25
25
|
editSection(): void;
|
26
26
|
stopPropagation(event: any): void;
|
27
27
|
screenWidth: any;
|
@@ -4,19 +4,19 @@ import { Observable } from "rxjs";
|
|
4
4
|
import { Review } from "../ecommerce/styles/review.modal";
|
5
5
|
import { DeviceInfo } from "../ecommerce/styles/user.modal";
|
6
6
|
import { checkItemAlreadyAdded, syncItemToServerDBRequest } from "../ecommerce/styles/product.modal";
|
7
|
-
import {
|
7
|
+
import { CookieService } from "ngx-cookie-service";
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
export declare class RestService implements OnDestroy {
|
10
10
|
private readonly http;
|
11
11
|
private BASE_URL;
|
12
12
|
private ECOMMERCE_URL;
|
13
13
|
private CMIS_URL;
|
14
|
-
private
|
14
|
+
private readonly cookieService;
|
15
15
|
private environmentTypeSubscriber;
|
16
16
|
businessDetails: any;
|
17
17
|
subIndustryName: any;
|
18
18
|
isJewellery: boolean;
|
19
|
-
constructor(http: HttpClient, BASE_URL: string, ECOMMERCE_URL: string, CMIS_URL: string,
|
19
|
+
constructor(http: HttpClient, BASE_URL: string, ECOMMERCE_URL: string, CMIS_URL: string, cookieService: CookieService);
|
20
20
|
orraBaseUrl: string;
|
21
21
|
passBookUrl: string;
|
22
22
|
getBusinessDetails(): void;
|
@@ -115,6 +115,8 @@ export declare class RestService implements OnDestroy {
|
|
115
115
|
getAllStaffList(): Observable<Object>;
|
116
116
|
requestRedeemption(passbookId: any): Observable<Object>;
|
117
117
|
PassbookAppStatus(bId: any): Observable<Object>;
|
118
|
+
getAllPassbookDues(bId: any, userId: any): Observable<Object>;
|
119
|
+
getToken(): void;
|
118
120
|
static ɵfac: i0.ɵɵFactoryDeclaration<RestService, never>;
|
119
121
|
static ɵprov: i0.ɵɵInjectableDeclaration<RestService>;
|
120
122
|
}
|
package/package.json
CHANGED
Binary file
|
Binary file
|