simpo-component-library 3.6.173 → 3.6.174
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 +37 -4
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +3 -3
- package/esm2022/lib/sections/header-section/header-section.component.mjs +3 -3
- package/esm2022/lib/services/rest.service.mjs +7 -1
- package/fesm2022/simpo-component-library.mjs +46 -7
- 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/cart/cart.component.d.ts +3 -0
- package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +1 -1
- 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/pricing-section/pricing-section.component.d.ts +1 -1
- package/lib/services/rest.service.d.ts +2 -0
- package/package.json +1 -1
- package/simpo-component-library-3.6.174.tgz +0 -0
- package/simpo-component-library-3.6.173.tgz +0 -0
package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts
CHANGED
@@ -61,7 +61,7 @@ export declare class AuthenticationRequiredComponent extends BaseSection {
|
|
61
61
|
validateNumber(event: KeyboardEvent): void;
|
62
62
|
validateOTP(event: KeyboardEvent): void;
|
63
63
|
checkStrength(): void;
|
64
|
-
getStrengthColor(index: number): "
|
64
|
+
getStrengthColor(index: number): "tomato" | "#d3d3d3ba" | "orange" | "yellow" | "lightgreen";
|
65
65
|
emailDebounceTimer: any;
|
66
66
|
onEmailChange(): void;
|
67
67
|
emailCheck: boolean;
|
@@ -64,6 +64,8 @@ export declare class CartComponent extends BaseSection implements OnInit, OnDest
|
|
64
64
|
isJewellery: boolean;
|
65
65
|
selectedRedemption: boolean;
|
66
66
|
ngOnInit(): void;
|
67
|
+
schemeList: any[];
|
68
|
+
getSchemeDetails(): void;
|
67
69
|
ngOnDestroy(): void;
|
68
70
|
onToggleChange(): void;
|
69
71
|
getTrialCart(): void;
|
@@ -109,6 +111,7 @@ export declare class CartComponent extends BaseSection implements OnInit, OnDest
|
|
109
111
|
changeQuantity(event: any, item: OrderedItems): void;
|
110
112
|
removeTrialItem(item: OrderedItems): void;
|
111
113
|
bookAppointment(): void;
|
114
|
+
redeemScheme(scheme: any, action: boolean): void;
|
112
115
|
static ɵfac: i0.ɵɵFactoryDeclaration<CartComponent, [null, null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }]>;
|
113
116
|
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>;
|
114
117
|
}
|
@@ -109,7 +109,7 @@ export declare class ProductDescComponent extends BaseSection {
|
|
109
109
|
getTextColor(color: any): "#000000" | "#ffffff";
|
110
110
|
languages: string[];
|
111
111
|
selectedLang: string;
|
112
|
-
getClass(map: any): "col-
|
112
|
+
getClass(map: any): "col-6" | "col-4" | "col-3" | "width-max";
|
113
113
|
onFindInStore(id: string): void;
|
114
114
|
onBookAppointment(): void;
|
115
115
|
isDetails: boolean;
|
@@ -28,7 +28,7 @@ export declare class LinkEditorComponent {
|
|
28
28
|
buttonStyles: any;
|
29
29
|
changeButtonStyle(): void;
|
30
30
|
backgroundType: string[];
|
31
|
-
setBorderRadius(): "0px" | "
|
31
|
+
setBorderRadius(): "0px" | "7px" | "99px";
|
32
32
|
setBorder(): string;
|
33
33
|
setColor(): any;
|
34
34
|
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
|
}
|
@@ -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
|
}
|
@@ -100,6 +100,8 @@ export declare class RestService implements OnDestroy {
|
|
100
100
|
bookAppointment(request: any): Observable<Object>;
|
101
101
|
createEnrollmentScheme(enrollement: any): Observable<Object>;
|
102
102
|
getHomeAppointmentList(userId: string): Observable<Object>;
|
103
|
+
getAllOrraScheme(): Observable<Object>;
|
104
|
+
redeemScheme(scheme: string, cartId: any, action: boolean): Observable<Object>;
|
103
105
|
getReviewsByProductId(productId: string, pageNumber: number): Observable<Object>;
|
104
106
|
getFieldsToDisplay(fieldsList: any[]): any;
|
105
107
|
static ɵfac: i0.ɵɵFactoryDeclaration<RestService, never>;
|
package/package.json
CHANGED
Binary file
|
Binary file
|