simpo-component-library 3.6.800 → 3.6.802

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.
Files changed (22) hide show
  1. package/esm2022/lib/directive/overlay-directive.mjs +4 -1
  2. package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +3 -3
  3. package/esm2022/lib/ecommerce/sections/category-product/category-product.model.mjs +1 -1
  4. package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +13 -2
  5. package/esm2022/lib/ecommerce/styles/product.modal.mjs +2 -1
  6. package/esm2022/lib/sections/new-testimonials/new-testimonials.component.mjs +5 -5
  7. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +3 -3
  8. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +3 -3
  9. package/fesm2022/simpo-component-library.mjs +26 -11
  10. package/fesm2022/simpo-component-library.mjs.map +1 -1
  11. package/lib/components/input-fields/input-fields.component.d.ts +1 -1
  12. package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +1 -1
  13. package/lib/ecommerce/sections/category-product/category-product.model.d.ts +1 -0
  14. package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +1 -1
  15. package/lib/ecommerce/sections/schemes/schemes.component.d.ts +1 -1
  16. package/lib/ecommerce/sections/small-product-listing/small-product-listing.component.d.ts +1 -0
  17. package/lib/sections/banner-carousel/banner-carousel.component.d.ts +1 -1
  18. package/lib/sections/new-testimonials/new-testimonials.component.d.ts +1 -1
  19. package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
  20. package/package.json +1 -1
  21. package/simpo-component-library-3.6.802.tgz +0 -0
  22. package/simpo-component-library-3.6.800.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(): "#000" | "#FFF";
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;
@@ -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): "tomato" | "#d3d3d3ba" | "orange" | "yellow" | "lightgreen";
85
+ getStrengthColor(index: number): "yellow" | "tomato" | "#d3d3d3ba" | "orange" | "lightgreen";
86
86
  emailDebounceTimer: any;
87
87
  onEmailChange(): void;
88
88
  emailCheck: boolean;
@@ -25,4 +25,5 @@ export interface CategoryProductStylesModel extends StylesModel {
25
25
  maximumProduct: number;
26
26
  elementInRow: number;
27
27
  mobileColumn: number;
28
+ direction: string;
28
29
  }
@@ -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-6" | "col-4" | "col-3" | "width-max";
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-6" | "col-12" | "col-6 mb-2" | "col-12 mb-2";
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>;
@@ -28,6 +28,7 @@ export declare class SmallProductListingComponent implements OnInit {
28
28
  getItemVarient(product: Product, varientId: string): ItemVariant | null;
29
29
  getPercentage(product: Product): string;
30
30
  goToProductDetail(product: Product): void;
31
+ toSlug(input: any): any;
31
32
  getSupportingColor(color: string): string;
32
33
  get currency(): string;
33
34
  getProductImages(product: any): any;
@@ -33,7 +33,7 @@ export declare class BannerCarouselComponent extends BaseSection implements OnIn
33
33
  get stylesLayout(): LayOutModel;
34
34
  get getBlurValue(): "NONE" | "LIGHT" | "MODERATE" | "STRONG" | "VERY_STRONG" | undefined;
35
35
  get getBackgroundColor(): BackgroundModel;
36
- get getBackgroundOpacity(): "0" | "1" | "0.7" | "0.5" | "0.6" | "0.8";
36
+ get getBackgroundOpacity(): "1" | "0" | "0.7" | "0.5" | "0.6" | "0.8";
37
37
  opacityValue(value: OverlayValue): "1" | "0.7" | "0.5" | "0.6" | "0.8";
38
38
  editSection(): void;
39
39
  getScreenSize(): number;
@@ -24,7 +24,7 @@ export declare class NewTestimonialsComponent extends BaseSection {
24
24
  idx: number;
25
25
  getImageData(): import("../../styles/style.model").Image | undefined;
26
26
  getImageUrl(): string | undefined;
27
- getImageType(): "Image" | "Video";
27
+ getImageType(): "Video" | "Image";
28
28
  getLength(): number;
29
29
  editSection(): void;
30
30
  stopPropagation(event: any): void;
@@ -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-6" | "col-4" | "col-3" | "col-12";
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.800",
3
+ "version": "3.6.802",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file