simpo-component-library 3.6.476 → 3.6.478
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/translate-onhover.directive.mjs +3 -2
- package/esm2022/lib/ecommerce/sections/returns-calculator/returns-calculator.component.mjs +22 -7
- package/esm2022/lib/ecommerce/sections/schemes/schemes.component.mjs +3 -3
- package/esm2022/lib/elements/pricing-s1/pricing-s1.component.mjs +3 -3
- package/esm2022/lib/elements/text-editor/text-editor.component.mjs +1 -2
- package/esm2022/lib/sections/banner-section/banner-section.component.mjs +13 -3
- package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +15 -3
- package/esm2022/lib/sections/scheme-detail/scheme-detail.component.mjs +7 -6
- package/esm2022/lib/sections/service-section/service-section.component.mjs +13 -3
- package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +3 -3
- package/esm2022/lib/sections/text-section/text-section.component.mjs +13 -3
- package/fesm2022/simpo-component-library.mjs +82 -27
- 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/returns-calculator/returns-calculator.component.d.ts +2 -2
- package/lib/ecommerce/sections/schemes/schemes.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/banner-carousel/banner-carousel.component.d.ts +3 -3
- package/lib/sections/banner-section/banner-section.component.d.ts +2 -0
- package/lib/sections/carousel-banner/carousel-banner.component.d.ts +1 -1
- package/lib/sections/logo-showcase/logo-showcase.component.d.ts +2 -2
- package/lib/sections/new-testimonials/new-testimonials.component.d.ts +1 -1
- package/lib/sections/pricing-section/pricing-section.component.d.ts +2 -1
- package/lib/sections/service-section/service-section.component.d.ts +2 -0
- package/lib/sections/text-section/text-section.component.d.ts +2 -0
- package/package.json +1 -1
- package/simpo-component-library-3.6.478.tgz +0 -0
- package/simpo-component-library-3.6.476.tgz +0 -0
package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts
CHANGED
@@ -64,7 +64,7 @@ export declare class AuthenticationRequiredComponent extends BaseSection {
|
|
64
64
|
validateNumber(event: KeyboardEvent): void;
|
65
65
|
validateOTP(event: KeyboardEvent): void;
|
66
66
|
checkStrength(): void;
|
67
|
-
getStrengthColor(index: number): "
|
67
|
+
getStrengthColor(index: number): "yellow" | "tomato" | "#d3d3d3ba" | "orange" | "lightgreen";
|
68
68
|
emailDebounceTimer: any;
|
69
69
|
onEmailChange(): void;
|
70
70
|
emailCheck: boolean;
|
@@ -44,7 +44,7 @@ export declare class ReturnsCalculatorComponent extends BaseSection {
|
|
44
44
|
benefitAmount: number;
|
45
45
|
onAmountChange(): void;
|
46
46
|
getStaffList(): void;
|
47
|
-
setMonthlyAmount(amount:
|
47
|
+
setMonthlyAmount(amount: any): void;
|
48
48
|
get individualContribution(): number;
|
49
49
|
get orraBonus(): number;
|
50
50
|
get totalRedemptionValue(): number;
|
@@ -62,7 +62,7 @@ export declare class ReturnsCalculatorComponent extends BaseSection {
|
|
62
62
|
continuePayment(payload: any): void;
|
63
63
|
allSchemes: any[];
|
64
64
|
getEnrolledSchemes(): void;
|
65
|
-
installmentOptions:
|
65
|
+
installmentOptions: any[];
|
66
66
|
openCashfreeSdk(sessionId: string): void;
|
67
67
|
getMetalPrice(): void;
|
68
68
|
get isMobile(): boolean;
|
@@ -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-12" | "col-6" | "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>;
|
@@ -31,7 +31,7 @@ export declare class LinkEditorComponent {
|
|
31
31
|
changeButtonStyle(): void;
|
32
32
|
getContrastTextColor(backgroundHex: any): void;
|
33
33
|
backgroundType: string[];
|
34
|
-
setBorderRadius(): "
|
34
|
+
setBorderRadius(): "0px" | "99px" | "7px";
|
35
35
|
setBorder(): string;
|
36
36
|
setColor(): any;
|
37
37
|
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-
|
18
|
+
getClass(): "col-12" | "col-4" | "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,10 +23,10 @@ export declare class BannerCarouselComponent extends BaseSection implements OnIn
|
|
23
23
|
constructor(_eventService: EventsService);
|
24
24
|
ngOnInit(): void;
|
25
25
|
get stylesLayout(): LayOutModel;
|
26
|
-
get getBlurValue(): "
|
26
|
+
get getBlurValue(): "STRONG" | "LIGHT" | "MODERATE" | "VERY_STRONG" | "NONE" | undefined;
|
27
27
|
get getBackgroundColor(): BackgroundModel;
|
28
|
-
get getBackgroundOpacity(): "0" | "0.
|
29
|
-
opacityValue(value: OverlayValue): "0" | "0.
|
28
|
+
get getBackgroundOpacity(): "0.2" | "0.3" | "0.5" | "0.7" | "0";
|
29
|
+
opacityValue(value: OverlayValue): "0.2" | "0.3" | "0.5" | "0.7" | "0";
|
30
30
|
editSection(): void;
|
31
31
|
getScreenSize(): number;
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<BannerCarouselComponent, never>;
|
@@ -29,6 +29,8 @@ export declare class BannerSectionComponent extends BaseSection implements OnIni
|
|
29
29
|
screenWidth: any;
|
30
30
|
getScreenSize(): void;
|
31
31
|
getColor(): string;
|
32
|
+
getGlassyBackground(color: any): string;
|
33
|
+
hexToRgb(hex: string): string;
|
32
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<BannerSectionComponent, never>;
|
33
35
|
static ɵcmp: i0.ɵɵComponentDeclaration<BannerSectionComponent, "simpo-banner-section", 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>;
|
34
36
|
}
|
@@ -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.2" | "0.3" | "0.5" | "0.7" | "0";
|
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>;
|
@@ -23,8 +23,8 @@ export declare class LogoShowcaseComponent extends BaseSection implements OnInit
|
|
23
23
|
constructor(_eventService: EventsService);
|
24
24
|
ngOnInit(): void;
|
25
25
|
get stylesLayout(): LayOutModel;
|
26
|
-
get animationDuration(): "
|
27
|
-
get animationDirection(): "reverse" | "normal"
|
26
|
+
get animationDuration(): "3s" | "4s" | logoSpeed.Normal | "6s" | "5s";
|
27
|
+
get animationDirection(): logoDirection.Left | "reverse" | "normal";
|
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(): "Image" | "Video";
|
25
25
|
editSection(): void;
|
26
26
|
stopPropagation(event: any): void;
|
27
27
|
screenWidth: any;
|
@@ -23,7 +23,8 @@ export declare class PricingSectionComponent extends BaseSection {
|
|
23
23
|
getButtonId(): string;
|
24
24
|
editSection(): void;
|
25
25
|
redirectTo(): void;
|
26
|
-
getClass(): "col-
|
26
|
+
getClass(): "col-12" | "col-6" | "col-4" | "col-3";
|
27
|
+
getAlignment(): "justify-content-start" | "justify-content-end" | "justify-content-center";
|
27
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<PricingSectionComponent, never>;
|
28
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>;
|
29
30
|
}
|
@@ -28,6 +28,8 @@ export declare class ServiceSectionComponent extends BaseSection {
|
|
28
28
|
onDragEnded(event: CdkDragEnd): void;
|
29
29
|
screenWidth: any;
|
30
30
|
getScreenSize(): void;
|
31
|
+
getGlassyBackground(color: any): string;
|
32
|
+
hexToRgb(hex: string): string;
|
31
33
|
editSection(): void;
|
32
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<ServiceSectionComponent, never>;
|
33
35
|
static ɵcmp: i0.ɵɵComponentDeclaration<ServiceSectionComponent, "simpo-service-section", 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>;
|
@@ -25,6 +25,8 @@ export declare class TextSectionComponent extends BaseSection implements OnInit
|
|
25
25
|
onDragEnded(event: CdkDragEnd): void;
|
26
26
|
screenWidth: any;
|
27
27
|
getScreenSize(): void;
|
28
|
+
getGlassyBackground(color: any): string;
|
29
|
+
hexToRgb(hex: string): string;
|
28
30
|
editSection(): void;
|
29
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextSectionComponent, never>;
|
30
32
|
static ɵcmp: i0.ɵɵComponentDeclaration<TextSectionComponent, "simpo-text-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>;
|
package/package.json
CHANGED
Binary file
|
Binary file
|