simpo-component-library 3.6.258 → 3.6.260
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/returns-calculator/returns-calculator.component.mjs +14 -6
- package/esm2022/lib/ecommerce/sections/scheme-details/scheme-details.component.mjs +5 -4
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +12 -8
- package/esm2022/lib/sections/header-section/header-section.component.mjs +6 -3
- package/esm2022/lib/services/rest.service.mjs +5 -2
- package/fesm2022/simpo-component-library.mjs +36 -18
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +1 -1
- package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +1 -1
- package/lib/ecommerce/sections/returns-calculator/returns-calculator.component.d.ts +1 -0
- package/lib/ecommerce/sections/scheme-details/scheme-details.component.d.ts +1 -1
- package/lib/ecommerce/sections/user-profile/user-profile.component.d.ts +1 -0
- 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/header-section/header-section.component.d.ts +1 -0
- package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
- package/lib/services/rest.service.d.ts +1 -0
- package/package.json +1 -1
- package/simpo-component-library-3.6.260.tgz +0 -0
- package/simpo-component-library-3.6.258.tgz +0 -0
package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts
CHANGED
@@ -63,7 +63,7 @@ export declare class AuthenticationRequiredComponent extends BaseSection {
|
|
63
63
|
validateNumber(event: KeyboardEvent): void;
|
64
64
|
validateOTP(event: KeyboardEvent): void;
|
65
65
|
checkStrength(): void;
|
66
|
-
getStrengthColor(index: number): "
|
66
|
+
getStrengthColor(index: number): "tomato" | "#d3d3d3ba" | "orange" | "yellow" | "lightgreen";
|
67
67
|
emailDebounceTimer: any;
|
68
68
|
onEmailChange(): void;
|
69
69
|
emailCheck: boolean;
|
@@ -112,7 +112,7 @@ export declare class ProductDescComponent extends BaseSection {
|
|
112
112
|
getTextColor(color: any): "#000000" | "#ffffff";
|
113
113
|
languages: string[];
|
114
114
|
selectedLang: string;
|
115
|
-
getClass(map: any): "col-
|
115
|
+
getClass(map: any): "col-6" | "col-4" | "col-3" | "width-max";
|
116
116
|
onFindInStore(id: string): void;
|
117
117
|
onBookAppointment(): void;
|
118
118
|
isDetails: boolean;
|
@@ -48,6 +48,7 @@ export declare class ReturnsCalculatorComponent extends BaseSection {
|
|
48
48
|
redirectTo(scheme: any): void;
|
49
49
|
closeDialog(): void;
|
50
50
|
storeCharges: any;
|
51
|
+
enrollButtonLoader: boolean;
|
51
52
|
enrollScheme(scheme: any): void;
|
52
53
|
continuePayment(payload: any): void;
|
53
54
|
allSchemes: any[];
|
@@ -27,7 +27,7 @@ export declare class SchemeDetailsComponent implements OnInit {
|
|
27
27
|
openCashfreeSdk(sessionId: string): void;
|
28
28
|
showBenefitSlab(): void;
|
29
29
|
confirmRequest(): void;
|
30
|
-
slabDetails: any;
|
30
|
+
slabDetails: any[];
|
31
31
|
getvalidSlabList(): void;
|
32
32
|
goBack(): void;
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<SchemeDetailsComponent, never>;
|
@@ -29,7 +29,7 @@ export declare class LinkEditorComponent {
|
|
29
29
|
changeButtonStyle(): void;
|
30
30
|
getContrastTextColor(backgroundHex: any): void;
|
31
31
|
backgroundType: string[];
|
32
|
-
setBorderRadius(): "0px" | "
|
32
|
+
setBorderRadius(): "0px" | "7px" | "99px";
|
33
33
|
setBorder(): string;
|
34
34
|
setColor(): any;
|
35
35
|
setBackground(): any;
|
@@ -15,7 +15,7 @@ export declare class PricingS1Component extends BaseSection {
|
|
15
15
|
editSection(): void;
|
16
16
|
getButtonId(): string;
|
17
17
|
redirectTo(): void;
|
18
|
-
getClass(): "col-4" | "col-
|
18
|
+
getClass(): "col-4" | "col-3" | "col-12" | "col-5";
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<PricingS1Component, never>;
|
20
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<PricingS1Component, "simpo-pricing-s1", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
|
21
21
|
}
|
@@ -105,6 +105,7 @@ export declare class HeaderSectionComponent implements OnInit {
|
|
105
105
|
getRGBA(bgColor: any, opacity: number): any;
|
106
106
|
showCategoryMobileHeader(): boolean;
|
107
107
|
byMetalAndStone: any;
|
108
|
+
navigateLogin(): void;
|
108
109
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderSectionComponent, never>;
|
109
110
|
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderSectionComponent, "simpo-header-section", never, { "data": { "alias": "data"; "required": false; }; "nextComponent": { "alias": "nextComponent"; "required": false; }; "index": { "alias": "index"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
|
110
111
|
}
|
@@ -23,7 +23,7 @@ export declare class PricingSectionComponent extends BaseSection {
|
|
23
23
|
getButtonId(): string;
|
24
24
|
editSection(): void;
|
25
25
|
redirectTo(): void;
|
26
|
-
getClass(): "col-
|
26
|
+
getClass(): "col-6" | "col-4" | "col-3" | "col-12";
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<PricingSectionComponent, never>;
|
28
28
|
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>;
|
29
29
|
}
|
@@ -112,6 +112,7 @@ export declare class RestService implements OnDestroy {
|
|
112
112
|
getBenefitSlab(passbookId?: any): Observable<Object>;
|
113
113
|
getAllStaffList(): Observable<Object>;
|
114
114
|
requestRedeemption(passbookId: any): Observable<Object>;
|
115
|
+
PassbookAppStatus(bId: any): Observable<Object>;
|
115
116
|
static ɵfac: i0.ɵɵFactoryDeclaration<RestService, never>;
|
116
117
|
static ɵprov: i0.ɵɵInjectableDeclaration<RestService>;
|
117
118
|
}
|
package/package.json
CHANGED
Binary file
|
Binary file
|