simpo-component-library 3.6.705 → 3.6.706
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/categories-with-image-backgound-columns/categories-with-image-backgound-columns.component.mjs +34 -0
- package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +7 -12
- package/esm2022/lib/ecommerce/sections/featured-category/featured-category.modal.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +6 -9
- package/esm2022/lib/services/rest.service.mjs +2 -1
- package/fesm2022/simpo-component-library.mjs +38 -13
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/components/input-fields/input-fields.component.d.ts +1 -1
- package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +1 -1
- package/lib/ecommerce/sections/categories-with-image-backgound-columns/categories-with-image-backgound-columns.component.d.ts +16 -0
- package/lib/ecommerce/sections/featured-category/featured-category.modal.d.ts +1 -0
- package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +1 -1
- package/lib/ecommerce/sections/schemes/schemes.component.d.ts +1 -1
- package/lib/sections/banner-carousel/banner-carousel.component.d.ts +1 -1
- package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
- package/package.json +1 -1
- package/simpo-component-library-3.6.706.tgz +0 -0
- package/simpo-component-library-3.6.705.tgz +0 -0
|
@@ -13,7 +13,7 @@ export declare class InputFieldsComponent implements OnChanges {
|
|
|
13
13
|
constructor(elementRef: ElementRef);
|
|
14
14
|
ngOnChanges(changes: SimpleChanges): void;
|
|
15
15
|
handleMoneyInput(event: any): void;
|
|
16
|
-
get getTextColor(): "#
|
|
16
|
+
get getTextColor(): "#FFF" | "#000";
|
|
17
17
|
interpolateColor(color1: string, color2: string, factor: number): string;
|
|
18
18
|
padZero(str: string, length: number): string;
|
|
19
19
|
generateColorBasedOnNumber(number: number): string;
|
package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts
CHANGED
|
@@ -82,7 +82,7 @@ export declare class AuthenticationRequiredComponent extends BaseSection {
|
|
|
82
82
|
validateNumber(event: KeyboardEvent): void;
|
|
83
83
|
validateOTP(event: KeyboardEvent): void;
|
|
84
84
|
checkStrength(): void;
|
|
85
|
-
getStrengthColor(index: number): "
|
|
85
|
+
getStrengthColor(index: number): "yellow" | "tomato" | "#d3d3d3ba" | "orange" | "lightgreen";
|
|
86
86
|
emailDebounceTimer: any;
|
|
87
87
|
onEmailChange(): void;
|
|
88
88
|
emailCheck: boolean;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Category } from '../../styles/category.modal';
|
|
2
|
+
import { FeaturedCategoryStylesModel } from '../featured-category/featured-category.modal';
|
|
3
|
+
import { Router } from '@angular/router';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CategoriesWithImageBackgoundColumnsComponent {
|
|
6
|
+
private readonly router;
|
|
7
|
+
responseData?: Category[];
|
|
8
|
+
styles?: FeaturedCategoryStylesModel;
|
|
9
|
+
constructor(router: Router);
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
hover: boolean;
|
|
12
|
+
hoveredIndex: number | null;
|
|
13
|
+
redirectToListPage(category: any): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CategoriesWithImageBackgoundColumnsComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CategoriesWithImageBackgoundColumnsComponent, "simpo-categories-with-image-backgound-columns", never, { "responseData": { "alias": "responseData"; "required": false; }; "styles": { "alias": "styles"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
|
+
}
|
|
@@ -119,7 +119,7 @@ export declare class ProductDescComponent extends BaseSection {
|
|
|
119
119
|
getTextColor(color: any): "#000000" | "#ffffff";
|
|
120
120
|
languages: string[];
|
|
121
121
|
selectedLang: string;
|
|
122
|
-
getClass(map: any): "col-
|
|
122
|
+
getClass(map: any): "col-4" | "col-6" | "col-3" | "width-max";
|
|
123
123
|
onFindInStore(id: string): void;
|
|
124
124
|
onBookAppointment(): void;
|
|
125
125
|
isDetails: 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>;
|
|
@@ -25,7 +25,7 @@ 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(): "
|
|
28
|
+
get getBackgroundOpacity(): "1" | "0" | "0.7" | "0.5" | "0.6" | "0.8";
|
|
29
29
|
opacityValue(value: OverlayValue): "1" | "0.7" | "0.5" | "0.6" | "0.8";
|
|
30
30
|
editSection(): void;
|
|
31
31
|
getScreenSize(): number;
|
|
@@ -23,7 +23,7 @@ export declare class PricingSectionComponent extends BaseSection {
|
|
|
23
23
|
getButtonId(): string;
|
|
24
24
|
editSection(): void;
|
|
25
25
|
redirectTo(data: any): void;
|
|
26
|
-
getClass(): "col-
|
|
26
|
+
getClass(): "col-4" | "col-12" | "col-6" | "col-3";
|
|
27
27
|
getAlignment(): "justify-content-start" | "justify-content-center" | "justify-content-end";
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<PricingSectionComponent, never>;
|
|
29
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>;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|