simpo-component-library 3.6.447 → 3.6.448
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/directive/image-directive.directive.mjs +2 -2
- package/esm2022/lib/directive/spacing-around.directive.mjs +3 -3
- package/esm2022/lib/directive/spacing-horizontal.directive.mjs +4 -4
- package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.component.mjs +3 -19
- package/esm2022/lib/ecommerce/sections/returns-calculator/returns-calculator.component.mjs +18 -227
- package/esm2022/lib/ecommerce/sections/scheme-details/scheme-details.component.mjs +14 -205
- package/esm2022/lib/ecommerce/sections/store-list/store-list.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/store-page/store-page.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +22 -179
- package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.component.mjs +31 -90
- package/esm2022/lib/elements/add-section/add-section.component.mjs +3 -13
- package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +3 -3
- package/esm2022/lib/elements/image-editor/image-editor.component.mjs +3 -3
- package/esm2022/lib/elements/navbar-button-element/navbar-button-element.component.mjs +3 -3
- package/esm2022/lib/sections/banner-section/banner-section.component.mjs +13 -3
- package/esm2022/lib/sections/banner-section/banner-section.model.mjs +1 -1
- package/esm2022/lib/sections/header-section/header-section.component.mjs +4 -16
- package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +3 -3
- package/esm2022/lib/sections/new-testimonials/new-testimonials.component.mjs +3 -3
- package/esm2022/lib/sections/service-section/service-section.component.mjs +3 -3
- package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +3 -3
- package/esm2022/lib/sections/text-section/text-section.component.mjs +3 -3
- package/esm2022/lib/services/rest.service.mjs +7 -80
- package/esm2022/lib/services/storage.service.mjs +1 -8
- package/esm2022/lib/styles/index.mjs +1 -2
- package/esm2022/lib/styles/style.model.mjs +1 -1
- package/esm2022/public-api.mjs +1 -3
- package/fesm2022/simpo-component-library.mjs +188 -1251
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +2 -3
- package/lib/ecommerce/sections/returns-calculator/returns-calculator.component.d.ts +3 -41
- package/lib/ecommerce/sections/scheme-details/scheme-details.component.d.ts +3 -38
- package/lib/ecommerce/sections/user-profile/user-profile.component.d.ts +2 -19
- package/lib/ecommerce/sections/verify-payment/verify-payment.component.d.ts +0 -4
- package/lib/elements/link-editor/link-editor.component.d.ts +1 -1
- package/lib/elements/pricing-s1/pricing-s1.component.d.ts +1 -1
- package/lib/sections/banner-carousel/banner-carousel.component.d.ts +2 -2
- package/lib/sections/banner-section/banner-section.component.d.ts +4 -1
- package/lib/sections/banner-section/banner-section.model.d.ts +2 -1
- package/lib/sections/carousel-banner/carousel-banner.component.d.ts +1 -1
- package/lib/sections/contact-us/contact-us.component.d.ts +1 -1
- package/lib/sections/faq-section/faq-section.component.d.ts +1 -1
- package/lib/sections/header-section/header-section.component.d.ts +0 -3
- 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/sections/pricing-section/pricing-section.component.d.ts +1 -1
- package/lib/services/rest.service.d.ts +2 -18
- package/lib/services/storage.service.d.ts +0 -2
- package/lib/styles/index.d.ts +1 -2
- package/lib/styles/style.model.d.ts +5 -0
- package/package.json +1 -1
- package/public-api.d.ts +0 -2
- package/simpo-component-library-3.6.448.tgz +0 -0
- package/esm2022/lib/ecommerce/sections/passbook-transactions/passbook-transactions.component.mjs +0 -37
- package/esm2022/lib/ecommerce/sections/schemes/schemes.component.mjs +0 -108
- package/esm2022/lib/ecommerce/sections/schemes/schemes.component.model.mjs +0 -2
- package/esm2022/lib/sections/scheme-detail/scheme-detail.component.mjs +0 -265
- package/esm2022/lib/sections/scheme-detail/scheme-detail.modal.mjs +0 -2
- package/lib/ecommerce/sections/passbook-transactions/passbook-transactions.component.d.ts +0 -14
- package/lib/ecommerce/sections/schemes/schemes.component.d.ts +0 -28
- package/lib/ecommerce/sections/schemes/schemes.component.model.d.ts +0 -21
- package/lib/sections/scheme-detail/scheme-detail.component.d.ts +0 -68
- package/lib/sections/scheme-detail/scheme-detail.modal.d.ts +0 -17
- package/simpo-component-library-3.6.447.tgz +0 -0
@@ -1,68 +0,0 @@
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
2
|
-
import { SchemeDetailModal } from './scheme-detail.modal';
|
3
|
-
import { LayOutModel } from '../../styles/style.model';
|
4
|
-
import { ActivatedRoute, Router } from '@angular/router';
|
5
|
-
import { RestService } from '../../services/rest.service';
|
6
|
-
import { StorageServiceService } from '../../services/storage.service';
|
7
|
-
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
8
|
-
import { EventsService } from '../../services/events.service';
|
9
|
-
import { MessageService } from 'primeng/api';
|
10
|
-
import * as i0 from "@angular/core";
|
11
|
-
export declare class SchemeDetailComponent {
|
12
|
-
private activeRoute;
|
13
|
-
private restService;
|
14
|
-
private storageService;
|
15
|
-
private matDialog;
|
16
|
-
private readonly router;
|
17
|
-
private readonly _eventService;
|
18
|
-
private readonly messageService;
|
19
|
-
data: SchemeDetailModal | null;
|
20
|
-
index?: number;
|
21
|
-
edit?: boolean;
|
22
|
-
showChargesTemplate: TemplateRef<HTMLDivElement>;
|
23
|
-
dialogRef: MatDialogRef<any>;
|
24
|
-
scrollToTermsAndCondition: boolean;
|
25
|
-
constructor(activeRoute: ActivatedRoute, restService: RestService, storageService: StorageServiceService, matDialog: MatDialog, router: Router, _eventService: EventsService, messageService: MessageService);
|
26
|
-
ngOnInit(): void;
|
27
|
-
getKeys(obj: any): string[];
|
28
|
-
Object: ObjectConstructor;
|
29
|
-
styles: any;
|
30
|
-
selectedStore: any;
|
31
|
-
selectedStaff: any;
|
32
|
-
stores: any[];
|
33
|
-
staffMembers: any[];
|
34
|
-
minAmount: number;
|
35
|
-
maxAmount: number;
|
36
|
-
monthlyAmount: number;
|
37
|
-
installmentOptions: any[];
|
38
|
-
schemeDetails: any;
|
39
|
-
maturityCount: number;
|
40
|
-
benefitAmount: number;
|
41
|
-
metalPrice: any;
|
42
|
-
purchasedGram: number;
|
43
|
-
currentGoldRate: number;
|
44
|
-
termsAndCondition: boolean;
|
45
|
-
get stylesLayout(): LayOutModel;
|
46
|
-
enrollButtonLoader: boolean;
|
47
|
-
getButtonData(index: number): import("../../styles/style.model").Button | undefined;
|
48
|
-
getButtonId(index: number): string;
|
49
|
-
getButtonStyle(index: number): import("../../styles/style.model").ButtonStyleModel | undefined;
|
50
|
-
get getInputText(): string;
|
51
|
-
screenWidth: number;
|
52
|
-
getScreenSize(event?: any): void;
|
53
|
-
getStaffList(): void;
|
54
|
-
onAmountChange(): void;
|
55
|
-
setMonthlyAmount(amount: any): void;
|
56
|
-
faqList: any[];
|
57
|
-
getSchemeDetails(schemeId: any): void;
|
58
|
-
enrollScheme(scheme: any): void;
|
59
|
-
closeDialog(action: 'SUCCESS' | 'FAIL'): void;
|
60
|
-
storeCharges: any;
|
61
|
-
continuePayment(payload: any): void;
|
62
|
-
openCashfreeSdk(sessionId: string): void;
|
63
|
-
getMetalPrice(): void;
|
64
|
-
get isMobile(): boolean;
|
65
|
-
scrollDown(): void;
|
66
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SchemeDetailComponent, never>;
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SchemeDetailComponent, "simpo-scheme-detail", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
|
68
|
-
}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import { BackgroundModel, InputTextModel, LayOutModel } from "../../styles/style.model";
|
2
|
-
import { ActionModel } from '../../styles/style.model';
|
3
|
-
export interface SchemeDetailModal {
|
4
|
-
id: string;
|
5
|
-
sectionType: string;
|
6
|
-
sectionName: string;
|
7
|
-
content: SchemeDetailContentModal;
|
8
|
-
styles: SchemeDetailStylesModal;
|
9
|
-
action: ActionModel;
|
10
|
-
}
|
11
|
-
export interface SchemeDetailStylesModal {
|
12
|
-
layout: LayOutModel;
|
13
|
-
background: BackgroundModel;
|
14
|
-
}
|
15
|
-
export interface SchemeDetailContentModal {
|
16
|
-
inputText: InputTextModel[];
|
17
|
-
}
|
Binary file
|